* cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
[official-gcc.git] / gcc / ChangeLog
blob3bf8197820740f24f5c1bc2d3032ecf544774ca5
1 Mon Jul  7 02:03:56 CEST 2003  Jan Hubicka  <jh@suse.cz>
3         * cfglayout.c (fixup_reorder_chain): Call delete_dead_jumptables.
5 2003-07-06  Kazu Hirata  <kazu@cs.umass.edu>
7         * config/h8300/h8300.c: Fix comment typos.
8         * config/h8300/h8300.md: Likewise.
9         * config/i386/athlon.md: Likewise.
10         * config/i386/i386.c: Likewise.
11         * config/i386/pentium.md: Likewise.
12         * config/ia64/ia64.c: Likewise.
13         * config/ia64/itanium1.md: Likewise.
14         * config/ia64/itanium2.md: Likewise.
15         * config/m32r/m32r.md: Likewise.
16         * config/m68hc11/m68hc11.c: Likewise.
17         * config/mcore/mcore.c: Likewise.
18         * config/mips/sr71k.md: Likewise.
19         * config/mips/t-iris5-as: Likewise.
20         * config/mmix/mmix.h: Likewise.
21         * config/ns32k/ns32k.h: Likewise.
22         * config/ns32k/NOTES: Fix a typo.
24 2003-07-06  Andreas Jaeger  <aj@suse.de>
26         * stmt.c: Convert remaining prototypes to ISO C90.
27         * cfglayout.c: Likewise.
28         * dbxout.c: Likewise.
29         * gcc.c: Likewise.
30         * genemit.c: Likewise.
32         * basic-block.h: Convert prototypes to ISO C90.
33         * c-parse.in: Likewise.
34         * c-pragma.h: Likewise.
35         * c-typeck.c: Likewise.
36         * cfghooks.h: Likewise.
37         * cfgloopanal.c: Likewise.
38         * dbxout.h: Likewise.
39         * debug.h: Likewise.
40         * dwarf2asm.h: Likewise.
41         * gcov.c: Likewise.
42         * gengtype-lex.l: Likewise.
43         * sched-int.h: Likewise.
44         * timevar.c: Likewise.
46 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
48         * c-common.h (c_comon_handle_filename,
49         c_common_missing_arguement): New.
50         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME,
51         LANG_HOOKS_MISSING_ARGUMENT): New.
52         * c-opts.c (missing_arg): Rename c_common_missing_argument,
53         update to be an appropriate langhook.
54         (c_common_handle_option): Don't handle filenames.
55         (c_common_handle_filename): New.
56         * hooks.c (hook_void_constcharptr,
57         hook_bool_constcharptr_size_t_false): New.
58         * hooks.h (hook_void_constcharptr,
59         hook_bool_constcharptr_size_t_false): New.
60         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME,
61         LANG_HOOKS_MISSING_ARGUMENT): New.
62         (LANG_HOOKS_INITIALIZER): Update.
63         * langhooks.h (struct lang_hooks): Add handle_filename and
64         missing_argument.
65         * opts.c (handle_option): Don't handle filenames here, but ...
66         (handle_options): ... here.
67         (common_handle_option): Don't handle missing arguments here.
68         * objc/objc-lang.c (LANG_HOOKS_HANDLE_FILENAME,
69         LANG_HOOKS_MISSING_ARGUMENT): New.
71 2003-07-06  Neil Booth  <neil@daikokuya.co.uk>
73         * Makfile.in: Remove traces of mbchar.
74         * c-parse.in (MULTIBYTE_CHARS): Remove.
75         * config.in (MULTIBYTE_CHARS): Remove.
76         * configure: Remove --enable-mbchar.
77         * configure.in: Remove --enable-mbchar.
78         * mbchar.c, mbchar.h: Remove.
79         * system.h: Poison MULTIBYTE_CHARS.
80         * config/linux-aout.h (MULTIBYTE_CHARS): Remove.
81         * config/linux.h (MULTIBYTE_CHARS): Remove.
82         * config/svr4.h (MULTIBYTE_CHARS): Remove.
83         * config/sparc/linux.h (MULTIBYTE_CHARS): Remove.
85 2003-07-06  Andreas Jaeger  <aj@suse.de>
87         * varray.c (varray_check_failed): Fix typo.
89         * unroll.c: Convert prototypes to ISO C90.
90         * varasm.c: Likewise.
91         * varray.c: Likewise.
92         * varray.h: Likewise.
93         * vmsdbgout.c: Likewise.
94         * xcoffout.c: Likewise.
95         * xcoffout.h: Likewise.
97 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
99         * gcov-io.h: Add a local time stamp.
100         (struct gcov_info): Add stamp field.
101         (gcov_truncate): New.
102         * coverage.c (read_counts_file): Skip the stamp.
103         (coverage_begin_output): Write the stamp.
104         (build_gcov_info): Declare and init the stamp.
105         (coverage_finish): Only unlink data file, if stamp is zero.
106         * gcov-dump.c (dump_file): Dump the stamp.
107         * gcov.c (bbg_stamp): New.
108         (release_structures): Clear bbg_stamp.
109         (read_graph_file): Read stamp.
110         (read_count_file): Check stamp.
111         * libgcov.c (gcov_exit): Check stamp and truncate if needed.
113 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
115         * tree.h (default_flag_random_seed): Remove.
116         * toplev.h (local_tick): Declare.
117         * tree.c (flag_random_seed, default_flag_random_seed): Move to
118         toplev.c.
119         (append_random_chars): Don't call default_flag_random_seed.
120         * toplev.c (flag_random_seed): Define here. Set local_tick.
121         (local_tick): Define.
122         (randomize): New, moved from tree.c.
123         (print_switch_values): Adjust.
124         (toplev_main): Call randomize.
126 2003-07-06  Nathan Sidwell  <nathan@codesourcery.com>
128         * tree.h (crc32_string): Declare.
129         * tree.c (append_random_chars): Remove.
130         (crc32_string): New.
131         (get_file_function_name_long): Use crc32_string here.
133 2003-07-06  Andreas Jaeger  <aj@suse.de>
135         * gcc.c: Convert prototypes to ISO C90.
136         * gcc.h: Likewise.
137         * gcov-dump.c: Likewise.
138         * gcov-iov.c: Likewise.
139         * gcse.c: Likewise.
140         * genattrtab.h: Likewise.
141         * ggc.h: Likewise.
142         * global.c: Likewise.
143         * graph.c: Likewise.
144         * graph.h: Likewise.
145         * hosthooks.h: Likewise.
146         * hooks.h: Likewise.
147         * hooks.c: Likewise.
148         * hashtable.h: Likewise.
149         * hashtable.c: Likewise.
150         * haifa-sched.c: Likewise.
151         * integrate.h: Likewise.
152         * integrate.c: Likewise.
153         * input.h: Likewise.
154         * ifcvt.c: Likewise.
155         * jump.c: Likewise.
156         * langhooks-def.h: Likewise.  Add extern to prototypes.
157         * langhooks.c: Likewise.
158         * langhooks.h: Likewise.
159         * lcm.c: Likewise.
160         * local-alloc.c: Likewise.
161         * loop-init.c: Likewise.
162         * loop-unroll.c: Likewise.
163         * loop-unswitch.c: Likewise.
164         * loop.c: Likewise.
165         * loop.h: Likewise. Add extern to prototypes.
166         * machmode.h: Likewise.
167         * main.c: Likewise.
168         * mbchar.c: Likewise.
169         * mbchar.h: Likewise.
170         * mkdeps.c: Likewise.
171         * mkdeps.h: Likewise.
172         * optabs.c: Likewise.
173         * optabs.h: Likewise.
174         * output.h: Likewise.
175         * gccspec.c: Likwise.
176         * postreload.c: Likewise.
177         * prefix.c: Likewise.
178         * prefix.h: Likewise.
179         * print-rtl.c: Likewise.
180         * print-tree.c: Likewise.
181         * profile.c: Likewise.
182         * read-rtl.c: Likewise.
183         * real.c: Likewise.
184         * real.h: Likewise.
185         * recog.c: Likewise.
186         * recog.h: Likewise.
187         * reg-stack.c: Likewise.
188         * regclass.c: Likewise.
189         * regmove.c: Likewise.
190         * regrename.c: Likewise.
191         * regs.h: Likewise.
192         * reload.c: Likewise.
193         * reload.h: Likewise.
194         * reload1.c: Likewise.
195         * reorg.c: Likewise.
196         * resource.c: Likewise.
197         * resource.h: Likewise.
198         * rtl-error.c: Likewise.
199         * rtl.c: Likewise.
200         * rtl.h: Likewise.
201         * rtlanal.c: Likewise.
202         * sbitmap.c: Likewise.
203         * sbitmap.h: Likewise.
204         * scan-decls.c: Likewise.
205         * scan.c: Likewise.
206         * sched-deps.c: Likewise.
207         * sched-ebb.c: Likewise.
208         * sched-int.h: Likewise.
209         * sched-rgn.c: Likewise.
210         * sched-vis.c: Likewise.
211         * sibcall.c: Likewise.
212         * simplify-rtx.c: Likewise.
213         * sreal.c: Likewise.
214         * sreal.h: Likewise.
215         * ssa-ccp.c: Likewise.
216         * ssa-dce.c: Likewise.
217         * ssa.c: Likewise.
218         * ssa.h: Likewise.
219         * stack.h: Likewise.
220         * stmt.c: Likewise.
221         * stor-layout.c: Likewise.
222         * stringpool.c: Likewise.
223         * target.h: Likewise.
224         * timevar.c: Likewise.
225         * timevar.h: Likewise.
226         * tlink.c: Likewise.
227         * tracer.c: Likewise.
228         * tree-inline.c: Likewise.
229         * tree-inline.h: Likewise.
230         * tree.c: Likewise.
231         * tree.h: Likewise.
233 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
235         * combine.c (nonzero_bits1): Fix a warning.
237 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
239         * config/h8300/h8300.c (compute_mov_length): Correct the
240         length of loading CONST0_RTX (SFmode).
242 2003-07-05  Nathan Sidwell  <nathan@codesourcery.com>
244         * toplev.c (output_clean_symbol_name): Remove.
245         * toplev.h (output_clean_symbol_name): Remove.
246         * config/alpha/alpha.c (unicosmk_output_module_name): Use
247         lbasename & clean_symbol_name.
249 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
251         * ggc.h: Follow spelling conventions.
252         * config/i386/i386.c: Likewise.
253         * config/i386/winnt.c: Likewise.
254         * config/rs6000/rs6000.c: Likewise.
256 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
258         * bt-load.c: Fix comment typos.
259         * c-incpath.c: Likewise.
260         * cfg.c: Likewise.
261         * cfgcleanup.c: Likewise.
262         * cfgloop.h: Likewise.
263         * cfgloopmanip.c: Likewise.
264         * cfgrtl.c: Likewise.
265         * diagnostic.h: Likewise.
266         * dwarfout.c: Likewise.
267         * emit-rtl.c: Likewise.
268         * et-forest.c: Likewise.
269         * et-forest.h: Likewise.
270         * expr.c: Likewise.
271         * gcse.c: Likewise.
272         * genattr.c: Likewise.
273         * jump.c: Likewise.
274         * langhooks.h: Likewise.
275         * local-alloc.c: Likewise.
276         * loop-unroll.c: Likewise.
277         * loop-unswitch.c: Likewise.
278         * ra-build.c: Likewise.
279         * regclass.c: Likewise.
280         * regmove.c: Likewise.
281         * rtl.def: Likewise.
282         * rtlanal.c: Likewise.
283         * sched-ebb.c: Likewise.
284         * sched-rgn.c: Likewise.
285         * simplify-rtx.c: Likewise.
286         * ssa.c: Likewise.
287         * tracer.c: Likewise.
288         * tree.c: Likewise.
290 2003-07-05  Zack Weinberg  <zack@codesourcery.com>
292         * cppcharset.c: Use the correct return type for the fallback iconv
293         macro.
295 Sat Jul  5 16:18:53 CEST 2003  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
297         Blame to Jan Hubicka  <jh@suse.cz>
298         * cfglayout.c (record_effective_endpoints): Split insns before
299         first basic block correctly.
301 2003-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
303         * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
304         bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
305         if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
307 2003-07-05  Andreas Jaeger  <aj@suse.de>
309         * genattrtab.c (write_attr_get): Revert part of last patch to
310         always write out a prototype.
312         * genemit.c (gen_split): Readd lost unused attributes in last
313         patch.
315 2003-07-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
317         * cfgloopmanip.c (force_single_succ_latches): Force latch to be
318         different from header.
320 2003-07-05  Andreas Schwab  <schwab@suse.de>
322         * config/m68k/m68k.c: Remove code protected by CRDS.
323         * config/m68k/m68k.md: Likewise.
325 2003-07-05  Neil Booth  <neil@daikokuya.co.uk>
327         PR driver/11417
328         * c-opts.c (permit_fortran_options): New.
329         (c_common_init_options): Accept fortran front end options if
330         it looks like we might be preprocessing Fortran.
331         (c_common_handle_option): Don't reject switch if permit_fotran_options.
333 2003-07-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
335         * genattr.c (internal_dfa_insn_code): Output prototype.
336         * genattrtab.c: Don't output unnecessary decls, output in ISO C.
337         * genautomata.c: Likewise.
338         * genconditions.c: Likewise.
339         * genemit.c: Likewise.
340         * genextract.c: Likewise.
341         * gengenrtl.c: Likewise.
342         * gengtype.c: Likewise.
343         * genopinit.c: Likewise.
344         * genoutput.c: Likewise.
345         * genpeep.c: Likewise.
346         * genrecog.c: Likewise.
348 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
350         * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
351         (struct cpp_options): Add narrow_charset, wide_charset,
352         bytes_big_endian fields.  Remove EBCDIC field.
353         (cpp_init_iconv, cpp_interpret_string): New external interfaces.
355         * cpphash.h: Include <iconv.h> if we have it, otherwise
356         provide a dummy definition of iconv_t.
357         (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
358         (_cpp_valid_ucn): Update prototype.
359         (_cpp_destroy_iconv): New prototype.
361         * doc/cpp.texi: Document character set handling.
362         * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
363         * doc/extend.texi: Delete entire section on multiline strings.
364         Rewrite section on __FUNCTION__ etc now that these are
365         variables in C.
367         * cppucnid.tab, cppucnid.pl: New files.
368         * cppucnid.h: New generated file.
369         * cppcharset.c: Include cppucnid.h.  Lots of commentary added.
370         (iconv_open, iconv, iconv_close): Provide dummy definitions
371         if !HAVE_ICONV.
372         (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
373         _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
374         emit_numeric_escape, convert_hex, convert_oct, convert_escape,
375         cpp_interpret_string, narrow_str_to_charconst,
376         wide_str_to_charconst): New.
377         (ucn_valid_in_identifier): Use a binary search through the
378         ucnranges table defined in cppucnid.h, not a long chain of if
379         statements.
380         (_cpp_valid_ucn): Add a limit pointer.  Downgrade "universal
381         character names are only valid in C++ and C99" to a warning.
382         Issue the "meaning of \[uU] is different in traditional C"
383         warning here.  Take care not to let iconv see an invalid UCS
384         value if we get a malformed UCN.  Issue an error if we don't
385         have iconv.
386         (cpp_interpret_charconst): Moved here from cpplex.c.  Use
387         cpp_interpret_string to do the heavy lifting.
389         * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
390         narrow_charset, wide_charset fields of options structure.
391         (cpp_destroy): Call _cpp_destroy_iconv.
392         * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
393         (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
394         (cpp_interpret_charconst): Moved to cppcharset.c.
395         * cpplib.c (dequote_string): Delete.
396         (interpret_string_notranslate): New.
397         (do_line, do_linemarker): Use interpret_string_notranslate.
399         * Makefile.in (cppcharset.o): Depend on cppucnid.h.
401         * c-common.c (fname_string, combine_strings): Delete.
402         * c-common.h (fname_string, combine_strings): Delete prototypes.
403         * c-lex.c (ignore_escape_flag): Delete.
404         (cb_ident): Use cpp_interpret_string, not lex_string.
405         (get_nonpadding_token): New function.
406         (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
407         Adjust calls to lex_string.  Don't write *value twice.
408         (lex_string): Now handles string constant concatenation.
409         Most of the work handed off to cpp_interpret_string.
410         Call fix_string_type here.
411         * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
412         FUNC_NAME, throughout.
413         (OBJC_STRING): New token type.
414         (primary:STRING): No need to call fix_string_type here.
415         (primary:objc_string): Make that OBJC_STRING.
416         (objc_string nonterminal): Delete.
417         (yylexname): Delete code to handle fake string constants.
418         (yylexstring): Delete entirely.
419         (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING.  No need
420         to handle CPP_ATSIGN.
422         * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
423         * c-opts.c (missing_arg, c_common_handle_option): Handle
424         OPT_fexec_charset_ and OPT_fwide_exec_charset_.
425         (c_common_init): Set cpp_opts->bytes_big_endian, not
426         cpp_opts->EBCDIC.  Call cpp_init_iconv.
427         (print_help): Document -fexec-charset= and -fexec-wide-charset=.
428         (TARGET_EBCDIC): Delete default definition.
430         * objc/objc-act.c (build_objc_string_object): No need to
431         handle string constant concatenation.
433 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
435         * doc/install.texi: Fix typos.
436         * doc/invoke.texi: Likewise.
437         * doc/tm.texi: Likewise.
439 2003-07-04  Kazu Hirata  <kazu@cs.umass.edu>
441         * config/pa/fptr.c: Fix comment typos.
442         * config/pa/pa-64.h: Likewise.
443         * config/pa/pa.c: Likewise.
444         * config/pa/pa.h: Likewise.
445         * config/rs6000/603.md: Likewise.
446         * config/rs6000/7xx.md: Likewise.
447         * config/rs6000/darwin.h: Likewise.
448         * config/rs6000/freebsd.h: Likewise.
449         * config/rs6000/rs6000.c: Likewise.
450         * config/rs6000/rs6000.md: Likewise.
451         * config/rs6000/spe.h: Likewise.
453 2003-07-04  Ulrich Weigand  <uweigand@de.ibm.com>
455         * config/s390/2064.md: Change GNU CC to GCC.
456         * config/s390/2084.md: Likewise.
457         * config/s390/fixdfdi.h: Likewise.
458         * config/s390/linux.h: Likewise.
459         * config/s390/s390-modes.def: Likewise.
460         * config/s390/s390-protos.h: Likewise.
461         * config/s390/s390.c: Likewise.
462         * config/s390/s390.h: Likewise.
463         * config/s390/s390.md: Likewise.
464         * config/s390/s390x.h: Likewise.
466 2003-07-04  Jeff Law  <law@redhat.com>
468         PR c/11428
469         * expr.c (do_store_flag): Pass in the correct result type
470         when calling fold_single_bit_test.
471         * fold-const.c (fold_single_bit_test): Use result_type for the
472         result when folding a sign bit test.
474 2003-07-04  Neil Booth  <neil@daikokuya.co.uk>
476         * opts.c (common_handle_options): Negate sense of -falign- switches.
478 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
480         * Makefile.in: Replace PWD with PWD_COMMAND.
482 2003-07-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
484         * cfgloopanal.c (count_strange_loop_iterations): New static function.
485         (constant_iterations, count_loop_iterations, simple_loop_exit_p):
486         Handle strange loops.
488 2003-07-04  Toon Moene  <toon@moene.indiv.nluug.nl>
490         * install.texi: Even the g77 manpage is derived from
491         the full g77 manual.
493 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
495         * ABOUT-NLS: Delete.
496         * intl: Delete entire directory.
497         * aclocal.m4: Include ../config/gettext.m4.  Delete
498         AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
499         AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
500         * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
501         Remove intl/Makefile from all_outputs.
502         * configure, config.in: Regenerate.
503         * Makefile.in: Expunge all references to intl subdirectory.
504         Add -I../intl to INCLUDES.
505         * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
507 2003-07-04  Roger Sayle  <roger@eyesopen.com>
509         * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
510         * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
512 2003-07-04  Danny Smith  <dannysmith@users.sourceforge.net>
514         PR c++/5287, PR c++/7910, PR c++/11021
515         * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
516         dllimport attribute if function is defined at declaration, but
517         report error instead. Likewise for dllimport'd variable
518         definitions.  Set implicit TREE_PUBLIC for dllimport'd variables
519         declared within functions, Report error if dllimport or dllexport
520         symbol is not global.
521         (i386_pe_dllimport_p): Ignore dllimport attribute of functions
522         if defined after declaration or if inlined. Don't allow definition
523         of static data members of C++ classes. Don't dllimport virtual
524         methods.
525         (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
526         (i386_pe_mark_dllimport): Remove unnecessary checks.
527         (i386_pe_encode_section_info): Warn if the dllimport attribute
528         and symbol prefix have been instantiated and then overridden.
530         * doc/extend.texi: Document dllimport and dllexport attributes.
532         * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
534 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
536         * config/kaos.h (CPP_PREDEFINES): Delete.
537         (TARGET_OS_CPP_BUILTINS): New.
539 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
541         * c-aux-info.c: Include toplev.h after c-tree.h.
542         * c-common.c: Likewise.
543         (GCC_DIAG_STYLE): Undef.
544         * c-semantics.c (GCC_DIAG_STYLE): Define.
545         * c-tree.h (GCC_DIAG_STYLE): Likewise.
546         * diagnostic.h (inform): Move prototype to toplev.h.
547         * jump.c: Include diagnostic.h before toplev.h.
548         * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
549         (warning, error, fatal_error, pedwarn, sorry, inform,
550         error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
552 2003-07-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
554         * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
555         at all if edge is not specified.
556         (can_copy_bbs_p, copy_bbs): New.
557         * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
558         * cfgloop.c (get_loop_body): Comment more precisely.
559         * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
560         (scale_bbs_frequencies): Fix comment typo.
561         (can_duplicate_loop_p): Use can_copy_bbs_p.
562         (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
564 2003-07-03  Devang Patel <dpatel@apple.com>
566         * c-opts.c (c_common_parse_file): Remove extra
567         debug_hooks->start_source_file call.
569 2003-07-03  Roger Sayle  <roger@eyesopen.com>
571         * real.c (real_trunc, real_floor, real_ceil): New functions
572         to implement trunc, floor and ceil respectively.
573         * real.h (real_trunc, real_floor, real_ceil): Prototype here.
574         * builtins.c (integer_valued_real_p): New function to test if
575         a floating point expression has an integer valued result.
576         (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
577         foo(x) where foo is an integer rounding function.  Similarly,
578         optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
579         (double)(int)x when both foo and bar are integer rounding
580         functions and we don't need to honor errno.
581         (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
582         New functions to fold trunc, floor and ceil.
583         (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
584         fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
585         to fold BUILT_IN_CEIL*.
586         * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
587         the remaining integer rounding functions.
589 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
591         * config/sparc/sparc.c (function_arg_partial_nregs): Use
592         SPARC_INT_ARG_MAX to determine where to split unnamed
593         complex FP arguments.
595 Thu Jul  3 20:36:47 CEST 2003  Jan Hubicka  <jh@suse.cz>
597         * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
598         * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
599         (merge_blocks_move_predecessor_nojumps,
600          merge_blocks_move_successor_nojumps): Use merge_blocks.
601         (try_optimize_cfg): Use merge_blocks_move.
602         * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
603         (merge_blocks_nomove): Rename to rtl_merge_blocks.
604         (cfg_layout_create_basic_block): New.
605         (rtl_can_merge_blocks): New.
606         (cfg_layout_split_block): Do not alloc aux by hand.
607         * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
608         merge_blocks.
609         (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
610         * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
611         * cfgloopmanip.c (loop_split_edge_with): Likewise.
612         * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
614         * basic-block.h (basic_block_def): Add field 'rbi'.
615         * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
616         find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
617         * cfg.c (entry_exit_blocks): Add new field.
618         * cfglayout.c: Include alloc-pool.h;
619         (cfg_layout_pool): New.
620         (record_effective_endpoints, fixup_reorder_chain,
621         fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
622         of rbi.
623         (cfg_layout_initialize_rbi): New function.
624         (cfg_layout_initialize): Use it.
625         (cfg_layout_finalize): Clear rbi fields.
626         * cfglayout.h (RBI): Kill.
627         (cfg_layout_initialize_rbi): Declare.
628         * cfgloopmanip.c (copy_bbs): Use rbi.
629         (record_exit_edges): Likewise.
630         (duplicate_loop_to_header_edge): Likewise.
631         * cfgrtl.c (cfg_layout_create_basic_block): Use
632         cfg_layout_initialize_rbi.
633         (cfg_layout_split_block): Use rbi.
634         (cfg_layout_delete_block): Likewise.
635         * loop-init.c (loop_optimizer_finalize): Likewise.
636         * loop-unswitch.c (unswitch_loop): Likewise.
637         * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
639         * cfgrtl.c: Update comments.
640         (try_redirect_by_replacing_jump): New argument.
641         (redirect_branch_edge): Break out from ...
642         (rtl_redirect_edge_and_branch): ... this one.
643         (update_cfg_after_block_merging): Break out from ...
644         (rtl_merge_blocks): ... this one.
645         (cfg_layout_split_edge): New.
646         (cfg_layout_merge_blocks): New.
647         (cfg_layout_can_merge_blocks_p): New.
648         (cfg_layout_redirect_edge_and_branch): Reorganize.
649         (cfg_layout_rtl_cfg_hooks): Fill in.
650         (cfg_layout_delete_block): Kill barriers.
651         * cfganal.c (can_fallthru): Deal with exit blocks
652         * cfglayout.c (cfg_layout_function_header): New function
653         (record_effective_endpoints): Record function header.
654         (fixup_reorder_chain): Fixup dead jumptables; place header
656         * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
657         * bb-reorder.c (cfg_layout_initialize): Update call.
658         * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
659         edges in cfglayout mode.
660         * cfglayout.c (cleanup_unconditional_jumps): Kill.
661         (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
662         * cfglayout.h (cfg_layout_initialize): Update prototype.
663         * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
664         * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
665         * flow.c (propagate_block): Do not crash when basic block ends
666         by first insn in the chain.
667         * loop-init.c (loop_optimizer_init):  First enter cfglayout mode; later
668         do loop discovery.
669         * tracer.c (tracer): Update call of cfg_layout_initialize.
671 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
673         * Makefile.in: Use dependency variables in lieu of explicit
674         files throughout.
676 2003-07-03  Steven Bosscher  <steven@gcc.gnu.org>
678         * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
679         * tree.h: ...to here.
681 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
683         * config/s390/2064.md: Fix comment typos.
684         * config/s390/2084.md: Likewise.
685         * config/s390/s390.c: Likewise.
686         * config/s390/s390.md: Likewise.
687         * config/sh/sh.c: Likewise.
688         * config/sh/sh.h: Likewise.
689         * config/sh/sh.md: Likewise.
690         * config/sparc/sparc.c: Likewise.
691         * config/sparc/sparc.h: Likewise.
692         * config/sparc/sparc.md: Likewise.
693         * config/stormy16/stormy16.c: Likewise.
694         * config/stormy16/stormy16.h: Likewise.
695         * config/stormy16/stormy-abi: Fix a typo.
697 2003-07-03  Kelley Cook  <kelleycook@wideopenwest.org>
699         * Makefile.in (ifcvt.o): Depend on OPTABS_H.
701 2003-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
703         * config/mips/mips.h (save_argv): Delete.
705 2003-07-03  Roger Sayle  <roger@eyesopen.com>
707         PR target/10700
708         * fold-const.c (extract_muldiv_1): There's nothing that can be done
709         if the expression is a SAVE_EXPR.
711 2003-07-03  Kazu Hirata  <kazu@cs.umass.edu>
713         * config/m32r/m32r.c: Fix comment typos.
714         * config/m68hc11/m68hc11.c: Likewise.
715         * config/m68hc11/m68hc11.h: Likewise.
716         * config/m68k/m68k.c: Likewise.
717         * config/mcore/mcore.c: Likewise.
718         * config/mcore/mcore.h: Likewise.
719         * config/mcore/mcore.md: Likewise.
720         * config/mips/mips.c: Likewise.
721         * config/mips/mips.h: Likewise.
722         * config/mips/mips.md: Likewise.
723         * config/mips/netbsd.h: Likewise.
724         * config/mn10300/mn10300.c: Likewise.
726 2003-07-03  Andreas Schwab  <schwab@suse.de>
728         * dbxout.c (pending_bincls): Move decl down inside
729         DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
731 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
733         * rtl.h (NOTE_DATA): Refer to whole union.
734         * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
736 2003-07-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
738         PR optimization/11381
739         * simplify-rtx.c (simplify_relational_operation): Check that
740         two equal operands have no side-effects before simplifying
741         the comparison.
743 2003-07-02  Jeff Law  <law@redhat.com>
745         * expr.c (do_store_flag): Remove special case folding for
746         single bit tests.  Instead call back into the commonized folder
747         routine.
748         * fold-const.c (fold_single_bit_test): New function, mostly
749         extracted from do_store_flag, with an additional case extracted
750         from fold.
751         (fold): Call fold_single_bit_test appropriately.
752         * tree.h (fold_single_bit_test): Prototype.
754 2003-07-02  Zack Weinberg  <zack@codesourcery.com>
756         * system.h: Include filenames.h.
757         (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
758         (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
759         define based on HAVE_DOS_BASED_FILE_SYSTEM.
760         * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
761         * config/i386/xm-mingw32.h: Don't define
762         HAVE_DOS_BASED_FILE_SYSTEM,
763         DIR_SEPARATOR, or DIR_SEPARATOR_2.
764         * doc/hostconfig.texi: Update to match.
766         * cppfiles.c, gcc.c, gensupport.c, protoize.c,
767         config/i386/cygwin.h:
768         Use IS_ABSOLUTE_PATH throughout.
769         * gcc.c (DIR_UP): Delete, unused.
770         * protoize.c (IS_SAME_PATH): Define in terms of
771         FILENAME_CMP.
772         (is_abspath): Delete.
774 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
776         * config/i386/emmintrin.h: Fix comment typos.
777         * config/i386/i386.c: Likewise.
778         * config/i386/i386.h: Likewise.
779         * config/i386/sco5.h: Likewise.
780         * config/ia64/ia64.c: Likewise.
781         * config/ia64/itanium2.md: Likewise.
783 2003-07-02  H.J. Lu  <hongjiu.lu@intel.com>
785         * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
786         DBX_USE_BINCL.
787         (emit_bincl_stab): Same.
788         (emit_pending_bincls): Same.
790 2003-07-02  Kazu Hirata  <kazu@cs.umass.edu>
792         * config/h8300/h8300.c (compute_mov_length): Fix the length of
793         loading CONST0_RTX (SFmode).
794         * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
795         'G' to CONST0_RTX (SFmode).
796         * config/h8300/h8300.md (movsf_h8300): Change the first
797         constraint to 'G'.
798         (movsf_h8300h): Likewise.
800 2003-07-02  Neil Booth  <neil@daikokuya.co.uk>
802         * c-common.h (c_common_init_options): New prototype.
803         * c-opts.c (deferred_size): Remove.
804         (defer_opt): Array is now pre-allocated.
805         (c_common_init_options): Pre-allocate deferred_opts.  Make
806         lang_flags unsigned.
807         (push_command_line_options): Free deferred_opts.
808         * hooks.c (hook_uint_uint_constcharptrptr_0): New.
809         * hooks.h (hook_uint_uint_constcharptrptr_0): New.
810         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
811         * langhooks.h (struct lang_hooks): New prototype for init_options.
812         * main.c (main): Cast argv.
813         * opts.c (handle_option, handle_options): Update prototypes.
814         (decode_options): save_argc, save_argv are not global.  Constify.
815         * opts.h (decode_options): New prototype.
816         * toplev.c (general_init): New protoype.
817         (save_argv): Make static.
818         (save_argc): Remove.
819         (print_switch_values, general_init): Constify.
820         (toplev_main): Save argv.
821         * toplev.h (toplev_main): Update prototype.
822         (save_argc, save_argv): Remove.
824 2003-07-02  David Edelsohn  <edelsohn@gnu.org>
826         * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
827         (emit_bincl_stab): Same.
828         (emit_pending_bincls): Same.
830 2003-07-02  Nathan Sidwell  <nathan@codesourcery.com>
832         PR c++/11072
833         * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
835 2003-07-02  Andreas Schwab  <schwab@suse.de>
837         * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
839 2003-07-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
841         PR optimization/11210
842         * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
843         about the behaviour with regard to bitfields.
844         * fold-const (decode_field_reference): Record outermost type in
845         case the expression is a NOP. Strip all NOPs. Set the signedness
846         to that of the outermost type (if any) when the bitsize is equal
847         to the size of the type.
849 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
851         * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
852         (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
853         (adddi3_internal_3, addsi3_internal_2): Likewise.
855 2003-07-02  Richard Sandiford  <rsandifo@redhat.com>
857         * config/mips/mips.c (machine_function): Add new fields:
858         ignore_hazard_length_p and all_noreorder_p.
859         (mips_flag_delayed_branch): New variable.
860         (override_options): Treat '/' as an operand punctuation character.
861         Set up mips_flag_delayed_branch.
862         (print_operand): Handle '/'.
863         (mips_output_function_prologue): Put the whole function in
864         .set noreorder and .set nomacro if all_noreorder_p is true.
865         (mips_output_function_epilogue): End the noreorder/nomacro sequence.
866         (mips16_optimize_gp): Remove "first insn" parameter.
867         (mips16_lay_out_constants): New function, split out from mips_reorg.
868         (mips_avoid_hazard, mips_avoid_hazards): New functions.
869         (mips_reorg): For mips16 code, call mips16_lay_out_constant
870         and (optionally) mips16_optimize.  If TARGET_EXPLICIT_RELOCS,
871         do delayed-branch scheduling followed by hazard detection.
872         (mips_adjust_insn_length): Only account for hazards if
873         !ignore_hazard_length_p.
874         (mips_output_load_label): Add a nop to the o32 sequence if
875         the target suffers from load delays.
876         (mips_output_conditional_branch): Add %/ to the end of branches.
877         (mips_output_division): Fill the branch delay slot with %#.
878         * config/mips/mips.md: Remove redundant '%*' from mips16 branch
879         instructions.  End all other %* branches with %/.
880         (ffssi2, ffsdi2): Fix lengths.
881         (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
882         (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
883         (fix_truncsfsi2_macro): Likewise.
884         (mov_lwl): Set hazard to "none".
885         (ashldi3_internal): Fill the branch delay slot with %#.
886         (ashrdi3_internal, lshrdi3_internal): Likewise.
887         (exception_receiver): Explicitly set $28.
888         (hazard_nop): New pattern.
890 Wed Jul  2 08:12:36 CEST 2003  Jan Hubicka  <jh@suse.cz>
892         * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
893         before calling tree_inlinable_function_p.
895 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
897         * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
898         <internal/stdio_core.h> too.
899         (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
900         <internal/wchar_core.h> too.
901         Substitute va_list uses in inline definition.
902         * fixinc/fixincl.x: Regenerate.
904 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
906         * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
907         Undef before redefinition.
908         (LABEL_AFTER_LOC): Likewise.
909         (DEFAULT_SIGNED_CHAR): Likewise.
910         (ASM_OUTPUT_ASCII): Moved here from iris4.h.
911         Fix IRIX spelling.
913         * config/mips/iris3.h: Remove, unused.
914         * config/mips/iris4.h: Likewise.
916         * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
918         * config/mips/iris5.h (TARGET_DEFAULT): Move ...
919         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
920         target_cpu_default.
922         * config/mips/iris5.h: Move explicit includes ...
923         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
925         * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
926         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
927         tm_defines.
929         * config/mips/iris6.h (TARGET_DEFAULT): Move ...
930         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
931         target_cpu_default.
933         * config/mips/iris6.h: Fix IRIX spelling.
934         (MULTILIB_DEFAULTS): Undef before redefinition.
936         * config/mips/iris6.h: Move explicit includes ...
937         * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
939 Wed Jul  2 02:16:48 CEST 2003  Jan Hubicka  <jh@suse.cz>
941         * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
942         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
943         Use next_needed field instead of aux to maintain the queue.
944         * cgraph.h (cgraph_node): Add next_needed.
945         (cgraph_varpool_node): Add next_needed; remove aux.
946         * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
948 Wed Jul  2 02:12:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
950         * cgraphunit.c (cgraph_finalize_function): Set finalized.
951         (cgraph_finalize_function): Do not examine inlinablility.
952         (cgraph_finalize_compilation_unit): Do it here.
953         * cgraph.h (cgraph_local_info): Add finalized field.
955 2003-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
957         * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
958         (gt_pch_restore): Likewise.
960 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
962         * config/alpha/alpha.c: Fix comment typos.
963         * config/alpha/elf.h: Likewise.
964         * config/arm/arm.c: Likewise.
965         * config/arm/arm.h: Likewise.
966         * config/arm/arm.md: Likewise.
967         * config/arm/t-arm-coff: Likewise.
968         * config/arm/t-strongarm-pe: Likewise.
969         * config/arm/xscale-elf.h: Likewise.
970         * config/avr/avr.h: Likewise.
972 2003-07-01  Jeff Law  <law@redhat.com>
974         * stmt.c (any_pending_cleanups): Remove another redundant test.
976 2003-07-01  David Edelsohn  <edelsohn@gnu.org>
977             J"orn Rennecke <joern.rennecke@superh.com>
979         * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
980         for MEM case.
982 2003-07-01  Devang Patel  <dpatel@apple.com>
984         * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
985         (binclstatus): New.
986         (struct dbx_file): New members - bincl_status, pending_bincl_name and
987         prev.
988         (pending_bincls): New.
989         (dbxout_init): Initialize new dbx_file members.
990         (dbxout_start_source_file): Same.
991         (emit_bincl_stab): New function.
992         (emit_pending_bincls): Same.
993         (emit_pending_bincls_if_required): Same.
994         (dbxout_end_source_file): Emit EINCL stab only if BINCL is  already
995         processed.
996         (dbxout_begin_block): Emit pending BINCL stabs.
997         (dbxout_end_block): Same.
998         (dbxout_function_decl): Same.
999         (dbxout_continue): Same.
1000         (dbxout_type): Same.
1001         (dbxout_class_name_qualifiers): Same.
1002         (dbxout_symbol): Same.
1003         (dbxout_symbol_location): Same.
1004         (dbxout_parms): Same.
1006 2003-07-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1008         * c-semantics.c (genrtl_case_label): Fix format specifier bug.
1009         * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
1011 2003-07-01  Andreas Jaeger  <aj@suse.de>
1013         * fold-const.c: Convert prototypes to ISO C90.
1014         * function.c: Likewise.
1015         * function.h: Likewise.
1017 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1019         * doc/contrib.texi: Fix typos.
1020         * doc/invoke.texi: Likewise.
1021         * doc/passes.texi: Likewise.
1022         * doc/sourcebuild.texi: Likewise.
1023         * doc/tm.texi: Likewise.
1025 2003-07-01  Kazu Hirata  <kazu@cs.umass.edu>
1027         * basic-block.h: Fix comment typos.
1028         * bb-reorder.c: Likewise.
1029         * c-format.c: Likewise.
1030         * cfgcleanup.c: Likewise.
1031         * cfghooks.h: Likewise.
1032         * cfgloop.c: Likewise.
1033         * cfgloopmanip.c: Likewise.
1034         * cfgrtl.c: Likewise.
1035         * cgraph.h: Likewise.
1036         * cgraphunit.c: Likewise.
1037         * combine.c: Likewise.
1038         * convert.c: Likewise.
1039         * dbxout.c: Likewise.
1040         * df.c: Likewise.
1041         * df.h: Likewise.
1042         * diagnostic.c: Likewise.
1043         * dwarf2out.c: Likewise.
1044         * et-forest.h: Likewise.
1045         * flow.c: Likewise.
1046         * fold-const.c: Likewise.
1047         * function.h: Likewise.
1048         * gcov-io.h: Likewise.
1049         * gcov.c: Likewise.
1050         * gcse.c: Likewise.
1051         * genautomata.c: Likewise.
1052         * ggc-common.c: Likewise.
1053         * ggc-page.c: Likewise.
1054         * loop-unroll.c: Likewise.
1055         * loop-unswitch.c: Likewise.
1056         * loop.c: Likewise.
1057         * mips-tfile.c: Likewise.
1058         * optabs.c: Likewise.
1059         * ra-build.c: Likewise.
1060         * ra-colorize.c: Likewise.
1061         * ra-rewrite.c: Likewise.
1062         * ra.h: Likewise.
1063         * regmove.c: Likewise.
1064         * reload.c: Likewise.
1065         * rtlanal.c: Likewise.
1066         * sched-ebb.c: Likewise.
1067         * sched-int.h: Likewise.
1068         * sched-vis.c: Likewise.
1069         * sreal.c: Likewise.
1070         * ssa-ccp.c: Likewise.
1071         * ssa.c: Likewise.
1072         * toplev.c: Likewise.
1073         * tree-inline.c: Likewise.
1074         * value-prof.c: Likewise.
1075         * value-prof.h: Likewise.
1077 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1079         * rtl.h (emit_line_note_after): Remove.
1080         (emit_note_copy_after, emit_note_copy): New.
1081         * emit-rtl.c (reorder_insns_with_line_notes): Replace
1082         emit_line_note_after with emit_note_copy_after.
1083         (emit_insn_after_with_line_notes): Likewise.
1084         (emit_line_note_after): Kill.
1085         (emit_note_copy_after): New.
1086         (emit_note_copy): New.
1087         * function.c (emit_return_into_block): Use emit_note_copy_after.
1088         (thread_prologue_and_epilogue_insns): Likewise.
1089         * integrate.c (expand_inline_function): Use emit_note_copy.
1090         (copy_insn_list): Likewise.
1091         * unroll.c (copy_loop_body): Likewise.
1092         * cfglayout.c (duplicate_insn_chain): Likewise.
1094 2003-07-01  Nathan Sidwell  <nathan@codesourcery.com>
1096         * c-tree.h (define_label): Replace filename and lineno arguments
1097         with a location_t.
1098         * c-decl.c (poplevel): Adjust define_label call.
1099         (pop_label_level): Likewise.
1100         (define_label): Replace filename and lineno arguments with a
1101         location_t.
1102         (store_parm_decls): Use DECL_SOURCE_LOCATION.
1103         * c-parse.in (label): Adjust define_label call.
1105 2003-07-01  Neil Booth  <neil@daikokuya.co.uk>
1107         * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
1108         config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
1109         config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
1110         config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
1111         config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
1113 2003-07-01  Andreas Jaeger  <aj@suse.de>
1115         * final.c: Convert prototypes to ISO C90.
1116         * flow.c: Likewise.
1117         * flags.h: Likewise.
1118         * gcov-io.c: Likewise.
1119         * gcov-io.h: Likewise.
1121 2003-06-30  Bruno Haible  <bruno@clisp.org>
1123         PR middle-end/6578
1124         * libgcc2.c (__subvsi3): Remove simplification that would not work
1125         when subtracting -0x80000000.
1126         (__subvdi3): Remove simplification that would return a wrong result.
1127         (__mulvsi3): Fix overflow check.
1128         (__absvdi2): Fix simplification that would return a wrong result.
1129         (__mulvdi3): Fix overflow check.
1131 2003-06-30  Jeff Law  <law@redhat.com>
1133         * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
1134         was always passed in the value '1'.  Simplify body appropriately.
1135         * tree.h (any_pending_cleanups): Corresponding changes.
1136         * calls.c: (expand_call): Corresponding changes.
1138 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1140         * combine.c (distribute_notes): Don't bother REG_WAS_0.
1141         * cse.c (cse_insn): Likewise.
1142         * final.c (final_scan_insn): Likewise.
1143         * jump.c (duplicate_loop_exit_test): Likewise.
1144         * rtl.c (reg_note_name): Remove REG_WAS_0.
1145         * rtl.h (REG_WAS_0): Remove.
1146         * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
1147         * config/avr/avr.c (output_movqi): Don't use reg_was_0.
1148         (output_movhi): Likewise.
1149         (output_movsisf): Likewise.
1150         (reg_was_0): Remove.
1151         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
1152         REG_WAS_0.
1153         (m68hc11_gen_movqi): Likewise.
1154         * config/vax/vax-protos.h: Remove the prototype for
1155         reg_was_0_p.
1156         * config/vax/vax.c (follows_p): Remove.
1157         (reg_was_0_p): Likewise.
1158         * config/vax/vax.md (movsi): Don't use reg_was_0_p.
1159         (movhi): Likewise.
1160         (movqi): Likewise.
1161         * doc/rtl.texi (REG_WAS_0): Remove.
1163 2003-06-30  Mark Mitchell  <mark@codesourcery.com>
1165         * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
1167 2003-06-30  Bob Wilson  <bob.wilson@acm.org>
1169         * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
1170         top-level include directory.
1171         * config/xtensa/lib2funcs.S: Likewise.
1172         * config/xtensa/xtensa.h: Likewise.
1173         * config/xtensa/xtensa-config.h: Remove.
1174         * doc/install.texi: Update location of "xtensa-config.h" header.
1176 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1178         * config/s390/s390.c (s390_extra_constraint): New function.
1179         * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
1180         * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
1181         * config/s390/s390.c (q_constraint): Remove.
1182         * config/s390/s390-protos.h (q_constraint): Likewise.
1183         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
1184         (EXTRA_ADDRESS_CONSTRAINT): Define.
1186         * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
1187         (DISP_IN_RANGE, s390_short_displacement): New.
1188         (legitimate_reload_operand_p): Support long displacements.
1189         (s390_decompose_address): Likewise.
1190         (legitimize_pic_address): Likewise.
1191         (legitimize_address): Likewise.
1192         (s390_fixup_clobbered_return_reg): Likewise.
1193         (s390_emit_prologue, s390_emit_epilogue): Likewise.
1194         (s390_output_mi_thunk): Likewise.
1196         * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
1197         (attr "atype", attr "length"): Add defaults for new op_types.
1198         (all insns): Change op_type attribute where appropriate.
1200         ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
1201         ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
1202         "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
1203         "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
1204         "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
1205         "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
1206         "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
1207         "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
1208         "*movdf_64", "*movdf_31", "*movsf",
1209         "*load_multiple_si", "*store_multiple_di",
1210         "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
1211         "*la_64", "*la_31", "*la_31_and", "force_la_31",
1212         "*addsi3_carry1_cc", *addsi3_carry1_cconly",
1213         "*addsi3_carry2_cc", *addsi3_carry2_cconly",
1214         "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
1215         "*addsi3_sign", "*addsi3_sub", "addsi3",
1216         "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
1217         "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
1218         "mulsi3"
1219         "*andsi3_cc", "*andsi3_cconly", "andsi3",
1220         "*andqi3_ss", "*andqi3_ss_inv",
1221         "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
1222         "*iorqi3_ss", "*iorqi3_ss_inv",
1223         "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
1224         "*xorqi3_ss", "*xorqi3_ss_inv",
1225         "*tls_load_31"): Add alternatives for long-displacement instructions.
1227         ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
1228         "*load_multiple_di", "*store_multiple_di",
1229         "*sethighqidi_64", "*zero_extendhisi2_31",
1230         "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
1231         "adddf3", "*adddf3", "*adddf3_ibm",
1232         "addsf3", "*addsf3", "*addsf3_ibm",
1233         "subdf3", "*subdf3", "*subdf3_ibm",
1234         "subsf3", "*subsf3", "*subsf3_ibm",
1235         "mulsi_6432", "divmoddisi3",
1236         "muldf3", "*muldf3", "*muldf3_ibm",
1237         "mulsf3", "*mulsf3", "*mulsf3_ibm",
1238         "divdf3", "*divdf3", "*divdf3_ibm",
1239         "divsf3", "div*sf3", "*divsf3_ibm",
1240         "sqrtdf2", "sqrtsf2",
1241         "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
1242         "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
1243         "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
1244         and address constraints for instructions that do not accept long
1245         displacements.
1247 2003-06-30  Hartmut Penner  <hpenner@de.ibm.com>
1248             Ulrich Weigand  <uweigand@de.ibm.com>
1250         * config/s390/2084.md: New file.
1251         * config/s390/s390.md: Include it.
1252         * config/s390/s390.c (s390_adjust_priority): New function.
1253         (TARGET_SCHED_ADJUST_PRIORITY): Define.
1254         (s390_first_cycle_multipass_dfa_lookahead): New function.
1255         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1256         (s390_sched_reorder2): New function.
1257         (TARGET_SCHED_REORDER2): Define.
1258         (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
1259         (s390_issue_rate): Likewise.
1261 Mon Jun 30 23:47:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
1263         * Makefile.in (GTFILES): Add cgraph.h.
1264         * cgraph.c (known_decls): Remove.
1265         (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
1266         cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
1267         (cgraph_node): Do not allocate known_decls; use polutate hashtable.
1268         (cgraph_varpool_node): Likewise; add next pointer.
1269         (cgraph_varpool_nodes): New static variable.
1270         * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
1271         cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
1272         cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
1273         * gengtype.c (open_base_files): Include cgraph.h
1275 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1277         * Changelog: Remove ">>>>>>>" from previous change.
1279 2003-06-30  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1281         * config/cris/cris.c: Fix spelling for "testcase".
1282         * config/cris/cris.h: Likewise.
1283         * config/cris/cris.md: Likewise.
1284         * config/mmix/crti.asm: Likewise.
1285         * config/mmix/mmix.h: Likewise.
1286         * config/mmix/mmix.md: Likewise.
1288 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1290         * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1291         1.
1293 2003-06-30  Ulrich Weigand  <uweigand@de.ibm.com>
1295         * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
1296         --with-mode configure options.
1297         * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
1298         (DRIVER_SELF_SPECS): Define.
1299         * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
1300         architecture to assembler.
1301         (LINK_SPEC): Merge 31-bit and 64-bit variants.
1302         (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
1303         * config/s390/s390.c (override_options): New default rules for
1304         architecture mode and cpu architecture selection.
1305         * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
1306         new default rules.
1308         * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
1309         * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
1310         * config/s390/s390.c (override_options): Add "z990" to
1311         processor_alias_table.
1312         * doc/invoke.texi (-march): Document "z990" processor type.
1314         * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
1315         * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
1316         (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
1317         TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
1318         * config/s390/s390.c (override_options): Replace enum pta_flags by
1319         enum processor_flags.  Fill in s390_tune_flags and s390_arch_flags.
1321         * config/s390/s390.c (s390_cpu): Rename to ...
1322         (s390_tune): ... this.
1323         * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
1324         * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
1325         * config/s390/s390.md (attr "cpu"): Likewise.
1327 2003-06-30  Neil Booth  <neil@daikokuya.co.uk>
1329         * c-common.c (enum c_language_kind, flag_objc): Remove.
1330         (fix_string_type, check_case_value, c_common_nodes_and_builtins,
1331         c_add_case_label, finish_label_addr_expr, boolean_increment):
1332         Use c_dialect_ macros.
1333         * c-common.h (enum c_language_kind): Extend.
1334         (c_dialect_cxx, c_dialect_objc): New.
1335         (flag_objc): Remove.
1336         (c_common_init_options): Update prototype.
1337         * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
1338         macros.
1339         * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
1340         macros.
1341         * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
1342         * c-lang.c (c_init_options): Remove.
1343         (c_language): Define.
1344         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1345         * c-lex.c (lex_charconst): Use c_dialect_ macros.
1346         * c-opts.c (lang_flags): Make function-local.
1347         (c_common_init_options): Use c_dialect_ macros.  Handle
1348         C++ diagnostic requirements.
1349         (c_common_handle_option, c_common_post_options): Use flag_cxx.
1350         * c-parse.in (init_reswords): Use c_dialect_objc ().
1351         * c-pch.c (get_ident): Use c_language.
1352         * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
1353         * c-typeck.c (comptypes, build_c_cast): Similarly.
1354         * objc/objc-lang.c (c_language): Define.
1355         (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1356         (objc_init_options): Remove.
1358 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1360         * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
1361         * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
1363 2003-06-30  Wolfgang Bangerth  <bangerth@dealii.org>
1365         * doc/sourcebuild.texi: Don't reference gnats.html any more.
1367 2003-06-30  Kazu Hirata  <kazu@cs.umass.edu>
1369         * config/h8300/h8300.c (compute_mov_length): Fix length of
1370         mov:SF on H8/300.
1372 2003-06-30  Nick Clifton  <nickc@redhat.com>
1374         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
1375         constant.
1377 Mon Jun 30 15:36:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
1379         (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
1381 2003-06-30 Hartmut Penner  <hpenner@de.ibm.com>
1383         * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
1384         (altivec_in_gprs_p): New function.
1386         * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
1387         prototype.
1388         (altivec_in_gprs_p): New prototype.
1390         * config/rs6000/altivec.md (*movv4si_internal): Change
1391         multi-assembler alternative to '#'. Add postreload splitter to
1392         handle this cases.
1393         (*movv4hi_internal): Likewise.
1394         (*movv4qi_internal): Likewise.
1395         (*movv4sf_internal): Likewise.
1397 2003-06-30  Jason Merrill  <jason@redhat.com>
1399         * defaults.h (PUSH_ARGS_REVERSED): Define default here.
1400         * calls.c: Not here.
1402 2003-06-30  Ben Elliston  <bje@wasabisystems.com>
1404         * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
1405         (bad_signed_byte_operand): Likewise.
1406         (arm_output_epilogue): Likewise.
1407         (arm_final_prescan_insn): Likewise.
1409 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1411         * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
1413 2003-06-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1415         * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
1416         subsequent writes.
1418 Mon Jun 30 10:03:02 CEST 2003  Jan Hubicka  <jh@suse.cz>
1420         * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
1421         in cfglayout mode.
1423 Mon Jun 30 09:52:39 CEST 2003  Jan Hubicka  <jh@suse.cz>
1425         * i386.c (standard_80387_constant_p): Accept TFmode constants too.
1426         (init_ext_80387_constants): Likewise.
1427         (standard_80387_constant_rtx): Likewise.
1428         * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
1429         (atantf): Disable for !TARGET_128BIT_LONG_LONG
1430         (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
1431         (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
1432         (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
1433         (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
1434         (frndinttf2): New.
1435         (f2xm1tf2): New.
1436         (exp?f2): Use expsf2_tf when needed.
1437         (exp?f2_tf): New.
1438         (exptf): New.
1440 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
1442         * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
1443         statement from tmake_file set.
1445 2003-06-29  James E Wilson  <wilson@tuliptree.org>
1447         * reload.c (find_reloads): Change push_reloads to push_reload in
1448         comment.
1449         * reload1.c (eliminate_regs): Likewise.
1450         (dump_needs): Delete prototype for deleted function.
1452 2003-06-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1454         * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
1455         format attributes.
1456         * c-format.c (enum format_type): Add gcc_diag_format_type,
1457         gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
1458         (gcc_diag_length_specs, gcc_cdiag_length_specs,
1459         gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
1460         gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
1461         gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
1462         gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
1463         (format_types_orig): Add new data.
1464         (find_char_info_specifier_index, init_dynamic_diag_info): New
1465         functions.
1466         (handle_format_attribute): Update to handle new format attributes.
1468 2003-06-29  Aaron W. LaFramboise  <awlaframboise@aol.com>
1470         * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
1472 2003-06-29  Dara Hazeghi  <dhazeghi@yahoo.com>
1474         * doc/install.texi: Remove install documentation for obsoleted targets
1475         i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
1476         arm-*-aof.
1477         Update information about IA64 toolchain, AIX make requirements,
1478         and binutils for m68k-*-hpux and *-*-linuxaout targets.
1480 Mon Jun 30 00:50:43 CEST 2003  Jan Hubicka  <jh@suse.cz>
1482         * regmove.c (regmove_optimize): Don't try to make src and dst match
1483         when they are in different modes.
1485 Sun Jun 29 23:06:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
1487         * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
1488         busy work when builtin is not supported by the backend.
1490 2003-06-29  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1492         * loop.c (count_one_set): Fix detection of registers set in more
1493         than one basic block.
1495 2003-06-29  Andreas Jaeger  <aj@suse.de>
1497         * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
1498         * system.h: Poison OBJ_FORMAT_ROSE.
1499         * doc/tm.texi (Macros for Initialization): Remove documentatin of
1500         OBJECT_FORMAT_ROSE.
1501         * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
1502         * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
1504 2003-06-29  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1506         * pa.c (update_total_code_bytes): New function.
1507         (last_address): Number of bytes output for a function and its
1508         associated thunks.
1509         (compute_frame_size): Use BITS_PER_UNIT.
1510         (pa_output_function_epilogue): Compute last_address.  Use
1511         update_total_code_bytes.
1512         (output_lbranch): Handle long branch on portable runtime.
1513         (attr_length_millicode_call, attr_length_call,
1514         attr_length_indirect_call): Only use total_code_bytes for calls in
1515         the text section.
1516         (output_call): Only use an indirect call sequence when the target is
1517         not local.
1518         (pa_asm_output_mi_thunk): Handle updating of total_code_bytes.  Improve
1519         test to determine when an IA-relative branch can be used.  Add various
1520         long branch sequences.  Avoid using an indirect branch on all ports
1521         except SOM.
1523 2003-06-29  Ulrich Weigand  <uweigand@de.ibm.com>
1525         * expr.c (clear_by_pieces): Fix prototype.
1527 2003-06-29  Andreas Jaeger  <aj@suse.de>
1529         * cse.c: Convert prototypes to ISO C90.
1530         * cselib.c: Likewise.
1531         * cselib.h: Likewise.
1532         * dbxout.c: Likewise.
1533         * debug.c: Likewise.
1534         * df.c: Likewise.
1535         * df.h: Likewise.
1536         * dojump.c: Likewise.
1537         * doloop.c: Likewise.
1538         * dominance.c: Likewise.
1539         * dwarf2asm.c: Likewise.
1540         * dwarf2out.c: Likewise.
1541         * dwarf2out.h: Likewise.
1542         * dwarfout.c: Likewise.
1543         * except.c: Likewise.
1544         * except.h: Likewise.
1545         * emit-rtl.c: Likewise.
1546         * et-forest.c: Likewise.
1547         * et-forest.h: Likewise.
1548         * except.c: Likewise.
1549         * explow.c: Likewise.
1550         * expmed.c: Likewise.
1551         * expr.c: Likewise.
1552         * expr.h: Likewise.
1554 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1556         * alloc-pool.c: Fix comment formatting.
1557         * bitmap.c: Likewise.
1558         * bitmap.h: Likewise.
1559         * bt-load.c: Likewise.
1560         * builtins.c: Likewise.
1561         * caller-save.c: Likewise.
1562         * cfganal.c: Likewise.
1563         * cfgrtl.c: Likewise.
1564         * collect2.c: Likewise.
1565         * cse.c: Likewise.
1566         * df.c: Likewise.
1567         * diagnostic.c: Likewise.
1568         * dwarf2out.c: Likewise.
1569         * dwarfout.c: Likewise.
1570         * expmed.c: Likewise.
1571         * final.c: Likewise.
1572         * flags.h: Likewise.
1573         * fold-const.c: Likewise.
1574         * gcc.c: Likewise.
1575         * gcov-io.h: Likewise.
1576         * gcov.c: Likewise.
1577         * genattrtab.c: Likewise.
1578         * genautomata.c: Likewise.
1579         * libgcov.c: Likewise.
1580         * mips-tfile.c: Likewise.
1581         * optabs.c: Likewise.
1582         * prefix.c: Likewise.
1583         * rtlanal.c: Likewise.
1584         * stmt.c: Likewise.
1585         * stor-layout.c: Likewise.
1586         * toplev.c: Likewise.
1587         * varasm.c: Likewise.
1588         * vmsdbgout.c: Likewise.
1590 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1592         * expr.c (emit_single_push_insn): If padding is needed
1593         downward, adjust the stack pointer first, and then store the
1594         data into the stack location using an offset.
1596 2003-06-29  Andreas Jaeger  <aj@suse.de>
1598         * collect2.h: Convert prototypes to ISO C90.
1599         * collect2.c: Likewise.
1600         * conflict.c: Likewise.
1601         * coverage.c: Likewise.
1602         * convert.h: Likewise.
1603         * convert.c: Likewise.
1605 2003-06-29  Nathan Sidwell  <nathan@codesourcery.com>
1607         * c-decl.c (c_init_decl_processing): Use a location_t. Set input
1608         filename to <internal>.
1609         * tree.c (make_node): Just copy the current location.
1611 2003-06-29  Eric Botcazou  <ebotcazou@libertysurf.fr>
1613         PR optimization/11210
1614         * fold-const (decode_field_reference): Revert 2003-06-26 patch.
1616 2003-06-29  Neil Booth  <neil@daikokuya.co.uk>
1618         * toplev.c (flag_dummy): Remove.
1619         (f_options): Restore flag pointers.
1621 2003-06-29  David Edelsohn  <edelsohn@gnu.org>
1623         * config/rs6000/rs6000.c (processor_target_table): Add 970.
1624         * config.gcc: Add 970.
1626 2003-06-29  Kazu Hirata  <kazu@cs.umass.edu>
1628         * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
1629         -1) with ggc_strdup.
1630         * stmt.c (expand_asm_operands): Likewise.
1631         * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
1633 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1635         * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
1636         definition.
1638 2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1640         * opts.c: Include insn-attr.h.
1641         * Makefile.in (opts.o): Depend on INSN_ATTR_H.
1643 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
1645         * flow.c (propagate_one_insn): Use proper test for a register
1646         being part of the return value.
1648 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1650         * config/avr/avr.c: Fix a comment typo.
1652 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1654         * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
1655         with avr_simplify_comparison_p.
1656         * config/avr/avr.c: Likewise.
1658 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1660         * builtins.c: Follow spelling conventions.
1661         * cgraph.c: Likewise.
1662         * cpplex.c: Likewise.
1663         * config/arm/arm.c: Likewise.
1664         * config/arm/iwmmxt.md: Likewise.
1665         * config/c4x/c4x-modes.def: Likewise.
1666         * config/c4x/c4x.c: Likewise.
1667         * config/c4x/c4x.h: Likewise.
1668         * config/c4x/c4x.md: Likewise.
1669         * config/i386/i386-interix.h: Likewise.
1670         * config/mips/mips.h: Likewise.
1672 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
1674         * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
1675         __mc68020__ on TARGET_68020.
1677 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1679         * config/h8300/h8300.c: Fix a comment typo.
1681 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1683         * c-parse.in (yylexstring): Use a location_t.
1685         * diagnostic.h (diagnostic_set_info): Replace file and lineno
1686         parameters with a location_t.
1687         * diagnostic.c (diagnostic_set_info): Replace file and lineno
1688         parameters with a location_t.
1689         (inform, warning, pedwarn, error, sorry, fatal_error,
1690         internal_error, warning_with_decl, pedwarn_with_decl,
1691         error_with_decl): Adjust.
1692         * c-error.c (pedwarn_c99): Adjust.
1693         * c-format.c (status_warning): Adjust.
1694         * rtl-error.c (file_and_line_for_asm): Rename to ...
1695         (location_for_asm): Return a location_t.
1696         (diagnostic_for_asm): Adjust.
1698 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
1700         * cpptrad.c (skip_macro_block_comment): New.
1701         (copy_comment): Use it if appropriate.
1703 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1705         * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
1706         definition.
1707         (store_killed_in_insn): Likewise.
1708         * print-rtl.c (print_rtx): Likewise.
1709         * config/frv/frv.c (frv_final_prescan_insn): Likewise.
1710         * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
1711         (m68hc11_reassign_regs): Likewise.
1712         (m68hc11_reorg): Likewise.
1714 2003-06-28  Gabriel Dos Reis <gdr@integrable-solutions.net>
1716         * diagnostic.c (output_integer_with_precision): New macro.
1717         (output_format): Use it.  Handle more format specifiers.
1718         (output_long_decimal): Remove.
1719         (output_unsigned_decimal): Likewise.
1720         (output_long_unsigned_decimal): Likewise.
1721         (output_octal): Likewise.
1722         (output_long_octal): Likewise.
1723         (output_hexadecimal): Likewise.
1724         (output_long_hexadecimal): Likewise.
1725         (output_long_long_decimal): Likewise.
1727 2003-06-28  Andreas Schwab  <schwab@suse.de>
1729         * config/ia64/ia64.md: Follow recent emit_note API change.
1731 2003-06-28  Nathan Sidwell  <nathan@codesourcery.com>
1733         * c-parse.in (%union): Replace filename & lineno with location.
1734         (save_filename, save_lineno): Remove.
1735         (save_location): New.
1736         (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
1737         nested_function, notype_nested_function, if_prefix, lineno_stmt,
1738         lineno_label, label): Adjust.
1740 2003-06-28  Jakub Jelinek  <jakub@redhat.com>
1742         * builtins.c (c_strlen): Add only_value argument.
1743         Handle COND_EXPR and COMPOUND_EXPR.
1744         (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
1745         Adjust c_strlen callers.
1746         (expand_builtin_strcpy, expand_builtin_strncpy,
1747         expand_builtin_strcmp, expand_builtin_strncmp,
1748         expand_builtin_fputs, expand_builtin_sprintf,
1749         fold_builtin): Adjust c_strlen callers.
1751 2003-06-28  Josef Zlomek  <zlomekj@suse.cz>
1753         * bb-reorder.c (find_traces_1_round): Do not send basic block
1754         to next round when we are in the last round.
1756 2003-06-28  Neil Booth  <neil@daikokuya.co.uk>
1758         * Makefile.in: Update.
1759         * opts.c: Include tm_p.h.
1760         (handle_options): Make static.
1761         (decode_options): Copied from toplev.c.
1762         * opts.h (decode_options): New.
1763         * toplev.c (parse_options_and_default_flags): Move most to opts.c,
1764         some to...
1765         (general_init): ...here.
1766         (toplev_main): Use decode_options instead.
1767         * toplev.h (save_argc, save_argv): New.
1769 2003-06-28  Kazu Hirata  <kazu@cs.umass.edu>
1771         * explow.c (find_next_ref): Remove.
1772         * rtl.h: Remove the prototype for find_next_ref.
1774 2003-06-27  Roger Sayle  <roger@eyesopen.com>
1776         * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
1777         call to match recent API change.
1779 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
1781         * dbxout.c (flag_debug_only_used_symbols): Delete redundant
1782         declaration.
1784         * c-format.c (check_format_string, get_constant)
1785         * cfgrtl.c (rtl_split_edge):
1786         Mark the definition static, matching the forward declaration.
1788 2003-06-27  Gunther Nikl <gni@gecko.de>
1790         * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
1792         PR target/11014
1793         * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
1794         syntax for MIT / MOTOROLA.
1796         PR other/10240
1797         * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
1798         * configure: Rebuilt.
1800 2003-06-27  Chris Demetriou  <cgd@broadcom.com>
1802         * config/mips/mips.c (mips_build_va_list): Make padding in
1803         va_list structure explicit to avoid -Wpadded warnings.
1805 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1807         * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
1808         * config/s390/s390.c (s390_secondary_output_reload_class): New function.
1809         * config/s390/s390-protos.h (s390_secondary_output_reload_class):
1810         Declare it.
1811         * config/s390/s390.md ("reload_outti", "reload_outdi",
1812         "reload_outdf"): New expanders.
1814         * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
1815         memory operands as source.
1816         ("movdi" + splitters): Likewise.
1817         ("movdf" + splitters): Likewise.
1818         * config/s390/s390.c (s390_split_ok_p): New function.
1819         * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
1821 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1823         * combine.c (force_to_mode): Replace the equality comparison
1824         of INTVALs with a pointer equality comparison.
1825         (simplify_comparison): Likewise.
1827 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1829         * jump.c (rtx_renumbered_equal_p): Replace an expression that
1830         is known to be 0 with 0.
1832 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1834         * gcse.c (expr_equiv_p): Replace expressions that are known to
1835         be 0 with 0.
1837 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1839         * cse.c (fold_rtx): Replace the equality comparison of INTVALs
1840         with a pointer equality comparison.
1842 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1844         * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
1845         are known to be not equivalent.
1847 2003-06-27  Richard Henderson  <rth@redhat.com>
1849         * config/alpha/alpha.c (function_arg): Don't pass small aggregates
1850         in floating point registers.  Validate that we don't receive complex
1851         values here.  Use #elif.
1852         (return_in_memory, function_value): New.
1853         (alpha_va_arg): Handle complex values as two arguments.
1854         * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
1855         (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
1856         (SPLIT_COMPLEX_ARGS): New.
1857         * config/alpha/alpha-protos.h: Update.
1859 2003-06-27  Ulrich Weigand  <uweigand@de.ibm.com>
1861         * ggc-page.c (inverse_table): Change type of mult to size_t.
1862         (compute_inverse): Compute inverse using size_t, not unsigned int.
1863         Compute inverse also for sizes larger than half a machine page.
1865 Fri Jun 27 18:36:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
1867         * toplev.c (rest_of_decl_compilation):  Only varpoolize argument
1868         when called before cgraph_optimize.
1870 2003-06-27  Zack Weinberg  <zack@codesourcery.com>
1872         * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
1873         * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
1874         be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
1876 Fri Jun 27 17:41:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
1878         * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
1879         of known_decls.
1881 2003-06-27  Hans-Peter Nilsson  <hp@axis.com>
1883         * defaults.h (REGISTER_MOVE_COST): Define default here.
1884         * regclass.c: Don't define default REGISTER_MOVE_COST here.
1885         * reload.c, reload1.c: Ditto.
1887 2003-06-27  Richard Earnshaw <rearnsha@arm.com>
1889         * flags.h: Really install previous change.
1891 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
1893         * rtl.h (emit_note): Remove FILE parameter.
1894         * emit-rtl.c (emit_line_note): Adjust emit_note call.
1895         (emit_note): Remove FILE parameter. Adjust.
1896         * builtins.c (expand_builtin_expect): Adjust emit_note call.
1897         * c-semantics.c (genrtl_scope_stmt): Likewise.
1898         (expand_stmt): Likewise.
1899         * cfglayout.c (reemit_insn_block_notes): Likewise.
1900         (duplicate_insn_chain): Likewise.
1901         * except.c (expand_eh_region_start, expand_eh_region_end,
1902         sjlj_emit_function_enter): Likewise.
1903         * explow.c (probe_stack_range): Likewise.
1904         * expr.c (emit_block_move_via_loop): Likewise.
1905         * function.c (init_function_start, expand_function_start,
1906         expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
1907         * integrate.c (expand_inline_function, copy_insn_list): Likewise.
1908         * reg-stack.c (compensate_edge): Likewise.
1909         * reload1.c (reload): Likewise.
1910         * rtlanal.c (hoist_insn_to_edge): Likewise.
1911         * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
1912         expand_loop_continue_here, expand_end_loop, expand_continue_loop,
1913         expand_exit_loop_top_cond, expand_value_return,
1914         expand_start_bindings_and_block, expand_end_bindings,
1915         expand_decl_cleanup, expand_start_case): Likewise.
1916         * unroll.c (copy_loop_body
1917         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
1918         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1919         * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
1920         rs6000_emit_allocate_stack, rs6000_output_function_prologue,
1921         rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
1922         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1923         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1925 2003-06-27  Nathan Sidwell  <nathan@codesourcery.com>
1927         * c-tree.h (grokfield): Remove unused filename and line parameters.
1928         * c-decl.c (grokfield): Remove unused filename and line parameters.
1929         * c-parse.in (component_decl): Adjust field grokking rules, adjust
1930         grokfield calls.
1931         (component_declarator): Likewise.
1932         (component_notype_declarator): Likewise.
1933         * objc/objc-act.c (build_module_descriptor): Adjust grokfield
1934         calls.
1935         (build_protocol_template, build_method_prototype_list_template,
1936         build_method_prototype_template, build_category_template,
1937         build_selector_template, build_class_template,
1938         build_super_template, build_ivar_template,
1939         build_ivar_list_template, build_method_list_template,
1940         build_method_template, add_instance_variable): Likewise.
1942 2003-06-27  Kazu Hirata  <kazu@cs.umass.edu>
1944         * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
1945         OP2 are known to be not equivalent.
1947 2003-06-26  Devang Patel <dpatel@apple.com>
1949         * final.c (debug_flush_symbol_queue): New function.
1950         (debug_queue_symbol): New function.
1951         (debug_free_queue): New function.
1952         (debug_nesting): New variable.
1953         (symbol_queue): New variable.
1954         (symbol_queue_index): Same.
1955         (symbol_queue_size): Same.
1956         * debug.h (debug_flush_symbol_queue): New.
1957         (debug_queue_symbol): New.
1958         (debug_free_queue): New.
1959         (debug_nesting): New.
1960         (symbol_queue_index): New.
1961         * dbxout.c (DBXOUT_DECR_NESTING): New macro.
1962         (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
1963         (dbxout_init): Delay symbol output.
1964         (dbxout_global_decl): Save, set and reset TREE_USED bit around
1965         dbxout_symbol() call.
1966         (dbxout_begin_function): Same.
1967         (dbxout_finish): Free symbol queue.
1968         (dbxout_type): Put appropriate symbols in queue.
1969         (dbxout_symbol): Put info for symbol's type in queue.
1970         Decrement/Increment nesting counts flush symbol queue appropriately.
1971         (dbxout_parms): Increment dbxout nesting.
1972         (dbxout_reg_parms): Same.
1973         * flags.h (flag_debug_only_used_symbols): New.
1974         * toplev.c (flag_debug_only_used_symbols): New variable.
1975         (lang_independent_options): Add entries for new option
1976         -feliminate-unused-debug-symbols.
1977         * common.opt: Add entry for -feliminate-unused-debug-symbols.
1978         * opts.c (common_handle_options): Same.
1979         * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
1980         -feliminate-unused-debug-symbols.
1981         * doc/invoke.texi (Debugging Options): Document
1982         -feliminate-unused-debug-symbols.
1984 2003-06-26  Roger Sayle  <roger@eyesopen.com>
1985             Jakub Jelinek  <jakub@redhat.com>
1987         * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
1988         obtain the format string instead of using TREE_STRING_POINTER and
1989         TREE_STRING_LENGTH.  Only optimize sprintf(dst,"%s",src) when the
1990         return value is unused or the length of src is a known constant.
1992 2003-06-26  Richard Henderson  <rth@redhat.com>
1994         * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
1996 2003-06-26  Richard Henderson  <rth@redhat.com>
1998         * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
1999         (ia64_split_call): Only load descriptor for GP register inputs.
2000         (ia64_expand_epilogue): Check current_frame_info.mask not
2001         current_function_is_leaf to restore ar.pfs.
2003 2003-06-26  Richard Henderson  <rth@redhat.com>
2005         * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
2006         instead of replacing it.
2008 2003-06-26  Richard Henderson  <rth@redhat.com>
2010         * flow.c (propagate_one_insn): Kill function return value
2011         registers across tail calls.
2013         * flow.c (propagate_one_insn): Preserve live-at-end registers
2014         across tail calls.
2016 2003-06-26  J"orn Rennecke <joern.rennecke@superh.com>
2018         * reload.c (can_reload_into): New function.
2019         (push_reload): Use it.
2021 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2023         * config/h8300/h8300.c (compute_a_rotate_length): Fix the
2024         references to the amount of a rotation.
2026 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
2028         * config/sh/coff.h: Don't include dbxcoff.h.
2029         * config.gcc: List it here.
2031 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2033         * postreload.c (reload_cse_simplify_set): Call cselib_lookup
2034         earlier.  Don't check if SRC is a constant.
2036 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2038         * Makefile.in (OBJS): Add postreload.o.
2039         Remove cselib.h from the dependency list for reload1.o.
2040         Add a dependency list for postreload.o.
2041         * reload.h: Change the comment for the prototype of
2042         reload_cse_regs.
2043         * reload1.c: Don't include cselib.h.
2044         (reload_cse_regs): Move to postreload.c
2045         (reload_cse_regs_1): Likewise.
2046         (reload_cse_noop_set_p): Likewise.
2047         (reload_cse_simplify_set): Likewise.
2048         (reload_cse_simplify_operands): Likewise.
2049         (RELOAD_COMBINE_MAX_USES): Likewise.
2050         (reload_combine_ruid): Likewise.
2051         (LABEL_LIVE): Likewise.
2052         (reload_combine): Likewise.
2053         (reload_combine_note_use): Likewise.
2054         (reload_combine_note_store): Likewise.
2055         (reg_set_luid): Likewise.
2056         (reg_offset): Likewise.
2057         (reg_base_reg): Likewise.
2058         (reg_mode): Likewise.
2059         (move2add_luid): Likewise.
2060         (move2add_last_label_luid): Likewise.
2061         (MODES_OK_FOR_MOVE2ADD): Likewise.
2062         (reload_cse_move2add): Likewise.
2063         (move2add_note_store): Likewise.
2064         (reload_cse_simplify): Likewise.
2065         * postreload.c: New.
2067 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2069         * config/avr/avr.c (final_prescan_insn): Remove support for
2070         -mrtl.
2071         * config/avr/avr.h (MASK_RTL_DUMP): Remove.
2072         (TARGET_RTL_DUMP): Likewise.
2073         (TARGET_SWITCHES): Remove -mrtl.
2075 2003-06-26  Kazu Hirata  <kazu@cs.umass.edu>
2077         * config/h8300/h8300-protos.h: Change emit_a_rotate to
2078         output_a_rotate.  Add a prototype for compute_a_rotate_length.
2079         * config/h8300/h8300.c (emit_a_rotate): Change to
2080         output_a_rotate.
2081         (compute_a_rotate_length): New.
2082         (h8300_adjust_insn_length): Remove.
2083         * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
2084         * config/h8300/h8300.md (adjust_length): Remove.
2085         (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
2086         (*rotlhi3_1): Likewise.
2087         (*rotlsi3_1): Likewise.
2089 2003-06-26  Roger Sayle  <roger@eyesopen.com>
2090             Richard Henderson  <rth@redhat.com>
2092         * builtins.c (expand_builtin_mathfn): Always stabilize the argument
2093         list against re-evaluation.  If expand_unop fails, call expand_call
2094         with the stabilized argument list rather than return NULL_RTX.
2095         (expand_builtin_mathfn2): Likewise, always stabilize the argument
2096         list, and call expand_call ourselves if expand_binop fails.
2098 2003-06-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
2100         PR optimization/11210
2101         * fold-const (decode_field_reference): Strip only NOPs that
2102         don't affect the sign.
2104 2003-06-26  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
2106         * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
2107         (pop_fpscr, fpu_switch): Likewise.
2109 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2111         * value-prof.c: New.
2112         * value-prof.h: New.
2113         * Makefile.in (value-prof.o): New.
2114         (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
2115         (profile.o): Add value-prof.h and tree.h dependency.
2116         * flags.h (flag_profile_values): Declare.
2117         * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
2118         Add new counters.
2119         (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
2120         GCOV_COUNTER_V_DELTA): New counter sections.
2121         (__gcov_merge_single, __gcov_merge_delta): Declare.
2122         * flow.c (mark_used_regs): Set subregs_of_mode only when the
2123         structure is initialized.
2124         * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
2125         * profile.c: Include value-prof.h and tree.h.
2126         (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
2127         gen_const_delta_profiler, instrument_values): New static functions.
2128         (get_exec_counts): Fix comment.
2129         (branch_prob): Invoke instrument_values.
2130         * toplev.c (flag_profile_values): New flag.
2131         * doc/invoke.texi (-fprofile-values): Document.
2133 2003-06-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2135         * Makefile.in (cfgrtl.o): Add expr.h dependency.
2136         * cfgrtl.c: Include expr.h.
2137         (mark_killed_regs, safe_insert_insn_on_edge): New
2138         functions.
2139         * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
2140         * basic-block.h (safe_insert_insn_on_edge): Declare.
2142 2003-06-26  Neil Booth  <neil@daikokuya.co.uk>
2144         * c-opts.c (missing_arg): Make non-static.
2145         (c_common_handle_option): Don't check for missing arguments.
2146         * opts.c (handle_option): Check for missing arguments.
2148 2003-06-26  David Edelsohn  <edelsohn@gnu.org>
2150         * config/rs6000/power4.md (power4-veccomplex): Correct latency.
2152 2003-06-25  Loren James Rittle  <ljrittle@acm.org>
2154         * configure.in (ld_vers): Portability [sed].
2155         * configure: Regenerate with autoconf213.
2157 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2159         * doc/extend.texi: Document new builtin functions for Intel
2160         Prescott New Intrunctions.
2162         * doc/invoke.texi: Document new command-line options, -mpni and
2163         -mno-pni, for Intel Prescott New Intrunctions.
2165         * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
2167         * config/i386/i386.c (override_options): Turn on MASK_SSE2
2168         for -mpni. Turn on MASK_SSE for -msse2.
2169         (bdesc_2arg): Add PNI builtins with 2 args.
2170         (bdesc_1arg): Add PNI builtins with 1 arg.
2171         (ix86_init_mmx_sse_builtins): Handle PNI builtins.
2172         (ix86_expand_builtin): Likewise.
2174         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
2175         MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
2176         MASK_TLS_DIRECT_SEG_REFS): Renumbered.
2177         (TARGET_PNI): New.
2178         (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
2179         -mpni and -mno-pni.
2180         (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
2181         (ix86_builtins): Add PNI builtins.
2182         (config/i386/i386.md): Add PNI patterns.
2184         * config/i386/pmmintrin.h: New file.
2186 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2188         * config/h8300/h8300.md (call): Fix the insn lengths.
2189         (call_value): Likewise.
2191 Thu Jun 26 00:13:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2193         * c-common.c (handle_used_attribute): Use mark_referenced.
2194         * varasm.c (mark_referenced): Break out from ...
2195         (assemble_name): ... here.
2196         * tree.h (mark_referenced): Declare.
2198 2003-06-25  Wolfgang Bangerth  <bangerth@dealii.org>
2200         * gccbug.in: Add PCH to list of categories.
2202 2003-06-25 Martin Schaffner <schaffner@gmx.li>
2204         * cppfiles.c: Clarify comments.
2205         * cpphash.h: Likewise.
2206         * cpplib.h: Likewise.
2207         * cppmacro.c: Likewise.
2208         * mkdeps.h: Likewise.
2210 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
2212         * c-opts.c (complain_wrong_lang, write_langs): Remove.
2213         (c_common_handle_option): Complaints about wrong language are
2214         handled in opts.c now.
2215         * opts.c (complain_wrong_lang, write_langs, handle_options): New.
2216         (find_opt): Fix thinko.
2217         (handle_option): Update prototype.  Complain about switches for
2218         a different front end.
2219         * opts.h (lang_names, handle_options): New.
2220         (handle_option): Remove.
2221         * opts.sh: Write out language names array.
2222         * toplev.c (parse_options_and_default_flags): Use handle_options.
2224 2003-06-25  H.J. Lu <hongjiu.lu@intel.com>
2226         * config/i386/i386.c (MASK_SSE1): Removed.
2227         (MASK_SSE164): Removed.
2228         (MASK_SSE264): Removed.
2229         (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
2230         MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
2231         with MASK_SSE2 | MASK_64BIT.
2232         (bdesc_1arg): Likewise.
2233         (ix86_init_mmx_sse_builtins): Likewise.
2235         * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
2236         (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
2237         -msse2.
2239 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2241         * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
2242         (HOST_WIDE_INT_PRINT_DEC_SPACE,
2243         HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
2244         HOST_WIDEST_INT_PRINT_DEC_SPACE,
2245         HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
2246         (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
2247         HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
2248         terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
2250         * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
2251         * ra-debug.c (dump_static_insn_cost): Likewise.
2253 2003-06-26  Nick Clifton  <nickc@redhat.com>
2255         * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
2256         of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
2257         Replace occurances of '???' with 'XXX' incase they are
2258         mistaken for trigraphs.
2259         (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
2260         does not have a register for the first operand.
2262 2003-06-25      Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2264         * config/sh/sh.c (sh_register_move_cost):
2265         Add case for moving between MAC_REGS.
2267 2003-06-25  Zack Weinberg  <zack@codesourcery.com>
2269         PR 10178
2270         * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
2271         * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
2272         * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
2273         to true.
2274         * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
2275         return 0.
2277 2003-06-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2279         * Makefile.in (bt-load.o): Depend on $(TM_P_H).
2280         * bt-load.c: Include "tm_p.h".
2282 2003-06-25  Kazu Hirata  <kazu@cs.umass.edu>
2284         * config/h8300/h8300.c (compute_mov_length): Adjust for the
2285         new optimization.
2286         * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
2287         an SImode constant whose upper and lower are the same.
2289 Wed Jun 25 11:31:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
2291         * varasm.c (assemble_name): Mark needed variables even when
2292         global info is ready.
2294 2003-06-24  Jerry Quinn  <jlquinn@optonline.net>
2296         PR other/11280
2297         * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
2298         -freorder-functions description.
2300 2003-06-25  Josef Zlomek  <zlomekj@suse.cz>
2302         * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
2304 2003-06-25  Neil Booth  <neil@daikokuya.co.uk>
2306         * opts.c (common_handle_option): Add missing break;s.
2308 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2310         * config/h8300/h8300-protos.h: Add a prototype for
2311         compute_mov_length.
2312         * config/h8300/h8300.c (compute_mov_length): New.
2313         * config/h8300/h8300.md (*movqi_h8300): Use it.
2314         (*movqi_h8300hs): Likewise.
2315         (movstrictqi): Likewise.
2316         (*movhi_h8300): Likewise.
2317         (*movhi_h8300hs): Likewise.
2318         (movstricthi): Likewise.
2319         (*movsi_h8300): Likewise.
2320         (*movsf_h8300): Likewise.
2321         (*movsi_h8300hs): Likewise.
2322         (*movsf_h8300hs): Likewise.
2324 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2326         * jump.c (next_nondeleted_insn): Remove.
2327         * rtl.h: Remove the prototype for next_nondeleted_insn.
2329 2003-06-24  Roger Sayle  <roger@eyesopen.com>
2331         PR optimization/11311
2332         * builtins.c (powi_cost): Fix typo.  The number of multiplications
2333         required is the number to reduce the argument, result, plus the
2334         cost of calculating the residual, val [not n, the original value].
2336 2003-06-24  Roger Sayle  <roger@eyesopen.com>
2338         * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
2340 2003-06-24  Richard Henderson  <rth@redhat.com>
2341             (blame to: Loren James Rittle  <ljrittle@acm.org>)
2343         * real.h (ieee_extended_intel_96_round_53_format): New.
2344         * real.c (ieee_extended_intel_96_round_53_format): New.
2345         * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
2346         for XFmode and TFmode.
2348 2003-06-24  Kazu Hirata  <kazu@cs.umass.edu>
2350         * config/h8300/h8300.md (4 anonymous patterns): Give internal
2351         names.
2352         (movsi_h8300): Change the name to *movsi_h8300.
2353         (movsi_h8300hs): Change the name to *movsi_h8300hs.
2354         (movsf_h8300): Change the name to *movsf_h8300.
2355         (movsf_h8300hs): Change the name to *movsf_h8300hs.
2357 2003-06-24  Jakub Jelinek  <jakub@redhat.com>
2359         * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
2360         src twice.
2362 2003-06-24  J"orn Rennecke <joern.rennecke@superh.com>
2364         Back out these patches:
2365          2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
2366           * sh.h (OLD_ARG_MODE): New macro.
2367           (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2368           (FUNCTION_ARG_1): Break out of:
2369           (FUNCTION_ARG).  Use OLD_ARG_MODE.
2370          2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
2371           * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2372           of the generated register.
2374         * sh.h (FUNCTION_ARG_SCmode_WART): Define.
2375         (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
2376         an even number of floating point regs are in use, use the same
2377         sequence of argument passing registers for SCmode as would be
2378         used for two SFmode values.
2379         * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
2380         swap real / imaginary parts in incoming SCmode values passed
2381         in registers.
2383 2003-06-24  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
2385         PR target/11260
2386         * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
2388 Tue Jun 24 18:49:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
2390         * Makefile.in (cgraph.o): Depend on output.h, not depend on
2391         tree-inline.h
2392         * cgraph.c: Do not include tree-inline.h; include output.h
2393         (known_fns): Rename to ...
2394         (known_decls): ... this one; update all uses.
2395         (cgraph_varpool_hash): New static variable.
2396         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
2397         variables.
2398         (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
2399         cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
2400         cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2401         New functions.
2402         * cgraph.h (cgraph_varpool_node): New structure.
2403         (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
2404         (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
2405         cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
2406         cgraph_varpool_asemble_pending_decls): Declare.
2407         * cgraphunit.c (record_call_1): Notice variable references.
2408         (cgraph_finalize_compilation_unit): Assemble pending variables.
2409         * toplev.c (wrapup_global_declarations): Use varpool.
2410         (compile_file): Assemble pending declarations.
2411         (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
2412         * varasm.c (assemble_name): Notice varpool references.
2414 Tue Jun 24 13:52:11 CEST 2003  Jan Hubicka  <jh@suse.cz>
2416         * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
2417         * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
2418         * varasm.c (assemble_variable): Call prepare_assemble_variable.
2420 2003-06-23  Roger Sayle  <roger@eyesopen.com>
2422         * builtins.c (expand_builtin): Use expand_builtin_pow to expand
2423         calls for pow, powf, powl and their __builtin_ variants.
2424         (expand_builtin_pow): If the second argument is a constant
2425         integer and compiling with -ffast-math, use expand_powi to
2426         generate RTL if powi_cost is less than POWI_MAX_MULTS.
2427         (powi_cost): New function to return the number of multiplications
2428         necessary to evaluate an Nth power, for integer constant N.
2429         (expand_powi): New function to expand the RTL for evaluating
2430         the Nth power of a floating point value, for integer constant N.
2432         * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
2434 Mon Jun 23 23:07:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
2436         * cgraph.c (cgraph_nodes_queue): Declare.
2437         (eq_node): Take identifier as p2.
2438         (cgraph_node): Update htab_find_slot_with_hash call.
2439         (cgraph_node_for_identifier): New.
2440         (cgraph_mark_needed_node): Move here from cgraphunit.c.
2441         * cgraph.h (cgraph_nodes_queue): Declare.
2442         (cgraph_node_for_identifier): Declare.
2443         * cgraphunit.c (cgraph_finalize_function): Collect entry points here
2444         instead of in cgraph_finalize_compilation_unit; constructors and
2445         destructors are entry points.
2446         (cgraph_finalize_compilation_unit): Reorganize debug outout;
2447         examine nested functions after lowerng; call collect_functions hook.
2448         (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
2449         (cgraph_finalize_compilation_unit): Do not collect entry points.
2450         * varasm.c: Include cgraph.h
2451         (assemble_name): Mark referenced identifier as needed.
2453         * cgraphunit.c (record_call_1): Use get_callee_fndecl.
2455 2003-06-23  Jakub Jelinek  <jakub@redhat.com>
2457         * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
2458         just SYMBOL_REF.
2459         * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
2460         mode, as it requires pic register loaded.
2462         * varasm.c (resolve_unique_section): Remove prototype.  No longer
2463         static.
2464         * tree.h (resolve_unique_section): New prototype.
2466 2003-06-23  Andreas Schwab  <schwab@suse.de>
2468         PR debug/9905
2469         * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
2470         recursing through first argument.
2472 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2474         * ChangeLog.1: Fix a typo.
2475         * cfgrtl.c: Fix comment typos.
2476         * dwarf2out.c: Likewise.
2477         * expmed.c: Likewise.
2478         * genrecog.c: Likewise.
2479         * jump.c: Likewise.
2480         * rtlanal.c: Likewise.
2481         * ssa-dce.c: Likewise.
2482         * toplev.c: Likewise.
2484 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2486         * doc/extend.texi: Fix typos.
2487         * doc/md.texi: Likewise.
2488         * doc/tm.texi: Likewise.
2490 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2492         * basic-block.h: Fix comment formatting.
2493         * bt-load.c: Likewise.
2494         * builtins.c: Likewise.
2495         * c-common.c: Likewise.
2496         * c-common.h: Likewise.
2497         * c-format.c: Likewise.
2498         * coverage.c: Likewise.
2499         * cpplib.h: Likewise.
2500         * cpppch.c: Likewise.
2501         * dbxout.c: Likewise.
2502         * diagnostic.c: Likewise.
2503         * dwarf2out.c: Likewise.
2504         * expr.c: Likewise.
2505         * fold-const.c: Likewise.
2506         * function.c: Likewise.
2507         * gcc.c: Likewise.
2508         * gcov-io.c: Likewise.
2509         * gcov-io.h: Likewise.
2510         * gcov.c: Likewise.
2511         * profile.c: Likewise.
2512         * real.h: Likewise.
2513         * sched-deps.c: Likewise.
2515 2003-06-23  Roger Sayle  <roger@eyesopen.com>
2516             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2518         * doc/contrib.texi (Contributors): Add a note on testing and
2519         remove duplicates from testers list.
2521 2003-06-23  Nick Clifton  <nickc@redhat.com>
2523         * read-rtl.c (read_braced_string): Check for EOF.  If
2524         encountered issue an error message.
2526 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2528         * doc/invoke.texi: Document dump options, dT and dW.
2530 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
2532         * genrecog.c (pred_table): Remove the entry for
2533         mode_independent_operand.
2534         * recog.c (next_insns_test_no_inequality): Remove.
2535         (mode_independent_operand): Likewise.
2536         * recog.h: Remove the prototype for mode_independent_operand.
2538 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2540         * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
2541         store into bit 0.
2542         * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
2543         second alternative to set_znv.
2544         (*extzv_1_r_inv_h8300hs): Likewise.
2546 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
2548         * configure.in (in_tree_gas): Find out here whether GAS is ELF,
2549         set in_tree_gas_is_elf accordingly.
2550         (in_tree_ld): Find out whether LD emulation is ELF, set
2551         in_tree_ld_is_elf accordingly.
2552         (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
2553         (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
2554         (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
2555         (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
2556         grepping gas/Makefile.
2557         (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
2558         $in_tree_ld_is_elf instead of grepping ld/Makefile.
2559         * configure: Regenerate.
2561 2003-06-22  Roger Sayle  <roger@eyesopen.com>
2563         * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
2564         up the stabilized argument list, not build_tree_list.
2565         (expand_builtin_strcpy): Construct new argument list manually
2566         instead of using chainon to modify the original argument list.
2567         (expand_builtin_stpcpy): Construct new argument list manually
2568         instead of using copy_list and chainon.
2569         (expand_builtin_sprintf): New function.  Optimize calls to
2570         sprintf when the format is "%s" or doesn't contain a '%'.
2571         (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
2572         expand_builtin_sprintf.
2574 2003-06-22  Andreas Schwab  <schwab@suse.de>
2576         * function.c (set_insn_locators): Mark as unused.
2578 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
2580         * common.opt: Add -finline-limit.
2581         * opts.c (common_handle_options): Handle it.
2582         * opts.sh: Temporary kludge for -finline-limit.
2583         * toplev.c (decode_f_option, independent_decode_option): Die.
2584         (parse_options_and_default_flags): No independent_decode_option.
2586 2003-06-22  Andreas Jaeger  <aj@suse.de>
2588         * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2590 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2592         * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2594 2003-06-22  Andreas Schwab  <schwab@suse.de>
2596         * doc/invoke.texi: Remove leading `-' from options in index.
2598 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2600         * bt-load.c: Follow spelling conventions.
2602 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2604         * expr.c (emit_move_insn_1): Fix a comment typo.
2606 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2608         * doc/invoke.texi: Alphabetize dump options.
2610 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2612         * doc/invoke.texi: Remove a duplicate -dk.
2614 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2616         * doc/invoke.texi: Update dump file names.
2618 2003-06-22  Zack Weinberg  <zack@codesourcery.com>
2620         * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
2621         and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
2623 2003-06-22  Kazu Hirata  <kazu@cs.umass.edu>
2625         * doc/rtl.texi: Fix the @findex for pre_modify.
2627 2003-06-22  Andreas Jaeger  <aj@suse.de>
2629         * caller-save.c: Convert to ISO C90.
2630         * calls.c: Likewise.
2631         * cfg.c: Likewise.
2632         * cfganal.c: Likewise.
2633         * cfgbuild.c: Likewise.
2634         * cfgcleanup.c: Likewise.
2635         * cfghooks.c: Likewise.
2636         * cfglayout.c: Likewise.
2637         * cfglayout.h: Likewise.
2638         * cfgloop.c: Likewise.
2639         * cfgloop.h: Likewise.
2640         * cfgloopanal.c: Likewise.
2641         * cfgloopmainip.c: Likewise.
2642         * cfgrtl.c: Likewise.
2644 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
2646         * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
2647         64-bit alignment.
2649 2003-06-22  Richard Earnshaw  <rearnsha@arm.com>
2651         * arm.md (all call_value patterns): Remove register constraints on
2652         value operand.
2654 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
2656         * common.opt: More -f switches.
2657         * opts.c (common_handle_options): Handle them.
2658         * toplev.c (time_report): Make extern.
2659         (f_options): USe flag_dummy.
2660         (decode_f_option): No need to use f_options now.
2661         * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
2662         flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
2664 2003-06-22  Andreas Jaeger  <aj@suse.de>
2666         * c-lex.c: Convert to ISO C90.
2667         * c-objc-common.c: Likewise.
2668         * c-opts.c: Likewise.
2669         * c-pch.c: Likewise.
2670         * c-ppoutput.c: Likewise.
2671         * c-pragma.h: Likewise.
2672         * c-pretty-print.c: Likewise.
2673         * c-pretty-print.h: Likewise.
2674         * c-semantics.c: Likewise.
2675         * c-tree.h: Likewise.
2676         * c-typeck.c: Likewise.
2678         * c-lang.c: Convert to ISO C90.
2680 2003-06-22  Neil Booth  <neil@daikokuya.co.uk>
2682         * opts.c (find_opt): Fix to always guarantee a find of a
2683         switch with joined parameter.
2684         * opts.h (struct cl_option): New member back_chain.
2685         * opts.sh: Update to calculate and add back_chain member.
2687 2003-06-22  Gabriel Dos Reis <gdr@integrable-solutions.net>
2689         * diagnostic.h (output_host_wide_integer): Declare.
2690         * diagnostic.c (output_long_long_decicaml): New function.
2691         (output_host_wide_integer): Likewise.
2692         (output_format): Use them.  Handle "%ll" and "%w".
2694 2003-06-21  Jason Thorpe  <thorpej@wasabisystems.com>
2696         * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
2698 2003-06-21  Zack Weinberg  <zack@codesourcery.com>
2700         * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
2701         * configure.in: Don't use gcc_AC_C_CHARSET.
2702         * configure, config.in: Regenerate.
2703         * config/i370/i370.c, config/i370/i370.h: Use
2704         (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
2705         instead of HOST_EBCDIC or !HOST_EBCDIC.  Clarify comments a tad.
2707 2003-06-21  Neil Booth  <neil@daikokuya.co.uk>
2709         * Makefile.in: Update.
2710         * common.opt: New switches.
2711         * opts.c: Include diagnostic.h.
2712         (common_handle_option): Handle new switches.
2713         * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
2714         flag_if_conversion2, flag_delete_null_pointer_checks,
2715         flag_rerun_cse_after_loop): Make extern.
2716         (flag_dummy): New.
2717         (f_options): Update to use flag_dummy for moved options.
2718         (decode_f_option): Some switches moved to opts.c.
2719         * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
2720         flag_if_conversion2, flag_delete_null_pointer_checks,
2721         flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
2722         flag_tracer, flag_thread_jumps, flag_unroll_loops,
2723         flag_unroll_all_loops, flag_unswitch_loops): New.
2725 Sat Jun 21 13:41:00 CEST 2003  Jan Hubicka  <jh@suse.cz>
2727         * i386.c (ix86_va_arg): Fix allocation of temporary slot.
2729 2003-06-20  Kazu Hirata  <kazu@cs.umass.edu>
2731         * config/h8300/h8300-protos.h: Add a prototype for
2732         same_cmp_preceding_p.
2733         * config/h8300/h8300.c (same_cmp_preceding): New.
2734         * config/h8300/h8300.md: Extend peephole2's that transform
2735         compare:SI into shorter sequences so that they can deal with
2736         signed comparisons.
2738 2003-06-21  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2740         * doc/contrib.texi (Contributors): Use Windows instead of Win32.
2742         Update Andreas Jaeger's entry.
2744         Merge the two entries of Kaveh Ghazi, David Edelsohn, and
2745         Loren J. Rittle.
2747 2003-06-21  Nathanael Nerode  <neroden@gcc.gnu.org>
2749         * mkconfig.sh: Add multiple inclusion guards to generated headers.
2751 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
2753         * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
2754         * common.opt: Add remaining -W options and -g.
2755         * diagnostic.c (warnings_are_errors): Remove.
2756         * flags.h: Make most warning flags boolean.
2757         * opts.c (common_handle_option): Handle remaining -W options, and -g.
2758         Move many warning flags from toplev.c, making them boolean.
2759         * toplev.c: Remove many warning flags.
2760         (decode_W_option): Remove.
2761         (decode_g_option): Make extern.  Error on unknown switch.
2762         (lang_independent_W_options): Use warn_dummy.
2763         (independent_decode_option): Just handle -f switches now.
2764         * toplev.h (decode_g_option): New.
2766 2003-06-20  Aldy Hernandez  <aldyh@redhat.com>
2768         PR/11092
2769         * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
2770         vectors.
2772 2003-06-20  Kelley Cook  <kelleycook@wideopenwest.com>
2774         * opts.sh: Tweak awk script for portability.
2776 2003-06-20  Mark Mitchell  <mark@codesourcery.com>
2778         PR c++/10888
2779         * tree-inline.c (expand_call_inline): Do not warn about failing to
2780         inline functions declared in system headers.
2781         * doc/invoke.texi (-Winline): Expand on documentation.
2783 2003-06-20  Richard Henderson  <rth@redhat.com>
2785         * config/alpha/alpha.c (alpha_file_start): Disable
2786         file_start_file_directive for ELF and not MDEBUG.
2788 2003-06-20  J"orn Rennecke <joern.rennecke@superh.com>
2790         * sh.h (ROUND_TYPE_ALIGN): Remove.
2792 2003-06-20  Richard Henderson  <rth@redhat.com>
2794         * hooks.c (hook_int_void_no_regs): Rename from
2795         hook_reg_class_void_no_regs; change return type.
2796         * hooks.h: Update.
2797         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
2798         * target.h (branch_target_register_class): Change return type to int.
2799         Add documentation.
2800         * config/sh/sh.c (sh_target_reg_class): Change return type.
2801         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
2803 2003-06-20  Andreas Tobler <toa@pop.agri.ch>
2805         * c-format.c: Change _Bool to bool reverting part of the last
2806         patch.
2808 2003-06-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2810         * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
2811         strip name encoding.
2813 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2815         * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
2816         * configure: Regenerate.
2817         Fixes PR driver/9362.
2819 2003-06-20  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2821         * config/alpha/alpha.c (alpha_file_start): Fix typo.
2823 2003-06-20  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
2825         * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
2826         to ASM_OUTPUT_SOURCE_LINE.
2828 2003-06-20  Daniel Egger  <degger@fhm.edu>
2829             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2831         * doc/install.texi (Building): Correct and improve statement
2832         about parallel builds.
2834 2003-06-20  Andreas Jaeger  <aj@suse.de>
2836         * c-common.c: Change _Bool to bool reverting part of the last
2837         patch.
2839 2003-06-20  Nathan Sidwell  <nathan@codesourcery.com>
2841         * tree.h (expand_function_end): Remove all parameters.
2842         * function.c (expand_function_end): Remove all parameters.
2843         Use input_location. Never expand_end_bindings.
2844         * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
2845         * coverage.c (create_coverage): Likewise.
2847 2003-06-20  Nick Clifton  <nickc@redhat.com>
2849         * doc/extend.texi (ARM Built-in Functions): New node.  Document
2850         ARM builtin functions for iWMMXt support.
2852 2003-06-20  Eric Botcazou  <ebotcazou@libertysurf.fr>
2854         * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
2855         SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
2856         (--with-as): Add @anchor.
2857         (--with-gnu-ld): Fix typo.
2858         (--with-ld): Add @uref to --with-as.
2860 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
2862         * doc/tm.texi: Uniformly use @defmac for macros, rather than
2863         @table items.  Minor formatting and editorial corrections.
2865 2003-06-20  Neil Booth  <neil@daikokuya.co.uk>
2867         * line-map.c, line-map.h: Convert to ISO prototypes.
2869 2003-06-20  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2871         * gcse.c (store_killed_in_insn): Fix.
2873 2003-06-19  Zack Weinberg  <zack@codesourcery.com>
2875         * target.h (asm_out.file_start, file_start_app_off,
2876         file_start_file_directive): New hooks.
2877         * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
2878         TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
2879         New hook-definition macros.
2880         * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
2881         * varasm.c (default_file_start): New.
2882         * output.h: Prototype it.
2883         * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
2884         * system.h: Poison ASM_FILE_START.
2886         * config/alpha/alpha.c (alpha_write_verstamp): Delete.
2887         (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
2888         (unicosmk_asm_file_start): Rename unicosmk_file_start,
2889         make static, take no arguments.
2890         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
2891         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
2892         * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
2893         TARGET_ASM_FILE_END.  Remove reference to ASM_FILE_START in
2894         comment.
2895         * config/arc/arc.c (arc_asm_file_start): Rename
2896         arc_file_start, take no arguments, make static.
2897         (TARGET_ASM_FILE_START): Set it.
2898         * config/arm/arm.c (aof_file_start): New static function.
2899         (TARGET_ASM_FILE_START): Set it, when appropriate.
2900         * config/arm/coff.h, config/arm/elf.h:
2901         Set TARGET_ASM_FILE_START_APP_OFF to true.
2902         * config/avr/avr.c (asm_file_start): Rename avr_file_start,
2903         take no arguments, make static.
2904         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
2905         Set them.
2906         * config/c4x/c4x.c (c4x_file_start): New static function.
2907         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
2908         Set them.
2909         * config/cris/cris.c (cris_file_start): New static function.
2910         (TARGET_ASM_FILE_START): Set it.
2911         * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
2912         dsp16xx_file_start, make static.
2913         (luxworks_dsp16xx_file_start): Delete.
2914         (TARGET_ASM_FILE_START): Set it.
2915         * config/h8300/h8300.c (asm_file_start): Rename
2916         h8300_file_start, make static, take no arguments.
2917         (TARGET_ASM_FILE_START): Set it.
2918         * config/i370/i370.c (i370_file_start): New static function.
2919         (TARGET_ASM_FILE_START): Set it.
2920         * config/i386/i386.c (x86_file_start): New static function.
2921         (TARGET_ASM_FILE_START): Set it.
2922         * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
2923         X86_FILE_START_FLTUSED): New macros, default to false.
2924         * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
2925         * config/i386/sysv4.h, config/i386/sco5.h: Override
2926         X86_FILE_START_VERSION_DIRECTIVE to true.
2927         * config/ia64/ia64.c (ia64_file_start): New static function.
2928         (TARGET_ASM_FILE_START): Set it.
2929         (emit_safe_across_calls): Take no arguments.
2930         * config/ia64/ia64.md: Update to match.
2931         * config/m32r/m32r.c (m32r_asm_file_start): Rename
2932         m32r_file_start, make static, take no arguments.
2933         (TARGET_ASM_FILE_START): Set it.
2934         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
2935         m68hc11_file_start, make static, take no arguments.
2936         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2937         (print_options): Delete.
2938         * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
2939         (TARGET_ASM_FILE_START_APP_OFF): Set.
2940         * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
2941         m68k_hp320_file_start.
2942         * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
2943         Make static, take no arguments.
2944         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2945         * config/mmix/mmix.c (mmix_asm_file_start): Rename
2946         mmix_file_start, make static, take no arguments.
2947         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2948         * config/mn10300/mn10300.c (asm_file_start): Rename
2949         mn10300_file_start, make static, take no arguments.
2950         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2951         * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
2952         * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
2953         pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
2954         pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
2955         pa_hpux64_hpas_file_start): New static functions.
2956         * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
2957         * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
2958         pa_linux_file_start.
2959         * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
2960         pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
2961         appropriate.
2962         * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
2963         * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
2964         (rs6000_file_start): Make static, take no arguments.  Reset
2965         default_cpu under certain conditions.
2966         (rs6000_xcoff_file_start): New function.
2967         * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
2968         * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
2969         TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
2970         * config/sh/sh.c (output_file_start): Rename
2971         sh_file_start, make static, take no arguments.  Merge in old
2972         code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
2973         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2974         * config/sh/sh.c (TARGET_ELF): Define to 0.
2975         * config/sh/elf.h (TARGET_ELF): Redefine to 1.
2976         * config/v850/v850.c (asm_file_start): Delete.
2977         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2978         * config/vax/vax.c (vax_file_start): New static function.
2979         (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
2981         * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
2982         * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
2983         * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
2984         * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
2985         * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
2986         * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
2988         * config/darwin.h, config/elfos.h, config/alpha/elf.h
2989         * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
2990         * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
2991         * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
2992         * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
2993         * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
2994         * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
2995         * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
2996         * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
2997         * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
2998         * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
2999         * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
3000         * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
3001         * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
3002         * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
3003         * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
3004         * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
3005         * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
3007         * config/alpha/alpha-protos.h, config/arc/arc-protos.h
3008         * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
3009         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
3010         * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
3011         * config/mips/mips-protos.h, config/mmix/mmix-protos.h
3012         * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
3013         * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
3015         * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
3016         Remove reference to ASM_FILE_START in comment.
3017         * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
3018         * config/arm/linux-gas.h, config/arm/netbsd-elf.h
3019         * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
3021 2003-06-19  Graeme Peterson <gp@qnx.com>
3023         * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
3024         SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
3025         sysroot_hdrs_suffix_spec): New.
3026         (static_specs): Initialize new variables.
3027         (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
3028         * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
3029         New macros.
3031 2003-06-19  Andreas Jaeger  <aj@suse.de>
3033         * c-aux-info.c: Convert to ISO C90.
3034         * c-pragma.c: Likewise.
3035         * c-common.c: Likewise.
3036         * c-common.h: Likewise.
3037         * c-convert.c: Likewise.
3038         * c-cppbuiltin.c: Likewise.
3039         * c-dump.c: Likewise.
3040         * c-decl.c: Likewise
3041         * c-format.c: Likewise.
3042         * c-incpath.c: Likewise.
3043         * c-incpath.h: Likewise.
3045 2003-06-19  Roger Sayle  <roger@eyesopen.com>
3047         * builtins.c (expand_errno_check): Assume that flag_errno_math
3048         and HONOR_NANS have been tested before calling here.  Only try
3049         to set errno ourselves if the decl can't throw an exception.
3050         (expand_builtin_mathfn): Move the code to stabilize the arg
3051         after the main switch, so that that its only done when needed.
3052         BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
3053         Don't modify the original expr when stabilizing the argument.
3054         (expand_builtin_mathfn_2): Likewise, move the code to stabilize
3055         the args after the main switch, and don't modify the orginal exp.
3057 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3059         * expr.c (const_vector_from_tree): Initialize remaining elements
3060         to 0.
3062 2003-06-19  Aldy Hernandez  <aldyh@redhat.com>
3064         * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
3065         Change "fix" to "float".
3067 2003-06-19  Andreas Jaeger  <aj@suse.de>
3069         * c-tree.h: Remove declaration of poplevel.
3071         * tree.h: Remove declaration of approx_sqrt.
3073         * c-lex.c: Remove redundant declaration of asm_out_file.
3075         * flags.h: Remove declaration of warn_unknown_pragma and
3076         main_input_filename.
3078         * rtl.h: Remove functions from fold-const.c since they're already
3079         declared in tree.h.
3081         * regs.h: Remove redundant declaration of reg_names.
3083         * bt-load.c (migrate_btr_defs): Correct printf arguments.
3085         * protoize.c: Fix breakage from last patch.
3087 2003-06-19  J"orn Rennecke <joern.rennecke@superh.com>
3089         * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
3090         has been included.
3092 2003-06-18  James A Morrison <ja2morri@student.math.uwaterloo.ca>
3094         * config/sparc/sparc.c: Update copyright year.
3096 2003-06-19  David Edelsohn  <edelsohn@gnu.org>
3098         * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
3099         to ABI_V4.
3101 2003-06-18  Joseph S. Myers  <jsm@polyomino.org.uk>
3103         PR bootstrap/4068
3104         * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
3106 2003-06-19  Kazu Hirata  <kazu@cs.umass.edu>
3108         * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
3109         to the end of the file.  Remove unnecessary prototypes.
3111 2003-06-19  Hans-Peter Nilsson  <hp@axis.com>
3113         * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
3114         calls to insn_default_latency and result_ready_cost.  Initialize
3115         def_latency to 1.
3117 2003-06-18  Richard Henderson  <rth@redhat.com>
3119         * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
3120         (_Unwind_FindEnclosingFunction): Implement.
3122 2003-06-18  Kazu Hirata  <kazu@cs.umass.edu>
3124         * toplev.c (rest_of_handle_sched): Hide the entire function if
3125         INSN_SCHEDULING is not defined.
3126         (rest_of_compilation): Call rest_of_handle_sched() only when
3127         INSN_SCHEDULING is defined.
3129 2003-06-18  Stephen Clarke <stephen.clarke@superh.com>
3130             J"orn Rennecke <joern.rennecke@superh.com>
3132         * bt-load.c: New file.
3133         * Makefile.in (OBJS): Include bt-load.o
3134         (bt-load.o): Add dependencies.
3135         * flags.h (flag_branch_target_load_optimize): Declare.
3136         (flag_branch_target_load_optimize2): Likewise.
3137         * hooks.c (hook_reg_class_void_no_regs): New function.
3138         (hook_bool_bool_false): Likewise.
3139         * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
3140         * rtl.h (branch_target_load_optimize): Declare.
3141         * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
3142         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3143         (TARGET_INITIALIZER): Include these.
3144         * target.h (struct gcc_target): Add branch_target_register_class
3145         and branch_target_register_callee_saved members.
3146         * toplev.c (enum dump_file_index): Add DFI_branch_target_load
3147         (dump_file) Add "tars" entry.
3148         (flag_branch_target_load_optimize): New variable.
3149         (flag_branch_target_load_optimize2): Likewise.
3150         (lang_independent_options): Add entries for new options.
3151         (rest_of_compilation): Call branch_target_load_optimize.
3152         * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
3153         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3154         * doc/invoke.texi: Document -fbranch-target-load-optimize and
3155         -fbranch-target-load-optimize2.
3156         * rtl.h (epilogue_completed): Declare.
3157         * recog.c (epilogue_completed): New variable.
3158         * toplev.c (rest_of_compilation): Set it.
3159         * flow.c (mark_regs_live_at_end): Use it.
3160         * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
3161         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3162         * config/sh/sh.c (sh_output_mi_thunk): Likewise.
3163         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3165         * sh.c (shmedia_space_reserved_for_target_registers): New variable.
3166         (sh_target_reg_class): New function.
3167         (sh_optimize_target_register_callee_saved): Likwise.
3168         (shmedia_target_regs_stack_space): Likewise.
3169         (shmedia_reserve_space_for_target_registers_p): Likewise.
3170         (shmedia_target_regs_stack_adjust): Likewise.
3171         (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
3172         (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
3173         (calc_live_regs): If flag_branch_target_load_optimize2 and
3174         TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
3175         for target registers, make sure that we save all target registers.
3176         (sh_expand_prologue, sh_expand_epilogue): Take target register
3177         optimizations into account.  Collapse stack adjustments if that
3178         is beneficial.
3179         (initial_elimination_offset): Reserve space for target registers
3180         if necessary.
3181         * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
3182         (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
3184 2003-06-18  Nick Clifton  <nickc@redhat.com>
3186         * config.gcc: Add an extra_header for ARM targets.
3187         Support configuring with --with-cpu=iwmmxt.
3188         * doc/invoke.texi: Document new value for -mcpu= ARM switch.
3189         * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
3190         names.  Fix formatting.
3191         * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
3192         names.
3193         * config/arm/arm-protos.h (arm_emit_vector_const): New
3194         prototype.
3195         (arm_output_load_gr): New prototype.
3196         * config/arm/arm.c (extra_reg_names1): Delete.
3197         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
3198         * arch_is_iwmmxt): Define.
3199         (all_cores, all_architecture): Add entry for iwmmxt.
3200         (arm_override_options): Add support for iwmmxt.
3201         (use_return_insn, arm_function_arg, arm_legitimate_index_p,
3202         arm_print_value, arm_rtx_costs_1, output_move_double,
3203         arm_compute_save_reg_mask, arm_output_epilogue,
3204         arm_get_frame_size, arm_expand_prologue, arm_print_operand,
3205         arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
3206         Likewise.
3207         (arm_init_cumulative_args): Count iwmmxt registers.
3208         (arm_function_ok_for_sibcall): Return false of sibcall_blocked
3209         has been set.
3210         (struct minipool_node): Add fix_size field.
3211         (add_minipool_forward_ref): Add support for 8-byte aligning of
3212         the pool.
3213         (add_minipool_backward_ref, add_minipool_offsets,
3214         dump_minipool, push_minipool_fix): Likewise.
3215         (struct builtin_description): New struct.
3216         (builtin_description): New array of iwmmxt builtin functions.
3217         (arm_init_iwmmxt_builtins): New function.
3218         (arm_init_builtins): New function.
3219         (safe_vector_operand): New function.
3220         (arm_expand_binop_builtin): New function.
3221         (arm_expand_unop_builtin): New function.
3222         (arm_expand_builtin): New function.
3223         (arm_emit_vector_const): New function.
3224         (arm_output_load_gr): New function.
3225         * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
3226         TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
3227         TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
3228         DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
3229         (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
3230         (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
3231         (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
3232         reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
3233         REG_CLASS_FOR_LETTER): Add iwmmxt registers.
3234         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
3235         registers unless the iwmmxt target is selected.
3236         (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
3237         FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
3238         IS_IWMMXT_GR_REGNUM): Define.
3239         (FIRST_PSEUDO_REGISTER): Bump to 63.
3240         (struct machine_function): Add sibcall_blocked field.
3241         (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
3242         nargs fields.
3243         (enum arm_builtins): New enum list.
3244         * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
3245         UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
3246         UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
3247         UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
3248         (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
3249         VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
3250         (movv2si, movv4hi, movv8qi): New expands for vector moves.
3251         Include iwmmxt.md.
3252         * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
3253         multilib.
3254         (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
3255         * config/arm/mmintrin.h: New ARM specific header file.
3256         * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
3258 2003-06-18  J"orn Rennecke <joern.rennecke@superh.com>
3260         * toplev.c (Remaining -d letters summary): Update.
3262 2003-06-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3264         * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
3265         argument.
3266         (function_arg): Handle CALL_LIBCALL flag.
3267         * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
3268         prototype.
3269         * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
3270         (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3271         (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
3272         (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
3274 2003-06-18  Neil Booth  <neil@daikokuya.co.uk>
3276         * Makefile.in: Update.
3277         * common.opt: New options.
3278         * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
3279         set_Wunused): New.
3280         (common_handle_option): Handle new options.
3281         * toplev.c (set_target_switch): Export.
3282         (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
3283         (decode_W_option): -Wunused and -Wextra handled in opts.c now.
3284         (independent_decode_option): More options handled in opts.c now.
3285         Change prototype.
3286         * toplev.h (set_target_switch): New.
3288 2003-06-17  Robert Abeles  <rabeles@archaelogic.com>
3290         PR debug/4252
3291         * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
3292         to dump_switch_p().
3293         * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
3294         from static strings in dump_files.
3296 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3298         * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
3299         VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
3300         libiberty macros.
3302 2003-06-17  Jason Merrill  <jason@redhat.com>
3304         PR c++/10929
3305         * tree-inline.c (expand_call_inline): Don't warn about failing to
3306         inline a function which was made inline by -finline-functions.
3308 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3310         * config/h8300/h8300-protos.h: Update to ISO C.
3311         * config/h8300/h8300.c: Likewise.
3312         * config/h8300/h8300.h: Likewise.
3313         * config/h8300/h8300.md: Likewise.
3315 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3317         * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
3318         * configure: Regenerate.
3319         * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
3321 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
3323         * install.texi (Testing): Add information on how to run Java
3324         runtime tests separately.
3326 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3328         * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
3330         * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
3331         (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
3333 2003-06-17  Christopher Faylor  <cgf@redhat.com>
3335         * doc/install.texi: Add msvc rebuild caveat.
3337 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3339         * config/sh/coff.h: Replace Hitachi with Renesas.
3340         * config/sh/elf.h: Likewise.
3341         * config/sh/embed-elf.h: Likewise.
3342         * config/sh/lib1funcs.asm: Likewise.
3343         * config/sh/sh-protos.h: Likewise.
3344         * config/sh/sh.c: Likewise.
3345         * config/sh/sh.h: Likewise.
3346         * config/sh/sh.md: Likewise.
3348 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3350         * ChangeLog.3: Fix comment typos.
3351         * ChangeLog.6: Likewise.
3352         * config/d30v/d30v.c: Likewise.
3353         * config/h8300/h8300.md: Likewise.
3354         * config/m32r/m32r.md: Likewise.
3355         * config/mips/mips.c: Likewise.
3356         * config/mips/mips.md: Likewise.
3357         * config/ns32k/NOTES: Likewise.
3359 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
3360             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3362         * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
3363         to run Java runtime tests separately.
3365 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3367         * config/h8300/h8300-protos.h: Update a comment.
3369 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
3371         * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
3372         are aligned like integral modes.
3373         (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
3375         * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
3376         (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
3377         * sh.md (*pt): Remove.
3379         * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
3381         * sh.md (return_media_rte): New pattern.
3382         (return_media): Use it.
3384 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
3386         * doc/contrib.texi: Replace Hitachi with Renesas.
3387         * doc/install.texi: Likewise.
3388         * doc/invoke.texi: Likewise.
3390 2003-06-17  J"orn Rennecke <joern.rennecke@superh.com>
3392         * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
3393         behaviour.
3395 2003-06-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3397         * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
3399         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
3400         2003-01-23 patch. Corrected to handle kernels with changed ucontext.
3402         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
3403         -msdata=eabi usages.
3405         * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
3407 2003-06-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3409         * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
3410         * fixinc/gnu-regex.c: Don't define `volatile'.
3411         * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
3412         * ggc-simple.c: Likewise.
3413         * system.h: Don't define `volatile'.
3415         * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
3416         * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
3417         call these macros.
3418         * config.in, configure: Regenerated.
3420 2003-06-17  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3422         * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
3423         Handle POINTERS_EXTEND_UNSIGNED.
3425 2003-06-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3427         * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
3428         !TARGET_IRIX6]: Define as NULL.
3430 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3432         * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
3434 2003-06-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
3436         * dbxout.c (dbxout_source_line_counter): New global variable.
3437         Mark it with GTY(()).
3438         (dbxout_source_line): Increment dbxout_source_line_counter
3439         and pass it to ASM_OUTPUT_SOURCE_LINE.
3440         * sdbout.c (sdbout_source_line_counter): New global variable.
3441         Mark it with GTY(()).
3442         (unnamed_struct_number): Mark it with GTY(()).
3443         (sdbout_source_line): Increment sdbout_source_line_counter
3444         and pass it to ASM_OUTPUT_SOURCE_LINE.
3445         * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
3446         (xcoffout_source_line): Pass 0 as third argument to
3447         ASM_OUTPUT_SOURCE_LINE.
3448         (xcoffout_begin_prologue): Likewise.
3449         * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3450         Use it instead of 'sym_lineno' but without incrementing it.
3451         * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3452         * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3453         * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3454         * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
3455         argument to ASM_OUTPUT_SOURCE_LINE.
3456         * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3457         * config/arm/aout.h: Remove useless comment.
3458         * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3459         * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3460         * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3461         Use it instead of 'sym_lineno' but without incrementing it.
3462         * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3463         * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
3464         parameter. Use it instead of 'sym_lineno' but without incrementing it.
3465         * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
3466         argument to ASM_OUTPUT_SOURCE_LINE.
3467         * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3468         * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3469         * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3470         Use it instead of 'sym_lineno' but without incrementing it.
3471         * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3472         * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3473         * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3474         * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3475         * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
3477 2003-06-17  Richard Sandiford  <rsandifo@redhat.com>
3479         * config/mips/mips-protos.h (mips_expand_block_move): Declare.
3480         (expand_block_move, output_block_move): Remove.
3481         * config/mips/mips.h (enum block_move_type): Remove.
3482         * config/mips/mips.c (block_move_call, output_block_move): Remove.
3483         (mips_block_move_straight, mips_adjust_block_mem): New function.
3484         (mips_block_move_loop): Renamed and reworked from block_move_loop.
3485         (mips_expand_block_move): Likewise expand_block_move.  Return false
3486         to fall back on the target-independent code.
3487         * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
3488         (movstrsi_internal*): Remove.
3490 2003-06-16  Zack Weinberg  <zack@codesourcery.com>
3492         * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
3493         * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
3494         * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
3495         ISO C: new-style function declarations, no need for PARAMS,
3496         no special punctuation on indirect function calls, use string
3497         constant concatenation where convenient.
3499 2003-06-17  Andreas Jaeger  <aj@suse.de>
3501         * rtl.h: Remove declarations from coverage.h.
3502         * toplev.c: Include coverage.h.
3503         * Makefile.in (toplev.o): Depend on coverage.h.
3505         * toplev.h: Remove extra declaration of print_time.
3507         * gengtype.c (close_output_files): Remove duplicated declaration.
3509 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3511         * config/sparc/sysv4.h: Remove target-independent comment;
3512         replace "GNU CC" with "GCC".
3513         * config/vxworks.h: Replace "GNU compiler" with "GCC".
3514         * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
3515         config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
3516         config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
3517         config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
3518         config/sparc/rtemself.h, config/sparc/sol2-64.h,
3519         config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
3520         config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
3521         config/sparc/sol2.h, config/sparc/sp64-aout.h,
3522         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
3523         config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
3524         "GNU compiler", "GNU CC" with "GCC".
3525         * config/sparc/cypress.md, config/sparc/hypersparc.md,
3526         config/sparc/sparc-modes.def, config/sparc/sparc.c,
3527         config/sparc/sparc.md, config/sparc/sparclet.md,
3528         config/sparc/supersparc.md, config/sparc/ultra1_2.md,
3529         config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
3530         "GNU C Compiler" with "GCC".
3531         * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
3533 2003-06-16  Aldy Hernandez  <aldyh@redhat.com>
3535         * simplify-rtx.c (simplify_subreg): Do not over-extend vector
3536         constants.
3538         * testsuite/gcc.c-torture/execute/simd-4.c: New.
3540 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3542         * config/ip2k/ip2k.h: Remove target-independent comments.
3544         * config.gcc: Explicitly mention elfos.h in ip2k entry.
3545         * config/ip2k/ip2k.h: Don't #include it here.
3547 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3549         * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
3550         config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
3551         dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
3552         function.c, gcc.c, genoutput.c, gensupport.c, global.c,
3553         haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
3554         loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
3555         read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
3556         stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
3557         the PTR macro.
3559         * gengtype.c: Don't use UNION_INIT_ZERO.
3560         * system.h (UNION_INIT_ZERO): Delete.
3562 2003-06-16  Richard Henderson  <rth@redhat.com>
3564         * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
3565         GET_MODE_UNIT_SIZE when simplifying constant vectors.
3567 2003-06-16  Andreas Jaeger  <aj@suse.de>
3569         * timevar.c (get_run_time): Remove function provided also by
3570         libiberty.
3571         * timevar.h: Remove get_run_time declaration.
3573 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
3575         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
3576         unreachable code.
3578 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3580         * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
3581         cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
3582         use macros from "symcat.h", instead rely on ISO C.
3584         * system.h: Don't include "symcat.h".
3585         * configure.in (AC_C_STRINGIZE): Delete.
3586         * config.in, configure: Regenerate.
3588 2003-06-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3590         * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
3592         * tree.h (STMT_CHECK): New macro.
3593         Also upper-case argument names on all checking macros and
3594         fix some whitespace problems; assume CODE argument does not
3595         have side-effects.
3597 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3599         * scan.h: Convert to ISO C.
3600         * system.h: Likewise.
3602         * c-format.c (dynamic_format_types): New pointer for dynamic data.
3603         (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
3604         New functions split out of...
3605         (handle_format_attribute): ...here.
3607 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
3609         * sh.h (REG_CLASS_FROM_LETTER): Change to:
3610         (REG_CLASS_FROM_CONSTRAINT).
3611         (CONST_OK_FOR_I): Rename to:
3612         (CONST_OK_FOR_I08).  Changed all users.
3613         (CONST_OK_FOR_J): Rename to:
3614         (CONST_OK_FOR_I16).  Changed all users.
3615         (CONST_OK_FOR_K): Rename to:
3616         (CONST_OK_FOR_P27).  Changed all users.
3617         (CONST_OK_FOR_L): Rename to:
3618         (CONST_OK_FOR_K08).  Changed all users.
3619         (CONST_OK_FOR_O): Rename to:
3620         (CONST_OK_FOR_I06).  Changed all users.
3621         (CONST_OK_FOR_P): Rename to:
3622         (CONST_OK_FOR_I10).  Changed all users.
3623         (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
3624         (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
3625         (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
3626         (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
3627         (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
3628         (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
3629         (CONST_OK_FOR_LETTER_P): Replace with
3630         (CONST_OK_FOR_CONSTRAINT_P).
3631         (EXTRA_CONSTRAINT_S): Rename to:
3632         (EXTRA_CONSTRAINT_C16).  Changed all users.
3633         (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
3634         (EXTRA_CONSTRAINT_T): Rename to:
3635         (EXTRA_CONSTRAINT_Csy).  Changed all users.
3636         (EXTRA_CONSTRAINT_Z): Remove.
3637         (EXTRA_CONSTRAINT): Replace with:
3638         (EXTRA_CONSTRAINT_STR).
3639         (EXTRA_CONSTRAINT_U): Rename to:
3640          (EXTRA_CONSTRAINT_Z).  Changed all users.
3641         * sh.c (and_operand): Use CONST_OK_FOR_J16.
3642         * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
3643         (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
3644         (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
3645         (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
3646         (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
3647         (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
3648         (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
3649         (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
3650         (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
3651         (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
3652         (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
3653         (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
3654         (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
3655         (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
3656         (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
3657         (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
3658         (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
3659         (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
3660         (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
3661         (sssubv4hi3): Likewise.
3662         (movsf_i): Change I[08]/r to G/r.
3663         (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
3665         * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
3667 2003-06-16  Vladimir Makarov  <vmakarov@redhat.com>
3669         * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
3671 2003-06-16  Andreas Jaeger  <aj@suse.de>
3673         * basic-block.h: Remove duplicate prototype of
3674         note_prediction_to_br_prob.
3676         * tree.h: Remove duplicate prototype of strip_float_extensions.
3678 2003-06-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3680         * config/c4x/c4x.c: Don't include "c-tree.h".
3681         * config/pa/pa.c: Likewise.
3682         * langhooks.c: Likewise.
3683         * tree.h (poplevel): Declare.
3685 2003-06-16  Kazu Hirata  <kazu@cs.umass.edu>
3687         * config/h8300/h8300.c (const_costs): Move this to ...
3688         (h8300_rtx_costs): ... here.
3690 2003-06-16  Roger Sayle  <roger@eyesopen.com>
3692         * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
3693         (tan_optab, atan_optab): Define corresponding macros.
3694         * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
3695         * genopinit.c (optabs): Implement tan_optab and atan_optab
3696         using tan?f2 and atan?f2 patterns.
3697         * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
3698         using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
3699         Change the default value of errno_set to false.
3700         (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
3701         using expand_builtin_mathfn.
3703         * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
3704         expander patterns implemented using existing atan2?f3 patterns.
3706 2003-06-16  Roger Sayle  <roger@eyesopen.com>
3708         * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
3709         both operands of the addition equal, reuse the expanded RTL.
3710         (expand_expr <MULT_EXPR>): Likewise for multiplication.
3712 2003-06-16  Roger Sayle  <roger@eyesopen.com>
3713             Jeff Law  <law@redhat.com>
3715         * fold-const.c (operand_equal_p): Consider two calls to "const"
3716         functions with identical non-volatile arguments to be equal.
3717         Consider the FUNCTION_DECL for the "__builtin_foo" form of a
3718         built-in function to be equal to the "foo" form.
3720 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3722         * config/rs6000/sysv4le.h: Remove target-independent comment.
3723         Replace "GNU compiler" with "GCC" in comment.
3725 2003-06-16  Andreas Jaeger  <aj@suse.de>
3727         * tracer.c: Remove duplicate declaration.
3729         * toplev.c: Remove extra declaration of decode_d_option.
3731         * ssa.c: Remove duplicate declaration.
3733         * sreal.c: Remove extra declaration of dump_sreal.
3735         * reload1.c: Remove duplicate declarations.
3737         * integrate.c: Remove extra declaration of
3738         set_decl_abstract_flags.
3740         * flow.c: Remove extra declaration of dump_flow_info.
3742         * alias.c: Remove extra declaration of get_addr.
3744 2003-06-16  Nathanael Nerode  <neroden@gcc.gnu.org>
3746         * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
3747         config/vxworks.h: GNU CC -> GCC.
3749         * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
3750         lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
3751         stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
3752         ssa.h, tree.def: Replace overly specific references to "GNU C"
3753         and "GNU C Compiler" with references to "GCC".
3755 2003-06-16  J"orn Rennecke <joern.rennecke@superh.com>
3757         * sh.c (prepare_move_operand): Check if operand 0 is an invalid
3758         memory reference.  Fix test that checks if operand 1 is using r0.
3759         * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
3761         * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
3762         defined.
3764 2003-06-15  Nathan Sidwell  <nathan@codesourcery.com>
3766         * function.h (struct emit_status): Remove x_last_linenum,
3767         x_last_filename. Add x_last_location.
3768         * rtl.h: #include "input.h".
3769         (NOTE_DATA): New.
3770         * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
3771         number notes.
3772         * emit-rtl.c (last_linenum, last_filename): Remove.
3773         (last_location): New.
3774         (emit_line_note_after): LINE must always be >= 0.
3775         (emit_line_note): Likewise. Check not duplicate here...
3776         (emit_note): ... rather than here.
3777         (emit_line_note_force, force_next_line_note, init_emit): Adjust.
3778         * integrate.c (expand_inline_function): Use emit_line_note for
3779         line number notes.
3780         (copy_insn_list): Likewise.
3781         * unroll.c (copy_loop_body): Likewise.
3782         * Makefile.in (RTL_H): Add input.h.
3784 2003-06-16  Richard Sandiford  <rsandifo@redhat.com>
3786         * optabs.c (emit_libcall_block): Don't hoist insns past a label.
3788 2003-06-16  Richard Henderson  <rth@redhat.com>
3790         * config/alpha/alpha-protos.h, config/alpha/elf.h,
3791         config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
3792         config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
3793         * config/alpha/alpha.c: Likewise.  Move targetm init to end of file.
3794         Remove unneeded static function decls.
3796 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
3798         * c-opts.c (c_common_handle_option): s/on/value/.
3799         (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
3800         directly rather than converting the argument.
3801         * c.opt: Update docs.  Use UInteger where appropriate.
3802         * common.opt: Use UInteger where appropriate.
3803         * opts.c (integral_argument): New.
3804         (handle_argument): Handle integral arguments, and optional
3805         joined arguments.
3806         (common_handle_option): Update.
3807         * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
3808         * opts.sh: Handle JoinedOrMissing and UInteger flags.
3810 2003-06-16  Neil Booth  <neil@daikokuya.co.uk>
3812         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
3813         unnecessary extern declaration.
3815 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3817         * config/gofast.h, config/interix.h, config/interix3.h,
3818         config/libgloss.h, config/linux-aout.h, config/linux.h,
3819         config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
3820         * config/kaos.h: "GNU compiler" -> GCC.
3821         * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
3823         * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
3824         config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
3825         GNU CC -> GCC.
3827         * config/svr3.h: Remove #if 0 code, misleading comments.
3828         GNU CC -> GCC.
3830 2003-06-15  Zack Weinberg  <zack@codesourcery.com>
3832         * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
3833         main_input_filename to avoid conflict with input_filename macro.
3835 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3837         * config/mips/mips.h (asm_file_name, g_switch_set,
3838         g_switch_value): Remove.
3839         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
3840         unnecessary extern declarations.
3842 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3844         * config/frv/frv.h: Remove declaration of g_switch_value.
3845         * config/m32r/m32r.h: Remove declaration of g_switch_value.
3846         * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
3848 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3850         * opts.sh: Quote '+' in regex.
3852 2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
3854         * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
3855         * config/rs6000/rs6000.c: Include cfglayout.h.
3856         * config/alpha/alpha.c: Likewise.
3857         * config/ia64/ia64.c: Likewise.
3858         * config/sparc/sparc.c: Likewise.
3859         * config/sh/sh.c: Likewise.
3861 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3863         * opts.sh: Quote '+' in regex.
3865 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3867         * c-opts.c (lang_flags): Update for new spelling of flags.
3868         (write_langs): Similarly.
3869         * c.opt: Specify languages.
3870         * opts.h: Remove languages.
3871         * opts.sh: Recognise front-end defined languages.
3872         * doc/sourcebuild.texi: Update.
3874 2003-06-15  Andreas Jaeger  <aj@suse.de>
3876         * alloc-pool.c: Convert to ISO C90 prototypes.
3877         * alloc-pool.h: Likewise.
3878         * alias.c: Likewise.
3879         * attribs.c: Likewise.
3880         * bb-reorder.c: Likewise.
3881         * bitmap.h: Likewise.
3882         * bitmap.c: Likewise.
3883         * builtins.c: Likewise.
3885         * tree.h: Convert prototypes of attribs.c to ISO C90.
3886         * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
3887         * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
3888         * expr.h: Convert prototypes of builtins.c to ISO C90.
3890 2003-06-15  Roger Sayle  <roger@eyesopen.com>
3892         * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
3893         implement exp, expf and expl built-ins as inline x87 intrinsics.
3894         (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
3895         represent x87's fscale, frndint and f2xm1 insns respectively.
3896         (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
3897         to encode x87's "fscale" instruction followed by a pop.
3898         (*frndintxf2): New insn pattern for "frndint".
3899         (*f2xm1xf2): New insn pattern for "f2xm1".
3901         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
3902         UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
3903         UNSPEC_FPATAN.
3905 2003-06-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3907         * gencheck.c (main): Avoid generating duplicate macros.
3909         * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
3910         knowing names of language subdirectories.
3912 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
3914         * c-pch.c (asm_file_name): Remove.
3915         * common.opt: Add more switches.
3916         * flags.h (g_switch_set): Boolify.
3917         * opts.c (g_switch_value, g_switch_set, exit_after_options,
3918         version_flag): Move from toplev.c.
3919         (common_handle_option): Handle more switches from toplev.c.
3920         * toplev.c (display_help, display_target_options, decode_d_option,
3921         print_version): Make non-static, remove prototypes.
3922         (aux_base_name, asm_file_name, aux_info_file_name): Constify.
3923         (version_flag, g_switch_value, g_switch_set, exit_after_options):
3924         Remove.
3925         (independent_decode_option): Move some handlers to opts.c.
3926         * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
3927         exit_after_options, version_flag, display_help, display_target_options,
3928         print_version, decode_d_option): New.
3930 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
3932         * config/alpha/alpha.md: Follow spelling conventions.
3933         * config/arm/arm.c: Likewise.
3934         * config/arm/arm.h: Likewise.
3935         * config/arm/arm.md: Likewise.
3936         * config/arm/crtn.asm: Likewise.
3937         * config/m32r/m32r.c: Likewise.
3938         * config/m32r/m32r.md: Likewise.
3939         * config/rs6000/rs6000.c: Likewise.
3941 2003-06-15  Richard Henderson  <rth@redhat.com>
3943         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
3944         insn_locators_initialize.
3945         * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3946         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3947         * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3948         * config/sh/sh.c (sh_output_mi_thunk): Do it later.
3950 2003-06-15  Kazu Hirata  <kazu@cs.umass.edu>
3952         * builtins.c (expand_builtin_expect_jump): Remove redundant
3953         tests that are also in any_condjump_p().
3955 2003-06-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3957         * libgcc2.c: Delete sysV68 L_trampoline section.
3958         * config/m68k/mot3300-crt0.S: Delete file.
3959         * config/m68k/mot3300Mcrt0.S: Likewise.
3961 2003-06-15  Nathanael Nerode  <neroden@gcc.gnu.org>
3963         * config/aoutos.h: Remove.
3964         * config.gcc: Remove reference to aoutos.h.
3965         * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
3967 2003-06-14  Kazu Hirata  <kazu@cs.umass.edu>
3969         * doc/install.texi: Follow spelling conventions.
3970         * doc/tm.texi: Likewise.
3971         * config/fp-bit.c: Likewise.
3972         * config/arm/arm.c: Likewise.
3973         * config/frv/frv.c: Likewise.
3974         * config/ns32k/NOTES: Likewise.
3975         * config/ns32k/STATUS: Likewise.
3977 2003-06-14  Roger Sayle  <roger@eyesopen.com>
3978             Zack Weinberg  <zack@codesourcery.com>
3980         * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
3981         * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
3982         * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
3984         * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
3985         * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
3986         * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
3987         * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
3988         * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
3989         * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
3990         * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
3991         * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
3992         * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
3993         * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
3994         * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
3995         * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
3996         * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
3997         * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
3998         * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
3999         * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
4000         * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
4001         * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
4002         * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
4003         * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
4005 2003-06-14  Nathan Sidwell  <nathan@codesourcery.com>
4007         * opts.sh (POSIXLY_CORRECT): Unset it.
4009         * tree.h (init_function_start): Remove filename and line paramters.
4010         * function.c (init_function_start): Remove filename and line
4011         parameters. Use DECL_SOURCE_LOCATION.
4012         * c-decl.c (store_parm_decls): Adjust init_function_start call.
4013         (c_expand_body_1): Likewise.
4014         * coverage.c (create_coverage): Likewise.
4015         * objc/objc-act.c (build_tmp_function_decl): Set line number to
4016         zero.
4017         (hack_method_prototype): Adjust init_function_start call.
4019 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4021         PR target/3724
4022         * arm/linux-elf.h (PROFILE_HOOK): Define.
4024 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4026         PR target/11183
4027         * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
4029 2003-06-14  Roger Sayle  <roger@eyesopen.com>
4031         * opts.sh: Work around a mysterious feature in cygwin's gawk
4032         where specifying the input files explicitly has a different
4033         behavior to piping them via stdin.
4035 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4037         * doc/sourcebuild.texi: Update.
4039 2003-06-14  Richard Earnshaw  <rearnsha@arm.com>
4041         PR target/11183
4042         * arm.c (output_move_double): Pass SImode to adjust_address.
4044 2003-06-14  Neil Booth  <neil@daikokuya.co.uk>
4046         * Makefile.in: Update to use common.opt and lang_opt_files.
4047         (c-options.c, c-options.h): Remove.
4048         (options.c, options.h): Add.
4049         * c-opts.c: Include options.h not c-options.h.
4050         * common.opt: New file.
4051         * configure, configure.in: Add lang_opt_files.
4052         * opts.c: Include flags.h and diagnostic.h.
4053         (common_handle_option): New.
4054         (handle_option): Update to recognize common options and all
4055         language-dependent options.
4056         * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
4057         (struct cl_option): Make flags of type int.
4058         * opts.h: Flag option with front ends to which it applies.
4059         Handle duplicate options.
4060         * toplev.c (filename): Remove.
4061         (independent_decode_option): Don't handle filenames and -quiet.
4062         (process_options, do_compile): Update.
4064 2003-06-14  Nick Clifton  <nickc@redhat.com>
4066         * doc/install.texi (Specific): Add description of different
4067         ARM supported file format targets.
4069 Sat Jun 14 11:12:04 CEST 2003  Jan Hubicka  <jh@suse.cz>
4071         * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
4072         inside delay slots.
4074 2003-06-13  Matt Kraai  <kraai@alumni.cmu.edu>
4076         * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
4077         * unwind-pe.h (size_of_encoded_value): Do not define if
4078         NO_SIZE_OF_ENCODED_VALUE is defined.
4080 2003-06-13  Roger Sayle  <roger@eyesopen.com>
4082         * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
4083         expanding a complex constant into a CONCAT target.
4085 2003-06-13  Zack Weinberg  <zack@codesourcery.com>
4087         * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
4088         (ASM_FILE_START_1): Delete.
4089         * config/i386/att.h, config/i386/sco5.h,
4090         config/i386/sysv3.h
4091         (ASM_FILE_START_1): Delete.
4093 2003-06-13  Kelley Cook  <kelleycook@wideopenwest.com>
4095         * config/i386/bsd.h: Remove ASM_FILE_START.
4096         * config/i386/djgpp.h: Likewise.
4097         * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
4099         * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
4100         * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
4102 2003-06-13  Vladimir Makarov  <vmakarov@redhat.com>
4104         PR bootstrap/10835
4105         * haifa-sched.c (max_lookahead_tries,
4106         cached_first_cycle_multipass_dfa_lookahead,
4107         cached_issue_rate): New variables.
4108         (max_issue): Check the number of tries.
4109         (choose_ready): Calculate max_lookahead_tries.
4110         (sched_init): Check cached_issue_rate.
4112 2003-06-13  Richard Henderson  <rth@redhat.com>
4114         * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
4115         * cfgrtl.c (purge_dead_edges): Expect it too.
4117 2003-06-13  Jim Wilson  <wilson@tuliptree.org>
4118             Eric Botcazou  <ebotcazou@libertysurf.fr>
4120         PR bootstrap/10983
4121         * combine.c (make_extraction): Use gen_lowpart_for_combine
4122         when extracting from a REG and not in the destination of a SET.
4124 2003-06-13  Doug Evans  <dje@sebabeach.org>
4126         * tsystem.h (abort): Declare in inhibit_libc case to remove build
4127         warnings for addvsi3, et.al.
4129 2003-06-13  Aldy Hernandez  <aldyh@redhat.com>
4131         * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
4133         * simplify-rtx.c (simplify_subreg): Same.
4135         * emit-rtl.c (gen_lowpart_common): Same.
4137 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4139         * builtins.c: Fix comment typos.
4140         * fold-const.c: Likewise.
4142 2003-06-13  Doug Evans  <dje@sebabeach.org>
4143             Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4145         * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
4146         * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
4147         (m32r_va_arg): Use it.
4148         * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
4149         (RETURN_IN_MEMORY): Ditto.
4151 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4153         * c-typeck.c: Remove #if 0 clauses.
4155         PR other/1494
4156         * config/alpha/openbsd.h, config/i386/openbsd.h,
4157         config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
4158         residual reference to EGCS.
4160 2003-06-13  Richard Earnshaw  <rearnsha@arm.com>
4162         * arm.c (output_call_mem): If the address references the link-register
4163         use an instruction sequence that avoids early-clobbering IP.
4164         (eliminate_lr2ip): Delete.
4166 2003-06-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4168         * c-format.c (format_types_orig): Disallow '*' width/precision in
4169         asm_fprintf format checks.
4171 2003-06-13  Ulrich Weigand  <uweigand@de.ibm.com>
4173         * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
4174         non-integral types from integer register save area slots.
4176 2003-06-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4178         * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
4180 2003-06-13  Florian Weimer  <fw@deneb.enyo.de>
4182         * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
4184 2003-06-13  Kaz Kojima  <kkojima@gcc.gnu.org>
4186         * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
4187         to file_end_indicate_exec_stack.
4189 2003-06-12  Richard Henderson  <rth@redhat.com>
4191         PR target/11089
4192         * config/i386/i386.md (sse_movaps): Use an expander to force
4193         one operand to be a register.
4194         (sse_movups): Likewise.
4196 2003-06-13  Doug Evans  <dje@sebabeach.org>
4198         Remove some build warnings.
4199         * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
4200         (__do_global_ctors,__do_global_dtors): Ditto.
4202 2003-06-12  Richard Henderson  <rth@redhat.com>
4204         PR middle-end/10557
4205         * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
4207 2003-06-13  Kazu Hirata  <kazu@cs.umass.edu>
4209         * config/m32r/m32r.md: Fix a comment typo.
4211 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4212             Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
4214         PR target/10142
4215         * config/sparc/sparc.c (function_arg_record_value_parms): Add
4216         new 'stack' field.
4217         (function_arg_record_value_1): Set 'stack' to 1 if we run out of
4218         integer slots for an integer field.
4219         (function_arg_record_value_3): Shift vector index.
4220         (function_arg_record_value_2): Likewise.
4221         (function_arg_record_value): Initialize 'stack' to 0.
4222         Set 'stack' to 1 if we run out of integer slots for an integer field.
4223         Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
4225 2003-06-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
4227         PR optimization/10955
4228         * unroll.c (unroll_loop): Fix off-by-one bug.
4230 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4232         * config/rs6000/rs6000.c (function_arg): Remove typo.
4234 2003-06-12  Richard Henderson  <rth@redhat.com>
4236         * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
4237         and UNSPEC_DTPOFF.
4239 2003-06-12  Richard Henderson  <rth@redhat.com>
4241         PR middle-end/10475
4242         * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
4243         for extracting sub-words.
4245 2003-06-12  Richard Henderson  <rth@redhat.com>
4247         PR target/7594
4248         * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
4249         (zero_extendqihi2, zero_extendqisi2): Likewise.
4251 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4253         * config/rs6000/rs6000.c (function_arg): Always split vectors for
4254         e500 if it's a stdarg function.
4255         (function_arg_advance): Advance 2 registers for vectors in a
4256         stdarg function.
4257         (init_cumulative_args): Initialize stdarg.
4258         (rs6000_spe_function_arg): New.
4260         * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
4262 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4264         * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
4266 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4268         PR middle-end/168
4269         * fold-const.c (tree_expr_nonnegative_p):  Handle addition
4270         and multiplication of zero extensions, floating point division,
4271         and integer<->fp, fp<->fp and zero extension conversions.
4272         The built-in ceil and floor functions preserve signedness.
4274 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
4276         * ChangeLog: Follow spelling conventions.
4277         * ChangeLog.2: Likewise.
4278         * c-decl.c: Likewise.
4279         * cfgloop.h: Likewise.
4280         * cgraph.c: Likewise.
4281         * coverage.c: Likewise.
4282         * cppcharset.c: Likewise.
4283         * cpphash.h: Likewise.
4284         * cpplex.c: Likewise.
4285         * cpplib.c: Likewise.
4286         * dbxout.c: Likewise.
4287         * df.c: Likewise.
4288         * dwarf2out.c: Likewise.
4289         * dwarfout.c: Likewise.
4290         * emit-rtl.c: Likewise.
4291         * explow.c: Likewise.
4292         * gcov-io.c: Likewise.
4293         * gcov-io.h: Likewise.
4294         * gcov.c: Likewise.
4295         * gengtype.c: Likewise.
4296         * ggc.h: Likewise.
4297         * opts.c: Likewise.
4298         * real.c: Likewise.
4299         * reload.c: Likewise.
4300         * stmt.c: Likewise.
4302 2003-06-12  Janis Johnson  <janis187@us.ibm.com>
4304         * doc/install.texi (m32r-*-elf): Change company to Renesas.
4306 Thu Jun 12 20:00:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
4308         * basic-block.h (flow_delete_block_noexpunge): Kill.
4309         * cfgrtl.c (flow_delete_block_noexpunge): Merge to
4310         rtl_delete_block.
4312 2003-06-10  Richard Henderson  <rth@redhat.com>
4314         PR inline-asm/4823
4315         * reg-stack.c (any_malformed_asm): New.
4316         (check_asm_stack_operands): Set it.
4317         (convert_regs_1): Check it before aborting.
4319 2003-06-12  Aldy Hernandez  <aldyh@redhat.com>
4321         * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
4323 2003-06-12  Jakub Jelinek  <jakub@redhat.com>
4325         * c-opts.c (complain_wrong_lang): Add on argument.
4326         Print no- switch if on is false.
4327         (c_common_decode_option): Adjust caller.
4329 2003-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
4331         * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
4332         to initialize GOT register.
4334 2003-06-12  Roger Sayle  <roger@eyesopen.com>
4336         * fold-const.c (tree_expr_nonnegative_p): Add support for
4337         floating point constants, addition and multiplication.
4339 2003-06-12  J"orn Rennecke <joern.rennecke@superh.com>
4341         * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
4342         constraint modifier for operand 0.
4344 2003-06-12  Hans-Peter Nilsson  <hp@axis.com>
4346         Don't warn on dollars in builtin macro definitions,
4347         e.g. __REGISTER_PREFIX__.
4348         * cpphash.h (struct cpp_reader): Move member warn_dollars...
4349         * cpplib.h (struct cpp_options): ...to here.  Change type to
4350         unsigned char.
4351         * cppinit.c (cpp_create_reader): Set it to 1 here.
4352         (post_options): Don't set it here.
4353         * c-opts.c (c_common_init_options): Reset it to 0 here.
4354         (finish_options): Set it here.
4355         * cpplex.c (forms_identifier_p): Tweak for new location of
4356         warn_dollars.
4358         * configure.in (assembler dwarf2 debug_line support): Define insn
4359         for cris-*-* and mmix-*-*.
4360         * configure: Regenerate.
4362 2003-06-11  Uwe Stieber  <uwe@kaos-group.de>
4364         * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
4365         powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
4366         (sh-*-elf*): Add sh*-*-kaos* support.
4367         * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
4368         config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
4369         config/sh/kaos-sh.h: New files.
4371 2003-06-12  Kazu Hirata  <kazu@cs.umass.edu>
4373         * gcse.c (fis_get_condition): Make it a global function.
4374         * reload1.c (reload_cse_move2add): Detect implicit sets.
4375         * rtl.h: Add a prototype for fis_get_condition.
4377 2003-06-11  Richard Henderson  <rth@redhat.com>
4379         * stmt.c (expand_asm_operands): Don't warn for memories with
4380         queued addresses.
4382 2003-06-11  Kaz Kojima  <kkojima@gcc.gnu.org>
4384         * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
4385         brackets.
4387 2003-06-11  Neil Booth  <neil@daikokuya.co.uk>
4389         * hooks.c (hook_int_size_t_constcharptr_int_0): New.
4390         * hooks.h (hook_int_size_t_constcharptr_int_0): New.
4391         * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
4392         (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
4393         * langhooks.c (lhd_decode_option): Remove.
4394         * langhooks.h (struct lang_hooks): Remove decode_option.
4395         * opts.c (handle_option): No longer use decode_option.
4397 2003-06-11  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4399         * cfgloopanal.c (variable_initial_value): Update the set of altered
4400         registers correctly.
4402 2003-06-11  Roger Sayle  <roger@eyesopen.com>
4403             Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4405         * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
4406         * config/i386/netbsd-elf.h: Likewise.
4407         * config/m32r/m32r.h: Likewise.
4408         * config/mn10300/mn10300.h: Likewise.
4409         * config/stormy16/stormy16.h: Likewise.
4410         * config/v850/v850.h: Likewise.
4411         * config/vax/netbsd-elf.h: Likewise.
4412         * config/xtensa/elf.h: Likewise.
4413         * config/xtensa/linux.h: Likewise.
4415 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4417         * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
4418         DWARF 2 default.
4420         * config/mips/dbxmdebug.h: New file.
4421         * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
4422         gas and --with-stabs.
4424 2003-06-11  Ulrich Weigand  <uweigand@de.ibm.com>
4426         * expr.c (can_move_by_pieces): align argument may be unused.
4428 2003-06-11  J"orn Rennecke <joern.rennecke@superh.com>
4430         * expr.c (convert_move): Handle moves between two CONCATs.
4432 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
4434         * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
4435         !TARGET_H8300.
4437 2003-06-11  Kazu Hirata  <kazu@cs.umass.edu>
4439         * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
4440         * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
4441         (TARGET_RTL_DUMP): Likewise.
4442         (TARGET_SWITHCES): Remove -mrtl-dump.
4444 2003-06-10  Richard Henderson  <rth@redhat.com>
4446         * optabs.c (gen_cond_trap): Fix prepare_operand typo.
4448 2003-06-10  Richard Henderson  <rth@redhat.com>
4450         * config/ia64/ia64.md (call_gp): Fix memory mode.
4452 2003-06-10  James E Wilson  <wilson@tuliptree.org>
4454         PR target/8812
4455         * reload1.c (choose_reload_regs): For equiv reg, add loop over all
4456         hard regs for reload_reg_used_at_all and reg_class_contents checks.
4458 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
4460         * config/h8300/h8300.c (print_operand): Remove support for
4461         operand character 'b'.
4462         Add the AND case to operand character 'c'.
4463         * config/h8300/h8300.md (two anonymous patterns): Replace
4464         operand character 'b' with 'c'.
4466 2003-06-10  Kazu Hirata  <kazu@cs.umass.edu>
4468         * config/h8300/h8300.c (print_operand): Remove support for
4469         operand character 'u'.
4471 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4473         * configure.in: Fix typo.
4474         * configure: Regenerate.
4476 2003-06-10  Loren James Rittle  <ljrittle@acm.org>
4478         * config/alpha/alpha.c (unicosmk_file_end): Add conditional
4479         compilation guard.
4481 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
4483         * sh-protos.h (function_symbol): Declare.
4484         * sh.c (expand_block_move, expand_ashiftrt): Use it.
4485         (sh_expand_prologue, sh_expand_epilogue): Likewise.
4486         (sh_initialize_trampoline): Likewise.
4487         (function_symbol): New function.
4488         * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
4489         (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
4490         (call_value_pop, shcompact_return_tramp): Likewise.
4492         * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
4494         * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
4495         target register.
4497 2003-06-10  DJ Delorie  <dj@redhat.com>
4499         * doc/md.texi (Machine Constraints): Document stormy's Z
4500         constraint.
4502 2003-06-10  Geoffrey Keating  <geoffk@apple.com>
4504         * except.c (call_site_base): Mark with GTY.
4506 2003-06-10  Richard Earnshaw  <rearnsha@arm.com>
4508         * arm-proto.h: Convert to ISO C90 prototypes.
4509         * arm.c: Likewise.
4511 2003-06-10  J"orn Rennecke <joern.rennecke@superh.com>
4513         * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
4515 2003-06-10  Steve Ellcey  <sje@cup.hp.com>
4517         * calls.c (expand_call): Convert structure_value_addr to Pmode if
4518         necessary.
4520 2003-06-10  Andrew Haley  <aph@redhat.com>
4522         * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
4523         (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
4524         (lhd_decl_ok_for_sibcall): New.
4525         * langhooks.c (lhd_decl_ok_for_sibcall): New.
4526         * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
4527         * calls.c (expand_call): Check lang_hook before generating a
4528         sibcall.
4530 2003-06-10  DJ Delorie  <dj@redhat.com>
4532         * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
4533         which matches (const_int 0) for addhi3.
4534         * config/stormy16/stormy16.md: Document known constraints.
4535         (addhi3): Handle adding zero.
4537 2003-06-10  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4539         * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
4540         * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
4541         * config/m32r/m32r-protos.h: Prototype it.
4543 2003-06-10  Janis Johnson  <janis187@us.ibm.com>
4545         * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
4546         common to rs6000 sysv targets.
4547         * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
4548         * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
4550 2003-06-10  Nick Clifton  <nickc@redhat.com>
4552         * config.gcc: Add arm-wince-pe target.
4553         * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
4554         Add comment about default apcs26 support.
4555         * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
4556         multilib.
4557         (MULTILIB_DIRNAMES): Add 'apcs32'.
4558         * config/arm/t-wince-pe: New makefile fragment.
4559         * config/arm/wince-pe.h: New file.  Overrides a few definitions
4560         in arm/pe.h
4562 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4564         * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
4565         * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
4566         when x is easily negated and f is sin, tan or atan.
4567         (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
4568         sin(x) with flag_unsafe_math_optimizations.
4569         (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
4570         sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
4572 2003-06-10  Roger Sayle  <roger@eyesopen.com>
4574         * fold-const.c (fold <EQ_EXPR>):  Don't fold x == x only if x
4575         is a floating point type *and* we currently honor NaNs.
4576         (fold <NE_EXPR>): Likewise.
4578 2003-06-10  Mark Mitchell  <mark@codesourcery.com>
4580         PR c++/11131
4581         * tree-inline.c (inlinable_function_p): Call the language-specific
4582         hook early.
4584 2003-06-09  David Taylor  <dtaylor@emc.com>
4586         * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg):  Skip over
4587         the f_res field.
4589 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4591         * configure.in: Remove references to host_truncate_target.
4592         * configure: Regenerate.
4593         * config.gcc: Remove references to truncate_target,
4594         host_truncate_target.
4596         * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
4597         Replace "build_canonical" with build, "host_canonical" with host.
4598         * configure.in: Use GCC_TOPLEV_SUBDIRS.
4599         * aclocal.m4: Include ../config/acx.m4.
4600         * configure: Regenerate.
4602 2003-06-09  David Taylor  <dtaylor@emc.com>
4604         * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
4605         bytes of padding in the __va_list_tag structure a name (reserved).
4607 2003-06-09  Jason Merrill  <jason@redhat.com>
4609         * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
4611 2003-06-09  Osku Salerma  <osku@iki.fi>
4613         * c-format.c (check_format_string, get_constant): New.
4614         (handle_format_attribute, handle_format_arg_attribute,
4615         decode_format_attr): Change to use above functions.
4617 2003-06-09  Richard Henderson  <rth@redhat.com>
4619         * stmt.c (expand_asm_operands): Re-word warning.
4621 2003-06-08  Andrew Pinski  <pinskia@physics.uc.edu>
4623         PR target/8787
4624         * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
4625         if -masm=intel.
4627 2003-06-09  James E Wilson  <wilson@tuliptree.org>
4629         * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
4630         config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
4631         Add libgcc exception.
4633 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
4634             Ayal Zaks  <gcchaifa@us.ibm.com>
4636         * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
4637         (insvsi*): Add insert_word attribute.
4638         * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
4639         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
4640         power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
4642 2003-06-09  Kazu Hirata  <kazu@cs.umass.edu>
4644         * fold-const.c (fold): Fix a comment typo.
4646 2003-06-09  Nathan Sidwell  <nathan@codesourcery.com>
4648         * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
4649         removed.
4651 2003-06-09  J"orn Rennecke <joern.rennecke@superh.com>
4653         * sh.c (gen_block_redirect): Use locators.
4655 2003-06-09  Richard Earnshaw  <rearnsha@arm.com>
4657         * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
4658         cast to int.
4660 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4662         * configure.in: Assume gas 2.14 and above can handle MIPS relocation
4663         operators.
4664         * configure: Regenerated.
4666 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4667             Alexandre Oliva  <aoliva@redhat.com>
4669         * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
4670         (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
4671         (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
4672         n32/64 PIC.
4673         (MUST_SAVE_REGISTERS): Delete.
4674         * config/mips/mips.c (mips_frame_info): Remove extra_size field.
4675         (machine_function): Add global_pointer field.
4676         (mips_classify_constant): Check for (const $gp) using pointer equality
4677         with pic_offset_table_rtx.
4678         (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4679         (mips_restore_gp): Use current_function_outgoing_args_size.
4680         (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
4681         GP_REG_FIRST + 28.  Handle relocation strings that have
4682         more than one '('.
4683         (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4684         (mips_global_pointer): New function.
4685         (mips_save_reg_p): New function, mostly split out from...
4686         (compute_frame_size): ...here.  Remove handling of extra_size.
4687         Reclaim args_size if no variables depend on it.  Don't treat gp
4688         as a special case: handle it in the main GPR loop.
4689         (mips_initial_elimination_offset): Fix comment.
4690         (save_restore_insns): Save every register in the GPR mask,
4691         removing distinction between mask and real_mask.
4692         (mips_output_function_prologue): Update .frame psuedo-op after
4693         the removal of extra_size.  Move the SVR4 PIC stack allocation
4694         and cprestore instructions to mips_expand_prologue.
4695         (mips_gp_insn): New function.
4696         (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
4697         the chosen global pointer.  Handle SVR4 PIC stack allocation
4698         in the same way as other ABIs.  Adjust varargs code accordingly.
4699         Emit a cprestore insn after allocating the stack.  Use mips_gp_insn
4700         to emit the loadgp sequence.  Follow it with a loadgp_blockage
4701         if not using explicit relocs.
4702         (mips_output_function_epilogue): Reinstate the default gp register.
4703         (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
4704         (mips16_optimize_gp): Likewise.
4705         * config/mips/mips.md (UNSPEC_LOADGP): Remove.
4706         (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
4707         (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
4708         (loadgp): Remove.
4709         (loadgp_blockage, cprestore): New instructions.
4710         (builtin_setjmp_setup): Implement using emit_move_insn.  Use
4711         pic_offset_table_rtx.
4712         (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
4713         (builtin_longjmp): Use gen_raw_REG to force use of $28.
4715 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4717         * config/mips/mips-protos.h (mips_output_division): Declare.
4718         * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
4719         (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
4720         (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
4721         (TARGET_CHECK_ZERO_DIV): New macro.
4722         (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
4723         * config/mips/mips.c (mips_output_division): New function.
4724         * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
4725         account when calculating the default length of a division.
4726         (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
4727         Enable regardless of optimization level.  Use mips_output_division.
4728         (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
4729         udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
4730         divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
4731         modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
4732         udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
4733         umoddi3_internal): Remove.
4735 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4737         * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
4738         (mips_sw_reg_names): Likewise.
4739         (mips_regno_to_class): Change hilo entry to NO_REGS.
4740         (hilo_operand): Use MD_REG_P.
4741         (extend_operator): New predicate.
4742         (override_options): Remove 'a' constraint.
4743         (mips_secondary_reload_class): Remove hilo handling.  Also remove
4744         handling of (plus sp reg) reloads for mips16.
4745         (mips_register_move_cost): Remove hilo handling.
4746         * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
4747         (MD_REG_LAST): Remove hilo from range.
4748         (HILO_REGNUM): Delete.
4749         (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
4750         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
4751         (PREDICATE_CODES): Add entry for extend_operator.
4752         (DEBUG_REGISTER_NAMES): Change hilo entry to "".
4753         * config/mips/mips.md: Remove hilo clobbers wherever they occur.
4754         Remove constraints from multiplication define_expands.  Remove
4755         clobbers from "decorative" define_expand patterns.
4756         (UNSPEC_HILO_DELAY): Delete.
4757         (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
4758         (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
4759         Adjust C code to just emit insns for !TARGET_64BIT.
4760         (mulsidi3_internal): Rename to mulsidi3_32bit.
4761         (mulsidi3_64bit): Use a "d" constraint for the destination.
4762         Use extend_operator so that the pattern can handle umulsidi3 as well.
4763         Split the instruction after reload.
4764         (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
4765         (umulsidi3_internal): Rename to umulsidi3_32bit.
4766         (umulsidi3_64bit): Remove.
4767         (*smsac_di, *umsac_di): Line-wrap fixes.
4768         (udivsi3_internal): Don't allow operand 2 to be constant.
4769         (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
4770         (movdi_internal2, movsi_internal): Remove hilo alternatives.
4771         (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
4773 2003-06-09  Richard Sandiford  <rsandifo@redhat.com>
4775         PR target/10913
4776         * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
4777         PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
4778         PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
4779         PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
4780         SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
4781         (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
4782         PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
4783         asm_out_text_file with asm_out_file.
4784         * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
4785         * config/mips/elf.h (TEXT_SECTION): Undefine.
4786         * config/mips/elf64.h (TEXT_SECION): Undefine.
4787         * config/mips/openbsd.h (TEXT_SECION): Undefine.
4788         * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
4789         (override_options): Disable small-data optimizations unless using
4790         gas or explicit relocations.
4791         (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
4792         iris6_asm_named_section, iris6_asm_file_start): Remove code for
4793         handling TARGET_FILE_SWITCHING.
4794         (copy_file_data): Move into TARGET_IRIX6 block.
4796 2003-06-08  Richard Henderson  <rth@redhat.com>
4798         * expr.h (EXPAND_MEMORY): New.
4799         * expr.c (expand_expr): Check it.
4800         * stmt.c (expand_asm_operands): Provide it when the constraint
4801         requires a memory.  Warn for memory input constraints without
4802         a memory operand.
4804 2003-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4806         * varasm.c: Don't include c-tree.h.
4808 2003-06-08  Andreas Jaeger  <aj@suse.de>
4810         * predict.h: Convert to ISO C90 prototypes.
4811         * predict.c: Likewise.
4812         * tree-dump.h: Likewise.
4813         * tree-dump.c: Likewise.
4814         * diagnostic.h: Likewise.
4815         * diagnostic.c: Likewise.
4816         * combine.c: Likewise.
4818         * rtl.h: Convert prototypes of combine.c to ISO C90.
4820 Sun Jun  8 21:27:41 CEST 2003  Jan Hubicka  <jh@suse.cz>
4822         * cfglayout.c (insn_scope): New static function
4823         (block_locators_*, line_locators*, file_locators*): New static varrays.
4824         (scope_to_insns_initialize): Use them.
4825         (insn_line, insn_file): New functions.
4826         (scope_to_insns_finalize): Use insn_scope.
4827         (prologue_locator, epilogue_locator): New global variables.
4828         * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
4829         make_call_insn_raw, emit_copy_of_insn_after): Use locators.
4830         (emit_insn_after_scope, emit_insn_before_scope
4831         emit_jump_insn_after_scope, emit_jump_insn_before_scope
4832         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
4833         (emit_insn_after_setloc, emit_insn_before_setloc
4834         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
4835         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
4836         use locators.
4837         * final.c (notice_source_line): Use locators.
4838         (final_start_function): Set initial source file and line.
4839         (final_scan_insn): Use locators.
4840         * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
4841         noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
4842         noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
4843         noce_process_if_block, find_cond_trap): Likewise.
4844         * integrate.c (copy_insn_list): Likewise.
4845         * jump.c (duplicate_loop_exit_test): LIkewise.
4846         * print-rtl.c (print_rtx): Print locators.
4847         * recog.c (peephole2_optimize): Likewise.
4848         * rtl.h (INSN_SCOPE): Remove.
4849         (emit_insn_after_scope, emit_insn_before_scope
4850         emit_jump_insn_after_scope, emit_jump_insn_before_scope
4851         emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
4852         (emit_insn_after_setloc, emit_insn_before_setloc
4853         emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
4854         emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
4855         (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
4856         * unroll.c (copy_loop_body): Use locators.
4857         * function.c (set_insn_locators): New function.
4858         (thread_prologue_and_epilogue_insns): Set the locators accordingly.
4860 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4862         * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
4863         * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
4864         _fixsfdi _fixunssfdi.
4865         (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
4866         popcounthi2.
4867         (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
4868         * config/h8300/clzhi2.c: New.
4869         * config/h8300/ctzhi2.c: Likewise.
4870         * config/h8300/parityhi2.c: Likewise.
4871         * config/h8300/popcounthi2.c: Likewise.
4873 Sun Jun  8 15:52:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
4875         * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
4876         * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
4878         * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
4879         (dump_bb): New based on old dump_bb in cfgrtl.c
4880         (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
4881         * cfghooks.h (cfgh_verify_flow_info): Return status.
4882         * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
4883         * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
4884         (dump_bb): Remove generic parts.
4885         (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
4886         (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
4888 2003-06-08  Neil Booth  <neil@daikokuya.co.uk>
4890         * Makefile.in: Rename options.c and options.h to c-options.c and
4891         c-options.h.
4892         (OBJS): Remove options.o.
4893         * c-opts.c: Don'tInclude c-options.h instead of options.h.
4894         * opts.c: Don't include options.h.
4895         (find_opt): Can't use enum opt_code or N_OPTS.
4896         * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
4897         * opts.sh: ... here.
4899 2003-06-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
4900             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
4902         PR pch/9830
4903         * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
4904         if HAVE_MINCORE is defined.
4905         (MAP_FAILED): Define if not defined.
4906         (gt_pch_save): Test against MAP_FAILED.
4907         (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
4908         the mapping address to the preferred base after checking it
4909         is possible to do so. Test against MAP_FAILED.
4910         * configure.in: Test for the presence of mincore in libc.
4911         * config.in: Regenerate.
4912         * configure: Regenerate.
4914 2003-06-07  Richard Henderson  <rth@redhat.com>
4916         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
4917         conditional compilation guard.
4919 2003-06-08  Kazu Hirata  <kazu@cs.umass.edu>
4921         * optabs.c (expand_abs): Set result_unsignedp to 1 if
4922         flag_trav is zero.
4924 2003-06-07  Richard Henderson  <rth@redhat.com>
4926         * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
4928 2003-06-07  Richard Henderson  <rth@redhat.com>
4930         * basic-block.h (EDGE_SIBCALL): New.
4931         (EDGE_ALL_FLAGS): Update.
4932         * cfg.c (dump_edge_info): Add sibcall name.
4933         * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
4934         * cfgrtl.c (purge_dead_edges): Handle sibcalls.
4936 2003-06-07  Andreas Jaeger  <aj@suse.de>
4938         * mklibgcc.in (lib2funcs): Remove _exit.
4939         * libgcc2.c: Remove L_exit.
4940         * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
4942         * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
4944         * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
4946         * ggc.h: Convert to ISO C90 prototypes.
4947         * ggc-none.c: Likewise.
4948         * ggc-common.c: Likewise.
4949         * ggc-page.c: Likewise.
4950         * ggc-simple.c: Likewise.
4952         * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
4954         * system.h: Poison INIT_SECTION_PREAMBLE.
4956 2003-06-07  Zack Weinberg  <zack@codesourcery.com>
4958         * config.gcc (with_cpu handling): Translate sparc64 in
4959         $machine to --with-cpu=v9.
4960         * config/alpha/alpha.c
4961         (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
4962         (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
4964         * target.h: New hook asm_out.file_end.
4965         * target.h: Update to match.  New hook macro TARGET_ASM_FILE_END.
4966         * toplev.c (compile_file): Use targetm.asm_out.file_end.
4967         * system.h: Poison ASM_FILE_END.
4968         * varasm.c (file_end_indicate_exec_stack): New.
4969         * output.h: Prototype it.
4970         * doc/tm.texi: Document TARGET_ASM_FILE_END and
4971         file_end_indicate_exec_stack.  Delete references to attasm.h.
4973         * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
4974         (ASM_FILE_END): Delete; move code...
4975         * config/darwin.c (darwin_file_end): Here; new function.
4976         * config/darwin-protos.h: Prototype it.
4977         * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
4978         rename unicosmk_file_end.
4979         * config/arm/aof.h (ASM_FILE_END): Delete; move code...
4980         * config/arm/arm.c (aof_file_end): ... here; new static function.
4981         Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
4982         Make aof_dump_imports and aof_dump_pic_table static.
4983         * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
4984         Set TARGET_ASM_FILE_END to avr_file_end.
4985         * config/c4x/c4x.c (c4x_file_end): Make static.  Take no arguments.
4986         Set TARGET_ASM_FILE_END to c4x_file_end.
4987         * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
4988         make static. Take no arguments.  Set TARGET_ASM_FILE_END to
4989         h8300_file_end.
4990         * config/i370/i370.h (ASM_FILE_END): Delete; move code...
4991         * config/i370/i370.c (i370_file_end): ... here; new static function.
4992         Set TARGET_ASM_FILE_END to i370_file_end.
4993          * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
4994          Take no arguments.  Call file_end_indicate_exec_stack if
4995          NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
4996         * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
4997         Define NEED_INDICATE_EXEC_STACK to 0.
4998         * config/i386/linux.h, config/i386/linux64.h: Redefine
4999         NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
5000         * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
5001         i386_pe_file_end.  Take no arguments.  Use ix86_file_end.
5002         * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
5003         ia64_hpux_file_end, make static.  Take no arguments.
5004         * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
5005         commands_in_prologues, commands_in_epilogues): Delete.
5006         (function_epilogue): Update to match.
5007         * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
5008         make static.  Take no arguments.
5009         (iris6_asm_file_end): Rename iris6_file_end, make static, use
5010         mips_file_end, take no arguments.
5011         Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
5012         appropriate.
5013         * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
5014         make static, take no arguments. Set TARGET_ASM_FILE_END to
5015         mmix_file_end.
5016         * config/pa/pa.c (output_deferred_plabels): Make static, take
5017         no arguments.  Set TARGET_ASM_FILE_END to output_deferred_plabels.
5018         * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
5019         (ASM_FILE_END): Delete; move code...
5020         * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
5021         new static function.
5023         * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
5024         * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
5025         Don't set ASM_FILE_END.
5026         * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
5027         * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
5028         * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
5029         file_end_indicate_exec_stack; don't set ASM_FILE_END.
5030         * config/alpha/unicosmk.h, config/i386/cygming.h
5031         * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
5032         * config/arm/arm-protos.h, config/alpha/alpha-protos.h
5033         * config/avr/avr-protos.h, config/c4x/c4x-protos.h
5034         * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
5035         * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
5036         * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
5038 Sat Jun  7 18:32:13 CEST 2003  Jan Hubicka  <jh@suse.cz>
5040         * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
5041         specified.
5043 Sat Jun  7 15:20:01 CEST 2003  Jan Hubicka  <jh@suse.cz>
5045         * Makefile.in (stageprofile_build): Kill redundant target.
5046         * i386.c (mdep_reorg): Don't pad jumps for Athlon.
5048 2003-06-07  Andreas Jaeger  <aj@suse.de>
5050         * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
5052         * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
5053         * config/dsp16xx/dsp16xx.h: Likewise.
5054         * config/i386/i386.h: Likewise.
5055         * config/ip2k/ip2k.h: Likewise.
5057 2003-06-07  Neil Booth  <neil@daikokuya.co.uk>
5059         * Makefile.in (OJBS, c-opts.o): Update.
5060         (c-options.c, c-options.h): Rename options.h and options.c.
5061         (options.h): Rename options_.h.
5062         (opts.o): New.
5063         * c-common.h (c_common_handle_option): Replace c_common_decode_option.
5064         (c_common_init_options): Update prototype.
5065         * c-lang.c (c_init_options): Update prototype.
5066         (LANG_HOOKS_HANDLE_OPTION): Override.
5067         (LANG_HOOKS_DECODE_OPTION): Drop.
5068         * c-opts.c: Include opts.h and options.h instead of c-options.h
5069         and c-options.c.
5070         (lang_flags): Move to file scope.
5071         (find_opt, c_common_decode_option): Remove.
5072         (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
5073         CL_REJECT_NEGATIVE): Move to opts.h.
5074         (missing_arg): Update prototype.
5075         (c_common_init_options): Update for new prototype.
5076         (c_common_handle_options): Filenames are passed as N_OPTS.
5077         * hooks.c (hook_int_void_0): New.
5078         * hooks.h (hook_int_void_0): New.
5079         * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
5080         (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
5081         (LANG_HOOKS_INITIALIZER): Update.
5082         * langhooks.h (init_options): Update.
5083         (handle_option): New.
5084         * opts.c, opts.h: New files.
5085         * opts.sh: Update c file to include opts.h and options.h.
5086         * toplev.c: Include opts.h; change options.h to options_.h.
5087         (parse_options_and_default_flags): Get lang_mask, use
5088         handle_option for language-specific handling.
5089         * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
5090         (LANG_HOOKS_HANDLE_OPTION): Override.
5091         (objc_init_options): Update.
5093 2003-06-07  Magnus Kreth <magnus.kreth@gmx.de>
5094             Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
5096         PR other/7031
5097         * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
5098         gcov.
5100 2003-06-07  Kelley Cook  <kelleycook@wideopenwest.com>
5102         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
5103         section names.
5104         * configure: Regenerate.
5106 2003-06-07  Alan Modra  <amodra@bigpond.net.au>
5108         * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
5110 2003-06-06  James E Wilson  <wilson@tuliptree.org>
5112         PR inline-asm/10890
5113         * reload1.c (merge_assigned_reloads): Abort only if two reloads have
5114         different in fields.
5116 2003-06-06  Nathanael Nerode  <neroden@gcc.gnu.org>
5118         * configure.in: Make $(target_subdir) correspond with top level usage.
5119         * Makefile.in: Likewise.
5120         * configure: Regenerate.
5122 2003-06-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5124         * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
5125         ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
5126         unsigned HOST_WIDE_INT.
5127         * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
5128         Likewise.
5129         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
5130         Likewise.
5132 2003-06-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5134         * doc/install.texi (Prerequisites): New section documenting
5135         tools and packages necessary prior to building and/or
5136         modifying GCC.
5137         * doc/install.texi2html: Also generate prerequisites.html.
5139 2003-06-06  Richard Earnshaw  <rearnsha@arm.com>
5141         PR target/11052
5142         * ifcvt.c (noce_process_if_block): Fail if the destination has
5143         side-effects.
5145 2003-06-06  Jason Merrill  <jason@redhat.com>
5147         * stmt.c (resolve_asm_operand_names): Rename from
5148         resolve_operand_names.  No longer static.  Avoid needless copying.
5149         Don't build array of constraints.
5150         (expand_asm_operands): Build it here.
5151         * tree.h: Declare resolve_asm_operand_names.
5153         * stmt.c (expand_decl): Put artificial vars into registers even
5154         when not optimizing, and don't mark the regs as user vars.
5156 2003-06-06  J"orn Rennecke <joern.rennecke@superh.com>
5158         * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
5159         of the generated register.
5161 2003-06-06  Daniel Jacobowitz  <drow@mvista.com>
5163         * config.gcc: Add a missing sparc64 case.
5165 2003-06-06  Jakub Jelinek  <jakub@redhat.com>
5167         * mklibgcc.in: Propagate .note.GNU-stack section if needed into
5168         the .hidden assembly stubs.
5170 2003-06-06  H.J. Lu <hongjiu.lu@intel.com>
5172         * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
5173         and x86_64-*-*.
5175         * config/i386/mmintrin.h: Update version and add alternate
5176         intrinsic names.
5177         * config/i386/xmmintrin.h: Likewise.
5179         * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
5180         intrinsics to ...
5181         * config/i386/emmintrin.h: Here. New file.
5183 2003-06-06  Roger Sayle  <roger@eyesopen.com>
5185         * fold-const.c (fold <ABS_EXPR>):  Re-fold the result of folding
5186         fabs(-x) into fabs(x).  Use tree_expr_nonnegative_p to determine
5187         when the ABS_EXPR (fabs or abs) is not required.
5188         (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
5189         always nonnegative from fold to here.  Additionally, cabs and fabs
5190         are always non-negative, and pow and atan are non-negative if
5191         their first argument is non-negative.
5193         * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
5194         Evaluate cabs of a constant at compile-time.  Convert cabs of a
5195         non-complex argument into fabs.  Convert cabs(z) into
5196         sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
5197         -funsafe-math-optimizations or -ffast-math.
5198         (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
5199         Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
5201 Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
5203         * sourcebuild.texi (Front End Directory): Document new hooks.
5205 Fri Jun  6 11:02:35 CEST 2003  Jan Hubicka  <jh@suse.cz>
5207         * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
5208         * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
5209         stack frames.
5210         (pro_epilogue_adjust_stack_rex64_2): New pattern
5212 Fri Jun  6 11:03:14 CEST 2003  Jan Hubicka  <jh@suse.cz>
5213                                Pop Sebastian
5214                                Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5216         * cfghooks.h, cfghooks.c: New files.
5217         * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
5218         (OBJS): Add cfghooks.o.
5219         (cfghooks.o): New rule.
5220         * basic-block.h (split_edge): Rename to rtl_split_edge.
5221         (verify_flow_info): Rename to rtl_verify_flow_info.
5222         (cfghooks.h): Included here.
5223         * cfgrtl.c (split_edge): Renamed rtl_split_edge.
5224         (verify_flow_info): Renamed rtl_verify_flow_info.
5225         * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
5227         * basic-block.h (split_block, split_edge, flow_delete_block,
5228         redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
5229         (flow_delete_block_noexpunge):  Return void.
5230         * cfg.c (verify_flow_info): New function.
5231         * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
5232         try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
5233         Use delete_block.
5234         * cfglayout.c (function_footer): Rename to...
5235         (cfg_layout_function_footer): ... this variable
5236         (unlink_insn_chain): Make global.
5237         (fixup_reorder_chain, record_effective_endpoints): Update.
5238         (cleanup_unconditional_jumps): Use delete_block.
5239         (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
5240         (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
5241         (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
5242         * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block):  Delete.
5243         (cfg_layout_function_footer): Declare.
5244         * cfgloopmanip (split_loop_bb): Do not update RBI.
5245         (remove_bbs): Use delete_block.
5246         (loop_reidrect_edge, loop_delete_branch_edge): Use
5247         redirect_edge_and_branch.
5248         (create_preheader): Use split_block and redirect_edge_and_branch_force.
5249         (split_edge_with): Likewise.
5250         * cfgrtl.c: Include cfglayout.h
5251         (split_edge): Rename to ...
5252         (rtl_split_edge) ... this one; make local.
5253         (redirect_edge_and_branch): Rename to ...
5254         (rtl_redirect_edge_and_branch) ... this one; make local.
5255         (redirect_edge_and_branch_force): Rename to ...
5256         (rtl_redirect_edge_and_branch_force) ... this one; make local.
5257         (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
5258         (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
5259         cfglayout.c; update to directly call RTL counterparts.
5260         (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
5261         * ifcvt.c (find_cond_trap): Use delete_block.
5262         (find_if_case_1): Use delete_block.
5263         (find_if_case_2): Use delete_block.
5264         * rtl.h (unlink_insn_chain): Declare.
5265         * toplev.c (rtl_reigster_cfg_hooks): New.
5267 2003-06-05  Richard Henderson  <rth@redhat.com>
5269         * recog.c (peephole2_optimize): Revert last change.
5271 2003-06-05  Richard Henderson  <rth@redhat.com>
5273         * recog.c (peephole2_optimize): Don't split block unless
5274         can_throw_internal.
5276 2003-06-06  Kazu Hirata  <kazu@cs.umass.edu>
5278         * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
5279         * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
5281 2003-06-05  Kelley Cook  <kelleycook@wideopenwest.com>
5283         PR optimization/4490
5284         * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
5285         * doc/invoke.texi (m96bit-long-double, m128bit-long-double):  Reword
5286         documentation to accurately reflect what these options do.
5288 2003-06-06  Kaz Kojima  <kkojima@gcc.gnu.org>
5290         * config/sh/linux.h (STARTFILE_SPEC): Handle -pie.  Simplify.
5291         (ENDFILE_SPEC): Redefine to handle -pie.
5293 2003-06-05  Phil Edwards <phil@jaj.com>
5295         * Makefile.in (qmtest-g++): Use target_alias, not target.
5297 2003-06-05  Per Bothner  <pbothner@apple.com>
5299         * toplev.c (push_srcloc):  Simplify behavior to save current location
5300         and set current location to parameters.
5301         (pop_srcloc):  Simplify semantics.
5302         (lang_dependent_init):  Remove now-useless initial push_srcloc.
5304 2003-05-06  Richard Henderson  <rth@redhat.com>
5306         * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
5307         language-specific tree codes.
5309 2003-06-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5311         PR middle-end/9986
5312         * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
5313         BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
5315 Thu Jun  5 18:32:46 CEST 2003  Jan Hubicka  <jh@suse.cz>
5317         * install.tex: Document profiledbootstrap.
5319         * configure.in:  Add support for lang.stageprofile and
5320         lang.stagefeedback
5321         * Makefile.in (clean, distclean): Kill new stages
5322         (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
5323         (STAGE2_FLAGS_TO_PASS): ... this one.
5324         (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
5325         (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
5326         (stageprofile_build, stageprofile_copy, stagefeedback_build,
5327         stagefeedback_copy): New.
5328         (restageprofile, restagefeedback, stageprofile-start,
5329         stageprofile, stagefeedback-start): Likewise.
5331 2003-06-05  David Miller  <davem@redhat.com>
5332             Richard Henderson  <rth@redhat.com>
5334         * optabs.c (HAVE_conditional_trap): Provide default.
5335         (gen_conditional_trap): Likewise.
5336         (init_optabs): Merge init_traps.
5337         (gen_cond_trap): Use prepare_operand.  Restructure and avoid ifdef.
5339 Thu Jun  5 14:59:44 CEST 2003  Jan Hubicka  <jh@suse.cz>
5341         * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
5342         is REG for nonzero_bits (REG) == 8.
5344 Thu Jun  5 13:23:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
5346         * i386.md (align): Fix warning; clarify what to do when no p2align
5347         is available.
5349 2003-06-05  Nick Clifton  <nickc@redhat.com>
5351         * config.gcc (m32r-elf): Revert previous delta.
5352         * config/m32r/t-m32r (crtinit.o): Fix rule to work with
5353         multilibs.  Remove m32rx specific version.
5354         (crtfini.o): Likewise.
5355         (EXTRA_MULTILIB_PARTS): Define.
5357 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5359         * doc/md.texi (Machine Constraints): Correct the meaning of
5360         constraints related to floating-point registers on SPARC.
5362 2003-06-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
5363             Paolo Bonzini  <bonzini@gnu.org>
5365         PR target/10663
5366         * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
5367         assembler and linker output to /dev/null.
5368         Use a 'sed' construct instead of 'grep -A1'.
5369         * configure: Regenerate.
5371 2003-06-04  Richard Henderson  <rth@redhat.com>
5373         * config/i386/i386.c (struct ix86_address): Add seg.
5374         (no_seg_address_operand): New.
5375         (ix86_decompose_address): Restructure PLUS loop.  Accept one
5376         UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS.  Adjust ESP swap test
5377         to test for a regnum, not stack_pointer_rtx.
5378         (ix86_address_cost): Reduce cost if non-default segment.
5379         (legitimate_address_p): Remove UNSPEC_TP check.
5380         (get_thread_pointer): Add to_reg argument.  Don't represent
5381         the thread pointer as a memory load.
5382         (legitimize_tls_address): Split out of ...
5383         (legitimize_address): ... here.
5384         (print_operand_address): Handle parts.seg.
5385         (ix86_expand_move): Use legitimize_tls_address.
5386         (ix86_rtx_costs): Handle UNSPEC_TP.
5387         * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
5388         (TARGET_TLS_DIRECT_SEG_REFS): New.
5389         (TARGET_SWITCHES): Add tls-direct-seg-refs.
5390         (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
5391         (PREDICATE_CODES): Add no_seg_address_operand.
5392         * config/i386/i386.md (lea_1): Use it.
5393         (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
5394         (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
5395         * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5396         * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5397         * doc/invoke.texi: Add -mtls-direct-seg-refs.
5399 2003-06-04  Mark Mitchell  <mark@codesourcery.com>
5401         * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
5402         (QMTEST_GPP_TESTS): Use "g++" by default.
5403         (stamp-qmtest): Tweak database creation.
5404         (QMTEST_DIR/context): Update context file format.
5405         (qmtest-g++): Tweak command-line.
5407 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5409         * Makefile.in (varasm.o): Don't set -Wno-error.
5410         * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
5412 2003-06-04  Zack Weinberg  <zack@codesourcery.com>
5414         PR bootstrap/3163
5415         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
5416         (gcc_AC_FUNC_MMAP_BLACKLIST): New.
5417         * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
5418         and AC_CHECK_FUNCS lists, respectively.  Use
5419         gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
5420         AC_FUNC_MMAP_FILE.
5421         * configure, config.in: Regenerate.
5423 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5425         * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
5426         * arm.c (arm_output_function_prologue): Fix format specifiers.
5427         * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
5428         * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
5429         HOST_WIDE_INT_PRINT_DEC.
5430         * vax.c (vax_output_function_prologue): Fix format specifiers.
5432 2003-06-04  Richard Henderson  <rth@redhat.com>
5434         * cse.c (find_best_addr): Consider binary operators even if second
5435         argument is not CONST_INT.
5437 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5439         * doc/invoke.texi (max-cse-path-length): Document.
5441 2003-06-04  Richard Henderson  <rth@redhat.com>
5443         * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
5445 2003-06-04  Andrew Pinski <pinskia@physics.uc.edu>
5447         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
5448         Remove semi-colon at the end of the expression.
5450 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5452         * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
5453         * i370.h (mvs_function_name_length): Likewise.
5454         * i960.h (CONSTANT_ALIGNMENT): Likewise.
5455         * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5456         * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5457         * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5458         * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
5459         variable.
5461 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5463         * config.gcc: Reorganize --with-cpu logic.  Set
5464         configure_default_options according to the default CPU, --with-cpu,
5465         --with-arch, --with-tune, --with-schedule, --with-abi, and
5466         --with-float.  Check for legal values of various options.
5467         * configure.in: Define configure_default_options in configargs.h.
5468         * configure: Regenerated.
5469         * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
5470         (TARGET_DEFAULT_FLOAT_P): New macros.
5471         * gcc.c (do_option_spec): New function.
5472         (struct default_spec, option_default_specs): New.
5473         (main): Call do_option_spec.
5474         * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
5475         config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
5476         config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
5478         * doc/install.texi: Update --with-cpu documentation.  Mention
5479         --with-arch, --with-schedule, --with-tune, --with-abi, and
5480         --with-float.
5481         * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
5483 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5485         * config.gcc: Only process --with-cpu logic in the third pass.
5487 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5489         * config.gcc: Reorganize --with-cpu section.  Remove an
5490         obsolete comment about the default CPU for x86-64.  Fix
5491         a typo for the ep9312.  Update the list of supported PowerPC
5492         CPUs.  Support a limited set of new --with-cpu options
5493         for i386.
5495 2003-06-04  Aldy Hernandez  <aldyh@redhat.com>
5497         * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
5498         complex numbers <= 32 bits into two registers.
5500 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5502         * alpha.c (print_operand_address): Fix format specifier warnings.
5503         * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5504         * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5505         * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5506         * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
5507         * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
5508         ASM_OUTPUT_SKIP): Likewise.
5509         * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5510         * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5511         * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
5512         Likewise.
5513         * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5514         * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
5515         * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
5516         * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5517         * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
5518         * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5519         * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5520         * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5521         * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5522         * svr3.h (ASM_OUTPUT_COMMON): Likewise.
5524 2003-06-04  J"orn Rennecke <joern.rennecke@superh.com>
5526         * c-decl.c (c_init_decl_processing): Clear input_file_name
5527         while building common nodes.
5528         * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
5529         Don't add working directory for strings like <built-in> .
5531 2003-06-04  David Edelsohn  <edelsohn@gnu.org>
5533         * doc/install.texi (*-ibm-aix*): Native as and ld required
5534         to bootstrap on AIX 5L.
5536 2003-06-04  Richard Henderson  <rth@redhat.com>
5538         * c-common.c (handle_cleanup_attribute): New.
5539         (c_common_attributes): Add it.
5540         * c-decl.c (finish_decl): Honor the cleanup attribute.
5541         * doc/extend.texi (Variable Attributes): Document it.
5543         * unwind-c.c: New file.
5544         * Makefile.in (LIB2ADDEH): Add it.
5545         * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
5546         config/ia64/t-ia64: Likewise.
5548 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
5550         * function.c (trampolines_created): New variable.
5551         (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
5552         * function.h (trampolines_created): Add.
5553         * config/s390/linux.h (ASM_FILE_END): Define.
5554         * config/alpha/linux-elf.h (ASM_FILE_END): Define.
5555         * config/m68k/linux.h (ASM_FILE_END): Define.
5556         * config/rs6000/linux.h (ASM_FILE_END): Define.
5557         * config/rs6000/linux64.h (ASM_FILE_END): Define.
5558         * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
5559         * config/sparc/linux.h (ASM_FILE_END): Define.
5560         * config/sparc/linux64.h (ASM_FILE_END): Define.
5561         * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
5562         * config/i386/linux.h (SUBTARGET_FILE_END): Define.
5563         * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
5565 Wed Jun  4 18:39:33 CEST 2003  Jan Hubicka  <jh@suse.cz>
5567         * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
5568         (ix86_reorg): Use it.
5569         * i386.md (align): New insn pattern.
5571 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5573         * toplev.c (rest_of_type_compilation): Fix typo.
5575 2003-06-04  Jakub Jelinek  <jakub@redhat.com>
5576             Alan Modra  <amodra@bigpond.net.au>
5578         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
5579         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
5580         * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
5581         * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
5582         * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
5583         * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
5584         (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
5585         * config/rs6000/rs6000.c (output_profile_hook): Likewise.
5587         * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
5588         Pass it to $gcc_cv_as.
5589         * configure: Rebuilt.
5591         * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
5592         (print_operand): Allow TARGET_AIX to be non-constant.
5593         (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
5594         Define unconditionally.
5595         (rs6000_elf_declare_function_name): New function.
5596         * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
5597         non-constant.
5598         * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
5599         to 1.
5600         (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
5601         [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
5602         is defined.
5603         (TARGET_AIX): Define to 1 if TARGET_64BIT.
5604         (PROCESSOR_DEFAULT): Remove.
5605         (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
5606         INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5607         [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
5608         (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
5609         -m32 and -m64.
5610         (MULTILIB_DEFAULTS): Define.
5611         (SUBSUBTARGET_EXTRA_SPECS): Define.
5612         (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
5613         (TARGET_TOC): Define only if !RS6000_BI_ARCH.
5614         (TARGET_NO_TOC): Remove.
5615         [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
5616         TARGET_PROTOTYPE): Define to 0.
5617         (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
5618         (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
5619         (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
5620         if !TARGET_64BIT.
5621         (USER_LABEL_PREFIX): Remove.
5622         (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
5623         (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
5624         if TARGET_64BIT.
5625         (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
5626         (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
5627         (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
5628         (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
5629         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5630         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
5631         TARGET_64BIT.
5632         (RS6000_CALL_GLUE): Likewise.
5633         (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
5634         RESTORE_FP_SUFFIX): Likewise.
5635         (ASM_DECLARE_FUNCTION_NAME): Remove.
5636         (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
5637         DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
5638         name if TARGET_64BIT.
5639         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
5640         !TARGET_64BIT.
5641         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
5642         (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
5643         (DRAFT_V4_STRUCT_RET): Define.
5644         (SIGNAL_FRAMESIZE): New enum value.
5645         (MD_FALLBACK_FRAME_STATE_FOR): Define.
5646         * config/rs6000/default64.h: New file.
5647         * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
5648         options.
5649         (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
5650         to RS6000_ABI_NAME.  Only disallow mixing of -fPIC with -mcall-aixdesc
5651         if !TARGET_64BIT.
5652         [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5653         (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
5654         function.
5655         (TARGET_OS_SYSV_CPP_BUILTINS): Define.
5656         (TARGET_OS_CPP_BUILTINS): Use it.
5657         (CPP_SYSV_SPEC): Remove.
5658         (CPP_SPEC): Remove cpp_sysv.
5659         (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
5660         Add SUBSUBTARGET_EXTRA_SPECS.
5661         (SUBSUBTARGET_EXTRA_SPECS): Define.
5662         * config/rs6000/biarch64.h: New file.
5663         * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
5664         New prototype.
5665         * config/rs6000/x-linux64: New file.
5666         * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
5667         multilibs.
5668         * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
5669         * config/rs6000/eabi-cn.asm: Likewise.
5670         * config/rs6000/tramp.asm: Likewise.
5671         * config/rs6000/sol-ci.asm: Likewise.
5672         * config/rs6000/sol-cn.asm: Likewise.
5673         * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
5674         (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
5675         * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
5676         _CALL_AIXDESC section.
5677         * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
5678         defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
5679         or default32.
5681 2003-06-04  Daniel Jacobowitz  <drow@mvista.com>
5683         * config.gcc: Revert accidentally committed ARM changes.
5685 2003-06-04  Roger Sayle  <roger@eyesopen.com>
5687         * builtins.c (dconstpi, dconste): New mathematical constants.
5688         (init_builtin_dconsts): New function to initialize dconstpi
5689         and dconste.
5690         (fold_builtin): Optimize exp(1.0) = e.  Evaluate exp(x) at
5691         compile time with -ffast-math when x is an integer constant.
5692         Optimize tan(0.0) = 0.0.  Optimize atan(0.0) = 0.0,
5693         atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
5695 2003-06-04  Roger Sayle  <roger@eyesopen.com>
5697         * calls.c (expand_call): Avoid calling pure or const functions
5698         when the result is ignored (or void) and none of the arguments
5699         are volatile.  Move warning diagnostic earlier in function.
5701 2003-06-04  Andreas Jaeger  <aj@suse.de>
5703         * system.h: Do not poison TDESC_SECTION_ASM_OP,
5704         RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
5706 2003-06-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5708         * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
5709         optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
5710         handle %ll, optimize regular character case.
5712 2003-06-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
5714         * Makefile.in (cse.o): Add params.h dependency.
5715         * cse.c: Include params.h.
5716         (PATHLENGTH): Removed.
5717         (struct cse_basic_block_data): Make path array dynamic.
5718         (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
5719         of PATHLENGTH.
5720         (cse_main, cse_basic_block): Allocate path array.
5721         * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
5723 Wed Jun  4 09:49:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
5725         * i386.c (ix86_reorg): Replace the jump instead of adding nop.
5726         * i386.md (UNSPEC_REP): New constant.
5727         (return_internal_long): New pattern.
5729 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5731         PR optimization/11018
5732         * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
5733         consistently to decide whether the scratch register is really
5734         required.
5736 2003-06-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5738         PR optimization/10876
5739         * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
5740         new 'O' constraint for constant 4096.
5741         (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
5742         * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
5743         Do not transform into MINUS insn for constant 4096.
5744         (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
5745         for constant 4096 as third operand.
5746         (addsi3 expander): Remove.
5747         (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
5748         new alternative for constant 4096 as third operand.
5749         (subdi3 expander): Do not transform into PLUS insn for constant 4096.
5750         (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
5751         operand.
5752         (subsi3 expander): Remove.
5753         (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
5754         constant 4096 as third operand.
5755         * doc/md.texi (Machine Constraints): Document new 'O' constraint for
5756         the SPARC port.
5758 2003-06-03  Chris Demetriou  <cgd@broadcom.com>
5760         * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
5762 2003-06-04  Andreas Jaeger  <aj@suse.de>
5764         * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
5766         * config/i386/i386.c (ix86_expand_prologue): Do not use
5767         SUBTARGET_PROLOGUE.
5769         * system.h: Poision SUBTARGET_PROLOGUE.
5771         * config/arm/arm-protos.h: Remove unused rdate_section prototype.
5773         * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
5774         dependend code.
5776         * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
5778         * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
5779         INSN_CACHE_LINE_WIDTH.
5781         * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
5782         (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
5783         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
5785         * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
5786         INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
5788         * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
5789         (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
5790         (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
5791         (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
5792         (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
5793         (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
5795         * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
5796         DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
5797         DBX_WORKING_DIRECTORY.
5799         * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
5800         DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
5802         * config/frv/frv-protos.h: Remove unused const_section
5803         declaration.
5804         * config/vax/vax-protos.h: Likewise.
5806         * output.h: Remove CONST_SECTION_ASM_OP usage.
5808         * system.h: Poison CONST_SECTION_ASM_OP.
5810         * crtstuff.c (__do_global_dtors_aux): Remove usage of
5811         CRT_GET_RFIB_TEXT.
5812         (frame_dummy): Likewise.
5813         * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
5814         * system.h: Poison CRT_GET_RFIB_TEXT.
5816         * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
5818         * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
5819         (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
5820         (recognized_function): Likewise.
5821         (read_scan_file): Likewise.
5823 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5825         * optabs.c (expand_binop): Optimize complex multiplication for
5826         the case of squaring a complex argument.
5828 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5830         * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
5831         non-volatile operands of binary operations.
5832         (prepare_cmp_insn): Likewise.
5834 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5836         * varasm.c (force_const_mem): Handle alignment of constants not
5837         representable as a type in the front-end language.
5839 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
5841         * flow.c (initialize_uninitialized_subregs): Use
5842         emit_move_insn instead of emitting a hardcoded move.
5844 2003-06-03  Richard Henderson  <rth@redhat.com>
5846         * optabs.c (expand_abs_nojump): Split out from ...
5847         (expand_abs): ... here.
5848         * optabs.h (expand_abs_nojump): Declare.
5849         * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
5850         * Makefile.in (ifcvt.o): Depend on optabs.h.
5852 2003-06-03  Alan Modra  <amodra@bigpond.net.au>
5854         * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
5856 2003-06-03  Jason Thorpe  <thorpej@wasabisystems.com>
5858         * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
5859         (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
5860         to yes.
5861         * configure.in: Allow default_use_cxa_atexit to determine the
5862         value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
5863         disabled.
5864         * configure: Regenerate.
5866 2003-06-03  Douglas B Rupp  <rupp@gnat.com>
5868         * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
5869         * doc/gcc.texi: Remove vms.texi section.
5870         * doc/vms.texi: Remove obsolete file.
5872 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
5874         * configure.in (inhibit_libc): Don't define when configuring
5875         with --with-newlib --with-headers.
5876         * configure: Regenerate.
5878         * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
5880 2003-06-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5882         * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
5883         IRIX 6 without GNU ld.
5884         * configure: Regenerate.
5886 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5888         * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
5889         of a complex number rather than invoke mov_optab directly.
5891 2003-06-03  Kazu Hirata  <kazu@cs.umass.edu>
5893         * combine.c (simplify_set): Don't move a subreg in SET_SRC to
5894         SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
5896 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5898         * config/i386/x86-64.h: Remove two target-independent comments;
5899          replace "GNU CC" with "GCC".
5901 2003-06-03  Anthony Green  <green@redhat.com>
5903         * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
5905 2003-06-03  Roger Sayle  <roger@eyesopen.com>
5907         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
5908         New builtins representing ISO C99's cabs, cabsf and cabsl.
5909         * builtins.c (expand_builtin_fabs): New function.
5910         (expand_builtin_cabs): New function.
5911         (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
5912         using expand_builtin_fabs and expand_builtin_cabs respectively.
5914         * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
5916 2003-06-03  Aldy Hernandez  <aldyh@redhat.com>
5918         * function.c (assign_parms): Split complex arguments.
5920         * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
5922         * expr.h (SPLIT_COMPLEX_ARGS): Define.
5923         (split_complex_types): Protoize.
5924         (split_complex_values): Protoize.
5926         * calls.c (expand_call): Split complex arguments on architectures
5927         that require it.
5928         (split_complex_values): New.
5929         (split_complex_types): New.
5931         * config/rs6000/rs6000.c (rs6000_libcall_value): New.
5932         (rs6000_function_value): Handle complex values on AIX.
5933         (rs6000_complex_function_value): New.
5935         * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
5937         * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
5938         (SPLIT_COMPLEX_ARGS): New.
5940 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5942         * configure.in (HAVE_LD_PIE): Check for ld -pie.
5943         * config.in: Rebuilt.
5944         * configure: Rebuilt.
5945         * toplev.c (flag_pie, flag_shlib): New variables.
5946         (f_options): Add -fpie and -fPIE.
5947         (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
5948         Set flag_shlib if flag_pic and not -fpie/-fPIE.
5949         * flags.h (flag_pic, flag_shlib): Add.
5950         * varasm.c (default_binds_local_p): Use flag_shlib instead of
5951         flag_pic.
5952         * gcc.c (LINK_PIE_SPEC): Define.
5953         (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
5954         (option_map): Add --pie -> -pie mapping.
5955         * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
5956         and -fPIE the same way as -fPIC.
5957         * config/openbsd.h (ASM_SPEC): Likewise.
5958         * config/frv/frv.h (ASM_SPEC): Likewise.
5959         * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
5960         * config/arm/semi.h (ASM_SPEC): Likewise.
5961         * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
5962         * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
5963         * config/i386/beos-elf.h (CC1_SPEC): Likewise.
5964         * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
5965         * config/m68k/linux.h (CPP_SPEC): Likewise.
5966         * config/m68k/netbsd.h (ASM_SPEC): Likewise.
5967         * config/m68k/openbsd.h (ASM_SPEC): Likewise.
5968         * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
5969         * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
5970         * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
5971         * config/pa/pa-linux.h (CPP_SPEC): Likewise.
5972         * config/netbsd-aout.h (ASM_SPEC): Likewise.
5973         * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
5974         * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
5975         * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
5976         * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
5977         * config/sparc/sparc.h (ASM_SPEC): Likewise.
5978         * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
5979         * config/sparc/sysv4.h (ASM_SPEC): Likewise.
5980         * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
5981         * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
5982         * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
5983         * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
5984         Simplify.
5985         * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5986         * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5987         * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5988         * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5989         * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5990         * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5991         * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5992         * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
5994 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
5996         * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
5997         != 0 handling.  Pass 0 to store_by_pieces.
5998         (expand_builtin_mempcpy): Add endp argument.  Don't call
5999         expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
6000         directly.  If ignoring result, only do expand_call.
6001         (expand_builtin_stpcpy): Likewise.  Call expand_builtin_mempcpy
6002         otherwise.
6003         (expand_builtin_strncpy, expand_builtin_memset): Adjust
6004         store_by_pices callers.
6005         (expand_builtin): Adjust expand_builtin_memcpy and
6006         expand_builtin_mempcpy callers.
6007         * expr.c (can_move_by_pieces): New function.
6008         (move_by_pieces): Add endp argument, return to resp. memory at end
6009         or one byte earlier depending on endp.
6010         (store_by_pieces): Likewise.
6011         (emit_block_move): Adjust call to move_by_pieces.
6012         (emit_push_insn): Adjust move_by_pieces caller.
6013         * expr.h (can_move_by_pieces): New prototype.
6014         (store_by_pieces): Adjust prototypes.
6015         * rtl.h (move_by_pieces): Adjust prototype.
6016         * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
6017         caller.
6019 2003-06-03  Ben Elliston  <bje@wasabisystems.com>
6021         * doc/md.texi (Processor pipeline description): Improve wording.
6023 2003-06-03  Neil Booth  <neil@daikokuya.co.uk>
6025         * c-opts.c (c_common_handle_option): New, pulled out of
6026         c_common_decode_option.  Substitute uses of argv.
6027         (c_common_decode_option): Broken into two.
6029 2003-06-02  Roger Sayle  <roger@eyesopen.com>
6030             Zack Weinberg  <zack@codesourcery.com>
6032         * emit-rtl.c (gen_complex_constant_part):  Remove unnecessary
6033         test of TREE_CONSTANT_POOL_ADDRESS_P.
6035 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6037         * mips.c: Don't include output.h twice.
6038         * stormy16.c: Likewise.
6039         * xtensa.c: Likewise.
6040         * output.h: Protect against multiple inclusion.
6042 2003-06-02  J"orn Rennecke <joern.rennecke@superh.com>
6044         * sh.h (OLD_ARG_MODE): New macro.
6045         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
6046         (FUNCTION_ARG_1): Break out of:
6047         (FUNCTION_ARG).  Use OLD_ARG_MODE.
6049 2003-06-02  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
6051         * gcc/config.gcc Add support multilib parts for m32rx processor.
6053 2003-06-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6055         * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
6056         (mostlyclean): Delete c-options.c and c-options.h.
6058 2003-06-02  Neil Booth  <neil@daikokuya.co.uk>
6060         * c-opts.c (CL_REJECT_NEGATIVE): New.
6061         (c_common_decode_option): Update to use it.
6062         * c.opt: Update documentation; use RejectNegative.
6063         * opts.sh: Handle RejectNegative.
6065 2003-06-01  Zack Weinberg  <zack@codesourcery.com>
6067         * ggc-page.c (init_ggc): Give better diagnostics on failure to
6068         open /dev/zero.
6069         * toplev.c (crash_signal): Reset handling for received signal
6070         to SIG_DFL.
6072 2003-06-02  Ben Elliston  <bje@wasabisystems.com>
6074         * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
6075         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
6076         (arm_use_dfa_pipeline_interface): Implement.
6077         * config/arm/arm.md (arm): New automaton.
6078         (write_buf): Remove function units; new cpu unit.
6079         (write_blockage): Remove function units; new cpu unit.
6080         (core): Remove function units; new cpu unit.
6081         (r_mem_f_wbuf): New instruction reservation.
6082         (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
6083         (store1_ldsched, store2, store3, store4): Likewise.
6084         (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
6085         (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
6086         (multi_cycle, single_cycle): Likewise.
6087         * config/arm/fpa.md (armfp): New automaton.
6088         (fpa): Remove function units; new cpu unit.
6089         (fpa_mem): Remove function unit; new cpu unit.
6090         (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
6091         (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
6093 2003-06-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6095         * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
6096         * c-format.c (enum format_type): Add asm_fprintf_format_type.
6097         (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
6098         asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
6099         (format_types_orig): Renamed from format_types.  Add new data.
6100         (format_types): Declare as pointer.
6101         (handle_format_attribute): Move later in file so we have all
6102         necessary declarations.  Add section to capture HOST_WIDE_INT.
6103         * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
6104         (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
6106 2003-06-01  Andreas Jaeger  <aj@suse.de>
6108         * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
6109         ROUND_TYPE_SIZE_UNIT.
6111         * stor-layout.c (finalize_record_size): Remove usages of
6112         ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6113         (finalize_type_size): Likewise.
6114         (layout_type): Likewise.
6116         * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
6118         * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
6120         * config/d30v/d30v.h: Remove text copied from the manual.
6122 2003-06-01  Roger Sayle  <roger@eyesopen.com>
6123             John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6124             Geoffrey Keating  <geoffk@apple.com>
6126         * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
6127         constants as condition code values.
6129 2003-06-01  DJ Delorie  <dj@redhat.com>
6131         * cppmacro.c (warn_of_redefinition): Handle cases where the two
6132         definitions have different numbers of tokens.
6134 2003-06-01  Andreas Jaeger  <aj@suse.de>
6136         * gen-protos.c (main): Readd unused attribute for argc.
6138 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6140         * Makefile.in (c-options.c, c-options.h): Parallel make safe.
6141         * c.opt: End in blank line.
6142         * opts.sh: Take AWK from environment if available; use C locale.
6144 2003-06-01  Andreas Schwab  <schwab@suse.de>
6146         * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
6148 2003-06-01  Andreas Jaeger  <aj@suse.de>
6150         * gen-protos.c (main): Revert patch to check for argument.
6152 2003-06-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
6154         PR target/11044
6155         * config/i386/i386.md (length attribute): Set length to 4
6156         for instructions of type "fcmp".
6158 2003-06-01  Andreas Jaeger  <aj@suse.de>
6160         * toplev.c: Use ISO C90 prototypes.
6162         * toplev.h: Use ISO C90 prototypes.
6164         * genrecog.c: Use ISO C90 prototypes.
6165         (nodes_identical): Correct declaration to match prototype.
6166         (maybe_both_true): Likewise.
6167         (merge_trees): Likewise.
6169         * genpeep.c (gen_peephole): Remove #if 0 code.
6170         Use ISO C90 prototypes.
6172         * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
6173         Remove #if 0'ed function simplify_by_alternatives.
6174         (optimize_attrs): Remove #if 0'ed code.
6175         Remove ^L.
6176         Use ISO C90 prototypes.
6177         (make_canonical): Remove #if 0'ed code.
6178         (convert_const_symbol_ref): Remove #if 0'ed function.
6180         * gen-protos.c (main): Check for argument.
6182         * rtl.h: Use ISO C90 prototypes for functions from lists.c.
6184         * params.h: Use ISO C90 prototypes.
6185         * params.c: Likewise.
6186         * intl.c: Likewise.
6187         * intl.h: Likewise.
6188         * lists.c: Likewise.
6189         * errors.c: Likewise.
6190         * errors.h: Likewise.
6191         * gencodes.c: Likewise.
6192         * genpreds.c: Likewise.
6193         * genattr.c: Likewise.
6194         * gen-protos.c: Likewise.
6195         * genflags.c: Likewise
6196         * genconditions.c: Likewise.
6197         * genautomata.c: Likewise.
6198         * gencheck.c: Likewise.
6199         * genconfig.c: Likewise.
6200         * genconstants.c: Likewise.
6201         * genemit.c: Likewise.
6202         * genextract.c: Likewise.
6203         * gengenrtl.c: Likewise.
6204         * gengtype.c: Likewise.
6205         * gengtype.h: Likewise.
6206         * genopinit.c: Likewise.
6207         * genoutput.c: Likewise.
6208         * gensupport.c: Likewise.
6209         * gensupport.h: Likewise.
6211         * sdbout.h: Use ISO C90 prototypes.
6213         * sdbout.c (CONTIN): Removed empty macro.
6214         (sdbout_one_type): Remove CONTIN usages.
6215         Remove ^Ls.
6216         (tag_of_ru_type): Remove #if 0'ed function.
6217         (sdbout_symbol): Remove #if 0'ed code.
6218         (sdbout_one_type): Remove a #if 1.
6219         (sdbout_one_type): Remove #if 0'ed code.
6220         (sdbout_init): Remove RMS_QUICK_HACK_1 code.
6221         Remove PARAMS, use ISO C90 prototypes for all functions.
6223 2003-06-01  Josef Zlomek  <zlomekj@suse.cz>
6225         * rtl.def (CONST_DOUBLE): Update comment.
6227 2003-06-01  Neil Booth  <neil@daikokuya.co.uk>
6229         * opts.sh: Remove path from sort.
6231 2003-06-01  Aldy Hernandez  <aldyh@redhat.com>
6233         PR/9680
6234         * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
6235         TARGET_SPE for SPE_VECTOR_MODE.
6237 2003-05-31  Aldy Hernandez  <aldyh@redhat.com>
6239         * toplev.c (botch): Remove.
6240         (do_abort): Remove.
6241         (set_Wunused): Comment.
6242         (set_Wextra): Comment.
6243         Remove ^L's.
6244         (rest_of_compilation): Factor out common code into functions.
6245         (rest_of_handle_inlining): New.
6246         (rest_of_handle_ssa): New.
6247         (rest_of_handle_cse): New.
6248         (rest_of_handle_gcse): New.
6249         (rest_of_handle_loop_optimize): New.
6250         (rest_of_handle_jump_bypass): New.
6251         (rest_of_handle_sibling_calls): New.
6252         (rest_of_handle_null_pointer): New.
6253         (rest_of_handle_addresof): New.
6254         (rest_of_handle_flow): New.
6255         (rest_of_handle_branch_prob): New.
6256         (rest_of_handle_if_conversion): New.
6257         (rest_of_handle_tracer): New.
6258         (rest_of_handle_loop2): New.
6259         (rest_of_handle_cse2): New.
6260         (rest_of_handle_life): New.
6261         (rest_of_handle_combine): New.
6262         (rest_of_handle_if_after_combine): New.
6263         (rest_of_handle_regmove): New.
6264         (rest_of_handle_sched): New.
6265         (rest_of_handle_old_regalloc): New.
6266         (rest_of_handle_new_regalloc): New.
6267         (rest_of_handle_regrename): New.
6268         (rest_of_handle_reorder_blocks): New.
6269         (rest_of_handle_sched2): New.
6270         (rest_of_handle_new_regalloc): New.
6271         (rest_of_handle_old_regalloc): New.
6272         (rest_of_handle_regrename): New.
6273         (rest_of_handle_reorder_blocks): New.
6274         (rest_of_handle_stack_regs): New.
6275         (rest_of_handle_machine_reorg): New.
6276         (rest_of_handle_delay_slots): New.
6277         (rest_of_handle_final): New.
6279         * toplev.h (botch): Remove prototype.
6280         (do_abort): Same.
6282 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
6284         * Makefile.in (c-opts.o, c-options.h): Update dependencies.
6285         * c-opts.c: Include c-options.h and c-options.c.
6286         (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
6287         Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
6288         (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
6289         OPT, opt_comp): Remove.
6290         (missing_arg, c_common_init_options, c_common_decode_option,
6291         write_langs): Update for macro redefinitions and enumeration
6292         name changes.
6293         * c.opt, opts.sh: New files.
6294         * doc/passes.texi: Update.
6296 2003-05-31  Andreas Jaeger  <aj@suse.de>
6298         * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
6299         usage.
6301         * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
6303         * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
6305         * system.h: Poison ALLOCATE_TRAMPOLINE.
6307         * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
6308         * system.h: Poison HANDLE_PRAGMA.
6310 2003-05-31  Kazu Hirata  <kazu@cs.umass.edu>
6312         * doc/invoke.texi: Update dump file names.
6314 2003-05-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6316         * c-format.c (format_length_info, format_char_info,
6317         format_flag_spec, format_flag_pair, format_kind_info):
6318         De-const-ify structure members.
6320 2003-05-31  Roger Sayle  <roger@eyesopen.com>
6322         * flags.h (flag_wrapv): New flag controlling overflow semantics.
6323         * toplev.c (flag_wrapv): Declare the variable with default false.
6324         (lang_independent_options): New option "-fwrapv" to set the above.
6326         * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
6327         as x, when signed arithmetic overflow wraps around.
6328         (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
6329         * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
6330         overflow when flag_wrapv is true.
6332         * doc/invoke.texi: Document new -fwrapv command line option.
6333         * doc/c-tree.texi: Mention that the overflow semantics of
6334         NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
6335         upon both flag_wrapv and flag_trapv.
6337 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6339         * doc/install.texi (mips-sgi-irix5): Add missing
6340         HTML <hr> marker.
6342 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6344         * doc/md.texi (Machine Constraints): Document
6345         missing SPARC constraints.
6347 2003-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
6349         * doc/md.texi (Automaton pipeline description): Use
6350         "type" instead of "cpu" as the attribute in the examples.
6352 2003-05-30  Stan Shebs  <shebs@apple.com>
6354         * system.h: Poison OBJC_PROLOGUE.
6356 2003-05-30  Roger Sayle  <roger@eyesopen.com>
6358         * emit-rtl.c (gen_complex_constant_part): New function for getting
6359         the constant real or imaginary part of a complex constant.
6360         (gen_realpart): Use it.
6361         (gen_imagpart): Likewise.
6363 2003-05-30  Kazu Hirata  <kazu@cs.umass.edu>
6365         * doc/invoke.texi: Fix typos.
6366         * doc/rtl.texi: Likewise.
6368 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
6370         * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
6371         mode.
6372         * config/h8300/crtn.asm: Likewise.
6373         * config/h8300/lib1funcs.asm: Likewise.
6374         * config/h8300/h8300.c (asm_file_start): Likewise.
6375         * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
6376         h8300snelf emulations for normal mode.
6377         * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
6378         emulations for normal mode.
6380 2003-05-30  Dhananjay Deshpande  <dhananjayd@kpitcummins.com>
6382         * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
6383         true if TARGET_NORMAL_MODE.
6385 2003-05-30  Roger Sayle  <roger@eyesopen.com>
6387         * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
6388         making a substitution.
6389         (dead_libcall_p): If directly replacing a libcall with a
6390         constant value produces an invalid instruction, also try forcing
6391         the constant into the constant pool.
6392         * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
6393         obvious that the source is a constant.
6394         (compress_float_constant): Use set_unique_reg_note to place
6395         REG_EQUAL notes on instructions.
6397 2003-05-30  Eric Christopher  <echristo@redhat.com>
6399         * config/mips/mips.c (extern_list): Add GTY marker.
6400         (extern_head): Separate out definition. Add marker.
6401         (mips_output_external): Use ggc_alloc for extern_list
6402         allocation.
6403         (mips_output_external_libcall): Ditto.
6405 2003-05-30  Florian Weimer  <fw@deneb.enyo.de>
6407         * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
6408         later.
6410 2003-05-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6412         * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
6413         warnings.
6414         (PRINT_OPERAND): Likewise.
6416 2003-05-30  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6418         * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
6419         -mdebug/-no-mdebug switches ...
6420         (MDEBUG_ASM_SPEC): ... here.
6421         Use only with gas.
6422         (EXTRA_SPECS): Initialize mdebug_asm_spec.
6424 2003-05-29  Matt Kraai  <kraai@alumni.cmu.edu>
6426         * gthr-gnat.c: Remove #undef UNUSED.
6427         (__gnat_default_lock, __gnat_default_unlock): Prototype.
6428         (__gnat_task_lock, __gnat_task_unlock): Make declarations
6429         prototypes.
6430         (__gnat_install_locks): Convert declaration to ISO C90, make
6431         parameter declarations prototypes, and remove blank line.
6432         * gthr-gnat.h (__gnat_install_locks): Make parameter
6433         declarations prototypes.
6435 2003-05-29  Jason Merrill  <jason@redhat.com>
6437         * Makefile.in (unstrap): Remove stage_last after make unstage1.
6439 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6441         * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
6443 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6444             Kaveh Ghazi  <ghazi@caip.rutgers.edu>
6446         PR bootstrap/10169
6447         * mips-tfile.c (main): Use getopt_long instead of getopt.
6448         Add new command line option --version to display version.
6449         Treat --verbose like -v to report a single line version.
6450         (options): New global variable for getopt_long.
6451         * mips-tdump.c (main): Use getopt_long instead of getopt.
6452         New command line options -v, --version and -verbose to display
6453         the program version number (to match mips-tfile's behavior).
6454         (options): New global variable for getopt_long.
6456         * gcov.c (options): Zero-terminate getopt_long array.
6457         * gcov-dump.c (options): Likewise.
6459         * Makefile.in (mips-tdump.o): Add dependency on version.h.
6461 2003-05-29  Stan Shebs  <shebs@apple.com>
6463         Remove OBJC_PROLOGUE everywhere.
6464         * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
6465         * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
6466         * config/d30v/d30v.h: Similarly.
6467         * config/ip2k/ip2k.h: Similarly.
6468         * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
6470 2003-05-29  Roger Sayle  <roger@eyesopen.com>
6472         * c-semantics.c (genrtl_do_stmt_1): New function split out from...
6473         (gen_rtl_do_stmt): ... here.  Call genrtl_do_stmt_1.
6474         (expand_unreachable_stmt): Expand unreachable while statements
6475         using genrtl_do_stmt_1.
6477 2003-05-29  Richard Sandiford  <rsandifo@redhat.com>
6479         * config/mips/mips-protos.h (mips_output_load_label): Declare.
6480         * config/mips/mips.c (mips_output_load_label): New function.
6481         (mips_output_conditional_branch): Use it.
6482         * config/mips/mips.md (jump): And here.
6484 2003-05-28  Bob Wilson  <bob.wilson@acm.org>
6486         * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
6487         (xtensa_split_operand_pair): New proto.
6488         * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
6489         (smalloffset_double_mem_p): Delete.
6490         (gen_float_relational, printx, print_operand, xtensa_va_arg):
6491         Fix whitespace.
6492         (xtensa_split_operand_pair): New.
6493         (xtensa_dbx_register_number): Fix formatting.
6494         * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
6495         * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
6496         instead of splitting them into single-word moves.  Remove unnecessary
6497         checks for reload_in_progress and reload_completed.
6498         (movdi_internal, movdf_internal): Change to post-reload split patterns.
6499         Add constraints to allow constant operands.
6500         (movsf_internal): Allow CONST_INT operands.
6502 2003-05-27  Danny Smith   <dannysmith@users.sourceforge.net>
6504         * config.gcc (i[34567]86-*-mingw32*): Add host makefile
6505         fragment i386/x-mingw32.
6506         * config/i386/x-mingw32: New file. Make local_includedir
6507         relative to EXEC_PREFIX.
6509 2003-05-27  Aaron W. LaFramboise  <awlaframboise@aol.com>
6511         * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
6512         (MD_STARTFILE_PREFIX): Define.
6514 2003-05-27  Denis Chertykov  <denisc@overta.ru>
6516         * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
6517         VOIDmode.
6518         * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
6519         call of cselib_invalidate_regno.
6521 2003-05-28  Daniel Jacobowitz  <drow@mvista.com>
6523         * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
6524         -lthread to -lpthread.
6526 2003-05-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
6527             Bruce Korb  <bkorb@gnu.org>
6528             Arno Klaassen  <arno@heho.snv.jussieu.fr>
6530         * fixinc/inclhack.def: Add missing declaration of getpagesize()
6531         to unistd.h on Solaris 2.5.1.
6532         Fix prototype of recv() and send() in sys/socket.h on
6533         Solaris 2.5.1 and 2.6.
6534         * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
6535         * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
6536         * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
6537         * fixinc/fixincl.x: Regenerate.
6539 2003-05-27  Jason Merrill  <jason@redhat.com>
6541         * tree.c (expr_first, expr_length): New fns.
6542         * tree.h: Declare them.
6544         * tree.c (iterative_hash_expr): Hash commutative expressions
6545         consistently.
6547 2003-05-27  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6549         * tree.h (contains_placeholder_p): Now returns bool.
6550         (CONTAINS_PLACEHOLDER_P): New macro.
6551         (type_contains_placeholder_p): New function.
6552         * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
6553         (contains_placeholder_p): Now returns bool.
6554         Rework to use CONTAINS_PLACEHOLDER_P macro.
6555         (type_contains_placeholder_p): New function.
6556         * fold-const.c (fold, case COMPONENT_REF): Don't fold if
6557         type_contains_placeholder_p.
6558         (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
6559         Use CONTAINS_PLACEHOLDER_P macro.
6560         * builtins.c (fold_builtin): Likewise.
6561         * calls.c (initialize_argument_information): Likewise.
6562         * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6563         * explow.c (expr_size): Likewise.
6564         * expr.c (store_constructor, get_inner_reference): Likewise.
6565         * function.c (assign_parms): Likewise.
6566         * stor-layout.c (variable_size): Likewise.
6568 2003-05-25  Gabriel Dos Reis <gdr@integrable-solutions.net>
6570         * diagnostic.h (output_verbatim, verbatim):  Remove  printf
6571         attribute.
6573 2003-05-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6575         * doc/contrib.texi (Contributors): Update Kean Johnston.
6577 2003-05-24  David Edelsohn  <edelsohn@gnu.org>
6579         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
6581 2003-05-24  Nathanael Nerode  <neroden@gcc.gnu.org>
6583         * config/rs6000/440.md, config/stormy16/stormy16protos.h,
6584         config/stormy16/stormy16.c, config/stormy16/stormy16.md:
6585         Replace "GNU CC" with "GCC".
6587 2003-05-24  Matt Kraai  <kraai@alumni.cmu.edu>
6589         * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
6590         intermediate computation.
6592 2003-05-23  Eric Christopher  <echristo@redhat.com>
6594         * config/mips/mips.md (clzsi, clzdi): New patterns.
6596 2003-05-23  Geoffrey Keating  <geoffk@apple.com>
6598         * gcc.c (default_compilers): Use -o to specify preprocessor's output
6599         file.  Make -no-integrated-cpp work when building PCH files.
6600         * objc/lang-specs.h: Likewise.
6602 2003-05-23  Nathanael Nerode  <neroden@gcc.gnu.org>
6604         * fixinc/Makefile.in: Correct description.
6605         * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
6606         fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
6607         fixinc/genfixes: Replace "GNU CC" with "GCC".
6609 2003-05-23  Roger Sayle  <roger@eyesopen.com>
6611         * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
6612         builtin functions (and their __builtin_* variants).
6613         * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
6614         (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
6615         optimizing.
6617         * doc/extend.texi: Document new tan and atan builtins, and
6618         their float and long double variants.
6620 2003-05-23  Jason Thorpe  <thorpej@wasabisystems.com>
6622         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
6623         __sparcv9 in the TARGET_ARCH64 case.
6625 Fri May 23 22:17:32 CEST 2003  Jan Hubicka  <jh@suse.cz>
6627         * i386.c (ix86_reorg): Calls are also jumps.
6629 2003-05-23  J"orn Rennecke <joern.rennecke@superh.com>
6631         * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
6632         note containing an EXPR_LIST, process all the arguments.
6634 Fri May 23 21:19:31 CEST 2003  Jan Hubicka  <jh@suse.cz>
6635                                Andreas Jaeger  <aj@suse.de>
6637         * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
6638         do not use assertion.
6640 2003-05-23  Mike Stump  <mrs@apple.com>
6642         * tlink.c (scan_linker_output): Add support for darwin linker, as it
6643         emits unresolved symbols one per line, consuming the entire line.
6645 2003-05-23  Larin Hennessy <larin@science.oregonstate.edu>
6646             Zack Weinberg <zack@codesourcery.com>
6648         * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
6649         * config/m68k/m68k.c (m68k_output_function_prologue):
6650         Remove code under #if NEED_PROBE.
6651         * config/m68k/m68k.h: Don't define NEED_PROBE.
6652         * config/m68k/m68k.md: Remove "probe" insn.
6653         * doc/md.texi: Remove documentation of "probe" pattern.
6655 2003-05-23  Dorit Naishlos  <gcchaifa@il.ibm.com>
6657         * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
6659 2003-05-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
6661         * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
6662         Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
6664 2003-05-22  Roger Sayle  <roger@eyesopen.com>
6666         * real.c (real_maxval): New function to return the largest finite
6667         value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
6668         * real.h (real_maxval): Prototype here.
6669         * fold-const.c (fold_inf_compare): Transform comparisons against
6670         +-Infinity into comparisons against DBL_MAX (or equivalent).
6672 2003-05-22  Mike Stump  <mrs@apple.com>
6674         * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
6675         default.
6677 2003-05-22  DJ Delorie  <dj@redhat.com>
6679         * calls.c (expand_call): If the arg block is going to grow
6680         downward, we need argblock to point to the top of the block,
6681         not the bottom.
6683 2003-05-22  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6685         * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
6687         * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
6688         constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
6690 2003-05-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6692         * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
6693         * m68k.c: Likewise.
6694         * m68k.h: Likewise.
6696 2003-05-22  Zack Weinberg  <zack@codesourcery.com>
6698         PR other/2873
6699         * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
6700         expressions to prevent triggering on recent curses.h,
6701         linux/nls.h, or X11/Xlib.h.
6702         (stdio_va_list): Add _G_va_list to bypass pattern.
6703         (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
6704         * fixinc/fixincl.x: Regenerate.
6706 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
6708         * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
6709         switches when --target-help option is specified.
6711 2003-05-22  Eric Botcazou  <ebotcazou@libertysurf.fr>
6713         PR bootstrap/10805
6714         * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
6715         failure with Sun assembler 5.0 Alpha 03/27/98.
6717 2003-05-21  Loren James Rittle  <ljrittle@acm.org>
6719         * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
6720         to match system compiler convention.
6722 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
6724         * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
6725         value, not just if defined.
6726         Update copyright year.
6728 2003-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6730         PR target/6428
6731         * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
6732         directories from LIB_SPEC to LINK_SPEC.  Emit warning if `-p' or `-pg'
6733         option is used without `-static'.
6734         * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
6735         * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
6737 2003-05-21  Bob Wilson  <bob.wilson@acm.org>
6739         * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
6740         TARGET_SERIALIZE_VOLATILE): Delete.
6741         (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
6742         (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
6743         (TARGET_SWITCHES): Remove "-mserialize-volatile" and
6744         "-mno-serialize-volatile".
6745         * config/xtensa/xtensa.c (print_operand): Remove checks of
6746         TARGET_SERIALIZE_VOLATILE.
6747         * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
6748         * doc/invoke.texi (Option Summary, Xtensa Options): Remove
6749         "-mserialize-volatile" and "-mno-serialize-volatile" options.
6751 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
6753         * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
6754         (nested_function): Likewise.
6755         (notype_nested_function): Likewise.
6757 2003-05-21  Nick Clifton  <nickc@redhat.com>
6759         * config/stormy16/stormy-abi: Update overflow type for
6760         R_XSTORMY16_16 reloc.
6762 2003-05-21  Nathan Sidwell  <nathan@codesourcery.com>
6764         * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
6765         * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
6766         (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
6767         * print-tree.c (print_node): Remove ambient-boundedness.
6768         * tree.h (tree_common): Remove bounded_flag.
6769         (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
6770         BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6771         MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6772         TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6773         TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
6774         Remove.
6775         (TYPE_QUALS): Remove BOUNDED.
6776         (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
6777         (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6778         TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6779         TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
6780         VA_LIST_POINTER_DEPTH): Remove.
6781         (struct tree_type): Remove pointer_depth.
6783 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6785         * c-pretty-print.c (pp_c_integer_literal): Use
6786         HOST_WIDE_INT_PRINT_DOUBLE_HEX.
6788 2003-05-20  Roger Sayle  <roger@eyesopen.com>
6789             Kazu Hirata  <kazu@cs.umass.edu>
6790             Joern Rennecke  <joern.rennecke@superh.com>
6792         * gcse.c (cprop_jump):  Make use of REG_EQUAL notes on both
6793         setcc and jump, if they exist.  If substituted instruction
6794         fails to validate, store current effort in a REG_EQUAL note.
6795         (cprop_insn): Don't attempt further substitutions if the
6796         current instruction has been deleted.
6797         (local_cprop_pass): Likewise.
6799         * jump.c (redirect_jump):  Also update REG_EQUAL note, if
6800         one is attached to the jump instruction.
6801         (invert_jump): Delete REG_EQUAL note on jump, if one exists.
6803 2003-05-21  Danny Smith  <dannysmith@users.sourceforge.net>
6805         PR c++/9738
6806         * config/i386/winnt.c (i386_pe_encode_section_info): Enable
6807         even if not first.
6809 2003-05-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6811         * genautomata.c (output_description, output_automaton_units,
6812         output_state_arcs): Add missing specifiers.
6814 2003-05-20  Bob Wilson  <bob.wilson@acm.org>
6816         * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
6817         (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
6818         (__mulsi3): Use do_addx* instead of ADDX* instructions.  Formatting.
6819         (nsau): Rename to do_nsau.  Provide alternate version for use when
6820         the NSAU instruction is available.
6821         (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
6822         (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
6823         * config/xtensa/xtensa-config.h: Update comments to match binutils.
6824         (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
6825         * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
6826         (TARGET_ABS, TARGET_ADDX): Define.
6827         (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
6828         (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
6829         * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
6830         *subx8): Set predicate condition to TARGET_ADDX.
6831         (abssi2): Set predicate condition to TARGET_ABS.
6832         * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
6833         "-maddx", and "-mno-addx" options.
6834         (Xtensa Options): Likewise.  Also tag some opcode names with @code.
6836 2003-05-20  Kevin Ryde <user42@zip.com.au>
6837             Wolfgang Bangerth <bangerth@dealii.org>
6839         PR/10355
6840         * doc/extend.texi: Put a warning into the documentation
6841         of attribute regparm.
6843 2003-05-20  Jason Merrill  <jason@redhat.com>
6845         * tree.c (expr_last): New fn.
6846         * tree.h: Declare it.
6847         * objc/objc-act (expr_last): Rename to objc_expr_last.
6849 2003-05-20  J"orn Rennecke <joern.rennecke@superh.com>
6851         * sh.c (sh_register_move_cost): Add clase for moving between
6852         FP registers and MAC registers.
6854 2003-05-19  John David Anglin  <dave.anglin@nrc-gnrc.gc.ca>
6856         * pa/milli64.S ($$mulI): Fix typo.
6858 2003-05-19  Matt Kraai  <kraai@alumni.cmu.edu>
6860         * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
6861         (nonlocal_set_p): Remove initial blank line.
6862         * dwarf2out.c (simple_type_size_in_bits): Likewise.
6863         * et-forest.c (et_forest_create): Likewise.
6864         * explow.c (stabilize): Likewise.
6865         * fix-header.c (write_lbrac): Likewise.
6866         * graph.c (start_fct, node_data): Likewise.
6867         * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
6868         * rtlanal.c (global_reg_mentioned_p): Likewise.
6869         * tree.c (bit_position): Likewise.
6871 2003-05-19  Alexandre Oliva  <aoliva@redhat.com>
6873         * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
6874         -lthread to -lpthread.
6876 2003-05-19  Neil Booth  <neil@daikokuya.co.uk>
6878         * c-opts.c (c_common_decode_option): Don't accept dollars
6879         as identifier characters in assembly.
6880         * doc/cpp.texi: Document this.
6882 2003-05-19  Seth Arnold  <sarnold@wirex.com>
6883             Aldy Hernandez  <aldyh@redhat.com>
6885         * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
6886         vrsave_size twice.
6888 2003-05-19  Aldy Hernandez  <aldyh@redhat.com>
6890         * doc/tm.texi (function_arg): Fix typo.
6892 2003-05-19  Matt Austern  <austern@apple.com>
6894         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
6895         * c-common.h (warn_invalid_offsetof): Declare.
6896         * c-common.c (warn_invalid_offsetof): Define.
6897         * doc/invoke.texi: Document -Winvalid-offsetof.
6898         * testsuite/g++.dg/other/offsetof3.C: New.
6899         * testsuite/g++.dg/other/offsetof4.C: New.
6901 2003-05-19  Kevin B. Hendricks  <kevin.hendricks@sympatico.ca>
6902             David Edelsohn  <edelsohn@gnu.org>
6904         * config/rs6000/rs6000.c (rs6000_alignment_string,
6905         rs6000_alignment_flags): New variables.
6906         (rs6000_parse_alignment_option): New function.
6907         (rs6000_override_options): Call it.
6908         * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
6909         (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
6910         macros.
6911         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
6912         natural alignment if TARGET_NATURAL_ALIGNMENT
6913         (ROUND_TYPE_ALIGN): Always use default record alignment if
6914         TAGET_NATURAL_ALIGNMENT.
6915         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
6916         (ROUND_TYPE_ALIGN): Same.
6917         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
6918         (ROUND_TYPE_ALIGN): Same.
6919         * doc/invoke.texi (Option Summary, PowerPC Options): Document
6920         new options.
6922 2003-05-19  J"orn Rennecke <joern.rennecke@superh.com>
6924         * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
6925         of a function using ASMSPEC, prepend a star.
6927 2003-05-19  Jason Merrill  <jason@redhat.com>
6929         * tree-inline.c (copy_body_r): Avoid generating &* during inline
6930         substitution.
6932 2003-05-19  Andrew Macleod  <amacleod@redhat.com>
6934         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
6935         not mark assignments to the hard frame pointer as being stack
6936         frame related.
6937         (xstormy16_expand_epilogue): Mark adjustments to the stack
6938         pointer as being stack frame related.
6940 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
6942         * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
6943         ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
6944         (PREDICATE_CODES): Add hilo_operand.
6945         * config/mips/mips.c (hilo_operand): New predicate.
6946         (mips_adjust_insn_length): Account for the number nops that might
6947         be needed to avoid hardware hazards.
6948         * config/mips/mips.md (dslot): Remove attribute.
6949         (hazard): New attribute.
6950         (can_delay): Use it.  Check for calls, branches & jumps.
6951         (muldi3): Use the standard dmult pattern for mips16 code.
6952         (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
6954 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
6956         * config/mips/mips-protos.h (final_prescan_insn,
6957         mips_count_memory_refs, mips_fill_delay_slot): Remove.
6958         * config/mips/mips.h (delay_type, dslots_load_total,
6959         dslots_load_filled, dslots_jump_total, dslots_jump_filled,
6960         dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
6961         mips_load_reg3, mips_load_reg4): Remove.
6962         (MASK_STATS): Remove.
6963         (MASK_EXPLICIT_RELOCS): Reuse its value.
6964         (TARGET_STATS): Remove.
6965         (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
6966         Warn that -mstats is now ignored.
6967         (FINAL_PRESCAN_INSN): Undefine.
6968         (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
6969         (ASM_OUTPUT_REG_POP): Likewise.
6970         * config/mips/mips.c (dslots_load_total, dslots_load_filled,
6971         dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
6972         mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
6973         mips_fill_delay_slot, mips_count_memory_refs,
6974         final_prescan_insn): Remove.
6975         (output_block_move): Remove calls to mips_count_memory_refs.
6976         (print_operand): Remove printing of #nop for TARGET_STATS.
6977         (mips_output_function_epilogue): Remove TARGET_STATS code.
6978         Reorganize setting of fnnmae.
6979         * config/mips/mips.md: Remove handling of dslot statistics
6980         throughout file.  Change all fcmp patterns into normal asm
6981         templates, removing calls to mips_fill_delay_slot.
6982         * doc/invoke.texi: Remove documentation of -mstats.
6984 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
6986         * config/mips/mips.c (mips_class_max_nregs): Return the number of
6987         words in the mode.
6989 2003-05-19  Richard Sandiford  <rsandifo@redhat.com>
6991         * config/mips/mips.c (override_options): Disable explicit
6992         relocs for old ABIs unless using gas.
6994 2003-05-18  Eric Christopher  <echristo@redhat.com>
6996         * config/mips/mips.h: Remove definition of g_switch_value.
6998 2003-05-18  Matt Kraai  <kraai@alumni.cmu.edu>
7000         * flags.h (g_switch_value): Change to an unsigned
7001         HOST_WIDE_INT.
7002         * toplev.c (g_switch_value): Likewise.
7004         * config/alpha/alpha.c (small_symbolic_operand): Remove
7005         g_switch_value cast.
7006         (alpha_in_small_data_p): Cast size to an unsigned
7007         HOST_WIDE_INT.
7009         * config/frv/frv.c (frv_in_small_data_p): Cast size to an
7010         unsigned HOST_WIDE_INT.
7011         * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
7012         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
7014         * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
7015         unsigned HOST_WIDE_INT.
7016         (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
7017         * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
7018         (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
7020         * config/rs6000/rs6000.c (rs6000_file_start): Use
7021         HOST_WIDE_INT_PRINT_UNSIGNED.
7022         (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
7023         (rs6000_elf_in_small_data_p): Cast size to unsigned
7024         HOST_WIDE_INT.
7025         * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
7026         Remove.
7027         (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
7028         g_switch_set.
7029         (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
7030         g_switch_value cast.
7032 2003-05-18  Roger Sayle  <roger@eyesopen.com>
7033             Zack Weinberg  <zack@codesourcery.com>
7035         PR middle-end/10472
7036         * builtins.c (expand_builtin_memcpy):  Call force_operand on
7037         expressions and use simplify_gen_binary to create the addition.
7039 2003-05-18  Andreas Schwab  <schwab@suse.de>
7041         * config/m68k/m68k.md: Use define_constants for unspec numbers.
7043 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7045         * config/sparc/sparc.h: Define sparc for now.
7047 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
7049         * config.gcc: Clear xm_file, md_file at the beginning of each pass.
7051         * config/stormy16/stormy16.h: Remove about 3000 lines of
7052         target-independent comments.  Update copyright notice.
7054         * doc/collect2.texi: GNU CC -> GCC.
7055         * doc/headerdirs.texi: GNU CC -> GCC.
7057 2003-05-18  Gabriel Dos Reis <gdr@integrable-solutions.net>
7059         * hashtable.h (struct ht_identifier): Add data member "hash_value".
7060         * hashtable.c (ht_lookup): Use it when searching, remember.
7061         (ht_expand): Do not recompute.
7062         * tree.h (IDENTIFIER_HASH_VALUE): New macro.
7064 2003-05-18  Nathan Sidwell  <nathan@codesourcery.com>
7066         * gcov-io.c (gcov_read_bytes): Fix fread thinko.
7068 2003-05-18  Neil Booth  <neil@daikokuya.co.uk>
7070         * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
7071         Default here.
7072         (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
7073         * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
7074         * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
7075         * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
7076         config/arm/linux-elf.h, config/arm/rtems-elf.h,
7077         config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
7078         config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
7079         config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
7080         config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
7081         config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
7082         config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
7083         config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
7084         config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
7085         config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
7086         config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
7087         config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
7088         Don't define __ELF__.
7089         * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
7090         Define __ELF__.
7091         * doc/cpp.texi: Document __ELF__.
7092         * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS.     *
7094 2003-05-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7096         * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
7097         always use stdarg.
7098         * c-errors.c (pedwarn_c99): Likewise.
7099         * c-format.c (status_warning): Likewise.
7100         * c-semantics.c (build_stmt): Likewise.
7101         * calls.c (emit_library_call, emit_library_call_value): Likewise.
7102         * collect2.c (notice, fatal_perror, fatal, error): Likewise.
7103         * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
7104         * diagnostic.c (build_message_string, output_printf,
7105         output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
7106         fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
7107         error_with_decl, fnotice): Likewise.
7108         * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
7109         dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
7110         dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
7111         dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
7112         dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
7113         dw2_asm_output_encoded_addr_rtx): Likewise.
7114         * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
7115         * errors.c (warning, error, fatal, internal_error): Likewise.
7116         * final.c (output_operand_lossage, asm_fprintf): Likewise.
7117         * fix-header.c (fatal): Likewise.
7118         * gcc.c (fatal, error, notice): Likewise.
7119         * gcov.c (fnotice): Likewise.
7120         * genattrtab.c (attr_rtx, attr_printf): Likewise.
7121         * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
7122         * gensupport.c (message_with_line): Likewise.
7123         * mips-tfile.c (fatal, error): Likewise.
7124         * protoize.c (notice): Likewise.
7125         * ra-debug.c (ra_debug_msg): Likewise.
7126         * read-rtl.c (fatal_with_file_and_line): Likewise.
7127         * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
7128         * tree.c (build, build_nt, build_function_type_list): Likewise.
7130 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7132         * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
7133         * gcc.c (cpp_predefines): Remove.
7134         (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
7135         (static_specs): Remove predefines.
7136         * system.h: Poison CPP_PREDEFINES.
7137         * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
7138         config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
7140 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7142         * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
7143         config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
7144         config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
7145         use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
7147 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7149         PR c/9209
7150         * c-common.c, c-common.h (dollars_in_ident): Remove.
7151         * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
7152         (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
7153         * cpphash.h (warned_dollar): Rename warn_dollars.
7154         * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
7155         Permit dollars regardless of -std=.
7156         (post_options): Set warn_dollars.
7157         * cpplex.c (forms_identifier_p): Use warn_dollars.
7158         * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
7159         Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
7160         * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
7161         Update documentation.
7163 2003-05-17  Andreas Schwab  <schwab@suse.de>
7165         * config/m68k/m68k.c (m68k_output_function_prologue): Use
7166         HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
7167         formatting a HOST_WIDE_INT.
7168         (m68k_output_function_epilogue): Likewise.
7170 2003-05-17  Zack Weinberg  <zack@codesourcery.com>
7172         * doc/install.texi: Remove information about desupported targets.
7174 2003-05-17  Andreas Schwab  <schwab@suse.de>
7176         * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
7177         * config/m68k/linux.h: Likewise.
7178         * config/m68k/m68k-none.h: Likewise.
7179         * config/m68k/netbsd-elf.h: Likewise.
7180         * config/m68k/sgs.h: Likewise.
7181         * config/m68k/m68k.h: Likewise.
7182         * config/m68k/m68k.md: Likewise.
7183         * config/m68k/m68k.c: Likewise.
7184         * doc/md.texi (Machine Constraints): Remove Sun FPA specific
7185         constraints.
7186         * doc/invoke.texi (Option Summary): Remove -mfpa.
7187         (M680x0 Options): Likewise.
7189 2003-05-17  David Edelsohn  <edelsohn@gnu.org>
7191         * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
7193 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7195         * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
7196         * config/sparc/liteelf.h, config/sparc/openbsd64.h,
7197         config/sparc/rtemself.h, config/sparc/sol2-64.h,
7198         config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
7199         Update for use of TARGET_SUB_OS_CPP_BUILTINS.
7201 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7203         * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
7204         TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
7206 2003-05-17  Neil Booth  <neil@daikokuya.co.uk>
7208         * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
7209         * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
7210         sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
7211         sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
7212         sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
7213         sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
7214         sparc/sysv4.h,
7215         * sparc/sysv4-only.h: New.
7217 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
7219         * function.c (assign_parms): Check for zero size args.
7221 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7223         * cfgloopanal.c (test_for_iteration): Use string concatentation on
7224         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7225         function calls into one.
7226         * dbxout.c (dbxout_symbol): Likewise.
7227         * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
7228         * dwarf2asm.c (dw2_asm_output_data_uleb128,
7229         dw2_asm_output_data_sleb128): Likewise.
7230         * genrecog.c (debug_decision_2): Likewise.
7231         * loop.c (emit_prefetch_instructions): Likewise.
7232         * print-rtl.c (print_rtx): Likewise.
7233         * print-tree.c (print_node_brief, print_node): Likewise.
7234         * ra-debug.c (dump_igraph, dump_graph_cost,
7235         dump_static_insn_cost): Likewise.
7236         * ra-rewrite.c (dump_cost): Likewise.
7237         * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7238         * sreal.c (dump_sreal): Likewise.
7239         * unroll.c (unroll_loop, precondition_loop_p): Likewise.
7240         * varasm.c (assemble_vtable_entry): Likewise.
7242         * avr.c (avr_output_function_prologue,
7243         avr_output_function_epilogue, print_operand): Fix format specifier
7244         warnings.
7245         (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
7246         * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
7248 2003-05-16  Geoffrey Keating  <geoffk@apple.com>
7250         * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
7251         and ! TARGET_STRING cases.
7253         * doc/cppopts.texi (-undef): Fix texinfo warning.
7255         * doc/cppopts.texi (-H): Document that -H works for PCH files too.
7256         * cppfiles.c (validate_pch): When -H is used, print some information
7257         about PCH files found.
7259 2003-05-16  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7261         * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
7262         * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
7263         * config/mips/t-sr71k: Likewise.
7265 2003-05-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7267         * arc.c (arc_output_function_prologue,
7268         arc_output_function_epilogue): Fix format specifier warnings.
7269         * arc.h (LARGE_INT): Fix signed/unsigned warnings.
7271         * v850.c (print_operand): Fix format specifier warnings.
7273         * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
7274         specifier warnings.
7276         * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
7277         format specifier warnings.
7279         * ip2k.c (function_prologue, function_epilogue, print_operand):
7280         Fix format specifier warnings.
7281         * ip2k.md: Likewise.
7283         * i960.c (i960_output_function_prologue, i960_print_operand,
7284         i960_print_operand_addr): Fix format specifier warnings.
7286         * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
7287         (i370_output_function_prologue): Fix format specifier warnings.
7288         * i370.h (PRINT_OPERAND): Likewise.
7290         * fr30.c (fr30_print_operand): Fix format specifier warnings.
7292         * dsp16xx.c (print_operand_address): Fix format specifier warning.
7293         * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
7295         * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
7296         specifier warnings.
7298         * alpha.c (print_operand_address, alpha_start_function,
7299         unicosmk_output_ssib): Use string concatentation on
7300         HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7301         function calls into one.
7302         * arm.c (arm_print_operand): Likewise.
7303         * cris.c (cris_asm_output_mi_thunk): Likewise.
7304         * frv.c (frv_asm_output_mi_thunk): Likewise.
7305         * ia64.c (ia64_print_operand, process_set): Likewise.
7306         * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
7307         Likewise.
7308         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
7309         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7310         * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
7311         * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
7312         * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
7313         * s390.c (s390_assemble_integer): Likewise.
7314         * sparc.c (sparc_flat_function_prologue,
7315         sparc_flat_function_epilogue): Likewise.
7316         * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
7317         * vax.c (vax_output_mi_thunk): Likewise.
7319         * frv.c (frv_print_operand_memory_reference): Fix format specifier
7320         warning.
7321         (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
7323         * m68k.c (m68k_output_function_epilogue): Fix format specifier
7324         warnings.
7326         * stormy16-protos.h (xs_hi_general_operand,
7327         xs_hi_nonmemory_operand): Prototype.
7328         * stormy16.c (xstormy16_output_shift): Fix format specifier
7329         warnings.
7331         * cris.c: Fix format specifier warnings.
7333 2003-05-16  Nick Clifton  <nickc@redhat.com>
7335         * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
7337 2003-05-16  Wolfgang Bangerth <bangerth@dealii.org>
7339         * doc/bugreport.texi: Remove most of the of the preface of the
7340         bugs section.
7342 2003-05-16  Jakub Jelinek  <jakub@redhat.com>
7344         * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
7345         .save XX, r0.
7347 2003-05-15  Roger Sayle  <roger@eyesopen.com>
7349         * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
7351 2003-05-15  Eric Christopher  <echristo@redhat.com>
7353         * cfgcleanup.c (merge_blocks): Fix return value.
7355 2003-05-15 Eric Christopher <echristo@redhat.com>
7357         * combine.c (expand_compound_operation): Make sure
7358         that zero_extend operation is profitable.
7360 2003-05-15  Richard Henderson  <rth@redhat.com>
7362         * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
7363         code protected by USE_GNULIBC_1.
7365 2003-05-15  Zack Weinberg  <zack@codesourcery.com>
7367         * config.gcc: Purge all targets obsoleted in GCC 3.3.  Also
7368         remove hppa*-*-mpeix* which could not be built, and prune
7369         files from tmake_file= or tm_file= lists that don't exist.
7371         * config/alpha/alpha-interix.h, config/alpha/alpha32.h
7372         * config/alpha/t-interix, config/arm/conix-elf.h
7373         * config/arm/t-arm-aout, config/arm/t-strongarm-coff
7374         * config/arm/unknown-elf-oabi.h, config/i386/win32.h
7375         * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
7376         * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
7377         * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
7378         * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
7379         * config/m68k/m68k-psos.h, config/m68k/mot3300.h
7380         * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
7381         * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
7382         * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
7383         * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
7384         * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
7385         * config/m68k/tower-as.h, config/m68k/tower.h
7386         * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
7387         * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
7388         * config/m88k/m88k-protos.h, config/m88k/m88k.c
7389         * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
7390         * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
7391         * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
7392         * config/mips/rtems64.h, config/mips/sni-gas.h
7393         * config/mips/sni-svr4.h, config/mips/t-ecoff
7394         * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
7395         * config/mn10200/mn10200.c, config/mn10200/mn10200.h
7396         * config/mn10200/mn10200.md, config/mn10200/t-mn10200
7397         * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
7398         * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
7399         * config/romp/romp-protos.h, config/romp/romp.c
7400         * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
7401         * config/rs6000/aix3newas.h, config/rs6000/mach.h
7402         * config/sparc/bsd.h, config/sparc/hal.h
7403         * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
7404         * config/sparc/lynx.h, config/sparc/netbsd.h
7405         * config/sparc/sp86x-aout.h, config/sparc/splet.h
7406         * config/sparc/sun4gas.h, config/sparc/sun4o3.h
7407         * config/sparc/sunos4.h, config/sparc/t-chorus-elf
7408         * config/sparc/t-halos, config/sparc/t-sparcbare
7409         * config/sparc/t-splet, config/sparc/t-sunos41
7410         * config/v850/rtems.h: Delete file.
7412 2003-05-15  Aldy Hernandez  <aldyh@redhat.com>
7414         * config/rs6000/rs6000-protos.h (function_value): Protoize.
7416         * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
7418         * config/rs6000/rs6000.c (rs6000_function_value): New.
7420 2003-05-15  Philip Blundell  <philb@gnu.org>
7422         * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
7423         All uses updated.
7424         (arm_tune_xscale): New variable.
7425         (arm_override_options): Set it.
7426         (arm_adjust_cost): Use it in place of arm_arch_xscale.
7427         (arm_gen_load_multiple): Likewise.
7428         (arm_gen_store_multiple): Likewise.
7429         * config/arm/arm.md (is_xscale): Likewise.
7430         * config/arm/arm.h (arm_tune_xscale): Declare.
7432 2003-05-15  Philip Blundell  <philb@gnu.org>
7434         PR target/10730
7435         * config/arm/arm.c (adjacent_mem_locations): Reject offsets
7436         involving invalid constants.
7438 2003-05-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7440         * pa.c (hppa_expand_prologue): Remove blockage.
7442 2003-05-15  Wolfgang Bangerth <bangerth@dealii.org>
7444         * doc/bugreport.texi: Remove most of the bug reporting
7445         instructions and merge them into bugs.html.
7447 2003-05-14  Matt Kraai  <kraai@alumni.cmu.edu>
7449         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
7450         g_switch_value to unsigned HOST_WIDE_INT.
7452 2003-05-14  Eric Christopher  <echristo@redhat.com>
7454         * combine.c: Fix header comments.
7455         (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
7456         to all calls and prototype.
7458 2003-05-14  Roger Sayle  <roger@eyesopen.com>
7460         PR optimization/10764
7461         * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
7462         Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
7463         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3):  Likewise,
7464         add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
7465         (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
7466         the corresponding *fyl2x_?fxf3 instructions.
7468 2003-05-14  Bob Wilson  <bob.wilson@acm.org>
7470         * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
7471         * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
7472         XCHAL_HAVE_L32R): New.
7473         * config/xtensa/xtensa-protos.h (non_const_move_operand,
7474         xtensa_load_constant, xtensa_function_prologue,
7475         xtensa_function_epilogue): Delete prototypes.
7476         (xtensa_expand_prologue): New.
7477         * config/xtensa/xtensa.c (frame_size_const,
7478         TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
7479         non_const_move_operand, xtensa_load_constant, xtensa_reorg,
7480         xtensa_function_prologue): Delete.
7481         (add_operand, xtensa_mem_offset): Formatting.
7482         (move_operand): If the const16 option is available, allow any SFmode
7483         and SImode constants.
7484         (xtensa_emit_move_sequence): Inline the former contents of
7485         xtensa_load_constant with modifications to handle the const16 option.
7486         (override_options): Add xtensa_char_to_class['W'] and set it to
7487         the general register class only if the const16 option is enabled.
7488         Fix formatting.  Disallow PIC when using the const16 option.
7489         (print_operand): Reorganize to switch on "letter" instead of the
7490         RTL code.  Add output_operand_lossage calls for invalid cases.
7491         Add support for 't' and 'b' letters.
7492         (xtensa_expand_prologue): New function to replace
7493         xtensa_function_prologue and xtensa_reorg.
7494         (xtensa_function_epilogue): Declare this as static.  Delete code
7495         to print the retw.n or retw instruction.
7496         (xtensa_return_addr): Use A0_REG instead of 0.
7497         (xtensa_rtx_costs): Add costs for using the const16 option.
7498         * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
7499         (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
7500         (TARGET_SWITCHES): Add "const16" and "no-const16".
7501         (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
7502         (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
7503         using the const16 option.
7504         (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
7505         (TRAMPOLINE_SIZE): Change from 49 to 59.
7506         (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
7507         (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
7508         when using the const16 option.
7509         (PREDICATE_CODES): Delete non_const_move_operand.
7510         * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
7511         UNSPECV_ENTRY.
7512         (movdi, movdf): If the source is a constant, always expand to a
7513         sequence of movsi insns.
7514         (movdi_internal, movdf_internal): Remove alternative using l32r insns.
7515         (movsi_internal, movsf_internal): Add alternative using const16 insns.
7516         (movsf): Add const16 support.
7517         (entry, prologue, epilogue): New.
7518         (set_frame_ptr): Add missing mode for unspec_volatile operation.
7519         Likewise for subsequent split pattern.
7520         * doc/invoke.texi (Option Summary, Xtensa Options): Document new
7521         "-mconst16" and "-mno-const16" options.
7523 2003-05-14  Richard Henderson  <rth@redhat.com>
7525         * config/ia64/ia64.c (ia64_expand_load_address): Force destination
7526         to be DImode register.  Merge load_symptr.
7527         * config/ia64/ia64.md (load_symptr): Remove.
7529 2003-05-14  Richard Henderson  <rth@redhat.com>
7531         * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
7532         DEFERRED_CONSTANT_P.
7533         * integrate.c (copy_rtx_and_substitute): Update use.
7534         * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
7535         to the copy generated.
7536         (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
7537         of the constant to see if we should emit.
7538         (mark_constant): Similarly.
7539         (output_constant_def_contents): Set TREE_ASM_WRITTEN.
7541 2003-05-14  David Edelsohn  <edelsohn@gnu.org>
7543         * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
7544         move record condition.
7545         (movdi_internal2): Same.
7547 2003-05-14  Nathan Sidwell  <nathan@codesourcery.com>
7549         * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
7550         (GCOV_TAG_*) Force type to gcov_unsigned_t.
7551         (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
7552         (struct gcov_var): Remove modified. Add start, length, offset,
7553         overread. Have buffer array for libgcov.
7554         (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
7555         (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
7556         * gcov-io.c (gcov_open): Set mode, do not read anything.
7557         (gcov_close): Write final block.
7558          (gcov_write_block, gcov_allocate): New.
7559         (gcov_write_bytes): Make static. Write or allocate buffer.
7560         (gcov_write_unsigned, gcov_write_counter): Buffer can never be
7561         null.
7562         (gcov_write_string): Adjust.
7563         (gcov_write_tag)
7564         (gcov_write_length): Adjust. Flush the block.
7565         (gcov_write_tag_length): Buffer can never be null.
7566         (gcov_read_bytes): Make static. Read in block.
7567         (gcov_sync): Moved here. Adjust.
7568         (gcov_seek): Moved here. Adjust.
7569         * coverage.c (read_counts_file): Adjust.
7570         * gcov-dump.c (print_prefix): Add position parameter.
7571         (flag_dump_positions): New flag.
7572         (options, main, print_usage): Add it.
7573         (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
7574         tag_summary): Adjust.
7575         * gcov.c (read_graph_file, read_count_file): Adjust.
7576         * libgcov.c (gcov_exit): Adjust.
7578         * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
7579         (libgcov.a): Depend on libgcc.a.
7580         (gcov.o, gcov-dump.o): Add gcov-io.c.
7581         * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
7583         * loop.c (check_dbra_loop): Factor common test.
7585 2003-05-14  Ben Elliston  <bje@wasabisystems.com>
7587         * doc/md.texi (Automaton pipeline description): Grammar fixes.
7589 2003-05-14  Richard Sandiford  <rsandifo@redhat.com>
7591         * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
7592         (TARGET_INITIALIZER): Include it.
7593         * target.h (struct gcc_target): Add machine_dependent_reorg field.
7594         * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
7595         * system.h: Poison MACHINE_DEPENDENT_REORG.
7597         * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
7598         * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
7599         * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7600         (alpha_handle_trap_shadows): Remove "first insn" parameter.
7601         (alpha_align_insns): Likewise.
7602         (alpha_reorg): Likewise.  Make static.  Update calls to above
7603         functions.
7605         * config/arm/arm-protos.h (arm_reorg): Remove declaration.
7606         * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
7607         * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7608         (arm_reorg): Remove parameter.  Make static.
7610         * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
7611         * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
7612         * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7613         (avr_reorg): Renamed from machine_dependent_reorg.  Make static.
7614         Remove parameter.
7616         * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
7617         * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
7618         * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7619         (c4x_reorg): Renamed from c4x_process_after_reload.  Make static.
7620         Remove parameter.
7622         * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
7623         * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
7624         * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
7626         * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
7627         * config/frv/frv.c: Remove orphaned comment.
7629         * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
7630         * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
7631         * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7632         (ix86_reorg): Renamed from x86_machine_dependent_reorg.  Make static.
7633         Remove parameter.
7635         * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
7636         * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
7637         * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7638         (emit_insn_group_barriers): Remove "first insn" parameter.
7639         (emit_all_insn_group_barriers): Likewise.
7640         (ia64_reorg): Likewise.  Make static.  Update calls to above functions.
7641         (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
7643         * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
7644         * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
7645         * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7646         (ip2k_reorg): Renamed from machine_dependent_reorg.  Make static.
7647         Remove parameter.
7649         * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
7650         * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
7651         * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7652         (m68hc11_reorg): Make static.  Remove parameter.
7654         * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
7655         * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
7656         * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7657         (conditionalize_optimization): Remove parameter.
7658         (mcore_reorg): Renamed from mcore_dependent_reorg.  Remove parameter.
7659         Make static.  Update call to conditionalize_optimization.
7661         * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
7662         * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
7663         * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7664         (mips_reorg): Renamed from machine_dependent_reorg.  Remove parameter.
7665         Make static.
7667         * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
7668         * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
7669         * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7670         (mmix_reorg): Renamed from mmix_machine_dependent_reorg.  Make static.
7671         Remove parameter.
7673         * config/pa/pa-protos.h (pa_reorg): Remove declaration.
7674         * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
7675         * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7676         (pa_combine_instructions): Remove "first insn" parameter.
7677         (remove_useless_addtr_insns): Likewise.
7678         (pa_reorg): Likewise.  Make static.  Update calls to above functions.
7680         * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
7681         commented-out definition.
7683         * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
7684         * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
7685         * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7686         (s390_reorg): Renamed from s390_machine_dependent_reorg.  Make static.
7687         Remove parameter.
7689         * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
7690         * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
7691         * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7692         (sh_reorg): Renamed from machine_dependent_reorg.  Make static.
7693         Remove parameter.
7694         (sh_output_mi_thunk): Call sh_reorg directly.
7695         * config/sh/sh.md: Update comment.
7697         * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
7698         commented-out definition.
7700         * config/v850/v850-protos.h (v850_reorg): Remove declaration.
7701         * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
7702         * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7703         (v850_reorg): Make static.  Remove parameter.
7705         * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
7706         * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
7707         * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7708         (xtensa_reorg): Make static.  Remove parameter.
7710         * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
7711         (TARGET_MACHINE_DEPENDENT_REORG): Document.
7713 2003-05-13  Richard Henderson  <rth@redhat.com>
7715         * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
7716         the old decl had instantiated DECL_RTL.
7718 2003-05-13  Mike Stump  <mrs@apple.com>
7720         * doc/invoke.texi (Option Summary): Kill off documentation for -$.
7722 2003-05-13  Janis Johnson  <janis187@us.ibm.com>
7724         * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
7725         HOST_WIDE_INT argument.
7727 2003-05-13  Jason Merrill  <jason@redhat.com>
7729         * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
7731         * tree.c (iterative_hash_expr): New fn.
7733         * c-semantics.c (emit_local_var): Don't mess with temp slots if
7734         there's no initializer.
7736 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
7738         * final.c (final_scan_insn): Apply the effects of frame-related
7739         delay slot insns before emitting a delayed branch.
7741 2003-05-13  Nick Clifton  <nickc@redhat.com>
7743         * config/mcore/mcore.md (jump): Use emit_jump_insn.
7745 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
7747         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
7748         parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
7750 2003-05-12  DJ Delorie  <dj@redhat.com>
7752         * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
7753         (emit_push_insn): Don't use push when the source alignment is less
7754         than the stack's push rounding.
7756 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
7758         * diagnostic.c (output_format): Add support for %m.
7759         (output_printf, output_verbatim, diagnostic_set_info,
7760         verbatim): Set err_no field of the text_info structure being
7761         initialized.
7762         (fatal_io_error): Delete function.
7763         * diagnostic.h (text_info): Add err_no field.
7764         * toplev.h (fatal_io_error): Delete prototype.
7766         * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
7767         * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
7768         * objc/objc-act.c: Replace all calls to fatal_io_error with
7769         calls to fatal_error; add ": %m" to the end of all the affected
7770         error messages.
7772 2003-05-13  Zack Weinberg  <zack@codesourcery.com>
7774         * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
7775         * rtl.h: Prototype it.
7776         * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
7777         when appropriate.
7779 2003-05-13  Ulrich Weigand  <uweigand@de.ibm.com>
7781         * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
7782         ("*iorsi3_oi"): Likewise.
7784 2003-05-13  Richard Earnshaw  <rearnsha@arm.com>
7786         * arm.md (compare_scc): Use shorter sequence for EQ case.
7787         (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
7788         (and_scc_scc): Ensure split only applies when there is a dominance
7789         of the comparisons.
7790         (and_scc_scc_nodom): New insn-and-split pattern.
7792 2003-05-13  Richard Sandiford  <rsandifo@redhat.com>
7794         * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
7795         to _Unwind_SetGRPtr().
7797 2003-05-13  Michael Eager <eager@mvista.com>
7799         * Makefile.in: Initialize program_transform_cross_name from
7800         @program_transform_name@ instead of target_alias.
7802 2003-05-12  Janis Johnson  <janis187@us.ibm.com>
7803             Alan Modra  <amodra@bigpond.net.au>
7804             Jakub Jelinek  <jakub@redhat.com>
7806         * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
7807         * configure: Rebuild.
7808         * config/rs6000/rs6000-protos.h: Update.
7809         * config/rs6000/rs6000.c (rs6000_tls_size): New.
7810         (rs6000_tls_size_string): New.
7811         (rs6000_parse_tls_size_option): New.
7812         (rs6000_legitimize_tls_address): New.
7813         (rs6000_tls_get_addr): New.
7814         (rs6000_got_sym): New.
7815         (rs6000_tls_symbol_ref): New.
7816         (rs6000_tls_symbol_ref_1): New.
7817         (rs6000_get_some_local_dynamic_name): New.
7818         (rs6000_get_some_local_dynamic_name_1): New.
7819         (TARGET_HAVE_TLS): New.
7820         (TARGET_CANNOT_FORCE_CONST_MEM): New.
7821         (rs6000_override_options): Handle -mtls-size option.
7822         (constant_pool_expr_1): Handle TLS symbols.
7823         (rs6000_legitimize_address): Handle TLS symbols.
7824         (rs6000_tls_referenced_p): New.
7825         (rs6000_legitimate_address): Handle TLS symbols.
7826         (rs6000_emit_move): Handle TLS symbols.
7827         (print_operand): Handle TLS symbols.
7828         (uses_TOC): Handle TLS symbols.
7829         (rs6000_emit_prologue): Use symbol for unspec constant.
7830         * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
7831         (some_ld_name): New.
7832         (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
7833         (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
7834         (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
7835         * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
7836         Support TLS.
7837         (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
7838         tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
7839         tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
7840         tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
7841         tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
7842         tls_tls_64): New.
7843         * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
7845 2003-05-12  Neil Booth  <neil@cat.daikokuya.co.uk>
7847         * Makefile.in (stage2_build, stage3_build, stage4_build):
7848         Set BUILD_CC to the same as CC.
7850 2003-05-12  Neil Booth  <neil@daikokuya.co.uk>
7852         * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
7854 2003-05-12  Andreas Schwab  <schwab@suse.de>
7856         * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
7857         as unused.
7858         (bundling): Initialize 'pos'.
7859         (ia64_expand_builtin): Initialize 'rmode'.
7861 2003-05-12  David Edelsohn  <edelsohn@gnu.org>
7863         * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
7864         (ASM_OUTPUT_ALIGNED_COMMON): Same.
7865         (ASM_OUTPUT_LOCAL): Same.
7867 Mon May 12 21:53:29 CEST 2003  Jan Hubicka  <jh@suse.cz>
7869         * varasm.c (output_constant):  Fix underflow.
7871 2003-05-12  Mark Mitchell  <mark@codesourcery.com>
7873         PR other/10745
7874         * configure.in: Correct detection of GNU ld version number.
7875         * configure: Regenerated.
7877 2003-05-12  Zack Weinberg  <zack@codesourcery.com>
7879         * diagnostic.c (diagnostic_for_decl): Take a
7880         diagnostic_context argument.  Restructure to be consistent
7881         with diagnostic_report_diagnostic.
7882         (diagnostic_count_diagnostic): Now static.  Take a
7883         diagnostic_info argument, not just a diagnostic_t.  Some code
7884         moved here from internal_error.  Move a case label for
7885         clarity.
7886         (diagnostic_action_after_output): New function.  Code moved
7887         here from internal_error and fatal_error.
7888         (bug_report_request): New #define so that this text appears in
7889         only one place.
7890         (diagnostic_report_diagnostic): Update to match changes to
7891         diagnostic_count_diagnostic.  Call diagnostic_action_after_output.
7892         (diagnostic_set_info): Call gettext here.
7894         (pedwarn): Update comment.  Don't call gettext here.
7895         (sorry): Use report_diagnostic.  Don't call gettext here.
7896         (fatal_error): Remove final fnotice and exit, but call
7897         real_abort to prevent warnings about noreturn function returning.
7898         (internal_error): Likewise.  Don't do ICE suppression here nor
7899         call context->internal_error.
7900         (warning_with_decl): Suppress for decls in system headers.
7901         Adjust call to diagnostic_for_decl.
7902         (pedwarn_with_decl): Likewise.
7903         (error_with_decl): Adjust call to diagnostic_for_decl.
7904         (error_recursion): Use bug_report_request.
7906         * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
7907         * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
7908         diagnostic_count_diagnostic.
7910 2003-05-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7912         * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
7914 Mon May 12 15:57:54 CEST 2003  Jan Hubicka  <jh@suse.cz>
7916         * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
7917         * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
7918         * mips/mips.h (ASM_OUTPUT_SKIP):  Fix typo in the previous patch.
7920 2003-05-12  Roger Sayle  <roger@eyesopen.com>
7922         * doc/rtl.texi: Document zero_extract as a valid destination
7923         of a set insn.
7925 2003-05-12  Richard Earnshaw  <rearnsha@arm.com>
7927         * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
7928         '.'.  Change all local symbol definitions and references to use LSYM.
7930 Mon May 12 11:32:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
7932         * expr.h (assemble_static_space): Update prototype.
7933         * output.h (assemble_zeros, output_constant): Likewise.
7934         * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
7935         * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
7936         it 64bit clean.
7937         * elf.h (ASM_OTUPUT_SKIP): Likewise.
7938         * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
7939         * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7940         Expect HOST_WIDE_INT operand.
7941         * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7942         Expect HOST_WIDE_INT operand.
7943         * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7944         Expect HOST_WIDE_INT operand.
7945         * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
7946         HOST_WIDE_INT operand.
7947         * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
7948         ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
7949         * aout.h (ASM_OTUPUT_SKIP): Likewise.
7950         * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
7951         * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
7952         * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
7953         * frv.h (ASM_OTUPUT_SKIP): Likewise.
7954         * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
7955         * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7956         Make it 64bit
7957         clean.
7958         * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
7959         * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7960         Make it 64bit clean.
7961         * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
7962         * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
7963         HOST_WIDE_INT operand
7964         * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7965         Expect HOST_WIDE_INT operand
7966         * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
7967         * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
7968         ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
7969         * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7970         Likewise.
7971         * m32r.h (ASM_OUTPUT_COMMON): Likewise.
7972         * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7973         Likewise.
7974         * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
7975         * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
7976         * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7977         ASM_OUTPUT_SKIP): Likewise.
7978         * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7979         Likewise.
7980         * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7981         ASM_OUTPUT_SKIP): Likewise.
7982         * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7983         ASM_OUTPUT_SKIP): Likewise.
7984         * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
7985         * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
7986         ASM_OUTPUT_SKIP): Likewise.
7987         * sgs.h (ASM_OUTPUT_SKIP): Likewise.
7988         * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
7989         ASM_OUTPUT_SKIP): Likewise.
7990         * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
7991         Likewise.
7992         * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
7993         * iris.h (ASM_OUTPUT_LOCAL): Likewise.
7994         * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
7995         * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7996         ASM_OUTPUT_SKIP): Make it 64bit clean.
7997         * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
7998         Make it 64bit clean.
7999         * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
8000         ASM_OUTPUT_SKIP): Make it 64bit clean.
8001         * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
8002         64bit clean.
8003         * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8004         HOST_WIDE_INT argument
8005         * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
8006         * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
8007         HOST_WIDE_INT argument
8008         * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8009         * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
8010         * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
8011         * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
8012         HOST_WIDE_INT argument
8013         * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8014         * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
8015         * varasm.c (asm_output_bss, asm_output_aligned_bss,
8016         asm_emit_uninitialized, assemble_zeros, assemble_static_space):
8017         HOST_WIDE_INT argument
8019 2003-05-10  Steven Bosscher  <steven@gcc.gnu.org>
8021         * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
8022         favor of walk_tree_without_duplicates.  Add comments.
8024 2003-05-12  Josef Zlomek  <zlomekj@suse.cz>
8026         * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
8027         (struct alloc_pool_def): New element 'id'.
8028         * alloc-pool.c (fancy_abort): Extern function prototype.
8029         (abort): Macro which uses fancy_abort.
8030         (struct allocation_object_def): New structure.
8031         (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
8032         (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
8033         (last_id): New variable.
8034         (create_alloc_pool): Add the offset of u.data to size of element,
8035         increase and use last_id.
8036         (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
8037         (pool_alloc): Likewise. Set ID for elements.
8038         (pool_free): Check whether the PTR was allocated from POOL.
8040 2003-05-11  Richard Henderson  <rth@redhat.com>
8042         PR c/10675
8043         * c-decl.c: Include hashtab.h.
8044         (detect_field_duplicates): New.
8045         (finish_struct): Use it.
8046         * Makefile.in (c-decl.o): Update.
8047         * c-parse.in (structsp_attr): Nreverse component_decl_list results.
8048         (component_decl_list, component_decl_list2,
8049         components, components_notype): Build list in reverse order.
8050         (enumlist): Clarify docs.  Use TREE_CHAIN not chainon.
8052         * tree.c (chainon): Special case op2 null as well.
8053         Reorg for clarity.
8055 2003-05-11  Roger Sayle  <roger@eyesopen.com>
8057         * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
8058         to implement log, logf and logl built-ins as inline x87 intrinsics.
8059         (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
8060         (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
8061         patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
8063         * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
8064         UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
8066 2003-05-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8068         * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
8070         * sparc.c (print_operand): Fix uninitialized warning.
8072 2003-05-12  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8074         * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
8075         real insns.
8076         * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
8077         condition.
8079 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8081         * doc/cpp.texi: Fix typos.
8083 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8085         * config/s390/s390.c (s390_function_arg_float): New function.
8086         (s390_function_arg_pass_by_reference): Use it.
8087         (s390_function_arg_advance): Likewise.
8088         (s390_function_arg): Likewise.
8089         (s390_va_arg): Likewise
8091 2003-05-11  Nathan Sidwell  <nathan@codesourcery.com>
8093         * coverage.h (coverage_counter_alloc): New function.
8094         * function.h (struct function): Remove arc_profile flag.
8095         * coverage.c (fn_ident): Remove.
8096         (fn_b_ctrs, no_coverage): New.
8097         (get_coverage_counts): Use current_function_funcdef_no.
8098         (coverage_counter_alloc): New.
8099         (coverage_counter_ref): Adjust.
8100         (coverage_begin_output): Check no_coverage. Use
8101         current_function_funcdef_no.
8102         (coverage_end_function): Likewise.
8103         (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
8104         than clearing flag_inline_functions. Do not clear arc_profile
8105         flag.
8106         * function.c (prepare_function_start): Do not set arc_profile
8107         flag.
8108         * profile.c (instrument_edges): Return number of instrumented
8109         edges. Use a for loop.
8110         (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
8111         local to here and simplify. Use profile_arc_flag not arc_profile
8112         flag.
8113         (find_spanning_tree): Reformat.
8114         * toplev.c (rest_of_compilation): Use profile_arc_flags and
8115         flag_test_coverage rather than arc_profile flag.
8117 2003-05-11  Gabriel Dos Reis <gdr@integrable-solutions.net>
8119         * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
8121 2003-05-11  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8123         * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
8125 2003-05-11  Bruno Haible  <bruno@clisp.org>
8127         * cppfiles.c (find_or_create_entry): Preserve errno.
8129 2003-05-11  Neil Booth  <neil@cat.daikokuya.co.uk>
8131         * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
8132         cpplib as it's a Standard Predefined Macro.
8133         * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
8134         * cppinit.c (_cpp_init_builtins): Take HOSTED.  Define
8135         __STDC_HOSTED__ appropriately.
8136         * cpplib.h (_cpp_init_builtins): Update.
8137         * fix-header.c (read_scan_file): Update.
8138         * doc/cpp.texi, doc/cppopts.texi: Update documentation.
8140 2003-05-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8142         PR C++/689
8143         PR C++/9257
8144         * c-opts.c (c_common_decode_option): Don't set
8145         warn_ctor_dtor_privacy wen -Wall.
8146         * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
8148 2003-05-10  Alexandre Oliva  <aoliva@redhat.com>
8150         * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
8151         patch.
8153 2003-05-10  Zack Weinberg  <zack@codesourcery.com>
8155         * diagnostic.c: Reorder functions for clarity, putting all the
8156         functions in the "error" family next to each other, and
8157         likewise all the functions in the "error_with_decl" family.
8158         Some other routines were moved too.  Add comments.
8159         (vbuild_message_string): Fold into sole caller.
8162 2003-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
8164         * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
8165         (EH_RETURN_HANDLER_RTX): Likewise.
8166         (expand_builtin_eh_return): Do not copy stack adjustment
8167         if EH_RETURN_STACKADJ_RTX is not defined.
8168         (expand_eh_return): Likewise.  Also, do not pass stack
8169         adjustment as argument to the eh_return pattern.
8170         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
8171         because EH_RETURN_STACKADJ_RTX is not defined.
8172         * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
8173         is not defined, treat stack pointer like a regular register.
8174         (uw_init_context_1): Set up fake initial stack pointer register.
8175         (uw_install_context_1): Do not compute stack adjustment if
8176         EH_RETURN_STACKADJ_RTX is not defined.
8178         * config/i386/i386.md ("eh_return"): Remove first argument.
8179         * config/mips/mips.md ("eh_return"): Likewise.
8180         * config/rs6000/rs6000.md ("eh_return"): Likewise.
8181         * config/sh/sh.md ("eh_return"): Likewise.
8183         * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
8185 2003-05-10  Alexander Aganichev  <aaganichev@yandex.ru>
8187         * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
8189 2003-05-10  Nathan Sidwell  <nathan@codesourcery.com>
8191         * defaults.h (GCOV_TYPE_SIZE): Remove.
8192         * gcov-io.h (gcov_type): Set to specific mode int on target.
8193         (gcov_unsigned_t, gcov_position_t): New.
8194         (GCOV_TYPE_NODE): New.
8195         (GCOV_TAG_SUMMARY_LENGTH): Adjust.
8196         (GCOV_COUNTERS_SUMMABLE): New.
8197         (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
8198         gcov_ctr_info, gcov_info): Adjust types.
8199         (gcov_var): Adjust types.
8200         (gcov_write_unsigned, gcov_write_tag,
8201         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8202         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8203         (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
8204         * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
8205         gcov_write_length, gcov_write_tag_length, gcov_write_summary,
8206         gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
8207         * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
8208         __gcov_init, __gcov_merge_add): Adjust gcov types.
8209         * coverage.c (ctr_merge_functions): Constify.
8210         (ctr_names): New.
8211         (read_counts_file): Adjust gcov types. Only summarize & merge
8212         summable counters.
8213         (coverage_counter_ref): Use GCOV_TYPE_NODE.
8214         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
8215         build_ctr_info_value, build_gcov_info): Adjust types.
8216         * profile.c (branch_prob): Adjust gcov types.
8217         * gcov_dump (dump_file): Adjust gcov types.
8219 2003-05-10  Richard Earnshaw  <rearnsha@arm.com>
8221         * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
8222         constants.
8223         (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
8224         * arm.c (arm_select_dominance_cc_mode): Renamed from
8225         select_dominance_cc_mode, no-longer static.  Use DOM_CC... constants.
8226         Callers updated.
8227         * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
8229 2003-05-09  Roger Sayle  <roger@eyesopen.com>
8231         * config/alpha/alpha.c (alpha_start_function): Declare frame_size
8232         as unsigned to avoid signed/unsigned comparison warnings.
8234 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
8236         * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
8237         instruction if the Xtensa density option is enabled.
8239 2003-05-09  Matt Kraai <kraai@alumni.cmu.edu>
8241        * mklibgcc.in: Remove extra quotes.
8243 2003-05-09  Mark Mitchell  <mark@codesourcery.com>
8245         * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
8246         of int_ftype_void.
8248 2003-05-09  Alexandre Oliva  <aoliva@redhat.com>
8250         * reload1.c (reload_cse_move2add): Don't turn an implicit
8251         truncation into a self-set in the narrow mode.
8253 2003-05-09  Richard Earnshaw  <rearnsha@arm.com>
8255         * arm.md (clzsi2): The CLZ instruction is predicable.
8257 2003-05-09  Bob Wilson  <bob.wilson@acm.org>
8259         * config/xtensa/xtensa.c: Formatting.
8261 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
8263         * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
8264         instead of TREE_OPERAND to access the operand of a
8265         CONSTRUCTOR node.
8267 2003-05-09  Diego Novillo  <dnovillo@redhat.com>
8269         * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
8270         one operand.
8272 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
8274         * toplev.h (warning_with_file_and_line): Don't declare.
8275         (error_with_file_and_line): Likewise.
8276         * diagnostic.c (error_with_file_and_line): Remove.
8277         (warning_with_file_and_line): Likewise.
8279 2003-05-09  Gabriel Dos Reis <gdr@integrable-solutions.net>
8281         * c-parse.in (if_stmt_locus): New object.
8282         (if_prefix rule): Use it.  Don't use warning_with_file_and_line.
8283         (select_or_iter_stmt rule): Likewise.
8284         (if_stmt_file): Remove.
8285         (if_stmt_line): Likewise.
8286         * jump.c: include "diagnostic.h"
8287         (never_reached_warning): Don't use warning_with_file_and_line.
8288         * Makefile.in (jump.o): Add dependce on diagnostic.h
8290 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
8292         * expr.c (move_block_from_reg): Remove "size" parm.  Localize vars.
8293         Move code handling pieces not larger than a word to..
8294         * function.c (assign_parms): ..here, but use change_address instead
8295         of adjust_address and operand_subword, and expand_binop instead of
8296         expand_shift.  Adjust calls to move_block_from_reg.
8297         * expr.h (move_block_from_reg): Update declaration.
8298         (copy_blkmode_from_reg): Formatting.
8299         * Makefile.in (function.o): Add $(OPTABS_H) to deps.
8300         * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
8301         move_block_from_reg calls.
8302         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
8303         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
8304         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
8305         * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
8306         * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
8307         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
8308         * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
8309         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
8310         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
8312 2003-05-08  DJ Delorie  <dj@redhat.com>
8314         * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
8315         to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
8316         variable-sized types).
8317         (xstormy16_function_arg): New.  Pass them that way too.
8318         * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
8319         * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
8321 2003-05-08  Aldy Hernandez  <aldyh@redhat.com>
8323         * mklibgcc.in: Use mkinstalldirs when installing multilib
8324         directories.
8326 2003-05-08  J"orn Rennecke <joern.rennecke@superh.com>
8328         * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
8329         instead of CODE_FOR_jump
8331 2003-05-08  Gabriel Dos Reis <gdr@integrable-solutions.net>
8333         * objc/objc-act.c (error_with_ivar): Don't use
8334         error_with_file_and_line.
8335         (warn_with_method): Don't use warning_with_file_and_line.
8337 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8339         * stmt.c (emit_locus): New macro.
8340         (emit_filename): Remove.
8341         (emit_lineno): Likewise.
8342         (struct stmt_status): Replace members x_emit_filename and
8343         x_emit_lineno with x_emit_locus.
8344         (set_file_and_line_for_stmt): Adjust.
8345         (expand_expr_stmt_value): Don't use warning_with_file_and_line.
8346         (warn_if_unused_value): Likewise.
8347         (check_seenlabel): Likewise.
8349 2003-05-08  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8351         * c-decl.c (define_label): Tidy.  Don't use any of
8352         error_with_file_and_line or warning_with_file_and_file.
8353         (pending_xref_error): Likewise.
8354         (store_parm_decls): Likewise.
8355         (current_function_prototype_locus): New object.  Package from
8356         current_function_prototype_file and current_function_prototype_line.
8357         (start_function): Use it.
8358         (current_function_prototype_file): Remove.
8359         (current_function_prototype_line): Remove;
8361 2003-05-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8363         * builtins.c (readonly_data_expr): New function.
8364         (expand_builtin_memmove): Optimize any rodata source, not just
8365         strings.
8367 2003-05-07  David Mosberger <davidm@hpl.hp.com>
8369         * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
8371 2003-05-07  Richard Henderson  <rth@redhat.com>
8373         * config/i386/i386.c (ix86_split_long_move): Fix base register
8374         mode for XFmode splits for TARGET_64BIT.
8376 2003-05-07  Richard Henderson  <rth@redhat.com>
8378         * sched-ebb.c (schedule_ebb): Supply the correct starting
8379         block number to save_line_notes.
8381 2003-05-07  Richard Henderson  <rth@redhat.com>
8383         * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
8384         (dump_file): Likewise.
8386 2003-05-07  David Mosberger <davidm@hpl.hp.com>
8388         * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
8389         forget to preserve gp.
8390         * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
8392         * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
8393         .prologue directive.
8394         Use .skip instead of data8 for .bss section to make Intel
8395         Assembler (ias) happy.  Minor whitespace fixups.  Make "nop 0"
8396         explicit in the .mib bundles and remove the unnecessary stop
8397         bits.  Replace local labels with normal labels, to make ias
8398         happy.  Don't register __do_global_ctors_aux here, do it in
8399         crtend.asm instead.
8401         * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
8402         __do_global_ctors_aux in .init_array section instead of
8403         declaring it as a hidden global.  Replace local labels with
8404         ordinary labels to make ias happy.
8406 2003-05-07  Richard Henderson  <rth@redhat.com>
8408         PR c++/10570
8409         * except.c: Revert 04-01 and 04-02 forced-unwind changes.
8410         * flags.h, toplev.c, doc/invoke.texi: Likewise.
8412         * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
8413         * unwind.inc (_Unwind_DeleteException): Check for null
8414         exception_cleanup.
8416         * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
8417         * unwind.inc (_Unwind_Resume_or_Rethrow): New.
8418         * unwind.h: Declare them.
8419         * libgcc-std.ver (GCC_3.3): Export them.
8421 2003-05-07  Richard Henderson  <rth@redhat.com>
8423         * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
8424         not _Unwind_Word.
8426 2003-05-07  Zack Weinberg  <zack@codesourcery.com>
8428         * stmt.c (force_label_rtx): New function, based on logic
8429         formerly found in expand_expr.
8430         * expr.h: Prototype it.
8431         * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
8432         appropriate.
8433         * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
8435         * print-tree.c (debug_tree): Free the table after we're done
8436         with it.  Use putc.
8438 2003-05-07  Aldy Hernandez  <aldyh@redhat.com>
8440         * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
8441         Unreverse arguments for __ev_subw.
8443         * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
8445 2003-05-07  Nick Clifton  <nickc@redhat.com>
8447         * config/stormy16/stormy-abi: Update to include
8448         R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
8449         R_XSTORMY16_12 relocs.
8451 2003-05-07  Alan Modra  <amodra@bigpond.net.au>
8453         * function.c (assign_parms): Correct reversed reg_parm_stack_space
8454         test.  Add partial in-regs size to stack_args_size.
8456 2003-05-07  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8458         * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
8459         as a C only option.
8461 2003-05-07  Nathan Sidwell  <nathan@codesourcery.com>
8463         * gcov-io.h (GCOV_LOCKED): New #define.
8464         (GCOV_LINKAGE): Make sure it is #defined.
8465         (gcov_write_string, gcov_write_tag, gcov_write_length,
8466         gcov_read_string, gcov_time): Poison in libgcov.
8467         (gcov_seek_end): Remove.
8468         (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
8469         (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
8470         GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
8471         GCOV_TAG_SUMMARY_LENGTH): New #defines.
8472         (gcov_write_tag, gcov_write_length): Not in libgcov.
8473         * gcov-io.c (gcov_open): Use GCOV_LOCKED.
8474         (gcov_write_tag, gcov_write_length): Not in libgcov.
8475         (gcov_write_tag_length): New.
8476         (gcov_write_summary): Use gcov_write_tag_length.
8477         * libgcov.c: Always #include gcov-io.h.
8478         (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
8479         (GCOV_LINKAGE): Define to nothing for L_gcov.
8480         (gcov_exit): Replace gcov_write_tag, gcov_write_length with
8481         gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
8482         * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
8483         (read_count_file): Likewise.
8484         * gcov-dump.c (dump_file): Likewise.
8485         * coverag.c (read_counts_file): Likewise.
8487 2003-05-06  Mark Mitchell  <mark@codesourcery.com>
8489         PR other/10658
8490         * gcc.c (process_command): Update copyright date.
8492 2003-05-06  Phil Edwards  <pme@gcc.gnu.org>
8494         * doc/install.texi (mips-*-*):  Add note about libstdc++.
8496 2003-05-06  DJ Delorie  <dj@redhat.com>
8498         * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
8499         * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
8500         * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
8502 2003-05-06    <neil@cat.daikokuya.co.uk>
8504         * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
8505         and -Wstrict-prototypes if C++.
8507 2003-05-06  Aldy Hernandez  <aldyh@redhat.com>
8509         * config/rs6000/linuxspe.h: New file.
8511         * config.gcc: Add powerpc-*-linux-gnuspe* target.
8513 2003-05-06  Richard Henderson  <rth@redhat.com>
8515         * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
8516         previous frame didn't save sp.  Clear sp for next frame.
8517         (uw_install_context_1): Honor saved sp from frame.
8519 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
8521         * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
8522         (mips_move_1word, mips_move_2words): Remove declaration.
8523         (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
8524         (mips_restore_gp): Remove insn argument.
8525         * config/mips/mips.h (FP_REG_RTX_P): New macro.
8526         * config/mips/mips.c (volatile_buffer): Remove.
8527         (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
8528         (mips_move_1word, mips_move_2words): Remove, replacing with...
8529         (mips_output_move): ...this new function.
8530         (mips_restore_gp): Remove insn argument.  Adjust for above changes.
8531         (print_operand): Make '%h' print %hi(op) for HIGH operands.  Remove
8532         handling of floating-point constants.  Handle zero CONST_DOUBLE
8533         arguments.
8534         (mips_annotate_frame_insn): Replace with...
8535         (mips_set_frame_expr): ...this, which just takes one argument.
8536         (mips_frame_set): Change the register argument to an rtx.
8537         (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
8538         check whether moves should be split.  Use mips_split_64bit_move
8539         to split them.  Use mips_subword to generate the high and low
8540         parts of a paired FPR.  Adjust calls to frame_set and
8541         mips_set_frame_expr.
8542         (mips_expand_prologue): Simplify due to above changes.
8543         * config/mips/mips.md:  Add splitters for 64-bit moves on 32-bit
8544         targets, replacing xisting register-only versions.
8545         (UNSPEC_STORE_DF_HIGH): New unspec.
8546         (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
8547         (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
8548         (*paradoxical_extendhidi2): Remove.
8549         (movdi_internal, movdi_internal2): Use mips_output_move.
8550         (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
8551         (movsf_internal1, movsf_internal2): Likewise.
8552         (movdf_internal1a): Likewise.  Fix length and type of f <- G case.
8553         (movdf_internal1b): Use mips_output_move.  Fix type of f <- G case.
8554         (movdf_internal2): Use mips_output_move.  Fix lengths of FPR moves.
8555         Add m <- G alternative.
8556         (load_df_low, load_df_high, store_df_low): New patterns.
8557         (movhi_internal): Use @ template instead of calling a function.
8558         Remove unnecessary 'z' alternatives.
8559         (movqi_internal): Likewise.
8560         (exception_receiver): Update call to mips_restore_gp.
8562 2003-05-06  Richard Sandiford  <rsandifo@redhat.com>
8564         * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
8565         (mips_delegitimize_address): Declare.
8566         * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
8567         (FIND_BASE_TERM): Define.
8568         * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
8569         (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
8570         Handle small-data addresses.
8572 2003-05-05  Roger Sayle  <roger@eyesopen.com>
8574         * real.c (real_powi): New function to calculate the value of
8575         a real raised to an integer power, i.e. pow(x,n) for int n.
8576         (real_sqrt): Convert to using the faster do_add, do_multiply
8577         and do_divide API for consistency with the rest of real.c.
8578         * real.h (real_powi): Prototype here.
8579         * builtins.c (fold_builtin):  Avoid local variable mode when
8580         evaluating sqrt at compile time.  Attempt to evaluate pow at
8581         compile-time, by checking for an integral exponent.
8583 2003-05-05  Richard Henderson  <rth@redhat.com>
8585         * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
8587 2003-05-05  David O'Brien  <obrien@FreeBSD.org>
8589         * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
8590         other FreeBSD ports.
8591         (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
8592         (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
8594 2003-05-05  Janis Johnson  <janis187@us.ibm.com>
8596         * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
8597         expanded variables.
8598         * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
8600 2003-05-05  Zack Weinberg  <zack@codesourcery.com>
8602         * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
8603         * varasm.c (struct varasm_status): Add deferred_constants field.
8604         (n_deferred_strings): Delete variable.
8605         (n_deferred_constants): New #define.
8606         (struct constant_descriptor_tree): Kill next and label fields.
8607         (const_hash_table, MAX_HASH_TABLE): Delete.
8608         (const_desc_htab): New static variable.
8609         (const_hash): Rename const_desc_hash, and make it fit the
8610         hashtab.h interface.
8611         (const_desc_eq): New.
8612         (const_hash_1, compare_constant): Const-ify arguments.
8613         (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
8614         SYMBOL_REFs.  Clarify comments.  Don't set desc->label.
8615         (output_constant_def): Do the lookup/insert using the
8616         hashtab.h interface.  Don't muck with n_deferred_constants or
8617         DEFERRED_CONSTANT_P here.
8618         Always call maybe_output_constant_def_contents.
8619         (maybe_output_constant_def_contents): Take a pointer to the
8620         descriptor, not the EXP and RTL separately.  Return
8621         immediately if this constant is not deferred.  Defer output of
8622         everything, except writable string constants.  Update
8623         n_deferred_constants here.
8624         (output_constant_def_contents): Now takes just one argument,
8625         an rtx.  Clear DEFERRED_CONSTANT_P here.
8626         (mark_constant_pool): Update for rename of n_deferred_strings.
8627         (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
8629         (init_varasm_status): Clear p->deferred_constants.
8630         (init_varasm_once): Call htab_create_ggc for const_desc_htab.
8632 2003-05-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8634         * builtins.c (expand_builtin_stpcpy): Only expand when the length
8635         of the source string can be evaluated at compile-time.
8637 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8639         * testsuite/gcc.c-torture/compile/simd-6.c: New.
8641         * c-typeck.c (digest_init): Handle arrays of vector constants.
8643 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
8645         * builtins.c (expand_builtin_mempcpy): New function.
8646         (expand_builtin_stpcpy): Optimize stpcpy whose return value is
8647         ignored into strcpy no matter what arguments it has.
8648         (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
8649         expand_builtin_mempcpy.
8651 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8653         * testsuite/gcc.dg/20030505.c: New.
8655         * c-typeck.c (convert_for_assignment): Opaque pointers can
8656         interconvert.
8658         * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
8659         (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
8660         (spe_init_builtins): Rename all pv2si_type_node to
8661         opaque_p_V2SI_type_node.
8662         Remove declaration of pv2si_type_node.
8663         (is_ev64_opaque_type): Accept opaque pointers.
8665 2003-05-05  Geoffrey Keating  <geoffk@apple.com>
8667         * config/rs6000/rs6000.c (validate_condition_mode): Use
8668         flag_finite_math_only.
8669         (rs6000_reverse_condition): Never return UNKNOWN; use
8670         flag_finite_math_only.
8671         (rs6000_generate_compare): Use flag_finite_math_only.
8672         (rs6000_emit_cmove): Handle UNLE.  Support UNEQ under -ffast-math.
8673         Use HONOR_* rather than flag_unsafe_math_optimizations.  Correct
8674         UNGE and GT cases.  Handle UNEQ and LTGT when ! HONOR_NANS.
8676         * toplev.c (check_global_declarations): Suppress not-used warning
8677         for volatile variables.
8679 2003-05-05  Olivier Hainque  <hainque@act-europe.fr>
8681         * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
8682         usage of bitfield instructions for mode1 != BLKmode, only ignoring
8683         SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
8684         (store_field): Likewise.
8686 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8688         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
8689         evsubifw to builtins accepting 5-bit unsigned constants.
8690         (easy_vector_constant): Return if V1DImode.  Fix typo.
8692 2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
8694         * config/rs6000/spe.h: Revert licensing change from last patch.
8696 2003-05-05  DJ Delorie  <dj@redhat.com>
8698         * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
8699         before reload, but defer the split until after.
8700         * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
8701         to match.
8703 2003-05-05  David Edelsohn  <edelsohn@gnu.org>
8705         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
8706         * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
8708 2003-05-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8710         * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
8711         is defined.
8713 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8715         * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
8716         ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
8717         ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
8719         (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
8720         ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
8721         ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
8722         New.
8724         * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
8725         (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
8727         (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
8728         BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
8729         BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
8730         BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
8731         BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
8732         BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
8733         BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
8734         BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
8735         BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
8736         BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
8737         BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
8738         BUILT_IN_STRDUP): Add "nonnull" attribute.
8740 2003-05-04  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8742         * expr.c (store_field): Don't clobber TEMP in shift: it might be
8743         a variable.
8744         (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
8745         whose purpose is to step up the alignment.
8746         (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
8748         * stor-layout.c (compute_record_mode): Relax restriction
8749         on fields crossing word boundaries forcing BLKmode.
8751 2003-05-04  Neil Booth  <neil@daikokuya.co.uk>
8753         * cppinit.c (cpp_create_reader, post_options): Warn about
8754         trigraphs unless explicity set or -trigraphs.
8755         * cpplex.c (warn_in_comment): New.
8756         (_cpp_process_line_notes): Better handling of -Wtrigraphs.
8757         (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
8758         * doc/cppopts.texi, doc/cpp.texi: Update.
8760 2003-05-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8762         * Makefile.in (LIBGCOV): Add _gcov_merge_add.
8763         * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
8764         namespace clash.
8765         (GCOV_MERGE_FUNCTIONS): New.
8766         (gcov_merge_fn): Declare.
8767         (struct gcov_ctr_info): New field "merge".
8768         (__gcov_merge_add): Declare.
8769         * coverage.c (ctr_merge_functions): New.
8770         (build_ctr_info_type, build_ctr_info_value): Initialize merge field
8771         of gcov_ctr_info type.
8772         * libgcov.c (__gcov_merge_add): New.
8773         (gcov_exit): Call a hook to merge values of counters.
8775 2003-05-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
8777         * toplev.h (pedwarn_with_file_and_line): Don't declare.
8778         * diagnostic.c (pedwarn_with_file_and_line): Remove.
8780 2003-05-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
8782         * varasm.c (assemble_variable): Don't use error_with_file_and_line.
8784 2003-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8786         * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
8787         expand_builtin_frame_address): Update prototypes.
8788         (expand_builtin_constant_p, expand_builtin_strlen,
8789         expand_builtin_strcpy, expand_builtin_memset,
8790         expand_builtin_bzero, expand_builtin_args_info,
8791         expand_builtin_frame_address): Pass in just the argument(s)
8792         needed, not the entire expression `exp'.
8793         (expand_builtin): Update all calls to these functions.
8795 2003-05-03  Richard Henderson  <rth@redhat.com>
8797         * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
8798         <BUILT_IN_DWARF_SP_COLUMN>: New.
8799         * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
8800         (BUILT_IN_DWARF_SP_COLUMN): New.
8801         * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
8802         (expand_builtin_dwarf_sp_column): New.
8803         * except.h: Update to match.
8804         * unwind-dw2.c (execute_stack_op): Correct stack push typo.
8805         (execute_cfa_program): Record location expression address
8806         before extracting length.
8807         (uw_update_context_1): Install old CFA into stack pointer column.
8808         (uw_init_context_1): Set cfa_reg to stack pointer column.
8810 2003-05-03  Richard Henderson  <rth@redhat.com>
8812         * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
8813         return bool.
8814         (toc_relative_expr_p): Likewise.
8815         (SPE_CONST_OFFSET_OK): Move from rs6000.h.
8816         (legitimate_constant_pool_address_p): Move from rs6000.h, change
8817         into a function, downcase all users.
8818         (legitimate_small_data_p): Likewise.
8819         (legitimate_offset_address_p): Likewise.
8820         (legitimate_indexed_address_p): Likewise.
8821         (legitimate_indirect_address_p): Likewise.
8822         (legitimate_lo_sum_address_p): Likewise.
8823         (rs6000_mode_dependent_address): Likewise.
8824         * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
8825         (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8826         LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
8827         LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
8828         LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
8829         (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
8830         (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
8831         * config/rs6000/rs6000-protos.h: Update.
8833 2003-05-03  Geoffrey Keating  <geoffk@apple.com>
8835         * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
8836         (REVERSE_CONDITION): Define.
8838         * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
8839         to branch_positive_comparison_operator.
8840         (ccr_bit): Check that sCOND conditions are actually a positive bit.
8841         (print_operand): Remove %D substitution.
8842         (rs6000_emit_sCOND): Generate complement operation to ensure that
8843         sCOND input is a positive bit.
8844         * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
8845         same order as bCOND, and add the missing ones.  Remove the %D
8846         substitutions from the scc patterns.
8848         * simplify-rtx.c (simplify_relational_operation): Add case for
8849         ! (fabs(x) < 0.0).
8851 2003-05-03  Bruce Korb  <bkorb@gnu.org>
8853         * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
8854         in fixincl.x
8855         * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
8857 2003-05-03  Aldy Hernandez  <aldyh@redhat.com>
8859         * config/rs6000/spe.h: Remove unecessary casts.  Misc cleanups.
8861 2003-05-03  Zack Weinberg  <zack@codesourcery.com>
8863         PR c/10604
8864         * c-common.c (warn_sign_compare): Initialize to -1.
8865         * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
8866         (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
8867         for C++ only.
8868         (c_common_post_options): Set warn_sign_compare from extra_warnings
8869         if it's still -1 at this point.
8871         * toplev.c (maybe_warn_unused_parameter): New static variable.
8872         (set_Wextra): New static function.
8873         (W_options): Remove "extra".
8874         (decode_W_option): Call set_Wextra.
8875         (independent_decode_option): Likewise.
8876         (set_Wunused): Cooperate with set_Wextra in setting
8877         warn_unused_parameter.
8878         (rest_of_compilation): No need to check extra_warnings as
8879         well as warn_uninitialized.
8881         * c-typeck.c (build_binary_op, build_conditional_expr):
8882         No need to check extra_warnings as well as warn_sign_compare.
8883         (internal_build_compound_expr): No need to check extra_warnings
8884         as well as warn_unused_value.
8885         * function.c (expand_function_end): No need to check extra_warnings
8886         as well as warn_unused_parameter.
8887         * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
8888         as well as warn_unused_value.
8890         * doc/invoke.texi: Clarify documentation of -Wsign-compare.
8892         * Makefile.in: Disable -Werror for gengtype-lex.o.
8894 2003-05-03  Olivier Hainque  <hainque@act-europe.fr>
8896         * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
8897         * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
8898         * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
8899         * calls.c (emit_call_1): Likewise.
8900         (expand_call): For calls initializing constant memory, replace
8901         emission of standalone mem /u clobber with function usage entry.
8902         * expr.c (emit_block_move_via_libcall): Likewise.
8903         * cse.c (count_reg_usage, case EXPR_LIST): New case.
8904         * flow.c (propagate_one_insn): Pass entire operand of
8905         CALL_INSN_FUNCTION_USAGE to mark_used_regs.
8906         * integrate.c (try_constants): For CALL_INSNs, substitute constants
8907         within the FUNCTION_USAGE also.
8908         * loop.c (prescan_loop): Note clobbers of const mem mentioned in
8909         FUNCTION_USAGE lists.
8910         * reload1.c (replace_pseudos_in): Renamed.
8911         (reload): Use it for clobbers surviving until the end of the reload.
8913 2003-05-03  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8915         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
8916         gen_lowpart on non-integer modes.
8918         * stor-layout.c (place_field): When adjusting offset_align, use
8919         desired_align, not DECL_ALIGN.
8921 2003-05-03  Nathan Sidwell  <nathan@codesourcery.com>
8923         * c-decl.c (pending_invalid_xref_file): Remove.
8924         (pending_invalid_xref_line): Remove.
8925         (pending_invalid_xref_location): New.
8926         (lookup_label): Use location_t and input_location directly.
8927         (lookup_tag): Likewise.
8928         (pending_xref_error): Likewise.
8929         (c_expand_body_1): Likewise.
8930         * c-common.c (x_expand_start_cond): Likewise.
8931         * c-semantics.c (genrtl_for_stmt): Likewise.
8932         (find_reachable_label): Likewise.
8933         * expr.c (expand_expr): Likewise.
8934         * integrate.c (output_inline_function): Likewise.
8935         * tree-inline.c (find_alloca_call): Likewise.
8936         (find_builtin_longjmp_call): Likewise.
8937         * gcc.c (input_filename): Make static.
8939 2003-05-03  Richard Sandiford  <rsandifo@redhat.com>
8941         * config/mips/mips.md: Fix comment typo.
8943         * config/mips/mips.c (mips_integer_op): New structure.
8944         (MIPS_MAX_INTEGER_OPS): Define.
8945         (mips_const_insns): Use mips_build_integer to determine the number
8946         of instructions needed to load a CONST_INT.
8947         (move_operand): Reject compound CONST_INTs.
8948         (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
8949         (mips_move_integer): New fn.
8950         (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
8951         (mips_legitimize_move): Only legitimize constants when moving
8952         word or subword values.
8954 2003-05-02  Matt Kraai  <kraai@alumni.cmu.edu>
8956         * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
8958 2003-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8960         * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
8961         modifying it.
8963 2003-05-03  Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
8964             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8966         * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
8967         Hernandez, and Kazu Hirata.  Update Richard Henderson.
8969 2003-05-02  Geoffrey Keating  <geoffk@apple.com>
8971         * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
8972         to tentative declaration.
8974         * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
8975         (SYMBOL_FLAG_SMALL_V4): Delete.
8976         * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
8977         (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
8978         (rs6000_elf_in_small_data_p): Add extra section names.  Add
8979         comment about TREE_PUBLIC test.
8981         * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
8982         expand_stmt on result of expand_unreachable_stmt.
8984 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8986         * doc/contrib.texi (Contributors): Add Daniel Berlin.
8988 2003-05-02  David Edelsohn  <edelsohn@gnu.org>
8990         * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
8991         number of automata.
8993         * config/rs6000/rs6000.c (symbol_ref_operand): Check
8994         SYMBOL_REF_FUNCTION_P on AIX.
8995         (current_file_function_operand): Same.
8996         * config/rs6000/rs6000.md (call,call_value): Force non-function
8997         symbol_ref into register on AIX.
8999 2003-05-02  Alan Modra  <amodra@bigpond.net.au>
9001         * calls.c (struct arg_data): Move offset, slot_offset, size and
9002         alignment_pad to struct locate_and_pad_arg_data.  Update all refs.
9003         (initialize_argument_information): Adjust call to locate_and_pad_parm.
9004         Delete alignment_pad var.  Don't calculate slot_offset here.
9005         (emit_library_call_value_1): Delete alignment_pad, offset and size
9006         vars.  Use struct locate_and_pad_arg_data instead.  Adjust refs.
9007         Adjust call to locate_and_pad_parm.  Don't tweak arg size for
9008         partial in-regs here.  Formatting fixes.
9009         * expr.h (struct locate_and_pad_arg_data): New struct.
9010         (locate_and_pad_parm): Adjust declaration.
9011         * function.c (assign_parms): Localize vars.  Use "locate" instead of
9012         other arg location vars.  Don't invoke FUNCTION_ARG or
9013         FUNCTION_INCOMING_ARG unless pretend_named is different from
9014         named_arg.  Heed MUST_PASS_IN_STACK and set up "partial" before
9015         calling locate_and_pad_parm.  Adjust locate_and_pad_parm call.
9016         Use slot_offset for stack home of reg parms.  Correct test for
9017         parm passed in memory.  Formatting fixes.
9018         (locate_and_pad_parm): Add "partial" to params.  Replace offset_ptr
9019         arg_size_ptr and alignment pad with "locate".  Set slot_offset here.
9020         Correct initial_offset_ptr handling.  Localize vars.  Always pad
9021         locate->offset even when in_regs.
9023 2003-05-02  Nathan Sidwell  <nathan@codesourcery.com>
9025         * Makefile.in (TREE_H): Replace location.h with input.h.
9026         (GTFILES) Remove location.h
9027         (gt-lists.h): Replace gt-location.h with gt-input.h
9028         * input.h (input_filename, input_line): Remove variables.
9029         (location_s, location_t): Move from location.h.
9030         (input_location): New.
9031         (input_filename, input_line): New #defines.
9032         * location.h: Remove.
9033         * tree.h: Replace location.h with input.h.
9034         (input_filename, input_line): Remove.
9035         * diagnostic.h: Replace location.h with input.h.
9036         * gcc.h (input_filename, input_filename_length): Remove declarations.
9037         * toplev.c (input_filename, input_line): Remove.
9038         (input_location): Define.
9039         (push_srcloc, pop_srcloc): Adjust.
9040         * diagnostic.c (diagnostic_report_current_module): Adjust.
9042 2003-05-02  Nick Clifton  <nickc@redhat.com>
9044         * configure.in: Add xstormy16 to list of targets that has a nop
9045         instruction and hence which can be tested to see if the
9046         assembler supports the --gdwarf2 switch.
9047         * configure: Regenerate.
9049 2003-05-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
9051         PR target/8257
9052         * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
9053         alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
9054         Avoid undefined shifts by making the shift operand unsigned.
9056 2003-05-01  DJ Delorie  <dj@redhat.com>
9058         * reload.c (find_reloads): Also check that all of a multi-reg
9059         value is in the class.
9061 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9063         * scan.h (lineno): Revert the rename here.
9065 2003-05-01  Stan Shebs  <shebs@apple.com>
9067         * config/darwin.c (darwin_encode_section_info): Call
9068         default_encode_section_info.
9070 2003-05-01  David Edelsohn  <edelsohn@gnu.org>
9072         * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
9073         (movsi_internal1): Use new mfjmpr attribute.
9074         (movhi_internal): Same.
9075         (movqi_internal): Same.
9076         (movcc_internal1): Same.
9077         (movdi_internal64): Same.
9078         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
9079         power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
9080         * config/rs6000/40x.md: Add fpu_405.
9081         * config/rs6000/power4.md: Merge power4lsu and power4disp automata
9082         into power4misc automata.  Remove extraneous parentheses.
9083         * config/rs6000/440.md: New file.
9084         * config/rs6000/rs6000.c (processor_target_table): Add 440,
9085         440fp.  Rename 405f to 405fp.
9086         (function_arg_padding): Correct formatting.
9087         (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
9089 2003-05-01  Nathan Sidwell  <nathan@codesourcery.com>
9091         * input.h (lineno): Rename to ...
9092         (input_line): ... here.
9093         * tree.h (lineno): Rename to ...
9094         (input_line): ... here.
9095         * scan.h (lineno): Rename to ...
9096         (input_line): ... here.
9097         * toplev.c (lineno): Rename to ...
9098         (input_line): ... here.
9099         (push_srcloc, pop_srcloc):  Rename lineno to input_line.
9100         * c-common.c (c_expand_start_cond, fname_decl): Likewise.
9101         * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
9102         store_parm_decls, c_expand_body_1): Likewise.
9103         * c-errors.c (pedwarn_c99): Likewise.
9104         * c-format.c (status_warning): Likewise.
9105         * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
9106         * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
9107         * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
9108         * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
9109         gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
9110         genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
9111         genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
9112         build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
9113         prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
9114         * coverage.c (create_coverage): Likewise.
9115         * diagnostic.c (pedwarn, sorry, error, fatal_error,
9116         internal_error, warning, diagnostic_report_current_module,
9117         inform): Likewise.
9118         * expr.c (expand_expr): Likewise.
9119         * integrate.c (expand_inline_function,
9120         output_inline_function): Likewise.
9121         * rtl-error.c (file_and_line_for_asm): Likewise.
9122         * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
9123         walk_tree): Likewise.
9124         * tree.c (make_node): Likewise.
9125         * ada, cp, f, java, objc, treelang: Likewise.
9126         * objc/objc-act.c (objc_init): Rename lineno to input_line.
9127         (build_module_descriptor, build_selector_translation_table,
9128         build_protocol_template, build_method_prototype_list_template,
9129         build_category_template, build_selector_table,
9130         build_class_template, build_super_template, build_ivar_template,
9131         build_ivar_list_template, build_method_list_template,
9132         build_method_template, add_instance_variable): Likewise.
9134         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
9135         name from input_filename.
9137 2003-04-30  Eric Christopher  <echristo@redhat.com>
9138             Richard Sandiford <rsandifo@redhat.com>
9140         * configure: Regenerate from patches below.
9141         * combine.c (gen_lowpart_for_combine): Fix comment and add tests
9142         for all symbolic operands.
9143         * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
9144         to function.
9145         * config/mips/linux.h: Fix typo.
9146         * Merge from mips-3_4-rewrite branch:
9148         2003-04-07  Richard Sandiford  <rsandifo@redhat.com>
9150                 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
9151                 handling local labels when TARGET_ABICALLS.
9153         2003-04-04  Richard Sandiford  <rsandifo@redhat.com>
9155                 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
9156                 integer argument.
9157                 (mips_expand_call): Likewise.
9158                 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
9159                 (FIXED_REGISTERS): Clear $31 entry.
9160                 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
9161                 (EPILOGUE_USES): Define.
9162                 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
9163                 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
9164                 (override_options): Add a 'j' register class.
9165                 (mips_expand_call): Handle sibcalls
9166                 (mips_expand_epilogue): Handle epilogues for sibcalls.
9167                 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
9168                 (sibcall_epilogue): New pattern.
9169                 (call, call_value): Adjust calls to mips_expand_call.
9170                 (sibcall, sibcall_value): New expanders.
9171                 (sibcall_internal, sibcall_value_internal): New patterns.
9172                 (sibcall_value_multiple_internal): New pattern.
9174         2003-03-25  Richard Sandiford  <rsandifo@redhat.com>
9176                 * config/mips/mips.md (extended_mips16): New attribute.
9177                 (define_attr length): Default to 8 if extended_mips16 == yes.
9178                 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
9179                 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
9180                 (call_internal): Set extended_mips16 to yes for direct jumps.
9181                 Remove redundant mode attribute.
9182                 (call_value_internal, call_value_multiple_internal): Likewise.
9183                 (call_split): Remove redundant mode attribute.
9184                 (call_value_split, call_value_multiple_split): Likewise.
9186                 * config/mips/mips.c (mips_symbol_insns): Rework.  Fix handling
9187                 of unaligned offsets.
9189                 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
9190                 of SYMBOL_GENERAL.
9192         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9194                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
9195                 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
9196                 for mips16 code.
9198         2003-03-22  Richard Sandiford  <rsandifo@redhat.com>
9200                 * config/mips/mips.h (ADDRESS_COST): Define.
9202         2003-03-20  Richard Sandiford  <rsandifo@redhat.com>
9204                 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
9205                 'R' to 'U'.  Make 'R' mean a single-instruction memory reference.
9206                 * config/mips/mips.md: Replace 'R' constraints with 'U'.
9208         2003-03-18  Richard Sandiford  <rsandifo@redhat.com>
9210                 * config/mips/mips.md (truncdisi2): Add commentary.  Use sll instead
9211                 of a two-instruction sequence.  Add register->memory alternative.
9212                 (truncdihi2, truncdiqi2): Likewise.
9213                 Rework shift/truncate instructions so that they only handle right
9214                 shifts of 32 (or more, in the case of arithmetic shifts).
9215                 Add patterns for truncate/sign-extend.
9217         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9219                 * configure.in (mips*-*-*): Check for explicit relocation support.
9220                 * configure: Regenerate.
9222         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9224                 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
9225                 and -mno-explicit-relocs.
9226                 (MASK_EXPLICIT_RELOCS): Define.
9227                 (TARGET_EXPLICIT_RELOCS): Use it.
9228                 (mips_split_addresses): Remove declaration.
9229                 * config/mips/mips.c (override_options): Update comment for
9230                 mips_split_addresses.  Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
9232         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9234                 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
9235                 a CONST as identity.  Check the return value of gen_lowpart_common.
9237         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9239                 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
9240                 references for TARGET_EXPLICIT_RELOCS.
9241                 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
9242                 !TARGET_MIPS16.
9244         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9246                 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
9247                 (addsi3): Remove redundant constraints.
9248                 (addsi3_internal): Use separate register & constant alternatives.
9249                 Use a 'Q' constraint and "addiu" insn for the latter.
9250                 (adddi3_internal_3, addsi3_internal_2): Likewise.
9252         2003-03-13  Richard Sandiford  <rsandifo@redhat.com>
9254                 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
9255                 (mips_expand_unaligned_store): Declare.
9256                 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
9257                 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
9258                 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
9259                 (UNSPEC_ULD, UNSPEC_USD): Remove.
9260                 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
9261                 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
9262                 (extv, extzv): Use mips_expand_unaligned_load.
9263                 (insv): Use mips_expand_unaligned_store.  Use a reg_or_0_operand
9264                 predicate for operand 3.
9265                 (movsi_ulw, movsi_usw): Replace with...
9266                 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
9267                 (movdi_uld, movdi_usd): Likewise replace with...
9268                 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
9270         2003-02-26  Richard Sandiford  <rsandifo@redhat.com>
9272                 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
9273                 * config/mips/mips.h (LEA_REGS): New register class.
9274                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
9275                 (GR_REG_CLASS_P): Include LEA_REGS.
9276                 (DANGEROUS_FOR_LA25_P): New macro.
9277                 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
9278                 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
9279                 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
9280                 entries to LEA_REGS.
9281                 (mips_global_pic_constant_p): New function.
9282                 (override_options): Add 'e' register constraint.
9283                 (mips_secondary_reload_class): Return LEA_REGS when reloading
9284                 a dangerous constant into a class containing $25.
9285                 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
9286                 (movsi_internal): Likewise.
9288         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
9290                 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
9291                 * config/mips/mips.md (call_split): New insn.
9292                 (call_value_split, call_value_multiple_split): New insns.
9293                 (call_internal): Turn into a define_insn_and_split.  Split the
9294                 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
9295                 (call_value_internal, call_value_multiple_internal): Likewise.
9297         2003-02-23  Richard Sandiford  <rsandifo@redhat.com>
9299                 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
9300                 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
9301                 (mips_encode_section_info): Don't take symbol visibility into
9302                 account if TARGET_ABICALLS.  Add more commentary.
9303                 * config/mips/mips.md: Add commentary above reloc constants.
9305         2003-02-12  Richard Sandiford  <rsandifo@redhat.com>
9307                 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
9308                 from mips_legitimize_move.  Legitimize constant pool references.
9309                 (mips_legitimize_move): Call mips_legitimize_const_move.  Attach
9310                 a REG_EQUAL note to the last instruction.
9312         2003-02-11  Richard Sandiford  <rsandifo@redhat.com>
9314                 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
9315                 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
9316                 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
9317                 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
9318                 * config/mips/mips.md (UNSPEC_HIGH): New constant.
9319                 (UNSPEC_RELOC_GPREL16): Rename to...
9320                 (RELOC_GPREL16): ...this.
9321                 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
9322                 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
9323                 (macro_calls): New attribute.
9324                 (length): Use it to set the default length of calls.  Don't allow
9325                 calls to have delay slots if macro_calls is "yes".
9326                 (luisi, luidi): New patterns.
9327                 (lowsi, lowdi): Use '%R' to print the relocation.
9328                 (lowdi_extend): Remove.
9329                 (loadgp): Remove mode from operand 0.  Use '%0' instead of '%a0'.
9330                 (call_internal): Merge alternatives.  Always use "jal".
9331                 (call_value_internal, call_value_multiple_internal): Likewise.
9332                 (reloc_gprel16): Remove.
9333                 * config/mips/mips.c (mips_got_alias_set): New variable.
9334                 (mips_classify_constant): Handle the new relocation constants.
9335                 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
9336                 (mips_symbolic_address_p): Return false if generating explicit relocs.
9337                 Otherwise allow local PIC symbols to have an offset.
9338                 (mips_splittable_symbol_p): New function.
9339                 (mips_classify_address): Use it to check whether a LO_SUM is valid.
9340                 (mips_const_insns): Always accept HIGH.
9341                 (call_insn_operand): Don't accept global symbols if using explicit
9342                 relocs.
9343                 (move_operand): Don't accept HIGH when generating PIC.
9344                 (mips_reloc, mips_lui_reloc): New functions.
9345                 (mips_force_temporary): Remove MODE argument.  Expect VALUE to
9346                 be a valid right-hand-side for a SET pattern.
9347                 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
9348                 (mips_emit_high): New function.
9349                 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
9350                 case.  Use mips_splittable_symbol_p to check whether a LO_SUM
9351                 address should be used.  Use mips_emit_high to generate the
9352                 high part of such an address.  Adjust the global symbol + offset
9353                 case to match the change to mips_force_temprorary.
9354                 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
9355                 If generating explicit-reloc PIC, load the address of global
9356                 symbols from the GOT.  Use mips_emit_high to emit the high part
9357                 of an address.
9358                 (mips_simplify_dwarf_addr): New function.
9359                 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
9360                 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
9361                 (mips_expand_call): Load the addresses of global functions using
9362                 %call* relocs if generating explicit-reloc PIC.  Don't generate
9363                 an exception_receiver pattern.
9364                 (override_options): Initialize mips_got_alias_set.
9365                 (print_relocation): Remove in favor of...
9366                 (mips_reloc_string): ...this new function.
9367                 (print_operand): Handle '%R'.  Use mips_reloc_string.
9368                 (print_operand_address): Use print_operand to print the symbolic
9369                 part of a LO_SUM address.
9370                 (mips_output_function_prologue): Use .cprestore, reverting last patch.
9371                 (mips_encode_section_info): Factor out DECL_RTL accesses.  Reverse
9372                 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
9373                 for local symbols.
9375         2003-02-02  Eric Christopher  <echristo@redhat.com>
9377                 * config/mips/mips.c (mips_sign_extend): Remove.
9378                 * config/mips/mips-protos.h: Ditto.
9379                 * config/mips/mips.md (movdi_internal2_extend): Remove.
9380                 (extendsidi2): Fix mode of convert_memory_address.
9382         2003-01-24  Eric Christopher  <echristo@redhat.com>
9384                 * config/mips/mips.md: Rewrite zero_extend* and extend*
9385                 patterns. Use explicit instructions and split after reload
9386                 for register extensions.
9387                 (ashlsi3_internal1_extend): New combiner pattern for
9388                 shift and extend combinations.
9389                 * config/mips/mips.h: Change Pmode back to ptr_mode
9390                 for performance enhancement.
9391                 * combine.c (expand_compound_operation): Make sure
9392                 that zero_extend operation is profitable.
9394         2003-01-14  Richard Sandiford  <rsandifo@redhat.com>
9396                 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
9397                 addresses depend on ptr_mode rather than Pmode.
9398                 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
9399                 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
9400                 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
9401                 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
9402                 * config/mips/mips.md (tablejump): Likewise.  Remove Pmode
9403                 condition for selecting cpaddsi or cpadddi: use cpadd instead.
9404                 (tablejump_internal1): Remove condition.
9405                 (tablejump_internal2): Change condition to TARGET_64BIT.
9406                 (cpaddsi): Rename to...
9407                 (cpadd): ...this.
9408                 (cpadddi): Remove.
9410         2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
9412                 * config/mips/mips-protos.h (mips16_constant_after_function_p,
9413                 mips_address_cost, mips_check_split, double_memory_operand,
9414                 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
9415                 pic_address_needs_scratch, symbolic_operand): Remove declarations.
9416                 (mips_legitimate_address_p): Return bool.
9417                 (mips_address_insns, mips_fetch_insns, mips_const_insns,
9418                 mips_legitimize_address, mips_legitimize_move,
9419                 mips_expand_call): Declare.
9420                 (mips_return_addr): Move outside #ifdef RTX_CODE.
9422                 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
9423                 (PIC_FN_ADDR_REG): New reg_class.
9424                 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
9425                 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
9426                 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
9427                 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
9428                 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
9429                 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
9430                 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
9431                 (LEGITIMATE_PIC_OPERAND): Undefine.
9432                 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
9433                 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
9434                 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
9435                 (FUNCTION_MODE): Change to SImode.
9436                 (CONST_COSTS): Use mips_const_insns to calculate the cost of
9437                 most constants.  Treat const_artih_operands specially if they
9438                 occur in a PLUS or MINUS.
9439                 (CONSTANT_POOL_COST): New macro.
9440                 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
9441                 Add LO_SUM handling.
9442                 (ADDRESS_COST): Undefine.
9443                 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
9444                 Add CONST to the list of codes for arith_operand.  Add LABEL_REF
9445                 to call_insn_operand and remove CONST_INT.
9447                 * config/mips/mips.c: Include integrate.h.
9448                 (SINGLE_WORD_MODE_P): New macro.
9449                 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
9450                 (mips_constant_info, mips_address_info): New structs.
9451                 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
9452                 (mips_classify_constant, mips_classify_symbol,
9453                 mips_valid_base_register_p, mips_symbolic_address_p,
9454                 mips_classify_address, mips_symbol_insns,
9455                 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
9456                 mips_fetch_insns, mips_force_temporary, mips_add_offset,
9457                 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
9458                 mips_print_relocation): New functions.
9459                 (const_arith_operand): New operand predicate.
9460                 (arith_operand): Use it.
9461                 (mips_const_double_ok, mips16_simple_memory_operand,
9462                 simple_memory_operand, double_memory_operand, mips_check_split,
9463                 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
9464                 mips16_gp_offset_p, mips16_output_gp_offset,
9465                 mips16_constant_after_function_p, mips16_constant): Remove.
9466                 (call_insn_operand): Be more fussy about symbolic constants.
9467                 Use register_operand.
9468                 (move_operand): Use mips_symbolic_address_p to check symbolic
9469                 operands and general_operand to check the rest.
9470                 (symbolic_operand): Use mips_classify_constant.
9471                 (mips_legitimate_address_p): Use mips_classify_address.
9472                 (mips_move_1word): Combine handling of symbolic addresses.
9473                 Remove special treatment of gp-relative loads for TARGET_MIPS16.
9474                 (move_move_2words): Likewise.  Assume addresses are offsettable
9475                 if they need to refer to more than one word.  Add HIGH handling.
9476                 (mips_restore_gp): Use ptr_mode for the GP save slot.
9477                 (mips_expand_call): New function, combining the old mips.md
9478                 call and call_internal define_expands.  If the address isn't
9479                 a call_insn_operand, force it into a register.  For SVR4 PIC,
9480                 emit an exception_receiver instruction after the call.
9481                 (override_options): Only override flag_pic for TARGET_ABICALLS
9482                 if it is currently zero.  Allow mips_split_addresses when
9483                 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
9484                 Add new register class letter, 'c'.
9485                 (print_operand): Use mips_classify_constant for constant operands.
9486                 (print_operand_address): Use mips_classify_address.
9487                 (mips_output_function_prologue): Don't use .cprestore.
9488                 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
9489                 via the frame pointer if current_function_calls_eh_return.
9490                 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
9491                 to mark whether a symbol is local or global.
9492                 (build_mips16_call_stub): Expect the address of the function rather
9493                 than a MEM reference to it.  Update call generation sequences.
9494                 (mips16_optimize_gp): Remove Pmode checks.  Temporarily disable
9495                 small-data adjustments.
9497                 * config/mips/mips.md: Remove 'R'/'m' memory distinction.  Use default
9498                 length for loads and stores.
9499                 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
9500                 (define_attr type): Add const and prefetch.
9501                 (define_attr length): Use mips_const_insns for const instructions.
9502                 Use mips_fetch_insns for load and store instructions.
9503                 (define_attr single_insn): New.
9504                 (define_attr can_delay): Use it.
9505                 (define_attr abicalls): Remove.
9506                 (define_delay): Use can_delay.  Always allow calls to have delay slots.
9507                 (addsi3_internal_2): Add 'Q' constraint.
9508                 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
9509                 (high): Remove.
9510                 (lowsi): Renamed from low.
9511                 (lowdi): New pattern.
9512                 (movdi, movsi): Use mips_legitimize_move.  Remove define_split.
9513                 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
9514                 (loadgp): Change operand 0 to an immediate_operand.
9515                 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
9516                 beforehand.
9517                 (cpaddsi, cpadddi): New patterns.
9518                 (tablejump_internal3, tablejump_internal4): Remove define_expands
9519                 and associated define_splits.
9520                 (call, call_value): Use mips_expand_call.
9521                 (call_internal): New, replacing all existing call_internal* insns.
9522                 (call_value_internal): Likewise call_value_internal*.
9523                 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
9524                 (untyped_call): Remove if (operands[0]) magic.
9525                 (prefetch_si_address, prefetch_si): Change type to "prefetch".
9526                 (prefetch_di_address, prefetch_di): Likewise.
9527                 (leasi, leadi): Remove.
9528                 (reloc_gprel16): New.
9530                 * config/mips/5400.md (ir_vr54_hilo): Include const type.
9531                 * config/mips/5500.md (ir_vr55_hilo): Likewise.
9532                 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
9534         2003-01-08  Eric Christopher  <echristo@redhat.com>
9536                 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
9537                 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
9538                 configure check for libgloss.
9539                 * config/mips/elf64.h: Ditto.
9540                 * config/mips/mips.c: Remove ABI_MEABI.
9541                 * config/mips/mips.h: Ditto.
9543         2002-11-05  Richard Sandiford  <rsandifo@redhat.com>
9545                 Fix merge fallout.
9546                 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
9547                 (muldi3_internal): Remove outdated comment.
9548                 (*muls_di, *umuls_di): Fix comment and 64-bitness.
9549                 (*smsac_di, *umsac_di): Likewise.  Reformat.
9550                 (umulsi3_highpart): Minor formatting tweaks.
9551                 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.  Remove
9552                 redundant scratch operand.  Minor formatting tweak.
9553                 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
9554                 (umulsi3_highpart_neg_mulhi_internal): Likewise.  Fix asm template.
9555                 (smulsi3_highpart): As for the unsigned version.
9556                 (smulsi3_highpart_internal): Likewise.
9557                 (smulsi3_highpart_mulhi_internal): Likewise.
9558                 (smulsi3_highpart_neg_mulhi_internal): Likewise.
9559                 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
9560                 (*smul_acc_di): Remove duplicated pattern.
9561                 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
9562                 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
9563                 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
9565         2002-10-22  Eric Christopher  <echristo@redhat.com>
9567                 * config/mips/mips-protos.h (mips_return_addr): New.
9568                 * config/mips/mips.c (mips_return_addr): New.
9569                 (movdi_operand): Remove.
9570                 (se_register_operand): Ditto.
9571                 (se_reg_or_0_operand): Ditto.
9572                 (se_uns_arith_operand): Ditto.
9573                 (se_arith_operand): Ditto.
9574                 (se_nonmemory_operand): Ditto.
9575                 (extend_operator): Ditto.
9576                 (highpart_shift_operator): Ditto.
9577                 (mips_initial_elimination_offset): Remove return address pointer
9578                 elimination.
9579                 (mips_reg_names): Remove $ra.
9580                 (mips_regno_to_class): Ditto.
9581                 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
9582                 and TARGET_64BIT.
9583                 (POINTER_BOUNDARY): Remove.
9584                 (POINTERS_EXTEND_UNSIGNED): Define to 0.
9585                 (PROMOTE_MODE): Promote to Pmode.
9586                 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
9587                 (Pmode): Define to TARGET_64BIT.
9588                 (FUNCTION_MODE): Define as Pmode.
9589                 (mips_args): Remove deleted functions.
9590                 (SIZE_TYPE): Depend on POINTER_SIZE.
9591                 (PTRDIFF_TYPE): Ditto.
9592                 (FIXED_REGISTERS): Fix extra registers.
9593                 (CALL_USED_REGISTERS): Ditto.
9594                 (CALL_REALLY_USED_REGISTERS): Ditto.
9595                 (RAP_REG_NUM): Remove.
9596                 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
9597                 (RETURN_ADDR_RTX): Define to mips_return_addr.
9598                 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
9599                 (CAN_ELIMINATE): Ditto.
9600                 * config/mips/mips.md: For DImode patterns, take into account
9601                 deletions above. Split mulsidi patterns into sign_extend and
9602                 zero_extend.
9604         2002-10-16  Richard Sandiford  <rsandifo@redhat.com>
9605                     Michael Meissner  <meissner@redhat.com>
9607                 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
9608                 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
9609                 mop up unnecessarly moves through LO.
9610                 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
9611                 (*macc): New pattern for ISA_HAS_MACC.  Add define_peephole2s to
9612                 change mtlo/macc sequences into mul/add sequences when a three-
9613                 address mul is available.
9614                 (*macc2): New pattern.  Add a define_peephole2 to generate it.
9615                 (*mul_sub_si): Fix contraint for operand 5.
9616                 (*muls): Use in 32-bit code as well.
9617                 (*msac): Likewise.  Use msub instead of msac in vr5500 code
9618                 if the destination is LO.  Remove duplicate define_split.
9619                 (*muls_di): Use only in 32-bit code.  Adjust rtl accordingly.
9620                 (*msac_di): Likewise.  Fix formatting.
9621                 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
9622                 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
9623                 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
9624                 (*xmulsi3_neg_highpart_mulhi): Likewise.
9625                 (*mul_acc_64bit_di): Remove.
9626                 (*mul_acc_di): Use only in 32-bit code.  Handle ISA_HAS_MACC as well.
9628         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
9630                 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
9631                 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
9632                 (MULTILIB_DIRNAMES): Remove long32.
9633                 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
9634                 (MULTILIB_REDUNDANT_DIRS): Remove.
9636         2002-10-14  Richard Sandiford  <rsandifo@redhat.com>
9638                 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
9639                 * gcc.c (driver_self_specs): New variable.
9640                 (do_self_spec): New function.
9641                 (main): Use it to process driver_self_specs.
9643         2002-10-09  Richard Sandiford  <rsandifo@redhat.com>
9645                 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
9646                 Remove DImode define_split for !TARGET_64BIT.
9647                 (anddi3): Remove !TARGET_64BIT support from here as well.
9648                 Change operand 2's predicate to se_uns_arith_operand.
9649                 Add constant alternatives to define_insn.
9650                 (iordi3, xordi3, *nordi3): Likewise.
9651                 (anddi3_internal1, xordi3_immed): Remove.
9653         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9655                 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
9656                 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
9657                 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
9658                 * config/mips/mips.md: Apply same renaming here.
9660         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9662                 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
9663                 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
9664                 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
9665                 * config/mips/mips.md (define_attr cpu): Remove r4320.
9666                 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
9668         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9670                 * config/mips/mips.c (mips16_strings): New variable.
9671                 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
9672                 symbol in mips16_strings.  Free the list.
9673                 (mips_encode_section_info): Keep track of local strings.
9675         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9677                 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
9678                 (sordered_df, sordered_sf): Remove.
9679                 * config/mips/mips.c (get_float_compare_codes): New fn.
9680                 (gen_int_relational, gen_conditional_move): Use it.
9682         2002-10-01  Richard Sandiford  <rsandifo@redhat.com>
9684                 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
9685                 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
9686                 * config/mips/mips.c (fcc_register_operand): New function.
9687                 (mips_emit_fcc_reload): New function, extracted from reload_incc.
9688                 (override_options): Allow TFmode values in float registers
9689                 if ISA_HAS_8CC.
9690                 * cnfig/mips/mips.md (reload_incc): Change destination prediate
9691                 to fcc_register_operand.  Remove misleading source constraint.
9692                 Use mips_emit_fcc_reload.
9693                 (reload_outcc): Duplicate reload_incc.
9696 2003-04-30  Diego Novillo  <dnovillo@redhat.com>
9698         * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
9700 2003-04-30  Geoffrey Keating  <geoffk@apple.com>
9702         * tree-inline.c (inlinable_function_p): Back out last change, it's
9703         unnecessary.
9705 2003-04-30  Steven Bosscher  <steven@gcc.gnu.org>
9707         * ggc-page.c (TREE_EXP_SIZE): Define.
9708         (extra_order_size_table): New entry for expr trees with
9709         two operands.
9711 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
9713         * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
9714         (c_expand_start_cond): Adjust.
9715         (c_expand_end_cond): Don't use warning_with_file_and_file.
9716         (shadow_warning): Likewise.
9718 2003-04-30  Nathan Sidwell  <nathan@codesourcery.com>
9720         * tree.h (DECL_POINTER_DEPTH): Remove.
9721         (struct tree_decl): Remove pointer_depth.
9723 2003-04-30  Janis Johnson  <janis187@us.ibm.com>
9725         * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
9726         * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
9727         (rs6000_xcoff_encode_section_info): Remove.
9728         (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
9729         (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
9730         (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
9731         Use SYMBOL_REF_FLAGS.
9732         (rs6000_elf_encode_section_info): Call default_encode_section_info for
9733         generic flags, use SYMBOL_REF_FLAGS; code cleanups.
9734         * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
9735         (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
9736         * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
9737         (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
9739 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
9741         * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
9743 2003-04-30  Andreas Schwab  <schwab@suse.de>
9745         * doc/extend.texi (Other Builtins): Enclose multiple word data
9746         type in braces for @deftypefn.
9748 2003-04-30  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9750         * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
9752         * doc/install.texi (--enable-threads): Document "gnat" option.
9754 2003-04-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
9756         * diagnostic.h (output_formatted_scalar): Tweak.
9757         * diagnostic.c (output_long_decimal): Likewise.
9758         (output_unsigned_decimal): Likewise.
9759         (output_long_unsigned_decimal): Likewise.
9760         (output_octal): Likewise.
9761         (output_long_octal): Likewise.
9762         (output_hexadecimal): Likewise.
9763         (output_long_hexadecimal): Likewise.
9764         (output_pointer): New function.
9765         (output_format): Use it.  Recognize "%p" format specifier.
9767 2003-04-30  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9769         * function.c (purge_addressof_1): Postpone insn in fewer cases.
9771 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
9773         * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
9774         call abort() after running out of stack space.
9776         * c-typeck.c (function_types_compatible_p): Ignore incompatible
9777         'volatile' qualifiers on a function's return type in GNU mode.
9779 2003-04-29  Aldy Hernandez  <aldyh@redhat.com>
9781         * expr.c (emit_group_load): Dump parallels of simd types to
9782         memory.
9784 2003-04-29  Vladimir Makarov  <vmakarov@redhat.com>
9786         * genautomata.c (add_vect): Check undefined value for range type
9787         too.
9789 2003-04-29  Phil Edwards  <pme@gcc.gnu.org>
9791         * configure.in:  More general test for cmp --ignore-initial.
9792         * configure:  Regenerate.
9794 2003-04-29  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9796         * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
9797         (layout_decl, place_field): Likewise.
9798         Also make minor type and whitespace changes.
9800         * tree.c (save_expr): Don't fold a COMPONENT_REF.
9802 2003-04-29  Olivier Hainque <hainque@act-europe.fr>
9804         * calls.c (expand_call): When modes of target and valreg match, force
9805         sibcall failure when target is a MEM.
9807 2003-04-29  Geoffrey Keating  <geoffk@apple.com>
9809         * tree-inline.c (inlinable_function_p): Don't support inlining
9810         functions using varargs.
9812         * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
9814         * dwarf2out.c (output_call_frame_info): No need to output EH
9815         unwind information if all_throwers_are_sibcalls.
9817         * c-semantics.c (expand_unreachable_stmt): Return a tree.
9818         (expand_stmt): Update for change to expand_unreachable_stmt.
9819         (expand_unreachable_if_stmt): Likewise.
9821         * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
9823 2003-04-29  Jason Merrill  <jason@redhat.com>
9825         PR middle-end/10336
9826         * jump.c (never_reached_warning): Really stop looking if we reach
9827         the beginning of the function.
9829 2003-04-29  Bob Wilson  <bob.wilson@acm.org>
9831         * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
9832         Remove redundant macros.
9833         (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
9834         (LOCAL_LABEL_PREFIX): Define unconditionally.
9835         (NO_DOT_IN_LABEL): Clarify comment.
9836         * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
9837         definition to "long int".
9839 2003-04-29  Alexander Kabaev  <kan@FreeBSD.ORG>
9841         bootstrap/10452
9842         * gengtype-yacc.y: Improve portability.
9844 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
9846         * config.gcc: Install obsolete target list for GCC 3.3.
9847         * doc/install.texi: Mention in specific-target instructions
9848         that certain configurations are deprecated.
9850 2003-04-29  Zack Weinberg  <zack@codesourcery.com>
9852         * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
9854 2003-04-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9856         * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
9857         * gcc.c (display_help): Likewise.
9858         * toplev.c (f_options): Likewise.
9859         * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
9860         * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
9861         * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
9862         * config/s390/s390.h (TARGET_SWITCHES): Likewise.
9863         * config/v850/v850.h (TARGET_SWITCHES): Likewise.
9865 2003-04-29  J"orn Rennecke <joern.rennecke@superh.com>
9867         * varasm.c (default_assemble_visibility): Use assemble_name.
9869 2003-04-29  David O'Brien  <obrien@FreeBSD.org>
9871         * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
9872         * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
9873         (SIZE_TYPE): New macro.
9874         * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
9875         (SET_ASM_OP): New macro.
9876         (HANDLE_SYSV_PRAGMA): New macro.
9877         (ASM_WEAKEN_LABEL): New macro.
9879 2003-04-28  Mark Mitchell  <mark@codesourcery.com>
9881         PR c++/10180
9882         * tree-inline.c (expand_call_inline): Call push_srcloc when
9883         encountering EXPR_WITH_FILE_LOCATION.  Honor warn_inline.
9885 2003-04-28  Mike Stump  <mrs@apple.com>
9887         * gdbinit.in: Update to reflect new identifier structure.
9889 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
9891         * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
9892         (struct tree_int_cst, struct tree_real_cst, struct tree_string,
9893         struct tree_complex, struct tree_vector): Remove RTL field.
9894         (CONSTRUCTOR_ELTS): Use elt 0.
9895         * tree.def (CONSTRUCTOR): Delete first of its two operands.
9896         * varasm.c (output_constant_def): Remove early exit if
9897         TREE_CST_RTL is set.  Don't set TREE_CST_RTL.
9898         (decode_addr_const): Don't mention TREE_CST_RTL in comment.
9899         * target.h (select_section): Don't mention TREE_CST_RTL in comment.
9900         * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
9902 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
9904         * c-decl.c (finish_decl): When prototype with asmspec is found
9905         for built-in, adjust built_in_decls as well as expr.c decls.
9906         * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
9907         (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
9908         * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
9910 2003-04-28  Richard Henderson  <rth@redhat.com>
9912         * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
9913         * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
9914         integral constant mult operand.
9915         (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
9916         (const_smulsi3_highpart_v8plus): Likewise.
9917         (const_smulsi3_highpart): Likewise.
9918         (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
9919         (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
9920         (const_umulsi3_highpart_v8plus): Likewise.
9921         (const_umulsi3_highpart): Likewise.
9923 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
9925         * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
9926         Define as 1.
9928 2003-04-28  David O'Brien  <obrien@FreeBSD.org>
9930         * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
9932 2003-04-28  Jakub Jelinek  <jakub@redhat.com>
9934         * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
9935         * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
9936         * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
9937         functions.
9938         (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
9940 2003-04-28  Nick Clifton  <nickc@redhat.com>
9942         * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
9944 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
9946         * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
9947         output_constant_def, use its result instead of TREE_CST_RTL (exp).
9948         Can assume it has the form (mem (symbol_ref ".LCxxx")).
9949         (expand_expr <COMPONENT_REF>): Can always just extract the
9950         relevant field of a CONSTRUCTOR.
9951         (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
9952         ARRAY_RANGE_REF>): Make control flow explicit.
9953         * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
9954         an INTEGER_CST.
9956 2003-04-27  Kazu Hirata  <kazu@cs.umass.edu>
9958         * reload1.c (reg_set_luid): Fix a comment typo.
9960 2003-04-27  Zack Weinberg  <zack@codesourcery.com>
9962         * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
9963         struct deferred_string, const_str_htab): Kill.
9964         (n_deferred_strings): New static variable.
9965         (build_constant_desc): Set SYMBOL_REF_DECL of the new
9966         symbol_ref to point to the constant.
9967         (output_constant_def): When a deferred string is forced out,
9968         just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
9969         (mark_constant): Likewise.
9970         (maybe_output_constant_def_contents): When deferring a string
9971         constant, just set STRING_POOL_ADDRESS_P and increment
9972         n_deferred_strings.
9973         (mark_constant_pool): Check n_deferred_strings, not the size
9974         of const_str_htab.
9975         (init_varasm_once): No need to create const_str_htab.
9977         * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
9978         SYMBOL_REF_DECL points to a constant.
9980 2003-04-26  Zack Weinberg  <zack@codesourcery.com>
9982         * varasm.c (output_constant_def): Split out two new static
9983         functions, build_constant_desc and maybe_output_constant_def_contents.
9984         Restructure for comprehensibility.  Don't call
9985         output_addressed_constants.  Treat defstr being non-NULL for
9986         STRING_POOL_ADDRESS_P constants as an invariant.
9987         (struct deferred_string): Remove labelno field.
9988         (output_constant_def_contents): Kill labelno argument. Call
9989         output_addressed_constants here.  Use ASM_OUTPUT_LABEL, not
9990         asm_out.internal_label.
9991         (mark_constant): Update call to output_constant_def_contents.
9992         Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
9993         constants as an invariant.
9995 2003-04-26  Richard Henderson  <rth@redhat.com>
9997         * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
9998         (ix86_expand_call, ix86_rtx_consts): Likewise.
10000 2003-04-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10002         * doc/md.texi (cmpstr): Document additional restrictions.
10004 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10006         * flags.h (time_report): Remove.
10007         * timevar.c (timevar_enable): New.
10008         (TIMEVAR_ENABLE): Remove, use timevar_enable.
10009         (timevar_init): Rename from init_timevar.
10010         * timevar.h (timevar_init): Rename from init_timevar.
10011         * toplev.c (time_report): Make static.
10012         (do_compile): Conditionally call init_timevar first.
10013         (preprocess_options): Move some code to do_compile.
10015 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
10017         * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
10019 2003-04-26  Neil Booth  <neil@daikokuya.co.uk>
10021         * _cpp_lex_direct: Remove pointless code.
10023 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
10025         * doc/extend.texi (Function Attributes): Document "near" and "far"
10026         for 68HC11 and 68HC12.
10028 2003-04-25  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10030         * expr.c (store_field): When making temporary for store, don't
10031         make it TYPE_QUAL_CONST.
10033 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10035         * toplev.c (read_integral_parameter):  Use "argument" in error
10036         message to distinguish it from actual invalid options.
10038 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10040         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
10041         addition of __PIC__ and __pic__ macros.
10042         * config/xtensa/xtensa.h: Clean up indentation.
10044 2003-04-25  Bob Wilson  <bob.wilson@acm.org>
10046         * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
10047         _GNU_SOURCE.  Add definitions of __PIC__ and __pic__.
10048         (SUBTARGET_CPP_SPEC): Define.
10049         (LIB_SPEC): Delete.
10050         * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
10051         * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
10052         * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
10053         Define.
10054         (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
10055         (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
10057 2003-04-25  H.J. Lu <hjl@gnu.org>
10059         * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
10060         for return mode.
10061         (ia64_expand_builtin): Set rmode to SImode for
10062         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
10063         IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
10064         IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
10065         for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
10067 2003-04-25  Phil Edwards  <pme@gcc.gnu.org>
10069         * configure.in (make_compare_target):  Test for GNU cmp and set this
10070         variable appropriately.
10071         * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
10072         compare4-lean): Rename actual targets to slowcompare*.  New compare*
10073         targets depend on names based on make_compare_target.
10074         * configure:  Regenerated.
10076 2003-04-25  Richard Henderson  <rth@redhat.com>
10078         * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
10079         to clobber ar.pfs and ar.unat.
10080         (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
10081         fix test for spilling ar.pfs to the stack.
10083 2003-04-25  Richard Henderson  <rth@redhat.com>
10085         PR opt/10315
10086         * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
10087         checks during reload; use validize_mem instead of adjust_address.
10089 2003-04-26  Ben Elliston  <bje@wasabisystems.com>
10091         * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
10092         return values from recog_memoized().
10094 2003-04-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10096         PR opt/8705
10097         * gcse.c (try_replace_reg): On a successful substitution of a constant
10098         into a single set, try to simplify the source of the set.
10099         * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
10100         constant source.
10102 2003-04-24  Neil Booth  <neil@daikokuya.co.uk>
10104         * cpplex.c (cpp_token_len): Tighten up.
10105         (cpp_token_as_text): Need extra byte now.
10106         * cpplib.c (glue_header_name): Need extra 2 bytes.
10107         * cppmacro.c (cpp_macro_definition): Need extra byte.
10109 2003-04-24  Alexander Kabaev <kan@FreeBSD.ORG>
10111         * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
10112         const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
10113         where they might be not present. Use their _sp64 equivalent
10114         instead.
10116 Thu Apr 24 20:42:12 CEST 2003  Jan Hubicka  <jh@suse.cz>
10118         * i386.md (cvtsi2sdq): Fix typo in previous patch.
10120 2003-04-24  Krister Walfridsson  <cato@df.lth.se>
10122         * configure.in: Check whether mbstowcs works.
10123         * configure, config.in: Regenerate.
10124         * intl.c: Use HAVE_WORKING_MBSTOWCS.
10126 2003-04-24  H.J. Lu <hjl@gnu.org>
10128         * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
10129         for __sync_bool_compare_and_swap_di for int return type.
10131         * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
10132         Change return type to int.
10133         (__sync_bool_compare_and_swap): Likewise.
10135 Thu Apr 24 16:55:26 CEST 2003  Jan Hubicka  <jh@suse.cz>
10137         * cfgbuild.c (make_edges):  Do not use next_nonnote_insn when
10138         looking for fallthru edge.
10140         * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
10141         Fix.
10142         (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
10143         athlon-fvector): New.
10144         (athlon_*): Revisit to match new optimization guide.
10145         * i386.c (ix86_adjust_cost):  Fix memory operand costs on Athlon/k8
10146         * i386.md (cvt??2?? patterns): Fix modes.
10147         (fistp patterns): Set modes.
10149         Accidentaly commited with my earlier reload patch:
10150         PR c/10308
10151         * reload.c (find_reloads_address_1): Reload plus at the place of
10152         index register.
10154 2003-04-24  Nathan Sidwell  <nathan@codesourcery.com>
10156         New GCOV_TAG_FUNCTION layout
10157         * coverage.c (struct function_list): Replace name with ident.
10158         (struct counts_entry): Likewise.
10159         (fn_ident): New.
10160         (htab_counts_entry_hash, htab_counts_entry_eq,
10161         htab_counts_entry_del): Adjust.
10162         (reads_count_file, get_coverage_counts,
10163         coverage_begin_output, coverage_end_function): Adjust.
10164         (build_fn_info_type, build_fn_info_value): Likewise.
10165         * gcov-dump.c (tag_function): Adjust.
10166         * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10167         * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
10168         * gcov.c (struct function_info): Add ident.
10169         (read_graph_file, read_count_file): Adjust.
10170         * libgcov.c (gcov_exit): Adjust.
10172 2003-04-23  Richard Henderson  <rth@redhat.com>
10174         PR opt/8300
10175         * toplev.c (rest_of_compilation): Delay no_new_pseudos until
10176         after initialize_uninitialized_subregs; update reg info assuming
10177         new pseudos were created.
10179 2003-04-23  Neil Booth  <neil@daikokuya.co.uk>
10181         * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
10182         * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
10183         (lex_string): Take cpp_string with full spelling.
10184         (cb_ident): Update.
10185         (c_lex): Update diagnostics.
10186         * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
10187         (create_literal): New.
10188         (lex_string): Unterminated literals have type CPP_OTHER.
10189         (_cpp_lex_direct): Update calls to lex_string.  Use create_literal
10190         for CPP_OTHER.
10191         (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
10192         (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
10193         * cpplib.c (parse_include, do_line, do_linemarker,
10194         destringize_and_run): Update for token storing full spelling.
10195         * cpplib.h: Update token spelling types.
10196         * cppmacro.c (stringify_arg, check_trad_stringification):
10197         Update for token storing full spelling.
10199 2003-04-23  Ulrich Weigand  <uweigand@de.ibm.com>
10201         * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
10203 2003-04-23  Richard Earnshaw  <rearnsha@arm.com>
10205         * arm.h (TARGET_OPTIONS): Add value field.
10207 2003-04-23  Mark Mitchell  <mark@codesourcery.com>
10209         * doc/extend.texi: Remove duplicate 2003 copyright date.
10211 2003-04-23  Nathan Sidwell  <nathan@codesourcery.com>
10213         * Makefile.in (LIBGCC_DEPS): Add gcov headers.
10214         (libgcov.a): Depends on LIBGCC_DEPS.
10215         * basic-block.h (profile_info): Moved here from coverage.h. Made
10216         a pointer.
10217         * coverage.c (struct function_list): Fixed array of counter types.
10218         (struct counts_entry): Keyed by counter type, contains summary.
10219         (profile_info): Moved to profile.c.
10220         (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
10221         vars.
10222         (profiler_label): Remove.
10223         (ctr_labels): New.
10224         (set_purpose, label_for_tag, build_counter_section_fields,
10225         build_counter_section_value, build_counter_section_data_fields,
10226         build_counter_section_data_values, build_function_info_fields,
10227         build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
10228         (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
10229         build_ctr_info_value, build_gcov_info): New.
10230         (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
10231         (reads_counts_file): Adjust.
10232         (get_coverage_counts): Takes counter number. Add summary
10233         parameter. Adjust.
10234         (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
10235         create counter array labels.
10236         (coverage_end_function): Adjust.
10237         (create_coverage): Adjust.
10238         (find_counters_section): Remove.
10239         * coverage.h (MAX_COUNTER_SECTIONS): Remove.
10240         (struct section_info, struct profile_info): Remove.
10241         (profile_info): Moved to basic-block.h.
10242         (coverage_counter_ref): Takes a counter number.
10243         (get_coverage_counts): Takes a counter number. Added summary
10244         parameter.
10245         (find_counters_section): Remove.
10246         * gcov-dump.c (tag_arc_counts): Rename to ...
10247         (tag_counters): ... here. Adjust.
10248         (tag_table): Move tag_counters to 3rd entry. Remove
10249         PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
10250         (dump_file): Check for counter tag values here.
10251         (tag_summary): Adjust.
10252         * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
10253         * gcov-io.h (GCOV_LOCKED): New.
10254         (GCOV_TAG_ARC_COUNTS): Rename to ...
10255         (GCOV_TAG_COUNTS_BASE): ... here.
10256         (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
10257         Remove.
10258         (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
10259         (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
10260         GCOV_TAG_IS_COUNTER): New.
10261         (struct gcov_ctr_summary): New.
10262         (struct gcov_summary): Adjust.
10263         (struct gcov_counter_section): Remove.
10264         struct gcov_counter_section_data): Remove.
10265         (struct gcov_function_info): Rename to ...
10266         (struct gcov_fn_info): ... here. Adjust.
10267         (struct gcov_ctr_info): New.
10268         (struct gcov_info): Adjust.
10269         * gcov.c (read_count_file): Adjust.
10270         (output_lines): Adjust.
10271         * libgcov.c (gcov_exit): Adjust.
10272         (__gcov_flush): Adjust.
10273         * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
10274         * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
10275         probably_never_executed_bb_p, compute_frequency_function): Adjust
10276         profile_info use.
10277         * profile.c (struct counts_entry): Remove.
10278         (profile_info): Define here.
10279         (get_exec_counts): Adjust get_coverage_counts call.
10280         (compute_branch_probablilities): Remove find_counters_section
10281         call.
10282         (gen_edge_profiler): Adjust coverage_counter_ref call.
10283         * tracer.c (tail_duplicate): Adjust profile_info use.
10285 2003-04-23  Roger Sayle  <roger@eyesopen.com>
10287         PR optimization/10339
10288         * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
10289         directly instead of unsafely transforming call into a memcmp.
10290         (expand_builtin_strncmp): Likewise.
10292 2003-04-22  Roger Sayle  <roger@eyesopen.com>
10294         * alias.c (mark_constant_function):  Check for constancy and
10295         purity even of void functions.  Update both the function decl
10296         and the cgraph RTL info with the results.
10298 2003-04-22  Roger Sayle  <roger@eyesopen.com>
10300         * real.c (do_add): Change to return a bool indicating that the
10301         result of the operation may be inexact due to loss of precision.
10302         (do_multiply): Likewise.
10303         (do_divide): Likewise.
10305 2003-04-22  Geoffrey Keating  <geoffk@apple.com>
10306             Loren James Rittle  <ljrittle@acm.org>
10308         * dwarf2out.c (fde_table_allocated): Mark with GTY.
10309         (decl_die_table_allocated): Likewise.
10310         (abbrev_die_table_allocated): Likewise.
10311         (line_info_table_allocated): Likewise.
10312         (separate_line_info_table_allocated): Likewise.
10313         (pubname_table_allocated): Likewise.
10314         (arange_table_allocated): Likewise.
10315         (ranges_table_allocated): Likewise.
10316         (decl_die_table_in_use): Unconditionalize; mark with GTY.
10317         (abbrev_die_table_in_use): Likewise.
10318         (line_info_table_in_use): Likewise.
10319         (separate_line_info_table_in_use): Likewise.
10320         (pubname_table_in_use): Likewise.
10321         (arange_table_in_use): Likewise.
10322         (ranges_table_in_use): Likewise.
10323         (have_location_lists): Likewise.
10324         (emitcount): New GTY-marked static, moved...
10325         (maybe_emit_file): ...from here.
10326         (label_num): New GTY-marked static, moved...
10327         (gen_internal_sym): ...from here.
10329 2003-04-22  Richard Henderson  <rth@redhat.com>
10331         PR 8866
10332         * rtl.h (MEM_NOTRAP_P): New.
10333         (MEM_COPY_ATTRIBUTES): Copy it.
10334         * rtlanal.c (may_trap_p): Check it.
10335         * expr.c (do_tablejump): Set it.
10336         * doc/rtl.texi (Flags): Document it.
10338         * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
10340 2003-04-22  Olivier Hainque  <hainque@act-europe.fr>
10342         * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
10343         set FRP on stack adjustment for outgoing args if frame_pointer_needed.
10345 2003-04-22  Vincent Celier <celier@gnat.com>
10347         * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
10348         --enable-threads=gnat.
10349         * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
10350         * configure.in: Add gnat to the list of thread packages
10351         * configure: Rebuild.
10352         * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
10354 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
10356         * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
10358 2003-04-22  Devang Patel  <dpatel@apple.com>
10360         * cpptrad.c (_cpp_replacement_text_len): Add check for macro
10361         parameter count.
10362         (_cpp_copy_replacement_text): Same.
10364 2003-04-22  Neil Booth  <neil@daikokuya.co.uk>
10366         * c-lex.c (c_lex): Handle CPP_OTHER differently.
10367         * cppexp.c (_cpp_parse_expr): Similarly.
10368         * cpplex.c (SPELL_CHAR): Remove.
10369         (_cpp_lex_direct): Stray chars are saved as byte strings.
10370         (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
10371         handle SPELL_CHAR.
10372         (cpp_avoid_paste): Update handling of CPP_OTHER.
10373         * cpplib.h: Spell CPP_OTHER like a number.
10374         (struct cpp_token): Remove member c.
10375         * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
10377 2003-04-22  David Turner <novalis@gnu.org>
10379         * gbl-ctors.h: Add special license exception.
10380         * libgcc2.h: Likewise.
10381         * tsystem.h: Likewise.
10382         * gcov-io.h: Likewise.
10384 2003-04-22  David Edelsohn  <edelsohn@gnu.org>
10386         * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
10387         macro defaulting to original BRANCH_COST heuristic.
10388         * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
10390         * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
10392 2003-04-22  Aldy Hernandez  <aldyh@redhat.com>
10394         * config/rs6000/t-spe: Merge in t-fprules into file.
10396         * config.gcc: Add t-spe to powerpc-eabispe.
10398 2003-04-22  Kean Johnston  <jkj@sco.com>
10400         * tlink.c (recompile_files): Add missing '=' to putenv calls
10402 2003-04-22  Nathan Sidwell  <nathan@codesourcery.com>
10404         * ginclude/stddef.h: Provide C++ safe offsetof.
10406 2003-04-22  J"orn Rennecke <joern.rennecke@superh.com>
10408         * function.c (purge_addressof_1): In (mem (addressof (reg))) case
10409         for reg notes, if there are no substitutions, just use a SUBREG.
10411 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10413         * Makefile.in (calls.o): Depend on except.h.
10414         * calls.c: Include except.h.
10415         (emit_call_1): Call note_eh_region_may_contain_throw if
10416         appropriate.
10417         * except.c (eh_region): Add may_contain_throw.
10418         (expand_eh_region_end_cleanup): Do not include handler code when
10419         it cannot be reached.
10420         (note_eh_region_may_contain_throw): New function.
10421         * except.h (note_eh_region_may_contain_throw): New function.
10423 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10425         * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
10426         changes.
10428 2003-04-21  Aldy Hernandez  <aldyh@redhat.com>
10430         * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
10431         64-bit long doubles.
10433 2003-04-21  Olivier Hainque  <hainque@act-europe.fr>
10435         * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
10436         a number of conversions required for type consistency and previously
10437         stripped off by STRIP_NOPS.
10439         * calls.c (expand_call): Prevent sibcall optimization for calls to
10440         nested subprograms.
10442         * expmed.c (extract_bit_field): Reverse operands of && condition to
10443         prevent a potential division by zero in the previously first branch.
10444         * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
10446 2003-04-21  Joel Brobecker  <brobecker@gnat.com>
10448         * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
10449         (subrange_type_die): Likewise.
10450         (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
10451         (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
10453 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10455         Break out coverage routines to new file.
10456         * Makefile.in (COVERAGE_H): New variable
10457         (C_OBJS): Add coverage.o
10458         (coverage.o): New target.
10459         (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
10460         dependencies.
10461         (GTFILES): Adjust.
10462         (gt-coverage.h): New target.
10463         (gt-profile.h): Remove.
10464         * profile.h: Remove. Move to ...
10465         * coverage.h: ... here. New. #include gcov-io.h.
10466         * gcov-io.h: Move function definitions to ...
10467         * gcov-io.c: ... here. New.
10468         * profile.c: Move coverage routines to coverage.c.
10469         (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
10470         end_branch_prob): Adjust.
10471         * coverage.c: New. Coverage routines from profile.c
10472         (coverage_counter_ref, coverage_init, coverage_finish,
10473         coverage_end_function, coverage_begin_output,
10474         coverage_counter_ref, get_coverage_counts): Define.
10475         * gcov-dump.c, gcov.c: #include gcov-io.c.
10476         * libgcov.c: Likewise. Adjust.
10477         * loop-init.c: Don't #include profile.h
10478         * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
10479         * rtl.h: Add coverage prototypes.
10480         * toplev.c (compile_file): Init coverage, not branch_prob.
10481         Always call coverage_finish.
10482         (rest_of_compilation): Call coverage_end_function.
10484 2003-04-21  Matt Kraai  <kraai@alumni.cmu.edu>
10486         * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
10488 2003-04-21  Neil Booth  <neil@daikokuya.co.uk>
10490         * c-ppoutput.c (cb_include): Don't take a cpp_token.
10491         * cppfiles.c: Don't undef strcmp.
10492         (find_include_file): Don't take a cpp_token.  Check for empty
10493         file names.
10494         (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
10495         (cpp_push_include): Simplify.
10496         * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
10497         * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
10498         (parse_include): Similary.  Don't check for zero-length filenames.
10499         (do_include_common, do_pragma_dependency): Update accordingly.
10500         * cpplib.h (struct cpp_callbacks): Change prototype of include.
10502 2003-04-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10504         * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
10505         details of conflict handling.
10507         * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
10508         when conversion overflows.
10510         * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
10512         * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
10513         before clearing.
10515 2003-04-21  Mark Mitchell  <mark@codesourcery.com>
10517         * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
10518         have the same form as the old RTL.
10520 2003-04-21  Andreas Jaeger  <aj@suse.de>
10522         * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
10524 2003-04-20  Chris Lattner  <sabre@nondot.org>
10525             Zack Weinberg  <zack@codesourcery.com>
10527         * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
10528         genrtl_cleanup_stmt.  Correct comment at head of
10529         genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
10531         * stmt.c (struct nesting): Kill n_function_calls.
10532         (expand_start_bindings): Don't set
10533         thisblock->data.block.n_function_calls.
10534         (expand_end_bindings): Compare function_call_count against 0.
10535         (expand_cleanups): Kill DONT_DO argument; all callers passed
10536         NULL_TREE. All callers updated to match.
10538 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
10540         * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
10541         (defer_addressed_constants, output_deferred_addressed_constants): Kill.
10542         (output_constant_def): Remove code predicated on
10543         defer_addressed_constants_flag.
10545         * output.h: Remove prototypes of deleted functions.
10546         * c-typeck.c (constructor_subconstants_deferred): Kill.
10547         (struct initializer_stack): Remove 'deferred' field.
10548         (start_init): Remove all references to the above.
10549         (finish_init): Likewise. Also remove never-executed call to
10550         output_deferred_addressed_constants.  Pull assignment to
10551         defstr out of if expression.
10553 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
10555         * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
10556         NOTE_NEWLINE): Remove.
10557         * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
10558         to handle new form of line note type.
10560 2003-04-20  Zack Weinberg  <zack@codesourcery.com>
10562         * target.h (encode_section_info): Add new argument carrying
10563         the RTL to be modified by the hook.
10565         * varasm.c (make_decl_rtl, output_constant_def): Update calls
10566         to encode_section_info.
10567         (default_encode_section_info): Take and use RTL argument,
10568         don't use TREE_CST_RTL or DECL_RTL.
10569         * output.h: Update prototype of default_encode_section_info.
10570         * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
10571         (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
10572         Update calls to encode_section_info.
10574         * config/darwin.c, config/arm/arm.c, config/arm/pe.c
10575         * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
10576         * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
10577         * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
10578         * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
10579         * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
10580         Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
10581         except for PE dllimport/dllexport.  Update calls to
10582         default_encode_section_info.
10584         * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
10585         Update prototypes.
10587         * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
10589 2003-04-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
10591         PR/8705
10592         * pa.md (movccfp): New expander.
10593         (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
10594         Reverse fcmp conditions.
10596 2003-04-20  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10598         * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
10599         of operand 1 correctly.
10601 2003-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10603         * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
10604         * gcov.c (output_lines): Don't be so fussy about going past EOF.
10606 2003-04-20  Neil Booth  <neil@daikokuya.co.uk>
10608         * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
10609         (cppcharset.o): New target.
10610         * c-lex.c (is_extended_char): Move to cppcharset.c.
10611         (utf8_extend_token): Delete.
10612         * cppcharset.c: New file.
10613         * cpphash.h (_cpp_valid_ucn): New.
10614         * cpplex.c (lex_identifier): Update prototype.
10615         (continues_identifier_p): Rename forms_identifier_p.  Handle UCN
10616         escapes.
10617         (maybe_read_ucs): Rename maybe_read_ucn.  Update to use code
10618         in cppcharset.c.
10619         (lex_number, lex_identifier, cpp_parse_escape): Update.
10620         (_cpp_lex_direct): Update to handle UCNs.
10621         (cpp_avoid_paste): Don't paste to form a UCN.
10623 2003-04-19  Roger Sayle  <roger@eyesopen.com>
10625         * builtins.c (expand_builtin):  Don't expand a pure or const
10626         built-in function if the result will be ignored and none of
10627         its arguments are volatile.
10629 2003-04-19  Kean Johnston  <jkj@sco.com>
10631         * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
10632         * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
10633         target fragment now: t-sco5; dont compile crti.o.
10634         * config/i386/sco5.h: major overhaul to remove all COFF remnants
10635         and to use elfos.h for most definitions.
10636         (BSS_SECTION_ASM_OP): set correct segment attributes.
10637         (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
10638         (DWARF2_UNWIND_INFO): Always set to 1.
10639         (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
10640         (MD_STARTFILE_PREFIX_1): Define.
10641         (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
10642         (DEFAULT_LINKER): Define if not specified to configure.
10643         (CTORS_SECTION_ASM_OP): Remove COFF crud.
10644         (DTORS_SECTION_ASM_OP): Remove COFF crud.
10645         (WINT_TYPE): Define.
10646         (SDB_DEBUGGING_INFO): Remove.
10647         (EXTRA_SECTIONS): Likewise.
10648         (EXTRA_SECTION_FUNCTIONS): Likewise.
10649         (CTOR_LIST_BEGIN): Likewise.
10650         (CTOR_LIST_END): Likewise.
10651         (INIT_SECTION_FUNCTION): Likewise.
10652         (FINI_SECTION_FUNCTION): Likewise.
10653         (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
10654         (LOCAL_LABEL_PREFIX): Likewise.
10655         (NON_SAVING_SETJMP): Likewise.
10656         (RETURN_POPS_ARGS): Likewise.
10657         (ASM_OUTPUT_SKIP): Likewise.
10658         (TARGET_ASM_NAMED_SECTION): Likewise.
10659         (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10660         (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
10661         (ASM_OUTPUT_IDENT): Likewise.
10662         (ASM_OUTPUT_CASE_LABEL): Likewise.
10663         (ASM_OUTPUT_ASCII): Likewise.
10664         (ASM_OUTPUT_LIMITED_STRING): Likewise.
10665         (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
10666         (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10667         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10668         (ASM_FINISH_DECLARE_OBJECT): Likewise.
10669         (ASM_DECLARE_OBJECT_NAME): Likewise.
10670         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
10671         (ASM_DECLARE_FUNCTION_NAME): Likewise.
10672         (ASM_DECLARE_RESULT): Likewise.
10673         (ASM_WEAKEN_LABEL): Likewise.
10674         (SUPPORTS_WEAK): Likewise.
10675         (APPLY_RESULT_SIZE): Likewise.
10676         (LPREFIX): Likewise.
10677         (ALIGN_ASM_OP): Likewise.
10678         (ASCII_DATA_ASM_OP): Likewise.
10679         (IDENT_ASM_OP): Likewise.
10680         (ASM_SHORT): Likewise.
10681         (ASM_LONG): Likewise.
10682         (TYPE_ASM_OP): Likewise.
10683         (SIZE_ASM_OP): Likewise.
10684         (STRING_ASM_OP): Likewise.
10685         (SKIP_ASM_OP): Likewise.
10686         (EH_FRAME_SECTION_ASM_OP): Likewise.
10687         (READONLY_DATA_SECTION_ASM_OP): Likewise.
10688         (INIT_SECTION_ASM_OP): Likewise.
10689         (FINI_SECTION_ASM_OP): Likewise.
10690         (TEXT_SECTION_ASM_OP): Likewise.
10691         (DATA_SECTION_ASM_OP): Likewise.
10692         (TYPE_OPERANT_FORMAT): Likewise.
10693         (ASM_SPEC): Remove COFF code.
10694         (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
10695         cause -pg to emit an error; use pcrt1elf.o with -pp
10696         (ENDFILE_SPEC): Likewise.
10697         (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
10698         (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
10699         (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
10700         add -z alt_resolve to support weak symbols the way GCC wants them.
10701         (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
10702         (LIBGCC_SPEC): Dont use -lgcc in -G mode.
10703         (ASM_PREFERED_EH_DATA_FORMAT): Remove.
10704         * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
10705         (CRTSTUFF_T_CFLAGS_S): Define.
10706         (MULTILIB_OPTIONS): Likewise.
10707         (MULTILIB_DIRNAMES): Likewise.
10708         (MULTILIB_MATCHES): Likewise.
10709         (MULTILIB_EXTRA_OPTS): Likewise.
10710         (LIBGCC): Likewise.
10711         (INSTALL_LIBGCC): Likewise.
10712         (crti.o): Remove.
10713         * config/i386/t-sco5gas: Remove.
10714         * doc/install.texi: Updated for new OpenServer instructions.
10715         * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
10717 2003-04-19  Kean Johnston  <jkj@sco.com>
10719         * fixinc/check.tpl: Allow user to over-ride diff program.
10720         * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
10721         (sco_math): Added test for SCO math header files.
10722         (sco_regset): Added check for conflicts with ieeefp.h.
10723         (svr4_disable_opt): Removed extraneous #ifdef SVR4.
10724         * fixinc/fixincl.x: Regenerated
10725         * fixinc/tests/base/math.h: Added sco_math tests.
10726         * fixinc/tests/base/string.h: New file.
10727         * fixinc/tests/base/sys/regset.h: New file.
10729 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10731         * cpphash.h (struct cpp_buffer): Remove backup_to.
10732         * cpplex.c (BACKUP, get_effective_char): Die.
10733         (_cpp_skip_block_comment): Assume '*' is location on entry.
10734         (continues_identifier_p): Respect -fno-dollars-in-identifiers.
10735         (IF_NEXT_IS): Update.
10736         (_cpp_lex_direct): Don't use backup_to; look ahead directly.
10738 2003-04-19  Matt Kraai  <kraai@alumni.cmu.edu>
10740         * README.Portability: Move to a new section and obsolete K+R
10741         portability issues.
10743 Sat Apr 19 14:56:17 CEST 2003  Jan Hubicka  <jh@suse.cz>
10745         * rtlanal.c (subreg_offset_representable_p):  Fix call of
10746         subreg_lowpart.
10748 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10750         * cpphash.h (struct cpp_reader): New member warned_dollar.
10751         * cpplex.c (continues_identifier_p): New function.
10752         (parse_identifier, parse_number, parse_string): Rename lex_identifer,
10753         lex_number and lex_string, and simplify.
10754         (parse_slow, unescaped_terminator_p): Die.
10755         (_cpp_lex_direct): Update.
10757 2003-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10759         * calls.c (expand_call): Provide init for old_stack_pointer_delta.
10761 2003-04-19  Nathan Sidwell  <nathan@codesourcery.com>
10763         * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
10764         fork behavior.
10766 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10768         * cppexp.c (eval_token): Permit true and false even if pedantic.
10770 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10772         * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
10774 2003-04-19  Neil Booth  <neil@daikokuya.co.uk>
10776         * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
10777         MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
10778         (struct include_file): Remove fefcnt, mapped members.
10779         (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
10780         (read_include_file): Don't use mmap, terminate buffers in '\r'.
10781         (purge_cache): Don't use munmap.
10782         * cpphash.h (CPP_BUF_COLUMN): Update.
10783         (lexer_state): Remove lexing_comment.
10784         (struct _cpp_line_note): New.
10785         (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
10786         next_line and need_line.  Remove col_adjust and saved_flags.
10787         (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
10788         _cpp_skip_block_comment, scan_out_logical_line): New.
10789         (_cpp_init_mbchar): Remove.
10790         * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
10791         (cpp_read_main_file): Set line to 1 earlier.
10792         (post_options): -traditional-cpp doesn't want trigraphs.
10793         * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
10794         (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
10795         _cpp_get_fresh_line): New.
10796         (handle_newline, skip_escaped_newlines, trigraph_p,
10797         continue_after_nul, _cpp_init_mbchar): Remove.
10798         (get_effective_char): Update.
10799         (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
10800         (skip_line_comment): Simplify.
10801         (skip_whitespace, parse_identifier, parse_slow, parse_number,
10802         parse_string): Update.
10803         (cpp_lex_direct): Use clean lines and process line notes.  Update.
10804         (cpp_interpret_charconst): No MULTIBYTE_CHARS.
10805         * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
10806         directly.
10807         (_cpp_handle_directive): Don't set saved_flags.
10808         (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
10809         cpp_undef, handle_assertion, cpp_push_buffer): Update.
10810         (_cpp_pop_buffer): Free notes.
10811         * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
10812         * cpppch.c (cpp_read_state): \n terminate buffer.
10813         * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
10814         (copy_comment): Use _cpp_skip_block_comment.
10815         (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
10816         Simplify.
10817         (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
10818         save_replacement_text): Update.
10819         (scan_out_logical_line): Update to use clean lines and process
10820         line notes.
10821         * fix-header.c (read_scan_file): Update.
10823 2003-04-18  Douglas B Rupp  <rupp@gnat.com>
10825         * unwind-dw2-fde.c (__register_frame_info_bases): Check for
10826         null begin parameter (as well as pointer to null).
10827         (__deregister_frame_info_bases): Likewise.
10829 2003-04-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10831         * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
10832         hard or virtual register and copy into pseudo if replacement fails.
10834         * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
10836         * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
10838 2003-04-18  Olivier Hainque <hainque@act-europe.fr>
10840         * calls.c (expand_call): Move special case for constructor calls
10841         to right place. Ensures constructor calls used to initialize
10842         arguments get a clean outgoing argument block for themselves.
10843         Move check for stack deallocation completeness until after last
10844         deallocation.  Add stack_pointer_delta to set of state
10845         variables saved and restored along with current stack_level.
10847         * integrate.c (expand_inline_function): Ensure non-const actuals
10848         don't end up const in the caller's flow after conversion to possibly
10849         const formal type.
10851 2003-04-18  Vincent Celier  <celier@gnat.com>
10853         * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
10854         and *_DIV_EXPR as TRUNC_*_EXPR.
10856 2003-04-18  Mark Mitchell  <mark@codesourcery.com>
10858         * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
10859         for orphaned jump tables.
10861 2003-04-18  Kazu Hirata  <kazu@cs.umass.edu>
10863         * reload1.c: Revert my previous patch on 2002-04-17.
10865 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10867         * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
10868         Add Segher Boessenkool.
10870 2003-04-18  Alexander Sotirov  <sluncho@mirizma.org>
10872         PR c/9177
10873         * c-decl.c (c_expand_body): Don't garbage collect the function
10874         body if we are going to dump it later.
10876 2003-04-18  Richard Henderson  <rth@redhat.com>
10878         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
10879         (alpha_end_function): Don't set them.
10880         (decl_in_text_section): Remove.
10881         (alpha_encode_section_info): Remove.
10882         (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
10883         (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
10884         sections, rather than decl_in_text_section results.
10886 2003-04-18  Roger Sayle  <roger@eyesopen.com>
10888         * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
10889         and SIGN_EXTRACT.
10891 2003-04-18  Eric Botcazou  <ebotcazou@libertysurf.fr>
10893         PR optimization/7675
10894         * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
10895         on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
10896         nested functions if they refer to declarations from parent functions.
10897         * stmt.c (expand_decl): Don't put automatic variables in registers
10898         if the DECL_NONLOCAL flag is set.
10900 2003-04-18  Hans-Peter Nilsson  <hp@bitrange.com>
10902         * gcse.c (compute_ld_motion_mems): For MEM destinations, only
10903         consider those to be movable where the source matches
10904         want_to_gcse_p.
10905         (update_ld_motion_stores): In comment, refer to
10906         compute_ld_motion_mems for validity of replacement.
10908 Fri Apr 18 01:28:51 CEST 2003  Jan Hubicka  <jh@suse.cz>
10910         * gcov-dump.c (tag_summary): Remove max_sum
10911         * gcov-io.h (gcov_summary, gcov_write_summary,
10912         gcov_read_summary): Kill max_sum.
10913         * libgcov.c (gcov_exit): Do one pass over the data.  Make error
10914         message more verbose.
10916         * emit-rtl.c (subreg_hard_regno):  Check that register is
10917         representable.
10919         * reload.c (reload_inner_reg_of_subreg):  When register is not
10920         representable, reload the whole thing.
10921         (find_reloads): Likewsie.
10922         * rtlanal.c (subreg_representable_p):  New function.
10924         * profile.c (compute_branch_probabilities):  Cleanup sanity checking;
10925         allow negative probabilities for edges from the call to exit.
10926         (branch_prob): Do not add fake edges for functions that may return
10927         twice.
10929 2003-04-17  DJ Delorie  <dj@redhat.com>
10931         * toplev.c (target_options): Add value field.
10932         (set_target_switch): Handle target options with values.
10933         * doc/tm.texi: Document how fixed vs variable target
10934         options work.
10935         * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
10936         config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
10937         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
10938         config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
10939         config/m32r/m32r.h, config/m68hc11/m68hc11.h,
10940         config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
10941         config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
10942         config/rs6000/rs6000.h, config/rs6000/sysv4.h,
10943         config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
10944         Add value initializer to target options.
10946 2003-04-07  Loren James Rittle  <ljrittle@acm.org>
10948         * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
10950 2003-04-17  Kazu Hirata  <kazu@cs.umass.edu>
10952         * reload1.c (move2add_last_cc0): New.
10953         (reload_cse_move2add): Detect implicit sets.
10954         (move2add_note_store): Notice a store into cc0.
10956 2003-04-17  Roger Sayle  <roger@eyesopen.com>
10958         PR c/10375
10959         * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
10960         function attributes.
10962 2003-04-17  Janis Johnson  <janis187@us.ibm.com>
10964         * doc/sourcebuild.texi (Test Suites): Document support for testing
10965         binary compatibility (moved from testsuite/README.compat).
10967 2003-04-17  Richard Henderson  <rth@redhat.com>
10969         * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
10971 2003-04-17  Simon Law  <sfllaw@engmail.uwaterloo.ca>
10973         * doc/include/gpl.texi: Fix double-spacing after "MA" to match
10974         the one provided by the FSF.
10976 2003-04-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10978         * doc/install.texi (Binaries): Update URL and list of platforms
10979         provided by ftp.thewrittenword.com.
10981 2003-04-17  Richard Henderson  <rth@redhat.com>
10983         * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
10984         (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
10985         * config/xtensa/xtensa.md (call, call_value): Likewise.
10987 2003-04-17  Richard Henderson  <rth@redhat.com>
10989         * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
10990         (print_operand_address): Likewise.
10991         (ep_memory_operand): Likewise.
10992         (special_symbolref_operand): Likewise.
10993         (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
10994         (v850_encode_section_info): Call default_encode_section_info.
10995         (v850_strip_name_encoding): Remove.
10996         * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
10997         (ASM_OUTPUT_LABELREF): Remove.
10998         (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
10999         (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
11000         (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
11001         (ENCODED_NAME_P): Remove.
11002         (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
11003         (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
11004         (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
11006 2003-04-17  Richard Henderson  <rth@redhat.com>
11008         * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
11009         * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
11010         SYMBOL_REF_FUNCTION_P.
11012 2003-04-17  Richard Henderson  <rth@redhat.com>
11014         * config/sparc/sparc.c (sparc_encode_section_info): Remove.
11015         (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
11016         (text_segment_operand): Likewise.
11018 2003-04-17  Richard Henderson  <rth@redhat.com>
11020         * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
11021         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11022         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11023         (sh_encode_section_info): Remove.
11024         (sh_strip_name_encoding): Remove.
11025         * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
11026         (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
11027         (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
11028         (ASM_OUTPUT_LABELREF): Remove.
11029         (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
11030         * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
11032 2003-04-17  Richard Henderson  <rth@redhat.com>
11034         * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
11035         (tls_model_chars): Remove.
11036         (larl_operand): Use SYMBOL_REF_FLAGS.
11037         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11038         (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
11039         (s390_output_mi_thunk): Likewise.
11040         (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
11041         (s390_function_profiler): Likewise.
11042         (s390_encode_section_info): Use default_encode_section_info
11043         and SYMBOL_FLAG_ALIGN1.
11044         (s390_strip_name_encoding): Remove.
11045         * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
11046         * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
11047         (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
11049 2003-04-17  Richard Henderson  <rth@redhat.com>
11051         * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
11052         (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
11053         (print_operand_address): Likewise.
11055         * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
11056         * config/ns32k/ns32k.c (expand_block_move): Don't check
11057         flag_unroll_loops.
11059 2003-04-17  Richard Henderson  <rth@redhat.com>
11061         * config/mcore/mcore.c (mcore_encode_section_info): Don't set
11062         SYMBOL_REF_FLAG.
11064 2003-04-17  Richard Henderson  <rth@redhat.com>
11066         * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
11068         * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
11069         (SYMBOL_REF_MODEL): New.
11070         (LIT_NAME_P): Move from m32r.h.
11071         (m32r_select_section): Remove.
11072         (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
11073         (m32r_strip_name_encoding): Remove.
11074         (m32r_in_small_data_p): New.
11075         (small_data_operand): Use SYMBOL_REF_SMALL_P.
11076         (addr24_operand): Use SYMBOL_REF_MODEL.
11077         (call26_operand): Likewise.
11078         (addr32_operand): Tidy.
11079         (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
11080         * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
11081         (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
11082         (READONLY_DATA_SECTION_ASM_OP): Remove.
11083         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
11084         (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
11085         (TARGET_ASM_SELECT_SECTION): Remove.
11086         (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
11087         (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
11088         (LARGE_NAME_P, ENCODED_NAME_P): Remove.
11089         (ASM_OUTPUT_LABELREF): Remove.
11091 2003-04-17  Richard Henderson  <rth@redhat.com>
11093         * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
11094         (encode_section_info): Remove.
11095         * config/ip2k/ip2k-protos.h: Update.
11097 2003-04-17  Richard Henderson  <rth@redhat.com>
11099         * varasm.c (default_encode_section_info): Don't set
11100         SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
11101         * config/i370/i370.c (i370_encode_section_info): Remove.
11102         * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
11103         (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
11104         * config/i370/i370.md (movsi): Likewise.
11106         * config/i370/t-i370: Add missing backslash.
11108 2003-04-17  Eric Botcazou  <ebotcazou@libertysurf.fr>
11110         * doc/invoke.texi (inline-limit): Fix pasto.
11112 2003-04-17  Richard Henderson  <rth@redhat.com>
11114         * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
11115         (small_call_insn_operand): Use it.
11116         (SYMBOL_FLAG_EIGHTBIT_DATA): New.
11117         (h8300_eightbit_constant_address_p): Use it.
11118         (SYMBOL_FLAG_TINY_DATA): New.
11119         (h8300_tiny_constant_address_p): Use it.
11120         (h8300_encode_label, h8300_strip_name_encoding): Remove.
11121         (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
11122         * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
11123         (ASM_OUTPUT_LABELREF): Remove.
11125 2003-04-16  Richard Henderson  <rth@redhat.com>
11127         * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
11128         all users with SYMBOL_REF_SMALL_P.
11129         (const_small_data_p): Use SYMBOL_REF_SMALL_P.
11130         (frv_encode_section_info): Remove.
11131         (frv_strip_name_encoding): Remove.
11132         (frv_in_small_data_p): Merge tests from encode_section_info.
11133         (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
11134         * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
11135         (SDATA_NAME_P): Remove.
11136         (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
11137         (ASM_OUTPUT_LABELREF): Remove.
11138         (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
11140         * config/frv/frv.c (frv_asm_out_constructor): New.
11141         (frv_asm_out_destructor): New.
11142         * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
11143         (DTORS_SECTION_ASM_OP): New.
11144         (ASM_OUTPUT_CONSTRUCTOR): Remove.
11145         (ASM_OUTPUT_DESTRUCTOR): Remove.
11147 2003-04-16  Richard Henderson  <rth@redhat.com>
11149         * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
11150         SYMBOL_REF_LOCAL_P; abort if not pic.
11151         (cris_encode_section_info): Remove.
11153 2003-04-16  Richard Henderson  <rth@redhat.com>
11155         * config/c4x/c4x.c (c4x_encode_section_info): Remove.
11156         (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
11158         * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
11159         flag_inline_trees.
11161 2003-04-16  Richard Henderson  <rth@redhat.com>
11163         * config/avr/avr.c (avr_encode_section_info): Remove.
11164         (avr_insert_attributes): New.
11165         (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
11166         (avr_assemble_integer): Likewise.
11168 2003-04-16  Richard Henderson  <rth@redhat.com>
11170         * arc.c (arc_encode_section_info): Remove.
11171         (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
11172         (arc_print_operand, arc_print_operand_address): Likewise.
11173         * arc.h (EXTRA_CONSTRAINT): Likewise.
11175 2003-04-16  Roger Sayle  <roger@eyesopen.com>
11177         * c-semantics.c (find_reachable_label): New function to find a
11178         potentially reachable label in an expression.
11179         (expand_unreachable_if_stmt): Similar to expand_if_stmt but
11180         assumes the start of the IF_STMT is unreachable (dead) code.
11181         (expand_unreachable_stmt): Similar to expand_stmt but assumes
11182         the start of the statement list is unreachable (dead) code.
11183         (genrtl_if_stmt):  If the controlling expression of the IF
11184         is constant, use expand_unreachable_stmt for the THEN or ELSE
11185         clause as appropriate.
11186         (genrtl_switch_stmt):  Use expand_unreachable_stmt to expand
11187         the body of a SWITCH statement.
11188         (expand_stmt): The code immediately following a "return",
11189         "break", "continue" or "goto" is unreachable.
11190         * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
11192 2003-04-16  Richard Henderson  <rth@redhat.com>
11194         * rtl.h (MEM_ALIAS_SET): Update documentation.
11195         * doc/rtl.texi (Special Accessors): New node.
11196         (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
11198 2003-04-16  Alexandre Oliva  <aoliva@redhat.com>
11200         * reload1.c (reload_cse_noop_set_p): Return false if mode of
11201         SET_DEST is not the same as that returned by...
11202         * cselib.h (cselib_reg_set_mode): ... new function.
11203         * cselib.c (cselib_reg_set_mode): Define it.
11204         (REG_VALUES): Document semantics of first element as set mode.
11205         (cselib_subst_to_values): Skip first element if ELT is NULL.
11206         (cselib_lookup): Likewise.  Insert past the first element.
11207         (cselib_invalidate_regno): NULLify first element.
11208         (cselib_record_set): Set first element.
11210 2003-04-16  Olivier Hainque <hainque@act-europe.fr>
11212         * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
11213         (save_expr): Replace loop by call to skip_simple_arithmetics_at.
11214         * tree.h: Add prototypes for the two new functions.
11215         * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
11216         updates introduced in the previous revision by call to saved_expr_p.
11217         * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
11219         * expr.c (store_field): Force usage of bitfield instructions when
11220         the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
11221         (expand_expr, case BIT_FIELD_REF): likewise.
11223 2003-04-16  Mark Mitchell  <mark@codesourcery.com>
11225         PR middle-end/8866
11226         * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
11227         jumptables.
11229 2003-04-16  Richard Henderson  <rth@redhat.com>
11231         * config/ia64/ia64.c (sdata_symbolic_operand): Use
11232         SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
11233         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11234         (function_operand): Use SYMBOL_REF_FUNCTION_P.
11235         (ia64_expand_load_address): Likewise.
11236         (ia64_assemble_integer): Likewise.
11237         (ia64_encode_section_info): Remove.
11238         (ia64_strip_name_encoding): Remove.
11239         * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
11240         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
11242 2003-04-16  Richard Henderson  <rth@redhat.com>
11244         * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
11245         (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
11246         (direct_call_operand): Use SYMBOL_FLAG_NEAR.
11247         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11248         (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
11249         (global_symbolic_operand): Similarly.
11250         (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
11251         (tls_symbolic_operand_type): Likewise.
11252         (alpha_encode_section_info): Use default_encode_section_info.
11253         (alpha_strip_name_encoding): Remove.
11254         (get_tls_get_addr): Split out from ...
11255         (alpha_legitimize_address): ... here.
11256         (alpha_emit_xfloating_libcall): Use init_one_libfunc.
11257         (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
11258         (alpha_initialize_trampoline): Use init_one_libfunc.
11259         (alpha_setup_incoming_varargs): Mark unused parameters.
11260         (alpha_initial_elimination_offset): Likewise.
11261         (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
11262         (unicosmk_unique_section): Use default_strip_name_encoding.
11263         (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
11265 2003-04-16  Aldy Hernandez  <aldyh@redhat.com>
11267         * config.gcc: Add t-spe for eabispe.
11269         * config/rs6000/t-spe: New.
11271 2003-04-16  J"orn Rennecke <joern.rennecke@superh.com>
11273         Re-apply this patch:
11275         2002-05-16  Dale Johannesen  <dalej@apple.com>
11276           * combine.c (cant_combine_insn_p):  Reenable combinations
11277           involving hard regs unless CLASS_LIKELY_SPILLED_P.
11279 2003-04-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11281         PR/10271
11282         * pa-protos.h (function_arg): Remove last argument.
11283         * pa.c (function_arg): Likewise.  Use CUMULATIVE_ARGS struct instead.
11284         * pa.h (struct hppa_args): Add member incoming.
11285         (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
11286         member incoming.
11287         (FUNCTION_ARG): Revise call to function_arg.
11288         (FUNCTION_INCOMING_ARG): Delete.
11290 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
11292         * configure.in: Unify the code which creates symlinks to a
11293         just-built as, ld, objdump, and nm with the code that detects
11294         their presence for purposes of feature tests.
11295         * configure: Regenerate.
11297 2003-04-15  Zack Weinberg  <zack@codesourcery.com>
11299         * varasm.c (output_constant_def): Do not consult
11300         CONSTANT_AFTER_FUNCTION_P.  Remove all code predicated on it.
11301         (after_function_constants, output_after_function_constants): Delete.
11302         * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
11303         * config/mips/mips-protos.h, config/mips/mips.c
11304         (mips16_constant_after_function_p): Delete.
11305         * config/mips/mips.h: Delete #if-0-ed definition of
11306         CONSTANT_AFTER_FUNCTION_P.
11307         * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
11308         mention of CONSTANT_AFTER_FUNCTION_P in comment.
11310 2003-04-15  Geoffrey Keating  <geoffk@apple.com>
11312         * tree.c (next_decl_uid): Mark with GTY.
11313         (next_type_uid): Likewise.
11315 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11317         PR target/9594:
11318         * sh.c (barrier_align): Also recognize stuff_delay_slot as
11319         an indicator that a barrier was created by branch splitting.
11321 2003-04-15  Mark Mitchell  <mark@codesourcery.com>
11323         * c-decl.c (implicitly_declare): Copy declarations that are going
11324         to be placed in a local scope.
11326 2003-04-15  James A. Morrison  <ja2morri@uwaterloo.ca>
11328         * invoke.texi (Spec Files): Wrap if-exists-else example.
11329         (MCore): Remove duplicate @itemx entries and @opindex entries.
11331 2003-04-15  Ulrich Weigand  <uweigand@de.ibm.com>
11333         * unwind.inc (_Unwind_Backtrace): New function.
11334         * unwind.h (_Unwind_Backtrace): Declare it.
11335         * libgcc-std.ver (_Unwind_Backtrace): Export it.
11337 2003-04-14  Jason Merrill  <jason@redhat.com>
11339         PR middle-end/10336, c++/10401
11340         * jump.c (never_reached_warning): Also stop looking if we reach the
11341         beginning of the function.
11343 2003-04-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11345         PR target/10338
11346         PR bootstrap/10198
11347         PR bootstrap/10140
11348         * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
11350 2003-04-15  J"orn Rennecke <joern.rennecke@superh.com>
11352         * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
11354 2003-04-15  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11356         * optabs.c (expand_binop): In multi-word add cases, ensure
11357         XTARGET is copied to TARGET if they are different.
11359 2003-04-15  Olivier Hainque <hainque@act-europe.fr>
11361         * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
11362         to region, possible after integration of function with unreachable
11363         regions that were optimized away.
11365 2003-04-15  Jakub Jelinek  <jakub@redhat.com>
11367         * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
11368         instead of TOC_REGISTER in epilogue in
11369         current_function_calls_eh_return functions.
11371 2003-04-14  Mark Mitchell  <mark@codesourcery.com>
11373         * doc/extend.texi (Empty Structures): Correct description of G++'s
11374         handling of these structures.
11376         * c-decl.c (grokdeclarator): Reject extern redeclarations of
11377         static variables.
11379 2003-04-14  Janis Johnson  <janis287@us.ibm.com>
11381         * config/rs6000/rs6000.md (define_constants): Define constants for
11382         all UNSPEC usage, including new values for TLS support.
11383         (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
11384         load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
11385         load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
11386         macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
11387         stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
11388         eh_set_lr_di): Use them.
11389         * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
11390         rs6000_emit_epilogue) Use them.
11392         * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
11394 2003-04-14  Neil Booth  <neil@daikokuya.co.uk>
11396         * Makefile.in (c-opts.o): Use custom action.
11398 2003-04-14  Douglas B Rupp  <rupp@gnat.com>
11400         * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
11402 2003-04-14  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11404         * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
11405         handle "superflat arrays" in Ada.
11407         * integrate.c (expand_inline_function): Don't inline if would
11408         lose /u on a BLKmode TARGET.
11410 2003-04-14  Joel Brobecker  <brobecker@gnat.com>
11412         * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
11413         extracted from dbxout_type.
11414         (dbxout_range_type): print large bounds in octal format.
11415         (dbxout_type): Replace extracted code by call to
11416         print_int_cst_bounds_in_octal_p.
11418         * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
11419         of DW_LANG_Ada83 for Ada units.
11421 2003-04-14  Olivier Hainque <hainque@act-europe.fr>
11423         * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
11424         temporary used to round CONST_INT sizes.
11426         * tree.c (int_fits_type_p): Extract generic checks from the case
11427         of constant type bounds. Refine the checks against constant type
11428         bounds to allow for possible decisions against each of these bounds
11429         without requiring both bounds to be constant.
11430         (tree_int_cst_msb): Put back.
11431         * tree.h (tree_int_cst_msb): Likewise.
11433         * global.c (global_conflicts): Prevent allocation of call clobbered
11434         hard regs to pseudos live across abnormal edges, as later passes are
11435         not ready to handle them.
11437         * fold-const.c (fold): Reorder tests for conditional expressions.
11439         * expr.c (highest_pow2_factor): Return unsigned.
11440         * expr.h (offset_address): Likewise.
11441         * emit-rtl.c (offset_address): POW2 argument now unsigned.
11443 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11445         * builtins.c (expand_builtin_strlen):  Evaluate the lengths of
11446         string literals at compile-time.
11448 2003-04-14  Roger Sayle  <roger@eyesopen.com>
11450         * fold-const.c (fold):  Transform (c1 - x) cmp c2, where cmp is a
11451         comparison operation and c1/c2 are floating point constants into
11452         x swap(cmp) (c1 - c2).
11454 2003-04-14  Vladimir Makarov  <vmakarov@redhat.com>
11456         * genautomata.c (output_translate_vect): Fix a typo in loop
11457         condition.
11459 2003-04-14  Hans-Peter Nilsson  <hp@axis.com>
11461         PR target/10377
11462         * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
11463         ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
11464         ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
11465         ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
11466         ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
11467         ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
11468         ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
11469         ("*extopqihi_swap_side", "*extopqisi_swap_side")
11470         ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
11471         When next to constraint R, replace constraint i with n.
11473 Mon Apr 14 16:18:37 CEST 2003  Jan Hubicka  <jh@suse.cz>
11475         PR opt/10024
11476         * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
11478 2003-04-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11480         * doc/contrib.texi (Contributors): Correct my entry.
11482 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11484         * tree.h (DECL_BUILT_IN_NONANSI): Remove.
11485         * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
11486         * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
11487         implies DECL_BUILT_IN to simplify logic.
11488         * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
11490 2003-04-13  Roger Sayle  <roger@eyesopen.com>
11492         * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
11493         (BT_FN_PTR_SIZE_SIZE): Likewise.
11494         * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
11495         New built-in functions for malloc, calloc and strdup respectively.
11496         * calls.c (special_function_p): No need to handle malloc-like
11497         functions any longer.  ECF_MALLOC is set via built-in attributes.
11499         * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
11501         * doc/extend.texi: Document these new built-in functions.
11503 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11505         * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
11506         (expand_builtin_stpcpy): New.
11507         (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
11508         * builtins.def: Add mempcpy & stpcpy support.
11509         * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
11511 2003-04-13  Nick Clifton  <nickc@redhat.com>
11513         * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
11514         "GCC".
11515         * config/rs6000/40x.md, config/rs6000/603.md,
11516         config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
11517         config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
11518         config/rs6000/aix3newas.h, config/rs6000/aix41.h,
11519         config/rs6000/aix43.h, config/rs6000/aix51.h,
11520         config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
11521         config/rs6000/altivec.h, config/rs6000/altivec.md,
11522         config/rs6000/beos.h, config/rs6000/darwin.h,
11523         config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
11524         config/rs6000/eabisim.h, config/rs6000/eabispe.h,
11525         config/rs6000/freebsd.h, config/rs6000/gnu.h,
11526         config/rs6000/host-darwin.c, config/rs6000/linux.h,
11527         config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
11528         config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
11529         config/rs6000/netbsd.h, config/rs6000/power4.md,
11530         config/rs6000/rios1.md, config/rs6000/rios2.md,
11531         config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
11532         config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
11533         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
11534         config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
11535         config/rs6000/spe.md, config/rs6000/sysv4.h,
11536         config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
11537         config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
11539 2003-04-13  Nick Clifton  <nickc@redhat.com>
11541         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
11542         support for -mcall-aix switch.
11543         * config/rs6000/eabiaix.h: Delete.
11544         * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
11545         (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
11546         RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
11547         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
11548         * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
11549         debug_stack_info, output_function_profiler,
11550         rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
11551         * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
11552         call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
11553         call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
11554         sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
11555         * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
11556         multilibs.
11557         (MULTILIB_DIRNAMES): Remove mcall-aix directories.
11558         (MULTILIB_EXCEPTIONS): Delete.
11559         (MULTILIB_MATCHES): Remove mcall-aix matches.
11561         * doc/fragments.texi: Replace -mcall-aix example with an ARM
11562         one.
11563         * doc/install.texi: Delete powerpc-*-eabiaix target.
11564         * doc/invoke.texi: Remove documentation of mcall-aix switch.
11565         * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
11566         * config.gcc: Delete powerpc-*-eabiaix target.
11568 2003-04-13  Kazu Hirata  <kazu@cs.umass.edu>
11570         * doc/invoke.texi: Fix typos.
11571         * doc/tm.texi: Likewise.
11573 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11575         * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
11577 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11579         * tree.c (build_constructor): New function.
11580         * tree.h: Prototype it.
11582         * c-typeck.c (build_c_cast, pop_init_level)
11583         * profile.c (build_function_info_value, build_gcov_info_value)
11584         (create_profiler):
11585         Use build_constructor.
11587         * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
11589         * objc/objc-act.c (build_constructor):
11590         Rename objc_build_constructor. Use build_constructor.
11591         (build_objc_string_object, objc_add_static_instance)
11592         (init_def_list, init_objc_symtab, init_module_descriptor)
11593         (generate_static_references, build_selector_translation_table)
11594         (build_descriptor_table_initializer, generate_descriptor_table)
11595         (build_protocol_initializer, build_ivar_list_initializer)
11596         (generate_ivars_list, build_dispatch_table_initializer)
11597         (generate_dispatch_table, generate_protocol_list)
11598         (build_category_initializer, build_shared_structure_initializer):
11599         Update to match.
11601 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11603         * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
11605 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11607         * config/m68hc11/m68hc11-protos.h
11608         (m68hc11_eq_compare_operator): Declare
11609         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
11610         * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
11611         (d_register_operand): Check the operand mode.
11612         (hard_addr_reg_operand): Likewise.
11614 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11616         * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
11617         pattern for dbcc/ibcc generation for 68HC12.
11618         ("doloop_end"): New pattern.
11619         ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
11620         ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
11621         ("m68hc12_dbcc_dec_qi"): New pattern.
11622         ("m68hc12_dbcc_inc_qi"): New pattern.
11623         (split): Add split for the above when we can't use dbcc/ibcc due to
11624         reloading.
11625         (peephole2): Add peephole2 to generate the above when possible.
11627 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11629         * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
11630         mode of operand 0.
11631         (peephole2 optimize const load): Likewise for operand 2.
11632         ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
11633         clobbers CC_REGNUM.
11634         ("*rotrhi3_with_carry"): Likewise.
11635         (ashift:DI 1 split): Update pattern to create the above rotate.
11636         (lshiftrt:DI 1 split): Likewise.
11638 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11640         * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
11641         ("tstqi_z_used" split): Use it.
11642         ("cmphi_z_used"): Likewise.
11643         ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
11644         ("cmpqi_z_used"): Likewise.
11646 2003-04-12  Mark Mitchell  <mark@codesourcery.com>
11648         PR c++/7910
11649         * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
11651 2003-04-12  Zack Weinberg  <zack@codesourcery.com>
11653         * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
11654         * configure, config.in: Regenerate.
11655         * intl.c (gcc_gettext_width): New function.
11656         * intl.h: Prototype it.
11658 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11660         * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
11661         recognize -mnorelax.
11662         (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
11663         (REG_CLASS_NAMES): Add its name.
11664         (REG_CLASS_CONTENTS): Define its content.
11666 2003-04-12  Stephane Carrez  <stcarrez@nerim.fr>
11668         * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
11669         parameters so that offsets are valid for far definition.
11670         (__mulsi3): Likewise and use ret to return.
11671         (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
11673 2003-04-12  David Edelsohn  <edelsohn@gnu.org>
11675         * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
11677 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
11679         * mklibgcc.in (libgcc-stage-start): For every multilib  directory
11680         containing a libgcc.a, move lib* to the corresponding stage dir.
11682         * Makefile.in (stage1-start, stage2-start, stage3-start,
11683         stage4-start): Move $(SPECS) to specs in stage dir.
11684         (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
11685         back as $(SPECS).
11687         * mklibgcc.in (libgcc-stage-start): Move into the stage directory
11688         object files from the non-libgcc/ multilib directories as well.
11690 2003-04-11  Geoffrey Keating  <geoffk@apple.com>
11692         * profile.c (read_counts_file): Initialise 'checksum'.
11694         * emit-rtl.c (gen_rtx): Really correct typo.
11696         PR c++/9393
11697         * doc/invoke.texi (Debugging Options): Document -frandom-seed.
11698         * configure.in: Check for gettimeofday.
11699         * tree.c (flag_random_seed): Define.
11700         (default_flag_random_seed): New.
11701         (append_random_chars): Use flag_random_seed rather than trying
11702         to acquire randomness here.
11703         * tree.h (default_flag_random_seed): Declare.
11704         * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
11705         descriptions.
11706         (decode_f_option): Handle -frandom-seed.
11707         (print_switch_values): Call default_flag_random_seed.
11708         * flags.h (flag_random_seed): Declare.
11709         * configure: Regenerate.
11710         * config.in: Regenerate.
11711         * config/alpha/t-crtfm: Use -frandom-seed.
11713         * doc/extend.texi (Empty Structures): New.
11715         * c-pch.c: Include flags.h.  Add comments to routines.
11716         (struct c_pch_validity): New.
11717         (get_ident): Update PCH file version number.
11718         (pch_init): Output current debugging type.
11719         (c_common_valid_pch): Check debugging type.
11720         * Makefile.in (c-pch.o): Update dependencies.
11721         * flags.h (debug_type_names): Declare.
11722         * toplev.c (debug_type_names): Move out of decode_g_option.
11724 2003-04-11  Eric Christopher  <echristo@redhat.com>
11726         * emit-rtl.c (gen_rtx): Fix typos.
11728 2003-04-11  Richard Henderson  <rth@redhat.com>
11730         * emit-rtl.c (gen_rtx): Zero '0' fields.
11732 2003-04-11  Richard Henderson  <rth@redhat.com>
11734         PR c++/10202
11735         * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
11736         not COMPLETE_TYPE_P for re-invoking layout_decl.
11738 2003-04-11  Simon Law  <sfllaw@engmail.uwaterloo.ca>
11740         * doc/bugreport.texi: Fix paragraph breaking between sections
11741         in preparation for TeXinfo's paragraph indentation fixes.
11742         * doc/extend.texi: Ditto.
11743         * doc/invoke.texi: Ditto.
11744         * doc/objc.texi: Ditto.
11745         * doc/gcov.texi: Wrap 'gcov' in @command{}.
11746         * doc/invoke.texi (Darwin Options): Add a preamble.
11748 2003-04-11  Richard Henderson  <rth@redhat.com>
11750         * config/i386/i386.c (tls_model_chars): Remove.
11751         (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
11752         (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11753         (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11754         (tls_symbolic_operand_1): Likewise.
11755         (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
11756         * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
11757         (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
11758         * config/i386/winnt.c (i386_pe_encode_section_info): Replace
11759         bits "copied from i386.h" with default_encode_section_info.
11761 2003-04-11  Richard Henderson  <rth@redhat.com>
11763         * rtl.def (SYMBOL_REF): Add two 0 fields.
11764         * gengtype.c (adjust_field_rtx_def): Handle them.
11765         * print-rtl.c (print_rtx): Print them.
11766         * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
11767         (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
11768         (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
11769         (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
11770         (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
11771         (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
11772         (SYMBOL_FLAG_MACH_DEP): New.
11773         * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
11774         * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
11775         (assemble_static_space): Set SYMBOL_REF_FLAGS.
11776         (assemble_trampoline_template): Likewise.
11777         (output_constant_def, force_const_mem): Likewise.
11778         (default_encode_section_info): New.
11779         * output.h: Declare it.
11780         * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
11782 2003-04-11  Richard Henderson  <rth@redhat.com>
11784         * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
11785         (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
11786         * optabs.c (init_optabs): Initialize them.
11787         (init_libfuncs): Use init_one_libfunc.
11788         * calls.c (expand_call): Use gcov_flush_libfunc.
11789         * expr.c (store_constructor): Use setbits_libfunc.
11790         * function.c (expand_main_function): Use init_one_libfunc.
11791         * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
11793 2003-04-11  Mark Mitchell  <mark@codesourcery.com>
11795         * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
11796         documentation; add DECL_FRIEND_CONTEXT.
11798 2003-04-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
11800         * doc/install.texi (hppa): Update links for HP-UX patches.  Revise
11801         notes on linker selection and configuration for 64-bit HP-UX port.
11802         * doc/invoke.texi (hppa): Remove hppa text from description for
11803         -ffunction-sections and -fdata-sections.  Document -static, -nolibdld
11804         and -threads options.
11806         * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
11807         libc.a on libdld.sl when -static is specified and -nolibdld is not
11808         specified.
11809         * pa64-hpux.h (LIB_SPEC): Likewise.
11810         * pa-hpux11.h (LIB_SPEC): Likewise.
11811         (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
11812         is not specified.
11814 2003-04-11  Zack Weinberg  <zack@codesourcery.com>
11816         * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
11817         not IDENTIFIER_LOCAL_VALUE.
11819 2003-04-11  Richard Henderson  <rth@redhat.com>
11821         PR c/10201
11822         * expr.c (expand_expr): Move DECL_RTL frobbing ...
11823         * stor-layout.c (layout_decl): ... here.
11825 2003-04-11  James A. Morrison <ja2morri@uwaterloo.ca>
11827         * doc/invoke.texi: Eliminate extra white-space caused by
11828         @gccoptlist{ on its own line.
11829         * doc/invoke.texi: Ensured there are two spaces between each option.
11830         * doc/invoke.texi: Re-wrapped option lines that were too wide.
11831         Added @gol to options that didn't have them.
11833 2003-04-11  Nathan Sidwell  <nathan@codesourcery.com>
11835         * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
11836         gcov-iov.h.
11838         Simplify interface to gcov reading and writing.
11839         * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
11840         gcov_alloc, gcov_modified, gcov_errored): Move into ...
11841         (struct gcov_var gcov_var): ... this static structure.
11842         (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
11843         Return void.
11844         (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
11845         read object.
11846         (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
11847         (gcov_reserve_length): Remove.
11848         (gcov_write_tag): New.
11849         (gcov_write_length): Adjust.
11850         (gcov_read_summary, gcov_write_summary): Adjust.
11851         (gcov_eof, gcov_ok): Rename to ...
11852         (gcov_is_eof, gcov_is_error): ... here. Return error code.
11853         (gcov_save_position, gcov_resync): Rename to ...
11854         (gcov_position, gcov_seek): ... here.
11855         (gcov_skip, gcov_skip_string): Remove.
11856         (gcov_error): Remove.
11857         (gcov_open, gcov_close): Adjust.
11858         * gcov.c (find_source): Take const char *, copy it on allocation.
11859         (read_graph_file): Adjust.
11860         (read_count_file): Adjust.
11861         * libgcov.c (gcov_exit): Adjust.
11862         * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
11863         tag_arc_counts, tag_summary): Return void. Adjust.
11864         (struct tag_format): Adjust proc member.
11865         (dump_file): Adjust gcov calls.
11867 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
11869         * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
11870         mkfixinc.sh.
11871         * fixinc/mkfixinc.sh (defs): Add LIBERTY.
11872         * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
11873         build != host sysrooted builds.
11874         * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
11875         TARGET_SYSTEM_ROOT even on sysrooted natives.
11876         * configure: Rebuilt.
11878 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11880         * c-decl.c (struct binding_level): Add shadowed_tags and
11881         function_body; remove this_block, tag_transparent, and
11882         subblocks_tag_transparent; update comments.
11883         (clear_binding_level, lookup_tag_reverse): Kill.
11884         (make_binding_level): Use ggc_alloc_cleared or memset.
11885         (lookup_tag): Remove struct binding_level* parameter.  All
11886         callers changed. Just look at IDENTIFIER_TAG_VALUE, and
11887         current_binding_level->tags if asked for thislevel_only or if
11888         we might have to diagnose "struct foo; union foo;"
11889         (pushlevel): Ignore argument.  Do not push another binding
11890         level on the transition from the parameters to the top level
11891         of the function body; just tweak the flags and proceed.
11892         (poplevel): Overhaul.  Clear IDENTIFIER_TAG_VALUEs; on exiting
11893         a function body, separate the parameter list from the
11894         top-level local variables.
11895         (set_block): Do nothing.
11896         (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
11897         shadowed_tags if necessary.
11898         (warn_if_shadowing): Nuke the special case for local shadowing
11899         parameter.
11900         (pushdecl): Do not create a shadow entry if we are replacing
11901         an older decl in the same binding level.
11902         (pushdecl_function_level): Tweak for new way of indicating
11903         function scope.
11904         (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
11905         (start_function): Don't set subblocks_tag_transparent.
11906         (finish_function): Fix up the binding_level stack for totally
11907         empty functions.  Otherwise, don't call poplevel.
11909         * c-common.c (shadow_warning): MANDATORY argument is no longer
11910         necessary.  Always use plain warning.
11911         * c-common.h: Update to match.
11913         * cfglayout.c (scope_to_insns_initialize): Clear block when we
11914         hit the FUNCTION_DECL.
11915         * function.c: Do not create cyclic tree structure.
11917 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11919         * c-tree.h (struct lang_identifier): Replace global_value,
11920         local_value members with symbol_value, tag_value.  Kill
11921         implicit_decl and limbo_value.
11922         (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
11923         IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
11924         C_MISSING_PROTOTYPE_WARNED): Kill.
11925         (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
11926         C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
11927         (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
11928         (implicit_decl_warning, lookup_name_current_level,
11929         record_function_scope_shadow): Don't prototype.
11930         (pushdecl_function_level): Prototype.
11932         * c-decl.c (truly_local_externals): New variable.
11933         (struct binding_level): Adjust commentary.
11934         (get_function_binding_level, clear_limbo_values,
11935         record_function_scope_shadow): Kill.
11936         (lookup_name_current_level, implicit_decl_warning): Are now static.
11937         (any_external_decl, record_external_decl): New static functions.
11938         (clone_underlying type): Split out of pushdecl.
11939         (c_print_identifier): Update to match changes to struct
11940         lang_identifier.
11941         (poplevel): Delete #if 0 block.  Make externals invisible
11942         instead of clearing their IDENTIFIER_SYMBOL_VALUEs.  Don't
11943         call clear_limbo_values.  Refer to IDENTIFIER_SYMBOL_VALUE not
11944         IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
11945         (duplicate-decls): For real parm decl after a forward decl,
11946         set TREE_ASM_WRITTEN here.  Allow void foo(...) followed by
11947         foo(...) { } with only a warning.  Say whether a previous
11948         declaration was implicit.
11949         (warn_if_shadowing): Now handles all shadowing, not just
11950         local-over-local.  Clarify comments.
11951         (pushdecl): Rewritten.  There is no longer a distinction
11952         between global and local symbol values; they're all
11953         IDENTIFIER_SYMBOL_VALUE.  Call record_external_decl on all
11954         DECL_EXTERNAL decls, and use any_external_decl to check
11955         against previous externals.  Kill #if 0 blocks.  Don't
11956         tolerate error_mark_node being NULL.
11957         (pushdecl_top_level): Handle only those cases which
11958         Objective C (the only user) needs.
11959         (pushdecl_function_level): New function.
11960         (implicitly_declare): Create ordinary decls with
11961         C_DECL_IMPLICIT set.  Recycle old decls, however they got
11962         created.
11963         (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
11964         for C_DECL_INVISIBLE symbols.
11965         (lookup_name_current_level): Likewise.  Use chain_member.
11966         (c_make_fname_decl): Don't muck with DECL_CONTEXT.
11967         Use pushdecl_function_level.
11968         (builtin_function): Use C_DECL_INVISIBLE.
11969         (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
11970         Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
11971         (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
11972         (identifier_global_value): Same.  Must scan
11973         global_binding_level in extremis.
11975         * c-typeck.c (undeclared_variable): New static function, split
11976         from build_external_ref.
11977         (build_external_ref): Use DECL_CONTEXT, not
11978         IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
11979         an instance variable.  Restructure for clarity.
11980         * objc/objc-act.c: Use identifier_global_value, not
11981         IDENTIFIER_GLOBAL_VALUE.
11983 2003-04-08  Jonathan Wakely  <redi@gcc.gnu.org>
11985         * doc/extend.texi (Template Instantiation): Refer to ISO standard,
11986         not Working Paper.
11987         * doc/invoke.texi (C++ Dialect Options): Same.
11989 2003-04-10  Zack Weinberg  <zack@codesourcery.com>
11991         * tree.c (tree_operand_check_failed): New function.
11992         * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
11993         TREE_RTL_OPERAND_CHECK): New checking macros.
11994         (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
11995         RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
11996         CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
11997         EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
11998         EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
11999         TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
12000         checking macros.
12002 Thu Apr 10 23:52:30 CEST 2003  Jan Hubicka  <jh@suse.cz>
12004         PR inline-asm/8803
12005         * function.c (instantate_virtual_regs):  Verify that all ASM statements
12006         match after the virutal regs instantiation.
12008 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12010         * ia64-protos.h (addp4_optimize_ok): New.
12011         * ia64.c (addp4_optimize_ok): New.
12012         * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
12013         (*ptr_extend_plus_2): Ditto.
12015 2003-04-10  Steve Ellcey  <sje@cup.hp.com>
12017         * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
12018         not with convert_memory_address.
12019         (store_constructor): Ditto, and same for copy_size_rtx.
12020         (expand_expr): Ditto.
12022 2003-04-10  Douglas B Rupp  <rupp@gnat.com>
12024         * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
12026 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
12028         * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
12029         even if it is configured to be write-through.
12031 2003-04-10  Ulrich Weigand  <uweigand@de.ibm.com>
12033         * config/s390/s390.c (larl_operand): Do not allow symbols
12034         marked with '@'.
12035         (s390_encode_section_info): Mark symbols with forced 1-byte
12036         alignment with '@'.
12037         (s390_strip_name_encoding): Strip '@'.
12038         (legitimize_pic_address): Handle symbols that are not valid
12039         LARL operands in 64-bit mode.
12041 2003-04-10  Andrew Haley  <aph@redhat.com>
12043         * tree-inline.c (inlinable_function_p): Disable inlining for
12044         synchronized methods.
12046 2003-04-09  Steven Bosscher  <steven@gcc.gnu.org>
12048         * c-common.h (lang_statement_code_p): Remove declaration.
12049         (statement_code_p): Ditto.
12050         (c_common_stmt_codes): Define; list of c-common statement codes.
12051         (statement_code_p): New extern declaration.
12052         (STATEMENT_CODE_P): Define.
12053         (INIT_STATEMENT_CODES): Define.
12054         * c-common.c (statement_code_p): Kill the function, declare
12055         as an array of bools instead.
12056         (lang_statement_code_p): Remove.
12057         (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
12058         (c_safe_from_p): Ditto.
12059         * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
12060         to initialize the statement_code_p array.
12061         * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
12062         statement_code_p.
12063         (copy_tree_r): Ditto.
12064         * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
12065         statement tree codes.
12066         * cp/lex.c (cxx_init): Add missing print line break.  Use
12067         INIT_STATEMENT_CODES to initialize the statement_code_p array.
12068         * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
12069         instead of statement_code_p.
12070         * cp/pt.c (tsubst_expr): Ditto.
12071         * cp/tree.c (verify_stmt_tree_r): Ditto.
12072         (cp_statement_code_p): Remove.
12073         (init_tree): Don't set lang_statement_code_p, it's gone.
12075 2003-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
12076             Zack Weinberg  <zack@codesourcery.com>
12078         * regrename.c (struct du_chain): Use a bitfield for reg_class.
12079         * cse.c (struct qty_table_elem, struct table_elt, struct set):
12080         Use bitfields for fields holding enum rtx_code or
12081         enum machine_mode values.  Add comments explaining size choices.
12083 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12085         * config/fp-bit.c (unpack_d): Handle pair of doubles with
12086         different signs correctly.
12088 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12090         * sched-deps.c (reg_pending_barrier_mode): New enumeration.
12091         (reg_pending_barrier): Make it of the enumeration type.
12092         (sched_analyze_2): Define the barrier as MOVE_BARRIER or
12093         TRUE_BARRIER.
12094         (sched_analyze): Ditto.
12095         (sched_analyze_insn): Ditto.  Use anti-dependencies for
12096         MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
12097         (init_deps_global): Initialize the barrier as NO_BARRIER.
12099 2003-04-09  Vladimir Makarov  <vmakarov@redhat.com>
12101         * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
12102         Check that asm insn starts on a new cycle.  Add nops after asm
12103         insn to end bundle.
12104         (bundling): Move insn type evaluation from the loop.  Call
12105         issue_nops_and_insn with the new parameter.  Ignore changing
12106         position for nops after asm insn.
12108 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
12110         * optabs.c: Comment that gen_add2_insn and others may actually
12111         return emitted insns, if the gen functions turn out to return
12112         emitted insns.
12113         * reload1.c (reload_cse_move2add): Cope with emitted insns from
12114         gen_add2_insn.
12116 2003-04-09  Richard Henderson  <rth@redhat.com>
12118         * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
12119         but not tls_symbolic_operand.
12120         (ia64_expand_load_address): Remove scratch operand.
12121         (ia64_expand_tls_address): Split out from ia64_expand_move.
12122         (ia64_expand_move): Split symbolics only after reload.
12123         (ia64_emit_cond_move): New.
12124         * config/ia64/ia64-protos.h: Update.
12125         * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
12126         (symbolic splitter): Accept SImode operands too.
12127         (cmove splitter): Use ia64_emit_cond_move.
12129 2003-04-09  Nick Clifton  <nickc@redhat.com>
12131         * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
12132         newer.
12133         * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
12134         instead of -mno-fpu.
12135         * config/arm/semi.h (ASM_SPEC): Likewise.
12136         * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
12137         but only if -msoft-float is specified pass.  Otherwise pass
12138         -mfpu=softvfp.
12140 2003-04-09  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12142         * function.c (purge_addressof): Use free_INSN_LIST_node instead of
12143         free_EXPR_LIST_node.
12145 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12147         * fold-const.c (fold):  Use "fold" following build in more places.
12148         Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
12149         pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
12151 2003-04-08  Roger Sayle  <roger@eyesopen.com>
12153         * builtins.c (fold_builtin):  Constant fold expressions as x*0.5
12154         instead of x/2.0.  Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
12155         log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
12156         pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
12157         Delete function scope "fcode" variable to avoid shadowing.
12159 2003-04-08  Kevin Buettner  <kevinb@redhat.com>
12161         * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
12162         Take into account DWARF_INITIAL_LENGTH_SIZE.
12164 2003-04-08  Hans-Peter Nilsson  <hp@axis.com>
12166         * reorg.c (fill_slots_from_thread): When considering changing the
12167         insn following a reg-to-reg copy insn to use the source reg of the
12168         copy, bail out if there's overlap between the registers.
12170 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12172         * function.c (postponed_insns): New.
12173         (purge_addressof_1): Postpone processing of insns if addressofs
12174         are not put into stack.
12175         (purge_addressof): Process postponed insns.
12177 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12179         * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
12180         this is FP_MODE_DOUBLE .
12181         * sh.c (ra.h): #include.
12182         (push_regs): Add second parameter.  Changed all callers.
12183         If necessary, set fpscr before saving floating point registers.
12184         (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
12185         do saves / restores with SZ == 1.
12186         (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
12187         (sh_expand_epilogue): Likewise.  For TARGET_FMOVD, if floating point
12188         registers are being restored, restore FPSCR only after restoring them.
12190 2003-04-08  Aldy Hernandez  <aldyh@redhat.com>
12192         * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
12193         regardless of architecture.
12194         (spe_init_builtins): Change V2SI and V2SF types to opaque types.
12196 2003-04-08  J"orn Rennecke <joern.rennecke@superh.com>
12198         * sh.c (push_regs, calc_live_regs): Return int.  Take single
12199         HARD_REG_SET * parameter.  Changed all callers.
12201 Tue Apr  8 11:12:07 CEST 2003  Jan Hubicka  <jh@suse.cz>
12203         * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
12204         GOTOFF operand.
12205         (legitimize_pic_address): Move plus outside the unspec.
12206         * i386.c (legitimate_constant_p):  Check (CONST (PLUS (UNSPEC ...
12207         for validity.
12209 2003-04-08  Nathan Sidwell  <nathan@codesourcery.com>
12211         * gcov-io.h (gcov_save_position): Remove __inline__ from
12212         declaration.
12214 2003-04-07  Matt Kraai  <kraai@alumni.cmu.edu>
12216         * doc/install.texi: Use @command and @samp for single- and
12217         multi-word commands respectively.
12218         * doc/makefile.texi: Likewise.
12219         * doc/sourcebuild.texi: Likewise.
12221 2003-04-07  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
12222             Richard Henderson  <rth@redhat.com>
12224         PR c/9516
12225         * expr.c (safe_from_p): Rearrange to avoid deep recursion in
12226         favor of looping and tail recursion for TREE_LIST and binops.
12228 2003-04-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12230         * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
12231         for insns without luid.
12233 2003-04-07  Glen Nakamura  <glen@imodulo.com>
12235         PR opt/8634
12236         * explow.c (maybe_set_unchanging): Don't flag non-static const
12237         aggregate type initializers with RTX_UNCHANGING_P.
12239 2003-04-07  Richard Henderson  <rth@redhat.com>
12241         PR opt/8634
12242         * function.c (purge_addressof_1): Don't try arithmetics for
12243         unchanging memories.
12245 2003-04-07  Janis Johnson  <janis187@us.ibm.com>
12247         * doc/sourcebuild.texi (Test Suites): Document testing support for
12248         gcov and profile-directed optimizations; describe gcc.misc-tests.
12250 Mon Apr  7 22:19:59 CEST 2003  Jan Hubicka  <jh@suse.cz>
12252         PR target/10077
12253         * i386.md (movsi_1, movsi_nointerunit_1):  Fix SSEMOV alternative.
12255 2003-04-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
12257         * doc/rtl.texi (Comparison operations): Update to
12258         record the allowed comparison modes.
12260 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
12262         * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
12263         V2SI_type_node to opaque_V2SI_type_node.  Rename all
12264         V2SF_type_node to opaque_V2SF_type_node.
12265         (rs6000_init_builtins): Define opaque_V2SI_type_node and
12266         opaque_V2SF_type_node.
12267         (is_ev64_opaque_type): The types opaque_V2SI_type_node and
12268         opaque_V2SF_type_node are opaque types.
12270 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
12272         * gcse.c (replace_store_insn): Use single_set.
12274 2003-04-07  Nathan Sidwell  <nathan@codesourcery.com>
12276         Change gcov file interface to single file at a time.
12277         * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
12278         Convert to C89 prototypes.
12279         (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
12280         gcov_error, gcov_modified): New static variables.
12281         (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
12282         functions.
12283         (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
12284         gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
12285         (gcov_read_summary, gcov_write_summary): Adjust.
12286         (gcov_save_position, gcov_reserve_length, gcov_write_length):
12287         Adjust.
12288         (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
12289         (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
12290         (da_file_position, da_file_seek, da_file_write, da_file_read):
12291         Remove.
12292         (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
12293         * gcov.c (gcov_type): Don't typedef here.
12294         (IN_GCOV): #define
12295         (read_graph_file, read_count_file): Adjust.
12296         * gcov-dump.c (gcov_type): Don't typedef here.
12297         (IN_GCOV): #define.
12298         (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
12299         Remove FILE parameter, adjust.
12300         (struct tag_format): Adjust proc member.
12301         (dump_file): Adjust.
12302         * libgcov.c (IN_LIBGCOV): #define.
12303         (gcov_exit): Adjust.
12304         * loop-init.c: Don't #include gcov-io.h
12305         * profile.c (struct counts_entry): New structure to hold counter
12306         values.
12307         (struct section_reference, struct da_index_entry): Remove.
12308         (bbg_file, da_file): Remove.
12309         (htab_counts_index_hash, htab_counts_index_eq,
12310         htab_counts_index_del): Replace with ...
12311         (htab_counts_entry_hash, htab_counts_entry_eq,
12312         htab_counts_entry_del): ... these.
12313         (cleanup_counts_index, index_counts_file): Remove.
12314         (read_counts_file): New function.
12315         (get_exec_counts): Adjust.
12316         (compute_branch_probabilities): Don't free the exec counts here.
12317         (branch_prob): Adjust.
12318         (init_branch_prob): Adjust.
12319         (end_branch_prob): Adjust.
12321 2003-04-07  Aldy Hernandez  <aldyh@redhat.com>
12323         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12324         -mfloat-gprs.
12326         * config/rs6000/rs6000.c: Delete rs6000_fprs.
12327         Declare rs6000_float_gprs.
12328         Declare rs6000_float_gprs_string.
12329         (rs6000_parse_float_gprs_option): New.
12330         (rs6000_override_options): Genericize rs6000_parse_* calls to use
12331         rs6000_parse_yes_no_option.
12332         Change check for cpu=8540, to use TARGET_E500.
12333         (rs6000_parse_isel_option): Delete.
12334         (rs6000_parse_spe_option): Delete.
12335         (rs6000_parse_vrsave_option): Delete.
12337         * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
12338         Define rs6000_float_gprs_string.
12339         (TARGET_OPTIONS): Add rs6000_float_gprs option.
12341         * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
12343         * config/rs6000/eabispe.h: Set rs6000_float_gprs.
12345 Mon Apr  7 14:36:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
12347         PR opt/10024
12348         * cfglayout.c (cfg_layout_redirect_edge):
12349         Redirect any branch edges unified with the fallthru one.
12350         * cfgrtl.c (force_nonfallthru_and_redirect):  Do not special
12351         case fallthru edges when called via cfglayout.c
12353 2003-04-07  J"orn Rennecke <joern.rennecke@superh.com>
12355         * c-typeck.c (output_init_element): Check for type == error_mark_node.
12357 2003-04-07  Kazu Hirata  <kazu@cs.umass.edu>
12359         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
12360         split.
12361         (a splitter): Do zero-extension via HImode.
12363 2003-04-07  James A. Morrison <ja2morri@uwaterloo.ca>
12365         * doc/invoke.texi: Eliminate extra white-space caused by
12366         @gccoptlist{ on its own line.
12367         * doc/invoke.texi: Ensured there are two spaces between each option.
12368         * doc/invoke.texi: Re-wrapped option lines that were too wide.
12369         Added @gol to options that didn't have them.
12371 2003-04-07  James A Morrison <ja2morri@student.math.uwaterloo.ca>
12373         * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
12375 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
12377         * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
12378         at the sizes of the relevant structures, rather than relying
12379         on TREE_CODE_LENGTH.  Call lang_hooks.tree_size to get the
12380         sizes of any such we don't know about.  Use
12381         lang_hooks.identifier_size for IDENTIFIER_NODE.
12383         (initializer_zerop): Use CONSTRUCTOR_ELTS.
12384         * tree.def: Update commentary.  Make fourth element of
12385         the definition for all 'c' and 'x' nodes zero.
12387         * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
12388         * langhooks-def.h: Update to match.
12389         * langhooks.c: New default, lhd_tree_size.
12391         * c-common.def (SRCLOC): Kill.
12392         * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
12393         Remove entirely - was already #if-ed out.
12396 2003-04-06  Zack Weinberg  <zack@codesourcery.com>
12398         * mklibgcc.in: Use a here document to avoid running afoul of
12399         shells that generate control-A from "echo \1".
12401 2003-04-06  Aldy Hernandez  <aldyh@redhat.com>
12403         * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
12404         option.
12406         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12407         rs6000_spe.
12409         * config/rs6000/eabi.h (TARGET_E500): Define.
12411         * config/rs6000/rs6000.h (TARGET_E500): Define.
12412         (TARGET_OPTIONS): Add spe= option.
12413         Declare rs6000_spe and rs6000_spe_string extern.
12415         * config/rs6000/rs6000.c (branch_positive_comparison_operator):
12416         Change TARGET_SPE to TARGET_E500.
12417         (ccr_bit): Change TARGET_SPE to TARGET_E500.  Check for
12418         !TARGET_FPRS.
12419         (print_operand): Same.
12420         (rs6000_generate_compare): Same.
12421         (output_cbranch): Same.
12422         (rs6000_spe): Declare.
12423         (rs6000_spe_string): Declare.
12424         (rs6000_override_options): Call rs6000_parse_spe_option.
12425         (rs6000_parse_spe_option): New.
12427 2003-04-06  Steven Bosscher  <steven@gcc.gnu.org>
12429         * hashtable.c (gcc_obstack_init): Delete this function
12430         and everything related to it.
12431         * hashtable.h: Remove prototype.
12432         * bitmap.c (bitmap_element_allocate): Cleanup redundant
12433         defines.  Cleanup some unnecessary whitespace.
12434         * defaults.h (obstack_chunk_alloc): Redefine with
12435         appropriate casts for libiberty obstacks.
12436         (obstack_chunk_free): Ditto.
12437         (OBSTACK_CHUNK_SIZE): Define, default to 0.
12438         (gcc_obstack_init): Define as a call to _obstack_begin.
12439         * tree.c (print_obstack_statistics): Delete this unused
12440         function.
12441         * tree.h (obstack): Don't forward-declare.
12442         (print_obstack_statistics): Delete prototype.
12443         (print_obstack_name): Ditto.
12444         (gcc_obstack_init): Ditto.
12445         * rtl.h (gcc_obstack_init): Ditto.
12446         * java/jv-scan.c (gcc_obstack_init): Delete this
12447         function, its prototype and related defines.
12448         * java/jvgenmain.c (gcc_obstack_init): Delete this
12449         function, and related defines.
12450         * java/parse-scan.y (obstack_chunk_alloc): Don't define.
12451         (obstack_chunk_free): Ditto
12453 2003-04-06  Geoffrey Keating  <geoffk@apple.com>
12455         * dbxout.c (dbxout_handle_pch): Move prototype out from
12456         #if defined DBX_DEBUGGING_INFO.
12458 2003-04-05  Nathan Sidwell  <nathan@codesourcery.com>
12460         * gcov.c (struct arc_info): Replace local_span with cycle.
12461         (struct block_info): Replace u.span with u.cycle. Add is_call_return.
12462         (solve_flow_graph): Set is_call_return.
12463         (add_line_counts): Adjust. In block mode, blocks attach to last line.
12464         (accumulate_line_counts): Find graph cycles, not spanning tree.
12465         (output_branch_count): Adjust.
12466         (output_lines): Adjust.
12467         * doc/gcov.texi: Update.
12469 2003-04-06  Kazu Hirata  <kazu@cs.umass.edu>
12471         * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
12472         the second alternative to "#".
12474 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
12476         * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
12477         (single_zero_operand): Likewise.
12479 2003-04-05  Daniel Berlin  <dberlin@dberlin.org>
12481         * Makefile.in (df.o):  Depend on alloc-pool.h, not obstack.h.
12482         * df.c: Include alloc-pool.h, not obstack.h.
12483         (df_ref_obstack): Remove.
12484         (df_ref_pool, df_link_pool): Add pools.
12485         (df_alloc): Init the new pools.
12486         (df_free): And free them.
12487         (df_link_create): Use the pools.
12488         (df_ref_create): Ditto.
12490 2003-04-05  Kazu Hirata  <kazu@cs.umass.edu>
12492         * simplify-rtx.c: Fix formatting.
12494 2003-04-05  Andrew Pinski  <apinski@apple.com>
12496         * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
12497         reg with reg1 == reg2 and offset1 = -8.
12499 2003-04-05  David Edelsohn  <edelsohn@gnu.org>
12501         * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
12502         multiply costs.  Correct Power4 divide costs.
12503         * config/rs6000/power4.md: Restore multiply and FP latency.
12505 2003-04-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12507         * alias.c (find_base_term): Export.
12508         * rtl.h (find_base_term): Declare.
12509         * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
12510         instead of flag_exceptions.  Move test for parameter passing ...
12511         (store_killed_in_insn): ... here.
12513 2003-04-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12515         PR bootstrap/10267
12516         * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
12517         for configuring.
12519 2003-04-04  Geoffrey Keating  <geoffk@apple.com>
12521         * dbxout.c (scope_labelno): Add GTY.
12522         (have_used_extensions): Add GTY.
12523         (source_label_number): Add GTY.
12524         (lastfile): Add GTY.
12525         (lastfile_is_base): New.
12526         (base_input_file): New.
12527         (dbxout_handle_pch): New.
12528         (dbx_debug_hooks): Add handle_pch.
12529         (xcoff_debug_hooks): Likewise.
12530         (dbxout_function_end): Remove scope_labelno.
12531         (dbxout_init): Set base_input_file.
12532         (dbxout_handle_pch): New.
12533         (dbxout_source_file): Honour lastfile_is_base.
12534         * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
12535         * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
12536         * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
12537         * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
12538         * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
12539         * debug.h (struct gcc_debug_hooks): Add handle_pch.
12540         * c-pch.c (pch_init): Don't call start_source_file, but do call
12541         handle_pch.
12542         (c_common_write_pch): Call handle_pch.
12543         (c_common_read_pch): Don't call start_source_file,
12544         or end_source_file.
12546 Fri Apr  4 17:43:52 2003  Olivier Hainque <hainque@act-europe.fr>
12548         * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
12549         use of default attributes to agree MEM_ALIGN macro.
12551 Fri Apr  4 17:33:24 2003  Joel Brobecker  <brobecker@gnat.com>
12553         * dbxout.c (dbxout_type): When printing type index of range type
12554         whose bounds are printed in octal format, print type of parent type if
12555         it exists so enumerated type descriptions are not transformed
12556         into unsigned types.
12558 2003-04-04  Kazu Hirata  <kazu@cs.umass.edu>
12560         * config/h8300/h8300-protos.h: Add a prototype for
12561         compute_a_shift_cc.
12562         * config/h8300/h8300.c (shift_one): Update the CC status.
12563         (shift_two): Likewise.
12564         (output_a_shift_cc): Set cc_inline and cc_special.
12565         (compute_a_shift_cc): New.
12566         * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
12568 2003-04-04  Richard Henderson  <rth@redhat.com>
12570         * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
12572 2003-04-04  Loren James Rittle  <ljrittle@acm.org>
12574         * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
12575         * fixinc/fixincl.x: Rebuilt.
12576         * fixinc/tests/base/stdio.h: Regenerated.
12578 2003-04-04  Nathan Sidwell  <nathan@codesourcery.com>
12580         * gcov.c (accumulate_line_counts): Fix span tree merge bug.
12582 Fri Apr  4 15:58:52 2003  J"orn Rennecke <joern.rennecke@superh.com>
12584         * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
12585         (NORMAL_MODE).
12586         * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
12588 2003-04-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12590         * doc/contrib.texi (Contributors): Add entries for Wolfgang
12591         Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
12592         Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
12593         Danny Smith, and Ulrich Weigand.
12594         Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
12595         entry.
12597 2003-04-04  Nick Clifton  <nickc@redhat.com>
12599         * config/sparc/sol2-bi.h: Revert previous delta.
12600         * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
12602 2003-04-04  Nick Clifton  <nickc@redhat.com>
12604         * config/v850/v850.c (expand_prologue): Only use register save
12605         helper functions if long calls are not being used.
12606         Add a clobber of r11 id using long calls.
12607         (pattern_is_ok_for_prologue): Account for the extra clobber.
12608         (construct_save_jarl): Likewise.
12609         * config/v850/v850.md (prolog pattern): Do not use this pattern
12610         for v850e's.
12612 2003-04-04  Andreas Schwab  <schwab@suse.de>
12614         * stor-layout.c (layout_decl): Avoid syntax error in last change
12615         when PCC_BITFIELD_TYPE_MATTERS is defined but not
12616         EMPTY_FIELD_BOUNDARY.
12618 2003-04-03  Jason Merrill  <jason@redhat.com>
12620         PR c/10175
12621         * jump.c (never_reached_warning): Revert patch of 2002-11-02.
12622         Look backwards for a line note.
12624 2003-04-03  Neil Booth  <neil@daikokuya.co.uk>
12626         * fix-header.c (read_scan_file): Defer switch processing.
12628 2003-04-03  Matt Austern  <austern@apple.com>
12630         * cpppch.c (reset_ht): Remove.
12631         (cpp_read_state): Remove loop to reset hashtable identifiers.
12632         * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
12633         after pch file is written.
12634         * ggc.h (gt_pch_fixup_stringpool): Declare.
12635         * stringpool.c (ht_copy_and_clear): Define.  Callback.  Copy
12636         hashnode's value to another hashtable, then clear the original.
12637         (saved_ident_hash): Define.
12638         (gt_pch_save_stringpool): Create saved_ident_hash, use it to
12639         store definitions in ident_hash, and clear ident_hash.
12640         (gt_pch_fixup_stringpool): Define.  Restore definitions from
12641         saved_ident_hash to ident_hash, then destroy saved_ident_hash.
12643 Thu Apr  3 22:27:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
12645         * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
12647 2003-04-03  Eric Botcazou  <ebotcazou@libertysurf.fr>
12649         PR optimization/10157
12650         * gcse.c (can_copy_p): Rename it to can_copy.
12651         (can_copy_init_p): Remove.
12652         (compute_can_copy): Use can_copy instead of can_copy_p.
12653         (can_copy_p): New exported function. Call compute_can_copy.
12654         (hash_scan_set): Use it.
12655         (gcse_main): Don't call compute_can_copy.
12656         (bypass_jumps): Don't call compute_can_copy.
12657         * rtl.h (can_copy_p): Declare.
12658         * loop.c (scan_loop): Don't move the source and add a reg-to-reg
12659         copy if the mode doesn't support copy operations.
12661 2003-04-03  Jason Merrill  <jason@redhat.com>
12663         * Makefile.in (unstrap): Also remove stage_last.
12665         * dwarf2out.c (lookup_filename): Don't check for "<internal>".
12666         (dwarf2out_source_line): Don't do anything if line==0.
12668         * stor-layout.c (do_type_align): New fn, split out from...
12669         (layout_decl): ...here.  Do all alignment calculations for
12670         FIELD_DECLs here.
12671         (update_alignment_for_field): Not here.
12672         (start_record_layout, debug_rli): Remove unpadded_align.
12673         * tree.h (struct record_layout_info_s): Remove unpadded_align.
12674         * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
12675         or DECL_MODE on the CONST_DECLs.
12676         (finish_struct): Don't mess with DECL_ALIGN.
12678 Thu Apr  3 18:57:19 CEST 2003  Jan Hubicka  <jh@suse.cz>
12680         * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
12682 Thu Apr  3 17:08:09 2003  J"orn Rennecke <joern.rennecke@superh.com>
12684         * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
12685         function is an interrupt handler.
12687         * sh.c (sh_expand_epilogue): Avoid clash of temp register for
12688         restoring target registers with EH_RETURN_STACKADJ_RTX; use
12689         multiple registers in round-robin fashion.
12691 2003-04-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12693         * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
12694         * system.h (CHAR_BITFIELD): New.
12696 2003-04-03  Kazu Hirata  <kazu@cs.umass.edu>
12698         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
12699         and LE.
12700         (another peephole2): Likewise.
12702 2003-04-03  Nick Clifton  <nickc@redhat.com>
12704         * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
12705         (DEF_ARCH64_SPEC): Likewise.
12707 Thu Apr  3 09:53:40 CEST 2003  Jan Hubicka  <jh@suse.cz>
12709         * i386.c (constant_address_p): Use legitimate_constant_p.
12710         (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
12712 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
12714         * config/h8300/h8300-protos.h: Add a prototype for
12715         gtle_operator.
12716         * config/h8300/h8300.c (gtle_operator): New.
12717         * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
12718         gtle_operator.
12719         * config/h8300/h8300.md (a peephole2): Generalize to accept GT
12720         and LE.
12722 2003-04-02  Richard Henderson  <rth@redhat.com>
12724         * libgcc-std.ver (_Unwind_GetCFA): New.
12725         * unwind-dw2.c (_Unwind_GetCFA): New.
12726         * unwind-libunwind.c (_Unwind_GetCFA): New.
12727         * unwind-sjlj.c (_Unwind_GetCFA): New.
12728         * unwind.h: Declare it.
12730 Thu Apr  3 00:31:21 CEST 2003  Jan Hubicka  <jh@suse.cz>
12732         PR inline-asm/8088
12733         * i386.c (ix86_hard_regno_mode_ok):  Return 0 for MMX/SSE registers
12734         when MMX/SSE is not available.
12736 2003-04-02  Mike Stump  <mrs@apple.com>
12738         * doc/install.texi (Specific): Update pointers to apple.com.
12740 Thu Apr  3 00:18:49 CEST 2003  Jan Hubicka  <jh@suse.cz>
12742         * i386.c (override_options):  Disable red zone by default on i386.
12743         (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
12744         Do not test TARGET_64BIT together with TARGET_RED_ZONE
12746 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
12748         * config/h8300/h8300.md (a peephole2): Tighten the condition.
12750 2003-04-02  Richard Henderson  <rth@redhat.com>
12752         * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
12754 2003-04-02  Kazu Hirata  <kazu@cs.umass.edu>
12756         * config/h8300/h8300.md (a peephole2): New.
12758 2003-04-02  Richard Henderson  <rth@redhat.com>
12760         * except.c (sjlj_find_directly_reachable_regions): Recognize when
12761         must-not-throw region has been deleted.
12763 2003-04-02  Richard Henderson  <rth@redhat.com>
12765         * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
12766         optimization when flag_exceptions not enabled.
12768 2003-04-02  Vladimir Makarov  <vmakarov@redhat.com>
12770         * config/rs6000/rs6000.c
12771         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
12772         macros.
12773         (rs6000_issue_rate): Add case for 8540.
12774         (rs6000_use_sched_lookahead): New function.
12776         * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
12777         units into MU ones.
12778         (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
12779         reservation before retirement.
12780         (ppc8540_multiply, ppc8540_load, ppc8540_store,
12781         ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
12782         Remove additional cycle in the reservation before retirement.
12783         (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
12784         reservation of ppc8540_issue.
12786 2003-04-02  Andreas Schwab  <schwab@suse.de>
12788         * real.c (decode_ieee_single): Fix decoding of SNaN bit.
12790 2003-04-01  Richard Henderson  <rth@redhat.com>
12792         * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
12793         notes for nothrow calls if flag_forced_unwind_exceptions.
12794         (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
12795         (sjlj_find_directly_reachable_regions): Likewise.
12796         (reachable_handlers): Likewise.
12797         (can_throw_external): Likewise.
12798         (collect_one_action_chain): Record cleanups after catch-all and
12799         must-not-throw if flag_forced_unwind_exceptions.
12800         * flags.h (flag_forced_unwind_exceptions): Declare.
12801         * toplev.c (flag_forced_unwind_exceptions): New.
12802         (lang_independent_options): Add it.
12803         * doc/invoke.text: Add it.
12805 2003-04-01  David Mosberger <davidm@hpl.hp.com>
12807         * config/ia64/crti.asm: Clean up trailing whitespace.
12808         Remove trailing hashes (#) from identifiers.
12810         * config/ia64/crtn.asm: Ditto.
12812         * config/ia64/crtend.asm: Remove trailing hashes (#) from
12813         identifiers.
12814         (__do_global_ctors_aux): Align to 32-byte boundary.  Add unwind
12815         directives.  Drop explicit bundling---it just makes the code
12816         harder to read.  Don't save/restore gp needlessly.
12818         * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
12819         identifiers (they're only needed if the identifier would clash
12820         with a register name otherwise).
12821         (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
12822         directives.  Drop explicit bundling---it just makes the code
12823         harder to read.
12824         (__do_jv_register_classes): Ditto.
12825         (.fini_array): Remove "progbits" (newer
12826         assemblers don't like wrong section-types).
12827         (.init_array): Ditto.
12829 2003-04-01  Roger Sayle  <roger@eyesopen.com>
12831         PR fortran/9974
12832         * gcse.c (reg_killed_on_edge): New function to test whether the
12833         given reg is overwritten by any instruction queued on an edge.
12834         (bypass_block): Ignore substitutions killed on incoming edges.
12835         Don't bypass outgoing edges that have queued instructions.
12837 2003-04-01  Alexandre Oliva  <aoliva@redhat.com>
12839         * real.h (EXP_BITS): Make room for...
12840         (struct real_value): ... added canonical bit.
12841         (struct real_format): Added pnan.
12842         (mips_single_format, mips_double_format, mips_extended_format,
12843         mips_quad_format): New.
12844         * real.c: Copy p to pnan in all formats.
12845         (get_canonical_qnan, get_canonical_snan): Set canonical bit.
12846         (real_nan): Use pnan to compute significand's shift.
12847         (real_identical): Disregard significand in canonical
12848         NaNs.
12849         (real_hash): Likewise.  Take signalling into account.
12850         (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
12851         Disregard significand bits in canonical NaNs.  Set all bits of
12852         canonical NaN if !qnan_msb_set.
12853         (encode_ibm_extended, decode_ibm_extended): Likewise.  Use
12854         qnan_msb_set to tell the base double format.
12855         (ibm_extended_format): Use 53 as pnan.
12856         (mips_single_format, mips_double_format, mips_extended_format,
12857         mips_quad_format): Copied from the corresponding ieee/ibm
12858         formats, with qnan_msb_set false.
12859         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
12860         * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
12861         * config/mips/mips.c (override_options): Use mips_single_format
12862         and mips_double_format.  Default TFmode to mips_quad_format.
12863         * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
12864         * config/mips/t-irix6: Likewise.
12865         * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
12866         * config/fp-bit.c (pack_d, unpack_d): Obey it.
12868 2003-04-01  Geoffrey Keating  <geoffk@apple.com>
12870         * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
12871         (live_image_destructor): Reset image to initial state.
12872         (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
12874 2003-04-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
12876         * config/sparc/sparc.c (input_operand): Accept bare
12877         CONSTANT_P_RTX operands.
12879 2003-04-01  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
12881         * gcse.c (struct ls_expr): Added pattern_regs field.
12882         (ldst_entry): Initialize it.
12883         (extract_mentioned_regs, extract_mentioned_regs_helper): New.
12884         (store_ops_ok): Use regs precomputed by them.
12885         (find_loads, store_killed_in_insn, load_kills_store): Change return
12886         type to bool.
12887         (store_killed_before, store_killed_after): Take position of register
12888         set in account.
12889         (reg_set_info): Store position of the setter.
12890         (gcse_main): Enable store motion.
12891         (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
12892         (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
12893         sharing.
12894         (simple_mem): Enable store motion of non-symbol mems.
12895         (regvec): Type changed.
12896         (LAST_AVAIL_CHECK_FAILURE): New.
12897         (compute_store_table_current_insn): New.
12898         (build_store_vectors): Computation of availability and anticipatability
12899         moved ...
12900         (compute_store_table, find_moveable_store): ... here.
12901         (delete_store): Remove senseless comment.
12902         (store_motion): Reorganize.
12904 2003-04-01  Kevin Buettner  <kevinb@redhat.com>
12906         * config/mips/mips.c (override_options): Provide mappings for
12907         HI_REGNUM and LO_REGNUM.
12908         * config/mips/mips.h (MD_DBX_FIRST): Define.
12910 2003-04-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12912         * combine.c (merge_outer_ops): Fix typo.
12914         * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
12916 2003-04-01  David Edelsohn  <edelsohn@gnu.org>
12918         * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
12919         power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
12920         imul_compare.  Add lmul_compare.
12921         * config/rs6000/power4.md: Bump some latencies.  Model extra cycle
12922         in second pair of dispatch slots.  Model stores more accurately.
12923         Tweak multiply model.  Add bypasses for CR instructions dependent
12924         on complicated compares.
12925         * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
12926         (muldi3): Add lmul_compare patterns.
12927         * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
12928         and FPSTORE_UX to split instructions and add COMPARE,
12929         DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
12930         (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
12931         (rs6000_rtx_costs): Separate POWER4 multiply case.
12933 2003-04-01  Ulrich Weigand  <uweigand@de.ibm.com>
12935         * config/s390/s390.c (s390_fixup_clobbered_return_reg):
12936         Do nothing if __builtin_return_address was not used.
12938 Tue Apr  1 18:18:23 CEST 2003  Jan Hubicka  <jh@suse.cz>
12940         * i386.md (test patterns):  Allow memory operand in operand1.
12942 2003-02-31  Aldy Hernandez  <aldyh@redhat.com>
12944         * testsuite/gcc.c-torture/execute/simd-3.c: New.
12946         * expr.c (expand_expr): Handle VECTOR_CST.
12947         (const_vector_from_tree): New.
12949         * varasm.c (output_constant): Handle VECTOR_CST.
12951         * c-typeck.c (digest_init): Build a vector constant from a
12952         VECTOR_TYPE.
12954         * config/rs6000/rs6000.c: Remove prototype for
12955         easy_vector_constant.
12956         (easy_vector_constant): Add mode parameter.  Rewrite to handle
12957         more easy constants.
12958         (rs6000_emit_move): Pass mode to easy_vector_constant.
12959         Call emit_easy_vector_insn for SPE V2SI vector constant moves.
12960         (emit_easy_vector_insn): New.
12961         (easy_vector_same): New.
12962         (EASY_VECTOR_15): New macro.
12963         (EASY_VECTOR_15_ADD_SELF): New macro.
12964         (bdesc_2arg): Rename to xorv2si3.
12965         (easy_vector_constant_add_self): New.
12966         (input_operand): Allow vector constants.
12968         * config/rs6000/rs6000.h (PREDICATE_CODES): Add
12969         easy_vector_constant, easy_vector_constant_add_self.
12970         (EXTRA_CONSTRAINT): Add 'W'.
12972         * config/rs6000/rs6000-protos.h: Add prototype for
12973         easy_vector_constant, emit_easy_vector_insn.
12975         * config/rs6000/altivec.md (xorv8hi3): New.
12976         (xorv16qi3): New.
12977         Remove all _const0 patterns.
12978         (movv4si_internal): Rewrite to use code.  Add vector constant to
12979         vector alternative.  Add splitter.
12980         (movv8hi_internal): Same.
12981         (movv16qi_internal): Same.
12982         (movv4sf_internal): Same.
12983         Change the unspecs for vspltis* to use constants.
12985         * config/rs6000/spe.md ("xorv4hi3"): New.
12986         ("spe_evxor"): Rename to xorv2si3.
12987         ("xorv1di3"): New.
12988         Remove all _const0 patterns.
12989         (movv2si_internal): Rewrite to use code.  Add vector constant to
12990         alternatives.  Add splitter.
12991         (movv4hi_internal): Add vector constant to alternatives.
12992         (movv1di_internal): Same.
12993         (movv2sf_internal): Same.
12995 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
12997         PR c/9936
12998         * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
12999         variably-sized arrays in parameters.
13000         (set_save_expr_context): New function.
13001         (c_expand_body): Use it, via walk_tree.
13003 2003-03-31  Eric Christopher  <echristo@redhat.com>
13005         * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
13006         (combinable_i3pat): Remove call to expand_field_assignment and
13007         #if 0'd code.
13009 2003-03-31  Mark Mitchell  <mark@codesourcery.com>
13011         PR c++/10278
13012         * c-common.c (finish_label_address_expr): Handle the
13013         error_mark_node.
13015 2003-03-31  Richard Henderson  <rth@redhat.com>
13017         * real.c (real_identical): Reorg so as to not compare
13018         signalling for normals.
13020 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13022         * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
13024 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13026         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
13027         notes as they are boggus.
13028         (m68hc11_gen_movqi): Likewise.
13030 2003-03-31  Stephane Carrez  <stcarrez@nerim.fr>
13032         * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
13033         save the soft registers after the frame pointer so that gdb can unwind
13034         the frame more easily.
13035         (expand_epilogue): Likewise in opposite order; allow to use X register
13036         as scratch if the return value is by reference.
13038 2003-03-31  Jason Merrill  <jason@redhat.com>
13040         PR java/10145
13041         * stor-layout.c (update_alignment_for_field): Respect
13042         DECL_USER_ALIGN for zero-length bitfields, too.
13043         * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
13044         fields.
13046 2003-03-31  Matt Austern  <austern@apple.com>
13048         * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
13049         (count_defs): Keep track of number of defs as well as total size.
13050         (write_defs): Put every definition in cpp_savedstate's defs array.
13051         (comp_hashnode): Define.  Comparison function for qsort.
13052         (cpp_write_pch_deps): Sort definitions before writing them.
13053         (struct ht_node_list): Define. Like cpp_savedstate but simpler.
13054         (collect_ht_nodes): Define.
13055         (cpp_valid_state): When verifying that undefined identifiers in
13056         the pch file are still undefined, read a sorted list of undefined
13057         identifiers, collect all defined identifiers into a sorted list,
13058         and walk through both lists to make sure there's no match.
13060 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13062         * config/h8300/h8300.md (a peephole2): New.
13064 2003-03-31  Michael Matz  <matz@suse.de>
13066         * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
13068 2003-03-31  Segher Boessenkool  <segher@koffie.nl>
13070         PR target/10177
13071         * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
13072         * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
13073         all call-clobbered registers as used.
13075 2003-03-31  Michael Matz  <matz@suse.de>
13077         * cppexp.c (cpp_classify_number): Accept '.' after "0x".
13078         * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
13080 2003-03-31  Nathan Sidwell  <nathan@codesourcery.com>
13082         * gcov.c: Add -a & -u options.
13083         (struct arc_info): Add local_span, is_call_non_return,
13084         is_nonlocal_return, is_unconditional flags, remove is_call flag.
13085         (struct block_info): Add flags, is_call_site, is_nonlocal_return
13086         members. Make encodings a union with span member.
13087         (struct function_info): Add blocks_executed, line, src, line_next
13088         members.
13089         (struct coverage_info): Make branches a union with blocks member.
13090         (struct source_info): Add functions member.
13091         (object_summary, program_count): New global variables.
13092         (flag_all_blocks, flag_unconditional): New flags.
13093         (find_source, output_branch_count): New functions.
13094         (print_usage): Adjust.
13095         (options): Adjust.
13096         (process_args): Adjust.
13097         (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
13098         <GCOV_TAG_BLOCKS>: Read flags.
13099         <GCOV_TAG_LINES>: Adjust.
13100         (read_count_file): Process SUMMARY tags.
13101         (solve_flow_graph): Set is_unconditional and clear is_call_site
13102         appropriately.
13103         (add_branch_counts): Adjust. Don't count unconditional branches.
13104         (add_line_counts): Deal with all-blocks mode, accumulate block
13105         coverage.
13106         (accumulate_line_counts): Adjust, generate local spanning tree for
13107         all-blocks mode.
13108         (output_lines): Adjust.
13109         * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
13110         * doc/gcov.texi: Document.
13112 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13114         * config/h8300/h8300.md: Organize peephole2's that transform
13115         (compare (reg:HI) (const_int)).
13117 2003-03-31  Roger Sayle  <roger@eyesopen.com>
13119         * emit-rtl.c (dconstm2, dconsthalf): New real constants.
13120         (init_emit_once): Initialize dconstm2 and dconsthalf here.
13121         * real.h (dconstm2, dconsthalf): Add prototypes here.
13122         * real.c (real_sqrt): Use dconsthalf rather than local copy.
13123         * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
13124         exp(x/2.0) remember to fold the division if possible.
13125         Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
13126         pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
13127         1.0/(x*x) and pow(x,0.5) as sqrt(x).
13129 2003-03-31  Kazu Hirata  <kazu@cs.umass.edu>
13131         * config/h8300/h8300.md (a new peephole2): New.
13133 2003-03-31  Richard Sandiford  <rsandifo@redhat.com>
13135         * gcse.c (simple_mem): Return false for floating-point accesses
13136         if flag_float_store is true.
13138 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13140         * gcse.c (gcse_constant_p): New function to identify constants
13141         suitable for constant propagation, including COMPARE with two
13142         integer constant arguments.
13143         (hash_scan_set): Use gcse_constant_p.
13144         (find_avail_set): Likewise.
13145         (cprop_insn): Likewise.
13146         (do_local_cprop): Likewise.
13147         (find_implicit_sets): Likewise.
13148         (find_bypass_set): Likewise.
13150 2003-03-30  Matt Kraai  <kraai@alumni.cmu.edu>
13152         * except.h: Remove definition of varray_type.
13154 2003-03-30  Richard Henderson  <rth@redhat.com>
13156         PR opt/10011, opt/10252:
13157         * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
13158         before post-gcse cse pass.
13160 2003-03-30  Roger Sayle  <roger@eyesopen.com>
13162         * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
13164 2003-03-30  DJ Delorie  <dj@redhat.com>
13166         * profile.c (instrument_edges): Make sure any newly created
13167         jump insns have correct jump label info.
13169 2003-03-30  Richard Henderson  <rth@redhat.com>
13171         * cfgbuild.c (make_edges): Use tablejump_p.
13172         * cfgcleanup.c (label_is_jump_target_p): Likewise.
13173         * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
13174         * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
13175         (try_redirect_by_replacing_jump): Likewise.
13176         (redirect_edge_and_branch): Likewise.
13177         * cse.c (fold_rtx): Likewise.
13178         * jump.c (delete_related_insns): Likewise.
13179         * rtlanal.c (get_jump_table_offset): Likewise.
13180         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
13182 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
13184         * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
13185         (STRICT2_WARN): Likewise.
13187 2003-03-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13189         PR other/6955
13190         * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
13191         * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
13193 2003-03-30  Richard Henderson  <rth@redhat.com>
13195         PR c/10083
13196         * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
13197         don't zero_extend const inputs.
13199 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13201         * reload1.c (reload_cse_move2add): Fix a comment typo.
13203 2003-03-30  Kazu Hirata  <kazu@cs.umass.edu>
13205         * config/h8300/h8300.md (a peephole2): Remove useless code.
13207 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13209         * config/h8300/h8300.md (*iorsi3_and_ashift): New.
13210         (*iorsi3_and_lshiftrt): Likewise.
13211         (*iorsi3_zero_extract): Likewise.
13213 2003-03-29  Kazu Hirata  <kazu@cs.umass.edu>
13215         * config/h8300/h8300.md (*insv_si_8_8): New.
13216         (*insv_si_8_8_lshiftrt_8): Likewise.
13217         (a peephole2): Likewise.
13219 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13221         * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
13222         Uniformly use bugfix instead of bug fix.
13224 2003-03-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13226         PR doc/895
13227         * ONEWS: Remove those items that already appear in the EGCS
13228         release notes on our web pages.
13230 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
13232         * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
13233         TARGET_HARD_FLOAT.  Reformat.
13234         (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
13236 2003-03-28  Albert Chin-A-Young  <china@thewrittenword.com>
13238         * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
13239         work on Solaris 2.5.1.
13241 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>
13243         * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
13244         section of h8300.md
13245         (*addsi3_and_nor_r_1): Likewise.
13247 2003-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
13249         * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
13250         set up before any trapping memory access if flag_non_call_exceptions.
13252 2003-03-29  Alan Modra  <amodra@bigpond.net.au>
13254         * reload1.c (reload_as_needed): Allow a USE in asm reloads.
13256         * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
13258 2003-03-28  Nathanael Nerode  <neroden@gcc.gnu.org>
13260         * configure.in: Clarify comments.
13261         * configure: Regenerate.
13263 2003-03-28  Ulrich Weigand  <uweigand@de.ibm.com>
13265         * config/s390/s390.md ("literal_pool_31"): Output pool anchor
13266         label even if pool empty when generating PIC.
13267         ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
13269 2003-03-28  Kazu Hirata  <kazu@cs.umass.edu>,
13270             Dhananjay Deshpande  <dhananjayd@kpit.com>
13272         PR target/10205
13273         * config/h8300/h8300.c (h8300_initial_elimination_offset):
13274         Correct the offset computation when TARGET_NORMAL.
13276 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13278         PR target/10067
13279         * config/sparc/sparc.md (jump pattern): Correct order
13280         when issuing the annuling marker.
13282 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13284         PR c/8281
13285         * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
13286         (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
13288 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
13290         * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13291         globalize_label.
13292         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13293         * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13294         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13295         * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13296         * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13297         * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13298         * config/v850/v850.c (v850_output_aligned_bss): Likewise.
13300 2003-03-28  Alan Modra  <amodra@bigpond.net.au>
13302         * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
13303         (replace_loop_mems): Add "written" param.  Remove invalid REG_EQUAL
13304         notes after hoisting.
13305         (load_mems): Adjust replace_loop_mems call.
13307 2003-03-28  Eric Botcazou  <ebotcazou@libertysurf.fr>
13308             Richard Henderson  <rth@redhat.com>
13310         PR target/10114 and PR target/10084
13311         * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
13313 2003-03-27  Richard Henderson  <rth@redhat.com>
13315         * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
13317 2003-03-27  Roger Sayle  <roger@eyesopen.com>
13319         * fold-const.c (fold_inf_compare):  New function to simplify FP
13320         comparisons against +Infinity or -Infinity.
13321         (fold):  Optimize floating point comparisons against Infs and NaNs.
13323 2003-03-27  Janis Johnson  <janis187@us.ibm.com>
13325         * libgcov.c: Provide only dummy functions if libc is not available.
13327 2003-03-27  Richard Henderson  <rth@redhat.com>
13329         * real.h (struct real_value): Add signalling.
13330         (EXP_BITS): Decrement.
13331         * real.c (get_canonical_qnan): Don't set MSB-1.
13332         (get_canonical_snan): Likewise.  Set signalling.
13333         (real_identical): Compare signalling.
13334         (round_for_format): Remove force-one-bit on code.
13335         (real_nan): Likewise.  Set signalling.
13336         (encode_ieee_single): Add force-one-bit code; honor signalling.
13337         (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
13338         (decode_ieee_single): Set signalling.
13339         (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
13341 2003-03-27  Olivier Hainque  <hainque@act-europe.fr>
13343         PR ada/9953
13344         * ada/Makefile.in (gnatlib configuration for HPUX): Split
13345         the general section for HPUX into specific sections for
13346         HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
13347         11 case.
13349 2003-03-27  Glen Nakamura  <glen@imodulo.com>
13351         PR opt/10087
13352         * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
13353         while incrementing giv.
13354         (record_biv): Check for duplicate biv locations and
13355         set (struct induction *) v->same if found.
13357 2003-03-27  David Mosberger  <davidm@hpl.hp.com>
13359         * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
13360         v0.9 API change: replace read of UNW_REG_HANDLER with
13361         unw_get_proc_info().
13362         (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
13363         with unw_get_proc_info().
13364         (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
13365         unw_get_proc_info().
13367 2003-03-27  Vladimir Makarov  <vmakarov@redhat.com>
13369         * config/rs6000/8540.md: Use presence_set instead of absence_set.
13371 2003-03-26  Richard Henderson  <rth@redhat.com>
13373         * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
13375 2003-03-26  Roger Sayle  <roger@eyesopen.com>
13377         PR bootstrap/10051, PR bootstrap/10169.
13378         * mips-tfile.c (init_file): Don't provide a static initializer.
13379         (initialize_init_file): Initialize the contents of init_file.
13380         (add_file): Call initialize_init_file if not already initialized.
13382 2003-03-26  Ulrich Weigand  <uweigand@de.ibm.com>
13384         * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
13385         registers used for global asm variables.
13386         (s390_frame_info, s390_arg_frame_offset): Likewise.
13387         (s390_emit_prologue, s390_emit_epilogue): Likewise.
13389 2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
13391         * config/rs6000/8540.md: New file.
13393         * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
13394         power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
13395         reservations for imul.
13397         * config/rs6000/rs6000.md: Include 8540.md.  Change
13398         delayed_compare onto mult_compare for insns generating
13399         multiplication.
13400         (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
13401         New type attribute values.
13403         * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
13404         fpsimple instead of fp.
13405         (*divsf3_gpr): Use type vecfdiv instead of fp.
13406         (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
13407         instead of vecfloat.
13408         (spe_evfsdive): Use type vecfdiv instead of vecfloat.
13409         (spe_brinc): Use type brinc instead of veccomplex.
13410         (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
13411         veccomplex.
13412         (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
13413         (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
13414         *movv2sf_internal): Define type attribute values for all
13415         alternatives.
13416         (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
13417         of fpcompare.
13418         (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
13419         instead of fpcompare.
13421 2003-03-26  David Edelsohn  <edelsohn@gnu.org>
13423         * config/rs6000/power4.md: Allow delay between dispatch and
13424         function units for simple instructions.  Correct store units.
13425         Allow branch to occupy as many dispatch slots as necessary.
13427 2003-03-26  Jakub Jelinek  <jakub@redhat.com>
13429         * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
13430         (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
13431         zero extend old to it.
13432         * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
13433         operand.
13435 2003-03-26  Eric Botcazou  <ebotcazou@libertysurf.fr>
13437         PR target/7784
13438         * reload.c (find_reloads_address): Handle
13439         (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
13440         all base registers.
13442 2003-03-25  Marcelo Abreu  <mmabreu@inf.ufrgs.br>
13444         PR other/10203
13445         * version.c: Reference the GCC web site in the URL.
13447 2003-03-26  Alan Modra  <amodra@bigpond.net.au>
13449         * c-incpath.c (add_standard_paths): Add both "translated" and
13450         non-translated header paths.
13452 2003-03-25  Loren James Rittle  <ljrittle@acm.org>
13454         * doc/install.texi (*-*-freebsd*): Update with known status.
13456 2003-03-21  Jason Merrill  <jason@redhat.com>
13458         PR optimization/10171
13459         * unroll.c (unroll_loop): Don't delete the jump at the end unless
13460         we also delete a jump at the beginning.
13462 2003-03-25  Stephane Carrez  <stcarrez@nerim.fr>
13464         * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
13465         contributor.
13467 Tue Mar 25 20:35:51 CET 2003  Jan Hubicka  <jh@suse.cz>
13469         * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
13470         constants are not expensive.
13472 Mon Mar 24 20:03:03 CET 2003  Jan Hubicka  <jh@suse.cz>
13474         PR opt/10056
13475         * cfglayout.c (fixup_reorder_chain):  Fix dealing with the conditional
13476         jump jumping to the next instruction.
13477         * cfgrtl.c (force_nonfallthru_and_redirect):  Likewise.
13479 2003-03-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13481         * doc/passes.texi (Passes): Properly document that we do not
13482         perform jump2 any longer; remove command-line option -dJ.
13484 2003-03-25  Eric Botcazou  <ebotcazou@libertysurf.fr>
13486         PR optimization/8746
13487         * config/i386/i386.md (and promoting splitters): Disable HImode to
13488         SImode promoting when the sign bit matters and is not preserved, or
13489         when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
13490         for size.
13492 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
13494         * config/h8300/h8300.md (a peephole2): Extend to support loads
13495         in QImode and HImode.
13497 2003-03-24  Stephane Carrez  <stcarrez@nerim.fr>
13499         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
13500         _return_far
13501         (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
13502         (MULTILIB_EXCEPTIONS): Likewise.
13503         * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
13504         by calling some board support routine.
13505         ("call_value"): Likewise.
13506         ("*return_void"): Likewise for return.
13507         ("*return_16bit"): Likewise.
13508         ("*return_32bit"): Likewise.
13509         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
13510         for 68HC11 too.
13511         (DWARF2_ADDR_SIZE): Use 4 so that addresses can
13512         * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
13513         -mlong-calls for 68HC11.
13514         * config/m68hc11/larith.asm (declare_near): New macro.
13515         (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
13516         (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
13517         (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
13518         (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
13519         (__mulhi32): Likewise.
13520         (ret): Update macro for 68HC11.
13521         (__far_trampoline): Implement for 68HC11.
13522         (__call_a16, __call_a32, __return_void, __return_16): New support
13523         routines for 68HC11 memory bank switching calling support.
13524         (__return_32): Likewise.
13526 2003-03-24  Neil Booth  <neil@daikokuya.co.uk>
13528         * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
13530 2003-03-24  Janis Johnson  <janis187@us.ibm.com>
13532         * doc/install.texi (Testing): Mention test result links from build
13533         status pages.
13535 2003-03-24  Mark Mitchell  <mark@codesourcery.com>
13537         * function.c (put_var_into_stack): Change bool parameter to int.
13538         (gen_mem_addressof): Likewise.
13539         * rtl.h (gen_mem_addressof): Likewise.
13540         * tree.h (put_var_into_stack): Likewise.
13541         * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
13542         gen_mem_addressof or put_var_into_stack.
13543         * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
13544         * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
13546 2003-03-24  Kazu Hirata  <kazu@cs.umass.edu>
13548         * config/h8300/h8300.md (a peephole2): New.
13550 2003-03-24  Jakub Jelinek  <jakub@redhat.com>
13552         * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
13554 2003-03-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13556         * doc/contrib.texi (Contributors): Update Janis Johnson.
13558 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13560         PR target/10072
13561         * combine.c (simplify_if_then_else): Check that the mode
13562         has MODE_INT class before applying the (OP Z (mult COND C2))
13563         transformation.
13565 2003-03-23  Eric Botcazou  <ebotcazou@libertysurf.fr>
13567         PR optimization/9414
13568         * config/sparc/sparc.md (widening peepholes): Use
13569         widen_memory_access instead of change_address.
13571 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
13573         PR c++/7086
13574         * c-typeck.c (c_mark_addressable): Adjust calls to
13575         put_var_into_stack.
13576         * expr.c (expand_expr): Likewise.
13577         * function.c (put_var_into_stack): Add rescan parameter.  Do not
13578         call fixup_var_refs when rescan is false.
13579         (gen_mem_addressof): Likewise.
13580         (assign_parms): Adjust calls to put_var_into_stack.
13581         (setjmp_protect): Likewise.
13582         (setjmp_protect_args): Likewise.
13583         * rtl.h (gen_mem_addressof): Change prototype.
13584         * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
13585         * tree.h (put_var_into_stack): Change prototype.
13587 2003-03-23  Arpad Beszedes <beszedes@cc.u-szeged.hu>
13589         PR middle-end/9967
13590         * builtins.c (expand_builtin_fputs): When optimizing for size,
13591         don't transform fputs into fwrite.
13593 2003-03-23  Glen Nakamura <glen@imodulo.com>
13595         PR c/8224
13596         * fold-const.c (extract_muldiv_1): Don't pass through type conversions
13597         when signedness changes for division or modulus.
13599 2003-03-24  Alan Modra  <amodra@bigpond.net.au>
13601         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13602         globalize_label.
13604 2003-03-23  Roger Sayle  <roger@eyesopen.com>
13606         PR c/10178
13607         * stmt.c (expand_end_case_type): Check for overflow in range when
13608         determining whether to use a bit-test implementation.
13610 2003-03-23  Richard Henderson  <rth@redhat.com>
13612         * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
13613         before flow2.
13614         * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
13616 2003-03-23  Richard Henderson  <rth@redhat.com>
13618         PR opt/10116
13619         * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
13620         from then_bb or else_bb after flow2.
13622 2003-03-23  Zack Weinberg  <zack@codesourcery.com>
13624         * configure.in: Check whether it is necessary to link against
13625         libm to use ldexp.
13626         * configure: Regenerate.
13627         * Makefile.in: Add LDEXP_LIB substitution variable.
13629 2003-03-23  Kazu Hirata  <kazu@cs.umass.edu>
13631         * config/h8300/h8300.md: Fix comment typos.
13633 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13635         * pa.c (output_cbranch): Fix typo in comment.
13637 2003-03-22  Richard Henderson <rth@redhat.com>
13639         * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
13640         after reload.
13642 2003-03-22  DJ Delorie  <dj at redhat dot com>,
13643         Bruce Korb  <bkorb at gnu dot org>
13645         * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
13646         buggy Solaris 2.6 mutex/cond initializers.
13647         (solaris_mutex_init): Rename to solaris_mutex_init_2.
13648         * fixinc/fixincl.x: Regenerate.
13649         * fixinc/tests/base/pthread.h: Update.
13650         * fixinc/fixincl.c(initialize): be explicit about the default case
13651         and indicate verbose level when being very, very verbose.
13652         * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
13654 2003-03-22  Andreas Jaeger  <aj@suse.de>
13656         * config/i386/i386.c (ix86_init_machine_status): Return value.
13658 2003-03-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13660         * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
13661         conditional branch to the following instruction.  Use next_real_insn
13662         instead of next_active_insn.
13663         (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
13664         instead of next_active_insn.
13666 2003-03-22  Ulrich Weigand  <uweigand@de.ibm.com>
13668         * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
13669         instead of 'm' constraint in forced-split alternatives.
13670         ("*adddi3_31", "*subdi3_31"): Likewise.  Also, pass 0 instead of 1 as
13671         VALIDATE_ADDRESS parameter to operand_subword.
13673 2003-03-22  Kazu Hirata  <kazu@cs.umass.edu>
13675         * config/h8300/h8300.c (notice_update_cc): Correctly handle
13676         the case where the set destination is STRICT_LOW_PART.
13678 2003-03-22  Svein E. Seldal  <Svein.Seldal@solidas.com>
13680         * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
13681         c30 instead of a c40 processor.
13683 2003-03-22  Alan Modra  <amodra@bigpond.net.au>
13685         * combine.c (simplify_comparison <AND>): Use gen_int_mode.  Tidy.
13687 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
13689         * c-common.c: Include intl.h.
13690         (shadow_warning): Rewrite to allow better diagnostic translations.
13691         * c-common.h: Update prototype of shadow_warning.  Declare sw_kind enum.
13692         * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
13693         use it throughout.
13694         * Makefile.in (c-common.o): Add intl.h.
13696 2003-03-21  Nathanael Nerode  <neroden@gcc.gnu.org>
13698         * config.gcc: Remove 'float_format'.
13700         * fixproto: Define NULL and size_t in generated stdlib.h and
13701         unistd.h.  Kill unused required_stdlib_h, required_unistd_h.
13702         Rearrange file generation loop for readability.  Generate time.h,
13703         string.h if missing.
13704         * tsystem.h: Include <string.h>, <time.h> unconditionally.
13705         * config.gcc: Blow away POSIX defines.
13707 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
13709         * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
13711 2003-03-22  Stephane Carrez  <stcarrez@nerim.fr>
13713         * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
13714         writing .interrupt command.
13715         * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
13716         if it's a far or near function.
13717         ("call_value"): Likewise.
13718         * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
13719         near attributes.
13720         (m68hc11_handle_fntype_attribute): Accept attributes on methods.
13721         (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
13722         (m68hc11_initial_elimination_offset): Set current_function_far
13723         according to attributes.
13724         (expand_prologue): Likewise.
13725         (trap_handler_symbol): New global to keep track of trap handlers.
13726         (m68hc11_encode_section_info): Mark symbol as far if needed; set
13727         trap symbol.
13728         (m68hc11_is_far_symbol): New function.
13729         (m68hc11_is_trap_symbol): New function.
13730         * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
13731         (m68hc11_is_trap_symbol): Declare.
13733 2003-03-21  Jan Hubicka  <jh@suse.cz>
13735         * i386.c (ix86_compute_frame_layout): Recompute fast prologues
13736         only when amount of saved regs changed.
13737         (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
13738         * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
13740 2003-03-21  Jan Hubicka  <jh@suse.cz>
13742         PR inline-asm/7916
13743         * function.c (instantiate_virtual_regs_lossage): New function.
13744         (instantiate_virtual_regs_1): Use it.
13745         (instantiate_virtual_regs): Do not continue in substition when insn has
13746         been deleted.
13748 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
13750         * combine.c (make_field_assignment): Fix a warning.
13752 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
13754         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
13756 2003-03-21  Dale Johannesen  <dalej@apple.com>
13758         * config/rs6000/rs6000.h (REG_ALLOC_ORDER):  Increase
13759         priority for R2 on Darwin.
13760         (HARD_REGNO_MODE_OK):  Don't accept R31 for DFmode.
13762 2003-03-21  Kazu Hirata  <kazu@cs.umass.edu>
13764         * combine.c (make_field_assignment): Remove unnecessary AND
13765         when storing into zero_extract.
13767 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
13769         * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
13770         * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
13771         * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
13772         in comment.
13774 2003-03-21  DJ Delorie  <dj@redhat.com>
13776         * optabs.c (init_integral_libfuncs): Make sure we init at least up
13777         to "long long" size words.
13779 2003-03-21  Ulrich Weigand  <uweigand@de.ibm.com>
13781         * config/s390/s390.h: Do not include fixdfdi.h on s390x.
13782         (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
13783         (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
13785 2003-03-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
13787         PR doc-bug/9813
13788         * doc/extend.texi: Move misplaced paragraph about underscores in
13789         variables in macros.
13791 2003-03-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
13792             Richard Henderson  <rth@redhat.com>
13794         PR optimization/8366
13795         * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
13796         (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
13797         PIC+SYMBOLIC_CONST in other modes than Pmode.
13798         (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
13799         the form PIC+SYMBOLIC_CONST as mode dependent.
13801 2003-03-21  DJ Delorie  <dj@redhat.com>
13803         * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
13804         sure we always emit at least one insn.
13806 2003-03-21  Christopher Faylor  <cgf@redhat.com>
13808         * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
13809         stub t-cygming. Use common target header cygming.h. Add extra
13810         c_target_obj and cxx_target_obj file. Default cygwin to posix
13811         threading. Enforce i386 as float format.
13812         (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
13813         Remove cygwin.h as target header. Use common target header
13814         cygming.h  Enforce i386 as float format. Correct typo.
13815         * config/i386/cygming.h: New file, containing definitions
13816         common to mingw32 and cygwin.
13817         * config/i386/cygwin.h: Remove definitions common to cygwin and
13818         mingw.  Simplify special spec logic.  Define "wrappers" around
13819         certain include path defines to accommodate -mno-cygwin.
13820         Remove some #if 0'ed code.
13821         (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
13822         (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
13823         (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
13824         * config/i386/mingw32.h: Remove definitions common to cygwin and
13825         mingw.
13826         (EXTRA_OS_CPP_BUILTINS): Adjust.
13827         (TARGET_VERSION): Define.
13828         * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
13829         mingw32.h definitions.
13830         (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
13831         * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
13832         Add compilation rules for cygwin1.o cygwin2.o.
13833         * config/i386/cygwin1.c: New file.
13834         * config/i386/cygwin2.c: New file.
13835         * config/i386/t-cygming: New makefile stub.
13837 2003-03-20  Richard Henderson  <rth@redhat.com>
13839         * fold-const.c (extract_muldiv_1): Revert changing order of
13840         operands in case MULT_EXPR of 2003-02-16 patch.
13842 2003-03-20  Daniel Berlin  <dberlin@dberlin.org>
13843         Merge changes from new-regalloc-branch
13845         From Michael Matz  <matz@suse.de>
13846         * df.c (df_ref_record_1): Move init of loc to safe point.
13847         Only recurse on interesting things in parallels.
13848         Handle CLASS_CANNOT_CHANGE_MODE smarter.
13849         (df_uses_record): Ditto.
13851         * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
13852         it's already okay to use memory operands in (IE doesn't require
13853         adding another insn or anything).
13855 2003-03-20  Richard Henderson  <rth@redhat.com>
13857         PR middle-end/6348
13858         * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
13859         different from word_mode.
13861 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
13863         * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
13864         source operand to those that can be extracted with bld.
13866 2003-03-20  Richard Earnshaw  <rearnsha@arm.com>
13868         PR 10066
13869         * arm.md (UNSPEC_PIC_BASE): New constant.
13870         (pic_add_dot_plus_four): Wrap with unspec.
13871         (pic_add_dot_plus_eight): Likewise.
13873 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
13875         * config/h8300/h8300.md (*insv_si_1_n): New.
13876         (*insv_si_1_n_lshiftrt): Likewise.
13878 2003-03-20  Roger Sayle  <roger@eyesopen.com>
13880         * fold-const.c (fold_mathfn_compare): New function to simplify
13881         comparisons against built-in math functions.  Fold comparisons
13882         of sqrt against constants.
13883         (fold): Call fold_mathfn_compare when appropriate.
13885 2003-03-20 Richard Earnshaw  <rearnsha@arm.com>
13887         * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
13888         information.
13890 2003-03-20  Per Bothner  <pbothner@apple.com>
13892         Various cleanups to help compile server.
13894         * cppinit.c (cpp_create_reader):  Take extra hash_table* argument,
13895         and pass that to _cpp_init_hashtable.
13896         (cpp_read_main_file):  Drop hash_table* argument; don't call
13897         _cpp_init_hashtable.
13898         * cpplib.h:  Update declarations to match.
13899         * c-opts.c (c_common_init_options):  Pass ident_hash to
13900         cpp_create_reader.
13901         (c_common_post_options):  Don't pass ident_hash to cpp_read_main_file.
13902         * fix-header.c (read_scan_file):  Likewise pass NULL table to
13903         cpp_create_reader rather than cpp_read_main_file.
13905         * cppfiles.c (cpp_rename_file):  Generalized and renamed
13906         to cpp_change_file.
13907         * cpplib.h:  Update declaration to match.
13908         * c-opts.c (push_command_line_line, finish_options):  Change
13909         cpp_rename_file calls to cpp_change_file.
13911         * line-map.c (add_line_map):  Allow leaving the outermost file.
13912         Allowing entering an outermost-file after the initial time.
13914         * toplev.c (pop_srcloc):  Allow popping from initial file.
13916 2003-03-20  Kazu Hirata  <kazu at cs dot umass dot edu>
13918         * fold-const.c (fold): Fold A - (A & B) into ~B & A.
13920 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
13922         * config/h8300/h8300.md (a peephole2): New.
13924 2003-03-20  Kazu Hirata  <kazu@cs.umass.edu>
13926         * config/h8300/h8300.md (*addsi3_and_r_1): New.
13927         (*addsi3_and_not_r_1): Likewise.
13929 2003-03-19  Loren James Rittle  <ljrittle@acm.org>
13931         * Makefile.in (STRICT2_WARN): Add @WERROR@.
13932         (GCC_WARN_CFLAGS): Remove $(WERROR).
13933         (fixinc.sh-warn): New.
13934         * ada/Make-lang.in (ada-warn): Add $(WERROR).
13935         * cp/Make-lang.in (cp-warn): Add $(WERROR).
13936         * f/Make-lang.in (f-warn): Add $(WERROR).
13937         * java/Make-lang.in (java-warn): Add $(WERROR).
13938         * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
13940 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
13942         * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
13943         langhooks-def.h (lhd_tree_dump_dump_tree),
13944         langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
13945         Change return type from 'int' to 'bool'.  Replace 0 and 1 with
13946         true and false in return statements.
13948 2003-03-19  Kevin Buettner  <kevinb@redhat.com>
13950         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
13951         (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
13952         DWARF_INITIAL_LENGTH_SIZE.
13953         (output_compilation_unit_header, output_pubnames, output_aranges)
13954         (output_line_info): Output 0xffffffff escape value for 64-bit
13955         DWARF extension.
13956         * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
13958 2003-03-19  Ulrich Weigand  <uweigand@de.ibm.com>
13960         * config/s390/s390.c (s390_preferred_reload_class): Do not
13961         force constants to the pool unless necessary.
13962         (s390_decompose_address): Prefer to use pointer as base,
13963         not index register.
13964         * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
13965         Q alternative.
13966         ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
13967         "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
13968         ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
13969         "*zero_extendqisi2_31", "*zero_extendqihi2_31",
13970         "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
13972 2003-03-19  Jan Hubicka  <jh@suse.cz>
13974         * i386.h (machine_function): New fields use_fast_prologue_epilogue.
13975         * i386.c (use_fast_prologue_epilogue): Remove.
13976         (ix86_frame): New field save_regs-using_mov;
13977         (ix86_compute_frame_layout):  Decide on fast prologues;
13978         allocate saved registers in red zone.
13979         (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
13981 2003-03-19  Nick Clifton  <nickc@redhat.com>
13983         * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
13985 2003-03-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
13987         PR 10062
13988         * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
13989         * pa-protos.h (output_lbranch): New prototype.
13990         * pa.c (compute_frame_size): Change size of the frame marker on the
13991         64-bit ports to 48 bytes.
13992         (pa_output_function_prologue): Document why SAVE_SP is set.
13993         (hppa_expand_prologue): Save previous stack pointer into frame marker
13994         on targets which use the hpux unwind library.
13995         (output_cbranch): Use output_lbranch.
13996         (output_lbranch): New function to output long unconditional branches.
13997         * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
13998         (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
13999         64-bit ports.
14000         * pa.md (jump): Use output_lbranch.
14001         (allocate_stack): New expander for dynamic stack allocation.
14003 2003-03-19  Alan Modra  <amodra@bigpond.net.au>
14005         * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
14006         when debugging on XCOFF targets.  Delete "abi" temp.
14008         PR target/10073
14009         * combine.c (force_to_mode <NOT>): Use gen_int_mode.
14011 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
14013         * config/s390/s390.c (s390_output_dwarf_dtprel): New.
14014         * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
14015         * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14017         * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
14018         * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
14019         * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
14021 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14023         * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
14024         the result of machopic_function_base_name.
14025         * config/darwin.c (machopic_function_base_name): Use a gc-allocated
14026         string rather than a static array.
14028         * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
14030         * gengtype.c: Include rtl.h.
14031         (enum rtx_code): Don't define.
14032         (rtx_format): Make declaration match rtl.h.
14033         (rtx_next_new): Rename from rtx_next to avoid conflict.  Change all
14034         users.
14035         (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
14036         * Makefile.in (gengtype.o): Update dependencies.
14038 2003-03-18  Andreas Schwab  <schwab@suse.de>
14040         * config/m68k/m68k.md (iordi3): Fix setting low half to -1.  From
14041         martin@blom.org.
14043 2003-03-18  Geoffrey Keating  <geoffk@apple.com>
14045         * function.c (next_block_index): Mark with GTY.
14047         * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
14049 2003-03-18  Richard Henderson  <rth@redhat.com>
14051         * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
14052         (builtin_setjmp_receiver): Delay call to ia64_reload_gp
14053         until after reload.
14055 2003-03-18  Richard Henderson  <rth@redhat.com>
14057         * builtins.c (expand_builtin_unop): New target_mode operand;
14058         use it to convert the result to the correct mode.
14059         (expand_builtin): Update all callers.
14061 2003-03-18  Ulrich Weigand  <uweigand@de.ibm.com>
14063         * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
14065 2003-03-18  Jan Hubicka  <jh@suse.cz>
14067         * i386.md:  Fix previous commit that mistakely applied the patch
14068         twice.
14070         * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
14071         canonicalized.
14072         (memrefs_conflict_p): Likewise.
14073         (addr_side_effect_eval): Canonicalize the constructed address.
14075 2003-03-18  Jan Hubicka  <jh@suse.cz>
14077         * i386.md (cvtts?2si peep2): New.
14079 2003-03-18  Kazu Hirata  <kazu@cs.umass.edu>
14081         * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
14083 2003-03-18  Andreas Schwab  <schwab@suse.de>
14085         * dwarf2out.c (output_file_names): Cast size_t to unsigned long
14086         for format.
14088 2003-03-17  Jason Merrill  <jason@redhat.com>
14090         PR c++/10091
14091         * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
14092         an unaligned member of TREE_ADDRESSABLE type.
14094 2003-03-18  Alan Modra  <amodra@bigpond.net.au>
14096         * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
14097         (TARGET_PROFILE_KERNEL): Define.
14098         (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
14099         (PROFILE_BEFORE_PROLOGUE): Don't define.
14100         (PROFILE_KERNEL): Remove hacks.
14101         * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
14102         (rs6000_stack_info): No need to save lr if just for profiling when
14103         TARGET_PROFILE_KERNEL.
14104         (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
14105         (output_function_profiler): Localize label generation.  Emit code
14106         for kernel profiling.
14108 2003-03-17  Kazu Hirata  <kazu@cs.umass.edu>
14110         * config/h8300/h8300-protos.h: Add a prototype for
14111         byte_accesses_mergeable_p.
14112         * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
14113         * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
14114         (a splitter): Likewise.
14115         (*iorsi3_ashift_16_ashift_24): Likewise.
14116         (*iorsi3_ashift_16_ashift_24_mem): Likewise.
14118 2003-03-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14120         * dwarf2asm.h: Delete obsolete comment.
14121         (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
14122         dw2_asm_output_pcrel, dw2_asm_output_addr,
14123         dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
14124         dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
14125         dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
14126         dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
14128 2003-03-17  Zack Weinberg <zack@codesourcery.com>
14130         * c-tree.h (struct lang_identifier): Remove error_locus field.
14131         (IDENTIFIER_ERROR_LOCUS): Kill.
14132         (record_function_scope_shadow): New prototype.
14133         * c-typeck.c (build_external_ref): Don't complain if
14134         decl is error_mark_node.  When not at file scope, bind the
14135         decl's local value to error_mark_node to suppress further
14136         warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
14138         * c-decl.c (get_function_binding_level): New static function.
14139         (record_function_scope_shadow): New exported function.
14140         (c_make_fname_decl): Use get_function_binding_level.
14142 2003-03-17  Steve Ellcey  <sje@cup.hp.com>
14144         * stmt.c (tail_recursion_args): Call promote_mode to set
14145         unsignedp flag correctly before calling convert_move.
14147 2003-03-17  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
14149         * loop-unroll.c (decide_peel_completely,
14150         decide_unroll_constant_iterations, decide_unroll_stupid,
14151         decide_unroll_runtime_iterations, decide_peel_simple): Set
14152         loop->has_desc.
14154 2003-03-17  Jan Hubicka  <jh@suse.cz>
14156         * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
14158 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
14160         * function.c (assign_parms): For a struct value address passed as
14161         first argument, delay the function's result RTL setup code until
14162         after the emission of parameter conversions.
14164 2003-03-17  Dave Love  <fx@gnu.org>
14165             Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14167         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
14168         __arch64__ to match Compaq cc.
14170 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14172         * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
14173         (c_common_init): Set EBCDIC in cpp options.
14174         * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
14175         not conditional compilation.
14176         * cpplib.h (struct cpp_options): New entry EBCDIC.
14178 2003-03-17  Neil Booth  <neil@daikokuya.co.uk>
14180         * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
14182 2003-03-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14184         * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
14185         argument to 0 for redirect_jump.
14187 2003-03-16  Mark Mitchell  <mark@codesourcery.com>
14189         PR c++/8805
14190         * except.c (eh_region_u_cleanup): Add prev_try.
14191         (expand_eh_region_end_cleanup): Set it.
14192         (reachable_handlers): Use it to skip over cleanup blocks.
14194 2003-03-17  Andreas Jaeger  <aj@suse.de>
14196         * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
14198 2003-03-17  Alan Modra  <amodra@bigpond.net.au>
14200         * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
14201         (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
14202         (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
14203         (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
14205 2003-03-16  Richard Henderson  <rth@redhat.com>
14207         * simplify-rtx (simplify_binary_operation): Don't abort for
14208         SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
14210 2003-03-16  Richard Henderson  <rth@redhat.com>
14212         * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
14213         optimize_size as well.
14215 2003-03-16  Stephane Carrez  <stcarrez@nerim.fr>
14217         * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
14218         for D register to specify the low part of it, aka B.
14219         (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
14220         the register if we are loading 1 or -1 to it; avoid using temp
14221         register when moving X/Y to Y/X.
14222         (m68hc11_gen_movqi): Likewise.
14223         (m68hc11_check_z_replacement): Fix last insn setting for compare case.
14225 2003-03-14  Mark Mitchell  <mark@codesourcery.com>
14227         PR optimization/9016
14228         * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
14229         into the constant pool.
14231 2003-03-16  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
14233         PR target/9164
14234         * tree.c (get_narrower): For extensions with unchanged bit number,
14235         return the unsignedness of the outer mode.
14237 2003-03-16  Roger Sayle  <roger@eyesopen.com>
14239         * c-typeck.c (build_component_ref):  Turn "for" into "do .. while"
14240         to avoid "may be used uninitialized" warning on ia64-hpux.
14241         * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
14243 2003-03-16  Andreas Jaeger  <aj@suse.de>
14245         * configure.in: Improve check for memcheck.h.
14246         * configure: Regenerated.
14248 2003-03-16  Neil Booth  <neil@daikokuya.co.uk>
14250         * doc/cppopts.texi: Remove documentation of -A-.
14252 2003-03-15  Zack Weinberg  <zack@codesourcery.com>
14254         * doc/libgcc.texi: Remove @tie.
14256 2003-03-15  Josef Zlomek  <zlomekj@suse.cz>
14258         * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
14259         (rtx_pair): Added new element update_label_nuses, renamed to
14260         replace_label_data.
14261         * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
14262         replace_label_data instead of rtx_pair.
14263         * loop.c (load_mems): Likewise.
14264         * rtlanal.c (replace_label): Replace label in pool constants and in
14265         INSN_LIST (in REG_LABEL note).
14266         (subrtx_p): Renamed to rtx_referenced_p.
14267         (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
14268         LABEL_REF with CODE_LABEL, traverse constants from pool.
14270 2003-03-15  Aldy Hernandez <aldyh@redhat.com>
14271             Zack Weinberg  <zack@codesourcery.com>
14273         * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
14274         * doc/libgcc.texi: New file.
14275         * doc/interface.texi: Delete paragraph about libgcc interface.
14276         * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
14278 2003-03-15  Jason Merrill  <jason@redhat.com>
14280         PR debug/9039
14281         * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
14283         PR debug/6387
14284         * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
14285         function DIEs at toplevel.
14286         (decls_for_scope): At -g1, don't descend into subblocks.
14288 2003-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
14290         * varasm.c (struct rtx_const): Change type of un.addr member
14291         to struct holding an additional 'symbol' member.
14292         (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
14293         with equal string addresses as equal.
14294         (simplify_subtraction): Adapt to struct rtx_const change.
14296 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14298         * fix-header.c (read_scan_file): Read main file before handling -D.
14300 2003-03-15  Roger Sayle  <roger@eyesopen.com>
14302         * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
14303         * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
14304         * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
14305         (find_sub_basic_blocks): Likewise.
14306         * cgraphunit.c (cgraph_expand_functions): Likewise.
14307         * dwarf2out.c (prune_unused_types): Likewise.
14308         * expr.c (store_field): Likewise.
14309         * genextract.c (print_path): Likewise.
14310         * haifa-sched.c (schedule_insn): Likewise.
14311         * lcm.c (compute_antinout_edge): Likewise.
14312         * loop-unroll.c (decide_peel_once_rolling): Likewise.
14313         * ra-colorize.c (ra_colorize_free_all): Likewise.
14314         * ra-debug.c (dump_igraph): Likewise.
14315         (debug_hard_reg_set): Likewise.
14316         * reg-stack.c (reg_to_stack): Likewise.
14317         * rtlanal.c (refers_to_regno_p): Likewise.
14318         * tracer.c (layout_superblocks): Likewise.
14320 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14322         * fix-header.c (read_scan_file): Fix thinko.
14324 2003-03-15  Glen Nakamura  <glen@imodulo.com>
14326         * reload1.c (choose_reload_regs): Use && instead of ||
14327         with REG_CANNOT_CHANGE_MODE_P condition.
14329 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
14331         * Makefile.in: Update.
14332         * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
14333         * c-lex.c (init_c_lex): Register builtins hook is dead.
14334         * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
14335         (c_common_decode_option): Don't call cpp_handle_option.
14336         Handle -A, -D and -U.
14337         (handle_deferred_opts): Simplify.
14338         (finish_options): Define builtins and command line macros.
14339         * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
14340         * cppinit.c: Don't include intl.h.
14341         (init_builtins): Rename cpp_init_builtins.  No hook to call.
14342         (init_library): Don't need to sort options.
14343         (cpp_create_reader): Don't set pending.
14344         (cpp_destroy): Don't free pending.
14345         (struct pending_option, cl_directive_handler, struct cpp_pending,
14346         APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
14347         cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
14348         cl_options, cpp_handle_option): Remove.
14349         * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
14350         cpp_finish_options): Remove.
14351         (cpp_init_builtins): New.
14352         * fix-header.c (read_scan_file): Update to handle -D.  Fix
14353         handling of -I.  Replace call to cpp_finish_options.
14355 2003-03-15  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14357         PR optimization/9387
14358         * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
14359         for conditional returns.
14361 2003-03-14  Jason Merrill  <jason@redhat.com>
14363         PR optimization/6871
14364         * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
14366 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
14368         * c-opts.c (finish_options): New.
14369         (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
14370         (missing_arg): Handle OPT_include and OPT_imacros.
14371         (c_common_init, c_common_parse_file): Use finish_options.
14372         (handle_deferred_opts): Update.
14373         * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
14374         (cpp_finish_options): Don't handle -imacros here.
14375         (no_fil): Remove.
14376         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
14378 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
14380         * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
14381         rs6000_maybe_dead if !fromprolog.
14383 2003-03-14  Neil Booth  <neil@daikokuya.co.uk>
14385         * Makefile.in: Update.
14386         * c-common.h (fe_file_change, pp_file_change): New.
14387         * c-lex.c (init_c_lex): Don't set cb_file_change.
14388         (c_common_parse_file): Move to c-opts.c.
14389         (cb_file_change): Rename fe_file_change.
14390         * c-opts.c: Include debug.h.
14391         (warn_unused_macros, include_cursor): New.
14392         (push_command_line_include, cb_file_change): New.
14393         (COMMAND_LINE_OPTIONS): Handle -include.
14394         (c_common_decode_option): Use local warn_unused_macros.
14395         Handle OPT_include.
14396         (c_common_post_options): Set file change callback.
14397         (handle_deferred_opts): Skip -include.  Don't free the array.
14398         (c_common_init): Call cpp_finish_options here, and push an
14399         initial -include file.
14400         * c-ppoutput.c (cb_file_change): Rename pp_file_change.
14401         (preprocess_file): Don't call cpp_finish_options.
14402         (init_pp_output): Don't set the file change callback.
14403         (pp_file_change): Return if no line commands or no output.
14404         * cpphash.h (next_include_file, first_unused_line): Remove.
14405         * cppinit.c (include_head, include_tail): Remove.
14406         (cpp_destroy): Don't free -include chain.
14407         (cpp_finish_options): Don't handle -include, or worry about
14408         -Wunused-macros.
14409         (_cpp_maybe_push_include_file): Remove.
14410         (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
14411         * cpplib.c (_cpp_pop_buffer): Don't handle -include.
14412         * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
14413         Used flag is set based upon the state of the warn_unused_macros
14414         flag, and so use of first_unused_line is unnecessary.
14416 2003-03-13  Jan Hubicka  <jh@suse.cz>
14418         * cselib.c (clear_table): Do not take argument; always clear just
14419         used slots.
14420         (cselib_process_insn):  Update call of clear_table
14421         (cselib_init): Do not call clear_table.
14422         (cselib_finish): Clear table.
14424         * cse.c (count_reg_usage): Do not check side_effects_p.
14425         * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
14426         like noop.
14427         (find_reg_equal_equiv_note): Do not use find_reg_note.
14429 2003-03-14  Richard Henderson  <rth@redhat.com>
14431         PR target/9700
14432         * config/alpha/alpha.c (alpha_va_start): Account for
14433         current_function_pretend_args_size in the AP offset.
14435         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
14436         (INITIAL_ELIMINATION_OFFSET): Move out of line.
14437         * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
14438         (alpha_initial_elimination_offset) New.
14439         * config/alpha/alpha-protos.h: Update.
14441 2003-03-14  Jakub Jelinek  <jakub@redhat.com>
14443         * stmt.c (expand_start_case): Call emit_queue ().
14445 2003-03-14  Chris Demetriou  <cgd@broadcom.com>
14446             Alexandre Oliva  <aoliva@redhat.com>
14448         * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
14449         words in new abis.
14451 2003-03-14  Eric Botcazou  <ebotcazou@libertysurf.fr>
14453         PR optimization/8396
14454         * tree-inline.c (initialize_inlined_parameters): Make sure the value
14455         of read-only constant arguments is passed with the right type.
14457 2003-03-14  Steven Bosscher  <steven@gcc.gnu.org>
14459         * doc/extend.texi (Function Names): Make the example compilable.
14461 2003-03-13  David Edelsohn  <edelsohn@gnu.org>
14463         * config/rs6000/rs6000.c (processor_target_table): Really allow
14464         GP optional instructions on Power4.
14466 2003-03-13  Roger Sayle  <roger@eyesopen.com>
14468         * calls.c (flags_from_decl_or_type): Factor and remove redundant
14469         conditional tests.
14471 2003-03-13  Mike Stump  <mrs@apple.com>
14473         * ggc-page.c (struct page_entry): Remove varray.h header.
14474         Add index_by_depth field.
14475         Remove save_in_use_p field.
14476         (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
14477         by_depth_max, by_depth, and save_in_use fields.
14478         (INITIAL_PTE_COUNT): Add.
14479         (save_in_use_p_i): Add.
14480         (save_in_use_p): Add.
14481         (adjust_depth): Add.
14482         (move_ptes_to_front): Add.
14483         (push_depth): Add.
14484         (push_by_depth): Add.
14485         (prefetch): Add.
14486         (free_page): Add support for and use faster data structures.
14487         (ggc_alloc): Likewise.
14488         (init_ggc): Likewise.
14489         (ggc_recalculate_in_use_p): Likewise.
14490         (ggc_pop_context): Likewise.
14491         (clear_marks): Likewise.
14492         (ggc_pch_read): Likewise.
14493         * Makefile.in (ggc-page.o): Remove varray.h.
14495 2003-03-13  Nathanael Nerode  <neroden@gcc.gnu.org>
14497         * ChangeLog: Rotated last year's entries to...
14498         * ChangeLog.8: New.
14500         * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
14501         config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
14502         config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
14503         config/ia64/ia64-protos.h, config/ia64/ia64.c,
14504         config/ia64/ia64.h, config/ia64/ia64.md,
14505         config/ia64/itanium1.md, config/ia64/itanium2.md,
14506         config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
14507         config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
14509 2003-03-13  Aldy Hernandez  <aldyh@redhat.com>
14511         * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
14512         Differentiate endianness.
14513         (s6000_override_options): Use cpu type instead of TARGET_SPE.
14515 2003-03-13  Nick Clifton  <nickc@redhat.com>
14517         * config/arm/arm.c (print_multi_reg): Do not generate a type 2
14518         LDM instructions with writeback enabled.
14519         (output_return_instruction): Likewise.
14521         * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
14522         (CALL_USED_REGISTERS): Remove definition.
14523         (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
14525 2003-03-13  Alan Modra  <amodra@bigpond.net.au>
14527         * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
14528         (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
14529         (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
14530         (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
14531         (rs6000_legitimize_address): Formatting.
14532         (rs6000_emit_move): Likewise.
14533         (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
14534         (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
14535         (rs6000_elf_select_section): Comment reason for shlib being
14536         set for ABI_AIX.
14537         (rs6000_elf_unique_section): Likewise.
14538         (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
14539         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
14540         as well as flag_pic.
14541         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
14542         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
14543         * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
14545 2003-03-13  Richard Henderson  <rth@redhat.com>
14547         * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
14549         * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
14550         (ia64_gp_save_reg): Remove.
14551         (struct ia64_frame_info): Move to the beginning of the file;
14552         add reg_save_gp.
14553         (ia64_expand_call): Rearrange for new call patterns.
14554         (ia64_reload_gp): New.
14555         (ia64_split_call): New.
14556         (ia64_compute_frame_size): Allocate reg_save_gp.
14557         (ia64_expand_prologue): Save reg_save_gp.
14558         (ia64_expand_epilogue): Don't restore gp.
14559         (ia64_hard_regno_rename_ok): Remove R4 hack.
14560         (ia64_function_ok_for_sibcall): New.
14561         (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
14562         call try_split on sibcall pattern.
14563         * config/ia64/ia64-protos.h: Update.
14564         * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
14565         Rename from nopic versions.  Confiscate 2nd argument to call as
14566         a marker.
14567         (call_pic, call_value_pic, sibcall_pic): Remove.
14568         (call_gp, call_value_gp, sibcall_gp): New.
14569         (builtin_setjmp_setup): Remove.
14570         (builtin_setjmp_receiver): Call ia64_reload_gp.
14572 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14574         * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
14575         config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
14576         "GNU CC" with "GCC".
14578         * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
14579         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14580         config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
14581         GCC, not GNU CC.
14583         * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
14584         langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
14586         * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
14587         langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
14588         unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
14589         "GNU CC" with "GCC".
14591         * config/v850/lib1funcs.asm, config/v850/rtems.h,
14592         config/v850/v850-c.c, config/v850/v850-protos.h,
14593         config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
14594         GCC, not GNU CC.
14596         * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
14597         config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
14598         config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
14599         config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
14600         GNU CC.
14602 2003-03-12  Benjamin Kosnik  <bkoz@redhat.com>
14604         * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
14606 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14608         * fixinc/fixinc.interix: Remove dead code (most of it).
14609         * fixinc/fixinc.dgux: Remove.
14611         * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
14612         ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
14614 2003-03-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
14616         * pa.c (pa_init_builtins): Fix warning.
14618 2003-03-12  Steve Ellcey  <sje@cup.hp.com>
14620         * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
14621         (ASM_OUTPUT_XDATA_SHORT): Remove.
14622         (ASM_OUTPUT_XDATA_INT): Remove.
14623         (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
14624         (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
14625         (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
14626         (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
14628 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
14630         PR c++/7050
14631         * expr.c (store_expr): Don't attempt to store void-typed trees,
14632         just evaluate them for side effects.
14634 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
14636         * cppfiles.c (cpp_rename_file, cpp_push_include): New.
14637         * cppinit.c (push_include): Move with changes to cppfiles.c.
14638         (cpp_read_main_file): Mark named operators here...
14639         (cpp_finish_options): ...not here.  Update.
14640         (_cpp_maybe_push_include_file): Update.
14641         * cpplib.h (cpp_push_include, cpp_rename_file): New.
14643 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14645         * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
14646         _gcc_COMPUTE_GAS_VERSION.
14647         * configure.in: Use them.
14648         * configure: Regenerate.
14650 2003-03-12  Bob Wilson  <bob.wilson@acm.org>
14652         * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
14653         to detect carry.
14654         (subdi3): Reorder emitted instructions.
14656 2003-03-12  Andreas Jaeger  <aj@suse.de>
14658         * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
14659         NETBSD_OS_CPP_BUILTINS_LP64.
14661 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
14663         * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
14664         Rearrange.  Reorganize.
14665         * configure.in: Rearrange.
14666         * configure: Regenerate.
14668 2003-03-12  Andreas Jaeger  <aj@suse.de>
14670         * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
14671         LP64 targets.
14673         * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
14674         _LP64.
14676         * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
14677         _LP64 macros here.
14678         * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
14680         * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
14681         NETBSD_OS_CPP_BUILTINS_LP64.
14682         * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14683         * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14685         * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
14687 2003-03-12  Jan Hubicka  <jh@suse.cz>
14689         * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
14691 2003-03-12  Daniel Jacobowitz  <drow@mvista.com>
14693         Fix PR target/9797 and PR c/9853.
14694         * stmt.c (expand_decl_init): Call push_temp_slots () and
14695         pop_temp_slots ().
14697 2003-03-12  J"orn Rennecke <joern.rennecke@superh.com>
14699         * sh.c: Include basic-block.h.
14700         (sh_output_mi_thunk, emit_load_ptr): New functions.
14701         (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
14703 2003-03-12  Nick Clifton  <nickc@redhat.com>
14705         * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
14706         (CALL_USED_REGISTERS): Likewise.
14707         * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
14708         describing how this value is calculated.
14710 2003-03-12  Hans-Peter Nilsson  <hp@bitrange.com>
14712         * configure.in (rlim_t): Define to long if no valid definition
14713         found in sys/resource.h.
14714         * config.in, configure: Regenerate.
14716 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
14718         * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
14719         TARGET_OS_CPP_BUILTINS.
14720         * config/mcore/mcore-pe.h: Similarly.
14721         * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
14722         CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
14724 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14726         PR c/9928
14727         * c-decl.c (duplicate_decls): Discard the initializer of the new decl
14728         only if it is a VAR_DECL.
14730 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14732         PR optimization/9888
14733         * config/i386/i386.md (jcc_1): Fix range.
14734         (jcc_2): Likewise.
14735         (jump): LIkewise.
14736         (doloop_end_internal): Likewise.
14738 2003-03-12  Danny Smith  <dannysmith@users.sourceforge.net>
14740         * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
14741         Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
14742         (DLL_EXPORT_PREFIX): New define. Use throughout instead of
14743         DLL_IMPORT_EXPORT_PREFIX and "i."
14744         (i386_pe_dllexport_name_p): Here.
14745         (i386_pe_dllimport_name_p): Here.
14746         (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
14747         not 9 chars when getting identifier name.
14748         (i386_pe_mark_dllimport): Here.
14749         (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
14750         not 9 chars when getting identifier name. Correct comment.
14751         (i386_pe_strip_name_encoding): Here. Add comments for different
14752         cases.
14753         (gen_fastcall_suffix): Break down xmalloc() argument to
14754         components.
14755         (gen_stdcall_suffix): Likewise.
14756         Update copyright year.
14758 2003-03-12  Eric Botcazou  <ebotcazou@libertysurf.fr>
14760         PR optimization/9888
14761         * config/i386/i386.md (movsi_1): Remove special alternatives
14762         for %eax register.
14763         (movsi_1_nointernunit): Likewise.
14764         (movhi_1): Likewise.
14765         * config/i386/i386.c (memory_address_length): Do not use
14766         short displacement when there is no base.
14767         (ix86_attr_length_address_default): Handle LEA instructions.
14769 2003-03-12  Neil Booth  <neil@daikokuya.co.uk>
14771         * c-cppbuiltin.c (builtin_define_std): Make non-static.
14773 2003-03-11  Loren James Rittle  <ljrittle@acm.org>
14775         * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
14776         (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
14777         (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
14778         * config/freebsd.h (CPP_PREDEFINES): Remove.
14779         (TARGET_OS_CPP_BUILTINS): New.
14780         * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
14781         instead of TARGET_OS_CPP_BUILTINS.
14782         * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
14784 2003-03-11  Geoffrey Keating  <geoffk@apple.com>
14786         * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
14788 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
14790         * config/rs6000/rs6000.c (rs6000_stack_info): Remove
14791         insn_chain_scanned.  Use insn_chain_scanned_p in machine_function.
14793         * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
14795 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
14797         * toplev.c (independent_decode_option): Return success for --help,
14798         --target-help and --version.
14800 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
14802         * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
14803         Default to -mips3 on -mabi=64.  Don't add -mips* flag if -march is
14804         specified.
14805         (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
14806         DRIVER_SELF_SPECS.
14807         (LINK_SPEC): Let endian options affect the linker emulation name.
14809 2003-03-11  J"orn Rennecke <joern.rennecke@superh.com>
14811         * sh.md (reload_inqi): Fix mode for source in second set.
14813 2003-03-11  Jan Hubicka  <jh@suse.cz>
14815         * cselib.c (cselib_invalidate_mem_1): Move too ...
14816         (cselib_invalidate_mem): ... here; use new list
14817         (dummy_val, first_containing_mem): New static variables.
14818         (clear_table): Initialize first_containing_mem.
14819         (discard_useless_values):  Compact the containing_mem list.
14820         (add_mem_for_addr): Add to the list.
14821         * cselib.h (cselib_val): Add next_containing_mem.
14823 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
14825         * config/rs6000/rs6000.c (rs6000_override_options): Disable string
14826         instructions for e500.
14828 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
14830         * Makefile.in: Update.
14831         * c-cppbuiltin.c: Include tm_p.h.
14833 2003-03-11  Aldy Hernandez  <aldyh@redhat.com>
14835         * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
14837         * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
14838         (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
14839         (_Unwind_SetGR): Same.
14840         (_Unwind_GetGRPtr): New.
14841         (_Unwind_SetGRPtr): New.
14842         (uw_update_context_1): Use accesor functions instead of accessing
14843         context->reg[] directly.
14844         (uw_install_context_1): Same.
14845         (execute_cfa_program): Same.
14846         (__frame_state_for): Same.
14848         * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
14849         the synthetic register offset.
14851         * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
14853 2003-03-11  Hans-Peter Nilsson  <hp@axis.com>
14855         * config/cris/cris.md: Remove lingering EGCS reference.
14856         ("*extopqihi_side_biap"): For HI operation, match
14857         cris_additive_operand_extend_operator, not
14858         cris_operand_extend_operator.  Adjust condition.
14859         ("*extopqihi_side", "*extopqihi"): Ditto.
14860         ("*extopqisi_side_biap"): Correct operand numbers in condition.
14861         ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
14862         ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
14863         ("*extophisi_swap"): Ditto.
14864         ("*extopqihi_swap_side_biap"): For HI operation, match a simple
14865         PLUS, not cris_operand_extend_operator.  Adjust condition and
14866         output template.
14867         ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
14868         * config/cris/cris.h (PREDICATE_CODES): Add
14869         cris_additive_operand_extend_operator.
14870         * config/cris/cris.c (cris_additive_operand_extend_operator):
14871         New predicate.
14873 2003-03-11  Hartmut Penner  <hpenner@de.ibm.com>
14875         * df.c (read_modify_subreg_p): Change from static to global.
14876         * df.h (read_modify_subreg_p): Add prototype.
14877         * sched-deps.c (sched_analyze_1): Generate true dependency for
14878         strict_low_part, certain subregs and zero/sign_extract.
14880 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
14882         * Makefile.in: Update.
14883         * c-common.c: Don't include real.h or except.h.
14884         (REGISTER_PREFIX): Remove.
14885         (builtin_define_std, builtin_define_with_value,
14886         builtin_define_with_int_value, builtin_define_with_hex_fp_value,
14887         builtin_define_type_max, builtin_define_type_precision,
14888         builtin_define_float_constants): Move to c-cppbuiltin.c.
14889         (c_stddef_cpp_builtins): New.
14890         * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
14891         * c-cppbuiltin.c: New, extracted from c-common.c.
14892         (define__GNUC__): New.
14893         * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
14894         * gcc.c: Remove support of %v1, %v2 and %v3 specs.
14895         (cpp_unique_options): Don't support no-gcc.
14896         (do_spec_1): Remove support of version specs.
14897         * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
14898         * doc/passes.texi: Update.
14899         * doc/tm.texi: Update.
14901 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
14903         * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
14905 2003-03-10  Andrew Pinski  <apinski@apple.com>
14907         * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
14908         is on should not get here.
14909         (machopic_indirect_data_reference): If dynamic-no-pic is on just
14910         generate high/low parts of the address.
14911         (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
14912         MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
14913         symbol and labels with a new reg.  Dynamic-no-pic does not have a
14914         pic_offset_table_rtx.
14915         (machopic_select_section): Change references of flag_pic to
14916         MACHOPIC_INDIRECT.
14917         (machopic_asm_out_destructor): Likewise.
14918         * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
14919         reference of flag_pic to MACHOPIC_INDIRECT.
14920         (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
14921         (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
14922         (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
14923         (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
14924         * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
14925         0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
14926         * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
14927         (TARGET_DYNAMIC_NO_PIC): Define.
14928         (SUBTARGET_SWITCHES): Define, have sub-target switches for
14929         dynamic-no-pic.
14930         (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
14931         rs6000_override_options to here. Dynamic-no-pic overrides
14932         pic.
14933         (CC1_SPEC): Change from not static then pic to not static and not
14934         dynamic-no-pic then pic.
14935         * config/rs6000/rs6000.c (rs6000_override_options): Move the
14936         check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
14937         (rs6000_legitimize_reload_address): Add case for loading floating in
14938         dynamic-no-pic.
14939         (rs6000_emit_move): Add case for dynamic-no-pic.  Change reference
14940         of flag_pic to MACHOPIC_INDIRECT.
14941         (secondary_reload_class): Conditional change the reference of
14942         flag_pic to MACHOPIC_INDIRECT.
14943         (rs6000_output_mi_thunk): Change reference of flag_pic to
14944         MACHOPIC_INDIRECT.
14945         (output_profile_hook): Likewise.
14946         (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
14947         * config/rs6000/rs6000.md (movdf_low): Add the case for
14948         MACHO_DYNAMIC_NO_PIC_P.
14949         (call): Change references for flag_pic in TARGET_MACHO to
14950         MACHOPIC_INDIRECT.
14951         (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
14952         -mdynamic-no-pic is on.  Also move case for -fpic from rs6000.c.
14953         * doc/invoke.texi (-mdynamic-no-pic): Document.
14955 2003-03-10  Devang Patel  <dpatel@apple.com>
14957         PR c++/9394
14958         * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
14959         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
14960         * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
14961         (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
14962         * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
14963         (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
14965 2003-03-10  Steven Bosscher  <s.bosscher@student.tudelft.nl>
14967         PR optimization/7189
14968         * toplev.c (rest_of_compilation):  Move
14969         check_function_return_warnings up to just after
14970         delete_unreachable_blocks.
14972 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
14974         * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
14975         * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
14976         Declare.
14977         * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
14978         for reg rename optimization to avoid using Z and Y registers.
14980 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
14982         * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
14983         when adding to X and Y since leax/leay are fast.
14984         ("*addhi3"): Accept 'I' constraint when adding to address register.
14985         ("rotlhi3"): Operand 1 must be a register_operand.
14986         (peephole2): New peephole to optimize some adds.
14987         * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
14988         to represent -2 .. 2 small integer range.
14990 2003-03-10  Stephane Carrez  <stcarrez@nerim.fr>
14992         * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
14993         each 16-bit rotation.
14995 2003-03-10  Zack Weinberg  <zack@codesourcery.com>
14997         * c-opts.c (add_prefixed_path): Don't use concat.  When
14998         prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
14999         cpp_GCC_INCLUDE_DIR_len characters.
15001 2003-03-10  Segher Boessenkool  <segher@koffie.nl>
15003         * testsuite/gcc.dg/altivec-9.c: New file.
15005         * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
15006         (rs6000_emit_prologue): Use rs6000_frame_related instead.
15008 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15010         * config/rs6000/spe.h: Define __ev64_*64__ to use single element
15011         vectors.
15012         (__ev_convert_u64): Remove macro.  Define as inline.
15013         (__ev_convert_s64): Same.
15015 2003-03-10  Aldy Hernandez  <aldyh@redhat.com>
15017         * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
15018         (rs6000_stack_t): Add spe_64bit_regs_used.
15020         * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
15021         spe_64bit_regs_used, and use it to determine the size of the
15022         frame.
15023         (spe_func_has_64bit_regs_p): New.
15024         (spe_synthesize_frame_save): New.
15025         (rs6000_frame_related): Handle SPE synthetic registers.
15026         (rs6000_emit_prologue): Only save in 64-bits if the function used
15027         any registers in 64-bit mode.
15028         (rs6000_emit_epilogue): Same, but for restore.
15030 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15032         * arm.h (enum floating_point_type): Delete.  Replace with...
15033         (enum fputype): ... new.
15034         (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT.  Values reworked.
15035         * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
15036         * arm.md (attr fpu): Reworked for new underlying enum values.
15037         * arm.c (arm_fpu_arch): Now enum fputype.
15038         (arm_fpu_tune): Renamed from arm_fpu.  Now enum fputype.
15039         (arm_override_options, arm_output_epilogue, arm_expand_prologue):
15040         Update uses of arm_fpu_arch and arm_fpu_tune.
15042 2003-03-10  Josef Zlomek  <zlomekj@suse.cz>
15044         * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
15045         (try_crossjump_to_edge): Replace refereces to one jump table by
15046         references to identical jump table.
15047         * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
15048         (replace_label): Moved to rtlanal.c.
15049         (struct rtx_pair): Moved to rtl.h.
15050         * rtl.h (struct rtx_pair): Moved from loop.c.
15051         (replace_label): New extern function.
15052         (subrtx_p): New extern function.
15053         (tablejump_p): New extern function.
15054         * rtlanal.c (replace_label): Moved from loop.c.
15055         (subrtx_p_1): New static function.
15056         (subrtx_p): New function.
15057         (tablejump_p): New function.
15059 2003-03-10  Jan Hubicka  <jh@suse.cz>
15061         * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
15063         * cfgcleanup.c (merge_blocks): Return where to iterate next.
15064         (try_optimize_cfg): Use return value of merge_blocks
15066 2003-03-10  Michael Matz  <matz@suse.de>
15068         * cfg.c (unchecked_make_edge): New.
15069         (cached_make_edge): Use it.
15070         * basic-block.h (unchecked_make_edge): Declare.
15071         * cfglayout.c (cfg_layout_duplicate_bb): Use it.
15073 2003-03-10  Richard Earnshaw  <rearnsha@arm.com>
15075         * fpa.md: New file.  Move all patterns relating to FPA co-processor
15076         to here...
15077         * arm.md: ... from here.
15078         (cirrus.md, fpa.md): Include at end of description.
15079         (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
15080         (pic_load_addr_based): Remove register constraint from expander.
15081         (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
15082         (sordered, sungt, sunle, sunge, sunlt): Likewise.
15083         (eh_epilogue, tablejump): Likewise.
15085 2003-03-09  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15087         * tree.c (substitute_in_expr, case 'e'): Only make recursive call
15088         on operands if it has a PLACEHOLDER_EXPR.
15090 2003-03-09  David Edelsohn  <edelsohn@gnu.org>
15091             Mostafa Hagog
15093         * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
15094         condition.
15096 2003-03-09  Neil Booth  <neil@daikokuya.co.uk>
15098         * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
15099         * config/ip2k/ip2k.h: Similarly.
15100         * config/m32r/m32r.h: Similarly.
15101         * config/m68hc11/m68hc11.h: Similarly.
15102         * config/mn10200/mn10200.h: Similarly.
15103         * config/mn10300/mn10300.h: Similarly.
15104         * config/pdp11/pdp11.h: Similarly.
15105         * config/v850/v850.h: Similarly.
15106         * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
15107         * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
15108         * config/mips/iris3.h: Remove #if 0 block.
15110 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15111             Joern Rennecke <joern.rennecke@superh.com>
15113         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15114         pending argument upon return from handle_braces here.
15115         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15117 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15118             Joern Rennecke <joern.rennecke@superh.com>
15120         * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch.  Don't handle
15121         pending argument upon return from handle_braces here.
15122         (do_spec_2): Instead handle it upon return from do_spec_1 here.
15124 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
15126         * varasm.c (make_decl_one_only): Use declare_weak().
15128 2003-03-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15130         PR middle-end/9986
15131         * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
15132         after the common builtins.
15133         * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
15134         * pa.c (TARGET_INIT_BUILTINS): Define.
15135         (pa_init_builtins): New function.
15137         * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
15138         space has been allocated for the outgoing arguments, set the arg
15139         pointer for a call emitted after virtuals have been instantiated
15140         using the stack pointer offset, otherwise abort.
15142 2003-03-09  DJ Delorie  <dj@redhat.com>
15144         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
15146 2003-03-09  Richard Earnshaw  <rearnsha@arm.com>
15148         * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
15149         (arm_fix_truncdfsi2): Add missing fix in floating point mode before
15150         conversion to integer.
15151         * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
15153 2003-03-09  Roger Sayle  <roger@eyesopen.com>
15155         * builtins.def: Fix typo and improve grammar.
15156         * loop-unroll.c (decide_peel_completely): Tidy log message.
15158 2003-03-09  Kazu Hirata  <kazu@cs.umass.edu>
15160         * config/h8300/h8300.md (*tstsi_upper_bit): New.
15161         (*iorsi3_e2f): Likewise.
15163 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15165         * config/h8300/h8300.c (h8300_and_costs): Return the number of
15166         assembly instructions needed.
15167         (h8300_shift_costs): Likewise.
15169 2003-03-09  Hans-Peter Nilsson  <hp@bitrange.com>
15171         * config/cris/aout.h (ENDFILE_SPEC): Undef.
15173         * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
15174         moves from here ...
15175         * expr.c (emit_move_insn_1): ... to here.
15177         * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
15178         (TARGET_OS_CPP_BUILTINS): New macro.
15179         * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
15180         (TARGET_OS_CPP_BUILTINS): New macro.
15181         (CPP_PREDEFINES): Don't define.  Move old definitions and...
15182         (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
15183         (TARGET_CPU_CPP_BUILTINS): New macro.
15184         * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
15185         definitions and the optional __PIC__, __pic__ and
15186         __NO_UNDERSCORES__ definitions to...
15187         (TARGET_OS_CPP_BUILTINS): New macro.
15189         * flags.h (flag_leading_underscore): Declare.
15191         * c-opts.c (c_common_post_options): On fopen failure, return
15192         false, not NULL.
15194 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15196         * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
15197         config.h.
15198         * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
15199         * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
15201 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15203         * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
15204         CPP_PREDEFINES.
15205         * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
15206         CPP_PREDEFINES.
15208 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15210         * c-common.h (c_common_init, c_common_post_options): Update.
15211         * c-objc-common.c (c_objc_common_init): Update for new prototype.
15212         * c-opts.c (saved_lineno): New.
15213         (c_common_post_options, c_common_init): Update prototypes,
15214         move call to cpp_read_main_file from latter to former.
15215         * c-tree.h (c_ojbc_common_init): Update.
15216         * langhooks-def.h (lhd_post_options): New.
15217         (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
15218         * langhooks.c (lhd_post_options): New.
15219         * langhooks.h (struct lang_hooks): Update post_options and init hooks.
15220         * toplev.c (no_backend): New.
15221         (process_options): Call post_options hook and set main_input_filename
15222         and input_filename here.
15223         (lang_dependent_init, do_compile): post_options hook moved to
15224         process_options.
15225         * objc/objc-act.c (objc_init): Update prototype.
15226         * objc/objc-act.h (objc_init): Update prototype.
15228 2003-03-08  Roger Sayle  <roger@eyesopen.com>
15230         * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
15231         a complex or vector type, using a load in the original mode.
15233 2003-03-08  Jan Hubicka  <jh@suse.cz>
15235         * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
15236         * gt-cgraph.h: New GC file.
15237         * cgraph.c (known_fns): New static variable.
15238         (cgraph_node): Add the decl into varray.
15240 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15242         * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
15244 2003-03-08  Richard Earnshaw  <rearnsha@arm.com>
15246         * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
15247         (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
15248         (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
15249         (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
15250         All callers changed.
15251         * arm.md, arm.h, arm-protos.h: Updated.
15253         * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
15254         (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
15255         * arm.c (arm_regno_class, f_register_operand): Updated.
15257 2003-03-08  Hans-Peter Nilsson  <hp@bitrange.com>
15259         * config/cris/cris.h: Remove EGCS references.
15260         (CPP_SPEC): Remove "-$".
15261         (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
15263 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15265         * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
15266         preference to CPP_PREDEFINES.
15268 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
15270         * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
15272 2003-03-08  Kazu Hirata  <kazu@cs.umass.edu>
15274         * config/h8300/h8300.md (*extzv_16_8): New.
15276 2003-03-08  Jan Hubicka  <jh@suse.cz>
15278         * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
15279         * cgraph.h: (cgraph_local_info): Add can_inline_once
15280         (cgraph_global_info): Add inline_once.
15281         (cgraph_node): Add previous.
15282         (cgraph_remove_node): New.
15283         * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
15284         function.
15285         (cgraph_optimize): Call it.
15286         (cgraph_finalize_function):  Set inlinable flags.
15287         (cgraph_finalize_compilation_unit):  Actually remove the reclaimed nodes.
15288         (cgraph_mark_functions_to_output):  Use new inlining heuristics flags.
15289         (cgraph_expand_function): Likewise.
15290         * cgraph.c
15291         (cgraph_node): Put nodes into doubly linked chain.
15292         (cgraph_remove_node): New function.
15293         * flags.h (flag_inline_functions_called_once): Declare.
15294         * tree-inline.c: Include cgraph.h
15295         (inlinable_functions_p): Add extra argument to bypass limits.
15296         (expand_call_inline):  Obey cgraph flag.
15297         * tree-inline.h (tree_inlinable_function_p): Update prototype.
15299 2003-03-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15301         * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
15302         irreducible loops.
15304         * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
15305         loops info correctly.
15307 2003-03-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
15309         PR middle-end/7796
15310         * unroll.c (calculate_giv_inc): Handle constants being
15311         loaded with LSHIFTRT.
15313 2003-03-07  David Edelsohn  <edelsohn@gnu.org>
15315         * config/rs6000/rs6000.c (processor_target_table): Do not disable
15316         GP optional instructions on Power3, Power4, 620, and 630.
15318 2003-03-07  Kazu Hirata  <kazu@cs.umass.edu>
15320         * calls.c: Fix comment formatting.
15321         * cfgloopanal.c: Likewise.
15322         * cfgloopmanip.c: Likewise.
15323         * combine.c: Likewise.
15324         * dwarf2out.c: Likewise.
15325         * ggc-common.c: Likewise.
15326         * langhooks.c: Likewise.
15327         * loop-unroll.c: Likewise.
15328         * loop.c: Likewise.
15329         * ra-build.c: Likewise.
15330         * sbitmap.c: Likewise.
15331         * toplev.c: Likewise.
15333 2003-03-07  James E Wilson  <wilson@tuliptree.org>
15335         * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
15337 2003-03-07  Geoffrey Keating  <geoffk@apple.com>
15339         * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
15340         support -no-integrated-cpp.
15342         * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
15343         than langhooks.name.
15345 2003-03-07  Michael Matz  <matz@suse.de>
15347         * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
15348         (DF_FOR_REGALLOC): New.
15349         * df.c (df_ref_record): Set DF_REF_STRIPPED.
15350         (read_modify_subreg_p): Simplify.
15351         (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
15352         Use DF_FOR_REGALLOC.
15353         * ra.h (struct web): New member subreg_stripped.
15354         (invalid_mode_change_regs): Declare.
15355         * ra.c (invalid_mode_change_regs): New.
15356         (init_ra): Initialize it.
15357         * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
15358         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15359         (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
15360         * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
15361         Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15363 2003-03-07  Richard Earnshaw  <rearnsha@arm.com>
15365         * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
15366         (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
15367         (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
15368         machine description file from ...
15369         * cirrus.md: ... here.
15371 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
15373         * config/h8300/h8300.md (a peephole2): Don't use
15374         reg_overlap_mentioned_p.
15376 2003-03-06  Geoffrey Keating  <geoffk@apple.com>
15378         * c-pch.c: Include langhooks.h.
15379         (IDENT_LENGTH): New.
15380         (get_ident): New.
15381         (pch_ident): Delete.
15382         (pch_init): Use get_ident, IDENT_LENGTH.
15383         (c_common_valid_pch): Likewise.  Also, use actual language
15384         in warning message.
15385         * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
15387         * objc/config-lang.in (gtfiles): Add objc-act.c.  Remove duplicate
15388         c-parse.in.
15389         * objc/Make-lang.in (objc/objc-act.o): Add dependency on
15390         gt-objc-objc-act.h.
15391         (gt-objc-objc-act.h): New rule.
15392         * objc/lang-specs.h: Support PCH.
15393         * objc/objc-act.c: Include gt-objc-objc-act.h.
15394         (objc_add_static_instance): Move num_static_inst out, mark for PCH.
15395         (build_selector_reference_decl): Move idx out, mark for PCH.
15396         (build_class_reference_decl): Likewise.
15397         (build_objc_string_decl): Move *_idx out, mark for PCH.
15398         (build_tmp_function_decl): Move xxx out, mark for PCH.
15400 2003-03-06  Dale Johannesen  <dalej@apple.com>
15402         * config/rs6000/rs6000.c (rs6000_binds_local_p):  Consider
15403         global functions for inlining on Darwin.
15405 2003-03-06  Vladimir Makarov  <vmakarov@redhat.com>
15407         * haifa-sched.c (schedule_block): Don't call reorder when sorting
15408         is prohibited.
15410 2003-03-06  Neil Booth  <neil@daikokuya.co.uk>
15412         * Makefile.in (c-ppoutput.o): Update.
15413         * c-common.h (init_pp_output): New.
15414         (preprocess_file): Update.
15415         * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
15416         Register builtins.
15417         * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
15418         Make call to cpp_read_main_file common to whether preprocessing
15419         or not.  Don't register builtins.
15420         * c-ppoutput.c: Include c-pragma.h.
15421         (setup_callbacks): Rename init_pp_output.
15422         (preprocess_file): No longer setup callbacks or call
15423         cpp_read_main_file.
15424         * cpphash.h (_cpp_init_mbchar): New.
15425         * cppinit.c (init_library): Call _cpp_init_mbchar.
15426         * cpplex.c (_cpp_init_mbchar): New.
15428 2003-03-06  Roger Sayle  <roger@eyesopen.com>
15430         * emit-rtl.c (gen_lowpart): When requesting the low-part of a
15431         MEM, try loading the MEM into a register and taking the low-part
15432         of that, to help CSE see the use of the MEM in its true mode.
15434 2003-03-05  Tom Tromey  <tromey@redhat.com>
15436         * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
15437         Define.
15439 2003-03-05  Nick Clifton  <nickc@cambridge.redhat.com>
15441         * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
15442         operand 2.
15443         ("*ineqbranchsi"): Likewise.
15445 2003-03-05  Andrew Haley  <aph@cambridge.redhat.com>
15447         * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
15448         mem_fake_push_rtx.  Instead construct a SEQUENCE to show the
15449         register store followed by a stack increment.
15451 2003-03-05  Chris Moller  <cmoller@redhat.com>
15453         * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
15454         to inhibit saving CARRY_REGS.
15456         * config/stormy16/stormy16.c (xs_hi_general_operand):
15457         added predicate to detect and error-out on out-of-range
15458         const_ints for movhi.
15459         * config/stormy16/stormy16.md (movhi): use
15460         xs_hi_general_operand.
15462         * config/stormy16/stormy16.c (xstormy16_expand_prologue):
15463         added a check for local vbl size overflow.
15464         * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
15465         added predicate to detect and error-out on out-of-range
15466         const_ints for addhi and subhi.
15467         * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
15468         subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
15470         * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
15471         add a term to accept PRE_MODIFY addresses.
15472         * config/stormy16/stormy16.c (xstormy16_expand_move):
15473         add code to expand PRE_MODIFY addresses to an add followed
15474         by a move.
15476 2003-03-06  Jason Merrill  <jason@redhat.com>
15478         * tree-inline.c (inlinable_function_p): Revert earlier change
15479         pending investigation.
15481 2003-03-06  Kazu Hirata  <kazu@cs.umass.edu>
15483         * config/h8300/h8300.md (a new peephole2): New.
15485 2003-03-06  Jan Hubicka  <jh@suse.cz>
15487         * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
15489 2003-03-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15491         * dwarf2out.c (size_of_die): Compute size of external reference to
15492         die correctly.
15494 2003-03-06  Hans-Peter Nilsson  <hp@bitrange.com>
15496         * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
15497         ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
15498         expanders.
15500 2003-03-05  Roger Sayle  <roger@eyesopen.com>
15502         * expr.h (lang_expand_expr): Delete obsolete prototype.
15504 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15506         * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
15508 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15510         * config/h8300/h8300.md (a peephole2): Generalize to
15511         accept a memory operand.
15513 2003-03-05  Olivier Hainque <hainque@act-europe.fr>
15515         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
15516         * config/alpha/alpha.c (print_operand, case '+'): New.
15517         * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
15518         (call_value_osf_1_noreturn): Likewise.
15520 2003-03-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15522         * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
15523         (expand_end_bindings): Likewise.
15525 2003-03-05  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15527         * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
15528         (epilogue): Don't generate return_external_pic when emitting PA 2.0
15529         code.
15531 2003-03-05  Aldy Hernandez  <aldyh@redhat.com>
15533         * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
15535         * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
15537         * hooks.c (hook_rtx_rtx_null): New.
15539         * hooks.h (hook_rtx_rtx_null): Protoize.
15541         * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
15542         (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
15544         * target.h (struct gcc_target): Add dwarf_register_span.
15546         * dwarf2out.c (multiple_reg_loc_descriptor): New.
15547         (one_reg_loc_descriptor): New.
15548         (reg_loc_descriptor): Add support for values that span more than
15549         one register.
15551 2003-03-05  Jan Hubicka  <jh@suse.cz>
15553         * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
15554         * alias.c:  Include cgraph.h
15555         (mark_constant_function): Use cgraph_rtl_info.
15556         * calls.c:  Include cgraph.h
15557         (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
15558         calls.
15559         (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
15560         * cgraph.c (cgraph_rtl_info): New function.
15561         * cgraph.h (cgraph_rtl_info): Declare
15562         (cgraph_rtl_info): Likewise.
15563         * function.h (struct function): Add recursive_call_emit.
15564         * toplev.c: Include cgraph.h.
15565         (rest_of_compilation): Set preferred_incoming_stack_boundary.
15567 2003-03-05  Kazu Hirata  <kazu@cs.umass.edu>
15569         * config/h8300/h8300.c (output_simode_bld): Clear the
15570         destination first if possible.
15571         * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
15572         alternative.
15573         (extzv_1_r_inv_h8300hs): Likewise.
15575 2003-03-05  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15577         * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
15578         * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
15579         * cfgloop.c (flow_loop_free): Made global.
15580         (establish_preds): New static function.
15581         (flow_loop_tree_node_add): Handle subloops of added loop correctly.
15582         (get_loop_exit_edges): New.
15583         (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
15584         * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
15585         * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
15586         loops.
15587         * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
15588         removability of an edge.
15589         (fix_irreducible_loops): New static function.
15590         (find_path, remove_path): Add ability to remove enclosing loops.
15591         (unloop): New.
15592         (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
15593         flags.
15594         * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
15595         * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
15596         not neccessary.
15597         (decide_peel_completely, peel_loops_completely): Allow complete peeling
15598         of non-duplicable once rolling loops.
15599         * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
15601 2003-03-05  J"orn Rennecke <joern.rennecke@superh.com>
15603         * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
15604         for align_jumps is 4.
15606         (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
15607         use GENERAL_REGS.
15609 2003-03-05  Stephane Carrez  <stcarrez@nerim.fr>
15611         * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
15612         according to va_arg type.
15613         (EXPAND_BUILTIN_VA_ARG): Remove.
15614         * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
15615         * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
15617 2003-03-05  David Edelsohn  <edelsohn@gnu.org>
15619         * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
15620         else clauses.
15622 2003-03-05  Michael Matz  <matz@suse.de>
15624         * i386/i386.c (ix86_save_reg): Also test
15625         current_function_uses_const_pool.
15627 2003-03-05  Michael Matz  <matz@suse.de>
15629         * unwind.h: Add the GPL exception.
15630         * Makefile.in (USER_H): Add unwind.h.
15632 2003-03-05  Eric Botcazou  <ebotcazou@libertysurf.fr>
15634         PR c/9799
15635         * c-typeck.c (push_init_level): Add sanity check.
15637 2003-03-05  Jan Hubicka  <jh@suse.cz>
15639         * toplev.c (rest_of_compilation):  Deffer RTL compilation only when
15640         RTL inlining is done.
15642         * cgraphunit.c (cgraph_mark_local_functions): New local function.
15643         (cgraph_optimize): Mark local functions.
15644         * i386-protos.h (init_cumulative_args): Update prototype.
15645         * i386.c (init_cumulative_args): Use register passing convention for
15646         local functions.
15648         * cgraph.c (cgraph_global_info_ready): New global variable
15649         (cgraph_local_info, cgraph_global_info): New functions.
15650         * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
15651         structures.
15652         (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
15653         Declare.
15654         * cgraphunit.c (cgraph_finalize_function): Set inline_many.
15655         (cgraph_mark_functions_to_output): Use inline_many.
15656         (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
15657         (cgraph_expand_functions): Expand inline functions last.
15658         (cgraph_optimize): Do not emit uneeded functions.
15660 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
15662         * expr.c (convert_modes): Check for legal hard register.
15664 2003-03-04  Tom Tromey  <tromey@redhat.com>
15666         * doc/sourcebuild.texi (Front End Directory): Document tags.
15667         * configure: Rebuilt.
15668         * configure.in (target_list): Added tags.
15669         * Makefile.in (TAGS): Depend on lang.clean.  Include subdirectory
15670         TAGS files by reference.
15671         * objc/Make-lang.in (objc.tags): New target.
15673 2003-03-04  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15675         * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
15676         gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
15677         gcov_write_string, gcov_read_unsigned, gcov_read_counter,
15678         gcov_read_string, gcov_write_length): Modified to enable reading/
15679         writing of whole .da file just once.
15680         (da_file_open, da_file_close, da_file_eof, da_file_error,
15681         da_file_position, da_file_seek, da_file_write, da_file_read): New
15682         functions.
15683         (actual_da_file, actual_da_file_position, actual_da_file_length,
15684         actual_da_file_buffer, actual_da_file_buffer_size): New static
15685         functions.
15686         * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
15687         just once.
15690 2003-03-04  Andreas Schwab  <schwab@suse.de>
15692         * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
15693         offset without frame pointer.
15695 2003-03-04  Steve Ellcey  <sje@cup.hp.com>
15697         * expr.c (expand_expr): Call promote_mode to set unsignedp.
15699 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
15701         * configure.in: Don't always define TARGET_SYSTEM_ROOT.
15702         * configure: Regenerated.
15703         * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
15705 2003-03-04  Andreas Jaeger  <aj@suse.de>
15707         * configure.in: Check for <memcheck.h>.
15708         * configure: Regenerated.
15710         * config.in: Define HAVE_MEMCHECK_H.
15712         * ggc-common.c: Use <memcheck.h> if available instead of
15713         <valgrind.h>.
15714         * ggc-page.c: Likewise.
15715         * cppfiles.c: Likewise.
15717 2003-03-04  Kazu Hirata  <kazu@cs.umass.edu>
15719         * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
15721 2003-03-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
15723         PR c/9262
15724         * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
15725         (c_finish_case): Rechain the next statements to the SWITCH_STMT.
15727 2003-03-04  Jan Hubicka  <jh@suse.cz>
15729         * doc/invoke.texi:  Document that unit-at-a-time is enabled for -O3
15730         * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
15731         for -O3.
15733 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
15735         * configure.in: Delete three unused variables.  Move a variable
15736         definition closer to its use.  Simplify use_collect2 logic.  Start to
15737         organize.  Simplify tests for in-tree gas and ld.
15738         * configure: Regenerate.
15740 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
15742         * Makefile.in: Update.
15743         * c-common.c (flag_no_line_commands, flag_no_output,
15744         flag_dump_macros, flag_dump_includes): New.
15745         * c-common.h (flag_no_line_commands, flag_no_output,
15746         flag_dump_macros, flag_dump_includes, preprocess_file): New.
15747         (init_c_lex): Update prototype.
15748         * c-lex.c (init_c_lex): Update prototype; move some code to
15749         c_common_init.
15750         * c-opts.c (preprocess_file): Subsume into c_common_init.
15751         (c_common_decode_option): Update flags.
15752         (c_common_init): Move code from preprocess_file and init_c_lex.
15753         (sanitize_cpp_opts): Update.
15754         * c-ppoutput.c: New, cppmain.c almost verbatim.
15755         * cpphash.h (struct printer): Remove.
15756         (struct cpp_reader): Remove print.
15757         * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
15758         cpp_preprocess_file): Remove.
15759         (struct cpp_options): Remove no_output, no_line_commands, dump_macros
15760         and dump_includes.
15761         * cppmain.c: Remove.
15762         * doc/passes.texi: Update.
15764 2003-03-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
15766         * function.c (STACK_ALIGNMENT_NEEDED): New macro.  Default to 1.
15767         (assign_stack_local_1): Perform overall stack alignment only when
15768         STACK_ALIGNMENT_NEEDED is nonzero.
15769         * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
15771         * pa.c (compute_frame_size): Rename fsize to size.  Account for
15772         alignment to a word boundary before general register save block.  Only
15773         account for double-word alignment before floating point register save
15774         block if one or more are saved.  Don't allocate space for %r3 when
15775         frame pointer is needed.
15776         (hppa_expand_prologue): Include alignment to word boundary in local
15777         frame size.
15778         * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
15779         (STACK_ALIGNMENT_NEEDED): Define.
15781 2003-03-04  Kevin Buettner  <kevinb@redhat.com>
15783         * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
15784         global register variables.
15786 2003-03-04  Alexandre Oliva  <aoliva@redhat.com>
15788         * reload.c (reload_adjust_reg_for_mode): New function.
15789         (subst_reloads): Call it.
15790         (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
15791         * reload.h (reload_adjust_reg_for_mode): Declare.
15792         * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
15793         Call it.
15795 2003-03-03  James E Wilson  <wilson@tuliptree.org>
15797         * optabs.c (add_equal_note): Delete SUBREG_REG use.
15798         Fixes PR c/7872.
15800 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15802         * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
15803         (*ixorsi3_lshiftrt_16): New.
15804         (*iorsi3_ashift_16): Remove.
15806 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15808         * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
15809         pattern.
15811 2003-03-03  Geoffrey Keating  <geoffk@apple.com>
15813         * doc/install.texi (Specific): Update entry for powerpc-darwin.
15815 2003-03-03  Richard Henderson  <rth@redhat.com>
15817         * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
15819 2003-03-03  David Edelsohn  <edelsohn@gnu.org>
15821         * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
15822         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
15823         (rs6000_variable_issue): Do not return negative value.
15824         (rs6000_issue_rate): Uniformly set issue rate to 1 for first
15825         scheduling pass.
15827 2003-03-03  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
15829         * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
15830         prune_unused_types calls.
15832 2003-03-03  Jason Merrill  <jason@redhat.com>
15834         * tree-inline.c (find_builtin_longjmp_call): Save and restore
15835         lineno and input_filename.
15836         (find_alloca_call): Likewise.
15837         (inlinable_function_p): Run the langhook earlier.
15839         * calls.c (compute_argument_addresses): Give the new MEMs a
15840         minimum alignment of PARM_BOUNDARY.
15842 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
15844         * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
15845         subtarget_asm_isa_spec.
15846         (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
15847         (ASM_SPEC): Define as SH_ASM_SPEC.
15848         (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
15849         Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
15850         * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
15851         (SUBTARGET_ASM_ISA_SPEC): Undef / define.
15853         * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
15854         and align_jumps if not set.
15855         Force align_jumps to be at least 2.
15856         When relaxing, force align_functions to be at least the maximum of
15857         align_loops, align_jumps and 4.
15858         * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
15859         (sh_loop_align): Honour align_loops_log.
15861         * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
15862         to check for indirect_jump_scratch.
15863         (indirect_jump_scratch): Add second set.
15864         * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
15865         when looking for indirect_jump_scratch.
15866         Extract scratch register taking new structure of indirect_jump_scratch
15867         into account.
15868         (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
15870 2003-03-03  Jan Hubicka  <jh@suse.cz>
15872         * calls.c (rtx_for_function_call): Take the address as an argument
15873         (expand_call): Do not modify the expression.
15875         * toplev.c (rest_of_compilation):  Avoid cfg_cleanup calls when not
15876         optimizing.
15878 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15880         * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
15881         TARGET_H8300H and TARGET_H8300S.
15883 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15885         * config/h8300/h8300.md (a peephole2): New.
15887 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15889         * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
15890         operands[0] and operands[1] are different.
15892 2003-03-03  Kazu Hirata  <kazu@cs.umass.edu>
15894         * reload1.c (reload_cse_move2add): Remove variable success.
15896 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15898         * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
15899         warnings.
15901 2003-03-02  Richard Henderson  <rth@redhat.com>
15903         * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
15904         * config.in, configure: Rebuild.
15905         * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
15906         * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
15907         paired ldtoffx and ldxmov annotations.
15908         (load_symptr_internal1): Remove.
15909         (load_symptr_high, load_symptr_low): New.
15911 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
15913         * c-incpath.c (add_path): Fix sysp assignment.
15915 2003-03-02  Kurt Garloff  <garloff@suse.de>
15917         * params.def: Introduce parameter max-inline-insns-rtl for
15918         a separate limit for the RTL inliner.
15919         * params.h: Likewise.
15920         * integrate.c (function_cannot_inline_p): Use it.
15921         * toplev.c (decode_f_option): Set multiple parameters
15922         controlling inlining with -finline-limit.
15923         * params.def: Fix orthographic and typographic errors.
15924         * doc/invoke.texi: Document parameters controlling inlining
15925         and the way -finline-limit sets multiple of them.
15927         * tree.h (struct tree_decl): Introduce inlined_function_flag,
15928         recording whether the function became eligible for inlining
15929         by a compiler flag rather than the declaration.
15930         Provide DID_INLINE_FUNC macro to access it.
15931         * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
15932         * cp/decl.c (grokfndecl): Likewise.
15933         * toplev.c (rest_of_compilation): Likewise.
15934         * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
15935         * print-tree.c (print_node): Report it.
15936         * params.def: Introduce new max-inline-insns-auto limit.
15937         * params.h: Likewise.
15938         * tree-inline.c (inlinable_function_p): Apply it to functions
15939         with DID_INLINE_FUNC set.
15940         * toplev.c (decode_f_option): Initialize it from -finline-limit
15941         value.
15942         * doc/invoke.texi: Document new parameter.
15944 2003-03-02  Geoffrey Keating  <geoffk@apple.com>
15946         * fix-header.c (read_scan_file): Don't reference simplify_path.
15948 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
15950         * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
15951         min/max instructions by default as may result in reload errors.
15953 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
15955         * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
15956         avoid reload problems; define split for it.
15958 2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
15960         * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
15961         * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
15962         * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
15963         * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
15964         rotatert and rotate.
15965         ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
15966         ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
15967         ("*rotrhi3_addr"): New split for shift insns on address register.
15968         ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
15969         * config/m68hc11/larith.asm (___rotlhi3): New asm function.
15970         (___rotrhi3): Likewise.
15971         * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
15973 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
15975         * toplev.c (aux_base_name): Moved from toplev.h.
15976         (filename): Constify.
15977         (lang_dependent_init): Don't duplicate name.
15978         (process_options): Set aux_base_name here, not...
15979         (do_compile): ...here.  Change protoype.
15980         (toplev_main): Move some code from do_compile.
15981         * toplev.h: Remove aux_base_name.
15983 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
15985         * config/h8300/h8300-protos.h: Add a prototype for
15986         iorxor_operator.
15987         * config/h8300/h8300.c (print_operand): Handle 'c'.
15988         (iorxor_operator): New.
15989         * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
15990         * config/h8300/h8300.md (*iorhi3_zext): Remove.
15991         (*iorsi3_zexthi): Likewise.
15992         (*iorsi3_zextsi): Likewise.
15993         (*xorhi3_zextqi): Likewise.
15994         (*xorsi3_zexthi): Likewise.
15995         (*xorsi3_zextsi): Likewise.
15996         (*ixorhi3_zext): New.
15997         (*ixorsi3_zext_qi): Likewise.
15998         (*ixorsi3_zext_hi): Likewise.
16000 2003-03-02  Neil Booth  <neil@daikokuya.co.uk>
16002         * c-incpath.c (remove_component_p, simplify_path): Move back to
16003         cppfiles.c.
16004         (remove_duplicates): Use cpp_simplify_path.
16005         * c-incpath.h (simplify_path): Remove.
16006         * c-lex.c: Don't include c-incpath.h.
16007         (init_c_lex): Remove simplify_path.
16008         * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
16009         (find_or_create_entry, validate_pch): Revert.
16011 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
16013         * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
16014           an external cpp during compilation.
16015         (option_map): Likewise.
16016         * objc/lang-specs.h (default_compilers): Similarly.
16017         * doc/invoke.texi: Document -no-integrated-cpp flag.
16019 2003-03-02  Kazu Hirata  <kazu@cs.umass.edu>
16021         * config/h8300/h8300.md (zero_extendqisi2): Change to an
16022         expander.
16023         (*zero_extendqisi2_h8300): New.
16024         (*zero_extendqisi2_h8300hs): New.
16025         (two splitters): New.
16027 2003-03-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16029         * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
16031 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16033         * config/h8300/h8300.md (a peephole2): Remove dead code.
16035 2003-03-01  Roger Sayle  <roger@eyesopen.com>
16037         PR c++/9367
16038         * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
16039         (BT_FN_INT_CONST_STRING_VALIST_ARG,
16040         BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
16041         BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
16042         BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
16043         BT_FN_INT_STRING_CONST_STRING_VAR,
16044         BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
16045         BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
16046         * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
16047         ATTR_NONNULL_3): Also include the nothrow attribute.
16048         (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
16049         vsnprintf, vscanf, vsscanf): Don't define attributes here.
16050         * builtins.def (putchar, puts): Make full C89 built-ins.
16051         (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
16052         vsscanf, vsnprintf, vsprintf): New built-ins.
16053         * c-common.c (c_common_nodes_and_builtins): Handle new macro
16054         DEF_FUNCTION_TYPE_VAR_3.
16056         * doc/extend.texi: Document these new built-in functions.
16058 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16060         * config/h8300/h8300.md (a peephole2): New.
16062 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16064         * predict.c (estimate_bb_frequencies): Correctly set
16065         real_values_initialized after initialization.
16067 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
16069         * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
16070         cppinit.o, cppdefault.o, fix-header): Update.
16071         * c-incpath.c: New file.
16072         * c-incpath.h: New file.
16073         * c-lex.c: Include c-incpath.h.
16074         (init_c_lex): Register path simplifier.
16075         * c-opts.c: Include cppdefault.h and c-incpath.h.
16076         (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
16077         std_cxx_inc, quote_chain_split, add_prefixed_path): New.
16078         (COMMAND_LINE_OPTIONS): Add more options from cpplib.
16079         (missing_arg, c_common_decode_option): Handle them.
16080         (c_common_post_options): Register include chains.
16081         (print_help): Update.
16082         * cppdefault.h (struct default include): Update.
16083         Move some macros to ...
16084         * cppdefault.c: ... here.
16085         (cpp_include_defaults): Add extra field add_sysroot.
16086         * cppfiles.c (include_file, search_from, find_or_create_entry,
16087         cpp_included, find_include_file, remap_filename): Update for
16088         renaming of search_path to cpp_path, and of the chain headers.
16089         (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
16090         * cpphash.h (struct search_path): Move to cpplib.h.
16091         (struct cpp_buffer, struct cpp_reader): Update.
16092         (_cpp_simplify_pathname): Remove.
16093         * cppinit.c: Don't include prefix.h and cppdefault.h.
16094         (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
16095         remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
16096         init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
16097         no_pth, cpp_handle_options): Remove.
16098         (struct pending_option): Remove chain members.
16099         (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
16100         cpp_handle_option): Update.
16101         * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
16102         (struct cpp_options): Remove quote_include, bracket_include,
16103         include_prefix, include_prefix_len, verbose, ignore_srcdir,
16104         no_standard_includes, no_standard_cplusplus_includes.
16105         (struct cpp_callbacks): Add simplify_path.
16106         (cpp_handle_options): Remove.
16107         * fix-header.c: Include c-incpath.h.
16108         (read_scan_file): Update to use c-incpath functionality.
16109         * doc/passes.texi: Update.
16111 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16113         * config/h8300/h8300.c (bit_operand): Accept MEM only if it
16114         satisfies EXTRA_CONSTRAINT 'U'.
16116 2003-03-01  Kazu Hirata  <kazu@cs.umass.edu>
16118         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
16119         register.
16120         (*tst_extzv_memqi_1_n): Change to a splitter.
16121         (a peephole2): Update.
16123 2003-03-01  Richard Earnshaw  <rearnsha@arm.com>
16125         * predict.c (estimate_bb_frequencies): Initialize the sreal
16126         constants once per compilation.
16128 2003-02-28  Richard Henderson  <rth@redhat.com>
16130         * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
16132 2003-02-28  scott snyder  <snyder@fnal.gov>
16134         * flags.h: Add flag_eliminate_unused_debug_types.
16135         * toplev.c: Add flag_eliminate_unused_debug_types.
16136         (f_options): Add -feliminate-unused-debug-types.
16137         * dwarf2out.c (struct file_table): Add emitted member.
16138         (splice_child_die): Fix the parent pointer for the child being
16139         spliced.
16140         (lookup_filename): Maintain file_table.emitted array.  Don't
16141         output .file directive here.
16142         (maybe_emit_file): (new)
16143         (init_file_table): Set up file_table.emitted.
16144         (dwarf2out_source_line): Use maybe_emit_file.
16145         (dwarf2out_start_source_file): Use maybe_emit_file.
16146         (dwarf2out_init): Use maybe_emit_file.
16147         (prune_unused_types_walk_attribs): (new)
16148         (prune_unused_types_mark): (new)
16149         (prune_unused_types_walk): (new)
16150         (prune_unused_types_prune): (new)
16151         (prune_unused_types): (new)
16152         (dwarf2out_finish): Call prune_unused_types if
16153         flag_eliminate_unused_debug_types is set.
16154         * doc/invoke.texi (Option Summary): Add
16155         -feliminate-unused-debug-types.
16156         (Debugging Options): Likewise.
16158 2003-02-28  Geoffrey Keating  <geoffk@apple.com>
16160         * doc/invoke.texi: Change .pch to .gch.
16161         * cppfiles.c (open_file_pch): Likewise.
16162         * gcc.c (default_compilers): Likewise.
16164 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
16166         * floatlib.c: Remove.
16168 2003-02-28  Jason Merrill  <jason@redhat.com>
16170         * stor-layout.c (variable_size): Leave a "minus 1" outside the
16171         SAVE_EXPR.
16173 2003-02-28  David Edelsohn  <edelsohn@gnu.org>
16175         * config/rs6000/power4.md: Add compare bypass.
16177 2003-02-28  Jason Thorpe  <thorpej@wasabisystems.com>
16179         * config/netbsd.h: Update copyright years.
16180         (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
16181         -pthread is specified on the command line.
16183 2003-02-28  Dale Johannesen <dalej@apple.com>
16185         * loop.c (struct movable): Add insert_temp, shrink savemode.
16186         (scan_loop): Accept invariants that require copying; mark as
16187         insert_temp.
16188         (combine_movables): Don't combine insert_temp movables.
16189         (move_movables): Insert copies for insert_temp movables.
16190         Don't record the info based on regno for insert_temp's.
16192 2003-02-28  Joel Sherrill <joel@OARcorp.com>
16194         PR 9638/other
16195         * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
16196         this constant defaults to 1.
16198 2003-02-28  Bob Wilson  <bob.wilson@acm.org>
16200         * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
16202 2003-02-28  Richard Earnshaw  <rearnsha@arm.com>
16204         * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
16205         ARMv5e processor, not just for XScale.  Instructions are predicable.
16206         (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
16208 2003-02-28  Nick Clifton  <nickc@redhat.com>
16210         * config/arm/arm.c (note_invalid_constants): Change parameter type
16211         from bool to int.
16213 2003-02-28  Kazu Hirata  <kazu@cs.umass.edu>
16215         * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
16216         test of bit 7.
16217         (*tst_extzv_memqi_1_n): Likewise.
16218         (a peephole2): New.
16220 2003-02-28  Richard Sandiford  <rsandifo@redhat.com>
16222         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
16223         #ifndef __mips16.
16225 2003-02-28  Jan Hubicka  <jh@suse.cz>
16227         * combine.c (gen_lowpart_for_combine): Update handling of
16228         subregs_of_mode
16229         * flow.c (life_analysis, mark_used_regs): Likewise.
16230         * regclass.c (subregs_of_mode): Turn into single bitmap.
16231         (cannot_change-mode_set_regs, invalid_mode_change_p): Update
16232         dealing with subregs_of_mode
16233         * regs.h (subregs_of_mode): Update prototype.
16235 2003-02-28  Josef Zlomek  <zlomekj@suse.cz>
16237         * emit-rtl.c (set_reg_attrs_for_parm): New function.
16238         * rtl.h (set_reg_attrs_for_parm): New exported function.
16239         * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
16240         set_reg_attrs_from_mem.
16242 2003-02-27  Roger Sayle  <roger@eyesopen.com>
16243             Zack Weinberg <zack@codesourcery.com>
16245         * gcc.c (do_spec_1):  Treat %U like %u for unique associations.
16247 2003-02-27  Kazu Hirata  <kazu@cs.umass.edu>
16249         * reload1.c (sext_for_mode): Remove.
16250         (reload_cse_move2add): Use trunc_int_for_mode instead of
16251         sext_for_mode.
16252         (move2add_note_store): Likewise.
16253         Reset register information if we see a set in non-integer
16254         mode.
16256 2003-02-27  David Edelsohn  <edelsohn@gnu.org>
16258         * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
16259         option.
16260         (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
16261         * config/rs6000/aix51.h: Same.
16262         * config/rs6000/aix52.h: Same.
16263         * config/rs6000/power4.md: Additional VMX bypasses.
16265 2003-02-27   Geert Bosch <bosch@gnat.com>
16267         * toplev.c (print_version): Add indentation for GGC heuristics and
16268         output after printing version information.
16270 2003-02-27  James E Wilson  <wilson@tuliptree.org>
16272         * combine.c (simplify_comparison): Require integral mode when
16273         permuting SUBREG with AND.
16275 2003-02-27  Steve Ellcey  <sje@cup.hp.com>
16277         * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
16279 2003-02-27  Nick Clifton  <nickc@redhat.com>
16281         * config/arm/arm.md (extendsfdf2): Add pattern accidentally
16282         deleted when cirrus instructions were added.
16284 2003-02-27  Jason Thorpe  <thorpej@wasabisystems.com>
16286         * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
16287         POSIX thread support by default.
16289 2003-02-27  Roger Sayle  <roger@eyesopen.com>
16291         * config/i386/cygwin.h: Don't include any other files directly.
16292         * config/i386/mingw32.h: Don't include cygwin.h directly.
16293         * config.gcc (cygwin, mingw32, uwin): Instead make these files
16294         explicit in the tm_files variable.
16296 2003-02-27  Alan Modra  <amodra@bigpond.net.au>
16298         * config/rs6000/rs6000.md: Add TI constant splitter.
16300 2003-02-26  Alexandre Oliva  <aoliva@redhat.com>
16302         * builtins.c (purge_builtin_constant_p): Handle subreg of
16303         constant_p_rtx too.
16305         * function.c (assign_stack_local_1): Truncate constant added to
16306         frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
16308 2003-02-26  David Edelsohn  <edelsohn@gnu.org>
16310         * config.gcc: Add power4 to PowerPC with_cpu list.
16312 2003-02-26  Jan Hubicka  <jh@suse.cz>
16314         * objc-act.c: (mark_referenced_methods): Fix compilation problem.
16316 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16318         * gcov-dump.c (print_prefix): Fix signedness warning.
16319         * gcov-io.h (struct counter_section, struct counter_section_data): New.
16320         (struct function_info): n_arc_counts field removed, n_counter_sections,
16321         counter_sections fields added.
16322         (struct gcov_info): arc_counts, n_arc_counts fields removed,
16323         n_counter_sections, counter_sections fields added.
16324         * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
16325         profile sections.
16326         * profile.h (MAX_COUNTER_SECTIONS): New.
16327         (struct section_info): New.
16328         (struct profile_info): count_instrumented_edges,
16329         count_edges_instrumented_now fields removed, n_sections, section_info
16330         fields added.
16331         (find_counters_section): Declare.
16332         * profile.c (struct function_list): count_edges field removed,
16333         n_counter_sections, counter_sections fields added.
16334         (set_purpose, label_for_tag, build_counter_section_fields,
16335         build_counter_section_value, build_counter_section_data_fields,
16336         build_counter_section_data_value, build_function_info_fields,
16337         build_function_info_value, build_gcov_info_fields,
16338         build_gcov_info_value): New static functions.
16339         (find_counters_section): New function.
16340         (instrument_edges, get_exec_counts, compute_branch_probabilities,
16341         branch_prob, create_profiler): Modified to support multiple profile
16342         sections.
16344 2003-02-26  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
16346         * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
16347         is 8 * STACK_BOUNDARY.
16348         * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
16350 2003-02-26  Michael Matz  <matz@suse.de>
16352         * ra-colorize.c (merge_moves): Fix list handling.
16354 2003-02-26  Nick Clifton  <nickc@redhat.com>
16356         * config/arm/arm.c (is_load_address): Rename to...
16357         (arm_memory_load_p) ... this and make it check for SUBREGs and
16358         constant loads that will be converted into loads from the
16359         minipool.
16360         (is_cirrus_insn): Rename to ...
16361         (arm_cirrus_insn_p): ... this, for consistency.  Replace test
16362         of CIRRUS_NO with CIRRUS_NOT.
16363         (cirrus_reorg): Use renamed functions.
16364         (note_invalid_constants): Change from a void function to bool.
16365         Add an extra parameter, saying whether the fixups should be
16366         pushed.  Return true if fixups are needed.
16367         (arm_reorg): Use renamed functions.  Use INSN_P.  Replace test
16368         of CIRRUS_NO with CIRRUS_NOT.
16369         * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
16370         other floating point co-processors can also affect this.
16371         * config/arm/arm.md ("type" attribute): Add mav_farith and
16372         mav_dmult.  Replace references to "cirrus_type" attribute with
16373         "type".
16374         * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
16375         ("cirrus_type" attribute): Delete - use "type" instead.
16376         ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
16377         'normal'.
16379 2003-02-25  Jan Hubicka  <jh@suse.cz>
16381         * objc-act.c: Include cgraph.h
16382         (mark_referenced_methods): New function.
16383         (objc_init): Call it.
16384         * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
16386         * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
16387         mode.
16389         * optabs.c (expand_fix): Do not widen the input operand.
16391         * expr.c (emit_group_store):  Fix crash when converting single
16392         register into complex register.
16394         * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
16395         * alias.c: Include timevar.h
16396         (init_alias_analysis):  Set timevar
16397         * jump.c: Include timevar.h
16398         (rebuild_jump_labels):  Set timevar
16399         * regcalss.c: Include timevar.h
16400         (reg_scan):  Set timevar
16401         * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
16403 2003-02-26  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
16405         * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
16407         * Makefile.in (loop-unroll.o): New.
16408         * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
16409         (unroll_and_peel_loops): Declare.
16410         * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
16411         flag_old_unroll_loops.
16412         * loop.c (loop_invariant_p): Ditto.
16413         * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
16414         flag_old_unroll_all_loops.
16415         * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
16416         (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
16417         * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
16418         (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
16419         PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
16420         PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
16421         PARAM_MAX_ONCE_PEELED_INSNS): New.
16422         * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
16423         (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
16424         instead of old one.
16425         (flag_peel_loops): New.
16426         (lang_independent_options): The new flags added.
16427         (rest_of_compilation): Call new unroller.
16428         (process_options): Setup flags for coexistence of old and new unroller.
16429         * doc/invoke.texi: Document new options.
16430         * doc/passes.texi: Document new unroller pass.
16432 2003-02-26  David Billinghurst <David.Billinghurst@riotinto.com>
16434         * fixinc/fixincl.x: Regenerate
16436 2003-02-26  Josef Zlomek  <zlomekj@suse.cz>
16438         * function.c (assign_parms): Set reg_attrs for parameters passed in
16439         registers.
16441 2003-02-26  Alan Modra  <amodra@bigpond.net.au>
16443         PR target/9681
16444         * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
16446 2003-02-25  David Edelsohn  <edelsohn@gnu.org>
16448         * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
16449         pseudo-op.
16451 2003-02-25  Roger Sayle  <roger@eyesopen.com>
16453         * combine.c (combine_simplify_rtx, simplfy_comparison):  Use CC0_P.
16454         * cse.c (invalidate_skipped_set):  Likewise.
16455         * integrate.c (subst_constants):  Likewise.
16456         * jump.c (reversed_comparison_code_parts):  Likewise.
16457         * loop.c (canonicalize_condition):  Likewise.
16458         * simplify-rtx.c (simplify_relational_operation):  Likewise.
16460 2003-02-25  Roger Sayle  <roger@eyesopen.com>
16462         * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
16463         (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit):  Use
16464         the appropriate macro to define built-in function.
16465         (fmod,fmodf,fmodl): New built-in functions.
16467         * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
16469 2003-02-25  Richard Henderson  <rth@redhat.com>
16471         * config/i386/i386.c (function_arg): Pass variable sized
16472         structures correctly on the stack.
16474 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
16476         * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
16477         does not reduce the cost of SET.
16479 2003-02-25  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
16481         PR target/9732
16482         * config/rs6000/rs6000.c (first_reg_to_save): Handle
16483         PIC_OFFSET_TABLE_REGNUM for -fPIC too.
16484         (rs6000_emit_prologue): Likewise.
16485         (rs6000_emit_epilogue): Likewise.
16486         * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
16487         PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
16489 2003-02-25  Richard Henderson  <rth@redhat.com>
16491         * real.c (real_to_integer2): Force overflow result only for
16492         unsigned overflow.
16494 2003-02-25  Kazu Hirata  <kazu@cs.umass.edu>
16496         * gcse.c (cprop_jump): Revert the 2003-02-23 change.
16498 2003-02-25  Vladimir Makarov  <vmakarov@toke.toronto.redhat.com>
16499             Richard Henderson  <rth@redhat.com>
16501         * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
16502         there is no similar load.
16504 2003-02-25  Vladimir Makarov  <vmakarov@redhat.com>
16505             Richard Henderson  <rth@redhat.com>
16507         * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
16508         sched-rgn.c.
16509         (add_forward_dependence): New function prototype.
16511         * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
16512         sched-init.h.
16513         (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
16514         them to haifa-sched.c.
16516         * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
16517         haifa_classify_insn): Move them from sched-rgn.c.
16519         * sched-deps.c (add_dependence): Return flag of creating a new
16520         entry.
16521         (add_forward_dependence): New function.
16522         (compute_forward_dependences): Use the function.
16524         * sched-ebb.c (earliest_block_with_similiar_load): New function.
16525         (add_deps_for_risky_insns): New function.
16526         (schedule_ebb): Call the function.
16528 2003-02-20  Aldy Hernandez  <aldyh@redhat.com>
16530         * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
16531         TARGET_VECTOR_OPAQUE_P.  Document accordingly.
16533         * testsuite/gcc.dg/20030218-1.c: Check that initialization of
16534         opaque types fail.
16536         * c-typeck.c (comptypes): Change call to vector_types_compatible
16537         to vector_opaque_p.
16538         (convert_for_assignment): Call vector_opaque_p instead of
16539         vector_types_compatible.
16540         (really_start_incremental_init): Disallow initialization of opaque
16541         types.
16543         * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
16544         Define TARGET_VECTOR_OPAQUE_P.
16545         (TARGET_INITIALIZER): Same.
16547         * target.h (struct gcc_target): Remove vector_types_compatible.
16548         Add vector_opaque_p.
16550         * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
16551         Remove.
16552         (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
16553         a vector type.  Change return type to bool.
16554         (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
16555         (TARGET_VECTOR_OPAQUE_P): Define.
16557         * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
16558         target hook.
16559         Include target.h.
16560         (cp_parser_init_declarator): Fix typo in function comments.
16562 2003-02-25  Jan Hubicka  <jh@suse.cz>
16564         * Makefile.in (lcm.o):  Add dependency on function.h
16565         * lcm.c (function.h): Include.
16566         * i386.c (machine_function, ix86_stack_locals,
16567         * ix86_save_varrargs_registers) : Move to
16568         ...
16569         * i386.h (machine_function, ix86_stack_locals,
16570         ix86_save_varrargs_registers): ... here; add optimize_mode_switching
16571         (ix86_optimize_mode_switching): New.
16572         * i386.md (fix patterns): Set ix86_optimize_mode_switching
16574 2003-02-25  Nick Clifton  <nickc@redhat.com>
16576         * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo.  Name
16577         of fourth arg is 'fndecl' not 'indirect'.  Update comment
16578         describing the function's parameters.
16580 2003-02-24  Jan Hubicka  <jh@suse.cz>
16582         * combine.c (simplify_shift_const):  Fix previous patch.
16584 2003-02-24  Jeff Law  <law@redhat.com>
16586         * i386.md (testdi_1_rex64): Discourage reload from using the %eax
16587         alternative.
16588         (testsi_1, testhi_1, testqi_1): Likewise.
16590 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16592         * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
16593         __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
16594         * doc/extend.texi (Tru64 Pragmas): Reflect this.
16596         * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
16597         extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
16598         * fixinc/fixincl.x: Regenerate.
16599         * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
16600         testcase.
16601         Fixes PR c/5059, c/6126, other/9671.
16603 2003-02-24  Roger Sayle  <roger@eyesopen.com>
16605         * gcc.c (do_spec_1) ['{']:  Handle pending argument upon return
16606         from handle_braces in "%{...}".
16608 2003-02-24  Kaz Kojima  <kkojima@gcc.gnu.org>
16610         * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
16611         (prepare_move_operands): Handle TLS operands.
16612         (tls_symbolic_operand): New.
16613         (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
16614         (legitimize_pic_address): Do nothing for the TLS symbol.
16615         (sh_encode_section_info): Handle TLS case.
16616         (sh_strip_name_encoding): Drop TLS encoding.
16617         * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
16618         * config/sh/sh.h (SH_TLS_ENCODING): Define.
16619         (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
16620         (ASM_OUTPUT_LABELREF): Drop TLS encoding.
16621         (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
16622         * config/sh/sh.md: Define TLS UNSPEC constants.
16623         (type): Add tls_load.
16624         ("tls_global_dynamic", "tls_local_dynamic"): New insns.
16625         ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
16626         ("tls_initial_exec"): New insn.
16627         ("sym2TPOFF", "symTPOFF2reg"): New expanders.
16628         ("load_gbr"): New insn.
16630         * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
16631         * configure: Regenerate.
16633 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
16635         PR 9297, PR 9722
16636         * calls.c (store_one_arg): Revert 1999-02-16 change.  Revert
16637         2000-12-17 change.  Pass EXPAND_STACK_PARM to expand_expr.
16638         * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
16639         (enum block_op_methods): Reorder for better store_expr optimization.
16640         * expr.c (store_expr): Test bit 1 of "want_value" for call param
16641         stores, test bit 0 for original want_value meaning.  Pass
16642         BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set.  Adjust
16643         recursive calls, and calls to expand_param.
16644         (expand_expr): Handle EXPAND_STACK_PARM modifier.  When cse
16645         expected, set target to 0 rather than to subtarget.  Formatting.
16647 2003-02-23  Kazu Hirata  <kazu@cs.umass.edu>
16649         * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
16651 2003-02-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16653         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
16654         new default behavior.
16655         * ggc-common.c: Include sys/resource.h.
16656         (ggc_rlimit_bound): New function.
16657         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
16658         defaults to account for rlimits.
16660 2003-02-22  Richard Henderson  <rth@redhat.com>
16662         * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
16664 2003-02-22  Kelley Cook <kelley@dwhoops.info>
16666         * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
16667         (ix86_tune_string): Rename from ix86_cpu_string.
16669 2003-02-22  Kelley Cook <kelleycook@comcast.net>
16671         * config/i386/i386.c: Replace "mcpu" with "mtune".
16672         * config/i386/i386.h (TARGET_OPTIONS): Likewise.
16673         (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
16674         * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
16675         with "mtune".  Note that "mcpu" is a deprecated synonym for "mtune".
16677 2003-02-23  Andreas Schwab  <schwab@suse.de>
16679         * config.gcc: Delete references to m68k/t-linux and
16680         m68k/t-linux-aout.
16681         * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
16683 2003-02-22  Jan Hubicka  <jh@suse.cz>
16685         * toplev.c (rest_of_compilation):  Apply fotgotten hunk
16686         of track scheduling patch.
16688 2003-02-22  Jan Hubicka  <jh@suse.cz>
16690         * config/linux.h (TARGET_HAS_F_SETLKW): Define.
16691         * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
16693 2003-02-22  Jan Hubicka  <jh@suse.cz>
16695         * c-decl.c (c_expand_body_1): Fix.
16697 2003-02-22  Jan Hubicka  <jh@suse.cz>
16699         * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
16701         * cfgcleanup.c (try_forward_edges):  Don't check loop structures
16702         when not optimizing.
16703         (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
16704         when not expensive.
16705         * toplev.c (rest_of_compilation):  Duplicate loop headers only when
16706         optimizing;  Delete trivially dead insns early; fix optimize check.
16708         * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
16709         dependency on cgraph.h
16710         * c-decl.c: Include cgraph.h
16711         (finish_function): Update call of tree_inlinable_function_p.
16712         * c-objc-common.c: Include cgraph.h
16713         * cgraph.h: New file.
16714         * cgraphunit.c: New file.
16715         * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
16716         (cgraph_nodes, cgraph_n_nodes): Globalize.
16717         (cgraph_finalize_function, cgraph_finalize_compilation_unit
16718         cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
16719         Move into cgraphunit.c
16720         * tree-inline.c: Include cgraph.h
16721         * tree-inline.c: Include cgraph.h
16723 2003-02-22  Josef Zlomek  <zlomekj@suse.cz>
16725         * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
16726         for copying a register.
16728 2003-02-22  Steven Bosscher  <s.bosscher@student.tudelft.nl>
16730         PR other/3782
16731         * toplev.c (process_options): If flag_detailed_statistics is set,
16732         then set time_report as well.
16734         PR c/8828
16735         * jump.c (never_reached_warning): Don't fall through BARRRIER
16736         insns.  Update comments to reflect what the function really does.
16738 2003-02-21  Roger Sayle  <roger@eyesopen.com>
16740         * fold-const.c (omit_one_operand): No longer static.
16741         * tree.h (omit_one_operand): Prototype here.
16742         (div_and_round_double): Keep fold-const.c prototypes together.
16743         * builtins.c (builtin_mathfn_code): Handle binary built-in
16744         funtions, such as "pow" and "atan2".
16745         (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
16746         Simplify optimizations using "type" the builtin's return type.
16748 2003-02-22  Hans-Peter Nilsson  <hp@axis.com>
16750         * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
16751         Fix functionalization typo.
16753         * regmove.c (optimize_reg_copy_1): Do not replace a hard register
16754         in an asm.
16756 2003-02-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16758         * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
16759         * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
16760         documentation.
16761         * ggc-common.c: Include params.h
16762         (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
16763         init_ggc_heuristics): New functions.
16764         * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
16765         init_ggc_heuristics): Prototype.
16766         * toplev.c (print_version):  Output GGC heuristics.
16767         (parse_options_and_default_flags): Call init_ggc_heuristics.
16769 2003-02-22  Jan Hubicka  <jh@suse.cz>
16771         * i386.c (def_builtin):  Special case 64bit builtins.
16772         (MASK_SSE164, MASK_SSE264): New constants.
16773         (builtin_description): Add 64bit builtins.
16774         (ix86_init_mmx_sse_builtins): Likewise.
16775         * i386.h (enum ix86_builtins): Likewise.
16776         * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
16777         sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
16778         (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
16779         * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
16780         * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
16781         _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
16782         _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
16784 2003-02-22  Jan Hubicka  <jh@suse.cz>
16786         * i386.c (builtin_description): Add __builtin_ia32_paddq and
16787         __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
16788          and __builtin_ia32_psubq128.
16789         * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
16790         * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
16791         (mmx_adddi3, mmx_subdi3): New.
16792         * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
16793         * xmmintrin.h (_mm_movepi64_pi64): New.
16794         (_mm_add_epi64, _mm_sub_epi64): fix.
16795         (_mm_mul_pu16): Rename to...
16796         (_mm_mul_su32): ... this one.
16798         * builtins.c (expand_builtin_expect):  Do not predict
16799         flag_guess_branch_prob is not set.
16800         * c-semantics.c (expand_stmt): Likewise.
16801         * predict.c (predict_insn): Likewise.
16802         * stmt.c (expand_continue_loop): Likewise.
16803         * toplev.c (rest_of_compilation): Do not call
16804         note_prediction_to_br_prob and note_prediction_to_br_prob
16805         when not optimizing.
16807 2003-02-21  Jan Hubicka  <jh@suse.cz>
16809         * cfgrtl.c (commit_edge_insertions):  Call
16810         find_many_sub_basic_block only when some code has been emitted.
16811         (commit_edge_insertions_watch_calls): Bring into sync with
16812         commit_edge_insertions
16814 2003-02-21  J"orn Rennecke <joern.rennecke@superh.com>
16816         * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
16818         * sh.md (binary_sf_op): Use extra constant operand instead of
16819         negating constant operand 4.
16820         * sh.c (sh_expand_binop_v2sf): Supply it.
16822 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
16824         * cpphash.h (struct lexer_state): Add directive_wants_padding.
16825         * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
16826         for directives of type INCL.
16827         (glue_header_name, parse_include): Use get_token_no_padding.
16828         * cppmacro.c (replace_args): If directive_wants_padding,
16829         provide padding tokens.
16831 2003-02-21  Kazu Hirata  <kazu@cs.umass.edu>
16833         * config/h8300/h8300.md (a peephole2): New.
16835 2003-02-21  Jan Hubicka  <jh@suse.cz>
16837         * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
16838         (commit_edge_insertions): Call find_many_sub_basic_blocks
16840         * reg-stack.c (convert_regs): Cleax aux for blocks.
16842 2003-02-21  Jan Hubicka  <jh@suse.cz>
16844         * toplev.c (parse_options_and_default_flags): Undo accidental commit.
16846 2003-02-21  Glen Nakamura  <glen@imodulo.com>
16848         PR optimization/8613
16849         * builtins.c (expand_builtin): Emit postincrements before expanding
16850         builtin functions.
16852 2003-02-21  Ben Elliston  <bje@redhat.com>
16854         PR other/5634
16855         * doc/install.texi (Configuration): Explain using $HOME instead of
16856         the ~ metacharacter when referring to home directories.
16858 2003-02-20  Alexandre Oliva  <aoliva@redhat.com>
16860         * configure.in (TARGET_SYSTEM_ROOT): Set default to
16861         ${exec_prefix}/${target_alias}/sys-root.  Match explicit
16862         '${exec_prefix}' (in addition to the expansion thereof) as
16863         relocatable.
16864         * configure: Rebuilt.
16866 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
16868         * config/h8300/h8300.md (addhi3_incdec): Change the name to
16869         *addhi3_incdec.
16870         (addsi3_incdec): Change the name to *addsi3_incdec.
16872 2003-02-20  Roger Sayle  <roger@eyesopen.com>
16874         * explow.c (force_reg): Avoid useless REG_EQUAL notes.
16876 2003-02-20  Toon Moene  <toon@moene.indiv.nluug.nl>
16878         PR fortran/9038
16879         * c-opts.c (sanitize_cpp_opts): Add Fortran front end
16880         options to be ignored.
16881         (c_common_decode_option): Ignore them when preprocessing.
16883 2003-02-20  Jan Hubicka  <jh@suse.cz>
16885         * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
16886         global variables.
16887         (lang_independent_options):  Add -fsched2-use-superblocks
16888         -fsced2-use-traces.
16889         (rest_of_compilation): Deal with it.
16890         * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks):  Declare.
16891         * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
16892         Declare.
16893         * rtl.h (reg_to_stack):  Update prototype.
16894         * reg-stack.c (reg_to_stack): Return when something has changed;
16895         update liveness when executing after superblock scheduling.
16897         * combine.c (simplify_shift_const):  Simplify few special cases
16898         into constants.
16900 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
16902         * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
16903         (add.,subf.,neg.): Change attribute to fast_compare.
16904         All DFA descriptions updated.
16906 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
16908         Change base class access representation.
16909         * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
16910         TREE_VIA_PRIVATE): Remove.
16911         (BINFO_BASEACCESSES): New binfo elt.
16912         (BINFO_BASEACCESS): New accessor.
16913         (BINFO_ELTS): Increase.
16914         (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
16915         (access_public_node, access_protected_node,
16916         access_private_node): New global nodes.
16917         * tree.c (build_common_tree_nodes_2): Initialize access nodes.
16918         * dbxout.c (dbxout_type): Adjust.
16919         * dwarf2out.c (gen_inheritance_die): Add access parameter.
16920         (gen_member_die): Adjust.
16921         * dwarfout.c (output_inheritance_die): ARG is array of two trees.
16922         (output_type): Adjust.
16923         * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
16925         Change base class access representation. Share virtual base
16926         binfos.
16927         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
16928         call.
16929         * cp/class.c (build_base_path): Likewise.
16930         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
16931         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
16932         (make_new_vtable): Adjust.
16933         (force_canonical_binfo_r): Delete.
16934         (force_canonical_binfo): Delete.
16935         (mark_primary_virtual_base): Delete.
16936         (dfs_unshared_virtual_bases): Delete.
16937         (mark_primary_bases): Adjust.
16938         (maybe_warn_about_overly_private_class): Adjust.
16939         (dfs_base_derived_from): Delete.
16940         (base_derived_from): Follow the inheritance chain.
16941         (struct find_final_overrider_data): Add vpath member.
16942         (dfs_find_final_overrider): Adjust.
16943         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
16944         (find_final_overrider): Adjust.
16945         (update_vtable_entry_for_fn): Adjust.
16946         (modify_all_vtables): Adjust.
16947         (walk_subobject_offsets): Adjust.
16948         (layout_nonempty_base_or_field): Adjust.
16949         (layout_empty_base): Remove last parameter. Adjust.
16950         (build_base_field): Adjust.
16951         (build_base_fields): Adjust.
16952         (propagate_binfo_offsets): Remove last parameter. Adjust.
16953         (dfs_set_offset_for_unshared_vbases): Delete.
16954         (layout_virtual_bases): Adjust.
16955         (finish_struct_1): Adjust.
16956         (init_class_processing): Don't init access nodes.
16957         (dfs_get_primary_binfo): Delete.
16958         (get_primary_binfo): Adjust.
16959         (dump_class_hierarchy_r): Remove most derived arg, add IGO
16960         parameter. Adjust.
16961         (dump_class_hierarchy): Adjust.
16962         (finish_vtbls): Adjust.
16963         (get_original_base): Delete.
16964         (build_vtt_inits): Adjust.
16965         (dfs_build_secondary_vptr_vtt_inits): Adjust.
16966         (dfs_ctor_vtable_bases_queue_p): Adjust.
16967         (build_ctor_vtbl_group): Adjust.
16968         (dfs_accumulate_vtbl_inits): Adjust.
16969         (build_vtbl_initializer): Adjust.
16970         (build_vbase_offset_vtbl_entries): Adjust.
16971         (add_vcall_offset_vtbl_entries_1): Adjust.
16972         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
16973         (access_*_node): Remove.
16974         (CANONICAL_BINFO): Delete.
16975         (BINFO_UNSHARED_MARKED): Remove.
16976         (BINFO_MARKED): Set LANG_FLAG_0 directly.
16977         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
16978         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
16979         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
16980         Delete.
16981         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
16982         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
16983         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
16984         Delete.
16985         (BINFO_DEPENDENT_BASE_P): New.
16986         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
16987         index.
16988         (markedp, unmarkedp): Adjust.
16989         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
16990         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
16991         find_vbase_instance, binfo_for_vbase): Delete.
16992         (copied_binfo, original_binfo): Declare.
16993         (finish_base_specifier): Add virtual_p arg.
16994         (unshare_base_binfos): Delete.
16995         (copy_base_binfos): Declare.
16996         (reverse_path): Delete.
16997         * cp/decl.c (xref_basetypes): Access and virtuality passed
16998         differently. Don't copy direct base binfos here. Call
16999         copy_base_binfos.
17000         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
17001         (initialize_vtbl_ptrs): Adjust.
17002         (expand_member_init): Adjust.
17003         * cp/parser.c (cp_parser_base_specifier): Adjust.
17004         * cp/pt.c (instantiate_class_template): Adjust.
17005         (get_template_base_recursive): Adjust.
17006         * cp/rtti.c (get_pseudo_ti_init): Adjust.
17007         (get_pseudo_ti_desc): Adjust.
17008         * cp/tree.c (unshare_base_binfos): Rename to ...
17009         (copy_base_binfos): ... here, reimplement.
17010         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
17011         (reverse_path): Remove.
17012         * cp/typeck.c (get_delta_difference): Adjust error messages.
17013         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
17014         * cp/search.c (lookup_base_r): Adjust.
17015         (dynamic_cast_base_recurse): Adjust.
17016         (canonical_binfo): Remove.
17017         (dfs_canonical_queue): Remove.
17018         (dfs_assert_unmarked_p): Remove.
17019         (assert_canonical_unmarked): Remove.
17020         (shared_marked_p, shared_unmarked_p): Remove.
17021         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
17022         (dfs_access_in_type): Adjust.
17023         (access_in_type): Adjust.
17024         (dfs_accessible_queue_p): Adjust.
17025         (dfs_accessible_p): Adjust.
17026         (is_subobject_of_p_1, is_subobject_of_p): Remove.
17027         (struct lookup_field_info): Remove from_dep_base_p field.
17028         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
17029         (lookup_field_r): Remove dependent base code.
17030         (lookup_member): Likewise.
17031         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
17032         (dfs_unmarked_real_bases_queue_p): Remove.
17033         (dfs_marked_real_bases_queue_p): Remove.
17034         (dfs_skip_vbases): Remove.
17035         (dfs_get_pure_virtuals): Adjust.
17036         (markedp, unmarkedp): Adjust.
17037         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
17038         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
17039         (dfs_unmark): Adjust.
17040         (dfs_get_vbase_types):Remove.
17041         (dfs_build_inheritance_graph_order): Remove.
17042         (get_vbase_types): Remove
17043         (dfs_find_vbase_instance): Remove.
17044         (find_vbase_instance): Remove.
17045         (dfs_debug_unmarkedp): Adjust.
17046         (dependent_base_p): Remove.
17047         (dfs_push_type_decls): Adjust.
17048         (dfs_push_decls): Adjust.
17049         (dfs_no_overlap_yet): Adjust.
17050         (copied_binfo): New function.
17051         (original_binfo): New function.
17052         (binfo_for_vbase): Remove.
17054         Change base class access representation.
17055         * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
17056         (add_interface_do): Likewise.
17058 2003-02-20  David Edelsohn  <edelsohn@gnu.org>
17060         * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
17061         * config/rs6000/power4.md (power4-store,power4-vecstore): New
17062         insn reservations.
17063         (power4-fpstore): Compact.
17065 2003-02-20  Kazu Hirata  <kazu@cs.umass.edu>
17067         * config/h8300/h8300.md (*iorsi3_w): New.
17069 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17071         * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
17072         * rtl.c (reg_note_name): Likewise.
17073         * rtl.h (enum reg_note): Likewise.
17074         * doc/invoke.texi: Likewise.
17075         * doc/rtl.texi: Likewise.
17077 2003-02-20  Josef Zlomek  <zlomekj@suse.cz>
17079         * bb-reorder.c (find_traces_1_round): Fix comment typo.
17081 2003-02-19  Roger Sayle  <roger@eyesopen.com>
17083         * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
17084         addition in the presence of signaling NaNs.
17086 2003-02-19  Krister Walfridsson  <cato@df.lth.se>
17088         * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
17090 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17092         * config/h8300/h8300.c (output_logical_op): Optimize or.l when
17093         ORing with 0xffff??00 with the highest bit of the ?? part set.
17094         (compute_logical_op_length): Update.
17095         (compute_logical_op_cc): Likewise.
17097 2003-02-19  Josef Zlomek  <zlomekj@suse.cz>
17099         * bb-reorder.c (find_traces_1_round): Fixed condition for small
17100         destination block with multiple predecessors.
17101         (connect_traces): Check whether the block is a start of trace.
17103 2003-02-19  Jan Hubicka  <jh@suse.cz>
17105         * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
17106         * function.c (assign_params): Likewise.
17107         * arm-protos.h (arm_init_cumulative_args): Update prototype.
17108         * arm.c (arm_init_cumulative_args): Update function.
17109         * arm.h (INIT_CUMULATIVE_ARGS): Update.
17110         * avr-protos.h (init_cumulative_args): Update prototype.
17111         * avr.c (init_cumulative_args): Update function.
17112         * avr.h (INIT_CUMULATIVE_ARGS): Update.
17113         * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
17114         * d30v.c (d30v_init_cumulative_args): Update function.
17115         * d30v.h (INIT_CUMULATIVE_ARGS): Update.
17116         * frv-protos.h (frv_init_cumulative_args): Update prototype.
17117         * frv.c (frv_init_cumulative_args): Update function.
17118         * frv.h (INIT_CUMULATIVE_ARGS): Update.
17119         * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
17120         * pa.h (INIT_CUMULATIVE_ARGS): Update.
17121         * sparc-protos.h (init_cumulative_args): Update prototype.
17122         * sparc.c (init_cumulative_args): Update function.
17123         * sparc.h (INIT_CUMULATIVE_ARGS): Update.
17124         * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
17126 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17128         * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
17129         (*ashiftsi_sextqi_7): Likewise.
17131 2003-02-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17133         * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
17134         ISO C99 and C++.
17136         * fixinc/inclhack.def (irix___restrict): Don't change __restrict
17137         for C++ on IRIX 6.5.1[89].
17138         * fixinc/tests/base/internal/sgimacros.h: New file.
17140         * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
17141         * fixinc/tests/base/internal/wchar_core.h: New file.
17143         * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
17144         socklen_t definition.
17145         * fixinc/fixincl.x: Regenerate.
17146         * fixinc/tests/base/sys/socket.h: New file.
17147         Fixes PR libgcj/9652.
17149 2003-02-19  Jan Hubicka  <jh@suse.cz>
17151         * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
17153 2003-02-19  David Edelsohn  <edelsohn@gnu.org>
17155         * config/rs6000/rs6000.c (rs6000_override_options): Initialize
17156         align_jumps_max_skip and align_loops_max_skip.
17158 2003-02-19  Thierry Moreau  <thierry.moreau@connotech.com>
17160         * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
17161         test size if named section.
17163 2003-02-19  Daniel Jacobowitz  <drow@mvista.com>
17165         * expr.c (expand_expr): Use gen_int_mode for the argument
17166         to gen_rtx_MULT.
17168 2003-02-19  Jan Hubicka  <jh@suse.cz>
17170         * i386.md (cosxf2):  Fix conditional.
17172 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17174         * config/h8300/h8300.md (extendqisi2): Change to an expander.
17175         (*extendqisi2_h8300): New.
17176         (*extendqisi2_h8300hs): Likewise.
17178 2003-02-19  Kazu Hirata  <kazu@cs.umass.edu>
17180         * config/h8300/h8300-protos.h: Update the prototype for
17181         split_adds_subs.  Remove the prototypes for
17182         const_int_le_2_operand and const_int_le_6_operand.
17183         * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
17184         (const_int_le_2_operand): Remove.
17185         (const_int_le_6_operand): Likewise.
17186         * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
17187         for const_int_le_2_operand and const_int_le_6_operand.
17188         * config/h8300/h8300.md: Update all uses of split_adds_subs.
17189         (a peephole2): New.
17191 2003-02-18  Jan Hubicka  <jh@suse.cz>
17193         * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
17194         (cgraph_expand_function): Rewrite.
17196 2003-02-18  Matt Austern <austern@apple.com>
17198         * toplev.c, langhooks.c, langhooks-def.h: Move
17199         write_global_declarations from toplev.c to langhooks.c.
17201 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17203         * config/h8300/h8300.c (general_operand_src): Always check
17204         MODE.
17205         (general_operand_dst): Likewise.
17207 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17209         * convert.c (convert_to_real): Also optimize (float)log(x) into
17210         logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
17212 2003-02-18  Kaz Kojima  <kkojima@gcc.gnu.org>
17214         * config/sh/sh.c (unspec_caller_rtx_p): New.
17215         (sh_cannot_copy_insn_p): New.
17216         (TARGET_CANNOT_COPY_INSN_P): New.
17218 2003-02-18  Richard Henderson  <rth@redhat.com>
17220         * c-common.c (handle_used_attribute): Accept static data too.
17222 2003-02-18  Nick Clifton  <nickc@redhat.com>
17223             Aldy Hernandez  <aldyh@redhat.com>
17225         * testsuite/gcc.dg/20030218-1.c: New.
17227         * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
17229         * target-def.h (TARGET_INITIALIZER): Add
17230         TARGET_VECTOR_TYPES_COMPATIBLE.
17231         (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
17233         * target.h (struct gcc_target): Add field vector_types_compatible.
17235         * c-typeck.c (comptypes): Take into account
17236         TARGET_VECTOR_TYPES_COMPATIBLE.
17237         (convert_for_assignment): Same.
17239         * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
17240         (rs6000_spe_vector_types_compatible): New.
17241         (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
17243 2003-02-19  Andreas Schwab  <schwab@suse.de>
17245         * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
17246         * toplev.c: Include langhooks-def.h.
17248 2003-02-18  Chris Demetriou  <cgd@broadcom.com>
17250         * config/mips/mips.h (enum processor_type): Sort entries
17251         alphabetically.
17252         * config/mips/mips.md (define_attr cpu): Sync with processor_type
17253         enum values, including adding entries that were missing.
17255 2003-02-18  J"orn Rennecke <joern.rennecke@superh.com>
17257         * sh.c (calc_live_regs): Also check GET_CODE when checking if
17258         initial value for PR_REG is still the PR_REG register.
17260 2003-02-18  Jim Wilson  <wilson@redhat.com>
17262         * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
17263         instruction in output template.
17264         (bsp_value): Change output template from string to C code, add %,
17265         before actual instruction.
17266         (flushrs): Mark as not predicable.
17268 2003-02-18  Krister Walfridsson  <cato@df.lth.se>
17270         * inclhack.def (netbsd_bogus_semicolon): New fix.
17271         * fixincl.x: Rebuilt.
17272         * tests/base/ctype.h: Update.
17274 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17276         * fold-const.c (negate_expr_p): New function to determine whether
17277         an expression can be negated cheaply.
17278         (fold) [MINUS_EXPR]: Use it to determine whether to transform
17279         -A - B into -B - A for floating point types.
17281 2003-02-18  Roger Sayle  <roger@eyesopen.com>
17283         * sbitmap.c (sbitmap_resize): New function.
17284         * sbitmap.h (sbitmap_resize): Prototype here.
17285         * recog.c (split_all_insns): Use sbitmap_resize.
17287 2003-02-18  Kazu Hirata  <kazu@cs.umass.edu>
17289         * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
17290         insn length.
17291         (extendqisi2): Likewise.
17292         (*extendhisi2_h8300): Likewise.
17294 2003-02-18  Matt Austern <austern@apple.com>
17296         * langhooks.h, langhooks-def.h: introduce new langhook,
17297         final_write_globals, with write_global_declarations as default.
17298         * toplev.c: Move invocation of wrapup_global_declarations from
17299         compile_file to new function, write_global_declarations.  Change
17300         compile_file to use final_write_globals hook.  Change
17301         wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
17302         conditional.
17304 2003-02-18  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17306         * pa.md: Correct and enhance comment.
17308 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
17310         * gcc.c (validate_switches): Don't scan past closing '}'.
17312 2003-02-18  Ben Elliston  <bje@redhat.com>
17314         PR c++/1607
17315         * doc/extend.texi (Function Attributes): Document the effect of
17316         the C++ "this" parameter on the counting of arguments for the
17317         "format" and "format_arg" attributes.
17319 2003-02-17  Aldy Hernandez  <aldyh@redhat.com>
17321         * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
17322         (__ev_stdw): Same.
17323         (__ev_stdh): Same.
17325 2003-02-17  Jan Hubicka  <jh@suse.cz>
17327         * recog.c (split_all_insns):  Fix memory overflow.
17329 2003-02-17  Kazu Hirata  <kazu@cs.umass.edu>
17331         * config/h8300/h8300.md (cmpqi): Remove mode from compare.
17332         (cmphi): Likewise.
17333         (*cmphi_h8300): Likewise.
17334         (*cmphi_h8300hs): Likewise.
17335         (cmpsi): Likewise.
17336         (7 peephole2): Likewise.
17338 2003-02-16  Jan Hubicka  <jh@suse.cz>
17340         * c-typeck.c (build_c_cast):  Fold constant variables into
17341         initial values.
17343 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17345         * doc/install.texi (Specific): Fix link for m68k-att-sysv.
17346         (Binaries): Ditto for Sinix/Reliant Unix.
17348 2003-02-16 Richard Earnshaw  <rearnsha@arm.com>
17350         * arm.c (arm_reload_in_hi): Ensure that the scratch register does
17351         not overlap the final result register.
17353 2003-02-16 Arend Bayer <arend.bayer@web.de>
17354            Richard Henderson  <rth@redhat.com>
17356         PR c/8068
17357         * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
17358         rearrange mult arguments for less recursion.
17359         (extract_muldiv): New.  Prevent runaway recursion.
17361 2003-02-16  Danny Smith  <dannysmith@users.sourceforge.net>
17363         * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
17364         MASK_ALIGN_DOUBLE.
17366 2003-02-15  Roger Sayle  <roger@eyesopen.com>
17368         * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
17369         to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
17370         (ext_80387_constants_table): Global table of 80387 special constants
17371         guarded by ext_80387_constants_init flag when not initialized.
17372         (init_ext_80387_constants): New function to initialize this table.
17373         (standard_80387_constant_p): Extend to recognize extra 80387
17374         constants, in XFmode, on processors where this is a win.
17375         (standard_80387_constant_opcode): New function to return the
17376         opcode associated with standard_80387_constant_p.
17377         (standard_80387_constant_rtx): New function to return the XFmode
17378         CONST_DOUBLE associated with standard_80387_constant_p.
17379         (ix86_rtx_costs): Give the new constants the same cost as 1.0.
17381         * config/i386/i386-protos.h (standard_80387_constant_opcode):
17382         Prototype here.
17383         (standard_80387_constant_rtx): Likewise.
17385         * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
17386         *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
17387         *movtf_integer): Simplify using new standard_80387_constant_opcode.
17389 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
17391         * doc/invoke.texi (Optimize Options): Correct @option syntax.
17393 2003-02-15  Richard Henderson  <rth@redhat.com>
17395         * Makefile.in (cfglayout.o): Depend on TARGET_H.
17396         * cfglayout.c: Include target.h.
17397         (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
17398         * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
17399         * target.h (struct gcc_target): Add cannot_copy_insn_p.
17401         * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
17402         (TARGET_CANNOT_COPY_INSN_P): New.
17403         (override_options): Revert 2003-02-08 hack.
17405 2003-02-15  Richard Henderson  <rth@redhat.com>
17407         * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
17408         (bypass_conditional_jumps): Accept computed_jump_p insns as well.
17410 2003-02-15  David Edelsohn  <edelsohn@gnu.org>
17412         * config/rs6000/rs6000.h (processor_type): Add PPC440.
17413         * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17414         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17415         TARGET_SCHED_VARIABLE_ISSUE): Define.
17416         (rs6000_use_dfa_pipeline_interface): New function.
17417         (rs6000_multipass_dfa_lookahead): New Function.
17418         (rs6000_variable_issue): New function.
17419         (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
17420         (rs6000_issue_rate): Add PPC440.
17421         * config/rs6000/rs6000.md (unspec list): Correct typo.
17422         (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
17423         store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
17424         cmp, delayed_cr, mfcr, mtcr.
17425         (automata_option): Set "ndfa".
17426         (extendMMNN2): Update attributes.
17427         (movcc_internal1): Discourage move to non-cr0.  Update
17428         attributes.
17429         (movMM_update): Update attributes.
17430         (cmpMM_internal): Update attributes.
17431         (sCC CR materialization): Update attributes.
17432         (branch patterns): Do not discourage non-cr0.
17433         (cr logical patterns): Prefer destructive register allocation.
17434         Update attributes.
17435         (movesi_from_cr): Update attribute.
17436         (mtcrf_operation): Update attribute.
17437         (mtcrfsi): Update attribute.
17438         * config/rs6000/40x.md: New file.
17439         * config/rs6000/603.md: New file.
17440         * config/rs6000/6xx.md: New file.
17441         * config/rs6000/7450.md: New file.
17442         * config/rs6000/7xx.md: New file.
17443         * config/rs6000/mpc.md: New file.
17444         * config/rs6000/power4.md: New file.
17445         * config/rs6000/rios1.md: New file.
17446         * config/rs6000/rios2.md: New file.
17447         * config/rs6000/rs64.md: New file.
17448         [Some DFA descriptions based on work by Michael Hayes]
17450 2003-02-15  Richard Henderson  <rth@redhat.com>
17452         * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
17453         successors with multiple predecessors.
17454         (connect_traces): Try harder to copy traces of length 1.
17456         * function.h (struct function): Add computed_goto_common_label,
17457         computed_goto_common_reg.
17458         * function.c (free_after_compilation): Zap them.
17459         * stmt.c (expand_computed_goto): Use them to produce one
17460         indirect branch per function.
17462 2003-02-15  Richard Henderson  <rth@redhat.com>
17464         * cfgcleanup.c: Include params.h.
17465         (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES.  Fix test for
17466         too many outgoing edges from a block.
17467         * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
17468         * params.def (max-crossjump-edges): New.
17469         * doc/invoke.texi: Document it.
17471 2003-02-15  Richard Henderson  <rth@redhat.com>
17473         * recog.c (split_all_insns): Include new blocks in life update;
17474         do a global life update.
17476 2003-02-15  Danny Smith  <dannysmith@users.sourceforge.net>
17478         * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
17479         Update copyright.
17480         * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
17481         -mno-cygwin case.
17483 2003-02-14  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
17485         PR optimization/7702
17486         * reload1.c (reload_cse_simplify_set): Honor
17487         CANNOT_CHANGE_MODE_CLASS.
17489 2003-02-14  Alexandre Oliva  <aoliva@redhat.com>
17491         * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
17492         function.
17493         * config/mn10300/mn10300-protos.h: Declare it.
17494         * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
17495         attribute cc of instructions that may use clr.
17497 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
17499         * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
17500         (x - (x & y)) is found.
17502 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
17504         * configure.in: Fix typo.
17505         * configure: Regenerate.
17507 2003-02-14  Kazu Hirata  <kazu@cs.umass.edu>
17509         * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
17511 2003-02-13  Adam Nemet  <anemet@lnxw.com>
17513         PR opt/2391
17514         * combine.c: Fix spelling in comment.
17515         (cached_nonzero_bits): New function.
17516         (cached_num_sign_bit_copies): New function.
17517         (nonzero_bits_with_known): New macro.
17518         (num_sign_bit_copies_with_known): New macro.
17519         (nonzero_bits1): Rename from nonzero_bits.  Add three new
17520         arguments.  Change calls from nonzero_bits to
17521         nonzero_bits_with_known.
17522         (num_sign_bit_copies1): Rename from num_sign_bit_copies.  Add
17523         three new arguments.  Change calls from num_sign_bit_copies to
17524         num_sign_bit_copies_with_known.
17525         (nonzero_bits): New macro.
17526         (num_sign_bit_copies): New macro.
17527         (update_table_tick): Don't traverse identical subexpression more
17528         than once.
17529         (get_last_value_validate): Likewise.
17531 2003-02-13  Zack Weinberg  <zack@codesourcery.com>
17533         * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
17534         * function.h (struct emit_status): Length of regno_pointer_align
17535         and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
17536         not regno_pointer_align_length (i.e. length actually used, not
17537         length as allocated)
17539         * config/i386/i386.c (struct stack_local_entry): New.
17540         (struct machine_function): Replace huge array with alist.
17541         (assign_386_stack_local): Change to match.
17543 2003-02-13  John David Anglin  <dave.anglin@nrc-crnc.gc.ca>
17545         * inclhack.def (hpux_long_double): Tighten select and add bypass
17546         regexp.
17547         * fixincl.x: Rebuilt.
17549 2003-02-13  Josef Zlomek  <zlomekj@suse.cz>
17551         * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
17552         edge and block ends with a jump insn it must be simple jump.
17554 2003-02-13  Daniel Jacobowitz  <drow@mvista.com>
17556         * Makefile.in (PREPROCESSOR_DEFINES): Add
17557         @TARGET_SYSTEM_ROOT_DEFINE@.
17558         * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
17559         is specified or if building a cross compiler.
17560         (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
17561         if the sysroot is under $exec_prefix.
17562         * configure: Regenerated.
17563         * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
17564         defined.
17565         (struct default_include): Add add_sysroot field.
17566         (cpp_SYSROOT): Declare.
17567         * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
17568         field.
17569         (cpp_SYSROOT): New variable.
17570         * cppinit.c (cpp_create_reader): Initialize
17571         CPP_OPTION (pfile, sysroot).
17572         (init_standard_includes): Handle add_sysroot.  Do not
17573         add unrelocated copies of relocated directories.
17574         (COMMAND_LINE_OPTIONS): Add -isysroot.
17575         (cpp_handle_option): Handle -isysroot.
17576         * cpplib.h (struct cpp_options): Add sysroot member.
17577         * gcc.c (The Specs Language): Update description of %I.
17578         (target_system_root_changed): New variable.
17579         (process_command): Conditionalize make_relative_prefix call
17580         on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE.  Set
17581         target_system_root_changed.
17582         (do_spec_1): Add -isysroot to %I.
17583         * doc/invoke.texi (Spec Files): Update description of %I.
17584         * doc/install.texi (--with-sysroot): Update comment about
17585         relocation.
17587 2003-02-13  Kazu Hirata  <kazu@cs.umass.edu>
17589         * config/h8300/h8300.md (a peephole2): New.
17591 2003-02-13  Robert Lipe <robertlipe@usa.net>
17592             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17594         * doc/install.texi (Specific): Update three SCO-related URLs.
17596 2003-02-13  Andreas Schwab  <schwab@suse.de>
17598         * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
17599         Parenthesize properly.
17600         (NPREDECESORS): Parenthesize properly.
17602 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
17604         * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
17606 2003-02-12  Roger Sayle  <roger@eyesopen.com>
17608         * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
17609         (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
17611         * reg-stack.c (subst_stack_regs_pat): Add support for binary
17612         UNSPEC instructions (e.g. "fpatan").
17614 2003-02-12  Mike Stump  <mrs@apple.com>
17616         * varray.c (element_size): Remove.
17617         (uses_ggc): Remove.
17618         (element): Add.
17619         (varray_init): Use new interface.
17620         (varray_grow): Use new interface.
17621         (varray_clear): Use new interface.
17623 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
17625         * config/rs6000/spe.h: Add casts to the arguments of the following
17626         macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
17627         evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
17628         evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
17629         __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
17630         __ev_get_u16, __ev_get_s16.
17632 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
17634         * config/h8300/h8300.md (a peephole2): New.
17636 2003-02-12  Jan Hubicka  <jh@suse.cz>
17638         * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
17639         (OBJS): Add callgraph.o
17640         (callgraph.o): New.
17641         * c-decl.c (expand_body_1): Break out from ...
17642         (expand_body): This one;  change calling convention
17643         (finish_function): Move some of expand_body logic here.
17644         (c_expand_deferred_function): Update call of expand_body
17645         (c_expand_stmt): Use c_expand_body_1.
17646         * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
17647         * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
17648         * c-tree.h (c_expand_body): Declare.
17649         * callgraph.c: New file.
17650         * flags.h (flag_unit_at_a_time): Declare.
17651         * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
17652         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
17653         LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
17654         * langhooks.h (struct lang_hooks_for_callgraph): New.
17655         (struct lang_hooks): Add callgraph field.
17656         * toplev.c (flag_unit_at_a_time): New.
17657         (lang_independent_options): Add flag_unit_at_a_time.
17658         (process_options): Disable unit-at-a-time mode for frontends not
17659         supporting callgraph.
17660         * tree-inline.c (typedef struct inline_data): Add "decl"
17661         (expand_call_inline): Update callgraph.
17662         (optimize_inline_calls): Set id.decl.
17663         * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
17664         cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
17665         cgraph_calls_p): Declare.
17666         * invoke.texi (-funit-at-a-time): Document
17668 2003-02-12  Aldy Hernandez  <aldyh@redhat.com>
17670         * config/rs6000/spe.h: Fix misc formatting.
17671         (__ev_create_ufix32_fs): Cast ev argument.
17672         (__ev_create_sfix32_fs): Same.
17673         (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
17674         (__ev_get_ufix32_fs_internal): Same.
17676 2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
17678         * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
17679         * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
17681 2003-02-12  Zack Weinberg  <zack@codesourcery.com>
17683         * cpplib.c (do_include_common): Move warnings for
17684         #include_next and #import out to callers.  Use early-return
17685         instead of nested ifs.  Don't do check_eol here.
17686         (parse_include): Do check_eol here with the rest of the
17687         parsing stuff.
17688         (do_include_next, do_import): Now handle warnings.
17690 2003-02-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
17692         * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
17694 2003-02-12  Jan Hubicka  <jh@suse.cz>
17696         * predict.c (estimate_probability):  Fix roundoff error.
17698 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
17700         * config/h8300/h8300.md (a peephole2): Don't handle 65535.
17701         (two peephole2): New.
17703 2003-02-12  Kazu Hirata  <kazu@cs.umass.edu>
17705         * config/h8300/h8300.md (several peephole2): Replace
17706         find_regno_note with peep2_reg_dead_p.
17708 2003-02-11  Richard Henderson  <rth@redhat.com>
17710         * gcse.c (lookup_set): Remove unused argument PAT.  Update
17711         both callers.
17713 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
17715         * diagnostic.c (real_abort): New.
17716         (diagnostic_report_diagnostic): Call real_abort on error.
17717         * diagnostic.h (diagnostic_abort_on_error): New.
17718         (struct diagnostic_context): Add abort_on_error field.
17719         * toplev.c (setup_core_dumping): New.
17720         (decode_d_option): Handle 'H' case.
17721         * doc/invoke.texi (Debugging Options): Document -dH.
17723 2003-02-11  Nathanael Nerode  <neroden@gcc.gnu.org>
17725         * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
17726         which refers to obsolete directories.
17728 2003-02-11  Richard Henderson  <rth@redhat.com>
17730         * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
17732 2002-10-21  Jan Hubicka  <jh@suse.cz>
17734         * i386.c (contains_128bit_aligned_vector_p): New function.
17735         (ix86_function_arg_boundary): Properly align vector modes.
17737 2003-02-11  Bob Wilson  <bob.wilson@acm.org>
17739         * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
17740         * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
17741         as a SET pattern.
17743 2003-02-11  Roger Sayle  <roger@eyesopen.com>
17745         * builtins.c:  Fix failure caused by commiting wrong patch.
17747 2003-02-11  Dale Johannesen  <dalej@apple.com>
17748         * ra-build.c (compare_and_free_webs):  Relax checking.
17749         * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME):  Define.
17750         (UNLIKELY_EXECUTED_TEXT_SECTION_NAME):  Define.
17752 2003-02-11  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
17754         PR optimization/9651
17755         * rtlanal.c (may_trap_p): Handle FIX.
17757 2003-02-11  Dave Jones <davej@codemonkey.org.uk>
17759         * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
17760         * doc/invoke.texi: Extra alias.
17762 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
17764         * config/rs6000/host-darwin.c: Fix comment.
17766 2003-02-11  David Edelsohn  <edelsohn@gnu.org>
17768         * config/rs6000/rs6000.md (divmodsi4): Use register_operand
17769         predicate for mod result.
17771 2003-02-11  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17773         * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
17774         hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
17775         * fixincl.x: Rebuilt.
17776         * tests/base/stdlib.h: Update.
17777         * tests/base/ctype.h: New file.
17779 2003-02-11  Jan Hubicka  <jh@suse.cz>
17781         * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
17783 2003-02-11  Richard Henderson  <rth@redhat.com>
17785         * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
17786         appropriated as globals.
17787         (ix86_expand_clrstr): Similarly.
17788         * config/i386/i386.md (cmpstrsi): Similarly.
17790 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
17792         * config/h8300/h8300.md (a peephole2): Add a case of 255.
17794 2003-02-11  Roger Sayle  <roger@eyesopen.com>
17796         * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
17797         (pow_optab, atan2_optab): Define corresponding macros.
17798         * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
17799         * genopinit.c (optabs): Implement pow_optab and atan2_optab
17800         using pow?f3 and atan2?f3 patterns.
17801         * builtins.c (expand_errno_check): New function to update errno
17802         if necessary, split out from expand_builtin_mathfn.
17803         (expand_builtin_mathfn): Use expand_errno_check.
17804         (expand_builtin_mathfn_2): New function to handle expanding binary
17805         math functions, reusing the code in expand_errno_check.
17806         (expand_builtin): Handle the pow and atan2 math built-ins,
17807         BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
17808         expand_builtin_mathfn_2.
17810         * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
17812 2003-02-11  Jan Hubicka  <jh@suse.cz>
17814         * combine.c (combine_simplify_rtx): Fix folding of
17815         nested float_truncates.
17817 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
17819         * config/h8300/h8300.md (a peephole2): Fix a typo.
17821 2003-02-11  Richard Earnshaw  <rearnsha@arm.com>
17823         * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
17824         register number.
17826 2003-02-11  Kazu Hirata  <kazu@cs.umass.edu>
17828         * config/h8300/h8300-protos.h: Add a prototype for
17829         gtuleu_operator.
17830         * config/h8300/h8300.c (gtuleu_operator): New.
17831         * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
17832         * config/h8300/h8300.md (a peephole2): New.
17834 2003-02-11  Jan Hubicka  <jh@suse.cz>
17836         * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
17838 2003-02-11  Jan Hubicka  <jh@suse.cz>
17840         * predict.c (choose_function_section): Choose sections correctly.
17842 2003-02-10  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
17844         * reload1.c (first_label_num): New.
17845         (reload): Index offsets_known_at and offsets_at using difference of
17846         label number and first label number.  Don't use offset pointers.
17847         (set_label_offsets, set_initial_label_offsets): Likewise.
17849 2003-02-10  Roger Sayle  <roger@eyesopen.com>
17851         * mips-tfile.c (init_file): Add missing initializers in the
17852         "#ifdef __alpha" case.
17853         (file_offset, max_file_offset): Declare as unsigned long.
17854         (write_varray): Cast to "unsigned long" in comparisons against
17855         either file_offset or max_file_offset.
17856         (write_object): Likewise.
17857         (read_seek): Likewise.
17858         (copy_object): Likewise. Declare "ifd" as int to match its use
17859         in add_ext_symbol, and avoid signed/unsigned conditional warning.
17861 2003-02-10  Nick Clifton  <nickc@redhat.com>
17862             Aldy Hernandez  <aldyh@redhat.com>
17864         * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
17865         override options which have been specified on the command line.
17867 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
17869         * config/h8300/h8300.md (abssf2): New.
17870         (*abssf2_h8300): Likewise.
17871         (*abssf2_h8300hs): Likewise.
17873 2003-02-10  Phil Edwards  <pme@gcc.gnu.org>
17875         * tree.c (build_tree_list):  Fix parameter names in comment.
17877 2003-02-10  Janis Johnson  <janis187@us.ibm.com>
17879         * config/rs6000/ppc64-fp.c: New file.
17880         * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
17882 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
17884         * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
17885         * bb-reorder.c (make_reorder_chain): Deleted.
17886         (make_reorder_chain_1): Deleted.
17887         (find_traces): New function.
17888         (rotate_loop): New function.
17889         (mark_bb_visited): New function.
17890         (find_traces_1_round): New function.
17891         (copy_bb): New function.
17892         (bb_to_key): New function.
17893         (better_edge_p): New function.
17894         (connect_traces): New function.
17895         (copy_bb_p): New function.
17896         (get_uncond_jump_length): New function.
17897         (reorder_basic_blocks): Use new functions (Software Trace Cache).
17898         * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
17899         boundaries.
17901 2003-02-10  Aldy Hernandez  <aldyh@redhat.com>
17903         * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
17905 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
17907         * tree.h (struct tree_decl): Remove unused live_range_rtl field.
17908         (DECL_LIVE_RANGE_RTL): Remove.
17910 2003-02-10  Nick Clifton  <nickc@redhat.com>
17912         * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
17913         config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
17914         config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
17915         config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
17916         config/arm/freebsd.h, config/arm/linux-elf.h,
17917         config/arm/linux-gas.h, config/arm/netbsd-elf.h,
17918         config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
17919         config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
17920         config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
17921         config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
17922         config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
17923         config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
17924         and reformat as appropriate.
17926 2003-02-10  Kazu Hirata  <kazu@cs.umass.edu>
17928         * config/h8300/clzsi2.c: Remove.
17929         * config/h8300/ctzsi2.c: Likewise.
17930         * config/h8300/paritysi2.c: Likewise.
17931         * config/h8300/popcountsi2.c: Likewise.
17932         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
17933         ctzsi2, paritysi2, and popcountsi2.
17935 2003-02-10  Eric Botcazou  <ebotcazou@libertysurf.fr>
17936             Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
17938         PR c/7741
17939         * c-decl.c (duplicate_decls): Discard the initializer of the
17940         new decl when the types are conflicting.
17942 2003-02-10  Josef Zlomek  <zlomekj@suse.cz>
17944         * Makefile.in (sreal.o): Added.
17945         (predict.o): Depends on sreal.h instead of real.h.
17946         * sreal.c: New file.
17947         * sreal.h: New file.
17948         * predict.c: Use sreal.c instead of real.c.
17950 2003-02-10  Nick Clifton  <nickc@redhat.com>
17952         * Contributed support for the Cirrus EP9312 "Maverick"
17953         floating point co-processor.  Written by Aldy Hernandez
17954         <aldyh@redhat.com>.
17955         (config/arm/arm.c): Add Cirrus support.
17956         (config/arm/arm.h): Likewise.
17957         (config/arm/aout.h): Likewise.
17958         (config/arm/arm.md): Likewise.
17959         (config/arm/arm-protos.h): Likewise.
17960         (config.gcc): Likewise.
17961         (doc/invoke.texi): Describe new -mcpu value and new
17962         -mcirrus-fix-invalid-insns switch,
17963         (cirrus.md): New file.
17965 2003-02-10  Jan Hubicka  <jh@suse.cz>
17967         * combine.c (combine_simplify_rtx): Simplify using
17968         (float_truncate (float x)) is (float x)
17969         (float_extend (float_extend x)) is (float_extend x).
17971 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
17973         * calls.c (try_to_integrate): Tidy stack_usage_map access.
17974         (emit_library_call_value_1): Likewise.  Formatting.
17975         (store_one_arg): Likewise.
17977 2003-02-09  Nick Clifton  <nickc@redhat.com>
17978             Aldy Hernandez  <aldyh@redhat.com>
17980         * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
17981         spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
17982         spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
17983         spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
17984         spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
17985         docs.  Add range test for immediate value.
17987 2003-02-09  Aldy Hernandez  <aldyh@redhat.com>
17989         Rename spe_evxor to xorv2si3.
17990         (xorv4hi3): New.
17991         (xorv1di3): New.
17993 2003-02-10  Glen Nakamura  <glen@imodulo.com>
17995         * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
17996         tag.
17998 2003-02-10  Jan Hubicka  <jh@suse.cz>
18000         * i386.c (vector_move_operand): New predicate.
18001         (ix86_expand_vector_move): Be happy about 0.
18002         * i386.h (PREDICATE_CODES): Add sse-move_operand.
18003         * i386.md (mov*_internal): Add 'C' alternative.
18005 2003-02-09  Jan Hubicka  <jh@suse.cz>
18007         * i386.md (floathi*): Deal with SSE.
18009 2003-02-09  Jan Hubicka  <jh@suse.cz>
18011         * simplify-rtx.c (simplify_unary_operation,
18012         simplify_binary_operation):  Deal with vector modes
18013         (simplify_ternary_operation):  Deal with no-op VEC_MERGE.
18015 2003-02-09  Richard Sandiford  <rsandifo@redhat.com>
18017         * toplev.c (rest_of_compilation): Recompute register usage after
18018         split_all_insns.
18020 2003-02-09  Richard Henderson  <rth@redhat.com>
18022         * libgcc-std.ver (__clztf2): New.
18023         (__ctztf2, __popcounttf2, __paritytf2): New.
18024         * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
18025         __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
18026         adjust code to match the different type sizes.
18027         * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
18028         __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
18030         * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
18031         TImode; select word_mode and twice that.
18032         (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
18033         select the modes from float, double, and long double.
18034         (init_optabs): Remove duplicate initializations.
18036 2003-02-09  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18038         * doc/install.texi: Squeeze and streamline section on
18039         testing and regression checking.
18041 2003-02-09  Jan Hubicka  <jh@suse.cz>
18043         * i386.md (ahi?v*3): Set third operand type to TImode.
18044         * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
18046         * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
18047         integer mode.
18049         * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
18050         Change code so they are arithmetic expressions now.
18051         * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
18052         simplify_ternary_operation): Deal with VEC_* expressions.
18054         * i386.md (vmaskcmp, pinsrw, movd patterns):  Fix RTL representation.
18056 2003-02-08  Jan Hubicka  <jh@suse.cz>
18058         * cfgrtl.c (verify_flow_info):  Use control_flow_insn_p.
18059         * reload1.c (fixup_abnormal_edges):  Split basic blocks when EH edges
18060         possibly got duplicated.
18062 2003-02-08  Richard Henderson  <rth@redhat.com>
18064         * config/alpha/alpha.c (override_options): Turn off explicit
18065         relocs until post-peep2 code duplication resolved.
18067 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18069         * optabs.c (expand_unop): Widen clz properly when clz is done
18070         via libcall.
18072 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18074         * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
18075         * config/h8300/crti.asm: Likewise.
18076         * config/h8300/crtn.asm: Likewise.
18077         * config/h8300/ctzsi2.c: Likewise.
18078         * config/h8300/fixunssfsi.c: Likewise.
18079         * config/h8300/h8300-protos.h: Likewise.
18080         * config/h8300/h8300.c: Likewise.
18081         * config/h8300/h8300.h: Likewise.
18082         * config/h8300/h8300.md: Likewise.
18083         * config/h8300/paritysi2.c: Likewise.
18084         * config/h8300/popcountsi2.c: Likewise.
18085         * config/h8300/rtems.h: Likewise.
18087 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18089         * doc/invoke.texi: Documentation for my previous commit.
18090         * doc/passes.texi: Ditto.
18092 2003-02-08  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18094         * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
18095         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18096         Declare.
18097         (DLTHE_FLAG_UPDATE_FREQ): New.
18098         * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
18099         loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
18100         rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
18101         fix_bb_placement, fix_bb_placements, place_new_loop,
18102         scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
18103         New static functions.
18104         (fix_loop_placement, can_duplicate_loop_p,
18105         duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
18106         New functions.
18108         * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
18109         unswitch_loops): Declare.
18110         * loop-init.c: New file.
18111         * loop-unswitch.c: New file.
18112         * Makefile.in (loop-init.o, loop-unswitch.o): New.
18113         * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
18114         * toplev.c (DFI_loop2): New dump.
18115         (flag_unswitch_loops): New.
18116         (lang_independent_options): Add it.
18117         (rest_of_compilation): Call new loop optimizer.
18118         (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
18120 2003-02-08  Kazu Hirata  <kazu@cs.umass.edu>
18122         * config/h8300/clzsi2.c: New.
18123         * config/h8300/ctzsi2.c: Likewise.
18124         * config/h8300/paritysi2.c: Likewise.
18125         * config/h8300/popcountsi2.c: Likewise.
18126         * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
18128 2003-02-07  David Edelsohn  <edelsohn@gnu.org>
18130         * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
18131         * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
18132         (ctzsi2): New pattern.
18133         (ffssi2): Use clz instead of unspec.
18134         (clzdi2): Rename from cntlzd2.
18135         (ctzdi2): New pattern.
18136         (ffsdi2): Use clz instead of unspec.
18138 2003-02-07  Loren James Rittle  <ljrittle@acm.org>
18140         * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
18141         * config/ia64/freebsd.h (LINK_SPEC): Likewise.
18142         * config/sparc/freebsd.h (LINK_SPEC): Likewise.
18143         * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
18145 2003-02-07  Wolfgang Bangerth  <bangerth@ticam.utexas.edu>
18147         * doc/trouble.texi: Document pitfalls of two-stage name lookup.
18149 2003-02-07  Richard Henderson  <rth@redhat.com>
18151         PR 9226
18152         * gcse.c (local_cprop_find_used_regs): New.
18153         (local_cprop_pass): Use it.
18155 2003-02-07  Fred Fish  <fnf@intrinsity.com>
18157         * mips-tfile.c (parse_def): Parenthesize assignments to fix
18158         precedence bugs.
18160 2003-02-07  Segher Boessenkool  <segher@koffie.nl>
18162         * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
18164 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18166         * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
18167         (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
18168         (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
18169         * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
18170         builtin functions (and their __builtin_* variants).
18171         * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
18172         (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
18173         when not optimizing.
18175         * doc/extend.texi: Document new pow and atan2 builtins, and
18176         their float and long double variants.  Realphabetize builtins.
18178 2003-02-07  Jan Hubicka  <jh@suse.cz>
18180         * i386.md (sse2_nandv2di3): Fix.
18182 2003-03-07  Danny Smith  <dannysmith@users.sourceforge.net>
18184         * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
18185         * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
18186         definition.
18187         * config/i386/i386.h (ix86_return_in_memory): Return aggregate
18188         types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
18190 2003-02-07  Jan Hubicka  <jh@suse.cz>
18192         * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
18194 2003-02-07  Daniel Berlin  <dberlin@dberlin.org>
18196         * cfg.c (dump_flow_info): Add back accidently deleted line.
18198 2003-02-07  Andrey Petrov <petrov@netbsd.org>
18200         * optabs.c (expand_float): Search wider integer modes first.
18202 2003-02-07  Bob Wilson  <bob.wilson@acm.org>
18204         * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
18205         based on preprocessor flag.
18207 2003-02-07  Roger Sayle  <roger@eyesopen.com>
18208             Richard Henderson  <rth@redhat.com>
18210         * gcse.c (implicit_sets): New.
18211         (compute_hash_table_work): Include them in hash table.
18212         (find_implicit_sets, fis_get_condition): New.
18213         (one_cprop_pass): Allocate and free implicit_sets; call
18214         find_implicit_sets before building hash table.
18216 2003-02-07  Jason Thorpe  <thorpej@wasabisystems.com>
18218         * config/t-netbsd (USER_H): Revert previous change.
18220 2003-02-07  Gabor Greif  <ggreif@lucent.com>
18222         * doc/c-tree.texi (Namespaces): Fix typo.
18224 2003-02-07  Jan Hubicka  <jh@suse.cz>
18226         * regrename.c (do_replace, find_oldest_value_reg,
18227         copyprop_hardreg_forward_1): Update register attributes.
18229 2003-02-06  Vladimir Makarov  <vmakarov@redhat.com>
18231         * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
18232         VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
18233         variables starting with underscore.
18234         (struct unit_usage): New structure.
18235         (unit_usages, cycle_alt_unit_usages): New global variables.
18236         (check_unit_distribution_in_reserv): Remove it.
18237         (store_alt_unit_usage): New function.
18238         (check_regexp_units_distribution): Rewrite it.
18240 2003-02-06  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18242         * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
18243         target_cpu_default.
18244         * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
18245         if not MASK_NO_SPACE_REGS.
18246         (output_call): Adjust return pointer, don't load new space register
18247         into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
18248         (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
18249         TARGET_NO_SPACE_REGS is true.
18250         * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
18251         conditions.
18252         (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
18253         (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
18254         true.  Use bve when TARGET_64BIT is true.
18256 2003-02-06  Richard Henderson  <rth@redhat.com>
18258         * combine.c (nonzero_bits): Fix double break.
18260 2003-02-06  Eric Botcazou <ebotcazou@libertysurf.fr>
18261             Richard Henderson <rth@redhat.com>
18263         PR c/9530
18264         * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
18265         from functions that return a float to functions that don't.
18267 2003-02-06  Jan Hubicka  <jh@suse.cz>
18269         * i386.c (x86_inter_unit_moves): New variable.
18270         (ix86_secondary_memory_needed): Fix 64bit case, honor
18271         TARGET_INTER_UNIT_MOVES
18272         * i386.h (x86_inter_unit_moves): Declare.
18273         (TARGET_INTER_UNIT_MOVES): New macro.
18274         * i386.md (movsi_1): Cleanup constraints; disable
18275         when not doing inter-unit moves.
18276         (movsi_1_nointernunit): New.
18277         (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
18278         (movdi_1_rex64_nointerunit): New.
18279         (mivsf_1): disable when not doing inter-unit moves.
18280         (movsf_1_nointerunit): New.
18282         * basic-block.h (inside_basic_block_p):  Declare.
18283         * cfgbuild.c (inside_basic_block_p): Make global.
18284         * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
18285         * scheudle-ebb.c  (schedule_ebb): Return last basic block of trace;
18286         update CFG.
18287         (fix_basic_block_boundaries, add_missing_bbs): New.
18288         (rank): Use profile.
18289         (scheudle_ebbs): Rely on CFG; update coments.
18291 2003-02-05  Geoffrey Keating  <geoffk@apple.com>
18293         * Makefile.in (host_hook_obj): New.
18294         (OBJS): Add $(host_hook_obj).
18295         (host_default.o): New rule.
18296         * config.gcc (host_hook_obj): New, default to host-default.o.
18297         (powerpc-*-darwin*): Use host-darwin.o.
18298         (out_host_hook_obj): New.
18299         * configure: Regenerate.
18300         * configure.in: Print information about out_host_hook_obj, substitute
18301         into output files.
18302         * host-default.c: New file.
18303         * hosthooks.h: New file.
18304         * toplev.c (general_init): Call host_hooks.extra_signals.
18305         * config/rs6000/host-darwin.c: New file.
18306         * config/rs6000/x-darwin: New file.
18307         * doc/hostconfig.texi: Add documentation for new host hook.
18308         Rearrange existing documentation.
18310 2003-02-05  Roger Sayle  <roger@eyesopen.com>
18312         * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
18313         with *targetm.delegitimize_address.
18314         (rtl_for_decl_location): Likewise.
18315         * dwarfout.c (output_mem_loc_descriptor): Likewise.  Include target.h.
18316         * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
18318         * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18319         * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
18320         prototype.
18321         * config/i386/i386.c (ix86_delegitimize_address): Renamed from
18322         i386_simplify_dwarf_addr.  Made static.  Prototyped.
18323         (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
18324         i386_simplify_dwarf_addr to ix86_delegitimize_address.
18325         (ix86_find_base_term): Likewise.
18326         (maybe_get_pool_constant): Likewise.
18328         * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18329         * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
18330         prototype.
18331         * config/s390/s390.c (s390_delegitimize_address): Renamed from
18332         s390_simplify_dwarf_addr.  Made static.  Prototyped.
18333         (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
18335 2003-02-05  Richard Henderson  <rth@redhat.com>
18337         PR c/8602
18338         * integrate.c (output_inline_function): Reset input_filename
18339         and lineno from the decl before rest_of_compilation.
18341 2003-02-05  Richard Henderson  <rth@redhat.com>
18343         * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18344         (CTZ_DEFINED_VALUE_AT_ZERO): New.
18345         * doc/rtl.texi, doc/tm.texi: Document them.
18347         * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
18348         of the value at zero properly.
18349         * fold-const.c (tree_expr_nonnegative_p): Likewise.
18350         * simplify-rtx.c (simplify_unary_operation): Likewise.
18352         * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18353         (CTZ_DEFINED_VALUE_AT_ZERO): New.
18355         * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
18356         (TARGET_EXPAND_BUILTIN): Remove.
18357         (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
18358         * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18359         (enum arm_builtins): Remove.
18360         * config/arm/arm.md (UNSPEC_CLZ): Remove.
18361         (clzsi2): Rename from clz; use clz instead of unspec.
18362         (ctzsi2): New.
18363         * config/arm/arm-protos.h: Update.
18365 2003-02-05  Jan Hubicka  <jh@suse.cz>
18367         * i386-protos.h (x86_emit_floatuns):  Declare.
18368         * i386.c (x86_emit_floatuns): New global function.
18369         * i386.md (floatunssisf2, floatunsdisf2,
18370         floatunsdidf2):  New patterns.
18372 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
18374         * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
18376 2003-02-05  Hans Boehm <Hans.Boehm@hp.com>
18378         * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
18379           config/ia64/linux.h
18381 2003-02-05  Roger Sayle  <roger@eyesopen.com>
18383         * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
18385 2003-02-05  Jakub Jelinek  <jakub@redhat.com>
18387         PR optimization/8555
18388         * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
18389         instead of aborting.
18391 2003-02-04  Richard Henderson  <rth@redhat.com>
18393         * config/i386/i386.md (UNSPEC_BSF): Remove.
18394         (ffssi2): Split into cmove and no_cmove insns and splitters;
18395         lose pentium float trick for now.
18396         (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
18397         (ctzsi2, clzsi2, bsr): New.
18399 2003-02-04  Richard Henderson  <rth@redhat.com>
18401         * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
18402         UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
18403         * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
18404         (ffsdi2): Use popcount instead of unspec.
18405         (popcountdi2): Rename from *popcnt.
18406         (ctzdi2, clzdi2, getf_exp_tf): New.
18408 2003-02-04  Kazu Hirata  <kazu@cs.umass.edu>
18410         * genconfig.c (main): Generate CC0_P.
18411         * rtl.h (CC0_P): Remove.
18413 2003-02-04  Richard Henderson  <rth@redhat.com>
18415         * libgcc2.h, libgcc2.c (__ffsSI2): New.
18416         (__ffsDI2): Rename from __ffsdi2.
18417         * mklibgcc.in (lib2funcs): Add _ffssi2.
18419 2003-02-04  Richard Henderson  <rth@redhat.com>
18421         * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
18422         rounds with a "bit table" lookup.
18424 2003-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
18426         * reload.c (find_reloads): Do not use the mode specified in the insn
18427         pattern as reload mode for address operands.  Do not generate optional
18428         reloads for operands where a mandatory reload was already pushed.
18430 2003-02-04  Richard Henderson  <rth@redhat.com>
18432         * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
18433         builtins instead of inline assembly.
18435 2003-02-04  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18437         PR c/9376
18438         * libgcc2.c (__subvdi3): Fix typo.
18440 2003-02-04  Jan Hubicka  <jh@suse.cz>
18442         * i386.md (movti_rex64):  Fix constraint.
18444 2003-02-04  Jan Hubicka  <jh@suse.cz>
18446         * i386.md (vector push splitters):  Fix typo in resolving conflict.
18448 2003-02-04  Rodney Brown  <rbrown64@csc.com.au>
18450         * config/i386/i386.c (x86_function_profiler): Fix typo in format.
18452 2003-02-04  Phil Edwards  <pme@gcc.gnu.org>
18454         * doc/install.texi (*-*-linux-gnu):  Mention glibc requirements
18455         for recent libstdc++.  Remove formatting cruft.
18457 2003-02-04  Jakub Jelinek  <jakub@redhat.com>
18459         * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
18460         attribute even if input file name is absolute, but one of the
18461         includes is relative.
18463 2003-02-04  Joseph S. Myers  <jsm@polyomino.org.uk>
18465         * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
18466         doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
18467         * doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
18469 2003-02-03  Richard Henderson  <rth@redhat.com>
18471         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18472         __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
18473         return type to "int".  Shuffle declarations and undef int trap.
18474         * libgcc2.h: Remove their declarations.
18475         * optabs.c (expand_unop): Force outmode to int for bitops.
18477 2003-02-03  Bob Wilson  <bob.wilson@acm.org>
18479         * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
18480         coprocessor registers before floating-point registers.
18481         * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
18482         to account for a previously removed register.
18483         (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
18484         Delete unused macros.
18486 2003-02-03  Jan Hubicka  <jh@suse.cz>
18488         * i386.c (ix86_expand_store_builtin):  Always force op1 to register.
18489         (mov*_internal): Fix predicates; require one of operands to not be
18490         memory.
18491         (SSE?MMX move expanders):  Fix predicates; force one of operands to
18492         register.
18493         (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
18494         (movups/movupd/movdqu patterns): Force one of operands to not be
18495         memory.
18497 2003-02-03  Roger Sayle  <roger@eyesopen.com>
18499         * hooks.c (hook_rtx_rtx_identity): Generic hook function that
18500         takes a single rtx and returns it unmodified.
18501         * hooks.h (hook_rtx_rtx_identity): Prototype here.
18502         * target.h (struct gcc_target): Add "delegitimize_address"
18503         field to target structure.
18504         * target-def.h (TARGET_DELEGITIMIZE_ADDRESS):  Provide default
18505         for delegitimize_address target using hook_rtx_rtx_identity.
18506         (TARGET_INITIALIZER): Initialize delegitimize_address field
18507         using TARGET_DELEGITIMIZE_ADDRESS macro.
18508         * simplify-rtx.c (avoid_constant_pool_reference): Handle float
18509         extensions of constant pool references.  Use delegitimize_address
18510         to undo the obfuscation of "-fpic".
18511         * Makefile.in (simplify-rtx.o): Add dependency on target.h.
18513         * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
18514         i386_simplify_dwarf_addr.
18515         (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
18516         (maybe_get_pool_constant): Likewise.
18518 2003-02-03  Jan Hubicka  <jh@suse.cz>
18520         * i386.c (ix86_expand_int_movcc):  Fix setcc sign bit case.
18522 2003-02-03  Jan Hubicka  <jh@suse.cz>
18524         * regclass.c (cannot_change_mode_set_regs): Correct argument order.
18526 2003-02-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
18528         * mips/_tilib.c: Don't include tsystem.h or defaults.h.  Don't
18529         define LIBGCC2_WORDS_BIG_ENDIAN.  Include coretypes.h and tm.h.
18531 2003-02-02  Andreas Schwab  <schwab@suse.de>
18533         * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
18535 2003-02-02  Richard Earnshaw  <rearnsha@arm.com>
18537         * arm.md (sibcall_epilogue): Set the "conds" to "clob".
18538         (epilogue_insns): Likewise.
18540 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18542         * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
18544 2003-02-02  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18546         * pa-protos.h (attr_length_millicode_call): Remove second argument.
18547         (attr_length_indirect_call, attr_length_indirect_call,
18548         attr_length_save_restore_dltp): New prototypes.
18549         * pa.c (attr_length_millicode_call): Remove second argument.  Check
18550         INSN_ADDRESSES_SET_P in distance calculation.
18551         (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
18552         INSN_ADDRESSES.
18553         (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
18554         (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
18555         Call attr_length_call directly.
18556         (attr_length_indirect_call, output_indirect_call,
18557         attr_length_save_restore_dltp): New functions.
18558         * pa.md (attr_length_millicode_call): Drop second argument from all
18559         patterns.
18560         (return_internal_pic): Delete.
18561         (return_external_pic): Remove use of PIC register and pic operand and
18562         flag checks.
18563         (epilogue): Use return_internal for both normal and pic code.
18564         (call, call_value): Emit new 32-bit pic patterns for symref and
18565         indirect calls.  Remove uses for arg pointer and pic register.
18566         (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
18567         call_reg_pic_post_reload, call_val_symref_pic,
18568         call_val_symref_pic_post_reload, call_val_reg_pic,
18569         call_val_reg_pic_post_reload): New pre and post reload insn patterns.
18570         Implement define_split and define_peephole2 patterns for pre reload
18571         patterns.
18572         (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
18573         call_value_internal_reg_64bit): Shorten names.
18574         (all call patterns): Explicitly indicate registers used and clobbered.
18575         Use attr_length_indirect_call and attr_length_save_restore_dltp for
18576         attribute length calculation.  Move code generation for indirect calls
18577         to output_indirect_call.
18578         (sibcall, sibcall_value): Don't restore PIC register.
18579         (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
18580         register retore.
18582 2003-02-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18584         * doc/install.texi (Testing): Simplify and compress instructions
18585         concerning Dejagnu.
18587 2003-02-01  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18589         * collect2.c (pexecute_pid): Rename to pid.
18590         (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
18591         pid.
18593 2003-02-01  Geoffrey Keating  <geoffk@apple.com>
18595         * doc/extend.texi (Function Attributes): Remove documentation
18596         for PowerPC Windows NT function attributes..
18598 2003-02-01  Daniel Jacobowitz  <drow@mvista.com>
18600         * dwarf2out.c (gen_type_die): Check for typedefs before calling
18601         for TYPE_MAIN_VARIANT.
18603 2003-02-01  Richard Henderson  <rth@redhat.com>
18605         * libgcc2.c: Include auto-host.h.
18606         (ATTRIBUTE_HIDDEN): New.
18607         (__clz_tab): Don't declare here for clz and ctz.
18608         (__clzsi2, __clzdi2): Use count_leading_zeros.
18609         (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
18610         (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
18611         (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
18612         * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
18614 2003-02-01  Richard Henderson  <rth@redhat.com>
18616         * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
18617         to the conditional.
18618         (ashlsi3_1_zext splitter): Likewise.
18620 2003-02-01  Richard Henderson  <rth@redhat.com>
18622         * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
18623         * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18624         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
18625         return type to Wtype.
18627         * libgcc-std.ver (GCC_3.4): Fix inheritance.
18629         * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
18630         expander input constraint.
18632 2003-02-01  Falk Hueffner  <falk.hueffner@student.uni-tuebingen.de>
18634         * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
18635         OTI_parity.
18636         (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
18637         * optabs.c (widen_clz, expand_parity): New.
18638         (expand_unop): Handle clz and parity.  Hardcode SImode as outmode
18639         for libcalls to clz, ctz, popcount, and parity.
18640         (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
18641         parity_optab, and set up libfunc handlers.
18642         * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18643         __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
18644         __popcount_tab): New.
18645         * libgcc2.h: Declare them.
18646         * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
18647         * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
18648         and parity_optab.
18649         * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
18650         * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
18651         BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
18652         BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
18653         BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
18654         BUILT_IN_PARITYLL): New.
18655         * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
18656         and add optab argument.
18657         (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
18658         * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
18659         * expr.c (expand_expr): Handle them.
18660         * fold-const.c (tree_expr_nonnegative_p): Likewise.
18661         * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
18662         * reload1.c (eliminate_regs): Handle them.
18663         (elimination_effects): Likewise.
18664         * function.c (instantiate_virtual_regs_1): Likewise
18665         * genattrtab.c (check_attr_value): Likewise.
18666         * simplify-rtx.c (simplify_unary_operation): Likewise.
18667         * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
18668         * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
18669         (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
18670         * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
18671         * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
18672         __builtin_arm_clz.
18673         * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
18674         * mklibgcc.in (lib2funcs): ...here and merge.  Add new members.
18675         * doc/extend.texi (Other Builtins): Add new builtins.
18676         * doc/md.texi (Standard Names): Add new patterns.
18678 2003-02-01  Ulrich Weigand  <uweigand@de.ibm.com>
18680         * reload.c: Revert 2003-01-31 change.
18682 2003-02-01  Jan Hubicka  <jh@suse.cz>
18684         * combine.c (combine_simplify_rtx):  Use reversed_comparison_code_parts.
18686 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
18688         * flags.h (flag_volatile): Remove declaration.
18689         (flag_volatile_global, flag_volatile_static): Likewise.
18690         * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
18691         * toplev.c (flag_volatile): Remove definition.
18692         (flag_volatile_global, flag_volatile_static): Likewise.
18693         (f_options): Remove corresponding entries here.
18694         * varasm.c (make_decl_rtl): Don't check flag_volatile_global
18695         or flag_volatile_static.
18696         * doc/invoke.texi: Remove documentation of -fvolatile,
18697         -fvolatile-global and -fvolatile-static.
18699 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18701         * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
18702         updating of total_code_bytes from prologue to epilogue.
18704 2003-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
18706         * reload.c (find_reloads): Do not use the mode specified in the insn
18707         pattern as reload mode for address operands.  Do not generate optional
18708         reloads for operands where a mandatory reload was already pushed.
18709         Generate optional reloads only in the final pass though find_reloads.
18710         (have_replacement_p): New function.
18712 2003-01-31  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
18714         * doc/install.texi (Testing): Remove a reference to our obsolete
18715         /testresults web pages and strip redundant information concerning
18716         test results.
18717         (Binaries): Refer to Microsoft Windows instead of listing all
18718         possible variants.
18720 2003-02-01  Jan Hubicka  <jh@suse.cz>
18722         * loop.c (emit_prefetch_instructions):  Do conversion at right place in
18723         RTL chain.
18725         * combine.c (simplify_set): Reverse order of ragumetns to
18726         REG_CANNOT_CHANGE_MODE_P
18727         * df.c (df_def_record_1): Likewise.
18728         * recog.c (register_operand): Likewise.
18729         * simplify-rtx.c (simplify_subreg): Likewise.
18730         * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
18731         CANNOT_CHANGE_MODE_CLASS.
18732         * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
18733         Likewise.
18734         * reload.c (push_reload): Likewise.
18735         * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18736         * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18737         * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18738         * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
18739         * mips.c (mips_cannot_change_mode_class): Update.
18740         * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18741         * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18742         * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18743         * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18744         * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
18745         * sh.c (sh_cannot_change_mode_class): Update.
18746         * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
18747         * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
18749 2003-01-31  Geoffrey Keating  <geoffk@apple.com>
18751         * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
18752         change to LINK_COMMAND_SPEC in gcc.c.
18754 2003-01-31  Jan Hubicka  <jh@suse.cz>
18756         PR c/9506
18757         * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
18759 2003-01-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
18761         * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
18762         duplicated code.
18764 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
18766         * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
18767         (BINFO_ELTS): New #define.
18768         * stor-layout.c (finalize_record_size): Don't set them.
18769         * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
18770         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
18771         (BINFO_LANG_ELTS): New #define.
18772         * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
18773         * java/class.c (make_class): Use BINFO_ELTS.
18774         (set_super_info): Likewse.
18775         (add_interface_do): Likewise.
18776         * objc/objc-act.c (start_class): Use BINFO_ELTS.
18778 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
18780         * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
18781         (times): Don't ever declare if not HAVE_TIMES.
18782         (clock): Don't ever declare if not HAVE_CLOCK.
18784 2003-01-30  Richard Henderson  <rth@redhat.com>
18786         * flow.c (update_life_info): Zap life info after cleanup_cfg.
18787         (regno_uninitialized): Use correct live at function entry set.
18788         (regno_clobbered_at_setjmp): Likewise.
18790         * expr.c (store_expr): Promote all MEM intermediates to regs.
18792 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
18794         * config/arm/arm.c: Fix comment typos.
18795         * config/arm/arm.h: Likewise.
18796         * config/arm/netbsd-elf.h: Likewise.
18797         * config/arm/netbsd.h: Likewise.
18799 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
18801         * gengtype.c (struct walk_type_data): Add needs_cast_p.
18802         (walk_type): Set needs_cast_p in walk_type_data.
18803         (write_types_process_field): Supply casts when required to suppress
18804         warnings.
18805         (write_root): Cast gt_pch_n_S to suppress warning.
18806         * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
18807         * config/rs6000/rs6000.c (print_operand): Mask off high bits only
18808         when they might exist.
18809         * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
18810         insn-conditions.o, and rs6000.o.
18812 2003-01-30  Richard Henderson  <rth@redhat.com>
18814         * ggc-page.c (G.context_depth_allocations): New.
18815         (G.context_depth_collections): New.
18816         (alloc_page): Set G.context_depth_allocations.
18817         (ggc_collect): Set G.context_depth_collections.
18818         (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
18819         (ggc_pop_context): Early exit for no allocations or collections.
18821 2003-01-30  Richard Henderson  <rth@redhat.com>
18823         * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
18825 2003-01-30  Richard Earnshaw  <rearnsha@arm.com>
18827         * arm.c (arm_compute_initial_elimination_offset): If optimizing for
18828         size, the link register is always saved if any other register is
18829         saved.
18831 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
18833         * config/h8300/h8300-protos.h: Update the prototype for
18834         compute_plussi_cc.
18835         (cpp_reader): Declare before it is used.
18836         * config/h8300/h8300.c (compute_plussi_cc): Change the return
18837         type to int.
18838         * config/h8300/h8300.md (monitor_prologue): Call abort() if we
18839         see an unknown H8 variant.
18841 2003-01-30  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
18843         PR target/9316
18844         * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
18845         * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
18846         * config/rs6000/t-rtems: New file. multilib variants to match OS.
18847         * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
18848         rs6000/t-ppcgas so we get the desired multilibs.
18850 2003-01-30  Nick Clifton  <nickc@redhat.com>
18852         * config/arm/arm.c (arm_output_epilogue): Update stack pointer
18853         when popping saved IP register off the stack.
18855 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
18857         * config/rs6000/aix43.h: Fix comment typos.
18858         * config/rs6000/aix51.h: Likewise.
18859         * config/rs6000/aix52.h: Likewise.
18860         * config/rs6000/altivec.h: Likewise.
18861         * config/rs6000/rs6000.c: Likewise.
18862         * config/rs6000/rs6000.h: Likewise.
18863         * config/rs6000/rs6000.md: Likewise.
18864         * config/rs6000/spe.md: Likewise.
18866 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
18868         * c-common.c (builtin_define_float_constants): Define
18869         __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
18871 2003-01-30  Kazu Hirata  <kazu@cs.umass.edu>
18873         * config/sh/lib1funcs.asm: Fix comment typos.
18874         * config/sh/linux.h: Likewise.
18875         * config/sh/sh.c: Likewise.
18876         * config/sh/sh.md: Likewise.
18878 2003-01-30  Loren James Rittle  <ljrittle@acm.org>
18880         * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
18882 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
18884         * config/fp-bit.h (__make_dp): Declare if TMODES.
18886 2003-01-29  Kazu Hirata  <kazu@cs.umass.edu>
18888         * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
18889         general_operand_src and general_operand_dst.
18891 2003-01-29  David Edelsohn  <edelsohn@gnu.org>
18893         * config/rs6000/rs6000.c (function_arg_pass_by_reference):
18894         Return true for variable sized types.
18895         (rs6000_va_arg): Handle variable sized types passed by reference
18896         on non-SVR4 ABI.
18898 2003-01-29  Richard Earnshaw  <rearnsha@arm.com>
18900         * arm.c (arm_legtimize_address): New function.
18901         * arm-protos.h (arm_legtimize_address): Add prototype.
18902         * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
18903         (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
18904         do ... while (0)
18906 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
18908         PR bootstrap/9296
18909         * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT.  Apparently no code
18910         depended on it being defined until now.
18912 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
18914         PR target/9295
18915         * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
18916         RTEMS code knows which C++ initialization style the toolset
18917         configuration is using.
18919 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
18921         PR bootstrap/9293
18922         * config/m68k/t-crtstuff: Replace spaces with tabs, add
18923          $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
18925 2003-01-29  Joel Sherrill  <joel@OARcorp.com>
18927         PR bootstrap/9292
18928         * config.gcc (hppa1.1-rtems):  Did not include t-rtems nor enable
18929         RTEMS threads.
18930         * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
18932 2003-01-29  Nick Clifton  <nickc@redhat.com>
18934         * Makefile.in (c-parse.o): Locate source file in $(parsedir)
18935         not $(srcdir).
18937 2003-01-29  Andrew Haley  <aph@redhat.com>
18939         * tree-inline.c (walk_tree): Add CHAR_TYPE.
18941 2003-01-29  Jan Hubicka  <jh@suse.cz>
18943         * i386.md (subdi3_carry_rex64): Fix typo.
18945 2003-01-28  Stan Shebs  <shebs@apple.com>
18947         * coretypes.h (cpp_reader): Forward declare struct.
18948         * c-pragma.h (cpp_reader): Remove forward declaration.
18949         * hashtable.h (cpp_reader): Likewise.
18950         * scan.h (cpp_reader): Likewise.
18951         * tree.h (cpp_reader): Likewise.
18952         * config/darwin-protos.h (cpp_reader): Likewise.
18953         * config/arm/arm-protos.h (cpp_reader): Likewise.
18954         * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
18955         struct cpp_reader in prototypes.
18957 2003-01-28  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
18959         * doc/install.texi: Add documentation for installation into
18960         tooldirs and with DESTDIR.
18962 2003-01-28  Richard Henderson  <rth@redhat.com>
18964         * config.gcc (ia64*-*-aix*): Remove.
18965         * config/ia64/aix.h, config/ia64/t-aix: Remove file.
18966         * config/ia64/unwind-aix.c: Remove file.
18968 2003-01-28  Andreas Schwab  <schwab@suse.de>
18970         * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
18971         register.
18972         * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
18973         * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
18974         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
18975         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
18976         * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
18977         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
18978         * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
18980 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
18982         * combine.c (nonzero_bits): Fix check for negative divide operands.
18984 2003-01-28  Richard Henderson  <rth@redhat.com>
18986         * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
18987         * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
18989 2003-01-28  Richard Henderson  <rth@redhat.com>
18991         * cse.c (find_best_addr): Kill !ADDRESS_COST code.
18993         * config/cris/cris.c (cris_address_cost): Make static.
18994         (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
18995         * config/cris/cris.h (ADDRESS_COST): Remove.
18996         * config/cris/cris-protos.h: Update.
18998 2003-01-23  Mike Stump  <mrs@apple.com>
19000         * regclass.c (init_reg_autoinc): New function.
19001         (regclass): Move initialization of forbidden_inc_dec_class from
19002         here...
19003         (init_regs): to here.  Avoids reinitialization for each function,
19004         saving compilation time.
19006 2003-01-28  Jason Merrill  <jason@redhat.com>
19008         * cpplib.h (struct cpp_options): Add warn_deprecated field.
19009         * cppinit.c (cpp_create_reader): Turn it on by default.
19010         * c-opts.c (c_common_decode_option): Set it.
19011         * cpplib.c (do_pragma_once): Only complain about #pragma once
19012         if warn_deprecated is set.
19014 2003-01-28  Dale Johannesen  <dalej@apple.com>
19016         * emit-rtl.c (const_double_htab_hash):  Use mode in the hash.
19017         * loop.c (scan_loop):  Move movables on -Os rich-register targets.
19018         * config/rs6000/rs6000.md (sibcall*):  Use match_operand for LR.
19020 2003-01-28  Richard Henderson  <rth@redhat.com>
19022         * target.h (targetm.address_cost): New.
19023         * target-def.h (TARGET_ADDRESS_COST): New.
19024         (TARGET_RTX_COSTS): Uncomment.  Oops.
19025         * cse.c (address_cost): Use new target hook.
19026         (default_address_cost): New.
19027         * output.h (default_address_cost): Declare.
19028         * hooks.c (hook_int_rtx_0): New.
19029         * hooks.h (hook_int_rtx_0): Declare.
19030         * loop.c (combine_givs_p): Remove if 0 code.
19031         * system.h (ADDRESS_COST): Poison.
19033         * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
19034         config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
19035         config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
19036         config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
19037         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
19038         config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
19039         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19040         (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
19041         (ADDRESS_COST): Remove.
19043         * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
19044         config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
19045         config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
19046         config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
19047         config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
19048         config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
19049         config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
19050         config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
19051         config/mips/mips.c, config/mips/mips.h,
19052         config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
19053         config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
19054         config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
19055         config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
19056         config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
19057         config/vax/vax.c, config/vax/vax.h
19058         (foo_address_cost): Make static.
19059         (TARGET_ADDRESS_COST): New.
19060         (ADDRESS_COST): Remove.
19062         * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
19063         config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
19064         config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
19065         config/stormy16/stormy16.h
19066         (ADDRESS_COST): Move code ...
19067         (foo_address_cost): ... here.
19068         (TARGET_ADDRESS_COST): New.
19070         * config/m32r/m32r.c (m32r_address_cost): Remove.
19071         * config/m32r/m32r-protos.h: Update.
19073         * config/mmix/mmix.c (mmix_address_cost): Remove.
19074         * config/mmix/mmix-protos.h: Update.
19076         * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
19077         mn10300_address_cost; move unsig allocation ...
19078         (mn10300_address_cost): ... here.
19079         (TARGET_ADDRESS_COST): New.
19080         * config/mn10300/mn10300-protos.h: Update.
19081         * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
19083         * doc/tm.texi: Update.
19085 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19087         * haifa-sched.c (schedule_insn): Return necessary cycle advance
19088         after issuing the insn.
19089         (rank_for_schedule): Make a insn with /S the highest priority
19090         insn.
19091         (move_insn): Ignore schedule groups.  Clear SCHED_GROUP_P.
19092         (choose_ready): Check SCHED_GROUP_P.
19093         (schedule_block): Advance cycle after issuing insn if it is
19094         necessary.  Don't reorder insns if there is an insn with /S.
19095         (set_priorities): Ignore schedule groups.
19097         * sched-deps.c (remove_dependence, group_leader): Remove the
19098         functions.
19099         (add_dependence): Ignore schedule groups.
19100         (set_sched_group_p): Don't make copy of dependencies from previous
19101         insn of the schedule group.  Add anti-dependency to the previous
19102         insn of the schedule group.
19103         (compute_forward_dependences): Ignore schedule groups.
19105         * sched-ebb.c (init_ready_list): Ignore schedule groups.
19107         * sched-rgn.c (init_ready_list): Ditto.
19108         (can_schedule_ready_p): Ditto.
19110 2003-01-28  Vladimir Makarov  <vmakarov@redhat.com>
19112         * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
19113         register to another one.
19115 2003-01-28  Richard Henderson  <rth@redhat.com>
19117         * calls.c (default_must_pass_in_stack): Fix typo in !type case.
19119 2003-01-28  Roger Sayle  <roger@eyesopen.com>
19121         * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
19123 2003-01-28  Richard Sandiford  <rsandifo@redhat.com>
19125         * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
19126         class contains a floating-point register, return the size of the
19127         mode in half words.
19129 2003-01-28  Jan Hubicka  <jh@suse.cz>
19131         * i386.c (ix86_carry_flag_operator):  New predicate.
19132         (fcmov_operator): Fix whitespace.
19133         (ix86_expand_carry_flag_compare):  Deal with floating point.
19134         (ix86_expand_int_movcc): Deal with fp; update insn expansion
19135         (ix86_expand_int_addcc): Likewise.
19136         (ix86_expand_strlensi_unroll_1): likewsie.
19137         * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
19138         * i386.md (add?i_carry_rex64): Use new predicate.
19139         (sub?i3_carry_rex64): Likewise.
19140         (x86_mov?icc_0_m1*): Likewise.
19142 2003-01-28  Andreas Schwab  <schwab@suse.de>
19144         * cfgloopmanip.c (create_preheader): Initialize src to avoid
19145         warning.
19147         * expmed.c (emit_store_flag): Fix cast to avoid sign
19148         comparison warning.
19150         * combine.c (force_to_mode): Add cast to fix warning when
19151         STORE_FLAG_VALUE is negative.
19153 2003-01-27  Richard Henderson  <rth@redhat.com>
19155         * Makefile.in (cse.o): Depend on TARGET_H.
19156         * cse.c (rtx_cost): Use targetm.rtx_costs.
19157         * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
19158         * doc/tm.texi: Update.
19160         * target.h (targetm.rtx_costs): New.
19161         * target-def.h (TARGET_RTX_COSTS): New.
19162         * hooks.c (hook_bool_rtx_int_int_intp_false): New.
19163         * hooks.h: Update.
19165         * config/alpha/alpha.c (alpha_rtx_cost_data): New.
19166         (alpha_rtx_costs, TARGET_RTX_COSTS): New.
19167         * config/alpha/alpha.h (PROCESSOR_MAX): New.
19168         (CONST_COSTS, RTX_COSTS): Remove.
19170         * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
19171         config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
19172         config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
19173         config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
19174         config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
19175         config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
19176         config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
19177         config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
19178         config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
19179         config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
19180         config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
19181         config/mn10200/mn10200.h, config/mn10300/mn10300.c,
19182         config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
19183         config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
19184         config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
19185         config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
19186         config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
19187         config/stormy16/stormy16.c, config/stormy16/stormy16.h,
19188         config/v850/v850.c, config/v850/v850.h,
19189         config/xtensa/xtensa.c, config/xtensa/xtensa.h
19190         (CONST_COSTS, RTX_COSTS): Move code ...
19191         (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
19193         * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
19194         (arm_rtx_costs, TARGET_RTX_COSTS): New.
19195         * config/arm/arm-protos.h: Update.
19196         * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
19198         * config/avr/avr.h (CONST_COSTS): Move code ...
19199         * config/avr/avr.c (avr_rtx_costs): ... here.
19200         (default_rtx_costs): Make static.
19201         * config/avr/avr-protos.h: Update.
19203         * config/h8300/h8300.c (const_costs): Make static.
19204         (h8300_and_costs, h8300_shift_costs): Likewise.
19205         * config/h8300/h8300-protos.h: Update.
19207         * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
19208         (CONST_COSTS): Move code ...
19209         * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here.  Rename from
19210         default_rtx_costs; update for signature change.
19211         * config/ip2k/ip2k-protos.h: Update.
19213         * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
19214         (CONST_COSTS): Move code ...
19215         * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
19216         (TARGET_RTX_COSTS): New.
19217         (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
19218         * config/m68hc11/m68hc11-protos.h: Update.
19220         * config/m68k/m68k.c (const_int_cost): Make static.
19221         * config/m68k/m68k-protos.h: Update.
19223         * config/mcore/mcore.c (mcore_const_costs): Make static.
19224         (mcore_and_cost, mcore_ior_cost): Likewise.
19225         * config/mcore/mcore-protos.h: Update.
19227         * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
19228         (mmix_rtx_cost_recalculated): Remove.
19229         * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
19230         * config/mmix/mmix-protos.h: Update.
19232         * config/sh/sh.c (shiftcosts): Make static.
19233         (addsubcosts, andcosts, multcosts): Likewise.
19234         * config/sh/sh-protos.h: Update.
19236         * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
19237         (sparc_rtx_costs): Make static; update for change in signature.
19238         * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
19239         * config/sparc/sparc-protos.h: Update.
19241         * config/v850/v850.c (const_costs): Make static.
19242         * config/v850/v850-protos.h: Update.
19244         * config/vax/vax.h (RTX_COSTS): Remove.
19245         (CONST_COSTS): Move code ...
19246         * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
19247         from vax_rtx_cost.
19248         (vax_rtx_costs, TARGET_RTX_COSTS): New.
19250 2003-01-27  Richard Henderson  <rth@redhat.com>
19252         * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove.  Really.
19253         * config/vax/vax-protos.h: Update.  Really.
19255 2003-01-28  Alexandre Oliva  <aoliva@redhat.com>
19257         * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
19258         (UNITS_PER_FPVALUE): Defined as the width of a long double, or
19259         zero if no hardware floating point.
19260         (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
19261         (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
19262         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
19263         (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
19264         (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
19265         * config/mips/mips.c (mips_arg_info): Pass TFmode values in
19266         even FP registers on N32 and N64.
19267         (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
19268         (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
19269         (mips_va_arg): Use UNITS_PER_HWFPVALUE.  Impose additional
19270         even-register-like alignment to 128-bit arguments.
19271         (save_restore_insns): Use UNITS_PER_HWFPVALUE.
19272         (mips_function_value): Likewise.  Return TFmode in $f0 and $f2
19273         on N32 or N64.
19274         * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
19275         * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
19276         (TPBIT): Set to tp-bit.c.
19277         (tp-bit.c): Create out of fp-bit.c.
19279 2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
19281         * c-parse.in: Remove '%expect 32' directive in objc mode.
19283 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
19285         * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
19286         (LIBGCOV): New variable.
19287         (libgcc.mk): Add LIBGCOV.
19288         (LIBGCC_DEPS): Add libgcov.c.
19289         (libgcov.a): New target.
19290         (clean): Remove libgcov.a.
19291         (install-libgcc): Do libgcov too.
19292         (stage1-start, stage2-start, stage3-start, stage4-start): Deal
19293         with libgcov.a.
19294         * libgcc2.c (L_gcov): Move into ...
19295         * libgcov.c: ... here. New file.
19296         * mklibgcc.in: Add libgcov rules.
19297         * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
19299         * doc/invoke.texi (profile-arcs, test-coverage): Update and
19300         clarify.
19302         * profile.c (index_counts_file): Remove duplicate check for open file.
19304 2003-01-27  Jerry Quinn  <jlquinn@optonline.net>
19306         * gcc/doc/invoke.texi (Optimization Options): Group together
19307         optional and experimental flags.  Move trapv and bounds-check
19308         out of this section.  Group floating point flags together.
19309         (Code Gen Options): Move trapv and bounds-check to here.
19311 2003-01-27  Josef Zlomek  <zlomekj@suse.cz>
19313         * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
19315 2003-01-27  Richard Earnshaw  <rearnsha@arm.com>
19317         PR optimization/9090
19318         * function.c (purge_addressof_1): After pushing an addressed register
19319         onto the stack, simplify the result.
19321 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19323         * doc/extend.texi: Fix typo.
19325 2003-01-27  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19327         * doc/cppopts.texi: Fix typo.
19328         * doc/objc.texi: Likewise.
19329         * doc/passes.texi: Likewise.
19331 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
19333         * real.c (ibm_extended_format): Add 53 to minimum exponent.
19334         (encode_ibm_extended): Adjust.
19336 2003-01-26  Gabriel Dos Reis  <gdr@soliton.integrable-solutions.net>
19338         * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
19339         timevar_id enumerations.
19341 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19343         * combine.c: Fix formatting.
19345 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19347         * doc/gccint.texi: Update the copyright.
19349 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19351         * doc/cpp.texi: Fix typos.
19352         * doc/extend.texi: Likewise.
19353         * doc/gty.texi: Likewise.
19354         * doc/install.texi: Likewise.
19355         * doc/passes.texi: Likewise.
19356         * doc/rtl.texi: Likewise.
19357         * doc/tm.texi: Likewise.
19359 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19361         * config/ia64/fde-glibc.c: Fix comment typos.
19362         * config/ia64/hpux.h: Likewise.
19363         * config/ia64/ia64.c: Likewise.
19364         * config/ia64/ia64.h: Likewise.
19365         * config/ia64/unwind-ia64.c: Likewise.
19367 2003-01-26  Kazu Hirata  <kazu@cs.umass.edu>
19369         * config/i386/i386-modes.def: Fix comment typos.
19370         * config/i386/i386.c: Likewise.
19371         * config/i386/i386.md: Likewise.
19373 2003-01-26  Steven Bosscher  <s.bosscher@student.tudelft.nl>
19375         * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
19376         config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
19377         ASM_FINISH_DECLARE_OBJECT before defining it.
19378         * toplev.c (rest_of_decl_compilation):  Don't define
19379         ASM_FINISH_DECLARE_OBJECT.  Only use it if it is defined.
19380         (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
19381         parameters for DWARF2 targets because they _are_ used.
19383 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
19385         * fp-bit.h: Define macros for TFmode floating-point constants
19386         in IBM-extended TFmode types.
19387         (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
19388         widths.
19389         * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
19390         TFmode type.
19392         * config/fp-bit.h: Define macros for TFmode floating-point
19393         constants in IEEE quad TFmode type.  Declare functions according
19394         to L_ macros.
19395         (TMODES): Define if __LDBL_MANT_DIG__ is 113.
19396         (TFtype, TItype, UTItype): Define if TMODES is defined.
19397         (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
19398         (F_T_BITOFF, D_T_BITOFF): Define.
19399         (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
19400         guaranteed to be wide enough.
19401         * config/fp-bit.c: Check for L_ macros for tf functions.
19402         (__thenan_tf): New.
19403         (nan): Adjust.
19404         (pack_d, unpack_d): Support IEEE 854 quad type.
19405         (_fpmul_parts): Support TFmode.  Compute exponent adjustment
19406         from FRAC_NBITS, FRAC_BITS and NGARDS.
19407         (usi_to_float): Cast constants to be shifted to fractype
19408         instead of assuming long long is wide enough.
19409         (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
19411 2003-01-26  Andreas Jaeger  <aj@suse.de>
19413         * df.c: Remove prototype of unused function df_regno_rtl_debug.
19415 2003-01-26  Alexandre Oliva  <aoliva@redhat.com>
19417         * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
19418         (DBBIT_FUNCS): Added _df_to_tf.
19419         (TPBIT_FUNCS): New.
19420         (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
19421         (LIBGCC_DEPS): Added TPBIT.
19422         * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
19424         * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
19425         been able to move the result to target.
19427         * expr.c (emit_group_store): Initialize dst with CONST0_RTX
19428         for the appropriate mode.
19430         * calls.c (emit_library_call_value_1): Handle return values
19431         in a PARALLEL.
19433         * rtl.c (get_mode_alignment): Moved to...
19434         * stor-layout.c: ... here.
19436         * print-rtl.c (print_rtx): Don't print MEM details in
19437         GENERATOR_FILEs.
19439 2003-01-26  Michael Hayes  <mph@paradise.net.nz>
19441         * df.h: Update comments, tidy formatting.
19442         (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
19443         REVERSE, UNION, INTERSECTION.  All uses updated.
19444         (OLD_DF_INTERFACE): Remove.
19445         (struct insn_info): Remove commented out insn field.
19446         * df.c: Update comments, tidy formatting.
19447         (df_def_table_realloc): Remove.
19450 2003-01-26  Alan Modra  <amodra@bigpond.net.au>
19452         * calls.c (save_fixed_argument_area): Tidy.
19453         (restore_fixed_argument_area): Tidy.  Set alignment of stack_area.
19454         (expand_call): Comment typo fixes.  Don't init low_to_save.  Start
19455         call chain loop at 1 if !try_tail_call.  Formatting.
19456         (emit_library_call_value_1): Don't init low_to_save or high_to_save.
19457         Use save_fixed_argument_area and restore_fixed_argument_area.
19459 2003-01-26  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19461         * df.c (df_uses_record): Handle CC0.
19463 2003-01-25  Ulrich Weigand  <uweigand@de.ibm.com>
19465         * reload.c (maybe_memory_address_p): New function.
19466         (find_reloads_address): Use it instead of memory_address_p.
19468 2003-01-25  Kaz Kojima  <kkojima@gcc.gnu.org>
19470         * final.c (shorten_branches): Align the address of code label
19471         when computing initial lengths and addresses.
19473 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19475         * config/m68hc11/m68hc11.md: Fix a comment typo.
19477 2003-01-25  Andreas Jaeger  <aj@suse.de>
19479         * config/i386/i386.c (x86_output_mi_thunk): Correct test for
19480         TARGET_MACHO.
19482 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19484         * gcse.c (bypass_last_basic_block): New global variable.
19485         (bypass_block):  Use redirect_edge_and_branch_force to redirect
19486         fall-through edges.  Use bypass_last_basic_block to determine
19487         which blocks have valid PRE information.
19488         (bypass_conditional_jumps): Initialize bypass_last_basic_block.
19490 2003-01-25  Jan Hubicka  <jh@suse.cz>
19492         * gcse.c (local_cprop_pass): Update reg_sets table when needed.
19494 2003-01-25  Jan Hubicka  <jh@suse.cz>
19495                               Eric Botcazou <ebotcazou@libertysurf.fr>
19496         PR opt/8492
19497         * gcse.c (one_cprop_pass): Delete unreachable blocks.
19499 2003-01-25  Richard Henderson  <rth@redhat.com>
19501         * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
19502         from ia64_aix_select_rtx_section.
19503         (ia64_rwreloc_select_section): Simlarly; use default*_1 function
19504         instead of saving and restoring flag_pic.
19505         (ia64_rwreloc_unique_section): Similarly.
19506         * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
19507         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
19508         * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
19509         TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
19511 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19513         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
19514         comment.
19516 2003-01-25  Richard Henderson  <rth@redhat.com>
19518         * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
19520 2003-01-25  Kelley Cook <kelleycook@comcast.net>
19522         * ggc-simple.c (debug_ggc_tree): Add PTR cast.
19524 2003-01-25  Segher Boessenkool  <segher@koffie.nl>
19526         * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
19527         type for bitmaps.  Use unsigned long.
19528         (nBITMAP_WORD_BITS): New macro.
19529         (BITMAP_WORD_BITS): New macro.
19530         (rest of file): Use it.
19531         * bitmap.c: Use it.
19533 2003-01-25  Richard Henderson  <rth@redhat.com>
19535         2002-02-19  Robert Lipe  <robertlipe@usa.net>
19536         * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
19538 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19540         * builtins.c (purge_builtin_constant_p): Scan insn stream
19541         sequentially rather than by basic block.
19542         * function.c (purge_addressof): Simplify test with INSN_P.
19544 2003-01-25  Kazu Hirata  <kazu@cs.umass.edu>
19546         * combine.c (simplify_comparison, case AND): Remove a redundant test.
19548 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19550         * function.h (struct function): New field calls_constant_p.
19551         (current_function_calls_constant_p): New macro for above.
19552         * function.c (prepare_function_start): Initialize calls_eh_return
19553         and calls_constant_p.
19554         * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
19555         * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
19556         when the current_function_calls_constant_p.
19557         * integrate.c (expand_inline_function): Set calls_constant_p if
19558         the function being inlined has calls_constant_p set.
19560 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19562         * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
19563         optimizing, even if flag_gcse is true.
19564         * toplev.c (rest_of_compilation): purge_builtin_constant_p
19565         only needs to be called when "optimize > 0 && flag_gcse".
19567 2003-01-25  Roger Sayle  <roger@eyesopen.com>
19569         * stmt.c (emit_case_bit_tests): New routine to implement suitable
19570         switch statements using the equivalent of "if ((1<<x) & cst) ... ".
19571         (case_bit_test_cmp): New comparison function for "qsort" to order
19572         case_bit_tests by decreasing number of destination nodes.
19573         (lshift_cheap_p): New function to determine if "1 << x" is cheap.
19574         (expand_end_case_type): Use emit_case_bit_tests to implement
19575         suitable switch statments.
19576         (CASE_USE_BIT_TESTS): New target macro to disable the above.
19577         * Makefile.in (stmt.o): Add dependency on optab.h.
19578         * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
19580 2003-01-23  Andreas Schwab  <schwab@suse.de>
19582         * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
19583         __do_global_ctors_aux hidden global and don't put it in
19584         .init_array.
19585         * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
19586         instead so that it comes first.
19588 2003-01-25  Jan Hubicka  <jh@suse.cz>
19590         * df.c (read_modify_subreg_p):  When osize == UNITS_PER_WORD,
19591         subreg is read/modify.
19593 2003-01-25  Jan Hubicka  <jh@suse.cz>
19595         * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
19596         do libcall for large blocks.
19597         * i386.md (comi patterns): Set type to ssecomi.
19598         (sse2_unpck?pd): Fix mode of vec_select.
19600         * cse.c: Include except.h
19601         (cse_set_around_loop):  Do not create new basic blocks.
19602         * Makefile.in (cse.o): Add dependnecy on except.h
19604 2003-01-25  Jan Hubicka  <jh@suse.cz>
19606         * builtins.c (fold_trunc_transparent_mathfn): New function.
19607         (fold_builtin): Use it.
19608         * convert.c (convert_to_real): Re-enable code to convert
19609         math functions; add support for floor familly functions.
19611 2003-01-25  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19613         * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
19614         dependencies on coretypes.h and $(TM_H).
19616 2003-01-25  Jan Hubicka  <jh@suse.cz>
19618         * builtins.c (fold_trunc_transparent_mathfn):  Undo accidental commit.
19620 2003-01-24  Stuart Hastings  <stuart@apple.com>
19622         * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
19624 2003-01-25  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
19626         * config/c4x/c4x.md (UNSPEC_BU): New constants.
19627         (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
19628         (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
19629         (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
19630         (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST):  Likewise.
19631         (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP):  Likewise.
19632         (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST):  Likewise.
19633         (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE):  Likewise.
19635 2003-01-24  Jan Hubicka  <jh@suse.cz>
19637         * emit-rtl.c (reg_attrs_htab): New static variable.
19638         (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
19639         functions.
19640         (reg_rtx): Do not maintain regno_decl.
19641         (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
19642         set_mem_attrs_from_reg): New global function.
19643         (init_emit): Do not initialize regno_decl.
19644         (init_emit_once): initialize reg_attrs_htab.
19645         * final.c (alter_subreg): Do not replace REG by SUBREG.
19646         (gen_mem_expr_from_op): Improve output.
19647         (output_asm_operands): Likewise.
19648         * function.c (assign_params): Do not set REGNO_DECL.
19649         * function.h (struct function): Kill regno_decl.
19650         (REGNO_DECL): Kill.
19651         * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
19652         * print_rtl.c (print_rtx): Output REG information.
19653         * regclass.c (reg_scan_mark_refs): Update attrs.
19654         * reload1.c (alter_reg): Likewise.
19655         * simplify_rtx.c (simplify_subreg): Likewise.
19656         * stmt.c (expand_decl): Likewise.
19657         * rtl.def (REG): Add new field.
19658         * rtl.h (struct reg_attrs): New.
19659         (rtunion_def): At rtreg.
19660         (X0MEMATTR): Add checking.
19661         (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
19662         (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
19663         Declare.
19664         * tree.h (SET_DECL_RTL): Call set_decl_rtl.
19666 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
19668         * config/xtensa/xtensa.c: Remove unused include of machmode.h.
19669         (xtensa_emit_call, print_operand): Fix printf format strings
19670         to avoid compile warnings.
19671         (xtensa_function_prologue, xtensa_function_epilogue): Change type
19672         of "size" argument to HOST_WIDE_INT to fix compile warnings.
19673         * config/xtensa/xtensa-protos.h
19674         (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
19676 2003-01-24  Jan Hubicka  <jh@suse.cz>
19678         * builtins.c (DEF_BUILTIN): Accept 10 arguments.
19679         (implicit_built_in_decls): New global array.
19680         (mathfn_built_in): New global function.
19681         (fold_trunc_transparent_mathfn): New static function
19682         (expand_builtin_strstr, expand_bultin_strchr,
19683         expand_builtin_strpbrk, expand_builtin_strcpy,
19684         expand_builtin_strncpy, expand_bultin_strcmp,
19685         expand_bultin_strncat, expand_builtin_fputs): Use
19686         implicint_built_in_decls.
19687         (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
19688         * builtins.def: Fix comments.
19689         (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
19690         DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
19691         DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
19692         DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
19693         (DEF_C99_C90RES_BULTIN): New.
19694         (*f, *l builtins): Update.
19695         * c-common.c (DEF_BUILTIN): Initialize implicit array.
19696         (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
19697         * convert.c (strip_float_extensions): New global function.
19698         * tree.h (DEF_BUILTIN): Accept 10 arguments.
19699         (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
19700         Declare.
19701         * java/builtins.c (define_builtin): Handle implicit.
19702         (DEF_BUILTIN): Update.
19703         * tm.texi (TARGET_C99_FUNCTIONS): Document.
19704         * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
19705         * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
19706         when using glibc2.
19708 2003-01-24  Bob Wilson  <bob.wilson@acm.org>
19710         * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
19711         extra_parts, and fixincludes.  Add xtensa/t-elf tmake_file.
19712         (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
19713         * config/xtensa/crti.asm: New file.
19714         * config/xtensa/crtn.asm: New file.
19715         * config/xtensa/t-elf: New file.
19716         * config/xtensa/t-linux: New file.
19717         * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
19718         Move various CFLAGS settings to new t-elf file.
19720 2003-01-24  Richard Henderson  <rth@redhat.com>
19722         PR optimization/4382
19723         * tree-inline.c (find_builtin_longjmp_call_1): New.
19724         (find_builtin_longjmp_call): New.
19725         (inlinable_function_p): Use it.
19727 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19729         * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
19730         * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
19731         * config/i386/i386.c (function_arg_pass_by_reference): New.
19732         (ix86_va_arg): Support arguments passed by reference.
19734 2003-01-24  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
19736         * cfgloopanal.c: New file.
19737         * cfgloopmanip.c: New file.
19738         * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
19739         (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
19740         cfglayout.o): Add dependency on cfgloop.h.
19741         (cfgloop.o): Add flags.h dependency.
19742         * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
19743         (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
19744         (struct loop, struct loops, flow_loops_find, flow_loops_update,
19745         flow_loops_free, flow_loops_dump, flow_loop_dump,
19746         flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
19747         LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
19748         LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
19749         flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
19750         loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
19751         find_common_loop, verify_loop_structure): Declarations moved to ...
19752         * cfgloop.h: New file.
19753         * bb-reorder.c (reorder_basic_blocks): Modified.
19754         * cfglayout.c: Include cfgloop.h.
19755         (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
19756         cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
19757         (break_superblocks): New static function.
19758         (cfg_layout_finalize): Use it.
19759         (cfg_layout_split_block): New function.
19760         * cfglayout.h (struct reorder_block_def): Add copy and duplicated
19761         fields.
19762         (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
19763         changed.
19764         (cfg_layout_split_block): Declare.
19765         * cfgloop.c: Include cfgloop.h and flags.h.
19766         (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
19767         get_loop_body): Avoid signed versus unsigned comparison warnings.
19768         (make_forwarder_block, flow_loops_find, loop_preheader_edge,
19769         loop_latch_edge): Modified.
19770         (verify_loop_structure): Modified to use flags stored in loop structure;
19771         check irreducible loops.
19772         (cancel_loop, cancel_loop_tree): New functions.
19773         (estimate_probability): Use loop analysis code for predictions.
19774         (estimate_loops_at_level):  Avoid signed versus unsigned comparison
19775         warnings.
19776         * doloop.c: Include cfgloop.h.
19777         * loop.c: Include cfgloop.h.
19778         * predict.c: Include cfgloop.h.
19779         * toplev.c: Include cfgloop.h.
19780         * unroll.c: Include cfgloop.h.
19781         * tracer.c (tracer): Modified.
19783 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
19785         * config/h8300/h8300.c (get_shift_alg): Fix a typo.
19787 2003-01-24  Ulrich Weigand  <uweigand@de.ibm.com>
19789         * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
19790         * configure: Regenerate.
19792         * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
19793         (tls_symbolic_reference_mentioned_p): Add prototype.
19794         (s390_tls_get_offset): Add prototype.
19795         (emit_pic_move): Remove prototype, replace by ...
19796         (emit_symbolic_move): .. this new prototype.
19798         * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
19799         (tls_model_chars): New global variable.
19800         (s390_encode_section_info): Encode TLS model.
19801         Use targetm.binds_local_p to check for local symbols.
19802         (s390_strip_name_encoding): New function.
19803         (TARGET_STRIP_NAME_ENCODING): Define.
19805         (get_thread_pointer): New function.
19806         (legitimize_tls_address): New function.
19807         (legitimize_address): Call it.
19808         (emit_pic_move): Remove, replace by ...
19809         (emit_symbolic_move): ... this new function.
19811         (larl_operand): Handle TLS operands.
19812         (legitimate_constant_p): Likewise.
19813         (s390_decompose_address): Likewise.
19814         (s390_cannot_force_const_mem): New function.
19815         (TARGET_CANNOT_FORCE_CONST_MEM): Define.
19817         (s390_output_symbolic_const): Handle TLS unspecs.
19818         (print_operand): New code 'J'.
19819         (machine_function): Add struct member 'some_ld_name'.
19820         (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
19822         (enum s390_builtin): New type.
19823         (code_for_builtin_64, code_for_builtin_31): New global variables.
19824         (s390_init_builtins, s390_expand_builtin): New functions.
19825         (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
19827         * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
19828         (ASM_OUTPUT_LABELREF): Define.
19829         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
19831         * config/s390/s390.md: Define TLS UNSPEC constants.
19832         ("movdi", "movsi"): Handle TLS operands.
19833         ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
19834         ("*tls_load_64", "*tls_load_31"): New insns.
19835         ("call_value_tls", "call_value_tls_exp"): New expanders.
19836         ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
19837         "bas_tls_64", "bas_tls_31"): New insns.
19839 2003-01-24  Nathan Sidwell  <nathan@codesourcery.com>
19841         * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
19842         spe ABI is configured, if requested.
19844 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19846         * doc/passes.texi: Fix typo.
19848 2003-01-24  Andreas Schwab  <schwab@suse.de>
19850         * stor-layout.c (excess_unit_span): Only define if used.
19852 2003-01-24  Jerry Quinn  <jlquinn@optonline.net>
19854         * gcc/doc/invoke.texi (Optimization Options): List -O levels
19855         for each optimization flag.
19857 2003-01-24  Kazu Hirata  <kazu@cs.umass.edu>
19859         * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
19861 2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19863         * doc/bugreport.texi: Use @command instead of @code for commands.
19864         * doc/collect2.texi: Likewise.
19865         * doc/headerdirs.texi: Likewise.
19866         * doc/invoke.texi: Likewise.
19867         * doc/standards.texi: Likewise.
19868         * doc/tm.texi: Likewise.
19869         * doc/trouble.texi: Likewise.
19871 2003-01-24  Nick Clifton  <nickc@redhat.com>
19873         * config/arm/arm.c (use_return_insn): Do not use a single return
19874         instruction for interrupt handelrs which have to create a stack
19875         frame.
19876         (arm_expand_prologue): Do not pre-bias the return address of
19877         interrupt handlers which create a stack frame.
19879 2003-01-24  Nick Clifton  <nickc@redhat.com>
19881         * Add sh2e support:
19883         2002-08-12  Alexandre Oliva  <aoliva@redhat.com>
19885                 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
19886                 med_cbranches.  Fix logic in short_cbranches.
19888         2002-04-03  Alexandre Oliva  <aoliva@redhat.com>
19890                 * config/sh/sh.md (delay for cbranch): Don't annul delay
19891                 slots on SH2e.
19892                 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
19893                 cbranch with unfilled delay slot on SH2e.
19894                 (output_branch): Fill with a nop the delay slot of a
19895                 branch that required a delay slot but didn't get one.
19897         2002-04-02  Alexandre Oliva  <aoliva@redhat.com>
19899                 * doc/invoke.texi (SH options): Document -m2e.
19900                 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
19901                 * config/sh/lib1funcs.asm: Likewise.
19902                 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
19903                 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
19904                 not __sh1__.
19905                 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
19906                 SH2E up.
19907                 (SH3E_BIT): Renamed to...
19908                 (SH_E_BIT): ... this.  Replace all uses.
19909                 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
19910                 Replace all uses of TARGET_SH3E with TARGET_SH2E.
19911                 (TARGET_SWITCHES): Added 2e.
19912                 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
19913                 (processor_type): Added PROCESSOR_SH2E.
19914                 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
19915                 TARGET_SH2E, except in sqrtsf2_i.
19916                 (attribute cpu): Added sh2e.
19917                 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
19918                 (MULTILIB_MATCHES): Use m2e multilib for m3e.
19919                 * config.gcc: Add sh2e target support.
19921 2003-01-24  Phil Edwards  <pme@gcc.gnu.org>
19923         Rename -W to -Wextra.
19924         * c-decl.c:  Update comments.
19925         * c-typeck.c:  Likewise.
19926         * flags.h:  Likewise.
19927         * function.c:  Likewise.
19928         * stmt.c:  Likewise.
19929         * toplev.c:  Update comments.
19930         (W_options):  Add 'extra'.
19931         (display_help):  Remove '-W'.
19932         (decode_W_option):  Special warn_uninitialized treatment in the case
19933         of -Wextra.
19934         * doc/invoke.texi:  Update with new entries.
19936 2003-01-23  Richard Henderson  <rth@redhat.com>
19938         * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
19939         in no-else-block case.  Add commentary.
19941 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19943         * configure.in: Revert last change.
19945 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19947         * configure.in: Don't include ansidecl.h in tconfig.h.
19948         * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
19949         * unwind-dw2-fde.h (last_fde): Use __attribute__, not
19950         ATTRIBUTE_UNUSED.
19952         * configure: Regenerate.
19954 2003-01-23  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
19956         PR java/6748
19957         * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
19958         regs->nip. Fix rt_sigreturn frame layout. Add support for newer
19959         kernels.
19961 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19963         * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
19965 2003-01-23  Ulrich Weigand  <uweigand@de.ibm.com>
19967         * genattrtab.c (write_attr_get): Mark 'insn' paramter
19968         as ATTRIBUTE_UNUSED.
19970 2003-01-23  Richard Earnshaw  <rearnsha@arm.com>
19972         * arm.c (thumb_base_register_rtx_p): New function.
19973         (thumb_index_register_rtx_p): New function.
19974         (thumb_legitimate_address_p): New function.
19975         (thumb_legitimate_offset_p): New function.
19976         * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
19977         (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
19978         definitions.
19979         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
19980         (THUMB_LEGITIMATE_OFFSET): Delte.
19981         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
19982         * arm-protos.h (thumb_legitimate_address_p): Add prototype.
19983         (thumb_legitimate_offset_p): Likewise.
19985 2003-01-23  Andreas Schwab  <schwab@suse.de>
19987         * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
19989 2003-01-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
19991         * fixinc/Makefile.in (FL_LIST): Revert last change.
19993 2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
19995         PR other/7341
19996         * invoke.texi (ftest-coverage): Fix broken cross-reference.
19997         Change @code to @command for gcov command.
19999         * gcc.texi: Adjust title of gcov section.
20000         Adjust copyright.
20001         * gcov.texi: Likewise.
20003 2003-01-22  Roger Sayle  <roger@eyesopen.com>
20005         PR optimization/8423
20006         * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
20007         its argument is constant, or 0 if !flag_gcse.
20008         * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
20009         if it's argument is constant.
20010         * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
20011         (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
20012         (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
20013         * builtins.c (purge_builtin_constant_p): New function to force
20014         instantiation of any remaining CONSTANT_P_RTX nodes.
20015         * rtl.h (purge_builtin_constant_p): Prototype here.
20016         * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
20017         pass after GCSE and before loop.
20018         (flag_gcse): No longer static.
20019         * flags.h (flag_gcse): Prototype here.
20021 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20023         * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
20024         introduced by last change.
20026 2003-01-22  Andreas Schwab  <schwab@suse.de>
20028         * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
20030 2003-01-22  Kazu Hirata  <kazu@cs.umass.edu>
20032         * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
20033         request a scratch reg on H8S when the shift count is 8.
20035 2003-01-22  Ulrich Weigand  <uweigand@de.ibm.com>
20037         * config/s390/s390-protos.h (preferred_la_operand_p):
20038         Remove second parameter.
20039         * config/s390/s390.c (preferred_la_operand_p): Likewise.
20040         * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
20041         (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
20042         * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
20043         Add peepholes to transform ADD to LOAD ADDRESS.
20045 2003-01-22  Richard Earnshaw  <rearnsha@arm.com>
20047         * arm.c (arm_address_register_rtx_p): New function.
20048         (arm_legitimate_address_p): New function.
20049         (arm_legitimate_index_p): New function.
20050         (legitimize_pic_address): Use arm_legitimate_index_p.
20051         * arm-protos.h (arm_legtimate_address_p): Add prototype.
20052         * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
20053         (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
20055 2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
20057         * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
20058         * config/s390/2064.md (define_bypass): Correct 'Load' and
20059         'Load-address' bypass values.
20061 2003-01-22  Andreas Schwab  <schwab@suse.de>
20063         * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
20065 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20067         * genautomata.c (output_internal_insn_latency_func,
20068         output_print_reservation_func): Short circuit when there is no
20069         automaton to generate code for.
20071 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20073         * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
20074         (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
20076 2003-01-21  Geoffrey Keating  <geoffk@apple.com>
20078         * config/rs6000/rs6000.md: Remove warning.
20079         (builtin_setjmp_receiver): Likewise.
20080         * config/darwin.c (update_stubs): Slightly improve terrible hack
20081         with identifiers.  Add comment pointing out problems with it.
20082         (update_non_lazy_ptrs): Likewise.
20084 2003-01-21  Richard Henderson  <rth@redhat.com>
20086         * dwarf2out.c (lookup_filename): Fix printf format warning.
20087         * system.h (fread_unlocked, fwrite_unlocked): Undef.
20089         * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
20090         (fixincl.o-warn, gnu-regex.o-warn): New.
20091         * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
20092         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
20093         * fixinc/fixincl.c (process): Fix printf format warning.
20095 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20097         * dwarf2out (output_file_names): Don't crash if called
20098         with empty file_table.
20100 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20102         * genautomata.c (output_internal_insn_latency_func): Add
20103         missing break statement to generated code.
20105 2003-01-21  Roger Sayle  <roger@eyesopen.com>
20107         * stmt.c (same_case_target_p): New function to determine whether
20108         two case labels branch to the same target.  Split out from...
20109         (group_case_nodes): ... here.  Use same_case_target_p instead.
20110         (strip_default_case_nodes): Remove explicit case nodes
20111         that branch to the default destination.
20112         (expand_end_case_type): Call strip_default_case_nodes after
20113         group_case_nodes, to simplify the case-list before we count it.
20114         Only generate table_label RTX when actually needed.  Try to share
20115         thiscase->exit_label and thiscase->data.case_stmt.default_label
20116         when a switch has no explicit default case.  Simplify test for
20117         constant index.
20119 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20121         * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
20122         \t.
20123         (*negsf2_h8300hs): Likewise.
20124         (*addsi3_lshiftrt_16_zexthi): Likewise.
20125         (*iorhi3_lshiftrt_8): Likewise.
20127 2003-01-21  Ulrich Weigand  <uweigand@de.ibm.com>
20129         * dwarf2out.c (fde_table_in_use): Mark GTY.
20130         (dwarf2out_cfi_label_num): New variable, marked GTY.
20131         (dwarf2out_cfi_label): Use it instead of static label_num.
20132         * emit-rtl.c (label_num): Mark GTY.
20134 2003-01-21  Kazu Hirata  <kazu@cs.umass.edu>
20136         * config/h8300/h8300.c (output_plussi): Support H8/300.
20137         (compute_plussi_length): Likewise.
20138         (compute_plussi_cc): Likewise.
20139         * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
20140         output assembly instructions.
20142 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20144         * calls.c (fix_unsafe_tree): Prototype.
20146         * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
20147         (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
20148         insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
20149         c-parse.o-warn): Add -Wno-error.
20150         (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
20152         * configure.in (--enable-werror): Add new flag.
20153         * doc/install.texi (--enable-werror): Document.
20154         * configure: Regenerate.
20156         * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
20158 2003-01-21  Andreas Schwab  <schwab@suse.de>
20160         * genautomata.c (output_internal_insn_latency_func): Fix missing
20161         close paren in output.
20163 2003-01-21  Zack Weinberg  <zack@codesourcery.com>
20165         * genautomata.c: Space savings in generated code:
20166         (output_dfa_insn_code_func): Split out the table-enlargement
20167         path to an out-of-line static function, dfa_insn_code_enlarge.
20168         (output_internal_insn_latency_func): Use a lookup table for the
20169         default latencies.
20170         (output_print_reservation_func): Use a lookup table for the
20171         strings.
20173 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
20175         PR opt/7507
20176         * calls.c (fix_unsafe_tree): Split out from ...
20177         (expand_call): ... here.  Use it on the function address too.
20179 2003-01-20  Richard Henderson  <rth@redhat.com>
20181         * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
20183 2003-01-20  Richard Henderson  <rth@redhat.com>
20185         PR opt/7154
20186         * stmt.c (expand_asm_operands): Validize memory operands.
20188 2003-01-20  Richard Henderson  <rth@redhat.com>
20190         PR opt/8848
20191         * ifcvt.c (noce_process_if_block): Correct arguments to
20192         modified_between_p for no-else-block case.
20194 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20196         * config/h8300/h8300.c (const_costs): Remove a warning.
20197         (output_plussi): Likewise.
20198         (compute_plussi_length): Likewise.
20199         (compute_plussi_cc): Likewise.
20201 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20203         * config/h8300/h8300.md (addsi_h8300): Remove the last
20204         alternative.
20206 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20208         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
20210 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20212         * system.h (__NO_STRING_INLINES): Define.
20214 2003-01-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
20216         * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
20217         is not a scalar int mode.
20219 2003-01-20  Roger Sayle  <roger@eyesopen.com>
20221         * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
20222         insn's notes following a substitution inside a libcall.
20224 2003-01-20  Zack Weinberg  <zack@codesourcery.com>
20226         * configure.in: Check for system-provided 'uchar' type.
20227         * configure, config.in: Regenerate.
20228         * cpphash.h: Only typedef 'uchar' if the system doesn't.
20230 2003-01-20  Richard Henderson  <rth@redhat.com>
20232         * expr.h (MUST_PASS_IN_STACK): Move implementation...
20233         * calls.c (default_must_pass_in_stack): ... here.
20235 2003-01-20  Vladimir Makarov  <vmakarov@redhat.com>
20237         * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
20239         * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
20241         * genattr.c (main): Output default definition of AUTOMATON_ALTS.
20242         Wrap up definition of `insn_alts'.
20244         * genattrtab.c (main): Wrap up `insn_alts'.
20246 2003-01-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20248         * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
20249         prototyping.
20250         * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
20252         * config.in, configure: Regenerate.
20254 2003-01-20  Nick Clifton  <nickc@redhat.com>
20256         * config/arm/arm.md (sibcall_epilogue): Add an
20257         UNSPEC_PROLOGUE_USE to prevent the link register from being
20258         considered dead.
20260 2003-01-20  Jan Hubicka  <jh@suse.cz>
20262         * i386.md (SSE cmov splitter):  Handle memory operand in operand 5.
20264 2003-01-20  Andreas Schwab  <schwab@suse.de>
20266         * system.h: Don't declare strsignal if the decl test hasn't been
20267         run yet.
20269 2003-01-20  Kazu Hirata  <kazu@cs.umass.edu>
20271         * config/h8300/h8300.c (notice_update_cc): Don't assume that
20272         recog_data.operands[0] is always associated with cc0.
20274 2003-01-19  David Edelsohn  <edelsohn@gnu.org>
20276         * collect2.c (ldgetname): Expand declaration to prototype.
20277         * read-rtl.c (atoll): Add prototype.
20278         * system.h (strsignal): Also declare if no declaration found.
20280 2003-01-19  Alexandre Oliva  <aoliva@redhat.com>
20282         * config.gcc (mips64*-*-linux*): Added.
20283         * config/mips/linux64.h, config/mips/t-linux64: New file.
20284         * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
20285         * config/mips/mips.c (override_options): Use it.
20286         * config/mips/mips.h (TARGET_SWITCHES): Added...
20287         (SUBTARGET_TARGET_SWITCHES): New, empty by default.
20288         * Makefile.in (SPECS): New.
20289         (STAGESTUFF, specs, mostlyclean, install-common): Use it.
20290         * gcc.c (process_command): Move self-spec processing past spec
20291         file loading.
20292         * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
20293         * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
20294         CRTSTUFF_T_CFLAGS.
20295         (SPECS): Document.
20296         * doc/invoke.texi (-mabi-fake-default): Document.
20298 2003-01-19  Stephane Carrez  <stcarrez@nerim.fr>
20300         * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
20301         z_reg, z_reg_qi): Declare static and GTY().
20302         (da_reg): Remove.
20303         (create_regs_rtx): Don't create da_reg.
20304         ("gt-m68hc11.h"): Include for GTY roots.
20305         * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
20306         and GTY() here.
20307         (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
20308         (m68hc11_soft_tmp_reg): Likewise.
20309         * config/m68hc11/m68hc11-protos.h: Remove above declarations.
20311 2003-01-18  Kazu Hirata  <kazu@cs.umass.edu>
20313         * basic-block.h: Fix comment formatting.
20314         * calls.c: Likewise.
20315         * combine.c: Likewise.
20316         * convert.c: Likewise.
20317         * gcov.c: Likewise.
20318         * haifa-sched.c: Likewise.
20319         * libgcc2.c: Likewise.
20320         * loop.c: Likewise.
20321         * profile.c: Likewise.
20322         * system.h: Likewise.
20324 2003-01-18  Roger Sayle  <roger@eyesopen.com>
20326         * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
20328 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20330         * ra-build.c (undef_to_size_word): Avoid `switch' warning.
20332 2003-01-17  Dale Johannesen  <dalej@apple.com>
20334         * config/rs6000/rs6000.md (*floatsidf2_internal):  Add earlyclobbers.
20335           (*floatunssidf2_internal):  Ditto.
20337 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
20339         * alias.c: Fix comment typos.
20340         * basic-block.h: Likewise.
20341         * c-common.c: Likewise.
20342         * c-common.h: Likewise.
20343         * c-decl.c: Likewise.
20344         * c-opts.c: Likewise.
20345         * c-pragma.c: Likewise.
20346         * c-pretty-print.h: Likewise.
20347         * cfg.c: Likewise.
20348         * cfganal.c: Likewise.
20349         * cfgbuild.c: Likewise.
20350         * cfgcleanup.c: Likewise.
20351         * cfglayout.c: Likewise.
20352         * cfgrtl.c: Likewise.
20353         * convert.c: Likewise.
20354         * cpphash.h: Likewise.
20355         * cpplex.c: Likewise.
20356         * cpplib.h: Likewise.
20357         * df.h: Likewise.
20358         * diagnostic.c: Likewise.
20359         * diagnostic.h: Likewise.
20360         * dwarf2.h: Likewise.
20362 2003-01-17  Stan Shebs  <shebs@apple.com>
20364         * config/darwin-protos.h: Forward-declare struct cpp_reader.
20366 2003-01-17  Douglas B Rupp  <rupp@gnat.com>
20368         * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
20369         mistake in last checkin.
20371 2003-01-17  Kazu Hirata  <kazu@cs.umass.edu>
20373         * et-forest.c: Fix comment typos.
20374         * et-forest.h: Likewise.
20375         * except.c: Likewise.
20376         * expr.c: Likewise.
20377         * flags.h: Likewise.
20378         * flow.c: Likewise.
20379         * gcc.c: Likewise.
20380         * gcse.c: Likewise.
20381         * genattrtab.c: Likewise.
20382         * genautomata.c: Likewise.
20383         * gengtype.c: Likewise.
20384         * genrecog.c: Likewise.
20385         * global.c: Likewise.
20386         * gthr-rtems.h: Likewise.
20388 2003-01-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20390         * i386.c (x86_function_profiler): Fix format specifier.
20392 2003-01-17  Richard Henderson  <rth@redhat.com>
20394         * gengtype.c (walk_type): Allow paramN_is.
20396 2003-01-17  Nick Clifton  <nickc@redhat.com>
20398         * config/i960/t-960bare (i960-c.o): Add missing newline escape.
20400 2003-01-16  Richard Henderson  <rth@redhat.com>
20402         * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
20404 2003-01-16  Richard Henderson  <rth@redhat.com>
20406         * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
20407         (alpha_next_sequence_number): Likewise.
20408         (alpha_this_literal_sequence_number): Likewise.
20409         (alpha_this_gpdisp_sequence_number): Likewise.
20410         (struct alpha_funcs, alpha_funcs_num): Likewise.
20411         (struct alpha_links): Fix branch merge error.
20412         (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
20414 2003-01-17  Alexandre Oliva  <aoliva@redhat.com>
20416         * config/mips/mips.h: Don't use #elif.  Reported by Kaveh
20417         R. Ghazi.
20419 2003-01-16  Kazu Hirata  <kazu@cs.umass.edu>
20421         * ifcvt.c: Fix comment typos.
20422         * lcm.c: Likewise.
20423         * libgcc2.c: Likewise.
20424         * local-alloc.c: Likewise.
20425         * loop.c: Likewise.
20426         * predict.c: Likewise.
20427         * ra-build.c: Likewise.
20428         * ra.c: Likewise.
20429         * ra-colorize.c: Likewise.
20430         * ra.h: Likewise.
20431         * ra-rewrite.c: Likewise.
20432         * regmove.c: Likewise.
20433         * reload.h: Likewise.
20434         * rtlanal.c: Likewise.
20435         * toplev.c: Likewise.
20436         * tree.h: Likewise.
20437         * unwind-dw2-fde-glibc.c: Likewise.
20438         * vmsdbgout.c: Likewise.
20440 2003-01-16  Richard Henderson  <rth@redhat.com>
20442         * dwarf2out.c (struct file_table): Remove.
20443         (FILE_TABLE_INCREMENT): Remove.
20444         (file_table): Make a varray; mark for GC.  Update all users.
20445         (file_table_last_lookup_index): Extract from struct file_table.
20446         (output_file_names): Fix unsigned compare warnings.
20447         (add_name_attribute): Remove inline marker.
20448         (add_comp_dir_attribute): Split out from gen_compile_unit_die.
20449         (lookup_filename): Don't manage size of file_table.
20450         (init_file_table): Allocate file_table with GC.
20451         (dwarf2out_init): Don't record main_input_filename here.
20452         (dwarf2out_finish): Do it here instead.
20454 2003-01-16  Bruce Korb  <bkorb@gnu.org>
20456         * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
20458 2003-01-16  Kaz Kojima  <kkojima@gcc.gnu.org>
20460         * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
20461         instead of rotldi3_mextr.
20463 2003-01-16  Vladimir Makarov  <vmakarov@redhat.com>
20465         * haifa-sched.c (move_insn): Restore moving all schedule group.
20466         (set_priorities): Restore taking SCHED_GROUP_P into account.
20468         * sched-deps.c (add_dependence): Restore processing the last group
20469         insn.
20470         (remove_dependence, group_leader): Restore the functions.
20471         (set_sched_group_p): Restore adding dependencies from previous insn
20472         in the group.
20473         (compute_forward_dependences): Restore usage of group_leader.
20475         * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
20476         account.
20478         * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
20479         account.
20480         (can_schedule_ready_p): Ditto.
20481         (add_branch_dependences): Restore skipping over the group insns.
20483 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20485         * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
20486         68HC12 pre/post inc/dec side effects.
20488 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20490         * config/m68hc11/m68hc11.h (MASK_M6812): Define.
20492 2003-01-16  J"orn Rennecke <amylaar@onetel.net.uk>
20494         * sh.md (mshflo_w_x): Fix description of operation.
20496 2003-01-16  Zack Weinberg  <zack@codesourcery.com>
20498         * config/rs6000/rs6000.h: Mention Altivec registers in
20499         commentary.  Fix typo.
20501 2003-01-16  David Edelsohn  <edelsohn@gnu.org>
20503         * config/rs6000/rs6000.md (movti_string): Remove clobber.
20504         * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
20505         generate PARALLEL with clobber for TARGET_POWER.
20507 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20509         * ra-colorize.c (colorize_one_web): Initialize variable.
20510         * regmove.c (fixup_match_1): Likewise.
20511         * reload1.c (reload_as_needed): Likewise.
20512         * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
20514 2003-01-16  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
20516         * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
20518 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20520         * dbxout.c (lastfile, cwd): Fix `unused' warning.
20521         * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
20522         dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
20523         is_main_source, file_table, decl_die_table_in_use,
20524         abbrev_die_table_in_use, line_info_table_in_use,
20525         separate_line_info_table_in_use, pubname_table_in_use,
20526         arange_table_in_use, ranges_table_in_use,
20527         current_function_has_inlines): Likewise.
20528         * flow.c (life_analysis): Likewise.
20529         * genemit.c (gen_insn): Likewise.
20530         * protoize.c (cplus_suffix): Likewise.
20532         * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
20533         * arm.h (ROUND_UP_WORD): Likewise.
20535         * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
20536         warning.
20537         * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
20538         init_emit_once): Likewise.
20539         * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
20540         Likewise.
20541         * function.c (assign_stack_temp_for_type): Likewise.
20542         * loop.c (loop_invariant_p): Likewise.
20543         * recog.c (push_operand): Likewise.
20544         * regclass.c (init_reg_sets_1): Likewise.
20545         * reload.c (update_auto_inc_notes): Likewise.
20546         * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
20547         * stmt.c (expand_asm_operands): Likewise.
20548         * stor-layout.c (start_record_layout): Likewise.
20550 2003-01-16  Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20552         * config/c4x/c4x.md (epilogue): Correct last patch.
20554 2003-01-15  Richard Henderson  <rth@redhat.com>
20556         * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
20557         also check that GP is being used.
20558         (alpha_find_lo_sum_using_gp): New.
20559         (alpha_does_function_need_gp): Use get_attr_usegp.
20560         * config/alpha/alpha-protos.h: Update.
20561         * config/alpha/alpha.md (attr usegp): New.  Annotate patterns
20562         as needed.
20564 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20566         * gcse.c (one_cprop_pass): Change function arguments to take both
20567         cprop_jumps and bypass_jumps flags instead of just alter_jumps.
20568         (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
20569         (bypass_jumps): New function to perform separate jump bypassing pass.
20570         * rtl.h (bypass_jumps): Add function prototype.
20571         * timevar.def (TV_BYPASS): New timing variable.
20572         * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
20573         (dump_file): New entry for the bypass RTL dump file.
20574         (rest_of_compilation): Insert new jump bypassing optimization
20575         pass after loop.
20576         * doc/passes.texi: Document new pass.
20578 2003-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
20580         * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
20581         ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
20582         * pa.h (TARGET_SOM_SDEF): Define.
20583         * pa-hpux11.h (TARGET_SOM_SDEF): Define.
20585 2003-01-16  Stephane Carrez  <stcarrez@nerim.fr>
20587         * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
20588         allocate 4-bytes of locals on 68HC11.
20589         (expand_epilogue): Likewise.
20590         (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
20592 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
20594         * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
20595         and -mshort-double to the assembler to specify the ABI.
20596         (LINK_SPEC): Likewise.
20597         (CPP_SPEC): Pass HCS12 specific define.
20598         (MASK_M68S12): New define.
20599         (TARGET_M68S12): Likewise.
20600         (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
20601         (TARGET_VERSION): Update.
20602         * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
20603         (LINK_SPEC): Update.
20604         (ASM_SPEC): Update.
20605         * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
20606         * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
20608 2003-01-15  Stephane Carrez  <stcarrez@nerim.fr>
20610         * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
20611         the return code.
20613 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
20615         * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
20616         flag before setting it.
20618 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20620         * c-semantics.c (genrtl_while_stmt):  Improve initial RTL generation
20621         when loop condition is known true, i.e.  "while (1) { ... }".
20622         (genrtl_for_stmt): Similarly for "for" statements.
20624 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20626         * real.c (real_sqrt): Return a bool result indicating whether
20627         a floating point exception or trap should be raised.
20628         * real.h (real_sqrt): Update function prototype.
20629         * builtins.c (fold_builtin): Only fold non-trapping square
20630         roots unless we're ignoring errno and trapping math.
20632 2003-01-15  John David Anglin  <dave.anglin@nrc.gc.ca>
20634         * expr.h (emit_conditional_add): Add PARAMS to declaration.
20635         * gengtype-lex.l (malloc, realloc): Move defines after include of
20636         system.h.  Remove duplicate include of system.h.
20638 2003-01-15  Roger Sayle  <roger@eyesopen.com>
20640         PR middle-end/9009
20641         * optabs.c (expand_unop):  When manipulating the FP sign bit
20642         using integer operations, account for targets with different
20643         integer and FP word orders.
20644         (expand_abs): Likewise.
20646 2003-01-15  David Edelsohn  <edelsohn@gnu.org>
20648         * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
20649         file extension in section name.
20651 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
20653         * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
20654         constant offset.
20656 2003-01-15  Richard Earnshaw  <rearnsha@arm.com>
20658         * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
20659         (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
20660         (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
20661         (ARM_PRINT_OPERAND_ADDRESS): Likewise.
20663 2003-01-15  Jan Hubicka  <jh@suse.cz>
20665         PR f/9258
20666         * global.c (struct allocno): Add no_stack_reg.
20667         (global_conflicts): Set no_stack_reg.
20668         (find_reg): Use it.
20670         * convert.c (convert_to_real): Fold - and abs only when profitable.
20671         * fold-const.c (fold): Fold truncates in - and abs.
20673 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
20675         Segher Boessenkool  <segher@koffie.nl>
20677         * predict.c (real_inv_br_prob_base): New variable.
20678         (propagate_freq): Use multiply by reciprocal instead of
20679         division.  Don't divide by 1.0 at all.
20680         (estimate_bb_frequencies): Similar.
20682 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
20684         * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
20685         * configure: Rebuilt.
20687 2003-01-15  Hartmut Penner  <hpenner@de.ibm.com>
20689         * config/s390/s390.c (s390_safe_attr_type): New function.
20690         (s390_use_dfa_pipeline_interface): New function, return true for z900.
20691         (s390_issue_rate): New function.
20692         (s390_agen_dep_p): New function.
20693         (addr_generation_dependency_p): Use 's390_safe_attr_type'.
20694         (s390_adjust_cost): Return 'cost' if new DFA is used.
20695         (s390_adjust_priority): Delete function.
20696         * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
20697         * config/s390/s390.md (atype attribute): Attribute 'atype' default
20698         determined by 'op_type'.
20699         (type attribute): Added more type attributes.
20700         * config/s390/2064.md: New DFA description for z900 pipeline.
20702 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
20704         * config/i386/i386.c (ix86_expand_vector_move): Validize constant
20705         forced to memory.  Fixes PR bootstrap/9036.
20707         * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
20708         to set $gp before the call.
20710 2003-01-14  Richard Henderson  <rth@redhat.com>
20712         * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
20713         for force_const_mem.
20715 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20717         * genattr.c (main): Rearrange output to avoid prototype warning.
20718         * genautomata.c (transform_3): Fix ambiguous-else warning.
20719         * local-alloc.c (requires_inout): Add parentheses around
20720         assignment used as truth-value.
20721         * timevar.c: Move system includes above local includes.  Include
20722         toplev.h
20723         * Makefile.in (timevar.o): Depend on toplev.h.
20725 2003-01-14  Denis Chertykov  <denisc@overta.ru>
20727         * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
20728         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
20730         * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
20731         attributes.
20732         (TARGET_ATTRIBUTE_TABLE): New macro.
20733         (valid_machine_type_attribute): Remove.
20734         (valid_machine_decl_attribute): Remove.
20735         (ip2k_handle_progmem_attribute): New function.
20736         (ip2k_handle_fndecl_attribute): New function.
20738 2003-01-10  Andrew Haley  <aph@redhat.com>
20740         * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
20741         registers to be in correct order.  Add rip.
20743 2003-01-14  Kazu Hirata  <kazu@cs.umass.edu>
20745         * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
20746         (*iorsi3_and_lshiftrt_9_sb): Likewise.
20748 2003-01-14  Jan Hubicka  <jh@suse.cz>
20750         * convert.c (strip_float_extensions):  Look for narrowest type handling
20751         FP constants.
20753         * fold-const.c (fold):  Fold (double)float1 CMP (double)float2 into
20754         float1 CMP float2.
20755         * convert.c (strip_float_extensions): Make global.
20756         * tree.h (strip_float_extensions): Declare.
20758 2003-01-14  Gabriel Dos Reis  <gdr@integrable-solutions.net>
20760         * timevar.def: define TV_NAME_LOOKUP.
20761         * timevar.c (timevar_pop): Be verbose when aborting.
20763 2003-01-13  Andreas Schwab  <schwab@suse.de>
20765         * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
20766         $(parsedir), just move the temporary file at the end.
20767         ($(parsedir)/gengtype-yacc.c): Likewise.
20769 2003-01-13  Alexandre Oliva  <aoliva@redhat.com>
20771         * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
20772         ${ac_tool_prefix} to ADAC or CC.  Protect them from word
20773         splitting.
20774         * configure: Rebuilt.
20776 2003-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20778         * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
20779         internal_mcount): Don't use PARAMS.
20780         (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
20781         ISO C style.
20782         (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
20784 2003-01-13  Andreas Schwab  <schwab@suse.de>
20786         * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
20787         directive.
20789 2003-01-13  Kazu Hirata  <kazu@cs.umass.edu>
20791         * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
20792         (*iorsi3_and_lshiftrt_n_sb): Likewise.
20794 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
20796         PR c++/9264
20797         * c-lex.c (c_lex): Set the token value to error_mark_node for
20798         invalid numeric constants.
20800 2003-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
20802         * c-pch.c (asm_file_startpos): Change to `long'.
20803         (pch_init): Use ftell, not ftello.
20804         (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
20805         Use `long' instead of `off_t'.
20806         (c_common_read_pch): Likewise.
20807         * ggc-common.c (gt_pch_save): Use long/ftell instead of
20808         off_t/ftello.
20810 2003-01-12  Alan Modra  <amodra@bigpond.net.au>
20812         * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
20814 2003-01-11  Richard Earnshaw  (rearnsha@arm.com)
20816         * arm-protos.h (struct cpp_reader): Add declaration.
20818 2003-01-11  Jan Hubicka  <jh@suse.cz>
20820         PR target/9068
20821         * i386.c (output_fp_compare): Fix typo.
20823 2003-01-10  David Edelsohn  <edelsohn@gnu.org>
20825         * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
20827 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
20829         * Makefile.in (parsedir): New variable.
20830         (docobjdir): New variable.
20831         (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
20832         gengtype-lex.c, gengtype-yacc.c): Use parsedir.
20833         (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
20834         cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
20835         gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
20836         Use docobjdir.
20837         * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
20838         objc.maintainer-clean): Use parsedir.
20840         * varasm.c (struct constant_descriptor_rtx): Remove unused
20841         `label' field.
20843         * toplev.c (documented_lang_options): Document -Winvalid-pch.
20845 2003-01-10  Richard Henderson  <rth@redhat.com>
20847         * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
20848         (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
20850 2003-01-10  Richard Henderson  <rth@redhat.com>
20852         * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
20853         not INTEGRAL_MODE_P when widening extensions.
20855 2003-01-10  Richard Henderson  <rth@redhat.com>
20857         * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
20859 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
20861         * ggc-page.c (ggc_collect): Avoid overflow computing
20862         min_expand.
20864         * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
20865         (RANLIB_TEST_FOR_TARGET): Delete.  Don't pass down to sub-makes.
20866         Remove calls.
20867         * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
20869 2003-01-10  Jan Hubicka  <jh@suse.cz>
20871         * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
20872         with weird operands.
20874 2003-01-10  Dale Johannesen <dalej@apple.com>
20876         * calls.c (load_register_parameters):  Add is_sibcall, sibcall_failure
20877         parameters.  Call check_sibcall_argument_overlap if indicated.
20878         (check_sibcall_argument_overlap):  Add mark_stored_args_map
20879         parameter.  Don't mark parameter area as clobbered if not set.
20880         (expand_call):  Adjust calls to above.
20882 2003-01-10 Kelley Cook <kelleycook@comcast.net>
20884         * configure.in (linker read-only and read-write section mixing):
20885         Squelch some assembler warnings.
20886         * configure: Likewise.
20888 2003-01-10  Hartmut Penner  <hpenner@de.ibm.com>
20890         * doc/invoke.texi: Document -mtune, delete -mcpu
20891         option for S/390 and zSeries.
20892         * config/s390/s390.c (s390_tune_string) New variable.
20893         (s390_cpu_string) Delete variable.
20894         (override_options): Use s390_tune_string instead of
20895         s390_cpu_string.
20896         * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
20898 2003-01-10  Kazu Hirata  <kazu@cs.umass.edu>
20900         * config/h8300/h8300.md (*iorsi3_ashift_31): New.
20902 2003-01-10  Josef Zlomek  <zlomekj@suse.cz>
20904         * jump.c (next_nonnote_insn_in_loop): New function.
20905         (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
20906         next_nonnote_insn.
20907         (duplicate_loop_exit_test). Likewise.
20909 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
20911         Merge from pch-branch:
20913         2003-01-06  Geoffrey Keating  <geoffk@apple.com>
20915         * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
20916         load.
20918         2002-12-24  Geoffrey Keating  <geoffk@apple.com>
20920         * cpplib.c (count_registered_pragmas): New function.
20921         (save_registered_pragmas): New function.
20922         (_cpp_save_pragma_names): New function.
20923         (restore_registered_pragmas): New function.
20924         (_cpp_restore_pragma_names): New function.
20925         * cpphash.h (_cpp_save_pragma_names): Prototype.
20926         (_cpp_restore_pragma_names): Likewise.
20927         * cpppch.c (struct save_macro_item): Split from save_macro_data.
20928         (struct save_macro_data): New field 'saved_pragmas'.
20929         (save_macros): Update for changes to struct save_macro_data.
20930         (cpp_prepare_state): Call _cpp_save_pragma_names, update
20931         for changes to struct save_macro_data.
20932         (cpp_read_state): Call _cpp_restore_pragma_names, update
20933         for changes to struct save_macro_data.
20935         * cpppch.c (cpp_read_state): Restore the hashtable references
20936         in the cpp_reader.
20938         * tree.h (built_in_decls): Mark for PCH.
20940         * dbxout.c (lastfile): Don't mark for PCH.
20942         * ggc.h: Document PCH calls into memory managers.
20944         2002-12-18  Geoffrey Keating  <geoffk@apple.com>
20946         * doc/invoke.texi (Precompiled Headers): Document the
20947         directory form of PCH.
20948         * cppfiles.c (validate_pch): New function.
20949         (open_file_pch): Search suitably-named directories for PCH files.
20951         2002-12-14  Geoffrey Keating  <geoffk@apple.com>
20953         * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
20954         reorder options.
20955         (Type Information): Mention that the information is also
20956         used to implement PCH.
20957         * doc/passes.texi (Passes): Improve documentation of
20958         language-specific files.
20960         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
20962         * gengtype.c (struct write_types_data): Add reorder_note_routine field.
20963         (struct walk_type_data): Add reorder_fn field.
20964         (walk_type): Process 'reorder' option.
20965         (write_types_process_field): Reorder parameters to gt_pch_note_object,
20966         call reorder_note_routine.
20967         (write_func_for_structure): Reorder parameters to gt_pch_note_object.
20968         (ggc_wtd): Update for change to struct write_types_data.
20969         (pch_wtd): Likewise.
20970         * ggc.h (gt_pch_note_object): Reorder parameters.
20971         (gt_handle_reorder): New definition.
20972         (gt_pch_note_reorder): New prototype.
20973         * ggc-common.c (struct ptr_data): Add reorder_fn.
20974         (gt_pch_note_object): Reorder parameters.
20975         (gt_pch_note_reorder): New.
20976         (gt_pch_save): Call reorder_fn.
20977         * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
20979         * dbxout.c (cwd): Don't mark for PCH.
20981         2002-12-09  Geoffrey Keating  <geoffk@apple.com>
20983         * gengtype.c (finish_root_table): Fix some warnings.
20984         (write_root): Handle TYPE_STRING.
20985         * ggc.h (gt_ggc_m_S): Add prototype.
20986         * stringpool.c (gt_ggc_m_S): New function.
20988         2002-11-30  Geoffrey Keating  <geoffk@apple.com>
20990         * dwarf2out.c (dw2_string_counter): New.
20991         (AT_string_form): Use it.
20992         (same_dw_val_p): Update for removal of hashtable.h hash tables.
20994         2002-11-22  Geoffrey Keating  <geoffk@apple.com>
20996         * dbxout.c: Include gt-dbxout.h.
20997         (lastfile): Mark for PCH/GGC.
20998         (cwd): Likewise.
20999         (struct typeinfo): Likewise.
21000         (typevec): Likewise.
21001         (typevec_len): Likewise.
21002         (next_type_number): Likewise.
21003         (struct dbx_file): Likewise.
21004         (current_file): Likewise.
21005         (next_file_number): Likewise.
21006         (dbxout_init): Allocate typevec, struct dbx_file with GGC.
21007         (dbxout_start_source_file): Allocate struct dbx_file with GGC.
21008         (dbxout_end_source_file): Don't free struct dbx_file.
21009         (dbxout_type): Use GGC to allocate typevec.
21010         * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
21011         (GTFILES): Add dbxout.c.
21012         (gt-dbxout.h): New rule.
21014         * Makefile.in (c-pch.o): Add debug.h as dependency.
21015         * c-pch.c: Include debug.h.
21016         (pch_init): Call start_source_file to keep nesting right.
21017         (c_common_read_pch): Add orig_name parameter.  Call
21018         start_source_file debug hook.  Call end_source_file debug hook.
21019         * c-common.h (c_common_read_pch): Update prototype.
21020         * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
21021         callback.
21022         * cppfiles.c (struct include_file): Add new field `header_name'.
21023         (find_or_create_entry): Default it to `name'.
21024         (open_file_pch): Set it to the original header file searched for.
21025         (stack_include_file): Don't stack an empty buffer, just handle
21026         PCH files immediately.  Pass header_name field to read_pch callback.
21028         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
21030         * function.c (funcdef_no): Mark to be saved in a PCH.
21032         2002-11-15  Geoffrey Keating  <geoffk@apple.com>
21034         * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
21036         * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
21038         2002-11-14  Geoffrey Keating  <geoffk@apple.com>
21040         * optabs.h (code_to_optab): Add GTY marker.
21042         2002-11-13  Geoffrey Keating  <geoffk@apple.com>
21044         * Makefile.in (GTFILES): Add cpplib.h.
21045         * c-common.h (struct c_common_identifier): Don't skip 'node' field.
21046         * c-decl.c (build_compound_literal): Don't use var_labelno.
21047         * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
21048         * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
21049         * varasm.c (const_labelno): Use gengtype to mark.
21050         (var_labelno): Likewise.
21051         (in_section): Likewise.
21052         (in_named_name): Likewise.
21053         (struct in_named_entry): Likewise.
21054         (in_named_htab): Likewise.
21055         (set_named_section_flags): Use GGC to allocate struct in_named_entry.
21056         (init_varasm_once): Use GGC to allocate in_named_htab.
21057         * config/darwin.c (current_pic_label_num): Mark for PCH.
21059         2002-11-11  Geoffrey Keating  <geoffk@apple.com>
21061         * ggc-simple.c (init_ggc_pch): New stub procedure.
21062         (ggc_pch_count_object): Likewise.
21063         (ggc_pch_total_size): Likewise.
21064         (ggc_pch_this_base): Likewise.
21065         (ggc_pch_alloc_object): Likewise.
21066         (ggc_pch_prepare_write): Likewise.
21067         (ggc_pch_write_object): Likewise
21068         (ggc_pch_finish): Likewise.
21069         (ggc_pch_read): Likewise.
21071         2002-11-08  Geoffrey Keating  <geoffk@apple.com>
21073         * c-pch.c (c_common_write_pch): Write the macro definitions after
21074         the GCed data.
21075         (c_common_read_pch): Call cpp_prepare_state.  Restore the macro
21076         definitions after the GCed data.
21077         * cpplib.c (save_macros): New.
21078         (reset_ht): New.
21079         (cpp_write_pch_deps): Split out of cpp_write_pch.
21080         (cpp_write_pch_state): Split out of cpp_write_pch.
21081         (cpp_write_pch): Delete.
21082         (struct save_macro_data): Delete.
21083         (cpp_prepare_state): New.
21084         (cpp_read_state): Erase and restore initial macro definitions.
21085         * cpplib.h (struct save_macro_data): Forward-declare.
21086         (cpp_write_pch_deps): Prototype.
21087         (cpp_write_pch_state): Prototype.
21088         (cpp_write_pch): Delete prototype.
21089         (cpp_prepare_state): Prototype.
21090         (cpp_read_state): Add fourth argument.
21092         2002-11-04  Geoffrey Keating  <geoffk@apple.com>
21094         * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
21095         (write_array): Remove warning.
21097         * gengtype.c (contains_scalar_p): New.
21098         (finish_root_table): Add the table to all languages, even if it's
21099         empty.
21100         (write_roots): Output gt_pch_scalar_rtab.
21101         * ggc-common.c (gt_pch_save): Write out scalars.
21102         (gt_pch_restore): Read scalars back.
21104         * ggc-page.c (OBJECTS_IN_PAGE): New macro.
21105         (struct page_entry): Delete pch_page field.
21106         (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
21107         (clear_marks): Likewise.
21108         (sweep_pages): Likewise.
21109         (poison_pages): Likewise.
21110         (ggc_print_statistics): Likewise.
21111         (ggc_pch_read): Don't free objects read from a PCH.
21112         Properly set up in_use_p and page_tails.
21114         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
21116         * gengtype.c (struct write_types_data): New.
21117         (struct walk_type_data): Make `cookie' const; add extra
21118         prev_val item; add `orig_s' field.
21119         (walk_type): Update prev_val[3].
21120         (write_types_process_field): New.
21121         (write_func_for_structure): Take write_types_data structure.
21122         (write_types): New.
21123         (ggc_wtd): New.
21124         (pch_wtd): New.
21125         (write_types_local_process_field): New.
21126         (gc_mark_process_field): Delete.
21127         (write_local_func_for_structure): New.
21128         (gc_mark_func_name): Delete.
21129         (write_gc_types): Delete.
21130         (write_local): New.
21131         (finish_root_table): Don't include 'ggc_' in PFX.
21132         (write_root): Rename from write_root.  Fill pchw field of structures.
21133         (write_array): New.
21134         (write_roots): Rename from write_gc_roots.  Split out to write_array.
21135         Update to changes to other routines.  Write gt_pch_cache_rtab table.
21136         (main): Write PCH walking routines.
21137         * ggc-common.c: Include toplev.h, sys/mman.h.
21138         (ggc_mark_roots): For cache hashtables, also mark the hash table
21139         and the array of entries.
21140         (saving_htab): New.
21141         (struct ptr_data): New.
21142         (POINTER_HASH): New.
21143         (gt_pch_note_object): New.
21144         (saving_htab_hash): New.
21145         (saving_htab_eq): New.
21146         (struct traversal_state): New.
21147         (call_count): New.
21148         (call_alloc): New.
21149         (compare_ptr_data): New.
21150         (relocate_ptrs): New.
21151         (write_pch_globals): New.
21152         (struct mmap_info): New.
21153         (gt_pch_save): New.
21154         (gt_pch_restore): New.
21155         * ggc-page.c (ROUND_UP_VALUE): New.
21156         (ROUND_UP): New.
21157         (struct page_entry): Add field `pch_page'.
21158         (init_ggc): Use ROUND_UP.
21159         (struct ggc_pch_data): Declare.
21160         (init_ggc_pch): New.
21161         (ggc_pch_count_object): New.
21162         (ggc_pch_total_size): New.
21163         (ggc_pch_this_base): New.
21164         (ggc_pch_alloc_object): New.
21165         (ggc_pch_prepare_write): New.
21166         (ggc_pch_write_object): New.
21167         (ggc_pch_finish): New.
21168         (ggc_pch_read): New.
21169         * ggc.h (gt_pointer_operator): New.
21170         (gt_note_pointers): New.
21171         (gt_pch_note_object): New prototype.
21172         (gt_pointer_walker): New.
21173         (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
21174         (LAST_GGC_ROOT_TAB): Update.
21175         (gt_pch_cache_rtab): Declare.
21176         (gt_pch_scalar_rtab): Declare.
21177         (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
21178         (LAST_GGC_CACHE_TAB): Update.
21179         (gt_pch_save_stringpool): Declare.
21180         (gt_pch_restore_stringpool): Declare.
21181         (gt_pch_p_S): Declare.
21182         (gt_pch_n_S): Declare.
21183         (struct ggc_pch_data): Forward-declare.
21184         (init_ggc_pch): Declare.
21185         (ggc_pch_count_object): Declare.
21186         (ggc_pch_total_size): Declare.
21187         (ggc_pch_this_base): Declare.
21188         (ggc_pch_alloc_object): Declare.
21189         (ggc_pch_prepare_write): Declare.
21190         (ggc_pch_write_object): Declare.
21191         (ggc_pch_finish): Declare.
21192         (ggc_pch_read): Declare.
21193         (gt_pch_save): Declare.
21194         (gt_pch_restore): Declare.
21195         * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
21196         * emit-rtl.c (init_emit_once): Allocate const_int_htab,
21197         const_double_htab, mem_attrs_htab using GGC.
21198         * c-pch.c: Include ggc.h.
21199         (pch_init): Allow reading PCH file back.
21200         (c_common_write_pch): Call gt_pch_save.
21201         (c_common_read_pch): Call gt_pch_restore.
21202         * c-parse.in (init_reswords): Delete now-untrue comment.
21203         Allocate ridpointers using GGC.
21204         * c-objc-common.c (c_objc_common_finish_file): Write PCH before
21205         calling expand_deferred_fns.
21206         * c-common.h (ridpointers): Mark for GTY machinery.
21207         * Makefile.in (stringpool.o): Update dependencies.
21208         (c-pch.o): Update dependencies.
21209         (ggc-common.o): Update dependencies.
21210         * stringpool.c: Include gt-stringpool.h.
21211         (gt_pch_p_S): New.
21212         (gt_pch_n_S): New.
21213         (struct string_pool_data): New.
21214         (spd): New.
21215         (gt_pch_save_stringpool): New.
21216         (gt_pch_restore_stringpool): New.
21217         * tree.c (init_ttree): Make type_hash_table allocated using GC.
21219         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
21221         * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
21222         (output_mangled_typename): Don't pass size_t to printf.
21224         * tree.h (union tree_type_symtab): Add tag to `address' field.
21225         (union tree_decl_u2): Add tag to 'i' field.
21226         * varasm.c (union rtx_const_un): Add tags to all fields.
21227         * gengtype.c (struct walk_type_data): New.
21228         (output_escaped_param): Take struct walk_type_data parameter.
21229         (write_gc_structure_fields): Delete.
21230         (walk_type): New.
21231         (write_gc_marker_routine_for_structure): Delete.
21232         (write_func_for_structure): New.
21233         (gc_mark_process_field): New.
21234         (gc_mark_func_name): New.
21235         (gc_counter): Delete.
21236         (write_gc_types): Use write_func_for_structure.
21237         (write_gc_roots): Use walk_type.
21239         2002-10-02  Geoffrey Keating  <geoffk@apple.com>
21241         * ggc-common.c (ggc_mark_roots): Delete 'x'.
21242         (ggc_splay_dont_free): Fix warning about unused 'x'.
21243         (ggc_print_common_statistics): Remove warnings.
21245         2002-10-01  Mike Stump  <mrs@apple.com>
21247         * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
21248         * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
21250         2002-09-01  Geoffrey Keating  <geoffk@redhat.com>
21251             Catherine Moore  <clm@redhat.com>
21253         * Makefile (c-pch.o): Update dependencies.
21254         (LIBCPP_OBJS): Add cpppch.o.
21255         (cpppch.o): New.
21256         * c-common.c (c_common_init): Don't call pch_init here.
21257         * c-common.h (c_common_read_pch): Update prototype.
21258         * c-lex.c (c_common_parse_file): Call pch_init here.
21259         * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
21260         (c_common_decode_option): Handle them.
21261         * c-pch.c: Include c-pragma.h.
21262         (save_asm_offset): Delete.
21263         (pch_init): Move contents of save_asm_offset into here, call
21264         cpp_save_state.
21265         (c_common_write_pch): Call cpp_write_pch.
21266         (c_common_valid_pch): Warn only when -Winvalid-pch.  Call
21267         cpp_valid_state.
21268         (c_common_read_pch): Add NAME parameter.  Call cpp_read_state.
21269         * cppfiles.c (stack_include_file): Update for change to
21270         parameters of cb.read_pch.
21271         * cpphash.h (struct cpp_reader): Add `savedstate' field.
21272         * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
21273         `restore_pch_deps' fields.
21274         (struct cpp_callbacks): Add NAME parameter to `read_pch'.
21275         (cpp_save_state): Prototype.
21276         (cpp_write_pch): Prototype.
21277         (cpp_valid_state): Prototype.
21278         (cpp_read_state): Prototype.
21279         * cpppch.c: New file.
21280         * flags.h (version_flag): Remove prototype.
21281         * mkdeps.c (deps_save): New.
21282         (deps_restore): New.
21283         * mkdeps.h (deps_save): Prototype.
21284         (deps_restore): Prototype.
21285         * toplev.c (late_init_hook): Delete.
21286         (version_flag): Make static again.
21287         (compile_file): Don't call late_init_hook.
21288         * toplev.h (late_init_hook): Delete.
21289         * doc/cppopts.texi: Document -fpch-deps.
21290         * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
21292         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
21294         * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
21295         callers.
21296         (c_common_valid_pch): Rename from c_valid_pch, change callers.
21297         (c_common_read_pch): Rename from c_read_pch, change callers.
21299         * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
21300         a space between it and its argument.
21302         2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
21304         * c-pch.c: New file.
21305         * toplev.h (late_init_hook): Declare.
21306         * toplev.c (late_init_hook): Define.
21307         (version_flag): Make globally visible.
21308         (compile_file): Call late_init_hook.
21309         (init_asm_output): Make output file seekable.
21310         * gcc.c (default_compilers): Update c-header rule.
21311         * flags.h (version_flag): Declare.
21312         * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
21313         fields.
21314         * cppfiles.c (struct include_file): Add 'pch' field.
21315         (INCLUDE_PCH_P): New.
21316         (open_file_pch): New.
21317         (stack_include_file): Handle PCH files specially.
21318         (find_include_file): Call open_file_pch instead of open_file.
21319         (_cpp_read_file): Explain why open_file is used instead of
21320         open_file_pch.
21321         * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
21322         * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
21323         * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
21324         in cpplib callbacks.
21325         * c-common.c (pch_file): Correct comment.
21326         (allow_pch): Define.
21327         (c_common_init): Call pch_init.
21328         * c-common.h (allow_pch): Declare.
21329         (pch_init): Declare.
21330         (c_valid_pch): Declare.
21331         (c_read_pch): Declare.
21332         (c_write_pch): Declare.
21333         * Makefile.in (c-pch.o): New.
21334         (C_AND_OBJC_OBJS): Add c-pch.o.
21335         * doc/invoke.texi (Precompiled Headers): Add index entries,
21336         complete truncated paragraph.
21338         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
21340         * c-common.c: (pch_file): Define.
21341         * c-common.h (pch_file): Declare.
21342         * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
21343         (missing_arg): Require --output-pch= to have an argument.
21344         (c_common_decode_option): Handle --output-pch=.
21345         * gcc.c: Document new %V.
21346         (default_compilers): Handle compiling C header files.
21347         (do_spec_1): Implement %V.
21348         (main): Handle "gcc foo.h" without trying to run linker.
21349         * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
21350         (Overall Options): Document what the driver does with header files,
21351         document new -x option possibilities.
21352         (Invoking G++): More documentation for PCH.
21353         (Precompiled Headers): New.
21355         2002-08-09  Geoffrey Keating  <geoffk@redhat.com>
21357         * ggc.h: Don't include varray.h.  Rearrange functions to be more
21358         organized.
21359         (ggc_add_root): Delete.
21360         (ggc_mark_rtx): Delete.
21361         (ggc_mark_tree): Delete.
21362         (struct ggc_statistics): Remove contents.
21363         * ggc-common.c: Remove unneeded includes.
21364         (struct ggc_root): Delete.
21365         (roots): Delete.
21366         (ggc_add_root): Delete.
21367         (ggc_mark_roots): Don't mark `roots'.  Call ggc_mark_stringpool.
21368         (ggc_print_common_statistics): Remove most of the contents.
21369         * Makefile.in (GGC_H): No longer uses varray.h.
21370         (ggc-common.o): Update dependencies.
21371         (c-parse.o): Add varray.h to dependencies.
21372         (c-common.o): Add varray.h.
21373         * stringpool.c (mark_ident): Use mangled name for tree marker routine.
21374         (mark_ident_hash): Rename to ggc_mark_stringpool.
21375         (init_stringpool): Don't use ggc_add_root.
21376         * c-parse.in: Include varray.h.
21377         * c-common.c: Include varray.h.
21378         * objc/Make-lang.in (objc-act.o): Add varray.h.
21379         * objc/objc-act.c: Include varray.h.
21381         2002-07-25  Geoffrey Keating  <geoffk@redhat.com>
21383         * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
21384         (dw_cfi_oprnd1_desc): Likewise.
21386         2002-07-17  Geoffrey Keating  <geoffk@redhat.com>
21388         * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
21389         move out of ifdef.
21390         (alpha_links): Use gengtype to mark; move out of ifdef.
21391         (mark_alpha_links_node): Delete.
21392         (mark_alpha_links): Delete.
21393         (alpha_need_linkage): Use GGC to allocate splay tree, struct
21394         alpha_links, strings.  Don't use ggc_add_root.
21395         * ggc-common.c (ggc_splay_alloc): New.
21396         (ggc_splay_dont_free): New.
21397         * ggc.h (ggc_mark_rtx): Update for changed name mangling.
21398         (ggc_mark_tree): Likewise.
21399         (splay_tree_new_ggc): New.
21400         (ggc_splay_alloc): Declare.
21401         (ggc_splay_dont_free): Declare.
21402         * dwarf2asm.c: Include gt-dwarf2asm.h.
21403         (mark_indirect_pool_entry): Delete.
21404         (mark_indirect_pool): Delete.
21405         (indirect_pool): Use gengtype to mark.
21406         (dw2_force_const_mem): Don't use ggc_add_root.
21407         * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
21408         (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
21409         (gt-dwarf2asm.h): Depend on s-gtype.
21411         2002-07-08  Geoffrey Keating  <geoffk@redhat.com>
21413         * tree.h (union tree_type_symtab): Mark `die' field.
21414         * Makefile.in (dwarf2out.o): Update dependencies.
21415         * dwarf2out.c: Use GGC to allocate all structures.  Convert to htab_t
21416         hash tables.
21417         (dw_cfi_oprnd1_desc): New function.
21418         (dw_cfi_oprnd2_desc): New function.
21419         (indirect_string_alloc): Delete.
21420         (debug_str_do_hash): New function.
21421         (debug_str_eq): New function.
21422         (mark_limbo_die_list): Delete.
21423         (dwarf2out_init): Don't call ggc_add_root.
21425 2003-01-09  Vladimir Makarov  <vmakarov@redhat.com>
21427         The following changes are merged from itanium-sched-branch:
21429         2003-01-08  David Edelsohn  <edelsohn@gnu.org>
21431         * doc/md.texi: Clarify assignment of units to automata description.
21433         2003-01-08  Vladimir Makarov  <vmakarov@redhat.com>
21435         * genautomata.c (unit_decl): Remove members
21436         `the_same_automaton_unit' and
21437         `the_same_automaton_message_reported_p'.
21438         (process_unit_to_form_the_same_automaton_unit_lists,
21439         form_the_same_automaton_unit_lists_from_regexp,
21440         form_the_same_automaton_unit_lists, the_same_automaton_lists):
21441         Remove them.
21442         (annotation_message_reported_p): New global variable.
21443         (check_unit_distribution_in_reserv,
21444         check_regexp_units_distribution): New functions.
21445         (check_unit_distributions_to_automata): Rewrite it.
21447         2003-01-04  Vladimir Makarov  <vmakarov@redhat.com>
21449         * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
21450         Use continue instead of break if cycle is too big.
21452         2002-12-20  Vladimir Makarov  <vmakarov@redhat.com>
21454         * genautomata.c (check_unit_distributions_to_automata): Output at
21455         most one message for a unit.
21456         (process_unit_to_form_the_same_automaton_unit_lists): Check
21457         automaton of units instead of units themself.
21459         * doc/md.texi: Describe the constraint about assigning unit to
21460         automata.
21462         2002-12-20  Jan Hubicka  <jH@suse.cz>
21463                     Vladimir Makarov  <vmakarov@redhat.com>
21465         * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
21466         and `in_set_p'.
21467         (gen_cpu_unit): Initialize the new members.
21468         (process_regexp_cycles): Calculate minimal finish cycle too.  Set
21469         up `min_occ_cycle_num'.
21470         (evaluate_max_reserv_cycles): Change the function call.
21471         (CLEAR_BIT): New macro.
21472         (states_union, state_shift): Use the mask.
21473         (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
21474         (form_reservs_matter): New function.
21475         (make_automaton): Call the function and use the mask.
21476         (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
21477         account.
21479         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21481         * config/ia64/itanium2.md (lfetch): Change the insn reservation.
21483         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21485         * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
21486         for Itanium.
21488         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21490         * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
21491         default cpu.
21493         2002-12-17  Vladimir Makarov  <vmakarov@redhat.com>
21494                 2002-10-31  Dale Johannesen <dalej@apple.com>
21496         * haifa-sched.c (find_set_reg_weight): New function.
21497         (find_insn_reg_weight): Use the new function.
21498         (schedule_block): Do sorting ready queue always
21499         after insn issue.
21501         2002-11-27  Vladimir Makarov  <vmakarov@redhat.com>
21503         * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
21505         2002-11-19  Vladimir Makarov  <vmakarov@redhat.com>
21507         * haifa-sched.c (choice_entry): New structure.
21508         (choice_stack, cycle_issued_insns): New variables.
21509         (max_issue): Rewrite it.
21510         (choose_ready): Set up ready_try for unknown insns too.
21511         (schedule_block): Allocate and free choice_stack.  Set up
21512         and modify cycle_issued_insns.
21514         * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
21515         with and without filling the bundle.
21516         (bundling): Combine calls of issue_nops_and_insn.
21518         2002-10-17  Vladimir Makarov  <vmakarov@redhat.com>
21520         * config/ia64/itanium1.md: New file.
21522         * config/ia64/itanium2.md: New file.
21524         * config/ia64/ia64.md: Move DFA descriptions into the new files.
21525         Remove the old pipeline description.
21527         * config/ia64/ia64.c (ia64_override_options): Add aliases of
21528         itanium processor names.
21530         2002-10-16  Vladimir Makarov  <vmakarov@redhat.com>
21532         * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
21533         (ia64_reorg):  Set up queried unit codes for Itanium2 too.
21535         * config/ia64/ia64.md: Add descriptions for Itanium2.
21537         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
21539         * config/ia64/ia64.h (processor_type): New enumeration.
21540         (ia64_tune, ia64_tune_string): New external declarations.
21541         (TARGET_OPTIONS): Add option `tune='.
21543         * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
21544         variables.
21545         (ia64_override_options): Set up `ia64_tune'.
21546         (ia64_sched_reorder2): Set up `clocks' only for Itanium.
21547         (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
21548         (bundling): Add nops for MM-insns only for Itanium.
21549         (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
21550         Itanium.
21552         * config/ia64/ia64.md (cpu): New attribute.
21553         (DFA description): Enable it only for Itanium.
21555         2002-10-08  Vladimir Makarov  <vmakarov@redhat.com>
21556                     Richard Henderson  <rth@redhat.com>
21558         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
21559         MASK_EARLY_STOP_BITS.
21560         (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
21561         (TARGET_SWITCHES): Rename option `tune-stop-bits' to
21562         `early-stop-bits'.
21564         * config/ia64/ia64.c (ia64_dfa_new_cycle,
21565         final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
21566         instead of TARGET_TUNE_STOP_BITS.
21568         * doc/invoke.texi: Rename option `-mtune-stop-bits' to
21569         `-mearly-stop-bits'.
21571         * config/ia64/ia64.c (automata_option "v"): Comment it.
21573         2002-10-07  Vladimir Makarov  <vmakarov@redhat.com>
21575         * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
21576         New macros.
21577         (TARGET_SWITCHES): Add entries for the new option.
21579         * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
21580         dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
21581         (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
21582         global variables.
21583         (ia64_sched_reorder2): Set up `clocks'.
21584         (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
21585         (ia64_dfa_new_cycle): Set up add_cycle.  Permit sorting ready
21586         queue when TARGET_TUNE_STOP_BITS.
21587         (bundling): Insert additional nops for MM-insns.
21588         (final_emit_insn_group_barriers): Add insertion of stop bits
21589         according `stops_p'.
21590         (ia64_reorg): Initiate the new varibales.
21592         * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
21594         2002-10-02  Vladimir Makarov  <vmakarov@redhat.com>
21596         * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
21597         insns at the end of block insn scheduling.
21599         2002-09-30  Vladimir Makarov  <vmakarov@redhat.com>
21601         * sched-deps.c (remove_dependence, group_leader): Remove it.
21602         (add_dependence): Add dependence to group leader to.
21603         (set_sched_group_p): Add dependence to the first insn of the
21604         schedule group too.
21605         (sched_analyze_insn): Make dependence to jump as anti-dependence.
21606         Change true dependence by anti-dependence when
21607         `reg_pending_barrier'.
21609         * sched-rgn.c (init_ready_list, can_schedule_ready_p,
21610         add_branch_dependences): Ignore schedule groups.
21612         * sched-ebb.c (init_ready_list): Ditto.
21614         * (move_insn, set_priorities): Ditto.
21616         * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
21617         flag is clear after reload.
21618         (adjust_cost): Change cost only for output dependencies.
21620         * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
21622         2002-09-26  Vladimir Makarov  <vmakarov@redhat.com>
21624         * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
21626         * target.h (gcc_target): Add member
21627         `dependencies_evaluation_hook'.
21629         * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
21630         macro.
21631         (TARGET_SCHED): Add initiatialization of the new member.
21633         * sched-ebb.c: Include `target.h'.
21634         (schedule_ebb): Call `dependencies_evaluation_hook'.
21636         * sched-rgn.c (schedule_region): Call
21637         `dependencies_evaluation_hook'.
21639         * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21640         New macro.
21641         (ia64_dependencies_evaluation_hook): New function.
21643         * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21644         Describe the new hook.
21646         2002-09-25  Vladimir Makarov  <vmakarov@redhat.com>
21648         * target.h (gcc_target): Add members
21649         `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
21651         * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
21652         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
21653         macros.
21654         (TARGET_SCHED): Add initiatialization of the new members.
21656         * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
21657         insn scheduling too.
21658         (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
21659         initialize `ready_try'.
21660         (schedule_block): Use `dfa_new_cycle'.  Sort `ready' only unless
21661         `dfa_new_cycle' says not to do it.
21663         * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
21664         bundling.
21666         * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
21668         * config/ia64/ia64.c: Include `hashtab.h'.
21669         (ia64_first_cycle_multipass_dfa_lookahead_guard,
21670         ia64_dfa_new_cycle, final_emit_insn_group_barriers,
21671         ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
21672         initiate_bundle_states, finish_bundle_states, bundle_state_hash,
21673         bundle_state_eq_p, insert_bundle_state,
21674         initiate_bundle_state_table, finish_bundle_state_table,
21675         try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
21676         get_template, get_next_important_insn, bundling): New functions.
21677         (ia64_internal_sched_reorder): Remove it.
21678         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
21679         TARGET_SCHED_DFA_NEW_CYCLE): New macros.
21680         (ia64_safe_itanium_requires_unit0): Remove it.
21681         (group_barrier_needed_p): Place group barrier right before a real
21682         insn.
21683         (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
21684         Remove them.
21685         (bundle_name): New variable.
21686         (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
21687         _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
21688         _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
21689         pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
21690         temp_dfa_state, prev_cycle_state): New global variables.
21691         (insn_matches_slot, maybe_rotate, finish_last_head,
21692         rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
21693         cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
21694         find_best_packet, itanium_reorder, dump_current_packet,
21695         schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
21696         (sched_data, sched_ready, sched_types): Remove them.
21697         (ia64_sched_init): Initiate only `last_scheduled_insn' and call
21698         `init_insn_group_barriers'.
21699         (ia64_sched_reorder, ia64_sched_reorder2): Call
21700         ia64_dfa_sched_reorder.
21701         (ia64_variable_issue): Rewrite it.
21702         (bundle_state): New structure.
21703         (index_to_bundle_states, bundle_states_num,
21704         allocated_bundle_states_chain, free_bundle_state_chain): New
21705         global variables.
21706         (ia64_sched_finish): Add stop bits and call `bundling' after the
21707         2nd insn scheduling.
21708         (ia64_use_dfa_pipeline_interface): Return zero always.
21709         (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
21710         insn scheduling.
21711         (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
21712         `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
21713         (ia64_reorg): Add bundling insns.
21715         * doc/tm.texi
21716         (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
21717         TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
21719         2002-09-23  Vladimir Makarov  <vmakarov@redhat.com>
21721         * config/ia64/ia64.md: Add Itanium1 DFA description.
21722         (itanium_class): Add `nop' and `pre_cycle'.  Add
21723         define_function_unit for `nop'.
21724         (nop): Change attribute `itanium_class'.
21725         (pre_cycle): New define_insn.
21727         * config/ia64/ia64-protos.h (bundling_p): New external variable.
21728         (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
21729         ia64_produce_address_p): New function prototypes.
21731         * config/ia64/ia64.c (bundling_p): New global variable.
21732         (ia64_use_dfa_pipeline_interface,
21733         ia64_first_cycle_multipass_dfa_lookahead,
21734         ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
21735         functions.
21736         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
21737         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
21738         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
21739         TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
21740         (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
21741         ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
21742         (dfa_pre_cycle_insn): New variable.
21744         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
21746         * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
21747         constructions.
21749         * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
21750         New function prototypes.
21752         * genattrtab.c (main): Process the new constructions.
21754         * genautomata.c (gen_presence_absence_set,
21755         process_presence_absence_names, process_presence_absence_patterns,
21756         add_presence_absence, check_absence_pattern_sets): Add parameter
21757         `final_p'.
21758         (unit_decl): Add new members `final_presence_list' and
21759         `final_absence_list'.
21760         (unit_pattern_rel_decl): Add new member `final_p'.
21761         (gen_final_presence_set, gen_final_absence_set): New functions.
21762         (process_decls): Use member `final_p'.
21763         (temp_reserv): New global variable.
21764         (reserv_sets_are_intersected): Add processing `final_presence_set'
21765         and `final_absence_set'.
21766         (initiate_states): Allocate `temp_reserv'.
21767         (unit_final_presence_set_table, unit_final_absence_set_table): New
21768         gloabal variables.
21769         (initiate_presence_absence_pattern_sets): Initiate them.
21770         (NDFA_to_DFA): Fix typo.
21771         (output_description): Output `final_presence_set' and
21772         `final_absence_set'.
21774         * doc/md.texi (final_presence_set, final_absence_set): Describe
21775         them.
21777         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
21779         * genautomata.c (transform_3): Process a missing case (nothing on
21780         unit place).
21782         2002-09-20  Vladimir Makarov  <vmakarov@redhat.com>
21784         * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
21785         comments about queried units and the minimization.
21787         * doc/md.texi: Ditto.
21789         * genautomata.c (create_composed_state): Return nonzero if the new
21790         state has been created.
21791         (first_cycle_unit_presence): New function.
21792         (state_is_differed): Add new parameter.  Use the new function.
21793         Take queried units into account.
21794         (partition_equiv_class): Pass additional parameter to
21795         `state_is_differed'.
21796         (merge_states): Process composed states too.
21797         (build_automaton, create_automata, output_min_issue_delay_table,
21798         output_tables, output_statistics): Output more information.
21799         (output_reserved_units_table): Use function
21800         `first_cycle_unit_presence'.
21801         (output_tables): Output table of queried units even if the
21802         minimization is switched on.
21803         (write_automata): Output code for querying units even if the
21804         minimization is switched on.
21806         2002-09-19  Vladimir Makarov  <vmakarov@redhat.com>
21808         * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
21809         syntax of the constructions.
21811         * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
21812         extended syntax of the constructions.
21814         * genautomata.c (unit_rel_decl): Rename it to
21815         `unit_pattern_rel_decl'.
21816         (pattern_set_el, pattern_reserv): New structures.
21817         (pattern_set_el_t, pattern_reserv_t): New types.
21818         (gen_presence_absence_set): New function.
21819         (process_presence_absence): Remove it.
21820         (process_presence_absence_names,
21821         process_presence_absence_patterns): New functions.
21822         (get_presence_absence_set): Remove it.
21823         (initiate_presence_absence_sets): Rename it on
21824         `initiate_presence_absence_pattern_sets'.  Use new function
21825         `form_reserv_sets_list'.
21826         (form_reserv_sets_list, check_presence_pattern_sets,
21827         check_absence_pattern_sets, output_pattern_set_el_list): New
21828         functions.
21829         (unit_decl): Change types of members `presence_list' and
21830         `absence_list'.
21831         (unit_rel_decl): Rename member `names_num' to `all_names_num'.
21832         (decl): Change types of members `excl', `presence', and `absence'.
21833         (get_str_vect): Rename `par_flag' to `paren_p'.  Add null element
21834         at the end of the vector.
21835         (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
21836         gen_automaton, gen_regexp_repeat, gen_regexp_allof,
21837         gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
21838         (gen_presence_set, gen_absence_set): Use new function
21839         `gen_presence_absence_set'.
21840         (add_presence_absence): Process `pattern_list' instead of
21841         `source_list'.
21842         (process_decls): USe new functions
21843         `process_presence_absence_names' and
21844         `process_presence_absence_patterns'.
21845         (reserv_sets_are_intersected): Use new function
21846         `check_presence_pattern_sets'.
21847         (presence_set, absence_set): Remove them.
21848         (unit_presence_set_table, unit_absence_set_table): New global
21849         variables.
21850         (output_description): Use new function
21851         `output_pattern_set_el_list'.
21852         (generate): Use `initiate_presence_absence_pattern_sets'.
21854         2002-09-18  Vladimir Makarov  <vmakarov@redhat.com>
21856         * genattr.c (main): Add output of prototype of new interface
21857         function `dfa_clean_insn_cache'.
21859         * genautomata.c (output_dfa_clean_insn_cache_func): New function.
21860         (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
21861         (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
21862         the generated code.
21863         (write_automata): Call the new function.
21865 2003-01-09  Jan Hubicka  <jh@suse.cz>
21867         * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
21868         correctly.
21870 2003-01-09  Paolo Carlini  <pcarlini@unitus.it>
21872         * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
21874 2003-01-09  J"orn Rennecke <joern.rennecke@superh.com>
21876         * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
21877         (EXTRA_ADDRESS_CONSTRAINT): Likewise.
21878         (CONSTRAINT_LEN): Provide default definition.
21879         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
21880         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
21881         (EXTRA_CONSTRAINT_STR): Likewise.
21882         (REG_CLASS_FROM_CONSTRAINT): Define.
21883         * genoutput.c (check_constraint_len, constraint_len): New functions.
21884         (validate_insn_alternatives): Check CONSTRAINT_LEN for each
21885         constraint / modifier.
21886         (gen_insn): Call check_constraint_len.
21887         * local-alloc.c (block_alloc): Update to use new macros / pass
21888         second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
21889         * ra-build.c (handle_asm_insn): Likewise.
21890         * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
21891         (constrain_operands, peep2_find_free_register): Likewise.
21892         * regclass.c (record_operand_costs, record_reg_classes): Likewise.
21893         * regmove.c (find_matches): Likewise.
21894         * reload.c (push_secondary_reload, find_reloads): Likewise.
21895         (alternative_allows_memconst): Likewise.
21896         * reload1.c (maybe_fix_stack_asms): Likewise.
21897         (reload_cse_simplify_operands): Likewise.
21898         * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
21899         * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
21900         (CONST_OK_FOR_CONSTRAINT_P): Likewise.
21901         (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
21902         (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
21903         * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
21905         * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
21907 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
21909         * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
21910         length.
21911         (*extzv_1_r_h8300hs): Likewise.
21912         (*extzv_1_r_inv_h8300): Likewise.
21913         (*extzv_1_r_inv_h8300hs): Likewise.
21915 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
21917         * config/h8300/h8300.h (PREDICATE_CODES): New.
21919 2003-01-09  Kazu Hirata  <kazu@cs.umass.edu>
21921         * config/h8300/h8300.md (*addsi3_upper): New.
21922         (*iorsi3_shift): Likewise.
21923         (two splitters): Likewise.
21924         (*addsi3_shift): Likewise.
21925         (two splitters): Likewise.
21927 2003-01-09  Josef Zlomek  <zlomj9am@artax.karlin.mff.cuni.cz>
21929         * Makefile.in (optabs.o): Add dependency on basic-block.h.
21930         * basic-block.h (control_flow_insn_p): Fuction was exported.
21931         * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
21932         * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
21933         notes only when the region is contained in a single basic block.
21935 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
21937         PR inline-asm/8832
21938         * tree.h (expand_asm): New prototype.
21939         * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
21940         to do so.
21941         * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
21942         down to expand_asm.
21943         * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
21944         * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
21945         (volatile_refs_p) [ASM_INPUT]: Likewise.
21946         (side_effects_p) [ASM_INPUT]: Likewise.
21948 2003-01-09  Jan Hubicka  <jh@suse.cz>
21950         * i386.md (*mul*): FIx constraints; remove confused comment; fix
21951         athlon_decode attributes
21952         (imul/k8 optimization peep2s): New.
21954         * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
21955         * i386.md (type attribute): Add ssecomi.
21956         (unit, memory, prefix attributes): Handle ssecomi.
21957         (cvt?2? patterns): Fix athlon_decode attribute
21958         (comi patterns): Set attribute to ssecomi.
21960         PR target/8343
21961         * m68k.md (umulsidi, mulsidi expanders): Use register operand.
21963 2003-01-09  Richard Sandiford  <rsandifo@redhat.com>
21965         * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
21966         that match register_operands.
21967         * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
21968         register_operand the default case.
21970 2003-01-09  Eric Botcazou  <ebotcazou@libertysurf.fr>
21972         PR c/8032
21973         * c-typeck.c (process_init_element) [RECORD_TYPE]: For
21974         an empty element, do not advance the pointer to unfilled
21975         fields if there are pending initializers.
21977 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
21979         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
21980         (install-gcc-tooldir, install-cpp, installdirs,
21981         install-common, install-driver, install-info, install-man,
21982         install-headers, install-include-dir, install-headers-tar,
21983         install-headers-cpio, install-headers-cp, install-mkheaders,
21984         install-collect2, uninstall): Prepend $(DESTDIR) to
21985         destination paths in all (un)installation commands.
21986         (install-driver): Rewrite $(LN) commands to support DESTDIR
21987         with "ln" as well as with "ln -s".
21988         (installdirs): Simply use mkinstalldirs.
21989         (install-libgcc, install-multilib): Also pass DESTDIR.
21990         * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
21991         installation destination variable ldir.
21992         * config/alpha/t-osf4, config/arm/t-netbsd,
21993         config/ia64/t-hpux, config/mips/t-iris5-6,
21994         config/pa/t-hpux-shlib, config/rs6000/t-aix43,
21995         config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
21996         config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
21997         in the definition of SHLIB_INSTALL.
21998         * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
21999         $(libsubdir) in the installation commands.
22001 2003-01-08  Kaz Kojima  <kkojima@gcc.gnu.org>
22003         * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
22004         non-optimizing compile.
22005         (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
22006         compile.
22008 2003-01-08  Douglas B Rupp  <rupp@gnat.com>
22010         * config/i386/i386.c (ix86_attribute_table): Add new attributes
22011         ms_struct and gcc_struct.
22012         (ix86_handle_struct_attribute): New function.
22013         (ix86_ms_bitfield_layout_p): Update to take new attributes
22014         into account.
22015         * doc/extend.texi: Document new attributes.
22016         * testsuite/gcc.dg/bf-ms-attrib.c: New test.
22018 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
22020         PR optimization/8750
22021         * config/i386/i386.c (ix86_expand_prologue): Don't allow
22022         scheduling pass to move insns across __alloca call.
22024 2003-01-08  Dale Johannesen  <dalej@apple.com>
22026         * config/rs6000/rs6000.md:  Replace *store_multiple_string
22027         with *stmsi[3-8].
22029 2003-01-08  Jeff Sturm  <jsturm@one-point.com>
22031         PR target/9210
22032         * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
22033         Set SYMBOL_REF_FLAG on local data sym_ref.
22035 2003-01-08  Dale Johannesen  <dalej@apple.com>
22037         * function.c (assign_parms):  Don't set pretend_args_size if
22038           REG_PARM_STACK_SPACE.
22039           config/rs6000/rs6000.c (setup_incoming_varargs):  Don't set
22040           pretend_args_size.
22042 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
22044         * gcc.hlp: Delete.
22046 2003-01-09  Jan Hubicka  <jh@suse.cz>
22048         * i386.c  (ix86_expand_int_addcc): Fix thinko.
22050 2003-01-08  David Edelsohn  <edelsohn@gnu.org>
22052         * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
22053         * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
22054         as hook_bool_tree_hwi_hwi_tree_true.
22055         (rs6000_emit_allocate_stack): Use TARGET_32BIT.
22056         (rs6000_emit_epilogue): Same.
22057         (rs6000_output_mi_thunk): Re-implement as RTL.
22058         * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
22059         xcoffout_declare_function if any debugging enabled.
22061 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
22063         * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
22064         targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
22065         * config/mips/mips.h (enum processor_type): Rename
22066         PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
22067         PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
22068         Add PROCESSOR_M4K.
22069         (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
22070         (ISA_MIPS32R2): New define.
22071         (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
22072         (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
22073         (ISA_HAS_PREFETCH): Add support for MIPS32R2.
22074         (MIPS_ISA_DEFAULT): Likewise.  Also, fix indentation.
22075         (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2.  Add new
22076         predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
22077         (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
22078         compiling MIPS16 code.
22079         (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
22080         comment.
22081         (ISA_HAS_SEB_SEH): New define.
22082         (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
22083         * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
22084         processor_type value renaming.  Add support for MIPS32R2.
22085         Clean up comments, and move "sb1" entry with other MIPS64 CPU
22086         entries.
22087         (override_options): Reimplement -mipsN option handling so that
22088         it will work correctly for -mips32r2.  Avoid branch-likely
22089         instructions on MIPS32R2.
22090         * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
22091         (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
22092         (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
22093         (extendhisi2_hw, extendqisi2_hw): New.
22094         * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
22095         for MIPS32R2.  Add new predefine __mips_isa_rev for MIPS32,
22096         MIPS32R2, and MIPS64.
22097         (LINK_SPEC): Pass -mips32r2 to linker.
22098         * config/mips/t-isa3264: Built -mips32r2 multilibs.
22099         * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
22100         for mips32r2 in the -march description.  Alphabetically sort
22101         CPU names in the -march description.  Add long-missed -mips32
22102         and -mips64 to MIPS option summary.
22104         * config.gcc: Update copyright years to include 2003.
22105         * config/mips/mips.c: Likewise.
22106         * config/mips/mips.h: Likewise.
22107         * config/mips/mips.md: Likewise.
22108         * config/mips/netbsd.h: Likewise.
22109         * doc/invoke.texi: Likewise.
22111 2003-01-08  Andreas Schwab  <schwab@suse.de>
22113         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
22114         variable.
22115         * configure: Regenerated.
22117 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22119         * config/h8300/h8300.c (output_logical_op): Replace byte/word
22120         extraction of det with b0, b1, w0, w2, etc.
22121         (compute_logical_op_length): Likewise.
22122         (compute_logical_op_cc): Likewise.
22124 2003-01-08  Kazu Hirata  <kazu@cs.umass.edu>
22126         * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
22127         HIGH on all variants.
22129 2003-01-08  Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
22131         * Makefile.in (PARTITION_H): New.
22132         (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
22133         * basic-block.h: Include hard-reg-set.h.
22135 2003-01-08  Richard Earnshaw  <rearnsha@arm.com>
22137         * arm.h (ENABLE_XF_PATTERNS): Delete.
22138         * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
22139         (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
22140         (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
22141         (cmpxf_trap): Delete.
22142         (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
22144 2003-01-08  Jan Hubicka  <jh@suse.cz>
22146         * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
22147         (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
22148         (add??cc): New expanders.
22149         * i386.c (expand_int_addcc): New function.
22150         * i386-protos.h (expand_int_addcc): Declare.
22152         * alias.c (memory_modified_1): New static function.
22153         (memory_modified): New static varaible.
22154         (memory_modified_in_insn_p): New global function.
22155         * rtl.h (memory_modified_in_insn_p): Declare.
22156         * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
22157         references.
22159         * expr.h (emit_conditional_add): Declare.
22161 2003-01-07  Janis Johnson  <janis187@us.ibm.com>
22163         PR other/8947
22164         * doc/invoke.texi (-malign-double): Explain that the option breaks
22165         binary compatibility.
22167 2003-01-08  Andreas Schwab  <schwab@suse.de>
22169         * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
22170         should come from the generic *-*-linux* entry.
22172 2003-01-07  Jan Hubicka  <jh@suse.cz>
22174         * cselib.c (cselib_current_insn_in_libcall): New static variable.
22175         (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
22176         we are inside libcall.
22177         * cselib.h (elt_loc_list): Add in_libcall.
22178         * gcse.c (do_local_cprop): Do not copy propagate using insns
22179         in libcalls.
22181 2003-01-07  David Edelsohn  <edelsohn@gnu.org>
22183         * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
22184         not normally affect to issue rate.
22186 2003-01-07  Jan Hubicka  <jh@suse.cz>
22188         * genopinit.c (optabs): Add addc_optab.
22189         * ifcvt.c (noce_try_store_flag): Rename to ...
22190         (noce_try_addcc): ... this one; handle generic conditional increment.
22191         (noce_process_if_block): Update noce_try_addcc call.
22192         * optabs.c (emit_conditional_add): New.
22193         (init_obtabs): Initialize addc_optab.
22194         * optabs.h (optab_index): Add OTI_addcc.
22195         (addcc_optab): New macro.
22196         * md.texi: Document addMcc
22198         PR target/8322
22199         * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
22200         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22201         * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
22203         * reload1.c (delete_output_reload): Avoid repeated attempts
22204         to delete insn.
22206 2003-01-07  Andreas Schwab  <schwab@suse.de>
22208         * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
22209         Move --enable-initfini-array check ...
22210         * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here.  Define
22211         HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
22212         Don't AC_SUBST gcc_cv_initfinit_array.  Use AC_TRY_RUN.
22213         * configure: Rebuild.
22215 2003-01-07  Richard Henderson  <rth@redhat.com>
22217         * alias.c (find_base_value): Only use new_reg_base_value shortcut
22218         if the register is set once.
22220 2003-01-07  Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
22222         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
22223         __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
22224         * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
22226 2003-01-07  Benjamin Kosnik  <bkoz@redhat.com>
22227             Sunil Davasam  <sunil.k.davasam@intel.com>
22229         PR libstdc++/9076
22230         * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
22231         DW_CFA_same_value, read next and ignore.
22233 2003-01-07  Richard Henderson  <rth@redhat.com>
22235         * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
22237 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
22239         * cfg.c: Include alloc-pool.h
22240         (edge_pool): New pool.
22241         (bb_pool): New pool.
22242         (first_deleted_edge): Remove.
22243         (first_deleted_block): Remove.
22244         (init_flow): Alloc/free the pools.
22245         (free_edge): Use pools.
22246         (alloc_block): Ditto.
22247         (expunge_block): Ditto.
22248         (cached_make_edge): Ditto.
22250         * Makefile.in (cfg.o): Add alloc-pool.h dependency.
22252 2003-01-07  Daniel Berlin  <dberlin@dberlin.org>
22254         * et-forest.c: Include alloc-pool.h.
22255         (struct et_forest): Add node_pool and occur_pool.
22256         (et_forest_create): Create the new pools.
22257         (et_forest_delete): Delete them.
22258         (et_forest_add_node): Allocate and free using pools.
22259         (et_forest_add_edge): Ditto.
22260         (et_forest_remove_node): Ditto.
22261         (et_forest_remove_edge): Ditto.
22263         * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
22265 2003-01-07  Kazu Hirata  <kazu@cs.umass.edu>
22267         * config/h8300/h8300.c (output_logical_op): Simplify and
22268         optimize the handling of SImode.
22269         * config/h8300/h8300.c (compute_logical_op_length): Update
22270         accordingly.
22271         * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
22273 2003-01-07  Richard Sandiford  <rsandifo@redhat.com>
22275         * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
22276         big-endian correction to indirect arguments too.
22278 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
22280         Segher Boessenkool  <segher@koffie.nl>
22282         * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
22283         (alt_reg_names): Ditto, fix formatting.
22284         * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
22286 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22288         * config/h8300/h8300.c (final_prescan_insn): Constify uid.
22289         (output_logical_op): Constify intval and det.
22290         (compute_logical_length): Likewise.
22291         (compute_logical_cc): Likewise.
22292         (output_a_shift): Constify mask.
22293         (h8300_encode_label): Constify len.
22295 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22297         * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
22298         (h8300_expand_epilogue): Likewise.
22300 2003-01-06  Aldy Hernandez  <aldyh@redhat.com>
22302         Segher Boessenkool  <segher@koffie.nl>
22304         * config/rs6000/altivec.md: Remove spaces from assembler
22305         instruction argument lists.
22307 2003-01-07  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
22309         * config/c4x/c4x.c (c4x_naked_function_p): Rename from
22310         c4x_assembler_function_p.
22311         (c4x_null_epilogue_p): Complement return value, all uses updated.
22312         (c4x_insert_attributes): Add naked.
22313         * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
22314         * doc/extend.texi: Update C4x function attributes.
22316 2003-01-06  Richard Henderson  <rth@redhat.com>
22318         * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
22319         properly when changing "local-ness".
22320         * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
22322 2003-01-06  Dale Johannesen  <dalej@apple.com>
22324         * config/darwin-protos.h:  Add prototypes for new section functions.
22326 2003-01-06  Chris Demetriou  <cgd@broadcom.com>
22328         * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
22329         to EABI.
22331 2003-01-06  Zack Weinberg  <zack@codesourcery.com>
22333         * hwint.h: If the current compiler has no 64-bit type at all,
22334         make HOST_WIDEST_INT 32 bits.
22336 2003-01-06  Eric Christopher  <echristo@redhat.com>
22338         * config/mips/mips.md (movdf_internal2): Fix constraints.
22340 2003-01-06  Kazu Hirata  <kazu@cs.umass.edu>
22342         * config/h8300/h8300.md (*twoshifts_l16_r1): New.
22344 2003-01-06  Richard Sandiford  <rsandifo@redhat.com>
22346         * config/mips/mips.md (leadi): Use dla rather than la.
22348 2003-01-06  Svein E. Seldal  <Svein.Seldal@solidas.com>
22350         * config/c4x/c4x.h: Updated specs for new gas format.  Fixed bug
22351         in C33_FLAG.  Added proper C33 support in ASM_FILE_START macro.
22353 2003-01-06 Herman A.J. ten Brugge  <hermantenbrugge@home.nl>
22355         * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
22356         redefinition.
22358 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
22360         * config/h8300/h8300.md (*extzv_8_23): New.
22362 2003-01-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
22364         * pa64-hpux.h (JCR_SECTION_NAME): Define.
22365         (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
22366         USE_EH_FRAME_REGISTRY when defining.
22368 2003-01-05  Kazu Hirata  <kazu@cs.umass.edu>
22370         * config/h8300/h8300.c (output_a_shift): Do not output a
22371         variable shift.
22372         * config/h8300/h8300.md (two splitters): New.
22374 2003-01-05  Richard Sandiford  <rsandifo@redhat.com>
22376         * config/mips/mips.md: Disable the movstrsi define_split.
22378 2003-01-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22380         * alloc-pool.c: Don't include "libiberty.h".
22381         * config/sparc/gmon-sol2.c: Include <fcntl.h>.
22382         * convert.c (convert_to_real): Hide unused variable.
22384 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
22386         * Makefile.in (gtyp-gen.h): Const-ify.
22387         * gcov-dump.c (tag_table): Likewise.
22389 2003-01-04  Bruce Korb  <bkorb@gnu.org>
22391         * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
22392         of *both* the file name and the fix name.
22394 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
22396         * config.gcc (hppa*64*-*-hpux11*): Define extra_parts.  Don't use
22397         collect2.
22398         * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
22399         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
22400         * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
22401         GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
22402         GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
22403         (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
22404         elfos.h.
22405         (EH_FRAME_IN_DATA_SECTION): Delete define.
22406         (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
22407         (STARTFILE_SPEC): Use crtbegin.o.
22408         (ENDFILE_SPEC): Use crtend.o.
22409         (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
22410         SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
22411         PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
22412         DTOR_LIST_BEGIN): Define.
22413         * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
22414         (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
22415         * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
22417 2002-12-31  Larin Hennessy  <larin@science.oregonstate.edu>
22419         * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
22420         * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
22421         m88k-*-sysv3*, Sony NewsOS.   Remove references to i860.
22422         Cleanup handling of replacement text.
22423         * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
22425 2003-01-04  Bruce Korb  <bkorb@gnu.org>
22427         * fixinc/tests/base/math.h: removed obsolete results
22428         * fixinc/tests/base/stdlib.h: ditto
22429         * fixinc/tests/base/sys/param.h: ditto
22430         * fixinc/tests/base/sys/stat.h: ditto
22431         * fixinc/tests/base/time.h: ditto
22432         * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
22433         * fixinc/tests/base/sys/byteorder.h: ditto
22434         * fixinc/inclhack.def: Remove superfluous backslashes
22436 2003-01-04  Kazu Hirata  <kazu@cs.umass.edu>
22438         * config/h8300/h8300-protos.h: Add prototypes for
22439         the new functions defined below.
22440         * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
22441         define.
22442         (dosize): Emit RTL instead of assembly code.
22443         (push): Likewise.
22444         (pop): Likewise.
22445         (h8300_output_function_prologue): Remove.
22446         (h8300_expand_prologue): New.
22447         (h8300_expand_epilogue): New.
22448         (h8300_output_function_epilogue): Do only the reset of
22449         pragma_saveall.
22450         * config/h8300/h8300.md (push_h8300): New.
22451         (push_h8300hs): Likewise.
22452         (pop_h8300): Likewise.
22453         (pop_h8300hs): Likewise.
22454         (*stm_h8300s_2): Change the name to stm_h8300s_2.
22455         (*stm_h8300s_3): Change the name to stm_h8300s_3.
22456         (*stm_h8300s_4): Change the name to stm_h8300s_4.
22457         (*ldm_h8300s_2): New.
22458         (*ldm_h8300s_3): Likewise.
22459         (*ldm_h8300s_4): Likewise.
22460         (return): Likewise.
22461         (*return_1): Likewise.
22462         (prologue): Likewise.
22463         (epilogue): Likewise.
22464         (monitor_prologue): Likewise.
22466 2003-01-03  Dale Johannesen  <dalej@apple.com>
22468         * config/darwin.h:  (EXTRA_SECTIONS):  Add machopic_symbol_stub1,
22469           machopic_picsymbol_stub1.
22470           (EXTRA_SECTION_FUNCTIONS):  Ditto.
22471         * rs6000/rs6000.c:  Update copyright.
22472           (machopic_output_stub):  Use them.  Remove an insn from stub code.
22474 2003-01-02  Jason Merrill  <jason@redhat.com>
22476         * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
22478         * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
22479         static/external decls.
22481         * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
22482         outermost scope.
22483         * c-decl.c (c_make_fname_decl): Push the decls there, too.
22485 2003-01-03  Kazu Hirata  <kazu@cs.umass.edu>
22487         * config/h8300/h8300-protos.h: Add a prototype for
22488         h8300_current_function_interrupt_function_p.
22489         * config/h8300/h8300.c (interrupt_handler): Remove.
22490         (os_task): Likewise.
22491         (monitor): Likewise.
22492         (pragma_interrupt): New.
22493         (WORD_REG_USED): Use
22494         h8300_current_function_interrupt_function_p.
22495         (dosize): Likewise.
22496         (h8300_output_function_prologue): Likewise.
22497         Do not set interrupt_handler, os_task, monitor.
22498         (h8300_output_function_prologue): Use
22499         h8300_current_function_interrupt_function_p.
22500         Do not set interrupt_handler, os_task, monitor.
22501         (h8300_current_function_interrupt_function_p): New.
22502         (h8300_pr_interrupt): Set pragma_interrupt.
22503         (h8300_insert_attributes): Reset pragma_interrupt.
22505 2003-01-03  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
22507         * doc/install.texi (Configuration): Fix markup for reference to
22508         gcc/config.gcc.
22510 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
22512         * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
22513         (*iorhi3_two_qi): Likewise.
22514         (*iorsi3_zexthi): Likewise.
22515         (*xorhi3_zextqi): Likewise.
22516         (*xorsi3_zexthi): Likewise.
22517         (*xorsi3_zextqi): Likewise.
22519 2003-01-02  Kazu Hirata  <kazu@cs.umass.edu>
22521         * config/h8300/h8300.c (stack_pointer_operand): New.
22522         (const_int_gt_2_operand): Likewise.
22523         (const_int_ge_8_operand): Likewise.
22524         * config/h8300/h8300.md (a splitter): Likewise.
22525         (a peephole2): Likewise.
22526         * config/h8300/h8300-protos.h: Add prototypes for the new
22527         functions above.
22529 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
22531         * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
22532         objc/objc-act.h: Fix copyright years.
22534 2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
22536         * doc/passes.texi: Fix documentation for -fssa-ccp
22538 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
22540         * gccbug.in: Update for new categories.
22542 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22544         * config/h8300/h8300.md: Reorder some patterns.
22546 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22548         * config/h8300/h8300.c (output_logical_op): Fix a warning.
22550 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22552         * config/darwin-protos.h, config/c4x/c4x-protos.h,
22553         config/cris/cris-protos.h, config/i370/i370-protos.h,
22554         config/i960/i960-protos.h, config/ia64/ia64-protos.h,
22555         config/v850/v850-protos.h: Use struct, and don't conditionally
22556         compile on GCC_C_PRAGMA_H.
22558 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22560         * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
22561         * config/h8300/h8300-protos.h: Likewise.
22562         * config/sh/sh-protos.h: Likewise.
22564 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22566         * config/arm/arm-protos.h: Use struct cpp_reader instead of
22567         cpp_reader.
22568         * config/h8300/h8300-protos.h: Likewise.
22569         * config/sh/sh-protos.h: Likewise.
22571 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22573         * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
22574         arm_pr_long_calls_off): Use struct.
22575         * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
22576         : Similarly.
22577         Don't include cpplib.h.
22578         * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
22579         sh_pr_nosave_low_regs): Similarly.
22581 2003-01-01  Kazu Hirata  <kazu@cs.umass.edu>
22583         * config/h8300/h8300.c: Include cpplib.h.
22585 2003-01-01  Steven Bosscher  <s.bosscher@student.tudelft.nl>
22587         * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
22588           objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
22589           objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
22590           "GCC" in the copyright header.
22592 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
22594         * c-pragma.c (c_register_pragma): New.
22595         (init_pragma): Use it.
22596         * c-pragma.h (cpp_register_pragma): Don't declare.
22597         (c_register_pragma): New.
22598         * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
22599         * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
22600         * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
22601         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
22602         * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
22603         * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
22604         * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
22605         * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
22606         * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
22607         * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
22608         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
22609         * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
22611 See ChangeLog.8 for earlier changes.