ggc.h: Follow spelling conventions.
[gcc.git] / gcc / ChangeLog
1 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
2
3 * ggc.h: Follow spelling conventions.
4 * config/i386/i386.c: Likewise.
5 * config/i386/winnt.c: Likewise.
6 * config/rs6000/rs6000.c: Likewise.
7
8 2003-07-05 Kazu Hirata <kazu@cs.umass.edu>
9
10 * bt-load.c: Fix comment typos.
11 * c-incpath.c: Likewise.
12 * cfg.c: Likewise.
13 * cfgcleanup.c: Likewise.
14 * cfgloop.h: Likewise.
15 * cfgloopmanip.c: Likewise.
16 * cfgrtl.c: Likewise.
17 * diagnostic.h: Likewise.
18 * dwarfout.c: Likewise.
19 * emit-rtl.c: Likewise.
20 * et-forest.c: Likewise.
21 * et-forest.h: Likewise.
22 * expr.c: Likewise.
23 * gcse.c: Likewise.
24 * genattr.c: Likewise.
25 * jump.c: Likewise.
26 * langhooks.h: Likewise.
27 * local-alloc.c: Likewise.
28 * loop-unroll.c: Likewise.
29 * loop-unswitch.c: Likewise.
30 * ra-build.c: Likewise.
31 * regclass.c: Likewise.
32 * regmove.c: Likewise.
33 * rtl.def: Likewise.
34 * rtlanal.c: Likewise.
35 * sched-ebb.c: Likewise.
36 * sched-rgn.c: Likewise.
37 * simplify-rtx.c: Likewise.
38 * ssa.c: Likewise.
39 * tracer.c: Likewise.
40 * tree.c: Likewise.
41
42 2003-07-05 Zack Weinberg <zack@codesourcery.com>
43
44 * cppcharset.c: Use the correct return type for the fallback iconv
45 macro.
46
47 Sat Jul 5 16:18:53 CEST 2003 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
48
49 Blame to Jan Hubicka <jh@suse.cz>
50 * cfglayout.c (record_effective_endpoints): Split insns before
51 first basic block correctly.
52
53 2003-07-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
54
55 * expr.c (expand_expr, case COMPONENT_REF): When seeing if should use
56 bitfield operations, use STRICT_ALIGNMENT, not SLOW_UNALIGNED_ACCESS
57 if EXPAND_CONST_ADDRESS or EXPAND_INITIALIZER.
58
59 2003-07-05 Andreas Jaeger <aj@suse.de>
60
61 * genattrtab.c (write_attr_get): Revert part of last patch to
62 always write out a prototype.
63
64 * genemit.c (gen_split): Readd lost unused attributes in last
65 patch.
66
67 2003-07-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
68
69 * cfgloopmanip.c (force_single_succ_latches): Force latch to be
70 different from header.
71
72 2003-07-05 Andreas Schwab <schwab@suse.de>
73
74 * config/m68k/m68k.c: Remove code protected by CRDS.
75 * config/m68k/m68k.md: Likewise.
76
77 2003-07-05 Neil Booth <neil@daikokuya.co.uk>
78
79 PR driver/11417
80 * c-opts.c (permit_fortran_options): New.
81 (c_common_init_options): Accept fortran front end options if
82 it looks like we might be preprocessing Fortran.
83 (c_common_handle_option): Don't reject switch if permit_fotran_options.
84
85 2003-07-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
86
87 * genattr.c (internal_dfa_insn_code): Output prototype.
88 * genattrtab.c: Don't output unnecessary decls, output in ISO C.
89 * genautomata.c: Likewise.
90 * genconditions.c: Likewise.
91 * genemit.c: Likewise.
92 * genextract.c: Likewise.
93 * gengenrtl.c: Likewise.
94 * gengtype.c: Likewise.
95 * genopinit.c: Likewise.
96 * genoutput.c: Likewise.
97 * genpeep.c: Likewise.
98 * genrecog.c: Likewise.
99
100 2003-07-04 Zack Weinberg <zack@codesourcery.com>
101
102 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.
103 (struct cpp_options): Add narrow_charset, wide_charset,
104 bytes_big_endian fields. Remove EBCDIC field.
105 (cpp_init_iconv, cpp_interpret_string): New external interfaces.
106
107 * cpphash.h: Include <iconv.h> if we have it, otherwise
108 provide a dummy definition of iconv_t.
109 (struct cpp_reader): Add narrow_cset_desc and wide_cset_desc fields.
110 (_cpp_valid_ucn): Update prototype.
111 (_cpp_destroy_iconv): New prototype.
112
113 * doc/cpp.texi: Document character set handling.
114 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
115 * doc/extend.texi: Delete entire section on multiline strings.
116 Rewrite section on __FUNCTION__ etc now that these are
117 variables in C.
118
119 * cppucnid.tab, cppucnid.pl: New files.
120 * cppucnid.h: New generated file.
121 * cppcharset.c: Include cppucnid.h. Lots of commentary added.
122 (iconv_open, iconv, iconv_close): Provide dummy definitions
123 if !HAVE_ICONV.
124 (SOURCE_CHARSET, struct strbuf, init_iconv_desc, cpp_init_iconv,
125 _cpp_destroy_iconv, convert_cset, width_to_mask, convert_ucn,
126 emit_numeric_escape, convert_hex, convert_oct, convert_escape,
127 cpp_interpret_string, narrow_str_to_charconst,
128 wide_str_to_charconst): New.
129 (ucn_valid_in_identifier): Use a binary search through the
130 ucnranges table defined in cppucnid.h, not a long chain of if
131 statements.
132 (_cpp_valid_ucn): Add a limit pointer. Downgrade "universal
133 character names are only valid in C++ and C99" to a warning.
134 Issue the "meaning of \[uU] is different in traditional C"
135 warning here. Take care not to let iconv see an invalid UCS
136 value if we get a malformed UCN. Issue an error if we don't
137 have iconv.
138 (cpp_interpret_charconst): Moved here from cpplex.c. Use
139 cpp_interpret_string to do the heavy lifting.
140
141 * cppinit.c (cpp_create_reader): Initialize bytes_big_endian,
142 narrow_charset, wide_charset fields of options structure.
143 (cpp_destroy): Call _cpp_destroy_iconv.
144 * cpplex.c (forms_identifier_p): Adjust call to _cpp_valid_ucn.
145 (maybe_read_ucn, hex_digit_value, cpp_parse_escape): Delete.
146 (cpp_interpret_charconst): Moved to cppcharset.c.
147 * cpplib.c (dequote_string): Delete.
148 (interpret_string_notranslate): New.
149 (do_line, do_linemarker): Use interpret_string_notranslate.
150
151 * Makefile.in (cppcharset.o): Depend on cppucnid.h.
152
153 * c-common.c (fname_string, combine_strings): Delete.
154 * c-common.h (fname_string, combine_strings): Delete prototypes.
155 * c-lex.c (ignore_escape_flag): Delete.
156 (cb_ident): Use cpp_interpret_string, not lex_string.
157 (get_nonpadding_token): New function.
158 (c_lex): Handle Objective-C @-prefixed identifiers and strings here.
159 Adjust calls to lex_string. Don't write *value twice.
160 (lex_string): Now handles string constant concatenation.
161 Most of the work handed off to cpp_interpret_string.
162 Call fix_string_type here.
163 * c-parse.in (STRING_FUNC_NAME, VAR_FUNC_NAME): Replace with
164 FUNC_NAME, throughout.
165 (OBJC_STRING): New token type.
166 (primary:STRING): No need to call fix_string_type here.
167 (primary:objc_string): Make that OBJC_STRING.
168 (objc_string nonterminal): Delete.
169 (yylexname): Delete code to handle fake string constants.
170 (yylexstring): Delete entirely.
171 (_yylex): Handle CPP_AT_NAME and CPP_OBJC_STRING. No need
172 to handle CPP_ATSIGN.
173
174 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
175 * c-opts.c (missing_arg, c_common_handle_option): Handle
176 OPT_fexec_charset_ and OPT_fwide_exec_charset_.
177 (c_common_init): Set cpp_opts->bytes_big_endian, not
178 cpp_opts->EBCDIC. Call cpp_init_iconv.
179 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
180 (TARGET_EBCDIC): Delete default definition.
181
182 * objc/objc-act.c (build_objc_string_object): No need to
183 handle string constant concatenation.
184
185 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
186
187 * doc/install.texi: Fix typos.
188 * doc/invoke.texi: Likewise.
189 * doc/tm.texi: Likewise.
190
191 2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
192
193 * config/pa/fptr.c: Fix comment typos.
194 * config/pa/pa-64.h: Likewise.
195 * config/pa/pa.c: Likewise.
196 * config/pa/pa.h: Likewise.
197 * config/rs6000/603.md: Likewise.
198 * config/rs6000/7xx.md: Likewise.
199 * config/rs6000/darwin.h: Likewise.
200 * config/rs6000/freebsd.h: Likewise.
201 * config/rs6000/rs6000.c: Likewise.
202 * config/rs6000/rs6000.md: Likewise.
203 * config/rs6000/spe.h: Likewise.
204
205 2003-07-04 Ulrich Weigand <uweigand@de.ibm.com>
206
207 * config/s390/2064.md: Change GNU CC to GCC.
208 * config/s390/2084.md: Likewise.
209 * config/s390/fixdfdi.h: Likewise.
210 * config/s390/linux.h: Likewise.
211 * config/s390/s390-modes.def: Likewise.
212 * config/s390/s390-protos.h: Likewise.
213 * config/s390/s390.c: Likewise.
214 * config/s390/s390.h: Likewise.
215 * config/s390/s390.md: Likewise.
216 * config/s390/s390x.h: Likewise.
217
218 2003-07-04 Jeff Law <law@redhat.com>
219
220 PR c/11428
221 * expr.c (do_store_flag): Pass in the correct result type
222 when calling fold_single_bit_test.
223 * fold-const.c (fold_single_bit_test): Use result_type for the
224 result when folding a sign bit test.
225
226 2003-07-04 Neil Booth <neil@daikokuya.co.uk>
227
228 * opts.c (common_handle_options): Negate sense of -falign- switches.
229
230 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
231
232 * Makefile.in: Replace PWD with PWD_COMMAND.
233
234 2003-07-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
235
236 * cfgloopanal.c (count_strange_loop_iterations): New static function.
237 (constant_iterations, count_loop_iterations, simple_loop_exit_p):
238 Handle strange loops.
239
240 2003-07-04 Toon Moene <toon@moene.indiv.nluug.nl>
241
242 * install.texi: Even the g77 manpage is derived from
243 the full g77 manual.
244
245 2003-07-04 Zack Weinberg <zack@codesourcery.com>
246
247 * ABOUT-NLS: Delete.
248 * intl: Delete entire directory.
249 * aclocal.m4: Include ../config/gettext.m4. Delete
250 AC_ISC_POSIX, AM_LANGINFO_CODESET, jm_GLIBC21, AM_LC_MESSAGES,
251 AM_PATH_PROG_WITH_TEST, AM_WITH_NLS, and AM_GNU_GETTEXT.
252 * configure.in: Use CY_GNU_GETTEXT, not AM_GNU_GETTEXT.
253 Remove intl/Makefile from all_outputs.
254 * configure, config.in: Regenerate.
255 * Makefile.in: Expunge all references to intl subdirectory.
256 Add -I../intl to INCLUDES.
257 * intl.h: Include libintl.h if and only if ENABLE_NLS is defined.
258
259 2003-07-04 Roger Sayle <roger@eyesopen.com>
260
261 * config/rs6000/aix51.h (TARGET_C99_FUNCTIONS): Define.
262 * config/rs6000/aix52.h (TARGET_C99_FUNCTIONS): Likewise.
263
264 2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
265
266 PR c++/5287, PR c++/7910, PR c++/11021
267 * config/i386/winnt.c (ix86_handle_dll_attribute): Don't add
268 dllimport attribute if function is defined at declaration, but
269 report error instead. Likewise for dllimport'd variable
270 definitions. Set implicit TREE_PUBLIC for dllimport'd variables
271 declared within functions, Report error if dllimport or dllexport
272 symbol is not global.
273 (i386_pe_dllimport_p): Ignore dllimport attribute of functions
274 if defined after declaration or if inlined. Don't allow definition
275 of static data members of C++ classes. Don't dllimport virtual
276 methods.
277 (i386_pe_mark_dllexport): Warn about inconsistent dll attributes.
278 (i386_pe_mark_dllimport): Remove unnecessary checks.
279 (i386_pe_encode_section_info): Warn if the dllimport attribute
280 and symbol prefix have been instantiated and then overridden.
281
282 * doc/extend.texi: Document dllimport and dllexport attributes.
283
284 * config/i386/winnt.c (i386_pe_output_labelref): Fix indents.
285
286 2003-07-03 Uwe Stieber <uwe@kaos-group.de>
287
288 * config/kaos.h (CPP_PREDEFINES): Delete.
289 (TARGET_OS_CPP_BUILTINS): New.
290
291 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
292
293 * c-aux-info.c: Include toplev.h after c-tree.h.
294 * c-common.c: Likewise.
295 (GCC_DIAG_STYLE): Undef.
296 * c-semantics.c (GCC_DIAG_STYLE): Define.
297 * c-tree.h (GCC_DIAG_STYLE): Likewise.
298 * diagnostic.h (inform): Move prototype to toplev.h.
299 * jump.c: Include diagnostic.h before toplev.h.
300 * toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
301 (warning, error, fatal_error, pedwarn, sorry, inform,
302 error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.
303
304 2003-07-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
305
306 * cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies
307 at all if edge is not specified.
308 (can_copy_bbs_p, copy_bbs): New.
309 * cfglayout.h (can_copy_bbs_p, copy_bbs): Declare.
310 * cfgloop.c (get_loop_body): Comment more precisely.
311 * cfgloopmanip.c (copy_bbs, record_exit_edges): Removed.
312 (scale_bbs_frequencies): Fix comment typo.
313 (can_duplicate_loop_p): Use can_copy_bbs_p.
314 (duplicate_loop_to_header_edge): Simplify by using copy_bbs.
315
316 2003-07-03 Devang Patel <dpatel@apple.com>
317
318 * c-opts.c (c_common_parse_file): Remove extra
319 debug_hooks->start_source_file call.
320
321 2003-07-03 Roger Sayle <roger@eyesopen.com>
322
323 * real.c (real_trunc, real_floor, real_ceil): New functions
324 to implement trunc, floor and ceil respectively.
325 * real.h (real_trunc, real_floor, real_ceil): Prototype here.
326 * builtins.c (integer_valued_real_p): New function to test if
327 a floating point expression has an integer valued result.
328 (fold_trunc_transparent_mathfn): Optimize foo(foo(x)) as
329 foo(x) where foo is an integer rounding function. Similarly,
330 optimize foo(bar(x)) as bar(x), and foo((double)(int)x) as
331 (double)(int)x when both foo and bar are integer rounding
332 functions and we don't need to honor errno.
333 (fold_builtin_trunc, fold_builtin_floor, fold_builtin_ceil):
334 New functions to fold trunc, floor and ceil.
335 (fold_builtin): Use fold_builtin_trunc to fold BUILT_IN_TRUNC*,
336 fold_builtin_floor to fold BUILT_IN_FLOOR* and fold_builtin_ceil
337 to fold BUILT_IN_CEIL*.
338 * fold-const.c (tree_expr_nonnegative_p): Handle FLOAT_EXPR and
339 the remaining integer rounding functions.
340
341 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
342
343 * config/sparc/sparc.c (function_arg_partial_nregs): Use
344 SPARC_INT_ARG_MAX to determine where to split unnamed
345 complex FP arguments.
346
347 Thu Jul 3 20:36:47 CEST 2003 Jan Hubicka <jh@suse.cz>
348
349 * basic-block.h (create_basic_block, merge_blocks_nomove): Kill.
350 * cfgcleanup.c (merge_blocks): Rename to merge_blocks_move.
351 (merge_blocks_move_predecessor_nojumps,
352 merge_blocks_move_successor_nojumps): Use merge_blocks.
353 (try_optimize_cfg): Use merge_blocks_move.
354 * cfgrtl.c (create_basic_block): Rename to rtl_create_basic_block.
355 (merge_blocks_nomove): Rename to rtl_merge_blocks.
356 (cfg_layout_create_basic_block): New.
357 (rtl_can_merge_blocks): New.
358 (cfg_layout_split_block): Do not alloc aux by hand.
359 * cfghooks.h (cfg_hooks): Add create_basic_block, can_merge_blocks_p,
360 merge_blocks.
361 (create_basic_block, can_merge_blocks_p, merge_blocks): New macros.
362 * cfglayout.c (cfg_layout_duplicate_bb): Do not allocate aux by hand.
363 * cfgloopmanip.c (loop_split_edge_with): Likewise.
364 * ifcvt.c (merge_if_block): Use merge_blocks_nomove.
365
366 * basic-block.h (basic_block_def): Add field 'rbi'.
367 * bb-reorder.c (find_traces, rotate_loop, mark_bb_visited,
368 find_traces_1_round, copy_bb, connect_traces): Update use of rbi.
369 * cfg.c (entry_exit_blocks): Add new field.
370 * cfglayout.c: Include alloc-pool.h;
371 (cfg_layout_pool): New.
372 (record_effective_endpoints, fixup_reorder_chain,
373 fixup_fallthru_exit_predecessor, cfg_layout_duplicate_bb): Update use
374 of rbi.
375 (cfg_layout_initialize_rbi): New function.
376 (cfg_layout_initialize): Use it.
377 (cfg_layout_finalize): Clear rbi fields.
378 * cfglayout.h (RBI): Kill.
379 (cfg_layout_initialize_rbi): Declare.
380 * cfgloopmanip.c (copy_bbs): Use rbi.
381 (record_exit_edges): Likewise.
382 (duplicate_loop_to_header_edge): Likewise.
383 * cfgrtl.c (cfg_layout_create_basic_block): Use
384 cfg_layout_initialize_rbi.
385 (cfg_layout_split_block): Use rbi.
386 (cfg_layout_delete_block): Likewise.
387 * loop-init.c (loop_optimizer_finalize): Likewise.
388 * loop-unswitch.c (unswitch_loop): Likewise.
389 * tracer.c (seen, tail_duplicate, layout_superblocks): Likewise.
390
391 * cfgrtl.c: Update comments.
392 (try_redirect_by_replacing_jump): New argument.
393 (redirect_branch_edge): Break out from ...
394 (rtl_redirect_edge_and_branch): ... this one.
395 (update_cfg_after_block_merging): Break out from ...
396 (rtl_merge_blocks): ... this one.
397 (cfg_layout_split_edge): New.
398 (cfg_layout_merge_blocks): New.
399 (cfg_layout_can_merge_blocks_p): New.
400 (cfg_layout_redirect_edge_and_branch): Reorganize.
401 (cfg_layout_rtl_cfg_hooks): Fill in.
402 (cfg_layout_delete_block): Kill barriers.
403 * cfganal.c (can_fallthru): Deal with exit blocks
404 * cfglayout.c (cfg_layout_function_header): New function
405 (record_effective_endpoints): Record function header.
406 (fixup_reorder_chain): Fixup dead jumptables; place header
407
408 * basic-block.h (CLEANUP_CFGLAYOUT): New flag.
409 * bb-reorder.c (cfg_layout_initialize): Update call.
410 * cfgcleanup.c (try_optimize_cfg): Supress optimizations of fallthru
411 edges in cfglayout mode.
412 * cfglayout.c (cleanup_unconditional_jumps): Kill.
413 (cfg_layout_initialize): Kill agrument loops; use cfgcleanup.
414 * cfglayout.h (cfg_layout_initialize): Update prototype.
415 * cfgloop.h (CP_INSIDE_CFGLAYOUT): Kill.
416 * cfgloopmanip.c (loop_split_edge_with): Use split_edge.
417 * flow.c (propagate_block): Do not crash when basic block ends
418 by first insn in the chain.
419 * loop-init.c (loop_optimizer_init): First enter cfglayout mode; later
420 do loop discovery.
421 * tracer.c (tracer): Update call of cfg_layout_initialize.
422
423 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
424
425 * Makefile.in: Use dependency variables in lieu of explicit
426 files throughout.
427
428 2003-07-03 Steven Bosscher <steven@gcc.gnu.org>
429
430 * rtl.h (ECF_*, flags_from_decl_or_type): Move from here...
431 * tree.h: ...to here.
432
433 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
434
435 * config/s390/2064.md: Fix comment typos.
436 * config/s390/2084.md: Likewise.
437 * config/s390/s390.c: Likewise.
438 * config/s390/s390.md: Likewise.
439 * config/sh/sh.c: Likewise.
440 * config/sh/sh.h: Likewise.
441 * config/sh/sh.md: Likewise.
442 * config/sparc/sparc.c: Likewise.
443 * config/sparc/sparc.h: Likewise.
444 * config/sparc/sparc.md: Likewise.
445 * config/stormy16/stormy16.c: Likewise.
446 * config/stormy16/stormy16.h: Likewise.
447 * config/stormy16/stormy-abi: Fix a typo.
448
449 2003-07-03 Kelley Cook <kelleycook@wideopenwest.org>
450
451 * Makefile.in (ifcvt.o): Depend on OPTABS_H.
452
453 2003-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
454
455 * config/mips/mips.h (save_argv): Delete.
456
457 2003-07-03 Roger Sayle <roger@eyesopen.com>
458
459 PR target/10700
460 * fold-const.c (extract_muldiv_1): There's nothing that can be done
461 if the expression is a SAVE_EXPR.
462
463 2003-07-03 Kazu Hirata <kazu@cs.umass.edu>
464
465 * config/m32r/m32r.c: Fix comment typos.
466 * config/m68hc11/m68hc11.c: Likewise.
467 * config/m68hc11/m68hc11.h: Likewise.
468 * config/m68k/m68k.c: Likewise.
469 * config/mcore/mcore.c: Likewise.
470 * config/mcore/mcore.h: Likewise.
471 * config/mcore/mcore.md: Likewise.
472 * config/mips/mips.c: Likewise.
473 * config/mips/mips.h: Likewise.
474 * config/mips/mips.md: Likewise.
475 * config/mips/netbsd.h: Likewise.
476 * config/mn10300/mn10300.c: Likewise.
477
478 2003-07-03 Andreas Schwab <schwab@suse.de>
479
480 * dbxout.c (pending_bincls): Move decl down inside
481 DBX_DEBUGGING_INFO || XCOFF_DEBUGGING_INFO section.
482
483 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
484
485 * rtl.h (NOTE_DATA): Refer to whole union.
486 * emit-rtl.c (emit_note): Use memset to clear NOTE_DATA.
487
488 2003-07-03 Eric Botcazou <ebotcazou@libertysurf.fr>
489
490 PR optimization/11381
491 * simplify-rtx.c (simplify_relational_operation): Check that
492 two equal operands have no side-effects before simplifying
493 the comparison.
494
495 2003-07-02 Jeff Law <law@redhat.com>
496
497 * expr.c (do_store_flag): Remove special case folding for
498 single bit tests. Instead call back into the commonized folder
499 routine.
500 * fold-const.c (fold_single_bit_test): New function, mostly
501 extracted from do_store_flag, with an additional case extracted
502 from fold.
503 (fold): Call fold_single_bit_test appropriately.
504 * tree.h (fold_single_bit_test): Prototype.
505
506 2003-07-02 Zack Weinberg <zack@codesourcery.com>
507
508 * system.h: Include filenames.h.
509 (IS_DIR_SEPARATOR, IS_ABSOLUTE_PATHNAME): Don't define.
510 (DIR_SEPARATOR, DIR_SEPARATOR_2): If not already defined,
511 define based on HAVE_DOS_BASED_FILE_SYSTEM.
512 * config/i386/xm-cygwin.h, config/i386/xm-djgpp.h
513 * config/i386/xm-mingw32.h: Don't define
514 HAVE_DOS_BASED_FILE_SYSTEM,
515 DIR_SEPARATOR, or DIR_SEPARATOR_2.
516 * doc/hostconfig.texi: Update to match.
517
518 * cppfiles.c, gcc.c, gensupport.c, protoize.c,
519 config/i386/cygwin.h:
520 Use IS_ABSOLUTE_PATH throughout.
521 * gcc.c (DIR_UP): Delete, unused.
522 * protoize.c (IS_SAME_PATH): Define in terms of
523 FILENAME_CMP.
524 (is_abspath): Delete.
525
526 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
527
528 * config/i386/emmintrin.h: Fix comment typos.
529 * config/i386/i386.c: Likewise.
530 * config/i386/i386.h: Likewise.
531 * config/i386/sco5.h: Likewise.
532 * config/ia64/ia64.c: Likewise.
533 * config/ia64/itanium2.md: Likewise.
534
535 2003-07-02 H.J. Lu <hongjiu.lu@intel.com>
536
537 * dbxout.c (pending_bincls): Replace DBX_USE_BINCLS with
538 DBX_USE_BINCL.
539 (emit_bincl_stab): Same.
540 (emit_pending_bincls): Same.
541
542 2003-07-02 Kazu Hirata <kazu@cs.umass.edu>
543
544 * config/h8300/h8300.c (compute_mov_length): Fix the length of
545 loading CONST0_RTX (SFmode).
546 * config/h8300/h8300.h (CONST_DOUBLE_OK_FOR_LETTER_P): Change
547 'G' to CONST0_RTX (SFmode).
548 * config/h8300/h8300.md (movsf_h8300): Change the first
549 constraint to 'G'.
550 (movsf_h8300h): Likewise.
551
552 2003-07-02 Neil Booth <neil@daikokuya.co.uk>
553
554 * c-common.h (c_common_init_options): New prototype.
555 * c-opts.c (deferred_size): Remove.
556 (defer_opt): Array is now pre-allocated.
557 (c_common_init_options): Pre-allocate deferred_opts. Make
558 lang_flags unsigned.
559 (push_command_line_options): Free deferred_opts.
560 * hooks.c (hook_uint_uint_constcharptrptr_0): New.
561 * hooks.h (hook_uint_uint_constcharptrptr_0): New.
562 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): Update.
563 * langhooks.h (struct lang_hooks): New prototype for init_options.
564 * main.c (main): Cast argv.
565 * opts.c (handle_option, handle_options): Update prototypes.
566 (decode_options): save_argc, save_argv are not global. Constify.
567 * opts.h (decode_options): New prototype.
568 * toplev.c (general_init): New protoype.
569 (save_argv): Make static.
570 (save_argc): Remove.
571 (print_switch_values, general_init): Constify.
572 (toplev_main): Save argv.
573 * toplev.h (toplev_main): Update prototype.
574 (save_argc, save_argv): Remove.
575
576 2003-07-02 David Edelsohn <edelsohn@gnu.org>
577
578 * dbxout.c (pending_bincls): Guard with DBX_USE_BINCLS.
579 (emit_bincl_stab): Same.
580 (emit_pending_bincls): Same.
581
582 2003-07-02 Nathan Sidwell <nathan@codesourcery.com>
583
584 PR c++/11072
585 * ginclude/stddef.h (offsetof): Remove cast to 'char &'. Explain why.
586
587 2003-07-02 Andreas Schwab <schwab@suse.de>
588
589 * dbxout.c (pending_bincls): Only define if DBX_DEBUGGING_INFO.
590
591 2003-07-02 Eric Botcazou <ebotcazou@libertysurf.fr>
592
593 PR optimization/11210
594 * expr.c (handled_component_p) [NOP_EXPR]: Add ??? note
595 about the behaviour with regard to bitfields.
596 * fold-const (decode_field_reference): Record outermost type in
597 case the expression is a NOP. Strip all NOPs. Set the signedness
598 to that of the outermost type (if any) when the bitsize is equal
599 to the size of the type.
600
601 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
602
603 * config/mips/mips.md (addsi3): Remove workaround for adds of -32768.
604 (addsi3_internal, adddi3, adddi3_internal_2): Likewise.
605 (adddi3_internal_3, addsi3_internal_2): Likewise.
606
607 2003-07-02 Richard Sandiford <rsandifo@redhat.com>
608
609 * config/mips/mips.c (machine_function): Add new fields:
610 ignore_hazard_length_p and all_noreorder_p.
611 (mips_flag_delayed_branch): New variable.
612 (override_options): Treat '/' as an operand punctuation character.
613 Set up mips_flag_delayed_branch.
614 (print_operand): Handle '/'.
615 (mips_output_function_prologue): Put the whole function in
616 .set noreorder and .set nomacro if all_noreorder_p is true.
617 (mips_output_function_epilogue): End the noreorder/nomacro sequence.
618 (mips16_optimize_gp): Remove "first insn" parameter.
619 (mips16_lay_out_constants): New function, split out from mips_reorg.
620 (mips_avoid_hazard, mips_avoid_hazards): New functions.
621 (mips_reorg): For mips16 code, call mips16_lay_out_constant
622 and (optionally) mips16_optimize. If TARGET_EXPLICIT_RELOCS,
623 do delayed-branch scheduling followed by hazard detection.
624 (mips_adjust_insn_length): Only account for hazards if
625 !ignore_hazard_length_p.
626 (mips_output_load_label): Add a nop to the o32 sequence if
627 the target suffers from load delays.
628 (mips_output_conditional_branch): Add %/ to the end of branches.
629 (mips_output_division): Fill the branch delay slot with %#.
630 * config/mips/mips.md: Remove redundant '%*' from mips16 branch
631 instructions. End all other %* branches with %/.
632 (ffssi2, ffsdi2): Fix lengths.
633 (truncdisi2, truncdihi2, truncdiqi2): Add store attributes.
634 (fix_truncdfsi2_macro): Turn off .set nomacro if appropriate.
635 (fix_truncsfsi2_macro): Likewise.
636 (mov_lwl): Set hazard to "none".
637 (ashldi3_internal): Fill the branch delay slot with %#.
638 (ashrdi3_internal, lshrdi3_internal): Likewise.
639 (exception_receiver): Explicitly set $28.
640 (hazard_nop): New pattern.
641
642 Wed Jul 2 08:12:36 CEST 2003 Jan Hubicka <jh@suse.cz>
643
644 * cgraphunit.c (cgraph_finalize_unit): Set current_function_decl
645 before calling tree_inlinable_function_p.
646
647 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
648
649 * fixinc/inclhack.def (irix_stdio_va_list): Apply to IRIX 6.5
650 <internal/stdio_core.h> too.
651 (stdio_va_list): Apply to IRIX 6.5 <internal/stdio_core.h> and
652 <internal/wchar_core.h> too.
653 Substitute va_list uses in inline definition.
654 * fixinc/fixincl.x: Regenerate.
655
656 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
657
658 * config/mips/iris5.h (SET_FILE_NUMBER): Moved here from iris3.h.
659 Undef before redefinition.
660 (LABEL_AFTER_LOC): Likewise.
661 (DEFAULT_SIGNED_CHAR): Likewise.
662 (ASM_OUTPUT_ASCII): Moved here from iris4.h.
663 Fix IRIX spelling.
664
665 * config/mips/iris3.h: Remove, unused.
666 * config/mips/iris4.h: Likewise.
667
668 * config/mips/mips.h (STACK_ARGS_ADJUST): Remove, unused.
669
670 * config/mips/iris5.h (TARGET_DEFAULT): Move ...
671 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here to
672 target_cpu_default.
673
674 * config/mips/iris5.h: Move explicit includes ...
675 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): ... here.
676
677 * config/mips/iris6.h (MIPS_ISA_DEFAULT, MIPS_ABI_DEFAULT): Move ...
678 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
679 tm_defines.
680
681 * config/mips/iris6.h (TARGET_DEFAULT): Move ...
682 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here to
683 target_cpu_default.
684
685 * config/mips/iris6.h: Fix IRIX spelling.
686 (MULTILIB_DEFAULTS): Undef before redefinition.
687
688 * config/mips/iris6.h: Move explicit includes ...
689 * config.gcc (mips-sgi-irix6*, mips-sgi-irix5cross64): ... here.
690
691 Wed Jul 2 02:16:48 CEST 2003 Jan Hubicka <jh@suse.cz>
692
693 * cgraph.c (cgraph_mark_needed_node, cgraph_varpool_mark_needed_node,
694 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
695 Use next_needed field instead of aux to maintain the queue.
696 * cgraph.h (cgraph_node): Add next_needed.
697 (cgraph_varpool_node): Add next_needed; remove aux.
698 * cgraphunit.c (cgraph_finalize_compilation_unit): Use next_needed.
699
700 Wed Jul 2 02:12:51 CEST 2003 Jan Hubicka <jh@suse.cz>
701
702 * cgraphunit.c (cgraph_finalize_function): Set finalized.
703 (cgraph_finalize_function): Do not examine inlinablility.
704 (cgraph_finalize_compilation_unit): Do it here.
705 * cgraph.h (cgraph_local_info): Add finalized field.
706
707 2003-07-02 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
708
709 * ggc-common.c (gt_pch_save): Cast MAP_FAILED to void *.
710 (gt_pch_restore): Likewise.
711
712 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
713
714 * config/alpha/alpha.c: Fix comment typos.
715 * config/alpha/elf.h: Likewise.
716 * config/arm/arm.c: Likewise.
717 * config/arm/arm.h: Likewise.
718 * config/arm/arm.md: Likewise.
719 * config/arm/t-arm-coff: Likewise.
720 * config/arm/t-strongarm-pe: Likewise.
721 * config/arm/xscale-elf.h: Likewise.
722 * config/avr/avr.h: Likewise.
723
724 2003-07-01 Jeff Law <law@redhat.com>
725
726 * stmt.c (any_pending_cleanups): Remove another redundant test.
727
728 2003-07-01 David Edelsohn <edelsohn@gnu.org>
729 J"orn Rennecke <joern.rennecke@superh.com>
730
731 * config/rs6000/rs6000.md (ctr{s,d}i_internal?): Add earlyclobber
732 for MEM case.
733
734 2003-07-01 Devang Patel <dpatel@apple.com>
735
736 * dbxout.c (DBXOUT_DECR_NESTING): Emit pending bincls, if required.
737 (binclstatus): New.
738 (struct dbx_file): New members - bincl_status, pending_bincl_name and
739 prev.
740 (pending_bincls): New.
741 (dbxout_init): Initialize new dbx_file members.
742 (dbxout_start_source_file): Same.
743 (emit_bincl_stab): New function.
744 (emit_pending_bincls): Same.
745 (emit_pending_bincls_if_required): Same.
746 (dbxout_end_source_file): Emit EINCL stab only if BINCL is already
747 processed.
748 (dbxout_begin_block): Emit pending BINCL stabs.
749 (dbxout_end_block): Same.
750 (dbxout_function_decl): Same.
751 (dbxout_continue): Same.
752 (dbxout_type): Same.
753 (dbxout_class_name_qualifiers): Same.
754 (dbxout_symbol): Same.
755 (dbxout_symbol_location): Same.
756 (dbxout_parms): Same.
757
758 2003-07-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
759
760 * c-semantics.c (genrtl_case_label): Fix format specifier bug.
761 * cfgrtl.c (rtl_verify_flow_info_1): Likewise.
762
763 2003-07-01 Andreas Jaeger <aj@suse.de>
764
765 * fold-const.c: Convert prototypes to ISO C90.
766 * function.c: Likewise.
767 * function.h: Likewise.
768
769 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
770
771 * doc/contrib.texi: Fix typos.
772 * doc/invoke.texi: Likewise.
773 * doc/passes.texi: Likewise.
774 * doc/sourcebuild.texi: Likewise.
775 * doc/tm.texi: Likewise.
776
777 2003-07-01 Kazu Hirata <kazu@cs.umass.edu>
778
779 * basic-block.h: Fix comment typos.
780 * bb-reorder.c: Likewise.
781 * c-format.c: Likewise.
782 * cfgcleanup.c: Likewise.
783 * cfghooks.h: Likewise.
784 * cfgloop.c: Likewise.
785 * cfgloopmanip.c: Likewise.
786 * cfgrtl.c: Likewise.
787 * cgraph.h: Likewise.
788 * cgraphunit.c: Likewise.
789 * combine.c: Likewise.
790 * convert.c: Likewise.
791 * dbxout.c: Likewise.
792 * df.c: Likewise.
793 * df.h: Likewise.
794 * diagnostic.c: Likewise.
795 * dwarf2out.c: Likewise.
796 * et-forest.h: Likewise.
797 * flow.c: Likewise.
798 * fold-const.c: Likewise.
799 * function.h: Likewise.
800 * gcov-io.h: Likewise.
801 * gcov.c: Likewise.
802 * gcse.c: Likewise.
803 * genautomata.c: Likewise.
804 * ggc-common.c: Likewise.
805 * ggc-page.c: Likewise.
806 * loop-unroll.c: Likewise.
807 * loop-unswitch.c: Likewise.
808 * loop.c: Likewise.
809 * mips-tfile.c: Likewise.
810 * optabs.c: Likewise.
811 * ra-build.c: Likewise.
812 * ra-colorize.c: Likewise.
813 * ra-rewrite.c: Likewise.
814 * ra.h: Likewise.
815 * regmove.c: Likewise.
816 * reload.c: Likewise.
817 * rtlanal.c: Likewise.
818 * sched-ebb.c: Likewise.
819 * sched-int.h: Likewise.
820 * sched-vis.c: Likewise.
821 * sreal.c: Likewise.
822 * ssa-ccp.c: Likewise.
823 * ssa.c: Likewise.
824 * toplev.c: Likewise.
825 * tree-inline.c: Likewise.
826 * value-prof.c: Likewise.
827 * value-prof.h: Likewise.
828
829 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
830
831 * rtl.h (emit_line_note_after): Remove.
832 (emit_note_copy_after, emit_note_copy): New.
833 * emit-rtl.c (reorder_insns_with_line_notes): Replace
834 emit_line_note_after with emit_note_copy_after.
835 (emit_insn_after_with_line_notes): Likewise.
836 (emit_line_note_after): Kill.
837 (emit_note_copy_after): New.
838 (emit_note_copy): New.
839 * function.c (emit_return_into_block): Use emit_note_copy_after.
840 (thread_prologue_and_epilogue_insns): Likewise.
841 * integrate.c (expand_inline_function): Use emit_note_copy.
842 (copy_insn_list): Likewise.
843 * unroll.c (copy_loop_body): Likewise.
844 * cfglayout.c (duplicate_insn_chain): Likewise.
845
846 2003-07-01 Nathan Sidwell <nathan@codesourcery.com>
847
848 * c-tree.h (define_label): Replace filename and lineno arguments
849 with a location_t.
850 * c-decl.c (poplevel): Adjust define_label call.
851 (pop_label_level): Likewise.
852 (define_label): Replace filename and lineno arguments with a
853 location_t.
854 (store_parm_decls): Use DECL_SOURCE_LOCATION.
855 * c-parse.in (label): Adjust define_label call.
856
857 2003-07-01 Neil Booth <neil@daikokuya.co.uk>
858
859 * config/sol2.h, config/alpha/alpha.h, config/alpha/linux.h,
860 config/i386/i386-interix.h, config/ia64/hpux.h, config/mips/iris6.h,
861 config/mips/linux.h, config/mips/mips.h, config/pa/pa-hpux.h,
862 config/pa/pa-hpux10.h, config/pa/pa-hpux11.h, config/pa/pa-pro-end.h,
863 config/pa/pa.h, config/pa/rtems.h: Use c_dialect_ macros.
864
865 2003-07-01 Andreas Jaeger <aj@suse.de>
866
867 * final.c: Convert prototypes to ISO C90.
868 * flow.c: Likewise.
869 * flags.h: Likewise.
870 * gcov-io.c: Likewise.
871 * gcov-io.h: Likewise.
872
873 2003-06-30 Bruno Haible <bruno@clisp.org>
874
875 PR middle-end/6578
876 * libgcc2.c (__subvsi3): Remove simplification that would not work
877 when subtracting -0x80000000.
878 (__subvdi3): Remove simplification that would return a wrong result.
879 (__mulvsi3): Fix overflow check.
880 (__absvdi2): Fix simplification that would return a wrong result.
881 (__mulvdi3): Fix overflow check.
882
883 2003-06-30 Jeff Law <law@redhat.com>
884
885 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it
886 was always passed in the value '1'. Simplify body appropriately.
887 * tree.h (any_pending_cleanups): Corresponding changes.
888 * calls.c: (expand_call): Corresponding changes.
889
890 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
891
892 * combine.c (distribute_notes): Don't bother REG_WAS_0.
893 * cse.c (cse_insn): Likewise.
894 * final.c (final_scan_insn): Likewise.
895 * jump.c (duplicate_loop_exit_test): Likewise.
896 * rtl.c (reg_note_name): Remove REG_WAS_0.
897 * rtl.h (REG_WAS_0): Remove.
898 * unroll.c (final_reg_note_copy): Don't bother REG_WAS_0.
899 * config/avr/avr.c (output_movqi): Don't use reg_was_0.
900 (output_movhi): Likewise.
901 (output_movsisf): Likewise.
902 (reg_was_0): Remove.
903 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't use
904 REG_WAS_0.
905 (m68hc11_gen_movqi): Likewise.
906 * config/vax/vax-protos.h: Remove the prototype for
907 reg_was_0_p.
908 * config/vax/vax.c (follows_p): Remove.
909 (reg_was_0_p): Likewise.
910 * config/vax/vax.md (movsi): Don't use reg_was_0_p.
911 (movhi): Likewise.
912 (movqi): Likewise.
913 * doc/rtl.texi (REG_WAS_0): Remove.
914
915 2003-06-30 Mark Mitchell <mark@codesourcery.com>
916
917 * config/rs6000/spe.h (__ev_set_spefscr_frmc): Set the flag.
918
919 2003-06-30 Bob Wilson <bob.wilson@acm.org>
920
921 * config/xtensa/lib1funcs.asm: Use "xtensa-config.h" from
922 top-level include directory.
923 * config/xtensa/lib2funcs.S: Likewise.
924 * config/xtensa/xtensa.h: Likewise.
925 * config/xtensa/xtensa-config.h: Remove.
926 * doc/install.texi: Update location of "xtensa-config.h" header.
927
928 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
929
930 * config/s390/s390.c (s390_extra_constraint): New function.
931 * config/s390/s390-protos.h (s390_extra_constraint): Declare it.
932 * config/s390/s390.h (EXTRA_CONSTRAINT): Use it.
933 * config/s390/s390.c (q_constraint): Remove.
934 * config/s390/s390-protos.h (q_constraint): Likewise.
935 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Add 'R', 'S', 'T'.
936 (EXTRA_ADDRESS_CONSTRAINT): Define.
937
938 * config/s390/s390.c (larl_operand): Refuse out-of-range operands.
939 (DISP_IN_RANGE, s390_short_displacement): New.
940 (legitimate_reload_operand_p): Support long displacements.
941 (s390_decompose_address): Likewise.
942 (legitimize_pic_address): Likewise.
943 (legitimize_address): Likewise.
944 (s390_fixup_clobbered_return_reg): Likewise.
945 (s390_emit_prologue, s390_emit_epilogue): Likewise.
946 (s390_output_mi_thunk): Likewise.
947
948 * config/s390/s390.md (attr "op_type"): Add "RXY", "RSY", "SIY".
949 (attr "atype", attr "length"): Add defaults for new op_types.
950 (all insns): Change op_type attribute where appropriate.
951
952 ("*movdi_lay", "*movsi_lay", "*extendqidi2", "*extendqisi2"): New insns.
953 ("*tmqi_ext", "*tmdi_mem", "*tmsi_mem", "*tmhi_mem", *tmqi_mem",
954 "*tstsi", "*tstsi_cconly", "*tsthiCCT", "*tsthiCCT_cconly",
955 "*tsthi", "*tsthi_cconly", "*tstqiCCT", "*tstqiCCT_cconly",
956 "*tstqi", "*tstqi_cconly", "*cmpsi_ccs_sign", "*cmpsi_ccs",
957 "*cmpsi_ccu", "*cmphi_ccu", "*cmpqi_ccu", "*cli",
958 "movti", "*movdi_64", "*movdi_31", "*movsi", "movhi", "movqi_64",
959 "movqi", "*movstrictqi", "*movstricthi", "movstrictsi",
960 "*movdf_64", "*movdf_31", "*movsf",
961 "*load_multiple_si", "*store_multiple_di",
962 "*sethighqisi", "*sethighhisi", "*sethighqidi_31", "*extendhisi2",
963 "*la_64", "*la_31", "*la_31_and", "force_la_31",
964 "*addsi3_carry1_cc", *addsi3_carry1_cconly",
965 "*addsi3_carry2_cc", *addsi3_carry2_cconly",
966 "*addsi3_cc", "*addsi3_cconly", "*addsi3_cconly2",
967 "*addsi3_sign", "*addsi3_sub", "addsi3",
968 "*subsi3_borrow_cc", "*subsi3_borrow_cconly", "*subsi3_cc",
969 "*subsi3_cconly", "*subsi3_sign", "*subsi3_sub", "subsi3",
970 "mulsi3"
971 "*andsi3_cc", "*andsi3_cconly", "andsi3",
972 "*andqi3_ss", "*andqi3_ss_inv",
973 "*iorsi3_cc", "*iorsi3_cconly", "iorsi3",
974 "*iorqi3_ss", "*iorqi3_ss_inv",
975 "*xorsi3_cc", "*xorsi3_cconly", "xorsi3",
976 "*xorqi3_ss", "*xorqi3_ss_inv",
977 "*tls_load_31"): Add alternatives for long-displacement instructions.
978
979 ("*cmpdf_ccs", "*cmpdf_ccs_ibm", "*cmpsf_ccs", "*cmpsf_ccs_ibm",
980 "*load_multiple_di", "*store_multiple_di",
981 "*sethighqidi_64", "*zero_extendhisi2_31",
982 "truncdfsf2_ibm", "extendsfdf2_ieee", "extendsfdf2_ibm",
983 "adddf3", "*adddf3", "*adddf3_ibm",
984 "addsf3", "*addsf3", "*addsf3_ibm",
985 "subdf3", "*subdf3", "*subdf3_ibm",
986 "subsf3", "*subsf3", "*subsf3_ibm",
987 "mulsi_6432", "divmoddisi3",
988 "muldf3", "*muldf3", "*muldf3_ibm",
989 "mulsf3", "*mulsf3", "*mulsf3_ibm",
990 "divdf3", "*divdf3", "*divdf3_ibm",
991 "divsf3", "div*sf3", "*divsf3_ibm",
992 "sqrtdf2", "sqrtsf2",
993 "*cjump_long", "*icjump_long", "indirect_jump", "casesi_jump",
994 "*doloop_si_long", "*doloop_di_long", "bas_64", "bas_31",
995 "bas_r_64", "bas_r_31", "bas_tls_31", "bas_tls_64"): Adapt memory
996 and address constraints for instructions that do not accept long
997 displacements.
998
999 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
1000 Ulrich Weigand <uweigand@de.ibm.com>
1001
1002 * config/s390/2084.md: New file.
1003 * config/s390/s390.md: Include it.
1004 * config/s390/s390.c (s390_adjust_priority): New function.
1005 (TARGET_SCHED_ADJUST_PRIORITY): Define.
1006 (s390_first_cycle_multipass_dfa_lookahead): New function.
1007 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Define.
1008 (s390_sched_reorder2): New function.
1009 (TARGET_SCHED_REORDER2): Define.
1010 (s390_adjust_cost): Support PROCESSOR_2084_Z990 cpu type.
1011 (s390_issue_rate): Likewise.
1012
1013 Mon Jun 30 23:47:33 CEST 2003 Jan Hubicka <jh@suse.cz>
1014
1015 * Makefile.in (GTFILES): Add cgraph.h.
1016 * cgraph.c (known_decls): Remove.
1017 (cgraph_hash, cgraph_nodes, cgraph_nodes_queue,
1018 cgraph_varpool_hash, cgraph_varpool_nodes_queue): GTYize.
1019 (cgraph_node): Do not allocate known_decls; use polutate hashtable.
1020 (cgraph_varpool_node): Likewise; add next pointer.
1021 (cgraph_varpool_nodes): New static variable.
1022 * cgraph.h (cgraph_local_info, cgraph_global_info, cgraph_rtl_info,
1023 cgraph_node, cgraph_edge, cgraph_varpool_node, cgraph_nodes, cgraph_n_nodes,
1024 cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): GTYize.
1025 * gengtype.c (open_base_files): Include cgraph.h
1026
1027 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1028
1029 * Changelog: Remove ">>>>>>>" from previous change.
1030
1031 2003-06-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1032
1033 * config/cris/cris.c: Fix spelling for "testcase".
1034 * config/cris/cris.h: Likewise.
1035 * config/cris/cris.md: Likewise.
1036 * config/mmix/crti.asm: Likewise.
1037 * config/mmix/mmix.h: Likewise.
1038 * config/mmix/mmix.md: Likewise.
1039
1040 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1041
1042 * config/h8300/h8300.h (LEGITIMATE_CONSTANT_P): Make it always
1043 1.
1044
1045 2003-06-30 Ulrich Weigand <uweigand@de.ibm.com>
1046
1047 * config.gcc [s390*-*-*]: Support --with-arch, --with-tune, and
1048 --with-mode configure options.
1049 * config/s390/s390.h (OPTION_DEFAULT_SPECS): Define.
1050 (DRIVER_SELF_SPECS): Define.
1051 * config/s390/linux.h (ASM_SPEC): Pass architecture mode and cpu
1052 architecture to assembler.
1053 (LINK_SPEC): Merge 31-bit and 64-bit variants.
1054 (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC, EXTRA_SPECS): Remove.
1055 * config/s390/s390.c (override_options): New default rules for
1056 architecture mode and cpu architecture selection.
1057 * doc/invoke.texi (-mesa, -mzarch, -march, -mtune): Document
1058 new default rules.
1059
1060 * config/s390/s390.h (enum processor_type): Add PROCESSOR_2084_Z990.
1061 * config/s390/s390.md (attr "cpu"): Add "z990" processor type.
1062 * config/s390/s390.c (override_options): Add "z990" to
1063 processor_alias_table.
1064 * doc/invoke.texi (-march): Document "z990" processor type.
1065
1066 * config/s390/s390.c (s390_tune_flags, s390_arch_flags): New variables.
1067 * config/s390/s390.h (s390_tune_flags, s390_arch_flags): Declare.
1068 (enum processor_flags, TARGET_CPU_IEEE_FLOAT, TARGET_CPU_ZARCH,
1069 TARGET_CPU_LONG_DISPLACEMENT, TARGET_LONG_DISPLACEMENT): New.
1070 * config/s390/s390.c (override_options): Replace enum pta_flags by
1071 enum processor_flags. Fill in s390_tune_flags and s390_arch_flags.
1072
1073 * config/s390/s390.c (s390_cpu): Rename to ...
1074 (s390_tune): ... this.
1075 * config/s390/s390.h (s390_cpu, s390_tune): Likewise.
1076 * config/s390/s390.c (s390_issue_rate, override_options): Likewise.
1077 * config/s390/s390.md (attr "cpu"): Likewise.
1078
1079 2003-06-30 Neil Booth <neil@daikokuya.co.uk>
1080
1081 * c-common.c (enum c_language_kind, flag_objc): Remove.
1082 (fix_string_type, check_case_value, c_common_nodes_and_builtins,
1083 c_add_case_label, finish_label_addr_expr, boolean_increment):
1084 Use c_dialect_ macros.
1085 * c-common.h (enum c_language_kind): Extend.
1086 (c_dialect_cxx, c_dialect_objc): New.
1087 (flag_objc): Remove.
1088 (c_common_init_options): Update prototype.
1089 * c-cppbuiltin.c (define__GNUC__, c_cpp_builtins): Use c_dialect_
1090 macros.
1091 * c-decl.c (finsih_decl, grokfield, finish_struct): Use c_dialect_
1092 macros.
1093 * c-format.c (C_STD_VER, C_STD_NAME): Similarly.
1094 * c-lang.c (c_init_options): Remove.
1095 (c_language): Define.
1096 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1097 * c-lex.c (lex_charconst): Use c_dialect_ macros.
1098 * c-opts.c (lang_flags): Make function-local.
1099 (c_common_init_options): Use c_dialect_ macros. Handle
1100 C++ diagnostic requirements.
1101 (c_common_handle_option, c_common_post_options): Use flag_cxx.
1102 * c-parse.in (init_reswords): Use c_dialect_objc ().
1103 * c-pch.c (get_ident): Use c_language.
1104 * c-pretty-print.c (pp_c_bool_literal): Use c_dialect_ macros.
1105 * c-typeck.c (comptypes, build_c_cast): Similarly.
1106 * objc/objc-lang.c (c_language): Define.
1107 (LANG_HOOKS_INIT_OPTIONS): Use common hook.
1108 (objc_init_options): Remove.
1109
1110 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1111
1112 * config/alpha/alpha.h (FUNCTION_ARG_PADDING): Remove.
1113 * config/alpha/unicosmk.h: Don't #undef FUNCTION_ARG_PADDING.
1114
1115 2003-06-30 Wolfgang Bangerth <bangerth@dealii.org>
1116
1117 * doc/sourcebuild.texi: Don't reference gnats.html any more.
1118
1119 2003-06-30 Kazu Hirata <kazu@cs.umass.edu>
1120
1121 * config/h8300/h8300.c (compute_mov_length): Fix length of
1122 mov:SF on H8/300.
1123
1124 2003-06-30 Nick Clifton <nickc@redhat.com>
1125
1126 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Make defintion
1127 constant.
1128
1129 Mon Jun 30 15:36:29 CEST 2003 Jan Hubicka <jh@suse.cz>
1130
1131 (fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.
1132
1133 2003-06-30 Hartmut Penner <hpenner@de.ibm.com>
1134
1135 * config/rs6000/rs6000.c (rs6000_split_altivec_in_gprs): New function.
1136 (altivec_in_gprs_p): New function.
1137
1138 * config/rs6000/rs6000-protos (rs6000_split_altivec_in_gprs): New
1139 prototype.
1140 (altivec_in_gprs_p): New prototype.
1141
1142 * config/rs6000/altivec.md (*movv4si_internal): Change
1143 multi-assembler alternative to '#'. Add postreload splitter to
1144 handle this cases.
1145 (*movv4hi_internal): Likewise.
1146 (*movv4qi_internal): Likewise.
1147 (*movv4sf_internal): Likewise.
1148
1149 2003-06-30 Jason Merrill <jason@redhat.com>
1150
1151 * defaults.h (PUSH_ARGS_REVERSED): Define default here.
1152 * calls.c: Not here.
1153
1154 2003-06-30 Ben Elliston <bje@wasabisystems.com>
1155
1156 * config/arm/arm.c (arm_rtx_costs): Remove #if 0 block.
1157 (bad_signed_byte_operand): Likewise.
1158 (arm_output_epilogue): Likewise.
1159 (arm_final_prescan_insn): Likewise.
1160
1161 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1162
1163 * cfgrtl.c (mark_killed_regs): Cast HARD_REGNO_NREGS to int.
1164
1165 2003-06-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1166
1167 * c-pch.c (c_common_write_pch): Flush asm_out_file to allow for
1168 subsequent writes.
1169
1170 Mon Jun 30 10:03:02 CEST 2003 Jan Hubicka <jh@suse.cz>
1171
1172 * cfgrtl.c (verify_flow_info): Accept degenerated condjumps
1173 in cfglayout mode.
1174
1175 Mon Jun 30 09:52:39 CEST 2003 Jan Hubicka <jh@suse.cz>
1176
1177 * i386.c (standard_80387_constant_p): Accept TFmode constants too.
1178 (init_ext_80387_constants): Likewise.
1179 (standard_80387_constant_rtx): Likewise.
1180 * i386.md (atanxf): Disable for TARGET_128BIT_LONG_LONG
1181 (atantf): Disable for !TARGET_128BIT_LONG_LONG
1182 (fyl2x_sfxf3, fyl2x_dfxf3): Accept TFmode operands.
1183 (fyl2x_xfxf3, fyl2x_tfxf3): Enable/disable as needed.
1184 (fscale_sfxf3, fscale_dfxf3): Accept TFmode operands.
1185 (fscale_xfxf3, fscale_tfxf3): Enable/disable as needed.
1186 (frndinttf2): New.
1187 (f2xm1tf2): New.
1188 (exp?f2): Use expsf2_tf when needed.
1189 (exp?f2_tf): New.
1190 (exptf): New.
1191
1192 2003-06-29 Uwe Stieber <uwe@kaos-group.de>
1193
1194 * config.gcc (sh*-*-kaos*): Put tm_file setting in separate case
1195 statement from tmake_file set.
1196
1197 2003-06-29 James E Wilson <wilson@tuliptree.org>
1198
1199 * reload.c (find_reloads): Change push_reloads to push_reload in
1200 comment.
1201 * reload1.c (eliminate_regs): Likewise.
1202 (dump_needs): Delete prototype for deleted function.
1203
1204 2003-06-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1205
1206 * builtin-attrs.def (gcc_diag, gcc_cdiag, gcc_cxxdiag): New
1207 format attributes.
1208 * c-format.c (enum format_type): Add gcc_diag_format_type,
1209 gcc_cdiag_format_type, and gcc_cxxdiag_format_type.
1210 (gcc_diag_length_specs, gcc_cdiag_length_specs,
1211 gcc_cxxdiag_length_specs, gcc_diag_flag_pairs,
1212 gcc_cdiag_flag_pairs, gcc_cxxdiag_flag_pairs, gcc_diag_flag_specs,
1213 gcc_cdiag_flag_specs, gcc_cxxdiag_flag_specs, gcc_diag_char_table,
1214 gcc_cdiag_char_table, gcc_cxxdiag_char_table): New.
1215 (format_types_orig): Add new data.
1216 (find_char_info_specifier_index, init_dynamic_diag_info): New
1217 functions.
1218 (handle_format_attribute): Update to handle new format attributes.
1219
1220 2003-06-29 Aaron W. LaFramboise <awlaframboise@aol.com>
1221
1222 * config/i386/gthr-win32.h (__GTHREAD_HIDE_WIN32API): Define to 1.
1223
1224 2003-06-29 Dara Hazeghi <dhazeghi@yahoo.com>
1225
1226 * doc/install.texi: Remove install documentation for obsoleted targets
1227 i?86-*-sco, i?86-*-sco3.2v4, powerpcle-*-pe, powerpcle-*-winnt,
1228 arm-*-aof.
1229 Update information about IA64 toolchain, AIX make requirements,
1230 and binutils for m68k-*-hpux and *-*-linuxaout targets.
1231
1232 Mon Jun 30 00:50:43 CEST 2003 Jan Hubicka <jh@suse.cz>
1233
1234 * regmove.c (regmove_optimize): Don't try to make src and dst match
1235 when they are in different modes.
1236
1237 Sun Jun 29 23:06:32 CEST 2003 Jan Hubicka <jh@suse.cz>
1238
1239 * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid
1240 busy work when builtin is not supported by the backend.
1241
1242 2003-06-29 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1243
1244 * loop.c (count_one_set): Fix detection of registers set in more
1245 than one basic block.
1246
1247 2003-06-29 Andreas Jaeger <aj@suse.de>
1248
1249 * target-def.h: Remove usage of OBJECT_FORMAT_ROSE.
1250 * system.h: Poison OBJ_FORMAT_ROSE.
1251 * doc/tm.texi (Macros for Initialization): Remove documentatin of
1252 OBJECT_FORMAT_ROSE.
1253 * config/rs6000/lynx.h: Remove undef of OBJECT_FORMAT_ROSE.
1254 * collect2.c: Remove usage of OBJECT_FORMAT_ROSE.
1255
1256 2003-06-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1257
1258 * pa.c (update_total_code_bytes): New function.
1259 (last_address): Number of bytes output for a function and its
1260 associated thunks.
1261 (compute_frame_size): Use BITS_PER_UNIT.
1262 (pa_output_function_epilogue): Compute last_address. Use
1263 update_total_code_bytes.
1264 (output_lbranch): Handle long branch on portable runtime.
1265 (attr_length_millicode_call, attr_length_call,
1266 attr_length_indirect_call): Only use total_code_bytes for calls in
1267 the text section.
1268 (output_call): Only use an indirect call sequence when the target is
1269 not local.
1270 (pa_asm_output_mi_thunk): Handle updating of total_code_bytes. Improve
1271 test to determine when an IA-relative branch can be used. Add various
1272 long branch sequences. Avoid using an indirect branch on all ports
1273 except SOM.
1274
1275 2003-06-29 Ulrich Weigand <uweigand@de.ibm.com>
1276
1277 * expr.c (clear_by_pieces): Fix prototype.
1278
1279 2003-06-29 Andreas Jaeger <aj@suse.de>
1280
1281 * cse.c: Convert prototypes to ISO C90.
1282 * cselib.c: Likewise.
1283 * cselib.h: Likewise.
1284 * dbxout.c: Likewise.
1285 * debug.c: Likewise.
1286 * df.c: Likewise.
1287 * df.h: Likewise.
1288 * dojump.c: Likewise.
1289 * doloop.c: Likewise.
1290 * dominance.c: Likewise.
1291 * dwarf2asm.c: Likewise.
1292 * dwarf2out.c: Likewise.
1293 * dwarf2out.h: Likewise.
1294 * dwarfout.c: Likewise.
1295 * except.c: Likewise.
1296 * except.h: Likewise.
1297 * emit-rtl.c: Likewise.
1298 * et-forest.c: Likewise.
1299 * et-forest.h: Likewise.
1300 * except.c: Likewise.
1301 * explow.c: Likewise.
1302 * expmed.c: Likewise.
1303 * expr.c: Likewise.
1304 * expr.h: Likewise.
1305
1306 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1307
1308 * alloc-pool.c: Fix comment formatting.
1309 * bitmap.c: Likewise.
1310 * bitmap.h: Likewise.
1311 * bt-load.c: Likewise.
1312 * builtins.c: Likewise.
1313 * caller-save.c: Likewise.
1314 * cfganal.c: Likewise.
1315 * cfgrtl.c: Likewise.
1316 * collect2.c: Likewise.
1317 * cse.c: Likewise.
1318 * df.c: Likewise.
1319 * diagnostic.c: Likewise.
1320 * dwarf2out.c: Likewise.
1321 * dwarfout.c: Likewise.
1322 * expmed.c: Likewise.
1323 * final.c: Likewise.
1324 * flags.h: Likewise.
1325 * fold-const.c: Likewise.
1326 * gcc.c: Likewise.
1327 * gcov-io.h: Likewise.
1328 * gcov.c: Likewise.
1329 * genattrtab.c: Likewise.
1330 * genautomata.c: Likewise.
1331 * libgcov.c: Likewise.
1332 * mips-tfile.c: Likewise.
1333 * optabs.c: Likewise.
1334 * prefix.c: Likewise.
1335 * rtlanal.c: Likewise.
1336 * stmt.c: Likewise.
1337 * stor-layout.c: Likewise.
1338 * toplev.c: Likewise.
1339 * varasm.c: Likewise.
1340 * vmsdbgout.c: Likewise.
1341
1342 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1343
1344 * expr.c (emit_single_push_insn): If padding is needed
1345 downward, adjust the stack pointer first, and then store the
1346 data into the stack location using an offset.
1347
1348 2003-06-29 Andreas Jaeger <aj@suse.de>
1349
1350 * collect2.h: Convert prototypes to ISO C90.
1351 * collect2.c: Likewise.
1352 * conflict.c: Likewise.
1353 * coverage.c: Likewise.
1354 * convert.h: Likewise.
1355 * convert.c: Likewise.
1356
1357 2003-06-29 Nathan Sidwell <nathan@codesourcery.com>
1358
1359 * c-decl.c (c_init_decl_processing): Use a location_t. Set input
1360 filename to <internal>.
1361 * tree.c (make_node): Just copy the current location.
1362
1363 2003-06-29 Eric Botcazou <ebotcazou@libertysurf.fr>
1364
1365 PR optimization/11210
1366 * fold-const (decode_field_reference): Revert 2003-06-26 patch.
1367
1368 2003-06-29 Neil Booth <neil@daikokuya.co.uk>
1369
1370 * toplev.c (flag_dummy): Remove.
1371 (f_options): Restore flag pointers.
1372
1373 2003-06-29 David Edelsohn <edelsohn@gnu.org>
1374
1375 * config/rs6000/rs6000.c (processor_target_table): Add 970.
1376 * config.gcc: Add 970.
1377
1378 2003-06-29 Kazu Hirata <kazu@cs.umass.edu>
1379
1380 * dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X,
1381 -1) with ggc_strdup.
1382 * stmt.c (expand_asm_operands): Likewise.
1383 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
1384
1385 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1386
1387 * config/ip2k/ip2k.c (ip2k_reorg): Use INSN_P instead of its
1388 definition.
1389
1390 2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1391
1392 * opts.c: Include insn-attr.h.
1393 * Makefile.in (opts.o): Depend on INSN_ATTR_H.
1394
1395 2003-06-27 J"orn Rennecke <joern.rennecke@superh.com>
1396
1397 * flow.c (propagate_one_insn): Use proper test for a register
1398 being part of the return value.
1399
1400 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1401
1402 * config/avr/avr.c: Fix a comment typo.
1403
1404 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1405
1406 * config/avr/avr-protos.h: Replace avr_simplify_comparision_p
1407 with avr_simplify_comparison_p.
1408 * config/avr/avr.c: Likewise.
1409
1410 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1411
1412 * builtins.c: Follow spelling conventions.
1413 * cgraph.c: Likewise.
1414 * cpplex.c: Likewise.
1415 * config/arm/arm.c: Likewise.
1416 * config/arm/iwmmxt.md: Likewise.
1417 * config/c4x/c4x-modes.def: Likewise.
1418 * config/c4x/c4x.c: Likewise.
1419 * config/c4x/c4x.h: Likewise.
1420 * config/c4x/c4x.md: Likewise.
1421 * config/i386/i386-interix.h: Likewise.
1422 * config/mips/mips.h: Likewise.
1423
1424 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
1425
1426 * config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Predicate
1427 __mc68020__ on TARGET_68020.
1428
1429 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1430
1431 * config/h8300/h8300.c: Fix a comment typo.
1432
1433 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
1434
1435 * c-parse.in (yylexstring): Use a location_t.
1436
1437 * diagnostic.h (diagnostic_set_info): Replace file and lineno
1438 parameters with a location_t.
1439 * diagnostic.c (diagnostic_set_info): Replace file and lineno
1440 parameters with a location_t.
1441 (inform, warning, pedwarn, error, sorry, fatal_error,
1442 internal_error, warning_with_decl, pedwarn_with_decl,
1443 error_with_decl): Adjust.
1444 * c-error.c (pedwarn_c99): Adjust.
1445 * c-format.c (status_warning): Adjust.
1446 * rtl-error.c (file_and_line_for_asm): Rename to ...
1447 (location_for_asm): Return a location_t.
1448 (diagnostic_for_asm): Adjust.
1449
1450 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
1451
1452 * cpptrad.c (skip_macro_block_comment): New.
1453 (copy_comment): Use it if appropriate.
1454
1455 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1456
1457 * gcse.c (compute_ld_motion_mems): Use INSN_P instead of its
1458 definition.
1459 (store_killed_in_insn): Likewise.
1460 * print-rtl.c (print_rtx): Likewise.
1461 * config/frv/frv.c (frv_final_prescan_insn): Likewise.
1462 * config/m68hc11/m68hc11.c (dead_register_here): Likewise.
1463 (m68hc11_reassign_regs): Likewise.
1464 (m68hc11_reorg): Likewise.
1465
1466 2003-06-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1467
1468 * diagnostic.c (output_integer_with_precision): New macro.
1469 (output_format): Use it. Handle more format specifiers.
1470 (output_long_decimal): Remove.
1471 (output_unsigned_decimal): Likewise.
1472 (output_long_unsigned_decimal): Likewise.
1473 (output_octal): Likewise.
1474 (output_long_octal): Likewise.
1475 (output_hexadecimal): Likewise.
1476 (output_long_hexadecimal): Likewise.
1477 (output_long_long_decimal): Likewise.
1478
1479 2003-06-28 Andreas Schwab <schwab@suse.de>
1480
1481 * config/ia64/ia64.md: Follow recent emit_note API change.
1482
1483 2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
1484
1485 * c-parse.in (%union): Replace filename & lineno with location.
1486 (save_filename, save_lineno): Remove.
1487 (save_location): New.
1488 (fndef, old_style_parm_decls_1, lineno_datadecl, lineno_decl,
1489 nested_function, notype_nested_function, if_prefix, lineno_stmt,
1490 lineno_label, label): Adjust.
1491
1492 2003-06-28 Jakub Jelinek <jakub@redhat.com>
1493
1494 * builtins.c (c_strlen): Add only_value argument.
1495 Handle COND_EXPR and COMPOUND_EXPR.
1496 (expand_builtin_strlen): Optimize also strlen (i++ ? "foo" : "bar").
1497 Adjust c_strlen callers.
1498 (expand_builtin_strcpy, expand_builtin_strncpy,
1499 expand_builtin_strcmp, expand_builtin_strncmp,
1500 expand_builtin_fputs, expand_builtin_sprintf,
1501 fold_builtin): Adjust c_strlen callers.
1502
1503 2003-06-28 Josef Zlomek <zlomekj@suse.cz>
1504
1505 * bb-reorder.c (find_traces_1_round): Do not send basic block
1506 to next round when we are in the last round.
1507
1508 2003-06-28 Neil Booth <neil@daikokuya.co.uk>
1509
1510 * Makefile.in: Update.
1511 * opts.c: Include tm_p.h.
1512 (handle_options): Make static.
1513 (decode_options): Copied from toplev.c.
1514 * opts.h (decode_options): New.
1515 * toplev.c (parse_options_and_default_flags): Move most to opts.c,
1516 some to...
1517 (general_init): ...here.
1518 (toplev_main): Use decode_options instead.
1519 * toplev.h (save_argc, save_argv): New.
1520
1521 2003-06-28 Kazu Hirata <kazu@cs.umass.edu>
1522
1523 * explow.c (find_next_ref): Remove.
1524 * rtl.h: Remove the prototype for find_next_ref.
1525
1526 2003-06-27 Roger Sayle <roger@eyesopen.com>
1527
1528 * config/alpha/alpha.md (anonymous define_split): Adjust emit_note
1529 call to match recent API change.
1530
1531 2003-06-27 Zack Weinberg <zack@codesourcery.com>
1532
1533 * dbxout.c (flag_debug_only_used_symbols): Delete redundant
1534 declaration.
1535
1536 * c-format.c (check_format_string, get_constant)
1537 * cfgrtl.c (rtl_split_edge):
1538 Mark the definition static, matching the forward declaration.
1539
1540 2003-06-27 Gunther Nikl <gni@gecko.de>
1541
1542 * unwind-c.c (PERSONALITY_FUNCTION): Delete duplicate define.
1543
1544 PR target/11014
1545 * config/m68k/m68k.c (m68k_output_mi_thunk): Use correct assembly
1546 syntax for MIT / MOTOROLA.
1547
1548 PR other/10240
1549 * configure.in: Removed $(XCFLAGS) from BUILD_CFLAGS for build != host.
1550 * configure: Rebuilt.
1551
1552 2003-06-27 Chris Demetriou <cgd@broadcom.com>
1553
1554 * config/mips/mips.c (mips_build_va_list): Make padding in
1555 va_list structure explicit to avoid -Wpadded warnings.
1556
1557 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1558
1559 * config/s390/s390.h (SECONDARY_OUTPUT_RELOAD_CLASS): Define.
1560 * config/s390/s390.c (s390_secondary_output_reload_class): New function.
1561 * config/s390/s390-protos.h (s390_secondary_output_reload_class):
1562 Declare it.
1563 * config/s390/s390.md ("reload_outti", "reload_outdi",
1564 "reload_outdf"): New expanders.
1565
1566 * config/s390/s390.md ("movti" + splitters): Handle non-offsettable
1567 memory operands as source.
1568 ("movdi" + splitters): Likewise.
1569 ("movdf" + splitters): Likewise.
1570 * config/s390/s390.c (s390_split_ok_p): New function.
1571 * config/s390/s390-protos.h (s390_split_ok_p): Declare it.
1572
1573 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1574
1575 * combine.c (force_to_mode): Replace the equality comparison
1576 of INTVALs with a pointer equality comparison.
1577 (simplify_comparison): Likewise.
1578
1579 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1580
1581 * jump.c (rtx_renumbered_equal_p): Replace an expression that
1582 is known to be 0 with 0.
1583
1584 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1585
1586 * gcse.c (expr_equiv_p): Replace expressions that are known to
1587 be 0 with 0.
1588
1589 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1590
1591 * cse.c (fold_rtx): Replace the equality comparison of INTVALs
1592 with a pointer equality comparison.
1593
1594 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1595
1596 * rtlanal.c (reg_mentioned_p): Return 0 earlier if REG and IN
1597 are known to be not equivalent.
1598
1599 2003-06-27 Richard Henderson <rth@redhat.com>
1600
1601 * config/alpha/alpha.c (function_arg): Don't pass small aggregates
1602 in floating point registers. Validate that we don't receive complex
1603 values here. Use #elif.
1604 (return_in_memory, function_value): New.
1605 (alpha_va_arg): Handle complex values as two arguments.
1606 * config/alpha/alpha.h (RETURN_IN_MEMORY): Use return_in_memory.
1607 (FUNCTION_VALUE, LIBCALL_VALUE): Use function_value.
1608 (SPLIT_COMPLEX_ARGS): New.
1609 * config/alpha/alpha-protos.h: Update.
1610
1611 2003-06-27 Ulrich Weigand <uweigand@de.ibm.com>
1612
1613 * ggc-page.c (inverse_table): Change type of mult to size_t.
1614 (compute_inverse): Compute inverse using size_t, not unsigned int.
1615 Compute inverse also for sizes larger than half a machine page.
1616
1617 Fri Jun 27 18:36:12 CEST 2003 Jan Hubicka <jh@suse.cz>
1618
1619 * toplev.c (rest_of_decl_compilation): Only varpoolize argument
1620 when called before cgraph_optimize.
1621
1622 2003-06-27 Zack Weinberg <zack@codesourcery.com>
1623
1624 * config/darwin.h, config/elfos.h, config/i960/i960-coff.h
1625 * config/m68k/coff.h: ASM_FILE_START_FILE_DIRECTIVE should
1626 be TARGET_ASM_FILE_START_FILE_DIRECTIVE.
1627
1628 Fri Jun 27 17:41:16 CEST 2003 Jan Hubicka <jh@suse.cz>
1629
1630 * cgraph.c (cgraph_node, cgraph_varpool_node): Avoid re-initializing
1631 of known_decls.
1632
1633 2003-06-27 Hans-Peter Nilsson <hp@axis.com>
1634
1635 * defaults.h (REGISTER_MOVE_COST): Define default here.
1636 * regclass.c: Don't define default REGISTER_MOVE_COST here.
1637 * reload.c, reload1.c: Ditto.
1638
1639 2003-06-27 Richard Earnshaw <rearnsha@arm.com>
1640
1641 * flags.h: Really install previous change.
1642
1643 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
1644
1645 * rtl.h (emit_note): Remove FILE parameter.
1646 * emit-rtl.c (emit_line_note): Adjust emit_note call.
1647 (emit_note): Remove FILE parameter. Adjust.
1648 * builtins.c (expand_builtin_expect): Adjust emit_note call.
1649 * c-semantics.c (genrtl_scope_stmt): Likewise.
1650 (expand_stmt): Likewise.
1651 * cfglayout.c (reemit_insn_block_notes): Likewise.
1652 (duplicate_insn_chain): Likewise.
1653 * except.c (expand_eh_region_start, expand_eh_region_end,
1654 sjlj_emit_function_enter): Likewise.
1655 * explow.c (probe_stack_range): Likewise.
1656 * expr.c (emit_block_move_via_loop): Likewise.
1657 * function.c (init_function_start, expand_function_start,
1658 expand_function_end, thread_prologue_and_epilogue_insns): Likewise.
1659 * integrate.c (expand_inline_function, copy_insn_list): Likewise.
1660 * reg-stack.c (compensate_edge): Likewise.
1661 * reload1.c (reload): Likewise.
1662 * rtlanal.c (hoist_insn_to_edge): Likewise.
1663 * stmt.c (expand_fixup, expand_start_loop, expand_start_null_loop,
1664 expand_loop_continue_here, expand_end_loop, expand_continue_loop,
1665 expand_exit_loop_top_cond, expand_value_return,
1666 expand_start_bindings_and_block, expand_end_bindings,
1667 expand_decl_cleanup, expand_start_case): Likewise.
1668 * unroll.c (copy_loop_body
1669 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Likewise.
1670 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1671 * config/rs6000/rs6000.c (rs6000_emit_eh_toc_restore,
1672 rs6000_emit_allocate_stack, rs6000_output_function_prologue,
1673 rs6000_output_function_epilogue, rs6000_output_mi_thunk): Likewise.
1674 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1675 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1676
1677 2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
1678
1679 * c-tree.h (grokfield): Remove unused filename and line parameters.
1680 * c-decl.c (grokfield): Remove unused filename and line parameters.
1681 * c-parse.in (component_decl): Adjust field grokking rules, adjust
1682 grokfield calls.
1683 (component_declarator): Likewise.
1684 (component_notype_declarator): Likewise.
1685 * objc/objc-act.c (build_module_descriptor): Adjust grokfield
1686 calls.
1687 (build_protocol_template, build_method_prototype_list_template,
1688 build_method_prototype_template, build_category_template,
1689 build_selector_template, build_class_template,
1690 build_super_template, build_ivar_template,
1691 build_ivar_list_template, build_method_list_template,
1692 build_method_template, add_instance_variable): Likewise.
1693
1694 2003-06-27 Kazu Hirata <kazu@cs.umass.edu>
1695
1696 * stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and
1697 OP2 are known to be not equivalent.
1698
1699 2003-06-26 Devang Patel <dpatel@apple.com>
1700
1701 * final.c (debug_flush_symbol_queue): New function.
1702 (debug_queue_symbol): New function.
1703 (debug_free_queue): New function.
1704 (debug_nesting): New variable.
1705 (symbol_queue): New variable.
1706 (symbol_queue_index): Same.
1707 (symbol_queue_size): Same.
1708 * debug.h (debug_flush_symbol_queue): New.
1709 (debug_queue_symbol): New.
1710 (debug_free_queue): New.
1711 (debug_nesting): New.
1712 (symbol_queue_index): New.
1713 * dbxout.c (DBXOUT_DECR_NESTING): New macro.
1714 (DBXOUT_DECR_NESTING_AND_RETURN): New macro.
1715 (dbxout_init): Delay symbol output.
1716 (dbxout_global_decl): Save, set and reset TREE_USED bit around
1717 dbxout_symbol() call.
1718 (dbxout_begin_function): Same.
1719 (dbxout_finish): Free symbol queue.
1720 (dbxout_type): Put appropriate symbols in queue.
1721 (dbxout_symbol): Put info for symbol's type in queue.
1722 Decrement/Increment nesting counts flush symbol queue appropriately.
1723 (dbxout_parms): Increment dbxout nesting.
1724 (dbxout_reg_parms): Same.
1725 * flags.h (flag_debug_only_used_symbols): New.
1726 * toplev.c (flag_debug_only_used_symbols): New variable.
1727 (lang_independent_options): Add entries for new option
1728 -feliminate-unused-debug-symbols.
1729 * common.opt: Add entry for -feliminate-unused-debug-symbols.
1730 * opts.c (common_handle_options): Same.
1731 * config/rs6000/darwin.h (CC1_SPEC): Interpret -gused as
1732 -feliminate-unused-debug-symbols.
1733 * doc/invoke.texi (Debugging Options): Document
1734 -feliminate-unused-debug-symbols.
1735
1736 2003-06-26 Roger Sayle <roger@eyesopen.com>
1737 Jakub Jelinek <jakub@redhat.com>
1738
1739 * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to
1740 obtain the format string instead of using TREE_STRING_POINTER and
1741 TREE_STRING_LENGTH. Only optimize sprintf(dst,"%s",src) when the
1742 return value is unused or the length of src is a known constant.
1743
1744 2003-06-26 Richard Henderson <rth@redhat.com>
1745
1746 * config/ia64/ia64.h (REGISTER_NAMES): R0 is really AP.
1747
1748 2003-06-26 Richard Henderson <rth@redhat.com>
1749
1750 * config/ia64/ia64.c (ia64_expand_call): Don't add ar.pfs for sibcalls.
1751 (ia64_split_call): Only load descriptor for GP register inputs.
1752 (ia64_expand_epilogue): Check current_frame_info.mask not
1753 current_function_is_leaf to restore ar.pfs.
1754
1755 2003-06-26 Richard Henderson <rth@redhat.com>
1756
1757 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
1758 instead of replacing it.
1759
1760 2003-06-26 Richard Henderson <rth@redhat.com>
1761
1762 * flow.c (propagate_one_insn): Kill function return value
1763 registers across tail calls.
1764
1765 * flow.c (propagate_one_insn): Preserve live-at-end registers
1766 across tail calls.
1767
1768 2003-06-26 J"orn Rennecke <joern.rennecke@superh.com>
1769
1770 * reload.c (can_reload_into): New function.
1771 (push_reload): Use it.
1772
1773 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
1774
1775 * config/h8300/h8300.c (compute_a_rotate_length): Fix the
1776 references to the amount of a rotation.
1777
1778 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
1779
1780 * config/sh/coff.h: Don't include dbxcoff.h.
1781 * config.gcc: List it here.
1782
1783 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
1784
1785 * postreload.c (reload_cse_simplify_set): Call cselib_lookup
1786 earlier. Don't check if SRC is a constant.
1787
1788 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
1789
1790 * Makefile.in (OBJS): Add postreload.o.
1791 Remove cselib.h from the dependency list for reload1.o.
1792 Add a dependency list for postreload.o.
1793 * reload.h: Change the comment for the prototype of
1794 reload_cse_regs.
1795 * reload1.c: Don't include cselib.h.
1796 (reload_cse_regs): Move to postreload.c
1797 (reload_cse_regs_1): Likewise.
1798 (reload_cse_noop_set_p): Likewise.
1799 (reload_cse_simplify_set): Likewise.
1800 (reload_cse_simplify_operands): Likewise.
1801 (RELOAD_COMBINE_MAX_USES): Likewise.
1802 (reload_combine_ruid): Likewise.
1803 (LABEL_LIVE): Likewise.
1804 (reload_combine): Likewise.
1805 (reload_combine_note_use): Likewise.
1806 (reload_combine_note_store): Likewise.
1807 (reg_set_luid): Likewise.
1808 (reg_offset): Likewise.
1809 (reg_base_reg): Likewise.
1810 (reg_mode): Likewise.
1811 (move2add_luid): Likewise.
1812 (move2add_last_label_luid): Likewise.
1813 (MODES_OK_FOR_MOVE2ADD): Likewise.
1814 (reload_cse_move2add): Likewise.
1815 (move2add_note_store): Likewise.
1816 (reload_cse_simplify): Likewise.
1817 * postreload.c: New.
1818
1819 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
1820
1821 * config/avr/avr.c (final_prescan_insn): Remove support for
1822 -mrtl.
1823 * config/avr/avr.h (MASK_RTL_DUMP): Remove.
1824 (TARGET_RTL_DUMP): Likewise.
1825 (TARGET_SWITCHES): Remove -mrtl.
1826
1827 2003-06-26 Kazu Hirata <kazu@cs.umass.edu>
1828
1829 * config/h8300/h8300-protos.h: Change emit_a_rotate to
1830 output_a_rotate. Add a prototype for compute_a_rotate_length.
1831 * config/h8300/h8300.c (emit_a_rotate): Change to
1832 output_a_rotate.
1833 (compute_a_rotate_length): New.
1834 (h8300_adjust_insn_length): Remove.
1835 * config/h8300/h8300.h (ADJUST_INSN_LENGTH): Remove.
1836 * config/h8300/h8300.md (adjust_length): Remove.
1837 (*rotlqi3_1): Use output_a_rotate and compute_a_rotate_length.
1838 (*rotlhi3_1): Likewise.
1839 (*rotlsi3_1): Likewise.
1840
1841 2003-06-26 Roger Sayle <roger@eyesopen.com>
1842 Richard Henderson <rth@redhat.com>
1843
1844 * builtins.c (expand_builtin_mathfn): Always stabilize the argument
1845 list against re-evaluation. If expand_unop fails, call expand_call
1846 with the stabilized argument list rather than return NULL_RTX.
1847 (expand_builtin_mathfn2): Likewise, always stabilize the argument
1848 list, and call expand_call ourselves if expand_binop fails.
1849
1850 2003-06-26 Eric Botcazou <ebotcazou@libertysurf.fr>
1851
1852 PR optimization/11210
1853 * fold-const (decode_field_reference): Strip only NOPs that
1854 don't affect the sign.
1855
1856 2003-06-26 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
1857
1858 * gcc/config/sh/sh.md (push_fpscr): Enable for TARGET_SH2E.
1859 (pop_fpscr, fpu_switch): Likewise.
1860
1861 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1862
1863 * value-prof.c: New.
1864 * value-prof.h: New.
1865 * Makefile.in (value-prof.o): New.
1866 (LIBGCOV): Add _gcov_merge_single and _gcov_merge_delta
1867 (profile.o): Add value-prof.h and tree.h dependency.
1868 * flags.h (flag_profile_values): Declare.
1869 * gcov-io.h (GCOV_COUNTERS, GCOV_COUNTER_NAMES, GCOV_MERGE_FUNCTIONS):
1870 Add new counters.
1871 (GCOV_COUNTER_V_INTERVAL, GCOV_COUNTER_V_POW2, GCOV_COUNTER_V_SINGLE,
1872 GCOV_COUNTER_V_DELTA): New counter sections.
1873 (__gcov_merge_single, __gcov_merge_delta): Declare.
1874 * flow.c (mark_used_regs): Set subregs_of_mode only when the
1875 structure is initialized.
1876 * libgcov.c (__gcov_merge_single, __gcov_merge_delta): New functions.
1877 * profile.c: Include value-prof.h and tree.h.
1878 (gen_interval_profiler, gen_pow2_profiler, gen_one_value_profiler,
1879 gen_const_delta_profiler, instrument_values): New static functions.
1880 (get_exec_counts): Fix comment.
1881 (branch_prob): Invoke instrument_values.
1882 * toplev.c (flag_profile_values): New flag.
1883 * doc/invoke.texi (-fprofile-values): Document.
1884
1885 2003-06-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1886
1887 * Makefile.in (cfgrtl.o): Add expr.h dependency.
1888 * cfgrtl.c: Include expr.h.
1889 (mark_killed_regs, safe_insert_insn_on_edge): New
1890 functions.
1891 * config/i386/i386.h (AVOID_CCMODE_COPIES): Define.
1892 * basic-block.h (safe_insert_insn_on_edge): Declare.
1893
1894 2003-06-26 Neil Booth <neil@daikokuya.co.uk>
1895
1896 * c-opts.c (missing_arg): Make non-static.
1897 (c_common_handle_option): Don't check for missing arguments.
1898 * opts.c (handle_option): Check for missing arguments.
1899
1900 2003-06-26 David Edelsohn <edelsohn@gnu.org>
1901
1902 * config/rs6000/power4.md (power4-veccomplex): Correct latency.
1903
1904 2003-06-25 Loren James Rittle <ljrittle@acm.org>
1905
1906 * configure.in (ld_vers): Portability [sed].
1907 * configure: Regenerate with autoconf213.
1908
1909 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
1910
1911 * doc/extend.texi: Document new builtin functions for Intel
1912 Prescott New Intrunctions.
1913
1914 * doc/invoke.texi: Document new command-line options, -mpni and
1915 -mno-pni, for Intel Prescott New Intrunctions.
1916
1917 * config.gcc (extra_headers): Add pmmintrin.h for i[34567]86-*-*.
1918
1919 * config/i386/i386.c (override_options): Turn on MASK_SSE2
1920 for -mpni. Turn on MASK_SSE for -msse2.
1921 (bdesc_2arg): Add PNI builtins with 2 args.
1922 (bdesc_1arg): Add PNI builtins with 1 arg.
1923 (ix86_init_mmx_sse_builtins): Handle PNI builtins.
1924 (ix86_expand_builtin): Likewise.
1925
1926 * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A,
1927 MASK_128BIT_LONG_DOUBLE, MASK_64BIT, MASK_MS_BITFIELD_LAYOUT,
1928 MASK_TLS_DIRECT_SEG_REFS): Renumbered.
1929 (TARGET_PNI): New.
1930 (TARGET_SWITCHES): Don't enable MASK_SSE for -msse2 here. Add
1931 -mpni and -mno-pni.
1932 (TARGET_CPU_CPP_BUILTINS): Defined __PNI__ for PNI.
1933 (ix86_builtins): Add PNI builtins.
1934 (config/i386/i386.md): Add PNI patterns.
1935
1936 * config/i386/pmmintrin.h: New file.
1937
1938 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
1939
1940 * config/h8300/h8300.md (call): Fix the insn lengths.
1941 (call_value): Likewise.
1942
1943 Thu Jun 26 00:13:35 CEST 2003 Jan Hubicka <jh@suse.cz>
1944
1945 * c-common.c (handle_used_attribute): Use mark_referenced.
1946 * varasm.c (mark_referenced): Break out from ...
1947 (assemble_name): ... here.
1948 * tree.h (mark_referenced): Declare.
1949
1950 2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
1951
1952 * gccbug.in: Add PCH to list of categories.
1953
1954 2003-06-25 Martin Schaffner <schaffner@gmx.li>
1955
1956 * cppfiles.c: Clarify comments.
1957 * cpphash.h: Likewise.
1958 * cpplib.h: Likewise.
1959 * cppmacro.c: Likewise.
1960 * mkdeps.h: Likewise.
1961
1962 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
1963
1964 * c-opts.c (complain_wrong_lang, write_langs): Remove.
1965 (c_common_handle_option): Complaints about wrong language are
1966 handled in opts.c now.
1967 * opts.c (complain_wrong_lang, write_langs, handle_options): New.
1968 (find_opt): Fix thinko.
1969 (handle_option): Update prototype. Complain about switches for
1970 a different front end.
1971 * opts.h (lang_names, handle_options): New.
1972 (handle_option): Remove.
1973 * opts.sh: Write out language names array.
1974 * toplev.c (parse_options_and_default_flags): Use handle_options.
1975
1976 2003-06-25 H.J. Lu <hongjiu.lu@intel.com>
1977
1978 * config/i386/i386.c (MASK_SSE1): Removed.
1979 (MASK_SSE164): Removed.
1980 (MASK_SSE264): Removed.
1981 (bdesc_2arg): Replace MASK_SSE1 with MASK_SSE. Replace
1982 MASK_SSE164 with MASK_SSE | MASK_64BIT. Replace MASK_SSE264
1983 with MASK_SSE2 | MASK_64BIT.
1984 (bdesc_1arg): Likewise.
1985 (ix86_init_mmx_sse_builtins): Likewise.
1986
1987 * config/i386/i386.h (TARGET_SSE): Remove MASK_SSE2.
1988 (TARGET_SWITCHES): Enable both MASK_SSE and MASK_SSE2 for
1989 -msse2.
1990
1991 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1992
1993 * hwint.h (HOST_WIDE_INT_PRINT, HOST_WIDE_INT_PRINT_C): New macros.
1994 (HOST_WIDE_INT_PRINT_DEC_SPACE,
1995 HOST_WIDE_INT_PRINT_UNSIGNED_SPACE,
1996 HOST_WIDEST_INT_PRINT_DEC_SPACE,
1997 HOST_WIDEST_INT_PRINT_UNSIGNED_SPACE): Delete.
1998 (HOST_WIDE_INT_PRINT_DEC, HOST_WIDE_INT_PRINT_DEC_C,
1999 HOST_WIDE_INT_PRINT_UNSIGNED, HOST_WIDE_INT_PRINT_HEX): Define in
2000 terms of HOST_WIDE_INT_PRINT and possibly HOST_WIDE_INT_PRINT_C.
2001
2002 * final.c (asm_fprintf): Use HOST_WIDE_INT_PRINT.
2003 * ra-debug.c (dump_static_insn_cost): Likewise.
2004
2005 2003-06-26 Nick Clifton <nickc@redhat.com>
2006
2007 * config/arm/arm.h (BIGGEST_FIELD_ALIGNMENT): Define instead
2008 of ADJUST_FIELD_ALIGN if IN_TARGET_LIBS.
2009 Replace occurances of '???' with 'XXX' incase they are
2010 mistaken for trigraphs.
2011 (THUMB_PRINT_OPERAND_ADDRESS): abort if a compound address
2012 does not have a register for the first operand.
2013
2014 2003-06-25 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2015
2016 * config/sh/sh.c (sh_register_move_cost):
2017 Add case for moving between MAC_REGS.
2018
2019 2003-06-25 Zack Weinberg <zack@codesourcery.com>
2020
2021 PR 10178
2022 * langhooks.h (struct lang_hooks): Add no_body_blocks bool.
2023 * langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): New; default false.
2024 * c-lang.c, objc/objc-lang.c: Override LANG_HOOKS_NO_BODY_BLOCKS
2025 to true.
2026 * stmt.c (is_body_block): If lang_hooks.no_body_blocks, always
2027 return 0.
2028
2029 2003-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2030
2031 * Makefile.in (bt-load.o): Depend on $(TM_P_H).
2032 * bt-load.c: Include "tm_p.h".
2033
2034 2003-06-25 Kazu Hirata <kazu@cs.umass.edu>
2035
2036 * config/h8300/h8300.c (compute_mov_length): Adjust for the
2037 new optimization.
2038 * config/h8300/h8300.md (*movsi_h8300): Optimize the load of
2039 an SImode constant whose upper and lower are the same.
2040
2041 Wed Jun 25 11:31:59 CEST 2003 Jan Hubicka <jh@suse.cz>
2042
2043 * varasm.c (assemble_name): Mark needed variables even when
2044 global info is ready.
2045
2046 2003-06-24 Jerry Quinn <jlquinn@optonline.net>
2047
2048 PR other/11280
2049 * gcc/doc/invoke.texi (Optimization Options): Remove -Os from
2050 -freorder-functions description.
2051
2052 2003-06-25 Josef Zlomek <zlomekj@suse.cz>
2053
2054 * dwarf2out.c (gen_field_die): Return if type of decl is error mark.
2055
2056 2003-06-25 Neil Booth <neil@daikokuya.co.uk>
2057
2058 * opts.c (common_handle_option): Add missing break;s.
2059
2060 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2061
2062 * config/h8300/h8300-protos.h: Add a prototype for
2063 compute_mov_length.
2064 * config/h8300/h8300.c (compute_mov_length): New.
2065 * config/h8300/h8300.md (*movqi_h8300): Use it.
2066 (*movqi_h8300hs): Likewise.
2067 (movstrictqi): Likewise.
2068 (*movhi_h8300): Likewise.
2069 (*movhi_h8300hs): Likewise.
2070 (movstricthi): Likewise.
2071 (*movsi_h8300): Likewise.
2072 (*movsf_h8300): Likewise.
2073 (*movsi_h8300hs): Likewise.
2074 (*movsf_h8300hs): Likewise.
2075
2076 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2077
2078 * jump.c (next_nondeleted_insn): Remove.
2079 * rtl.h: Remove the prototype for next_nondeleted_insn.
2080
2081 2003-06-24 Roger Sayle <roger@eyesopen.com>
2082
2083 PR optimization/11311
2084 * builtins.c (powi_cost): Fix typo. The number of multiplications
2085 required is the number to reduce the argument, result, plus the
2086 cost of calculating the residual, val [not n, the original value].
2087
2088 2003-06-24 Roger Sayle <roger@eyesopen.com>
2089
2090 * config/alpha/osf5.h (TARGET_C99_FUNCTIONS): Define.
2091
2092 2003-06-24 Richard Henderson <rth@redhat.com>
2093 (blame to: Loren James Rittle <ljrittle@acm.org>)
2094
2095 * real.h (ieee_extended_intel_96_round_53_format): New.
2096 * real.c (ieee_extended_intel_96_round_53_format): New.
2097 * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Use it
2098 for XFmode and TFmode.
2099
2100 2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
2101
2102 * config/h8300/h8300.md (4 anonymous patterns): Give internal
2103 names.
2104 (movsi_h8300): Change the name to *movsi_h8300.
2105 (movsi_h8300hs): Change the name to *movsi_h8300hs.
2106 (movsf_h8300): Change the name to *movsf_h8300.
2107 (movsf_h8300hs): Change the name to *movsf_h8300hs.
2108
2109 2003-06-24 Jakub Jelinek <jakub@redhat.com>
2110
2111 * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in
2112 src twice.
2113
2114 2003-06-24 J"orn Rennecke <joern.rennecke@superh.com>
2115
2116 Back out these patches:
2117 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
2118 * sh.h (OLD_ARG_MODE): New macro.
2119 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
2120 (FUNCTION_ARG_1): Break out of:
2121 (FUNCTION_ARG). Use OLD_ARG_MODE.
2122 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
2123 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
2124 of the generated register.
2125
2126 * sh.h (FUNCTION_ARG_SCmode_WART): Define.
2127 (FUNCTION_ARG): Unless FUNCTION_ARG_SCmode_WART is defined and
2128 an even number of floating point regs are in use, use the same
2129 sequence of argument passing registers for SCmode as would be
2130 used for two SFmode values.
2131 * sh.c (sh_va_arg): If FUNCTION_ARG_SCmode_WART is defined,
2132 swap real / imaginary parts in incoming SCmode values passed
2133 in registers.
2134
2135 2003-06-24 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
2136
2137 PR target/11260
2138 * config/alpha/alpha.md (sqrtdf2): Fix operand substitution.
2139
2140 Tue Jun 24 18:49:33 CEST 2003 Jan Hubicka <jh@suse.cz>
2141
2142 * Makefile.in (cgraph.o): Depend on output.h, not depend on
2143 tree-inline.h
2144 * cgraph.c: Do not include tree-inline.h; include output.h
2145 (known_fns): Rename to ...
2146 (known_decls): ... this one; update all uses.
2147 (cgraph_varpool_hash): New static variable.
2148 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): New global
2149 variables.
2150 (cgraph_varpool_hash_node, eq_cgraph_varpool_node, cgraph_varpool_node,
2151 cgraph_varpool_node_for_identifier, cgraph_varpool_mark_needed_node,
2152 cgraph_varpool_finalize_decl, cgraph_varpool_assemble_pending_decls):
2153 New functions.
2154 * cgraph.h (cgraph_varpool_node): New structure.
2155 (cgraph_varpool_n_nodes, cgraph_varpool_nodes_queue): Declare.
2156 (cgraph_varpool_node, cgraph_varpool_node_for_identifier,
2157 cgraph_varpool_finalize_decl, cgraph_varpool_mark_needed_node,
2158 cgraph_varpool_asemble_pending_decls): Declare.
2159 * cgraphunit.c (record_call_1): Notice variable references.
2160 (cgraph_finalize_compilation_unit): Assemble pending variables.
2161 * toplev.c (wrapup_global_declarations): Use varpool.
2162 (compile_file): Assemble pending declarations.
2163 (rest_of_decl_compilation): Use varpool in unit-at-a-time mode.
2164 * varasm.c (assemble_name): Notice varpool references.
2165
2166 Tue Jun 24 13:52:11 CEST 2003 Jan Hubicka <jh@suse.cz>
2167
2168 * langhooks-def.h (LANG_HOOKS_PREPARE_ASSEMBLE_VARIABLE): New macro.
2169 * langhooks.h (lang_hooks_for_decls): Add prepare_assemble_variable.
2170 * varasm.c (assemble_variable): Call prepare_assemble_variable.
2171
2172 2003-06-23 Roger Sayle <roger@eyesopen.com>
2173
2174 * builtins.c (expand_builtin): Use expand_builtin_pow to expand
2175 calls for pow, powf, powl and their __builtin_ variants.
2176 (expand_builtin_pow): If the second argument is a constant
2177 integer and compiling with -ffast-math, use expand_powi to
2178 generate RTL if powi_cost is less than POWI_MAX_MULTS.
2179 (powi_cost): New function to return the number of multiplications
2180 necessary to evaluate an Nth power, for integer constant N.
2181 (expand_powi): New function to expand the RTL for evaluating
2182 the Nth power of a floating point value, for integer constant N.
2183
2184 * doc/tm.texi (POWI_MAX_MULTS): Document new target macro.
2185
2186 Mon Jun 23 23:07:35 CEST 2003 Jan Hubicka <jh@suse.cz>
2187
2188 * cgraph.c (cgraph_nodes_queue): Declare.
2189 (eq_node): Take identifier as p2.
2190 (cgraph_node): Update htab_find_slot_with_hash call.
2191 (cgraph_node_for_identifier): New.
2192 (cgraph_mark_needed_node): Move here from cgraphunit.c.
2193 * cgraph.h (cgraph_nodes_queue): Declare.
2194 (cgraph_node_for_identifier): Declare.
2195 * cgraphunit.c (cgraph_finalize_function): Collect entry points here
2196 instead of in cgraph_finalize_compilation_unit; constructors and
2197 destructors are entry points.
2198 (cgraph_finalize_compilation_unit): Reorganize debug outout;
2199 examine nested functions after lowerng; call collect_functions hook.
2200 (cgraph_mark_local_functions): DECL_COMDAT functions are not local.
2201 (cgraph_finalize_compilation_unit): Do not collect entry points.
2202 * varasm.c: Include cgraph.h
2203 (assemble_name): Mark referenced identifier as needed.
2204
2205 * cgraphunit.c (record_call_1): Use get_callee_fndecl.
2206
2207 2003-06-23 Jakub Jelinek <jakub@redhat.com>
2208
2209 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,
2210 just SYMBOL_REF.
2211 * config/s390/s390.c (s390_output_mi_thunk): Avoid .plt in -m31
2212 mode, as it requires pic register loaded.
2213
2214 * varasm.c (resolve_unique_section): Remove prototype. No longer
2215 static.
2216 * tree.h (resolve_unique_section): New prototype.
2217
2218 2003-06-23 Andreas Schwab <schwab@suse.de>
2219
2220 PR debug/9905
2221 * dwarf2out.c (loc_descriptor_from_tree): Handle MODIFY_EXPR by
2222 recursing through first argument.
2223
2224 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2225
2226 * ChangeLog.1: Fix a typo.
2227 * cfgrtl.c: Fix comment typos.
2228 * dwarf2out.c: Likewise.
2229 * expmed.c: Likewise.
2230 * genrecog.c: Likewise.
2231 * jump.c: Likewise.
2232 * rtlanal.c: Likewise.
2233 * ssa-dce.c: Likewise.
2234 * toplev.c: Likewise.
2235
2236 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2237
2238 * doc/extend.texi: Fix typos.
2239 * doc/md.texi: Likewise.
2240 * doc/tm.texi: Likewise.
2241
2242 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2243
2244 * basic-block.h: Fix comment formatting.
2245 * bt-load.c: Likewise.
2246 * builtins.c: Likewise.
2247 * c-common.c: Likewise.
2248 * c-common.h: Likewise.
2249 * c-format.c: Likewise.
2250 * coverage.c: Likewise.
2251 * cpplib.h: Likewise.
2252 * cpppch.c: Likewise.
2253 * dbxout.c: Likewise.
2254 * diagnostic.c: Likewise.
2255 * dwarf2out.c: Likewise.
2256 * expr.c: Likewise.
2257 * fold-const.c: Likewise.
2258 * function.c: Likewise.
2259 * gcc.c: Likewise.
2260 * gcov-io.c: Likewise.
2261 * gcov-io.h: Likewise.
2262 * gcov.c: Likewise.
2263 * profile.c: Likewise.
2264 * real.h: Likewise.
2265 * sched-deps.c: Likewise.
2266
2267 2003-06-23 Roger Sayle <roger@eyesopen.com>
2268 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2269
2270 * doc/contrib.texi (Contributors): Add a note on testing and
2271 remove duplicates from testers list.
2272
2273 2003-06-23 Nick Clifton <nickc@redhat.com>
2274
2275 * read-rtl.c (read_braced_string): Check for EOF. If
2276 encountered issue an error message.
2277
2278 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2279
2280 * doc/invoke.texi: Document dump options, dT and dW.
2281
2282 2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
2283
2284 * genrecog.c (pred_table): Remove the entry for
2285 mode_independent_operand.
2286 * recog.c (next_insns_test_no_inequality): Remove.
2287 (mode_independent_operand): Likewise.
2288 * recog.h: Remove the prototype for mode_independent_operand.
2289
2290 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2291
2292 * config/h8300/h8300.c (output_simode_bld): Use rotxl.l to
2293 store into bit 0.
2294 * config/h8300/h8300.md (*extzv_1_r_h8300hs): Change cc of the
2295 second alternative to set_znv.
2296 (*extzv_1_r_inv_h8300hs): Likewise.
2297
2298 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
2299
2300 * configure.in (in_tree_gas): Find out here whether GAS is ELF,
2301 set in_tree_gas_is_elf accordingly.
2302 (in_tree_ld): Find out whether LD emulation is ELF, set
2303 in_tree_ld_is_elf accordingly.
2304 (gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
2305 (gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
2306 (gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
2307 (gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
2308 grepping gas/Makefile.
2309 (gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
2310 $in_tree_ld_is_elf instead of grepping ld/Makefile.
2311 * configure: Regenerate.
2312
2313 2003-06-22 Roger Sayle <roger@eyesopen.com>
2314
2315 * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build
2316 up the stabilized argument list, not build_tree_list.
2317 (expand_builtin_strcpy): Construct new argument list manually
2318 instead of using chainon to modify the original argument list.
2319 (expand_builtin_stpcpy): Construct new argument list manually
2320 instead of using copy_list and chainon.
2321 (expand_builtin_sprintf): New function. Optimize calls to
2322 sprintf when the format is "%s" or doesn't contain a '%'.
2323 (expand_builtin): Expand BUILT_IN_SPRINTF using the new function
2324 expand_builtin_sprintf.
2325
2326 2003-06-22 Andreas Schwab <schwab@suse.de>
2327
2328 * function.c (set_insn_locators): Mark as unused.
2329
2330 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2331
2332 * common.opt: Add -finline-limit.
2333 * opts.c (common_handle_options): Handle it.
2334 * opts.sh: Temporary kludge for -finline-limit.
2335 * toplev.c (decode_f_option, independent_decode_option): Die.
2336 (parse_options_and_default_flags): No independent_decode_option.
2337
2338 2003-06-22 Andreas Jaeger <aj@suse.de>
2339
2340 * calls.c (emit_call_1): Readd lost ATTRIBUTE_UNUSED.
2341
2342 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2343
2344 * doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2345
2346 2003-06-22 Andreas Schwab <schwab@suse.de>
2347
2348 * doc/invoke.texi: Remove leading `-' from options in index.
2349
2350 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2351
2352 * bt-load.c: Follow spelling conventions.
2353
2354 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2355
2356 * expr.c (emit_move_insn_1): Fix a comment typo.
2357
2358 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2359
2360 * doc/invoke.texi: Alphabetize dump options.
2361
2362 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2363
2364 * doc/invoke.texi: Remove a duplicate -dk.
2365
2366 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2367
2368 * doc/invoke.texi: Update dump file names.
2369
2370 2003-06-22 Zack Weinberg <zack@codesourcery.com>
2371
2372 * config/i370/i370.c, config/i370/i370.h: Use HOST_CHARSET_ASCII
2373 and HOST_CHARSET_EBCDIC, not HC_ASCII and HC_EBCDIC.
2374
2375 2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
2376
2377 * doc/rtl.texi: Fix the @findex for pre_modify.
2378
2379 2003-06-22 Andreas Jaeger <aj@suse.de>
2380
2381 * caller-save.c: Convert to ISO C90.
2382 * calls.c: Likewise.
2383 * cfg.c: Likewise.
2384 * cfganal.c: Likewise.
2385 * cfgbuild.c: Likewise.
2386 * cfgcleanup.c: Likewise.
2387 * cfghooks.c: Likewise.
2388 * cfglayout.c: Likewise.
2389 * cfglayout.h: Likewise.
2390 * cfgloop.c: Likewise.
2391 * cfgloop.h: Likewise.
2392 * cfgloopanal.c: Likewise.
2393 * cfgloopmainip.c: Likewise.
2394 * cfgrtl.c: Likewise.
2395
2396 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
2397
2398 * arm.h (BIGGEST_ALIGNMENT): Use TARGET_REALLY_IWMMXT for selecting
2399 64-bit alignment.
2400
2401 2003-06-22 Richard Earnshaw <rearnsha@arm.com>
2402
2403 * arm.md (all call_value patterns): Remove register constraints on
2404 value operand.
2405
2406 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2407
2408 * common.opt: More -f switches.
2409 * opts.c (common_handle_options): Handle them.
2410 * toplev.c (time_report): Make extern.
2411 (f_options): USe flag_dummy.
2412 (decode_f_option): No need to use f_options now.
2413 * toplev.h (flag_cprop_registers, flag_ssa, flag_ssa_ccp,
2414 flag_ssa_dce, time_report, flag_new_regalloc): Make extern.
2415
2416 2003-06-22 Andreas Jaeger <aj@suse.de>
2417
2418 * c-lex.c: Convert to ISO C90.
2419 * c-objc-common.c: Likewise.
2420 * c-opts.c: Likewise.
2421 * c-pch.c: Likewise.
2422 * c-ppoutput.c: Likewise.
2423 * c-pragma.h: Likewise.
2424 * c-pretty-print.c: Likewise.
2425 * c-pretty-print.h: Likewise.
2426 * c-semantics.c: Likewise.
2427 * c-tree.h: Likewise.
2428 * c-typeck.c: Likewise.
2429
2430 * c-lang.c: Convert to ISO C90.
2431
2432 2003-06-22 Neil Booth <neil@daikokuya.co.uk>
2433
2434 * opts.c (find_opt): Fix to always guarantee a find of a
2435 switch with joined parameter.
2436 * opts.h (struct cl_option): New member back_chain.
2437 * opts.sh: Update to calculate and add back_chain member.
2438
2439 2003-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
2440
2441 * diagnostic.h (output_host_wide_integer): Declare.
2442 * diagnostic.c (output_long_long_decicaml): New function.
2443 (output_host_wide_integer): Likewise.
2444 (output_format): Use them. Handle "%ll" and "%w".
2445
2446 2003-06-21 Jason Thorpe <thorpej@wasabisystems.com>
2447
2448 * config.gcc (*-*-netbsd*): Add t-libgcc-pic to tmake_file.
2449
2450 2003-06-21 Zack Weinberg <zack@codesourcery.com>
2451
2452 * aclocal.m4 (gcc_AC_C_CHARSET): Delete.
2453 * configure.in: Don't use gcc_AC_C_CHARSET.
2454 * configure, config.in: Regenerate.
2455 * config/i370/i370.c, config/i370/i370.h: Use
2456 (HOST_CHARSET == HC_EBCDIC) or (HOST_CHARSET == HC_ASCII)
2457 instead of HOST_EBCDIC or !HOST_EBCDIC. Clarify comments a tad.
2458
2459 2003-06-21 Neil Booth <neil@daikokuya.co.uk>
2460
2461 * Makefile.in: Update.
2462 * common.opt: New switches.
2463 * opts.c: Include diagnostic.h.
2464 (common_handle_option): Handle new switches.
2465 * toplev.c (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
2466 flag_if_conversion2, flag_delete_null_pointer_checks,
2467 flag_rerun_cse_after_loop): Make extern.
2468 (flag_dummy): New.
2469 (f_options): Update to use flag_dummy for moved options.
2470 (decode_f_option): Some switches moved to opts.c.
2471 * toplev.h (flag_loop_optimize, flag_crossjumping, flag_if_conversion,
2472 flag_if_conversion2, flag_delete_null_pointer_checks,
2473 flag_rerun_cse_after_loop, flag_keep_static_consts, flag_peel_loops,
2474 flag_tracer, flag_thread_jumps, flag_unroll_loops,
2475 flag_unroll_all_loops, flag_unswitch_loops): New.
2476
2477 Sat Jun 21 13:41:00 CEST 2003 Jan Hubicka <jh@suse.cz>
2478
2479 * i386.c (ix86_va_arg): Fix allocation of temporary slot.
2480
2481 2003-06-20 Kazu Hirata <kazu@cs.umass.edu>
2482
2483 * config/h8300/h8300-protos.h: Add a prototype for
2484 same_cmp_preceding_p.
2485 * config/h8300/h8300.c (same_cmp_preceding): New.
2486 * config/h8300/h8300.md: Extend peephole2's that transform
2487 compare:SI into shorter sequences so that they can deal with
2488 signed comparisons.
2489
2490 2003-06-21 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2491
2492 * doc/contrib.texi (Contributors): Use Windows instead of Win32.
2493
2494 Update Andreas Jaeger's entry.
2495
2496 Merge the two entries of Kaveh Ghazi, David Edelsohn, and
2497 Loren J. Rittle.
2498
2499 2003-06-21 Nathanael Nerode <neroden@gcc.gnu.org>
2500
2501 * mkconfig.sh: Add multiple inclusion guards to generated headers.
2502
2503 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
2504
2505 * c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
2506 * common.opt: Add remaining -W options and -g.
2507 * diagnostic.c (warnings_are_errors): Remove.
2508 * flags.h: Make most warning flags boolean.
2509 * opts.c (common_handle_option): Handle remaining -W options, and -g.
2510 Move many warning flags from toplev.c, making them boolean.
2511 * toplev.c: Remove many warning flags.
2512 (decode_W_option): Remove.
2513 (decode_g_option): Make extern. Error on unknown switch.
2514 (lang_independent_W_options): Use warn_dummy.
2515 (independent_decode_option): Just handle -f switches now.
2516 * toplev.h (decode_g_option): New.
2517
2518 2003-06-20 Aldy Hernandez <aldyh@redhat.com>
2519
2520 PR/11092
2521 * config/rs6000/rs6000.h (LEGITIMATE_CONSTANT_P): Adjust for
2522 vectors.
2523
2524 2003-06-20 Kelley Cook <kelleycook@wideopenwest.com>
2525
2526 * opts.sh: Tweak awk script for portability.
2527
2528 2003-06-20 Mark Mitchell <mark@codesourcery.com>
2529
2530 PR c++/10888
2531 * tree-inline.c (expand_call_inline): Do not warn about failing to
2532 inline functions declared in system headers.
2533 * doc/invoke.texi (-Winline): Expand on documentation.
2534
2535 2003-06-20 Richard Henderson <rth@redhat.com>
2536
2537 * config/alpha/alpha.c (alpha_file_start): Disable
2538 file_start_file_directive for ELF and not MDEBUG.
2539
2540 2003-06-20 J"orn Rennecke <joern.rennecke@superh.com>
2541
2542 * sh.h (ROUND_TYPE_ALIGN): Remove.
2543
2544 2003-06-20 Richard Henderson <rth@redhat.com>
2545
2546 * hooks.c (hook_int_void_no_regs): Rename from
2547 hook_reg_class_void_no_regs; change return type.
2548 * hooks.h: Update.
2549 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Update.
2550 * target.h (branch_target_register_class): Change return type to int.
2551 Add documentation.
2552 * config/sh/sh.c (sh_target_reg_class): Change return type.
2553 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
2554
2555 2003-06-20 Andreas Tobler <toa@pop.agri.ch>
2556
2557 * c-format.c: Change _Bool to bool reverting part of the last
2558 patch.
2559
2560 2003-06-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2561
2562 * som.h (ASM_OUTPUT_SOURCE_LINE): Use targetm.strip_name_encoding to
2563 strip name encoding.
2564
2565 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2566
2567 * configure.in (gcc_cv_as_gstabs_flag): Disable if assembler warns.
2568 * configure: Regenerate.
2569 Fixes PR driver/9362.
2570
2571 2003-06-20 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2572
2573 * config/alpha/alpha.c (alpha_file_start): Fix typo.
2574
2575 2003-06-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2576
2577 * config/mips/mips.h (PUT_SDB_FUNCTION_END): Pass 0 as third arg
2578 to ASM_OUTPUT_SOURCE_LINE.
2579
2580 2003-06-20 Daniel Egger <degger@fhm.edu>
2581 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2582
2583 * doc/install.texi (Building): Correct and improve statement
2584 about parallel builds.
2585
2586 2003-06-20 Andreas Jaeger <aj@suse.de>
2587
2588 * c-common.c: Change _Bool to bool reverting part of the last
2589 patch.
2590
2591 2003-06-20 Nathan Sidwell <nathan@codesourcery.com>
2592
2593 * tree.h (expand_function_end): Remove all parameters.
2594 * function.c (expand_function_end): Remove all parameters.
2595 Use input_location. Never expand_end_bindings.
2596 * c-decl.c (c_expand_body_1): Adjust expand_function_end call.
2597 * coverage.c (create_coverage): Likewise.
2598
2599 2003-06-20 Nick Clifton <nickc@redhat.com>
2600
2601 * doc/extend.texi (ARM Built-in Functions): New node. Document
2602 ARM builtin functions for iWMMXt support.
2603
2604 2003-06-20 Eric Botcazou <ebotcazou@libertysurf.fr>
2605
2606 * doc/install.texi (--with-gnu-as): Mention SPARC/Solaris and
2607 SPARC64/Solaris as platforms where --with-gnu-as makes a difference.
2608 (--with-as): Add @anchor.
2609 (--with-gnu-ld): Fix typo.
2610 (--with-ld): Add @uref to --with-as.
2611
2612 2003-06-19 Zack Weinberg <zack@codesourcery.com>
2613
2614 * doc/tm.texi: Uniformly use @defmac for macros, rather than
2615 @table items. Minor formatting and editorial corrections.
2616
2617 2003-06-20 Neil Booth <neil@daikokuya.co.uk>
2618
2619 * line-map.c, line-map.h: Convert to ISO prototypes.
2620
2621 2003-06-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2622
2623 * gcse.c (store_killed_in_insn): Fix.
2624
2625 2003-06-19 Zack Weinberg <zack@codesourcery.com>
2626
2627 * target.h (asm_out.file_start, file_start_app_off,
2628 file_start_file_directive): New hooks.
2629 * target-def.h (TARGET_ASM_FILE_START_FILE_DIRECTIVE,
2630 TARGET_ASM_FILE_START_APP_OFF, TARGET_ASM_FILE_START):
2631 New hook-definition macros.
2632 * doc/tm.texi: Document new hooks; remove docs of ASM_FILE_START.
2633 * varasm.c (default_file_start): New.
2634 * output.h: Prototype it.
2635 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
2636 * system.h: Poison ASM_FILE_START.
2637
2638 * config/alpha/alpha.c (alpha_write_verstamp): Delete.
2639 (alpha_file_start): New, define if !TARGET_ABI_UNICOSMK.
2640 (unicosmk_asm_file_start): Rename unicosmk_file_start,
2641 make static, take no arguments.
2642 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_END,
2643 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set as appropriate.
2644 * config/alpha/unicosmk.h: Don't define ASM_FILE_START nor
2645 TARGET_ASM_FILE_END. Remove reference to ASM_FILE_START in
2646 comment.
2647 * config/arc/arc.c (arc_asm_file_start): Rename
2648 arc_file_start, take no arguments, make static.
2649 (TARGET_ASM_FILE_START): Set it.
2650 * config/arm/arm.c (aof_file_start): New static function.
2651 (TARGET_ASM_FILE_START): Set it, when appropriate.
2652 * config/arm/coff.h, config/arm/elf.h:
2653 Set TARGET_ASM_FILE_START_APP_OFF to true.
2654 * config/avr/avr.c (asm_file_start): Rename avr_file_start,
2655 take no arguments, make static.
2656 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
2657 Set them.
2658 * config/c4x/c4x.c (c4x_file_start): New static function.
2659 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE):
2660 Set them.
2661 * config/cris/cris.c (cris_file_start): New static function.
2662 (TARGET_ASM_FILE_START): Set it.
2663 * config/dsp16xx/dsp16xx.c (coff_dsp16xx_file_start): Rename
2664 dsp16xx_file_start, make static.
2665 (luxworks_dsp16xx_file_start): Delete.
2666 (TARGET_ASM_FILE_START): Set it.
2667 * config/h8300/h8300.c (asm_file_start): Rename
2668 h8300_file_start, make static, take no arguments.
2669 (TARGET_ASM_FILE_START): Set it.
2670 * config/i370/i370.c (i370_file_start): New static function.
2671 (TARGET_ASM_FILE_START): Set it.
2672 * config/i386/i386.c (x86_file_start): New static function.
2673 (TARGET_ASM_FILE_START): Set it.
2674 * config/i386/i386.h (X86_FILE_START_VERSION_DIRECTIVE,
2675 X86_FILE_START_FLTUSED): New macros, default to false.
2676 * config/i386/i386-interix.h: Override X86_FILE_START_FLTUSED to 1.
2677 * config/i386/sysv4.h, config/i386/sco5.h: Override
2678 X86_FILE_START_VERSION_DIRECTIVE to true.
2679 * config/ia64/ia64.c (ia64_file_start): New static function.
2680 (TARGET_ASM_FILE_START): Set it.
2681 (emit_safe_across_calls): Take no arguments.
2682 * config/ia64/ia64.md: Update to match.
2683 * config/m32r/m32r.c (m32r_asm_file_start): Rename
2684 m32r_file_start, make static, take no arguments.
2685 (TARGET_ASM_FILE_START): Set it.
2686 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Rename
2687 m68hc11_file_start, make static, take no arguments.
2688 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2689 (print_options): Delete.
2690 * config/m68k/m68k.c (m68k_hp320_file_start): New static function.
2691 (TARGET_ASM_FILE_START_APP_OFF): Set.
2692 * config/m68k/hp320.h: Set TARGET_ASM_FILE_START to
2693 m68k_hp320_file_start.
2694 * config/mips/mips.c (iris6_asm_file_start, mips_asm_file_start):
2695 Make static, take no arguments.
2696 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2697 * config/mmix/mmix.c (mmix_asm_file_start): Rename
2698 mmix_file_start, make static, take no arguments.
2699 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2700 * config/mn10300/mn10300.c (asm_file_start): Rename
2701 mn10300_file_start, make static, take no arguments.
2702 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2703 * config/ns32k/ns32k.c (TARGET_ASM_FILE_START_APP_OFF): Set.
2704 * config/pa/pa.c (pa_file_start_level, pa_file_start_space,
2705 pa_file_start_file, pa_file_start_mcount, pa_elf_file_start,
2706 pa_som_file_start, pa_linux_file_start, pa_hpux64_gas_file_start,
2707 pa_hpux64_hpas_file_start): New static functions.
2708 * config/pa/elf.h: Set TARGET_ASM_FILE_START to pa_elf_file_start.
2709 * config/pa/pa-linux.h: Set TARGET_ASM_FILE_START to
2710 pa_linux_file_start.
2711 * config/pa/pa64-hpux.h: Set TARGET_ASM_FILE_START to
2712 pa_hpux64_gas_file_start or pa_hpux64_hpas_file_start, as
2713 appropriate.
2714 * config/pa/som.h: Set TARGET_ASM_FILE_START to pa_som_file_start.
2715 * config/rs6000/rs6000.c: Include xcoffout.h when TARGET_XCOFF.
2716 (rs6000_file_start): Make static, take no arguments. Reset
2717 default_cpu under certain conditions.
2718 (rs6000_xcoff_file_start): New function.
2719 * config/rs6000/rs6000.h (TARGET_ASM_FILE_START): Set.
2720 * config/rs6000/xcoff.h (TARGET_ASM_FILE_START,
2721 TARGET_ASM_FILE_START_FILE_DIRECTIVE): Override.
2722 * config/sh/sh.c (output_file_start): Rename
2723 sh_file_start, make static, take no arguments. Merge in old
2724 code from sh/elf.h's ASM_FILE_START, conditioned on TARGET_ELF.
2725 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2726 * config/sh/sh.c (TARGET_ELF): Define to 0.
2727 * config/sh/elf.h (TARGET_ELF): Redefine to 1.
2728 * config/v850/v850.c (asm_file_start): Delete.
2729 (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Set.
2730 * config/vax/vax.c (vax_file_start): New static function.
2731 (TARGET_ASM_FILE_START, TARGET_ASM_FILE_START_APP_OFF): Set.
2732
2733 * config/darwin.h: Override ASM_FILE_START_FILE_DIRECTIVE to false.
2734 * config/elfos.h, config/svr3.h, config/arm/elf.h, config/arm/pe.h
2735 * config/i386/att.h, config/i386/gas.h, config/i386/linux.h
2736 * config/i386/sysv4.h, config/i386/sco5.h, config/i960/i960-coff.h
2737 * config/m68k/coff.h, config/m68k/hp320.h, config/mcore/mcore-pe.h
2738 * config/vax/vaxv.h: Set ASM_FILE_START_FILE_DIRECTIVE to true.
2739
2740 * config/darwin.h, config/elfos.h, config/alpha/elf.h
2741 * config/alpha/openbsd.h, config/alpha/osf.h, config/alpha/vms.h
2742 * config/arc/arc.h, config/arm/aof.h, config/arm/aout.h
2743 * config/arm/coff.h, config/arm/elf.h, config/arm/pe.h
2744 * config/avr/avr.h, config/c4x/c4x.h, config/cris/cris.h
2745 * config/dsp16xx/dsp16xx.h, config/h8300/elf.h, config/h8300/h8300.h
2746 * config/i370/i370.h, config/i386/att.h, config/i386/gas.h
2747 * config/i386/i386-interix.h, config/i386/linux.h, config/i386/sysv4.h
2748 * config/i386/sco5.h, config/i960/i960-coff.h, config/i960/i960.h
2749 * config/ia64/ia64.h, config/ia64/sysv4.h, config/m32r/m32r.h
2750 * config/m68hc11/m68hc11.h, config/m68k/coff.h, config/m68k/m68k.h
2751 * config/mcore/mcore-pe.h, config/mips/iris6.h, config/mips/mips.h
2752 * config/mmix/mmix.h, config/mn10300/mn10300.h, config/ns32k/ns32k.h
2753 * config/pa/elf.h, config/pa/pa-linux.h, config/pa/pa64-hpux.h
2754 * config/pa/som.h, config/pdp11/pdp11.h, config/rs6000/linux64.h
2755 * config/rs6000/lynx.h, config/rs6000/xcoff.h, config/sh/elf.h
2756 * config/sh/sh.h, config/sparc/sparc.h, config/v850/v850.h
2757 * config/vax/vax.h, config/vax/vaxv.h: Don't (re)define ASM_FILE_START.
2758
2759 * config/alpha/alpha-protos.h, config/arc/arc-protos.h
2760 * config/avr/avr-protos.h, config/dsp16xx/dsp16xx-protos.h
2761 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
2762 * config/m32r/m32r-protos.h, config/m68hc11/m68hc11-protos.h
2763 * config/mips/mips-protos.h, config/mmix/mmix-protos.h
2764 * config/mn10300/mn10300-protos.h, config/rs6000/rs6000-protos.h
2765 * config/sh/sh-protos.h, config/v850/v850-protos.h: Update.
2766
2767 * xcoffout.h, config/rs6000/aix.h, config/rs6000/xcoff.h:
2768 Remove reference to ASM_FILE_START in comment.
2769 * config/arm/aof.h, config/arm/aout.h, config/arm/freebsd.h
2770 * config/arm/linux-gas.h, config/arm/netbsd-elf.h
2771 * config/arm/netbsd.h: Delete definition of ARM_OS_NAME.
2772
2773 2003-06-19 Graeme Peterson <gp@qnx.com>
2774
2775 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,
2776 SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC, sysroot_suffix_spec,
2777 sysroot_hdrs_suffix_spec): New.
2778 (static_specs): Initialize new variables.
2779 (add_sysroot_suffix_prefix, do_spec_1, main): Use new variables.
2780 * doc/tm.texi (SYSROOT_SUFFIX_SPEC, SYSROOT_HEADERS_SUFFIX_SPEC):
2781 New macros.
2782
2783 2003-06-19 Andreas Jaeger <aj@suse.de>
2784
2785 * c-aux-info.c: Convert to ISO C90.
2786 * c-pragma.c: Likewise.
2787 * c-common.c: Likewise.
2788 * c-common.h: Likewise.
2789 * c-convert.c: Likewise.
2790 * c-cppbuiltin.c: Likewise.
2791 * c-dump.c: Likewise.
2792 * c-decl.c: Likewise
2793 * c-format.c: Likewise.
2794 * c-incpath.c: Likewise.
2795 * c-incpath.h: Likewise.
2796
2797 2003-06-19 Roger Sayle <roger@eyesopen.com>
2798
2799 * builtins.c (expand_errno_check): Assume that flag_errno_math
2800 and HONOR_NANS have been tested before calling here. Only try
2801 to set errno ourselves if the decl can't throw an exception.
2802 (expand_builtin_mathfn): Move the code to stabilize the arg
2803 after the main switch, so that that its only done when needed.
2804 BUILT_IN_SQRT{,F,L} doesn't set errno if its arg is nonnegative.
2805 Don't modify the original expr when stabilizing the argument.
2806 (expand_builtin_mathfn_2): Likewise, move the code to stabilize
2807 the args after the main switch, and don't modify the orginal exp.
2808
2809 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
2810
2811 * expr.c (const_vector_from_tree): Initialize remaining elements
2812 to 0.
2813
2814 2003-06-19 Aldy Hernandez <aldyh@redhat.com>
2815
2816 * config/rs6000/spe.md ("spe_evfscfsi"): Change operand types.
2817 Change "fix" to "float".
2818
2819 2003-06-19 Andreas Jaeger <aj@suse.de>
2820
2821 * c-tree.h: Remove declaration of poplevel.
2822
2823 * tree.h: Remove declaration of approx_sqrt.
2824
2825 * c-lex.c: Remove redundant declaration of asm_out_file.
2826
2827 * flags.h: Remove declaration of warn_unknown_pragma and
2828 main_input_filename.
2829
2830 * rtl.h: Remove functions from fold-const.c since they're already
2831 declared in tree.h.
2832
2833 * regs.h: Remove redundant declaration of reg_names.
2834
2835 * bt-load.c (migrate_btr_defs): Correct printf arguments.
2836
2837 * protoize.c: Fix breakage from last patch.
2838
2839 2003-06-19 J"orn Rennecke <joern.rennecke@superh.com>
2840
2841 * hooks.h (hook_reg_class_void_no_regs): Only declare if tm.h
2842 has been included.
2843
2844 2003-06-18 James A Morrison <ja2morri@student.math.uwaterloo.ca>
2845
2846 * config/sparc/sparc.c: Update copyright year.
2847
2848 2003-06-19 David Edelsohn <edelsohn@gnu.org>
2849
2850 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
2851 to ABI_V4.
2852
2853 2003-06-18 Joseph S. Myers <jsm@polyomino.org.uk>
2854
2855 PR bootstrap/4068
2856 * config/i386/liunx.h: Don't include sys/ucontext.h for glibc 2.0.
2857
2858 2003-06-19 Kazu Hirata <kazu@cs.umass.edu>
2859
2860 * config/h8300/h8300.c (TARGET_INITIALIZER and friends): Move
2861 to the end of the file. Remove unnecessary prototypes.
2862
2863 2003-06-19 Hans-Peter Nilsson <hp@axis.com>
2864
2865 * bt-load.c (migrate_btr_def) [INSN_SCHEDULING]: Conditionalize
2866 calls to insn_default_latency and result_ready_cost. Initialize
2867 def_latency to 1.
2868
2869 2003-06-18 Richard Henderson <rth@redhat.com>
2870
2871 * config/ia64/unwind-ia64.c (_Unwind_GetCFA): New.
2872 (_Unwind_FindEnclosingFunction): Implement.
2873
2874 2003-06-18 Kazu Hirata <kazu@cs.umass.edu>
2875
2876 * toplev.c (rest_of_handle_sched): Hide the entire function if
2877 INSN_SCHEDULING is not defined.
2878 (rest_of_compilation): Call rest_of_handle_sched() only when
2879 INSN_SCHEDULING is defined.
2880
2881 2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
2882 J"orn Rennecke <joern.rennecke@superh.com>
2883
2884 * bt-load.c: New file.
2885 * Makefile.in (OBJS): Include bt-load.o
2886 (bt-load.o): Add dependencies.
2887 * flags.h (flag_branch_target_load_optimize): Declare.
2888 (flag_branch_target_load_optimize2): Likewise.
2889 * hooks.c (hook_reg_class_void_no_regs): New function.
2890 (hook_bool_bool_false): Likewise.
2891 * hooks.h (hook_reg_class_void_no_regs, hook_bool_bool_false): Declare.
2892 * rtl.h (branch_target_load_optimize): Declare.
2893 * target-def.h (TARGET_BRANCH_TARGET_REGISTER_CLASS): Define.
2894 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
2895 (TARGET_INITIALIZER): Include these.
2896 * target.h (struct gcc_target): Add branch_target_register_class
2897 and branch_target_register_callee_saved members.
2898 * toplev.c (enum dump_file_index): Add DFI_branch_target_load
2899 (dump_file) Add "tars" entry.
2900 (flag_branch_target_load_optimize): New variable.
2901 (flag_branch_target_load_optimize2): Likewise.
2902 (lang_independent_options): Add entries for new options.
2903 (rest_of_compilation): Call branch_target_load_optimize.
2904 * doc/tm.texi (TARGET_BRANCH_TARGET_REGISTER_CLASS): Document.
2905 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
2906 * doc/invoke.texi: Document -fbranch-target-load-optimize and
2907 -fbranch-target-load-optimize2.
2908 * rtl.h (epilogue_completed): Declare.
2909 * recog.c (epilogue_completed): New variable.
2910 * toplev.c (rest_of_compilation): Set it.
2911 * flow.c (mark_regs_live_at_end): Use it.
2912 * config/ia64/ia64.c (ia64_output_mi_thunk): Set it.
2913 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
2914 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
2915 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
2916
2917 * sh.c (shmedia_space_reserved_for_target_registers): New variable.
2918 (sh_target_reg_class): New function.
2919 (sh_optimize_target_register_callee_saved): Likwise.
2920 (shmedia_target_regs_stack_space): Likewise.
2921 (shmedia_reserve_space_for_target_registers_p): Likewise.
2922 (shmedia_target_regs_stack_adjust): Likewise.
2923 (TARGET_BRANCH_TARGET_REGISTER_CLASS): Override.
2924 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
2925 (calc_live_regs): If flag_branch_target_load_optimize2 and
2926 TARGET_SAVE_ALL_TARGET_REGS is enabled, and we have space reserved
2927 for target registers, make sure that we save all target registers.
2928 (sh_expand_prologue, sh_expand_epilogue): Take target register
2929 optimizations into account. Collapse stack adjustments if that
2930 is beneficial.
2931 (initial_elimination_offset): Reserve space for target registers
2932 if necessary.
2933 * sh.h (SAVE_ALL_TR_BIT, TARGET_SAVE_ALL_TARGET_REGS): Define.
2934 (OPTIMIZATION_OPTIONS): Enable flag_branch_target_load_optimize.
2935
2936 2003-06-18 Nick Clifton <nickc@redhat.com>
2937
2938 * config.gcc: Add an extra_header for ARM targets.
2939 Support configuring with --with-cpu=iwmmxt.
2940 * doc/invoke.texi: Document new value for -mcpu= ARM switch.
2941 * config/arm/aof.h (REGISTER_NAMES): Add iwmmxt register
2942 names. Fix formatting.
2943 * config/arm/aout.h (REGISTER_NAMES): Add iwmmxt register
2944 names.
2945 * config/arm/arm-protos.h (arm_emit_vector_const): New
2946 prototype.
2947 (arm_output_load_gr): New prototype.
2948 * config/arm/arm.c (extra_reg_names1): Delete.
2949 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN, FL_IWMMXT,
2950 * arch_is_iwmmxt): Define.
2951 (all_cores, all_architecture): Add entry for iwmmxt.
2952 (arm_override_options): Add support for iwmmxt.
2953 (use_return_insn, arm_function_arg, arm_legitimate_index_p,
2954 arm_print_value, arm_rtx_costs_1, output_move_double,
2955 arm_compute_save_reg_mask, arm_output_epilogue,
2956 arm_get_frame_size, arm_expand_prologue, arm_print_operand,
2957 arm_assemble_integer, arm_hard_regno_ok, arm_regno_class):
2958 Likewise.
2959 (arm_init_cumulative_args): Count iwmmxt registers.
2960 (arm_function_ok_for_sibcall): Return false of sibcall_blocked
2961 has been set.
2962 (struct minipool_node): Add fix_size field.
2963 (add_minipool_forward_ref): Add support for 8-byte aligning of
2964 the pool.
2965 (add_minipool_backward_ref, add_minipool_offsets,
2966 dump_minipool, push_minipool_fix): Likewise.
2967 (struct builtin_description): New struct.
2968 (builtin_description): New array of iwmmxt builtin functions.
2969 (arm_init_iwmmxt_builtins): New function.
2970 (arm_init_builtins): New function.
2971 (safe_vector_operand): New function.
2972 (arm_expand_binop_builtin): New function.
2973 (arm_expand_unop_builtin): New function.
2974 (arm_expand_builtin): New function.
2975 (arm_emit_vector_const): New function.
2976 (arm_output_load_gr): New function.
2977 * config/arm/arm.h (TARGET_CPU_iwmmxt, TARGET_IWMMXT,
2978 TARGET_REALLY_IWMMXT, arm_arch_iwmmxt, IWMMXT_ALIGNMENT,
2979 TYPE_NEEDS_IWMMXT_ALIGNMENT, ADJUST_FIELD_ALIGN,
2980 DATA_ALIGNMENT, LOCAL_ALIGNMENT, VECTOR_MODE_SUPPORTED_P): Define.
2981 (BIGGEST_ALIGNMENT): Set to 64 if ATPCS support is enabled.
2982 (CPP_CPU_ARCH_SPEC): Add entries for iwmmxt.
2983 (FIXED_REGISTERS, CALL_USED_REGISTERS, REG_ALLOC_ORDER,
2984 reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS,
2985 REG_CLASS_FOR_LETTER): Add iwmmxt registers.
2986 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Disable iwmmxt
2987 registers unless the iwmmxt target is selected.
2988 (FIRST_IWMMXT_GR_REGNUM, LAST_IWMMXT_GR_REGNUM,
2989 FIRST_IWMMXT_REGNUM, LAST_IWMMXT_REGNUM, IS_IWMMXT_REGNUM,
2990 IS_IWMMXT_GR_REGNUM): Define.
2991 (FIRST_PSEUDO_REGISTER): Bump to 63.
2992 (struct machine_function): Add sibcall_blocked field.
2993 (Struct CUMULATIVE_ARGS): Add iwmmxt_nregs, named_count and
2994 nargs fields.
2995 (enum arm_builtins): New enum list.
2996 * config/arm/arm.md (UNSPEC_WSHUFH, UNSPEC_WACC,
2997 UNSPEC_TMOVMSK, UNSPEC_WSAD, UNSPEC_WSADZ, UNSPEC_WMACS,
2998 UNSPEC_WMACU, UNSPEC_WMACSZ, UNSPEC_WMACUZ, UNSPEC_CLRDI,
2999 UNSPEC_WMADDS, UNSPEC_WMADDU): New unspecs.
3000 (VUNSPEC_TMRC, VUNSPEC_TMCR, VUNSPEC_ALIGN8, VUNSPEC_WCMP_EQ,
3001 VUNSPEC_WCMP_GTU, VUNSPEC_WCMP_GT): New vunspecs.
3002 (movv2si, movv4hi, movv8qi): New expands for vector moves.
3003 Include iwmmxt.md.
3004 * config/arm/t-xscale-elf (MULTILIB_OPITONS): Add iwmmxt
3005 multilib.
3006 (MULTILIB_DIRNAMES, MULTILIB_REDUNDANT_DIRS): Likewise.
3007 * config/arm/mmintrin.h: New ARM specific header file.
3008 * config/arm/iwmmx.md: New iWMMXt specific machine patterns.
3009
3010 2003-06-18 J"orn Rennecke <joern.rennecke@superh.com>
3011
3012 * toplev.c (Remaining -d letters summary): Update.
3013
3014 2003-06-18 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3015
3016 * config/rs6000/rs6000.c (init_cumulative_args): Add and handle LIBCALL
3017 argument.
3018 (function_arg): Handle CALL_LIBCALL flag.
3019 * config/rs6000/rs6000-protos.h (init_cumulative_args): Update
3020 prototype.
3021 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.
3022 (INIT_CUMULATIVE_LIBCALL_ARGS): New macro.
3023 (INIT_CUMULATIVE_ARGS): Add LIBCALL argument.
3024 (INIT_CUMULATIVE_INCOMING_ARGS): Likewise.
3025
3026 2003-06-18 Neil Booth <neil@daikokuya.co.uk>
3027
3028 * Makefile.in: Update.
3029 * common.opt: New options.
3030 * opts.c (maybe_warn_unused_parameter, set_Wextra, handle_param,
3031 set_Wunused): New.
3032 (common_handle_option): Handle new options.
3033 * toplev.c (set_target_switch): Export.
3034 (set_Wextra, set_Wunused, maybe_warn_unused_parameter): Move to opts.c.
3035 (decode_W_option): -Wunused and -Wextra handled in opts.c now.
3036 (independent_decode_option): More options handled in opts.c now.
3037 Change prototype.
3038 * toplev.h (set_target_switch): New.
3039
3040 2003-06-17 Robert Abeles <rabeles@archaelogic.com>
3041
3042 PR debug/4252
3043 * c-opts.c (c_common_handle_option): Pass -fdump argument suffix
3044 to dump_switch_p().
3045 * tree-dump.c (dump_switch_p): Remove redundant 'dump-' prefix
3046 from static strings in dump_files.
3047
3048 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3049
3050 * system.h (ANSI_PROTOTYPES, PTR_CONST, LONG_DOUBLE, VPARAMS,
3051 VA_OPEN, VA_FIXEDARG, VA_CLOSE, VA_START): undef and poison these
3052 libiberty macros.
3053
3054 2003-06-17 Jason Merrill <jason@redhat.com>
3055
3056 PR c++/10929
3057 * tree-inline.c (expand_call_inline): Don't warn about failing to
3058 inline a function which was made inline by -finline-functions.
3059
3060 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3061
3062 * config/h8300/h8300-protos.h: Update to ISO C.
3063 * config/h8300/h8300.c: Likewise.
3064 * config/h8300/h8300.h: Likewise.
3065 * config/h8300/h8300.md: Likewise.
3066
3067 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3068
3069 * configure.in: Replace BUILD_CC references with CC_FOR_BUILD.
3070 * configure: Regenerate.
3071 * Makefile.in: Replace BUILD_CC references with CC_FOR_BUILD.
3072
3073 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
3074
3075 * install.texi (Testing): Add information on how to run Java
3076 runtime tests separately.
3077
3078 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3079
3080 * config/mips/mips.md (trap): Use break 0 when !TARGET_GAS.
3081
3082 * config/mips/iris6-o32.h (MIPS_ISA_DEFAULT): Remove.
3083 (MIPS_CPU_STRING_DEFAULT): Redefine to mips2.
3084
3085 2003-06-17 Christopher Faylor <cgf@redhat.com>
3086
3087 * doc/install.texi: Add msvc rebuild caveat.
3088
3089 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3090
3091 * config/sh/coff.h: Replace Hitachi with Renesas.
3092 * config/sh/elf.h: Likewise.
3093 * config/sh/embed-elf.h: Likewise.
3094 * config/sh/lib1funcs.asm: Likewise.
3095 * config/sh/sh-protos.h: Likewise.
3096 * config/sh/sh.c: Likewise.
3097 * config/sh/sh.h: Likewise.
3098 * config/sh/sh.md: Likewise.
3099
3100 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3101
3102 * ChangeLog.3: Fix comment typos.
3103 * ChangeLog.6: Likewise.
3104 * config/d30v/d30v.c: Likewise.
3105 * config/h8300/h8300.md: Likewise.
3106 * config/m32r/m32r.md: Likewise.
3107 * config/mips/mips.c: Likewise.
3108 * config/mips/mips.md: Likewise.
3109 * config/ns32k/NOTES: Likewise.
3110
3111 2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
3112 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3113
3114 * doc/sourcebuild.texi (libgcj Tests): Simplify instructions on how
3115 to run Java runtime tests separately.
3116
3117 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3118
3119 * config/h8300/h8300-protos.h: Update a comment.
3120
3121 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
3122
3123 * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex modes
3124 are aligned like integral modes.
3125 (SH5_WOULD_BE_PARTIAL_NREGS): Also test for CDImode and DCmode.
3126
3127 * sh.h (EXTRA_CONSTRAINT_Csy): Allow PIC_DIRECT_ADDR_P.
3128 (LEGITIMATE_PIC_OPERAND_P): Allow LABEL_REF.
3129 * sh.md (*pt): Remove.
3130
3131 * sh.h (REG_ALLOC_ORDER): Avoid squandering call-saved registers.
3132
3133 * sh.md (return_media_rte): New pattern.
3134 (return_media): Use it.
3135
3136 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3137
3138 * doc/contrib.texi: Replace Hitachi with Renesas.
3139 * doc/install.texi: Likewise.
3140 * doc/invoke.texi: Likewise.
3141
3142 2003-06-17 J"orn Rennecke <joern.rennecke@superh.com>
3143
3144 * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT >= 64
3145 behaviour.
3146
3147 2003-06-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3148
3149 * doc/tm.texi (MD_FALLBACK_FRAME_STATE_FOR): Mention MAKE_THROW_FRAME.
3150
3151 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Partly revert
3152 2003-01-23 patch. Corrected to handle kernels with changed ucontext.
3153
3154 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Error on invalid
3155 -msdata=eabi usages.
3156
3157 * gcc/config/rs6000/sysv4.h (USE_LIBC_1): Delete all uses.
3158
3159 2003-06-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3160
3161 * alloc-pool.c: Don't check HAVE_LONG_DOUBLE.
3162 * fixinc/gnu-regex.c: Don't define `volatile'.
3163 * ggc-page.c: Don't check HAVE_LONG_DOUBLE.
3164 * ggc-simple.c: Likewise.
3165 * system.h: Don't define `volatile'.
3166
3167 * aclocal.m4 (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Delete.
3168 * configure.in (gcc_AC_C_VOLATILE, gcc_AC_C_LONG_DOUBLE): Don't
3169 call these macros.
3170 * config.in, configure: Regenerated.
3171
3172 2003-06-17 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3173
3174 * config/ia64/ia64.c (ia64_expand_builtin, case IA64_BUILTIN_BSP):
3175 Handle POINTERS_EXTEND_UNSIGNED.
3176
3177 2003-06-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3178
3179 * config/mips/mips.c (TARGET_ASM_UNALIGNED_DI_OP) [TARGET_IRIX5 &&
3180 !TARGET_IRIX6]: Define as NULL.
3181
3182 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
3183
3184 * config/sparc/sparc.c (sparc_va_arg): Don't align 16-byte+ structures.
3185
3186 2003-06-17 Eric Botcazou <ebotcazou@libertysurf.fr>
3187
3188 * dbxout.c (dbxout_source_line_counter): New global variable.
3189 Mark it with GTY(()).
3190 (dbxout_source_line): Increment dbxout_source_line_counter
3191 and pass it to ASM_OUTPUT_SOURCE_LINE.
3192 * sdbout.c (sdbout_source_line_counter): New global variable.
3193 Mark it with GTY(()).
3194 (unnamed_struct_number): Mark it with GTY(()).
3195 (sdbout_source_line): Increment sdbout_source_line_counter
3196 and pass it to ASM_OUTPUT_SOURCE_LINE.
3197 * xcoffout.c (ASM_OUTPUT_SOURCE_LINE): Add third parameter
3198 (xcoffout_source_line): Pass 0 as third argument to
3199 ASM_OUTPUT_SOURCE_LINE.
3200 (xcoffout_begin_prologue): Likewise.
3201 * config/dbxout.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3202 Use it instead of 'sym_lineno' but without incrementing it.
3203 * config/dbxelf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3204 * config/lynx.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3205 * config/ptx4.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3206 * config/alpha/alpha.c (alpha_start_function): Pass 0 as third
3207 argument to ASM_OUTPUT_SOURCE_LINE.
3208 * config/alpha/alpha.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3209 * config/arm/aout.h: Remove useless comment.
3210 * config/avr/avr.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3211 * config/i960/i960.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3212 * config/m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3213 Use it instead of 'sym_lineno' but without incrementing it.
3214 * config/m68k/hp320.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3215 * config/mcore/mcore-pe.h (ASM_OUTPUT_SOURCE_LINE): Add third
3216 parameter. Use it instead of 'sym_lineno' but without incrementing it.
3217 * config/mips/mips.c (mips_output_function_prologue): Pass 0 as third
3218 argument to ASM_OUTPUT_SOURCE_LINE.
3219 * config/mips/mips.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3220 * config/mmix/mmix.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3221 * config/pa/som.h (ASM_OUTPUT_SOURCE_LINE): Add third parameter.
3222 Use it instead of 'sym_lineno' but without incrementing it.
3223 * config/rs6000/linux64.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3224 * config/sh/elf.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3225 * config/sparc/aout.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3226 * config/sparc/pbd.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
3227 * doc/tm.texi (ASM_OUTPUT_SOURCE_LINE): Document third parameter.
3228
3229 2003-06-17 Richard Sandiford <rsandifo@redhat.com>
3230
3231 * config/mips/mips-protos.h (mips_expand_block_move): Declare.
3232 (expand_block_move, output_block_move): Remove.
3233 * config/mips/mips.h (enum block_move_type): Remove.
3234 * config/mips/mips.c (block_move_call, output_block_move): Remove.
3235 (mips_block_move_straight, mips_adjust_block_mem): New function.
3236 (mips_block_move_loop): Renamed and reworked from block_move_loop.
3237 (mips_expand_block_move): Likewise expand_block_move. Return false
3238 to fall back on the target-independent code.
3239 * config/mips/mips.md (movstrsi): Use mips_expand_block_move.
3240 (movstrsi_internal*): Remove.
3241
3242 2003-06-16 Zack Weinberg <zack@codesourcery.com>
3243
3244 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
3245 * cppfiles.c, cpphash.c, cppinit.c, cpplex.c, cpplib.c
3246 * cppmacro.c, cpppch.c, cpptrad.c, cppspec.c: Convert to
3247 ISO C: new-style function declarations, no need for PARAMS,
3248 no special punctuation on indirect function calls, use string
3249 constant concatenation where convenient.
3250
3251 2003-06-17 Andreas Jaeger <aj@suse.de>
3252
3253 * rtl.h: Remove declarations from coverage.h.
3254 * toplev.c: Include coverage.h.
3255 * Makefile.in (toplev.o): Depend on coverage.h.
3256
3257 * toplev.h: Remove extra declaration of print_time.
3258
3259 * gengtype.c (close_output_files): Remove duplicated declaration.
3260
3261 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3262
3263 * config/sparc/sysv4.h: Remove target-independent comment;
3264 replace "GNU CC" with "GCC".
3265 * config/vxworks.h: Replace "GNU compiler" with "GCC".
3266 * config/sparc/aout.h, config/sparc/biarch64.h, config/sparc/elf.h,
3267 config/sparc/freebsd.h, config/sparc/linux.h, config/sparc/linux64.h,
3268 config/sparc/lite.h, config/sparc/litecoff.h, config/sparc/liteelf.h,
3269 config/sparc/netbsd-elf.h, config/sparc/openbsd.h,
3270 config/sparc/rtemself.h, config/sparc/sol2-64.h,
3271 config/sparc/sol2-bi.h, config/sparc/sol2-gas-bi.h,
3272 config/sparc/sol2-gld-bi.h, config/sparc/sol2-gld.h,
3273 config/sparc/sol2.h, config/sparc/sp64-aout.h,
3274 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h,
3275 config/sparc/sparc-protos.h, config/sparc/sysv4-only.h: Replace
3276 "GNU compiler", "GNU CC" with "GCC".
3277 * config/sparc/cypress.md, config/sparc/hypersparc.md,
3278 config/sparc/sparc-modes.def, config/sparc/sparc.c,
3279 config/sparc/sparc.md, config/sparc/sparclet.md,
3280 config/sparc/supersparc.md, config/sparc/ultra1_2.md,
3281 config/sparc/ultra3.md: Replace "GNU CC", "GNU Compiler", and
3282 "GNU C Compiler" with "GCC".
3283 * config/ip2k/ip2k.h: Replace "GNU CC" and "GNU compiler" with "GCC".
3284
3285 2003-06-16 Aldy Hernandez <aldyh@redhat.com>
3286
3287 * simplify-rtx.c (simplify_subreg): Do not over-extend vector
3288 constants.
3289
3290 * testsuite/gcc.c-torture/execute/simd-4.c: New.
3291
3292 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3293
3294 * config/ip2k/ip2k.h: Remove target-independent comments.
3295
3296 * config.gcc: Explicitly mention elfos.h in ip2k entry.
3297 * config/ip2k/ip2k.h: Don't #include it here.
3298
3299 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3300
3301 * bitmap.c, builtins.c, c-incpath.c, cgraph.c, config/frv/frv.c,
3302 config/mips/mips.c, cppfiles.c, cpphash.c, cppinit.c, cpplib.c,
3303 dwarf2out.c, dwarfout.c, except.c, expr.c, expr.h, fold-const.c,
3304 function.c, gcc.c, genoutput.c, gensupport.c, global.c,
3305 haifa-sched.c, hashtable.c, ifcvt.c, integrate.c, local-alloc.c,
3306 loop.c, mips-tdump.c, mips-tfile.c, mkdeps.c, protoize.c,
3307 read-rtl.c, recog.h, reload1.c, sbitmap.c, ssa-dce.c,
3308 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use
3309 the PTR macro.
3310
3311 * gengtype.c: Don't use UNION_INIT_ZERO.
3312 * system.h (UNION_INIT_ZERO): Delete.
3313
3314 2003-06-16 Richard Henderson <rth@redhat.com>
3315
3316 * simplify-rtx.c (simplify_subreg): Use GET_MODE_SIZE instead of
3317 GET_MODE_UNIT_SIZE when simplifying constant vectors.
3318
3319 2003-06-16 Andreas Jaeger <aj@suse.de>
3320
3321 * timevar.c (get_run_time): Remove function provided also by
3322 libiberty.
3323 * timevar.h: Remove get_run_time declaration.
3324
3325 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
3326
3327 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): Remove
3328 unreachable code.
3329
3330 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3331
3332 * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c,
3333 cpplib.c, gencheck.c, gengenrtl.c, machmode.def, protoize.c: Don't
3334 use macros from "symcat.h", instead rely on ISO C.
3335
3336 * system.h: Don't include "symcat.h".
3337 * configure.in (AC_C_STRINGIZE): Delete.
3338 * config.in, configure: Regenerate.
3339
3340 2003-06-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3341
3342 * Makefile.in (install-mkheaders): Use INSTALL_SCRIPT for scripts.
3343
3344 * tree.h (STMT_CHECK): New macro.
3345 Also upper-case argument names on all checking macros and
3346 fix some whitespace problems; assume CODE argument does not
3347 have side-effects.
3348
3349 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3350
3351 * scan.h: Convert to ISO C.
3352 * system.h: Likewise.
3353
3354 * c-format.c (dynamic_format_types): New pointer for dynamic data.
3355 (find_length_info_modifier_index, init_dynamic_asm_fprintf_info):
3356 New functions split out of...
3357 (handle_format_attribute): ...here.
3358
3359 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
3360
3361 * sh.h (REG_CLASS_FROM_LETTER): Change to:
3362 (REG_CLASS_FROM_CONSTRAINT).
3363 (CONST_OK_FOR_I): Rename to:
3364 (CONST_OK_FOR_I08). Changed all users.
3365 (CONST_OK_FOR_J): Rename to:
3366 (CONST_OK_FOR_I16). Changed all users.
3367 (CONST_OK_FOR_K): Rename to:
3368 (CONST_OK_FOR_P27). Changed all users.
3369 (CONST_OK_FOR_L): Rename to:
3370 (CONST_OK_FOR_K08). Changed all users.
3371 (CONST_OK_FOR_O): Rename to:
3372 (CONST_OK_FOR_I06). Changed all users.
3373 (CONST_OK_FOR_P): Rename to:
3374 (CONST_OK_FOR_I10). Changed all users.
3375 (CONSTRAINT_LEN, CONST_OK_FOR_I, CONST_OK_FOR_J16): Define.
3376 (CONST_OK_FOR_J, CONST_OK_FOR_K, CONST_OK_FOR_P): Likewise.
3377 (EXTRA_CONSTRAINT_A, EXTRA_CONSTRAINT_Bsc): Likewise.
3378 (EXTRA_CONSTRAINT_B, PIC_OFFSET_P, PIC_DIRECT_ADDR_P): Likewise.
3379 (EXTRA_CONSTRAINT_Cpg, EXTRA_CONSTRAINT_C): Likewise.
3380 (EXTRA_MEMORY_CONSTRAINT,(EXTRA_CONSTRAINT_Sr0): Likewise.
3381 (CONST_OK_FOR_LETTER_P): Replace with
3382 (CONST_OK_FOR_CONSTRAINT_P).
3383 (EXTRA_CONSTRAINT_S): Rename to:
3384 (EXTRA_CONSTRAINT_C16). Changed all users.
3385 (MOVI_SHORI_BASE_OPERAND_P): Don't allow direct addresses.
3386 (EXTRA_CONSTRAINT_T): Rename to:
3387 (EXTRA_CONSTRAINT_Csy). Changed all users.
3388 (EXTRA_CONSTRAINT_Z): Remove.
3389 (EXTRA_CONSTRAINT): Replace with:
3390 (EXTRA_CONSTRAINT_STR).
3391 (EXTRA_CONSTRAINT_U): Rename to:
3392 (EXTRA_CONSTRAINT_Z). Changed all users.
3393 * sh.c (and_operand): Use CONST_OK_FOR_J16.
3394 * sh.md (cmpeqsi_t-1, cmpeqsi_t, adddi3_media): Use new constraints.
3395 (addsi3_media, addsi3_compact, andsi3_compact, anddi3): Likewise.
3396 (iorsi3, iordi3, xorsi3, xordi3, ashlsi3_std, ashlhi3_k): Likewise.
3397 (lshrsi3_k, movsi_i, movsi_ie, movsi_i_lowpart, movsi_media): Likewise.
3398 (movsi_media_nofpu, movqi_media, movhi_i, movhi_media): Likewise.
3399 (*movdi_i, movdi_media, movdi_media_nofpu, shori_media): Likewise.
3400 (movdf_media, movdf_media_nofpu, movv2sf_i, movv4sf_i): Likewise.
3401 (movsf_media, movsf_media_nofpu, movsi_y, beq_media): Likewise.
3402 (beq_media_i, bne_media, pt, ptb, movv8qi_i, movv2hi_i): Likewise.
3403 (movv4hi_i, movv2si_i, negcmpeqv8qi, negcmpeqv2si): Likewise.
3404 (negcmpeqv4hi, negcmpgtuv8qi, negcmpgtv2si, negcmpgtv4hi): Likewise.
3405 (mcmv, mcnvs_lw, mcnvs_wb, mcnvs_wub, mextr_rl, mextr_lr): Likewise.
3406 (mextr1, mextr2, mextr3, mextr4, mextr5, mextr6, mextr7): Likewise.
3407 (mperm_w, mperm_w_little, mperm_w_big, msad_ubq_i): Likewise.
3408 (mshards_q, mshfhi_b, mshflo_b, mshf4_b, mshf0_b, mshfhi_l): Likewise.
3409 (mshflo_l, mshf4_l, mshf0_l, mshfhi_w, mshflo_w, mshf4_w): Likewise.
3410 (mshf0_w, mshflo_w_x, mshfhi_l_di, mshfhi_l_di_rev): Likewise.
3411 (mshflo_l_di_rev, mshflo_l_di_x, concat_v2sf): Likewise.
3412 (mshflo_l_di_x_rev, subv2si3, subv4hi3, sssubv2si3): Likewise.
3413 (sssubv4hi3): Likewise.
3414 (movsf_i): Change I[08]/r to G/r.
3415 (movsf_ie): Change f/{G,H}/c/X to f/{G,H}/c/Bsc.
3416
3417 * sh.c (sh_output_mi_thunk): Use CONST_OK_FOR_ADD.
3418
3419 2003-06-16 Vladimir Makarov <vmakarov@redhat.com>
3420
3421 * config/i386/i386.c (ix86_memory_move_cost): Fix typo.
3422
3423 2003-06-16 Andreas Jaeger <aj@suse.de>
3424
3425 * basic-block.h: Remove duplicate prototype of
3426 note_prediction_to_br_prob.
3427
3428 * tree.h: Remove duplicate prototype of strip_float_extensions.
3429
3430 2003-06-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3431
3432 * config/c4x/c4x.c: Don't include "c-tree.h".
3433 * config/pa/pa.c: Likewise.
3434 * langhooks.c: Likewise.
3435 * tree.h (poplevel): Declare.
3436
3437 2003-06-16 Kazu Hirata <kazu@cs.umass.edu>
3438
3439 * config/h8300/h8300.c (const_costs): Move this to ...
3440 (h8300_rtx_costs): ... here.
3441
3442 2003-06-16 Roger Sayle <roger@eyesopen.com>
3443
3444 * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
3445 (tan_optab, atan_optab): Define corresponding macros.
3446 * optabs.c (init_optabs): Initialize tan_optab and atan_optab.
3447 * genopinit.c (optabs): Implement tan_optab and atan_optab
3448 using tan?f2 and atan?f2 patterns.
3449 * builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
3450 using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
3451 Change the default value of errno_set to false.
3452 (expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
3453 using expand_builtin_mathfn.
3454
3455 * config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
3456 expander patterns implemented using existing atan2?f3 patterns.
3457
3458 2003-06-16 Roger Sayle <roger@eyesopen.com>
3459
3460 * expr.c (expand_expr <PLUS_EXPR>): If operand_equal_p considers
3461 both operands of the addition equal, reuse the expanded RTL.
3462 (expand_expr <MULT_EXPR>): Likewise for multiplication.
3463
3464 2003-06-16 Roger Sayle <roger@eyesopen.com>
3465 Jeff Law <law@redhat.com>
3466
3467 * fold-const.c (operand_equal_p): Consider two calls to "const"
3468 functions with identical non-volatile arguments to be equal.
3469 Consider the FUNCTION_DECL for the "__builtin_foo" form of a
3470 built-in function to be equal to the "foo" form.
3471
3472 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3473
3474 * config/rs6000/sysv4le.h: Remove target-independent comment.
3475 Replace "GNU compiler" with "GCC" in comment.
3476
3477 2003-06-16 Andreas Jaeger <aj@suse.de>
3478
3479 * tracer.c: Remove duplicate declaration.
3480
3481 * toplev.c: Remove extra declaration of decode_d_option.
3482
3483 * ssa.c: Remove duplicate declaration.
3484
3485 * sreal.c: Remove extra declaration of dump_sreal.
3486
3487 * reload1.c: Remove duplicate declarations.
3488
3489 * integrate.c: Remove extra declaration of
3490 set_decl_abstract_flags.
3491
3492 * flow.c: Remove extra declaration of dump_flow_info.
3493
3494 * alias.c: Remove extra declaration of get_addr.
3495
3496 2003-06-16 Nathanael Nerode <neroden@gcc.gnu.org>
3497
3498 * config/rtems.h, config/sol2.h, config/svr4.h, config/usegas.h,
3499 config/vxworks.h: GNU CC -> GCC.
3500
3501 * convert.c, dwarf2out.c, dwarfout.c, emit-rtl.c, function.c,
3502 lists.c, print-rtl.c, print-tree.c, read-rtl.c, rtl-error.c,
3503 stmt.c, toplev.c, integrate.h, loop.h, machmode.h, rtl.h,
3504 ssa.h, tree.def: Replace overly specific references to "GNU C"
3505 and "GNU C Compiler" with references to "GCC".
3506
3507 2003-06-16 J"orn Rennecke <joern.rennecke@superh.com>
3508
3509 * sh.c (prepare_move_operand): Check if operand 0 is an invalid
3510 memory reference. Fix test that checks if operand 1 is using r0.
3511 * sh.md (movhi_i): Don't allow st.w r0,@(rX,rY) .
3512
3513 * defaults.h (REG_CLASS_FROM_CONSTRAINT): Only define if not already
3514 defined.
3515
3516 2003-06-15 Nathan Sidwell <nathan@codesourcery.com>
3517
3518 * function.h (struct emit_status): Remove x_last_linenum,
3519 x_last_filename. Add x_last_location.
3520 * rtl.h: #include "input.h".
3521 (NOTE_DATA): New.
3522 * cfglayout.c (duplicate_insn_chain): Use emit_line_note for line
3523 number notes.
3524 * emit-rtl.c (last_linenum, last_filename): Remove.
3525 (last_location): New.
3526 (emit_line_note_after): LINE must always be >= 0.
3527 (emit_line_note): Likewise. Check not duplicate here...
3528 (emit_note): ... rather than here.
3529 (emit_line_note_force, force_next_line_note, init_emit): Adjust.
3530 * integrate.c (expand_inline_function): Use emit_line_note for
3531 line number notes.
3532 (copy_insn_list): Likewise.
3533 * unroll.c (copy_loop_body): Likewise.
3534 * Makefile.in (RTL_H): Add input.h.
3535
3536 2003-06-16 Richard Sandiford <rsandifo@redhat.com>
3537
3538 * optabs.c (emit_libcall_block): Don't hoist insns past a label.
3539
3540 2003-06-16 Richard Henderson <rth@redhat.com>
3541
3542 * config/alpha/alpha-protos.h, config/alpha/elf.h,
3543 config/alpha/osf.h, config/alpha/unicosmk.h, config/alpha/vms.h,
3544 config/alpha/vms-cc.c, config/alpha/vms-ld.c: Update to ISO C.
3545 * config/alpha/alpha.c: Likewise. Move targetm init to end of file.
3546 Remove unneeded static function decls.
3547
3548 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
3549
3550 * c-opts.c (c_common_handle_option): s/on/value/.
3551 (OPT_fabi_version_, OPT_ftabstop_, OPT_ftemplate_depth_): Use value
3552 directly rather than converting the argument.
3553 * c.opt: Update docs. Use UInteger where appropriate.
3554 * common.opt: Use UInteger where appropriate.
3555 * opts.c (integral_argument): New.
3556 (handle_argument): Handle integral arguments, and optional
3557 joined arguments.
3558 (common_handle_option): Update.
3559 * opts.h (CL_MISSING_OK, CL_UINTEGER): New.
3560 * opts.sh: Handle JoinedOrMissing and UInteger flags.
3561
3562 2003-06-16 Neil Booth <neil@daikokuya.co.uk>
3563
3564 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Remove
3565 unnecessary extern declaration.
3566
3567 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
3568
3569 * config/gofast.h, config/interix.h, config/interix3.h,
3570 config/libgloss.h, config/linux-aout.h, config/linux.h,
3571 config/lynx-ng.h, config/lynx.h: GNU CC -> GCC.
3572 * config/kaos.h: "GNU compiler" -> GCC.
3573 * config/linux-aout.h, config/lynx.h: Clarify comment describing file.
3574
3575 * config/ip2k/crt0.S, config/ip2k/ip2k-protos.h,
3576 config/ip2k/ip2k.c, config/ip2k/ip2k.md, config/ip2k/libgcc.S:
3577 GNU CC -> GCC.
3578
3579 * config/svr3.h: Remove #if 0 code, misleading comments.
3580 GNU CC -> GCC.
3581
3582 2003-06-15 Zack Weinberg <zack@codesourcery.com>
3583
3584 * vmsdbgout.c (vmsdbgout_finish): Rename parameter to
3585 main_input_filename to avoid conflict with input_filename macro.
3586
3587 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3588
3589 * config/mips/mips.h (asm_file_name, g_switch_set,
3590 g_switch_value): Remove.
3591 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Remove
3592 unnecessary extern declarations.
3593
3594 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3595
3596 * config/frv/frv.h: Remove declaration of g_switch_value.
3597 * config/m32r/m32r.h: Remove declaration of g_switch_value.
3598 * config/m68hc11/m68hc11.c: Remove declaration of asm_file_name.
3599
3600 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3601
3602 * opts.sh: Quote '+' in regex.
3603
3604 2003-06-15 Andrew Pinski <pinskia@physics.uc.edu>
3605
3606 * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
3607 * config/rs6000/rs6000.c: Include cfglayout.h.
3608 * config/alpha/alpha.c: Likewise.
3609 * config/ia64/ia64.c: Likewise.
3610 * config/sparc/sparc.c: Likewise.
3611 * config/sh/sh.c: Likewise.
3612
3613 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3614
3615 * opts.sh: Quote '+' in regex.
3616
3617 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3618
3619 * c-opts.c (lang_flags): Update for new spelling of flags.
3620 (write_langs): Similarly.
3621 * c.opt: Specify languages.
3622 * opts.h: Remove languages.
3623 * opts.sh: Recognise front-end defined languages.
3624 * doc/sourcebuild.texi: Update.
3625
3626 2003-06-15 Andreas Jaeger <aj@suse.de>
3627
3628 * alloc-pool.c: Convert to ISO C90 prototypes.
3629 * alloc-pool.h: Likewise.
3630 * alias.c: Likewise.
3631 * attribs.c: Likewise.
3632 * bb-reorder.c: Likewise.
3633 * bitmap.h: Likewise.
3634 * bitmap.c: Likewise.
3635 * builtins.c: Likewise.
3636
3637 * tree.h: Convert prototypes of attribs.c to ISO C90.
3638 * basic-block.h: Convert prototypes of bb-reorder.c to ISO C90.
3639 * rtl.h: Convert prototypes of alias.c and builtins.c to ISO C90.
3640 * expr.h: Convert prototypes of builtins.c to ISO C90.
3641
3642 2003-06-15 Roger Sayle <roger@eyesopen.com>
3643
3644 * config/i386/i386.md (expsf2, expdf2, expxf2): New patterns to
3645 implement exp, expf and expl built-ins as inline x87 intrinsics.
3646 (UNSPEC_FSCALE, UNSPEC_FRNDINT, UNSPEC_F2XM1): New unspecs to
3647 represent x87's fscale, frndint and f2xm1 insns respectively.
3648 (*fscale_sfxf3, *fscale_dfxf3, *fscale_xf3): New insn patterns
3649 to encode x87's "fscale" instruction followed by a pop.
3650 (*frndintxf2): New insn pattern for "frndint".
3651 (*f2xm1xf2): New insn pattern for "f2xm1".
3652
3653 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FRNDINT and
3654 UNSPEC_F2XM1 like UNSPEC_{SIN,COS} and handle UNSPEC_FSCALE like
3655 UNSPEC_FPATAN.
3656
3657 2003-06-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3658
3659 * gencheck.c (main): Avoid generating duplicate macros.
3660
3661 * Makefile.in (stagefeedback-start): Use $(SUBDIRS) instead of
3662 knowing names of language subdirectories.
3663
3664 2003-06-15 Neil Booth <neil@daikokuya.co.uk>
3665
3666 * c-pch.c (asm_file_name): Remove.
3667 * common.opt: Add more switches.
3668 * flags.h (g_switch_set): Boolify.
3669 * opts.c (g_switch_value, g_switch_set, exit_after_options,
3670 version_flag): Move from toplev.c.
3671 (common_handle_option): Handle more switches from toplev.c.
3672 * toplev.c (display_help, display_target_options, decode_d_option,
3673 print_version): Make non-static, remove prototypes.
3674 (aux_base_name, asm_file_name, aux_info_file_name): Constify.
3675 (version_flag, g_switch_value, g_switch_set, exit_after_options):
3676 Remove.
3677 (independent_decode_option): Move some handlers to opts.c.
3678 * toplev.h (aux_info_file_name, aux_base_name, asm_file_name,
3679 exit_after_options, version_flag, display_help, display_target_options,
3680 print_version, decode_d_option): New.
3681
3682 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
3683
3684 * config/alpha/alpha.md: Follow spelling conventions.
3685 * config/arm/arm.c: Likewise.
3686 * config/arm/arm.h: Likewise.
3687 * config/arm/arm.md: Likewise.
3688 * config/arm/crtn.asm: Likewise.
3689 * config/m32r/m32r.c: Likewise.
3690 * config/m32r/m32r.md: Likewise.
3691 * config/rs6000/rs6000.c: Likewise.
3692
3693 2003-06-15 Richard Henderson <rth@redhat.com>
3694
3695 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
3696 insn_locators_initialize.
3697 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
3698 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
3699 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
3700 * config/sh/sh.c (sh_output_mi_thunk): Do it later.
3701
3702 2003-06-15 Kazu Hirata <kazu@cs.umass.edu>
3703
3704 * builtins.c (expand_builtin_expect_jump): Remove redundant
3705 tests that are also in any_condjump_p().
3706
3707 2003-06-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3708
3709 * libgcc2.c: Delete sysV68 L_trampoline section.
3710 * config/m68k/mot3300-crt0.S: Delete file.
3711 * config/m68k/mot3300Mcrt0.S: Likewise.
3712
3713 2003-06-15 Nathanael Nerode <neroden@gcc.gnu.org>
3714
3715 * config/aoutos.h: Remove.
3716 * config.gcc: Remove reference to aoutos.h.
3717 * config/m68k/m68k-aout.h: Remove reference to aoutos.h.
3718
3719 2003-06-14 Kazu Hirata <kazu@cs.umass.edu>
3720
3721 * doc/install.texi: Follow spelling conventions.
3722 * doc/tm.texi: Likewise.
3723 * config/fp-bit.c: Likewise.
3724 * config/arm/arm.c: Likewise.
3725 * config/frv/frv.c: Likewise.
3726 * config/ns32k/NOTES: Likewise.
3727 * config/ns32k/STATUS: Likewise.
3728
3729 2003-06-14 Roger Sayle <roger@eyesopen.com>
3730 Zack Weinberg <zack@codesourcery.com>
3731
3732 * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
3733 * defaults.h (STORE_FLAG_VALUE): Move default definition to here.
3734 * doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
3735
3736 * config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
3737 * config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
3738 * config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
3739 * config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
3740 * config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
3741 * config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
3742 * config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
3743 * config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
3744 * config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
3745 * config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
3746 * config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
3747 * config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
3748 * config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
3749 * config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
3750 * config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
3751 * config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
3752 * config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
3753 * config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
3754 * config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
3755 * config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
3756
3757 2003-06-14 Nathan Sidwell <nathan@codesourcery.com>
3758
3759 * opts.sh (POSIXLY_CORRECT): Unset it.
3760
3761 * tree.h (init_function_start): Remove filename and line paramters.
3762 * function.c (init_function_start): Remove filename and line
3763 parameters. Use DECL_SOURCE_LOCATION.
3764 * c-decl.c (store_parm_decls): Adjust init_function_start call.
3765 (c_expand_body_1): Likewise.
3766 * coverage.c (create_coverage): Likewise.
3767 * objc/objc-act.c (build_tmp_function_decl): Set line number to
3768 zero.
3769 (hack_method_prototype): Adjust init_function_start call.
3770
3771 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
3772
3773 PR target/3724
3774 * arm/linux-elf.h (PROFILE_HOOK): Define.
3775
3776 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
3777
3778 PR target/11183
3779 * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
3780
3781 2003-06-14 Roger Sayle <roger@eyesopen.com>
3782
3783 * opts.sh: Work around a mysterious feature in cygwin's gawk
3784 where specifying the input files explicitly has a different
3785 behavior to piping them via stdin.
3786
3787 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
3788
3789 * doc/sourcebuild.texi: Update.
3790
3791 2003-06-14 Richard Earnshaw <rearnsha@arm.com>
3792
3793 PR target/11183
3794 * arm.c (output_move_double): Pass SImode to adjust_address.
3795
3796 2003-06-14 Neil Booth <neil@daikokuya.co.uk>
3797
3798 * Makefile.in: Update to use common.opt and lang_opt_files.
3799 (c-options.c, c-options.h): Remove.
3800 (options.c, options.h): Add.
3801 * c-opts.c: Include options.h not c-options.h.
3802 * common.opt: New file.
3803 * configure, configure.in: Add lang_opt_files.
3804 * opts.c: Include flags.h and diagnostic.h.
3805 (common_handle_option): New.
3806 (handle_option): Update to recognize common options and all
3807 language-dependent options.
3808 * opts.h (CL_F77, CL_JAVA, CL_ADA, CL_COMMON, CL_TREELANG): New.
3809 (struct cl_option): Make flags of type int.
3810 * opts.h: Flag option with front ends to which it applies.
3811 Handle duplicate options.
3812 * toplev.c (filename): Remove.
3813 (independent_decode_option): Don't handle filenames and -quiet.
3814 (process_options, do_compile): Update.
3815
3816 2003-06-14 Nick Clifton <nickc@redhat.com>
3817
3818 * doc/install.texi (Specific): Add description of different
3819 ARM supported file format targets.
3820
3821 Sat Jun 14 11:12:04 CEST 2003 Jan Hubicka <jh@suse.cz>
3822
3823 * reorg.c (emit_delay_sequence, dbr_schedule): Clear insn locators
3824 inside delay slots.
3825
3826 2003-06-13 Matt Kraai <kraai@alumni.cmu.edu>
3827
3828 * unwind-c.c: Define NO_SIZE_OF_ENCODED_VALUE.
3829 * unwind-pe.h (size_of_encoded_value): Do not define if
3830 NO_SIZE_OF_ENCODED_VALUE is defined.
3831
3832 2003-06-13 Roger Sayle <roger@eyesopen.com>
3833
3834 * expr.c (expand_expr <COMPLEX_CST>): Handle the case of
3835 expanding a complex constant into a CONCAT target.
3836
3837 2003-06-13 Zack Weinberg <zack@codesourcery.com>
3838
3839 * config/svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.
3840 (ASM_FILE_START_1): Delete.
3841 * config/i386/att.h, config/i386/sco5.h,
3842 config/i386/sysv3.h
3843 (ASM_FILE_START_1): Delete.
3844
3845 2003-06-13 Kelley Cook <kelleycook@wideopenwest.com>
3846
3847 * config/i386/bsd.h: Remove ASM_FILE_START.
3848 * config/i386/djgpp.h: Likewise.
3849 * config/i386/gas.h (ASM_FILE_START): Output .file before .intel_syntax.
3850
3851 * config/i386/djgpp.h: Move included unix.h, bsd.h, gas.h to ...
3852 * config.gcc (i[34567]86-pc-msdosdjgpp): ... here.
3853
3854 2003-06-13 Vladimir Makarov <vmakarov@redhat.com>
3855
3856 PR bootstrap/10835
3857 * haifa-sched.c (max_lookahead_tries,
3858 cached_first_cycle_multipass_dfa_lookahead,
3859 cached_issue_rate): New variables.
3860 (max_issue): Check the number of tries.
3861 (choose_ready): Calculate max_lookahead_tries.
3862 (sched_init): Check cached_issue_rate.
3863
3864 2003-06-13 Richard Henderson <rth@redhat.com>
3865
3866 * cfgbuild.c (make_edges): Set ABNORMAL with SIBCALL.
3867 * cfgrtl.c (purge_dead_edges): Expect it too.
3868
3869 2003-06-13 Jim Wilson <wilson@tuliptree.org>
3870 Eric Botcazou <ebotcazou@libertysurf.fr>
3871
3872 PR bootstrap/10983
3873 * combine.c (make_extraction): Use gen_lowpart_for_combine
3874 when extracting from a REG and not in the destination of a SET.
3875
3876 2003-06-13 Doug Evans <dje@sebabeach.org>
3877
3878 * tsystem.h (abort): Declare in inhibit_libc case to remove build
3879 warnings for addvsi3, et.al.
3880
3881 2003-06-13 Aldy Hernandez <aldyh@redhat.com>
3882
3883 * c-common.c (handle_mode_attribute): Use VECTOR_MODE_P macro.
3884
3885 * simplify-rtx.c (simplify_subreg): Same.
3886
3887 * emit-rtl.c (gen_lowpart_common): Same.
3888
3889 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
3890
3891 * builtins.c: Fix comment typos.
3892 * fold-const.c: Likewise.
3893
3894 2003-06-13 Doug Evans <dje@sebabeach.org>
3895 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3896
3897 * config/m32r/m32r-protos.h (m32r_pass_by_reference): Declare.
3898 * config/m32r/m32r.c (m32r_pass_by_reference): New fn.
3899 (m32r_va_arg): Use it.
3900 * config/m32r/m32r.h (FUNCTION_ARG_PASS_BY_REFERENCE): Ditto.
3901 (RETURN_IN_MEMORY): Ditto.
3902
3903 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
3904
3905 * c-typeck.c: Remove #if 0 clauses.
3906
3907 PR other/1494
3908 * config/alpha/openbsd.h, config/i386/openbsd.h,
3909 config/m68k/openbsd.h, config/sparc/openbsd.h: Remove
3910 residual reference to EGCS.
3911
3912 2003-06-13 Richard Earnshaw <rearnsha@arm.com>
3913
3914 * arm.c (output_call_mem): If the address references the link-register
3915 use an instruction sequence that avoids early-clobbering IP.
3916 (eliminate_lr2ip): Delete.
3917
3918 2003-06-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3919
3920 * c-format.c (format_types_orig): Disallow '*' width/precision in
3921 asm_fprintf format checks.
3922
3923 2003-06-13 Ulrich Weigand <uweigand@de.ibm.com>
3924
3925 * config/s390/s390.c (s390_va_arg): Fix alignment when retrieving
3926 non-integral types from integer register save area slots.
3927
3928 2003-06-13 Nathanael Nerode <neroden@gcc.gnu.org>
3929
3930 * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.
3931
3932 2003-06-13 Florian Weimer <fw@deneb.enyo.de>
3933
3934 * doc/invoke.texi (SPARC Options): Document ``-mimpure-text''.
3935
3936 2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
3937
3938 * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
3939 to file_end_indicate_exec_stack.
3940
3941 2003-06-12 Richard Henderson <rth@redhat.com>
3942
3943 PR target/11089
3944 * config/i386/i386.md (sse_movaps): Use an expander to force
3945 one operand to be a register.
3946 (sse_movups): Likewise.
3947
3948 2003-06-13 Doug Evans <dje@sebabeach.org>
3949
3950 Remove some build warnings.
3951 * config/m32r/initfini.c (__CTOR_LIST__,__DTOR_LIST__): Attribute used.
3952 (__do_global_ctors,__do_global_dtors): Ditto.
3953
3954 2003-06-12 Richard Henderson <rth@redhat.com>
3955
3956 PR middle-end/10557
3957 * rtlanal.c (subreg_offset_representable_p): Relax subreg check.
3958
3959 2003-06-13 Kazu Hirata <kazu@cs.umass.edu>
3960
3961 * config/m32r/m32r.md: Fix a comment typo.
3962
3963 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
3964 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
3965
3966 PR target/10142
3967 * config/sparc/sparc.c (function_arg_record_value_parms): Add
3968 new 'stack' field.
3969 (function_arg_record_value_1): Set 'stack' to 1 if we run out of
3970 integer slots for an integer field.
3971 (function_arg_record_value_3): Shift vector index.
3972 (function_arg_record_value_2): Likewise.
3973 (function_arg_record_value): Initialize 'stack' to 0.
3974 Set 'stack' to 1 if we run out of integer slots for an integer field.
3975 Generate (parallel [(expr_list (nil) ...) ...]) if 'stack' is set to 1.
3976
3977 2003-06-13 Eric Botcazou <ebotcazou@libertysurf.fr>
3978
3979 PR optimization/10955
3980 * unroll.c (unroll_loop): Fix off-by-one bug.
3981
3982 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
3983
3984 * config/rs6000/rs6000.c (function_arg): Remove typo.
3985
3986 2003-06-12 Richard Henderson <rth@redhat.com>
3987
3988 * config/i386/i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF
3989 and UNSPEC_DTPOFF.
3990
3991 2003-06-12 Richard Henderson <rth@redhat.com>
3992
3993 PR middle-end/10475
3994 * expmed.c (emit_store_flag): Use simplify_gen_subreg directly
3995 for extracting sub-words.
3996
3997 2003-06-12 Richard Henderson <rth@redhat.com>
3998
3999 PR target/7594
4000 * config/m68k/m68k.md (zero_extendhisi2): Use gen_lowpart_SUBREG.
4001 (zero_extendqihi2, zero_extendqisi2): Likewise.
4002
4003 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4004
4005 * config/rs6000/rs6000.c (function_arg): Always split vectors for
4006 e500 if it's a stdarg function.
4007 (function_arg_advance): Advance 2 registers for vectors in a
4008 stdarg function.
4009 (init_cumulative_args): Initialize stdarg.
4010 (rs6000_spe_function_arg): New.
4011
4012 * config/rs6000/rs6000.h (rs6000_args): Add stdarg.
4013
4014 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4015
4016 * config/rs6000/rs6000.h (MODES_TIEABLE_P): Add SPE vectors.
4017
4018 2003-06-12 Roger Sayle <roger@eyesopen.com>
4019
4020 PR middle-end/168
4021 * fold-const.c (tree_expr_nonnegative_p): Handle addition
4022 and multiplication of zero extensions, floating point division,
4023 and integer<->fp, fp<->fp and zero extension conversions.
4024 The built-in ceil and floor functions preserve signedness.
4025
4026 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
4027
4028 * ChangeLog: Follow spelling conventions.
4029 * ChangeLog.2: Likewise.
4030 * c-decl.c: Likewise.
4031 * cfgloop.h: Likewise.
4032 * cgraph.c: Likewise.
4033 * coverage.c: Likewise.
4034 * cppcharset.c: Likewise.
4035 * cpphash.h: Likewise.
4036 * cpplex.c: Likewise.
4037 * cpplib.c: Likewise.
4038 * dbxout.c: Likewise.
4039 * df.c: Likewise.
4040 * dwarf2out.c: Likewise.
4041 * dwarfout.c: Likewise.
4042 * emit-rtl.c: Likewise.
4043 * explow.c: Likewise.
4044 * gcov-io.c: Likewise.
4045 * gcov-io.h: Likewise.
4046 * gcov.c: Likewise.
4047 * gengtype.c: Likewise.
4048 * ggc.h: Likewise.
4049 * opts.c: Likewise.
4050 * real.c: Likewise.
4051 * reload.c: Likewise.
4052 * stmt.c: Likewise.
4053
4054 2003-06-12 Janis Johnson <janis187@us.ibm.com>
4055
4056 * doc/install.texi (m32r-*-elf): Change company to Renesas.
4057
4058 Thu Jun 12 20:00:55 CEST 2003 Jan Hubicka <jh@suse.cz>
4059
4060 * basic-block.h (flow_delete_block_noexpunge): Kill.
4061 * cfgrtl.c (flow_delete_block_noexpunge): Merge to
4062 rtl_delete_block.
4063
4064 2003-06-10 Richard Henderson <rth@redhat.com>
4065
4066 PR inline-asm/4823
4067 * reg-stack.c (any_malformed_asm): New.
4068 (check_asm_stack_operands): Set it.
4069 (convert_regs_1): Check it before aborting.
4070
4071 2003-06-12 Aldy Hernandez <aldyh@redhat.com>
4072
4073 * config/rs6000/spe.md: Change all clobbers of the accumulator to sets.
4074
4075 2003-06-12 Jakub Jelinek <jakub@redhat.com>
4076
4077 * c-opts.c (complain_wrong_lang): Add on argument.
4078 Print no- switch if on is false.
4079 (c_common_decode_option): Adjust caller.
4080
4081 2003-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4082
4083 * config/s390/s390.c (s390_emit_prologue): Use LA instead of AR
4084 to initialize GOT register.
4085
4086 2003-06-12 Roger Sayle <roger@eyesopen.com>
4087
4088 * fold-const.c (tree_expr_nonnegative_p): Add support for
4089 floating point constants, addition and multiplication.
4090
4091 2003-06-12 J"orn Rennecke <joern.rennecke@superh.com>
4092
4093 * sh.md (adddi3_compact, subdi3_compact): Add earlyclobber
4094 constraint modifier for operand 0.
4095
4096 2003-06-12 Hans-Peter Nilsson <hp@axis.com>
4097
4098 Don't warn on dollars in builtin macro definitions,
4099 e.g. __REGISTER_PREFIX__.
4100 * cpphash.h (struct cpp_reader): Move member warn_dollars...
4101 * cpplib.h (struct cpp_options): ...to here. Change type to
4102 unsigned char.
4103 * cppinit.c (cpp_create_reader): Set it to 1 here.
4104 (post_options): Don't set it here.
4105 * c-opts.c (c_common_init_options): Reset it to 0 here.
4106 (finish_options): Set it here.
4107 * cpplex.c (forms_identifier_p): Tweak for new location of
4108 warn_dollars.
4109
4110 * configure.in (assembler dwarf2 debug_line support): Define insn
4111 for cris-*-* and mmix-*-*.
4112 * configure: Regenerate.
4113
4114 2003-06-11 Uwe Stieber <uwe@kaos-group.de>
4115
4116 * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
4117 powerpcle-*-kaos*, strongarm-*-kaos*): New targets.
4118 (sh-*-elf*): Add sh*-*-kaos* support.
4119 * config/kaos.h, config/arm/kaos-strongarm.h, config/arm/kaos-arm.h,
4120 config/i386/kaos-i386.h, config/rs6000/kaos-ppc.h,
4121 config/sh/kaos-sh.h: New files.
4122
4123 2003-06-12 Kazu Hirata <kazu@cs.umass.edu>
4124
4125 * gcse.c (fis_get_condition): Make it a global function.
4126 * reload1.c (reload_cse_move2add): Detect implicit sets.
4127 * rtl.h: Add a prototype for fis_get_condition.
4128
4129 2003-06-11 Richard Henderson <rth@redhat.com>
4130
4131 * stmt.c (expand_asm_operands): Don't warn for memories with
4132 queued addresses.
4133
4134 2003-06-11 Kaz Kojima <kkojima@gcc.gnu.org>
4135
4136 * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite without
4137 brackets.
4138
4139 2003-06-11 Neil Booth <neil@daikokuya.co.uk>
4140
4141 * hooks.c (hook_int_size_t_constcharptr_int_0): New.
4142 * hooks.h (hook_int_size_t_constcharptr_int_0): New.
4143 * langhooks-def.h (lhd_decode_option, LANG_HOOKS_DECODE_OPTION): Die.
4144 (LANG_HOOKS_HANDLE_OPTION, LANG_HOOKS_INITIALIZER): Update.
4145 * langhooks.c (lhd_decode_option): Remove.
4146 * langhooks.h (struct lang_hooks): Remove decode_option.
4147 * opts.c (handle_option): No longer use decode_option.
4148
4149 2003-06-11 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4150
4151 * cfgloopanal.c (variable_initial_value): Update the set of altered
4152 registers correctly.
4153
4154 2003-06-11 Roger Sayle <roger@eyesopen.com>
4155 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4156
4157 * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.
4158 * config/i386/netbsd-elf.h: Likewise.
4159 * config/m32r/m32r.h: Likewise.
4160 * config/mn10300/mn10300.h: Likewise.
4161 * config/stormy16/stormy16.h: Likewise.
4162 * config/v850/v850.h: Likewise.
4163 * config/vax/netbsd-elf.h: Likewise.
4164 * config/xtensa/elf.h: Likewise.
4165 * config/xtensa/linux.h: Likewise.
4166
4167 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4168
4169 * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
4170 DWARF 2 default.
4171
4172 * config/mips/dbxmdebug.h: New file.
4173 * config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it with
4174 gas and --with-stabs.
4175
4176 2003-06-11 Ulrich Weigand <uweigand@de.ibm.com>
4177
4178 * expr.c (can_move_by_pieces): align argument may be unused.
4179
4180 2003-06-11 J"orn Rennecke <joern.rennecke@superh.com>
4181
4182 * expr.c (convert_move): Handle moves between two CONCATs.
4183
4184 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
4185
4186 * config/h8300/h8300.h (RETURN_IN_MEMORY): Accept DImode if
4187 !TARGET_H8300.
4188
4189 2003-06-11 Kazu Hirata <kazu@cs.umass.edu>
4190
4191 * config/h8300/h8300.c (final_prescan_insn): Don't dump rtl.
4192 * config/h8300/h8300.h (MASK_RTL_DUMP): Remove.
4193 (TARGET_RTL_DUMP): Likewise.
4194 (TARGET_SWITHCES): Remove -mrtl-dump.
4195
4196 2003-06-10 Richard Henderson <rth@redhat.com>
4197
4198 * optabs.c (gen_cond_trap): Fix prepare_operand typo.
4199
4200 2003-06-10 Richard Henderson <rth@redhat.com>
4201
4202 * config/ia64/ia64.md (call_gp): Fix memory mode.
4203
4204 2003-06-10 James E Wilson <wilson@tuliptree.org>
4205
4206 PR target/8812
4207 * reload1.c (choose_reload_regs): For equiv reg, add loop over all
4208 hard regs for reload_reg_used_at_all and reg_class_contents checks.
4209
4210 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
4211
4212 * config/h8300/h8300.c (print_operand): Remove support for
4213 operand character 'b'.
4214 Add the AND case to operand character 'c'.
4215 * config/h8300/h8300.md (two anonymous patterns): Replace
4216 operand character 'b' with 'c'.
4217
4218 2003-06-10 Kazu Hirata <kazu@cs.umass.edu>
4219
4220 * config/h8300/h8300.c (print_operand): Remove support for
4221 operand character 'u'.
4222
4223 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
4224
4225 * configure.in: Fix typo.
4226 * configure: Regenerate.
4227
4228 2003-06-10 Loren James Rittle <ljrittle@acm.org>
4229
4230 * config/alpha/alpha.c (unicosmk_file_end): Add conditional
4231 compilation guard.
4232
4233 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
4234
4235 * sh-protos.h (function_symbol): Declare.
4236 * sh.c (expand_block_move, expand_ashiftrt): Use it.
4237 (sh_expand_prologue, sh_expand_epilogue): Likewise.
4238 (sh_initialize_trampoline): Likewise.
4239 (function_symbol): New function.
4240 * sh.md (udivsi3, divsi3, mulsi3, ic_invalidate_line): Use it.
4241 (initialize_trampoline, call, call_pop, call_value, sibcall): Likewise.
4242 (call_value_pop, shcompact_return_tramp): Likewise.
4243
4244 * sh.h (OVERRIDE_OPTIONS): Don't suppress --profile-arc-flag.
4245
4246 * sh.md (GOTaddr2picreg): Use gen_lowpart to get lowpart of
4247 target register.
4248
4249 2003-06-10 DJ Delorie <dj@redhat.com>
4250
4251 * doc/md.texi (Machine Constraints): Document stormy's Z
4252 constraint.
4253
4254 2003-06-10 Geoffrey Keating <geoffk@apple.com>
4255
4256 * except.c (call_site_base): Mark with GTY.
4257
4258 2003-06-10 Richard Earnshaw <rearnsha@arm.com>
4259
4260 * arm-proto.h: Convert to ISO C90 prototypes.
4261 * arm.c: Likewise.
4262
4263 2003-06-10 J"orn Rennecke <joern.rennecke@superh.com>
4264
4265 * sh.c (sh_output_mi_thunk): Call insn_locators_initialize.
4266
4267 2003-06-10 Steve Ellcey <sje@cup.hp.com>
4268
4269 * calls.c (expand_call): Convert structure_value_addr to Pmode if
4270 necessary.
4271
4272 2003-06-10 Andrew Haley <aph@redhat.com>
4273
4274 * langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
4275 (LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
4276 (lhd_decl_ok_for_sibcall): New.
4277 * langhooks.c (lhd_decl_ok_for_sibcall): New.
4278 * langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
4279 * calls.c (expand_call): Check lang_hook before generating a
4280 sibcall.
4281
4282 2003-06-10 DJ Delorie <dj@redhat.com>
4283
4284 * config/stormy16/stormy16.c (xstormy16_extra_constraint_p): Add Z,
4285 which matches (const_int 0) for addhi3.
4286 * config/stormy16/stormy16.md: Document known constraints.
4287 (addhi3): Handle adding zero.
4288
4289 2003-06-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4290
4291 * config/m32r/m32r.h (HARD_REGNO_RENAME_OK): New.
4292 * config/m32r/m32r.c (m32r_hard_regno_rename_ok): New.
4293 * config/m32r/m32r-protos.h: Prototype it.
4294
4295 2003-06-10 Janis Johnson <janis187@us.ibm.com>
4296
4297 * config/rs6000/eabi.h (TARGET_OS_CPP_BUILTINS): Define builtins
4298 common to rs6000 sysv targets.
4299 * config/rs6000/eabisim.h (TARGET_OS_CPP_BUILTINS): Ditto.
4300 * config/rs6000/rtems.h (TARGET_OS_CPP_BUILTINS): Ditto.
4301
4302 2003-06-10 Nick Clifton <nickc@redhat.com>
4303
4304 * config.gcc: Add arm-wince-pe target.
4305 * config/arm/pe.h (MULTILIB_DEFAULTS): Define.
4306 Add comment about default apcs26 support.
4307 * config/arm/t-pe (MULTILIB_OPTIONS): Add an -mapcs-32
4308 multilib.
4309 (MULTILIB_DIRNAMES): Add 'apcs32'.
4310 * config/arm/t-wince-pe: New makefile fragment.
4311 * config/arm/wince-pe.h: New file. Overrides a few definitions
4312 in arm/pe.h
4313
4314 2003-06-10 Roger Sayle <roger@eyesopen.com>
4315
4316 * builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
4317 * fold-const.c (fold <NEGATE_EXPR>): Convert -f(x) into f(-x)
4318 when x is easily negated and f is sin, tan or atan.
4319 (fold <MULT_EXPR>): Optimize tan(x)*cos(x) and cos(x)*tan(x) as
4320 sin(x) with flag_unsafe_math_optimizations.
4321 (fold <RDIV_EXPR>): With flag_unsafe_math_optimizations fold
4322 sin(x)/cos(x) as tan(x) and cos(x)/sin(x) as 1.0/tan(x).
4323
4324 2003-06-10 Roger Sayle <roger@eyesopen.com>
4325
4326 * fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
4327 is a floating point type *and* we currently honor NaNs.
4328 (fold <NE_EXPR>): Likewise.
4329
4330 2003-06-10 Mark Mitchell <mark@codesourcery.com>
4331
4332 PR c++/11131
4333 * tree-inline.c (inlinable_function_p): Call the language-specific
4334 hook early.
4335
4336 2003-06-09 David Taylor <dtaylor@emc.com>
4337
4338 * config/rs6000/rs6000.c (rs6000_va_start, rs6000_va_arg): Skip over
4339 the f_res field.
4340
4341 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
4342
4343 * configure.in: Remove references to host_truncate_target.
4344 * configure: Regenerate.
4345 * config.gcc: Remove references to truncate_target,
4346 host_truncate_target.
4347
4348 * Makefile.in, configure.in, config/m68hc11/t-m68hc11-gas:
4349 Replace "build_canonical" with build, "host_canonical" with host.
4350 * configure.in: Use GCC_TOPLEV_SUBDIRS.
4351 * aclocal.m4: Include ../config/acx.m4.
4352 * configure: Regenerate.
4353
4354 2003-06-09 David Taylor <dtaylor@emc.com>
4355
4356 * config/rs6000/rs6000.c (rs6000_build_va_list): Give the two
4357 bytes of padding in the __va_list_tag structure a name (reserved).
4358
4359 2003-06-09 Jason Merrill <jason@redhat.com>
4360
4361 * fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
4362
4363 2003-06-09 Osku Salerma <osku@iki.fi>
4364
4365 * c-format.c (check_format_string, get_constant): New.
4366 (handle_format_attribute, handle_format_arg_attribute,
4367 decode_format_attr): Change to use above functions.
4368
4369 2003-06-09 Richard Henderson <rth@redhat.com>
4370
4371 * stmt.c (expand_asm_operands): Re-word warning.
4372
4373 2003-06-08 Andrew Pinski <pinskia@physics.uc.edu>
4374
4375 PR target/8787
4376 * config/i386/djgpp.h (ASM_FILE_START): emit `.intel_syntax'
4377 if -masm=intel.
4378
4379 2003-06-09 James E Wilson <wilson@tuliptree.org>
4380
4381 * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
4382 config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
4383 Add libgcc exception.
4384
4385 2003-06-09 David Edelsohn <edelsohn@gnu.org>
4386 Ayal Zaks <gcchaifa@us.ibm.com>
4387
4388 * config/rs6000/rs6000.md (define_attr "type"): Add insert_word.
4389 (insvsi*): Add insert_word attribute.
4390 * config/rs6000/rs6000.c (rs6000_variable_issue): Add TYPE_INSERT_WORD.
4391 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
4392 power4.md,rios1.md,rios2.md,rs64.md}: Add insert_word.
4393
4394 2003-06-09 Kazu Hirata <kazu@cs.umass.edu>
4395
4396 * fold-const.c (fold): Fix a comment typo.
4397
4398 2003-06-09 Nathan Sidwell <nathan@codesourcery.com>
4399
4400 * tree-inline.c (expand_call_inline): DECL_SOURCE_LINE_FIRST is
4401 removed.
4402
4403 2003-06-09 J"orn Rennecke <joern.rennecke@superh.com>
4404
4405 * sh.c (gen_block_redirect): Use locators.
4406
4407 2003-06-09 Richard Earnshaw <rearnsha@arm.com>
4408
4409 * arm.h (THUMB_PRINT_OPERAND_ADDRESS): Use %wd in format and remove
4410 cast to int.
4411
4412 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4413
4414 * configure.in: Assume gas 2.14 and above can handle MIPS relocation
4415 operators.
4416 * configure: Regenerated.
4417
4418 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4419 Alexandre Oliva <aoliva@redhat.com>
4420
4421 * config/mips/mips.h (GLOBAL_POINTER_REGNUM): New macro.
4422 (PIC_OFFSET_TABLE_REGNUM): Look at pic_offset_table_rtx after reload.
4423 (STARTING_FRAME_OFFSET): Don't allocate a cprestore slot for
4424 n32/64 PIC.
4425 (MUST_SAVE_REGISTERS): Delete.
4426 * config/mips/mips.c (mips_frame_info): Remove extra_size field.
4427 (machine_function): Add global_pointer field.
4428 (mips_classify_constant): Check for (const $gp) using pointer equality
4429 with pic_offset_table_rtx.
4430 (mips_classify_constant): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4431 (mips_restore_gp): Use current_function_outgoing_args_size.
4432 (print_operand): Use PIC_OFFSET_TABLE_REGNUM instead of
4433 GP_REG_FIRST + 28. Handle relocation strings that have
4434 more than one '('.
4435 (mips_reloc_string): Handle RELOC_LOADGP_HI and RELOC_LOADGP_LO.
4436 (mips_global_pointer): New function.
4437 (mips_save_reg_p): New function, mostly split out from...
4438 (compute_frame_size): ...here. Remove handling of extra_size.
4439 Reclaim args_size if no variables depend on it. Don't treat gp
4440 as a special case: handle it in the main GPR loop.
4441 (mips_initial_elimination_offset): Fix comment.
4442 (save_restore_insns): Save every register in the GPR mask,
4443 removing distinction between mask and real_mask.
4444 (mips_output_function_prologue): Update .frame psuedo-op after
4445 the removal of extra_size. Move the SVR4 PIC stack allocation
4446 and cprestore instructions to mips_expand_prologue.
4447 (mips_gp_insn): New function.
4448 (mips_expand_prologue): Set REGNO (pic_offset_table_rtx) to
4449 the chosen global pointer. Handle SVR4 PIC stack allocation
4450 in the same way as other ABIs. Adjust varargs code accordingly.
4451 Emit a cprestore insn after allocating the stack. Use mips_gp_insn
4452 to emit the loadgp sequence. Follow it with a loadgp_blockage
4453 if not using explicit relocs.
4454 (mips_output_function_epilogue): Reinstate the default gp register.
4455 (mips16_gp_pseudo_reg): Use pic_offset_table_rtx.
4456 (mips16_optimize_gp): Likewise.
4457 * config/mips/mips.md (UNSPEC_LOADGP): Remove.
4458 (UNSPEC_SETJMP, UNSPEC_LONGJMP): Remove.
4459 (UNSPEC_CPRESTORE, RELOC_LOADGP_HI, RELOC_LOADGP_LO): New.
4460 (loadgp): Remove.
4461 (loadgp_blockage, cprestore): New instructions.
4462 (builtin_setjmp_setup): Implement using emit_move_insn. Use
4463 pic_offset_table_rtx.
4464 (builtin_setjmp_setup_32, builtin_setjmp_setup_64): Remove.
4465 (builtin_longjmp): Use gen_raw_REG to force use of $28.
4466
4467 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4468
4469 * config/mips/mips-protos.h (mips_output_division): Declare.
4470 * config/mips/mips.h (MASK_CHECK_RANGE_DIV): Remove.
4471 (MASK_BRANCHLIKELY): Use MASK_CHECK_RANGE_DIV's old number.
4472 (TARGET_NO_CHECK_ZERO_DIV, TARGET_CHECK_RANGE_DIV): Remove.
4473 (TARGET_CHECK_ZERO_DIV): New macro.
4474 (TARGET_SWITCHES): Remove -mcheck-range-div & -mno-check-range-div.
4475 * config/mips/mips.c (mips_output_division): New function.
4476 * config/mips/mips.md (length): Take TARGET_CHECK_ZERO_DIV into
4477 account when calculating the default length of a division.
4478 (divmodsi4, divmoddi4, udivmodsi4, udivmoddi4): Turn into define_insns.
4479 Enable regardless of optimization level. Use mips_output_division.
4480 (divmodsi4_internal, divmoddi4_internal, udivmodsi4_internal,
4481 udivmoddi4_internal, div_trap, div_trap_normal, div_trap_mips16,
4482 divsi3, divsi3_internal, divdi3, divdi3_internal, modsi3,
4483 modsi3_internal, moddi3, moddi3_internal, udivsi3, udivsi3_internal,
4484 udivdi3, udivdi3_internal, umodsi3, umodsi3_internal, umoddi3,
4485 umoddi3_internal): Remove.
4486
4487 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4488
4489 * config/mips/mips.c (mips_reg_names): Change hilo entry to "".
4490 (mips_sw_reg_names): Likewise.
4491 (mips_regno_to_class): Change hilo entry to NO_REGS.
4492 (hilo_operand): Use MD_REG_P.
4493 (extend_operator): New predicate.
4494 (override_options): Remove 'a' constraint.
4495 (mips_secondary_reload_class): Remove hilo handling. Also remove
4496 handling of (plus sp reg) reloads for mips16.
4497 (mips_register_move_cost): Remove hilo handling.
4498 * config/mips/mips.h (FIXED_REGISTERS): Make hilo entry fixed.
4499 (MD_REG_LAST): Remove hilo from range.
4500 (HILO_REGNUM): Delete.
4501 (reg_class): Remove HILO_REG and HILO_AND_GR_REGS.
4502 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update accordingly.
4503 (PREDICATE_CODES): Add entry for extend_operator.
4504 (DEBUG_REGISTER_NAMES): Change hilo entry to "".
4505 * config/mips/mips.md: Remove hilo clobbers wherever they occur.
4506 Remove constraints from multiplication define_expands. Remove
4507 clobbers from "decorative" define_expand patterns.
4508 (UNSPEC_HILO_DELAY): Delete.
4509 (*mul_acc_si, *mul_sub_si): Add early-clobber to operand 6.
4510 (mulsidi3, umulsidi3): Change pattern to match the TARGET_64BIT case.
4511 Adjust C code to just emit insns for !TARGET_64BIT.
4512 (mulsidi3_internal): Rename to mulsidi3_32bit.
4513 (mulsidi3_64bit): Use a "d" constraint for the destination.
4514 Use extend_operator so that the pattern can handle umulsidi3 as well.
4515 Split the instruction after reload.
4516 (*mulsidi3_64bit_parts): New pattern, generated by mulsidi3_64bit.
4517 (umulsidi3_internal): Rename to umulsidi3_32bit.
4518 (umulsidi3_64bit): Remove.
4519 (*smsac_di, *umsac_di): Line-wrap fixes.
4520 (udivsi3_internal): Don't allow operand 2 to be constant.
4521 (udivdi3_internal, umodsi3_internal, umoddi3_internal): Likewise.
4522 (movdi_internal2, movsi_internal): Remove hilo alternatives.
4523 (reload_in[sd]i, reload_out[sd]i, hilo_delay): Remove.
4524
4525 2003-06-09 Richard Sandiford <rsandifo@redhat.com>
4526
4527 PR target/10913
4528 * config/mips/mips.h (TARGET_FILE_SWITCHING, NO_DBX_FUNCTION_END,
4529 PUT_SDB_SCL, PUT_SDB_INT_VAL, PUT_SDB_VAL, PUT_SDB_ENDEF,
4530 PUT_SDB_TYPE, PUT_SDB_SIZE, PUT_SDB_DIM, PUT_SDB_START_DIM,
4531 PUT_SDB_NEXT_DIM, PUT_SDB_LAST_DIM, PUT_SDB_TAG, PUT_SDB_SRC_FILE,
4532 SDB_GENERATE_FAKE, TEXT_SECTION): Delete.
4533 (PUT_SDB_DEF, PUT_SDB_PLAIN_DEF, PUT_SDB_BLOCK_START,
4534 PUT_SDB_BLOCK_END, PUT_SDB_FUNCTION_END): Replace use of
4535 asm_out_text_file with asm_out_file.
4536 * config/mips/iris5gas.h (PUT_SDB_SIZE, PUT_SDB_TYPE): Likewise.
4537 * config/mips/elf.h (TEXT_SECTION): Undefine.
4538 * config/mips/elf64.h (TEXT_SECION): Undefine.
4539 * config/mips/openbsd.h (TEXT_SECION): Undefine.
4540 * config/mips/mips.c (asm_out_text_file, asm_out_data_file): Delete.
4541 (override_options): Disable small-data optimizations unless using
4542 gas or explicit relocations.
4543 (mips_asm_file_start, mips_asm_file_end, mips_output_function_epilogue,
4544 iris6_asm_named_section, iris6_asm_file_start): Remove code for
4545 handling TARGET_FILE_SWITCHING.
4546 (copy_file_data): Move into TARGET_IRIX6 block.
4547
4548 2003-06-08 Richard Henderson <rth@redhat.com>
4549
4550 * expr.h (EXPAND_MEMORY): New.
4551 * expr.c (expand_expr): Check it.
4552 * stmt.c (expand_asm_operands): Provide it when the constraint
4553 requires a memory. Warn for memory input constraints without
4554 a memory operand.
4555
4556 2003-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4557
4558 * varasm.c: Don't include c-tree.h.
4559
4560 2003-06-08 Andreas Jaeger <aj@suse.de>
4561
4562 * predict.h: Convert to ISO C90 prototypes.
4563 * predict.c: Likewise.
4564 * tree-dump.h: Likewise.
4565 * tree-dump.c: Likewise.
4566 * diagnostic.h: Likewise.
4567 * diagnostic.c: Likewise.
4568 * combine.c: Likewise.
4569
4570 * rtl.h: Convert prototypes of combine.c to ISO C90.
4571
4572 Sun Jun 8 21:27:41 CEST 2003 Jan Hubicka <jh@suse.cz>
4573
4574 * cfglayout.c (insn_scope): New static function
4575 (block_locators_*, line_locators*, file_locators*): New static varrays.
4576 (scope_to_insns_initialize): Use them.
4577 (insn_line, insn_file): New functions.
4578 (scope_to_insns_finalize): Use insn_scope.
4579 (prologue_locator, epilogue_locator): New global variables.
4580 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
4581 make_call_insn_raw, emit_copy_of_insn_after): Use locators.
4582 (emit_insn_after_scope, emit_insn_before_scope
4583 emit_jump_insn_after_scope, emit_jump_insn_before_scope
4584 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
4585 (emit_insn_after_setloc, emit_insn_before_setloc
4586 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
4587 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
4588 use locators.
4589 * final.c (notice_source_line): Use locators.
4590 (final_start_function): Set initial source file and line.
4591 (final_scan_insn): Use locators.
4592 * ifcvt.c (noce_try_store_flag, noce_try_store_flag_constants,
4593 noce_try_addcc, noce_try_store_flag_mask, noce_try_cmove,
4594 noce_try_cmove_arith, noce_try_minmax, noce_try_abs,
4595 noce_process_if_block, find_cond_trap): Likewise.
4596 * integrate.c (copy_insn_list): Likewise.
4597 * jump.c (duplicate_loop_exit_test): LIkewise.
4598 * print-rtl.c (print_rtx): Print locators.
4599 * recog.c (peephole2_optimize): Likewise.
4600 * rtl.h (INSN_SCOPE): Remove.
4601 (emit_insn_after_scope, emit_insn_before_scope
4602 emit_jump_insn_after_scope, emit_jump_insn_before_scope
4603 emit_call_insn_after_scope, emit_call_insn_before_scope): Rename to...
4604 (emit_insn_after_setloc, emit_insn_before_setloc
4605 emit_jump_insn_after_setloc, emit_jump_insn_before_setloc
4606 emit_call_insn_after_setloc, emit_call_insn_before_setloc): ... these;
4607 (insn_file, insn_line, prologue_locator, epilogue_locator): Declare.
4608 * unroll.c (copy_loop_body): Use locators.
4609 * function.c (set_insn_locators): New function.
4610 (thread_prologue_and_epilogue_insns): Set the locators accordingly.
4611
4612 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
4613
4614 * config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
4615 * config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
4616 _fixsfdi _fixunssfdi.
4617 (LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
4618 popcounthi2.
4619 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
4620 * config/h8300/clzhi2.c: New.
4621 * config/h8300/ctzhi2.c: Likewise.
4622 * config/h8300/parityhi2.c: Likewise.
4623 * config/h8300/popcounthi2.c: Likewise.
4624
4625 Sun Jun 8 15:52:17 CEST 2003 Jan Hubicka <jh@suse.cz>
4626
4627 * i386.md (subsi_3_zext, sse2_nandv2di3): Fix predicates.
4628 * i386.c (k8_avoid_jump_misspredicts): Fix debug output.
4629
4630 * cfg.c (verify_flow_info): Move IL independent checks from cfgrtl here.
4631 (dump_bb): New based on old dump_bb in cfgrtl.c
4632 (debug_bb, debug_bb_n): Move the functions from cfgrtl.c here.
4633 * cfghooks.h (cfgh_verify_flow_info): Return status.
4634 * cfglayout.c (cfg_layout_finalize): Verify CFG correctness.
4635 * cfgrtl.c (debug_bb, debug_bb_n): Move to cfg.c
4636 (dump_bb): Remove generic parts.
4637 (rtl_verify_flow_info_1): Break out from rtl_verify_flow_info.
4638 (rtl_verify_flow_info): Only check things dependeing on linearized RTL.
4639
4640 2003-06-08 Neil Booth <neil@daikokuya.co.uk>
4641
4642 * Makefile.in: Rename options.c and options.h to c-options.c and
4643 c-options.h.
4644 (OBJS): Remove options.o.
4645 * c-opts.c: Don'tInclude c-options.h instead of options.h.
4646 * opts.c: Don't include options.h.
4647 (find_opt): Can't use enum opt_code or N_OPTS.
4648 * opts.h (struct cl_option, cl_options, cl_options_count): Move from...
4649 * opts.sh: ... here.
4650
4651 2003-06-07 Eric Botcazou <ebotcazou@libertysurf.fr>
4652 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
4653
4654 PR pch/9830
4655 * ggc-common.c (HAVE_MMAP_FILE): Include sys/types.h
4656 if HAVE_MINCORE is defined.
4657 (MAP_FAILED): Define if not defined.
4658 (gt_pch_save): Test against MAP_FAILED.
4659 (gt_pch_restore): If HAVE_MINCORE, use MAP_FIXED to force
4660 the mapping address to the preferred base after checking it
4661 is possible to do so. Test against MAP_FAILED.
4662 * configure.in: Test for the presence of mincore in libc.
4663 * config.in: Regenerate.
4664 * configure: Regenerate.
4665
4666 2003-06-07 Richard Henderson <rth@redhat.com>
4667
4668 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Fix
4669 conditional compilation guard.
4670
4671 2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
4672
4673 * optabs.c (expand_abs): Set result_unsignedp to 1 if
4674 flag_trav is zero.
4675
4676 2003-06-07 Richard Henderson <rth@redhat.com>
4677
4678 * c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
4679
4680 2003-06-07 Richard Henderson <rth@redhat.com>
4681
4682 * basic-block.h (EDGE_SIBCALL): New.
4683 (EDGE_ALL_FLAGS): Update.
4684 * cfg.c (dump_edge_info): Add sibcall name.
4685 * cfgbuild.c (make_edges): Use EDGE_SIBCALL.
4686 * cfgrtl.c (purge_dead_edges): Handle sibcalls.
4687
4688 2003-06-07 Andreas Jaeger <aj@suse.de>
4689
4690 * mklibgcc.in (lib2funcs): Remove _exit.
4691 * libgcc2.c: Remove L_exit.
4692 * gbl-ctors.h: Remove declarations dependend on NEED_ATEXIT.
4693
4694 * system.h: Poison NEED_ATEXIT, ON_EXIT, EXIT_BODY.
4695
4696 * doc/tm.texi (Misc): Remove NEED_ATEXIT, ON_EXIT, EXIT_BODY.
4697
4698 * ggc.h: Convert to ISO C90 prototypes.
4699 * ggc-none.c: Likewise.
4700 * ggc-common.c: Likewise.
4701 * ggc-page.c: Likewise.
4702 * ggc-simple.c: Likewise.
4703
4704 * crtstuff.c: Remove undefined usage of INIT_SECTION_PREAMBLE.
4705
4706 * system.h: Poison INIT_SECTION_PREAMBLE.
4707
4708 2003-06-07 Zack Weinberg <zack@codesourcery.com>
4709
4710 * config.gcc (with_cpu handling): Translate sparc64 in
4711 $machine to --with-cpu=v9.
4712 * config/alpha/alpha.c
4713 (TARGET_ASM_GLOBALIZE_LABEL [TARGET_ABI_UNICOSMK]): Correct definition.
4714 (alpha_setup_incoming_varargs): #ifdef out when TARGET_ABI_UNICOSMK.
4715
4716 * target.h: New hook asm_out.file_end.
4717 * target.h: Update to match. New hook macro TARGET_ASM_FILE_END.
4718 * toplev.c (compile_file): Use targetm.asm_out.file_end.
4719 * system.h: Poison ASM_FILE_END.
4720 * varasm.c (file_end_indicate_exec_stack): New.
4721 * output.h: Prototype it.
4722 * doc/tm.texi: Document TARGET_ASM_FILE_END and
4723 file_end_indicate_exec_stack. Delete references to attasm.h.
4724
4725 * config/darwin.h (TARGET_ASM_FILE_END): Reset to darwin_file_end.
4726 (ASM_FILE_END): Delete; move code...
4727 * config/darwin.c (darwin_file_end): Here; new function.
4728 * config/darwin-protos.h: Prototype it.
4729 * config/alpha/alpha.c (unicosmk_asm_file_end): Make static,
4730 rename unicosmk_file_end.
4731 * config/arm/aof.h (ASM_FILE_END): Delete; move code...
4732 * config/arm/arm.c (aof_file_end): ... here; new static function.
4733 Set TARGET_ASM_FILE_END to aof_file_end if AOF_ASSEMBLER.
4734 Make aof_dump_imports and aof_dump_pic_table static.
4735 * config/avr/avr.c (asm_file_end): Rename avr_file_end, make static.
4736 Set TARGET_ASM_FILE_END to avr_file_end.
4737 * config/c4x/c4x.c (c4x_file_end): Make static. Take no arguments.
4738 Set TARGET_ASM_FILE_END to c4x_file_end.
4739 * config/h8300/h8300.c (asm_file_end): Rename h8300_file_end,
4740 make static. Take no arguments. Set TARGET_ASM_FILE_END to
4741 h8300_file_end.
4742 * config/i370/i370.h (ASM_FILE_END): Delete; move code...
4743 * config/i370/i370.c (i370_file_end): ... here; new static function.
4744 Set TARGET_ASM_FILE_END to i370_file_end.
4745 * config/i386/i386.c (ix86_asm_file_end): Rename ix86_file_end.
4746 Take no arguments. Call file_end_indicate_exec_stack if
4747 NEED_INDICATE_EXEC_STACK; don't use SUBTARGET_FILE_END.
4748 * config/i386/i386.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
4749 Define NEED_INDICATE_EXEC_STACK to 0.
4750 * config/i386/linux.h, config/i386/linux64.h: Redefine
4751 NEED_INDICATE_EXEC_STACK to 1 instead of setting SUBTARGET_FILE_END.
4752 * config/i386/winnt.c (i386_pe_asm_file_end): Rename to
4753 i386_pe_file_end. Take no arguments. Use ix86_file_end.
4754 * config/ia64/ia64.c (ia64_hpux_asm_file_end): Rename to
4755 ia64_hpux_file_end, make static. Take no arguments.
4756 * config/ip2k/ip2k.c (asm_file_start, asm_file_end,
4757 commands_in_prologues, commands_in_epilogues): Delete.
4758 (function_epilogue): Update to match.
4759 * config/mips/mips.c (mips_asm_file_end): Rename mips_file_end,
4760 make static. Take no arguments.
4761 (iris6_asm_file_end): Rename iris6_file_end, make static, use
4762 mips_file_end, take no arguments.
4763 Set TARGET_ASM_FILE_END to iris6_file_end or mips_file_end as
4764 appropriate.
4765 * config/mmix/mmix.c (mmix_asm_file_end): Rename mmix_file_end,
4766 make static, take no arguments. Set TARGET_ASM_FILE_END to
4767 mmix_file_end.
4768 * config/pa/pa.c (output_deferred_plabels): Make static, take
4769 no arguments. Set TARGET_ASM_FILE_END to output_deferred_plabels.
4770 * config/rs6000/xcoff.h (TARGET_ASM_FILE_END): Set it.
4771 (ASM_FILE_END): Delete; move code...
4772 * config/rs6000/rs6000.c (rs6000_xcoff_file_end): ... here;
4773 new static function.
4774
4775 * config/avr/avr.h, config/cris/cris.h, config/h8300/h8300.h
4776 * config/mmix/mmix.h, config/mips/iris6.h, config/mips/mips.h:
4777 Don't set ASM_FILE_END.
4778 * config/alpha/linux-elf.h, config/m68k/linux.h, config/rs6000/linux.h
4779 * config/rs6000/linux64.h, config/s390/linux.h, config/sparc/linux.h
4780 * config/sparc/linux64.h: Set TARGET_ASM_FILE_END to
4781 file_end_indicate_exec_stack; don't set ASM_FILE_END.
4782 * config/alpha/unicosmk.h, config/i386/cygming.h
4783 * config/ia64/hpux.h: Set TARGET_ASM_FILE_END, not ASM_FILE_END.
4784 * config/arm/arm-protos.h, config/alpha/alpha-protos.h
4785 * config/avr/avr-protos.h, config/c4x/c4x-protos.h
4786 * config/h8300/h8300-protos.h, config/ia64/ia64-protos.h
4787 * config/ip2k/ip2k-protos.h, config/mips/mips-protos.h
4788 * config/mmix/mmix-protos.h, config/pa/pa-protos.h: Update.
4789
4790 Sat Jun 7 18:32:13 CEST 2003 Jan Hubicka <jh@suse.cz>
4791
4792 * i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is
4793 specified.
4794
4795 Sat Jun 7 15:20:01 CEST 2003 Jan Hubicka <jh@suse.cz>
4796
4797 * Makefile.in (stageprofile_build): Kill redundant target.
4798 * i386.c (mdep_reorg): Don't pad jumps for Athlon.
4799
4800 2003-06-07 Andreas Jaeger <aj@suse.de>
4801
4802 * doc/tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.
4803
4804 * config/avr/avr.h: Remove comment regarding DONT_REDUCE_ADDR.
4805 * config/dsp16xx/dsp16xx.h: Likewise.
4806 * config/i386/i386.h: Likewise.
4807 * config/ip2k/ip2k.h: Likewise.
4808
4809 2003-06-07 Neil Booth <neil@daikokuya.co.uk>
4810
4811 * Makefile.in (OJBS, c-opts.o): Update.
4812 (c-options.c, c-options.h): Rename options.h and options.c.
4813 (options.h): Rename options_.h.
4814 (opts.o): New.
4815 * c-common.h (c_common_handle_option): Replace c_common_decode_option.
4816 (c_common_init_options): Update prototype.
4817 * c-lang.c (c_init_options): Update prototype.
4818 (LANG_HOOKS_HANDLE_OPTION): Override.
4819 (LANG_HOOKS_DECODE_OPTION): Drop.
4820 * c-opts.c: Include opts.h and options.h instead of c-options.h
4821 and c-options.c.
4822 (lang_flags): Move to file scope.
4823 (find_opt, c_common_decode_option): Remove.
4824 (CL_C, CL_OBJC, CL_CXX, CL_OBJCXX, CL_JOINED, CL_SEPARATE,
4825 CL_REJECT_NEGATIVE): Move to opts.h.
4826 (missing_arg): Update prototype.
4827 (c_common_init_options): Update for new prototype.
4828 (c_common_handle_options): Filenames are passed as N_OPTS.
4829 * hooks.c (hook_int_void_0): New.
4830 * hooks.h (hook_int_void_0): New.
4831 * langhooks-def.h (LANG_HOOKS_INIT_OPTIONS): New default.
4832 (LANG_HOOKS_HANDLE_OPTION): Default to NULL for now.
4833 (LANG_HOOKS_INITIALIZER): Update.
4834 * langhooks.h (init_options): Update.
4835 (handle_option): New.
4836 * opts.c, opts.h: New files.
4837 * opts.sh: Update c file to include opts.h and options.h.
4838 * toplev.c: Include opts.h; change options.h to options_.h.
4839 (parse_options_and_default_flags): Get lang_mask, use
4840 handle_option for language-specific handling.
4841 * objc/objc-lang.c (LANG_HOOKS_DECODE_OPTON): Drop.
4842 (LANG_HOOKS_HANDLE_OPTION): Override.
4843 (objc_init_options): Update.
4844
4845 2003-06-07 Magnus Kreth <magnus.kreth@gmx.de>
4846 Thibaud Gaillard <thibaud.gaillard@nto.atmel.com>
4847
4848 PR other/7031
4849 * Makefile.in (install-common): Remove GCOV_INSTALL_NAME instead of
4850 gcov.
4851
4852 2003-06-07 Kelley Cook <kelleycook@wideopenwest.com>
4853
4854 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Remove quotes in
4855 section names.
4856 * configure: Regenerate.
4857
4858 2003-06-07 Alan Modra <amodra@bigpond.net.au>
4859
4860 * config/rs6000/linux64.h (CRT_CALL_STATIC_FUNCTION): Define.
4861
4862 2003-06-06 James E Wilson <wilson@tuliptree.org>
4863
4864 PR inline-asm/10890
4865 * reload1.c (merge_assigned_reloads): Abort only if two reloads have
4866 different in fields.
4867
4868 2003-06-06 Nathanael Nerode <neroden@gcc.gnu.org>
4869
4870 * configure.in: Make $(target_subdir) correspond with top level usage.
4871 * Makefile.in: Likewise.
4872 * configure: Regenerate.
4873
4874 2003-06-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4875
4876 * pa.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_COMMON,
4877 ASM_OUTPUT_ALIGNED_LOCAL): Cast `SIZE' and `ALIGNED' parameters to
4878 unsigned HOST_WIDE_INT.
4879 * pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMOM, ASM_OUTPUT_ALIGNED_LOCAL):
4880 Likewise.
4881 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON, ASM_OUTPUT_ALIGNED_LOCAL):
4882 Likewise.
4883
4884 2003-06-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4885
4886 * doc/install.texi (Prerequisites): New section documenting
4887 tools and packages necessary prior to building and/or
4888 modifying GCC.
4889 * doc/install.texi2html: Also generate prerequisites.html.
4890
4891 2003-06-06 Richard Earnshaw <rearnsha@arm.com>
4892
4893 PR target/11052
4894 * ifcvt.c (noce_process_if_block): Fail if the destination has
4895 side-effects.
4896
4897 2003-06-06 Jason Merrill <jason@redhat.com>
4898
4899 * stmt.c (resolve_asm_operand_names): Rename from
4900 resolve_operand_names. No longer static. Avoid needless copying.
4901 Don't build array of constraints.
4902 (expand_asm_operands): Build it here.
4903 * tree.h: Declare resolve_asm_operand_names.
4904
4905 * stmt.c (expand_decl): Put artificial vars into registers even
4906 when not optimizing, and don't mark the regs as user vars.
4907
4908 2003-06-06 J"orn Rennecke <joern.rennecke@superh.com>
4909
4910 * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE for the mode
4911 of the generated register.
4912
4913 2003-06-06 Daniel Jacobowitz <drow@mvista.com>
4914
4915 * config.gcc: Add a missing sparc64 case.
4916
4917 2003-06-06 Jakub Jelinek <jakub@redhat.com>
4918
4919 * mklibgcc.in: Propagate .note.GNU-stack section if needed into
4920 the .hidden assembly stubs.
4921
4922 2003-06-06 H.J. Lu <hongjiu.lu@intel.com>
4923
4924 * config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-*
4925 and x86_64-*-*.
4926
4927 * config/i386/mmintrin.h: Update version and add alternate
4928 intrinsic names.
4929 * config/i386/xmmintrin.h: Likewise.
4930
4931 * config/i386/xmmintrin.h: Include <emmintrin.h>. Move SSE2
4932 intrinsics to ...
4933 * config/i386/emmintrin.h: Here. New file.
4934
4935 2003-06-06 Roger Sayle <roger@eyesopen.com>
4936
4937 * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
4938 fabs(-x) into fabs(x). Use tree_expr_nonnegative_p to determine
4939 when the ABS_EXPR (fabs or abs) is not required.
4940 (tree_expr_nonnegative_p): Move the logic that sqrt and exp are
4941 always nonnegative from fold to here. Additionally, cabs and fabs
4942 are always non-negative, and pow and atan are non-negative if
4943 their first argument is non-negative.
4944
4945 * builtins.c (fold_builtin_cabs): New function to fold cabs{,f,l}.
4946 Evaluate cabs of a constant at compile-time. Convert cabs of a
4947 non-complex argument into fabs. Convert cabs(z) into
4948 sqrt(z.r*z.r + z.i*z.i) at the tree-level with -ffast-math or
4949 -funsafe-math-optimizations or -ffast-math.
4950 (fold_builtin): Convert BUILT_IN_FABS{,F,L} into an ABS_EXPR.
4951 Fold BUILT_IN_CABS{,F,L} using fold_builtin_cabs.
4952
4953 Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz>
4954
4955 * sourcebuild.texi (Front End Directory): Document new hooks.
4956
4957 Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz>
4958
4959 * function.c (FLOOR_ROUND, CEIL_ROUND): Fix.
4960 * i386.md (gen_pro_epilogue_adjust_stack): Deal with gigantic
4961 stack frames.
4962 (pro_epilogue_adjust_stack_rex64_2): New pattern
4963
4964 Fri Jun 6 11:03:14 CEST 2003 Jan Hubicka <jh@suse.cz>
4965 Pop Sebastian
4966 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4967
4968 * cfghooks.h, cfghooks.c: New files.
4969 * Makefile.in (BASIC_BLOCK_H): Depends on cfghooks.h.
4970 (OBJS): Add cfghooks.o.
4971 (cfghooks.o): New rule.
4972 * basic-block.h (split_edge): Rename to rtl_split_edge.
4973 (verify_flow_info): Rename to rtl_verify_flow_info.
4974 (cfghooks.h): Included here.
4975 * cfgrtl.c (split_edge): Renamed rtl_split_edge.
4976 (verify_flow_info): Renamed rtl_verify_flow_info.
4977 * toplev.c (rest_of_compilation): Call rtl_register_cfg_hooks.
4978
4979 * basic-block.h (split_block, split_edge, flow_delete_block,
4980 redirect_edge_and_branch, redirect_edge_and_branch_force): Delete.
4981 (flow_delete_block_noexpunge): Return void.
4982 * cfg.c (verify_flow_info): New function.
4983 * cfgcleanup.c (try_simplify_condjump, outgoing_edges_match,
4984 try_crossjump_to_edge, try_optimize_cfg, delete_unreachable_blocks):
4985 Use delete_block.
4986 * cfglayout.c (function_footer): Rename to...
4987 (cfg_layout_function_footer): ... this variable
4988 (unlink_insn_chain): Make global.
4989 (fixup_reorder_chain, record_effective_endpoints): Update.
4990 (cleanup_unconditional_jumps): Use delete_block.
4991 (cfg_layout_redirect_edge, cfg_layout_split_block): Move to cfgrtl.c
4992 (cfg_layout_duplicate_bb): Use redirect_edge_and_branch_force.
4993 (cfg_layout_initialize, cfg_layout_finalize): Update hooks.
4994 * cfglayout.h (cfg_layout_redirect_edge, cfg_layout_split_block): Delete.
4995 (cfg_layout_function_footer): Declare.
4996 * cfgloopmanip (split_loop_bb): Do not update RBI.
4997 (remove_bbs): Use delete_block.
4998 (loop_reidrect_edge, loop_delete_branch_edge): Use
4999 redirect_edge_and_branch.
5000 (create_preheader): Use split_block and redirect_edge_and_branch_force.
5001 (split_edge_with): Likewise.
5002 * cfgrtl.c: Include cfglayout.h
5003 (split_edge): Rename to ...
5004 (rtl_split_edge) ... this one; make local.
5005 (redirect_edge_and_branch): Rename to ...
5006 (rtl_redirect_edge_and_branch) ... this one; make local.
5007 (redirect_edge_and_branch_force): Rename to ...
5008 (rtl_redirect_edge_and_branch_force) ... this one; make local.
5009 (cfg_layout_delete_block, cfg_layout_delete_edge_and_branch_force): New.
5010 (cfg_layout_redirect_edge_and_branch, cfg_layout_split_block): Move here from
5011 cfglayout.c; update to directly call RTL counterparts.
5012 (rtl_cfg_hooks, cfg_layout_rtl_cfg_hooks): New functions.
5013 * ifcvt.c (find_cond_trap): Use delete_block.
5014 (find_if_case_1): Use delete_block.
5015 (find_if_case_2): Use delete_block.
5016 * rtl.h (unlink_insn_chain): Declare.
5017 * toplev.c (rtl_reigster_cfg_hooks): New.
5018
5019 2003-06-05 Richard Henderson <rth@redhat.com>
5020
5021 * recog.c (peephole2_optimize): Revert last change.
5022
5023 2003-06-05 Richard Henderson <rth@redhat.com>
5024
5025 * recog.c (peephole2_optimize): Don't split block unless
5026 can_throw_internal.
5027
5028 2003-06-06 Kazu Hirata <kazu@cs.umass.edu>
5029
5030 * config/h8300/h8300.c (get_shift_alg): Correct the syntax of rotxl.
5031 * config/h8300/h8300.md (*addsi3_lshiftrt_16_zexthi): Likewise.
5032
5033 2003-06-05 Kelley Cook <kelleycook@wideopenwest.com>
5034
5035 PR optimization/4490
5036 * config/i386/i386.md: Don't use XFMode if TARGET_128BIT_LONG_DOUBLE.
5037 * doc/invoke.texi (m96bit-long-double, m128bit-long-double): Reword
5038 documentation to accurately reflect what these options do.
5039
5040 2003-06-06 Kaz Kojima <kkojima@gcc.gnu.org>
5041
5042 * config/sh/linux.h (STARTFILE_SPEC): Handle -pie. Simplify.
5043 (ENDFILE_SPEC): Redefine to handle -pie.
5044
5045 2003-06-05 Phil Edwards <phil@jaj.com>
5046
5047 * Makefile.in (qmtest-g++): Use target_alias, not target.
5048
5049 2003-06-05 Per Bothner <pbothner@apple.com>
5050
5051 * toplev.c (push_srcloc): Simplify behavior to save current location
5052 and set current location to parameters.
5053 (pop_srcloc): Simplify semantics.
5054 (lang_dependent_init): Remove now-useless initial push_srcloc.
5055
5056 2003-05-06 Richard Henderson <rth@redhat.com>
5057
5058 * dwarf2out.c (loc_descriptor_from_tree): Return 0 for
5059 language-specific tree codes.
5060
5061 2003-06-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5062
5063 PR middle-end/9986
5064 * pa.c (pa_init_builtins): Also set implicit_built_in_decls for
5065 BUILT_IN_FPUTC_UNLOCKED to NULL_TREE.
5066
5067 Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz>
5068
5069 * install.tex: Document profiledbootstrap.
5070
5071 * configure.in: Add support for lang.stageprofile and
5072 lang.stagefeedback
5073 * Makefile.in (clean, distclean): Kill new stages
5074 (POSTSTAGE1_FLAGS_TO_PASS): Break from ...
5075 (STAGE2_FLAGS_TO_PASS): ... this one.
5076 (STAGEPROFILE_FLAGS_TO_PASS, STAGEFEEDBACK_FLAGS_TO_PASS): New.
5077 (stage[2-4]_build): Add POSTSTAGE1_FLAGS_TO_PASS.
5078 (stageprofile_build, stageprofile_copy, stagefeedback_build,
5079 stagefeedback_copy): New.
5080 (restageprofile, restagefeedback, stageprofile-start,
5081 stageprofile, stagefeedback-start): Likewise.
5082
5083 2003-06-05 David Miller <davem@redhat.com>
5084 Richard Henderson <rth@redhat.com>
5085
5086 * optabs.c (HAVE_conditional_trap): Provide default.
5087 (gen_conditional_trap): Likewise.
5088 (init_optabs): Merge init_traps.
5089 (gen_cond_trap): Use prepare_operand. Restructure and avoid ifdef.
5090
5091 Thu Jun 5 14:59:44 CEST 2003 Jan Hubicka <jh@suse.cz>
5092
5093 * combine.c (simplify_if_then_else): (IF_THEN_ELSE (NE REG 0) (0) (8))
5094 is REG for nonzero_bits (REG) == 8.
5095
5096 Thu Jun 5 13:23:51 CEST 2003 Jan Hubicka <jh@suse.cz>
5097
5098 * i386.md (align): Fix warning; clarify what to do when no p2align
5099 is available.
5100
5101 2003-06-05 Nick Clifton <nickc@redhat.com>
5102
5103 * config.gcc (m32r-elf): Revert previous delta.
5104 * config/m32r/t-m32r (crtinit.o): Fix rule to work with
5105 multilibs. Remove m32rx specific version.
5106 (crtfini.o): Likewise.
5107 (EXTRA_MULTILIB_PARTS): Define.
5108
5109 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
5110
5111 * doc/md.texi (Machine Constraints): Correct the meaning of
5112 constraints related to floating-point registers on SPARC.
5113
5114 2003-06-05 Eric Botcazou <ebotcazou@libertysurf.fr>
5115 Paolo Bonzini <bonzini@gnu.org>
5116
5117 PR target/10663
5118 * configure.in (HAVE_LD_RO_RW_SECTION_MIXING): Redirect
5119 assembler and linker output to /dev/null.
5120 Use a 'sed' construct instead of 'grep -A1'.
5121 * configure: Regenerate.
5122
5123 2003-06-04 Richard Henderson <rth@redhat.com>
5124
5125 * config/i386/i386.c (struct ix86_address): Add seg.
5126 (no_seg_address_operand): New.
5127 (ix86_decompose_address): Restructure PLUS loop. Accept one
5128 UNSPEC_TP if TARGET_TLS_DIRECT_SEG_REFS. Adjust ESP swap test
5129 to test for a regnum, not stack_pointer_rtx.
5130 (ix86_address_cost): Reduce cost if non-default segment.
5131 (legitimate_address_p): Remove UNSPEC_TP check.
5132 (get_thread_pointer): Add to_reg argument. Don't represent
5133 the thread pointer as a memory load.
5134 (legitimize_tls_address): Split out of ...
5135 (legitimize_address): ... here.
5136 (print_operand_address): Handle parts.seg.
5137 (ix86_expand_move): Use legitimize_tls_address.
5138 (ix86_rtx_costs): Handle UNSPEC_TP.
5139 * config/i386/i386.h (MASK_TLS_DIRECT_SEG_REFS): New.
5140 (TARGET_TLS_DIRECT_SEG_REFS): New.
5141 (TARGET_SWITCHES): Add tls-direct-seg-refs.
5142 (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): Default.
5143 (PREDICATE_CODES): Add no_seg_address_operand.
5144 * config/i386/i386.md (lea_1): Use it.
5145 (lea_1_rex64, lea_1_zext, lea_2_rex64): Likewise.
5146 (load_tp_si, add_tp_si, load_tp_di, add_tp_di): New.
5147 * config/i386/linux.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5148 * config/i386/linux64.h (TARGET_TLS_DIRECT_SEG_REFS_DEFAULT): New.
5149 * doc/invoke.texi: Add -mtls-direct-seg-refs.
5150
5151 2003-06-04 Mark Mitchell <mark@codesourcery.com>
5152
5153 * Makefile.in (QMTESTRUNFLAGS): Set for DejaGNU emulation.
5154 (QMTEST_GPP_TESTS): Use "g++" by default.
5155 (stamp-qmtest): Tweak database creation.
5156 (QMTEST_DIR/context): Update context file format.
5157 (qmtest-g++): Tweak command-line.
5158
5159 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5160
5161 * Makefile.in (varasm.o): Don't set -Wno-error.
5162 * rs6000/t-rs6000 (varasm.o, out_object_file): Don't clear.
5163
5164 2003-06-04 Zack Weinberg <zack@codesourcery.com>
5165
5166 PR bootstrap/3163
5167 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE, AC_FUNC_MMAP_FILE): Delete.
5168 (gcc_AC_FUNC_MMAP_BLACKLIST): New.
5169 * configure.in: Check for sys/mman.h and mmap in AC_CHECK_HEADERS
5170 and AC_CHECK_FUNCS lists, respectively. Use
5171 gcc_AC_FUNC_MMAP_BLACKLIST, not AC_FUNC_MMAP_ANYWHERE nor
5172 AC_FUNC_MMAP_FILE.
5173 * configure, config.in: Regenerate.
5174
5175 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5176
5177 * arm/aout.h (ASM_OUTPUT_SKIP): Fix cast for format specifier warning.
5178 * arm.c (arm_output_function_prologue): Fix format specifiers.
5179 * arm.h (ARM_PRINT_OPERAND_ADDRESS): Likewise.
5180 * m68k.c (m68k_output_mi_thunk): Use more readable %wd instead of
5181 HOST_WIDE_INT_PRINT_DEC.
5182 * vax.c (vax_output_function_prologue): Fix format specifiers.
5183
5184 2003-06-04 Richard Henderson <rth@redhat.com>
5185
5186 * cse.c (find_best_addr): Consider binary operators even if second
5187 argument is not CONST_INT.
5188
5189 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5190
5191 * doc/invoke.texi (max-cse-path-length): Document.
5192
5193 2003-06-04 Richard Henderson <rth@redhat.com>
5194
5195 * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.
5196
5197 2003-06-04 Andrew Pinski <pinskia@physics.uc.edu>
5198
5199 * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME):
5200 Remove semi-colon at the end of the expression.
5201
5202 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5203
5204 * i370.c (mvs_function_name_length): Fix signed/unsigned warnings.
5205 * i370.h (mvs_function_name_length): Likewise.
5206 * i960.h (CONSTANT_ALIGNMENT): Likewise.
5207 * mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
5208 * pa/pa-pro-end.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5209 * pa.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5210 * rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Delete unused
5211 variable.
5212
5213 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5214
5215 * config.gcc: Reorganize --with-cpu logic. Set
5216 configure_default_options according to the default CPU, --with-cpu,
5217 --with-arch, --with-tune, --with-schedule, --with-abi, and
5218 --with-float. Check for legal values of various options.
5219 * configure.in: Define configure_default_options in configargs.h.
5220 * configure: Regenerated.
5221 * config/mips/mips.h (TARGET_DEFAULT_ARCH_P)
5222 (TARGET_DEFAULT_FLOAT_P): New macros.
5223 * gcc.c (do_option_spec): New function.
5224 (struct default_spec, option_default_specs): New.
5225 (main): Call do_option_spec.
5226 * config/alpha/alpha.h, config/arm/arm.h, config/i386/i386.h,
5227 config/mips/mips.h, config/pa/pa.h, config/rs6000/rs6000.h,
5228 config/sparc/sparc.h (OPTION_DEFAULT_SPECS): Define.
5229
5230 * doc/install.texi: Update --with-cpu documentation. Mention
5231 --with-arch, --with-schedule, --with-tune, --with-abi, and
5232 --with-float.
5233 * doc/tm.texi (Driver): Document OPTION_DEFAULT_SPECS.
5234
5235 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5236
5237 * config.gcc: Only process --with-cpu logic in the third pass.
5238
5239 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5240
5241 * config.gcc: Reorganize --with-cpu section. Remove an
5242 obsolete comment about the default CPU for x86-64. Fix
5243 a typo for the ep9312. Update the list of supported PowerPC
5244 CPUs. Support a limited set of new --with-cpu options
5245 for i386.
5246
5247 2003-06-04 Aldy Hernandez <aldyh@redhat.com>
5248
5249 * config/rs6000/rs6000.c (rs6000_complex_function_value): Unpack
5250 complex numbers <= 32 bits into two registers.
5251
5252 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5253
5254 * alpha.c (print_operand_address): Fix format specifier warnings.
5255 * alpha/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5256 * alpha/vms.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5257 * arm/aof.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
5258 * arm/pe.h (ASM_OUTPUT_COMMON): Likewise.
5259 * avr.h (ASM_OUTPUT_COMMON, ASM_GENERATE_INTERNAL_LABEL,
5260 ASM_OUTPUT_SKIP): Likewise.
5261 * c4x.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5262 * dsp16xx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5263 * h8300.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_COMMON):
5264 Likewise.
5265 * i370.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5266 * i386/cygming.h (ASM_OUTPUT_COMMON): Likewise.
5267 * i386/darwin.h (ASM_OUTPUT_COMMON): Likewise.
5268 * i960.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5269 * m68k/hp320.h (PRINT_OPERAND_ADDRESS): Likewise.
5270 * mcore.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5271 * pdp11.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5272 * ptx4.h (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
5273 * sparc/freebsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
5274 * svr3.h (ASM_OUTPUT_COMMON): Likewise.
5275
5276 2003-06-04 J"orn Rennecke <joern.rennecke@superh.com>
5277
5278 * c-decl.c (c_init_decl_processing): Clear input_file_name
5279 while building common nodes.
5280 * dwarf2out.c (gen_compile_unit_die, dwarf2out_finish):
5281 Don't add working directory for strings like <built-in> .
5282
5283 2003-06-04 David Edelsohn <edelsohn@gnu.org>
5284
5285 * doc/install.texi (*-ibm-aix*): Native as and ld required
5286 to bootstrap on AIX 5L.
5287
5288 2003-06-04 Richard Henderson <rth@redhat.com>
5289
5290 * c-common.c (handle_cleanup_attribute): New.
5291 (c_common_attributes): Add it.
5292 * c-decl.c (finish_decl): Honor the cleanup attribute.
5293 * doc/extend.texi (Variable Attributes): Document it.
5294
5295 * unwind-c.c: New file.
5296 * Makefile.in (LIB2ADDEH): Add it.
5297 * config/t-darwin, config/t-linux, config/t-linux-gnulibc1,
5298 config/ia64/t-ia64: Likewise.
5299
5300 2003-06-04 Jakub Jelinek <jakub@redhat.com>
5301
5302 * function.c (trampolines_created): New variable.
5303 (expand_function_end): Set it when doing INITIALIZE_TRAMPOLINE.
5304 * function.h (trampolines_created): Add.
5305 * config/s390/linux.h (ASM_FILE_END): Define.
5306 * config/alpha/linux-elf.h (ASM_FILE_END): Define.
5307 * config/m68k/linux.h (ASM_FILE_END): Define.
5308 * config/rs6000/linux.h (ASM_FILE_END): Define.
5309 * config/rs6000/linux64.h (ASM_FILE_END): Define.
5310 * config/rs6000/ppc-asm.h: Add .note.GNU-stack on powerpc-linux.
5311 * config/sparc/linux.h (ASM_FILE_END): Define.
5312 * config/sparc/linux64.h (ASM_FILE_END): Define.
5313 * config/i386/i386.c (ix86_asm_file_end): Use SUBTARGET_FILE_END.
5314 * config/i386/linux.h (SUBTARGET_FILE_END): Define.
5315 * config/i386/linux64.h (SUBTARGET_FILE_END): Define.
5316
5317 Wed Jun 4 18:39:33 CEST 2003 Jan Hubicka <jh@suse.cz>
5318
5319 * i386.c (min_insn_size, k8_avoid_jump_misspredicts): New functions
5320 (ix86_reorg): Use it.
5321 * i386.md (align): New insn pattern.
5322
5323 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5324
5325 * toplev.c (rest_of_type_compilation): Fix typo.
5326
5327 2003-06-04 Jakub Jelinek <jakub@redhat.com>
5328 Alan Modra <amodra@bigpond.net.au>
5329
5330 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.
5331 * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Likewise.
5332 * config/i386/netbsd-elf.h (NO_PROFILE_COUNTERS): Likewise.
5333 * config/xtensa/xtensa.h (NO_PROFILE_COUTNERS): Likewise.
5334 * config/darwin.h (NO_PROFILE_COUNTERS): Likewise.
5335 * final.c (NO_PROFILE_COUNTERS): Define to 0 if not defined.
5336 (profile_function): Allow NO_PROFILE_COUNTERS to be non-constant.
5337 * config/rs6000/rs6000.c (output_profile_hook): Likewise.
5338
5339 * configure.in (powerpc*-*, s390*-*): Set tls_as_opt.
5340 Pass it to $gcc_cv_as.
5341 * configure: Rebuilt.
5342
5343 * config/rs6000/rs6000.c (rs6000_abi_name): Remove initializer.
5344 (print_operand): Allow TARGET_AIX to be non-constant.
5345 (rs6000_aix_emit_builtin_unwind_init, rs6000_emit_eh_toc_restore):
5346 Define unconditionally.
5347 (rs6000_elf_declare_function_name): New function.
5348 * config/rs6000/rs6000.md (eh_return): Allow TARGET_AIX to be
5349 non-constant.
5350 * config/rs6000/linux64.h [!RS6000_BI_ARCH] (TARGET_64BIT): Define
5351 to 1.
5352 (DEFAULT_ARCH64_P, RS6000_BI_ARCH_P): Define.
5353 [IN_LIBGCC2] (TARGET_64BIT): Define based on whether __powerpc64__
5354 is defined.
5355 (TARGET_AIX): Define to 1 if TARGET_64BIT.
5356 (PROCESSOR_DEFAULT): Remove.
5357 (TARGET_RELOCATABLE, RS6000_ABI_NAME, INVALID_64BIT,
5358 INVALID_32BIT, SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5359 [RS6000_BI_ARCH] (OVERRIDE_OPTIONS, ASM_FILE_START): Define.
5360 (ASM_DEFAULT_SPEC, ASM_SPEC, LINK_OS_LINUX_SPEC): Define for both
5361 -m32 and -m64.
5362 (MULTILIB_DEFAULTS): Define.
5363 (SUBSUBTARGET_EXTRA_SPECS): Define.
5364 (ASM_SPEC32, ASM_SPEC64, ASM_SPEC_COMMON): Define.
5365 (TARGET_TOC): Define only if !RS6000_BI_ARCH.
5366 (TARGET_NO_TOC): Remove.
5367 [!RS6000_BI_ARCH] (TARGET_RELOCATABLE, TARGET_EABI,
5368 TARGET_PROTOTYPE): Define to 0.
5369 (NO_PROFILE_COUNTERS): Define to TARGET_64BIT.
5370 (PROFILE_HOOK): Only call output_profile_hook if TARGET_64BIT.
5371 (ADJUST_FIELD_ALIGN, ROUND_TYPE_ALIGN): Adjust to work properly
5372 if !TARGET_64BIT.
5373 (USER_LABEL_PREFIX): Remove.
5374 (JUMP_TABLES_IN_TEXT_SECTION): Define to TARGET_64BIT.
5375 (SETUP_FRAME_ADDRESSES): Only call rs6000_aix_emit_builtin_unwind_init
5376 if TARGET_64BIT.
5377 (TARGET_OS_CPP_BUILTINS): Handle both -m32 and -m64.
5378 (LINK_OS_LINUX_SPEC32, LINK_OS_LINUX_SPEC64): Define.
5379 (STARTFILE_LINUX_SPEC, ENDFILE_LINUX_SPEC): Remove.
5380 (TOC_SECTION_ASM_OP): Define depending on TARGET_64BIT.
5381 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
5382 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Define depending on
5383 TARGET_64BIT.
5384 (RS6000_CALL_GLUE): Likewise.
5385 (SAVE_FP_PREFIX, SAVE_FP_SUFFIX, RESTORE_FP_PREFIX,
5386 RESTORE_FP_SUFFIX): Likewise.
5387 (ASM_DECLARE_FUNCTION_NAME): Remove.
5388 (ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_SOURCE_LINE,
5389 DBX_OUTPUT_BRAC, DBX_OUTPUT_NFUN): Only output dot before function
5390 name if TARGET_64BIT.
5391 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Handle both TARGET_64BIT and
5392 !TARGET_64BIT.
5393 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Remove undefs.
5394 (ASM_PREFERRED_EH_DATA_FORMAT): Take TARGET_64BIT into account.
5395 (DRAFT_V4_STRUCT_RET): Define.
5396 (SIGNAL_FRAMESIZE): New enum value.
5397 (MD_FALLBACK_FRAME_STATE_FOR): Define.
5398 * config/rs6000/default64.h: New file.
5399 * config/rs6000/sysv4.h (SUBTARGET_SWITCHES): Add -m32 and -m64
5400 options.
5401 (SUBTARGET_OVERRIDE_OPTIONS): If rs6000_abi_name is NULL, set it
5402 to RS6000_ABI_NAME. Only disallow mixing of -fPIC with -mcall-aixdesc
5403 if !TARGET_64BIT.
5404 [!RS6000_BI_ARCH] (SUBSUBTARGET_OVERRIDE_OPTIONS): Define.
5405 (ASM_DECLARE_FUNCTION_NAME): Use rs6000_elf_declare_function_name
5406 function.
5407 (TARGET_OS_SYSV_CPP_BUILTINS): Define.
5408 (TARGET_OS_CPP_BUILTINS): Use it.
5409 (CPP_SYSV_SPEC): Remove.
5410 (CPP_SPEC): Remove cpp_sysv.
5411 (SUBTARGET_EXTRA_SPECS): Remove cpp_sysv.
5412 Add SUBSUBTARGET_EXTRA_SPECS.
5413 (SUBSUBTARGET_EXTRA_SPECS): Define.
5414 * config/rs6000/biarch64.h: New file.
5415 * config/rs6000/rs6000-protos.h (rs6000_elf_declare_function_name):
5416 New prototype.
5417 * config/rs6000/x-linux64: New file.
5418 * config/rs6000/t-linux64: Build -m64, -m32 and -m32 -msoft-float
5419 multilibs.
5420 * config/rs6000/eabi-ci.asm: Protect with #ifndef __powerpc64__.
5421 * config/rs6000/eabi-cn.asm: Likewise.
5422 * config/rs6000/tramp.asm: Likewise.
5423 * config/rs6000/sol-ci.asm: Likewise.
5424 * config/rs6000/sol-cn.asm: Likewise.
5425 * config/rs6000/linux.h (TARGET_64BIT): Define to 0.
5426 (TARGET_OS_CPP_BUILTINS): Use TARGET_OS_SYSV_CPP_BUILTINS.
5427 * config/rs6000/ppc-asm.h: Move __powerpc64__ section before
5428 _CALL_AIXDESC section.
5429 * config.gcc (powerpc64-*-linux*): Configure a bi-arch compiler,
5430 defaulting to -m64 unless --with-cpu= is one of the 32-bit CPUs
5431 or default32.
5432
5433 2003-06-04 Daniel Jacobowitz <drow@mvista.com>
5434
5435 * config.gcc: Revert accidentally committed ARM changes.
5436
5437 2003-06-04 Roger Sayle <roger@eyesopen.com>
5438
5439 * builtins.c (dconstpi, dconste): New mathematical constants.
5440 (init_builtin_dconsts): New function to initialize dconstpi
5441 and dconste.
5442 (fold_builtin): Optimize exp(1.0) = e. Evaluate exp(x) at
5443 compile time with -ffast-math when x is an integer constant.
5444 Optimize tan(0.0) = 0.0. Optimize atan(0.0) = 0.0,
5445 atan(1.0) = pi/4 and tan(atan(x)) = x with -ffast-math.
5446
5447 2003-06-04 Roger Sayle <roger@eyesopen.com>
5448
5449 * calls.c (expand_call): Avoid calling pure or const functions
5450 when the result is ignored (or void) and none of the arguments
5451 are volatile. Move warning diagnostic earlier in function.
5452
5453 2003-06-04 Andreas Jaeger <aj@suse.de>
5454
5455 * system.h: Do not poison TDESC_SECTION_ASM_OP,
5456 RDATA_SECTION_ASM_OP and SUBTARGET_PROLOGUE.
5457
5458 2003-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5459
5460 * final.c (asm_fprintf): Update comments, accept "-+ #0" flags,
5461 optimize '%' case, handle %c, don't accept %p, %e, %f or %g,
5462 handle %ll, optimize regular character case.
5463
5464 2003-06-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5465
5466 * Makefile.in (cse.o): Add params.h dependency.
5467 * cse.c: Include params.h.
5468 (PATHLENGTH): Removed.
5469 (struct cse_basic_block_data): Make path array dynamic.
5470 (cse_end_of_basic_block): Use PARAM_MAX_CSE_PATH_LENGTH instead
5471 of PATHLENGTH.
5472 (cse_main, cse_basic_block): Allocate path array.
5473 * params.def (PARAM_MAX_CSE_PATH_LENGTH): New.
5474
5475 Wed Jun 4 09:49:21 CEST 2003 Jan Hubicka <jh@suse.cz>
5476
5477 * i386.c (ix86_reorg): Replace the jump instead of adding nop.
5478 * i386.md (UNSPEC_REP): New constant.
5479 (return_internal_long): New pattern.
5480
5481 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5482
5483 PR optimization/11018
5484 * config/sparc/sparc.c (sparc_v8plus_shift): Use which_alternative
5485 consistently to decide whether the scratch register is really
5486 required.
5487
5488 2003-06-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5489
5490 PR optimization/10876
5491 * config/sparc/sparc.h (CONST_OK_FOR_LETTER): Add
5492 new 'O' constraint for constant 4096.
5493 (CONST_DOUBLE_OK_FOR_LETTER_P): Likewise.
5494 * config/sparc/sparc.md (adddi3 expander): Canonicalize pattern.
5495 Do not transform into MINUS insn for constant 4096.
5496 (*adddi3_sp64 insn): Canonicalize pattern. Add new alternative
5497 for constant 4096 as third operand.
5498 (addsi3 expander): Remove.
5499 (*addsi3 insn): Rename into 'addsi3'. Canonicalize pattern. Add
5500 new alternative for constant 4096 as third operand.
5501 (subdi3 expander): Do not transform into PLUS insn for constant 4096.
5502 (*subdi3_sp64 insn): Add new alternative for constant 4096 as third
5503 operand.
5504 (subsi3 expander): Remove.
5505 (*subsi3 insn): Rename into 'subsi3'. Add new alternative for
5506 constant 4096 as third operand.
5507 * doc/md.texi (Machine Constraints): Document new 'O' constraint for
5508 the SPARC port.
5509
5510 2003-06-03 Chris Demetriou <cgd@broadcom.com>
5511
5512 * config/mips/t-linux64 (CRTSTUFF_T_CFLAGS_S): Define.
5513
5514 2003-06-04 Andreas Jaeger <aj@suse.de>
5515
5516 * config/i386/uwin.h: Remove SUBTARGET_PROLOGUE.
5517
5518 * config/i386/i386.c (ix86_expand_prologue): Do not use
5519 SUBTARGET_PROLOGUE.
5520
5521 * system.h: Poision SUBTARGET_PROLOGUE.
5522
5523 * config/arm/arm-protos.h: Remove unused rdate_section prototype.
5524
5525 * output.h: Remove TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP
5526 dependend code.
5527
5528 * system.h: Poison TDESC_SECTION_ASM_OP and RDATA_SECTION_ASM_OP.
5529
5530 * system.h: Poison INSN_CACHE_DEPTH, INSN_CACHE_SIZE and
5531 INSN_CACHE_LINE_WIDTH.
5532
5533 * libgcc2.c (INSN_CACHE_PLANE_SIZE): Removed.
5534 (__clear_cache): Remove code dependend on INSN_CACHE_DEPTH,
5535 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
5536
5537 * doc/tm.texi (Trampolines): Remove INSN_CACHE_DEPTH,
5538 INSN_CACHE_SIZE and INSN_CACHE_LINE_WIDTH.
5539
5540 * dbxout.c (dbxout_type): Remove usage of DBX_OUTPUT_ENUM.
5541 (dbxout_symbol): Remove usage of DBX_OUTPUT_CONSTANT_SYMBOL.
5542 (dbxout_block): Remove usage of DBX_OUTPUT_CATCH.
5543 (dbxout_block): Remove usage of DBX_LBRAC_FIRST.
5544 (dbxout_source_file): Remove usage of DBX_OUTPUT_SOURCE_FILENAME.
5545 (dbxout_init): Remove test for DBX_WORKING_DIRECTORY.
5546
5547 * doc/tm.texi (DBX Options): Do not document DBX_LBRAC_FIRST,
5548 DBX_OUTPUT_SOURCE_FILENAME and DBX_OUTPUT_ENUM and
5549 DBX_WORKING_DIRECTORY.
5550
5551 * system.h: Poison DBX_LBRAC_FIRST, DBX_OUTPUT_ENUM,
5552 DBX_OUTPUT_SOURCE_FILENAME and DBX_WORKING_DIRECTORY.
5553
5554 * config/frv/frv-protos.h: Remove unused const_section
5555 declaration.
5556 * config/vax/vax-protos.h: Likewise.
5557
5558 * output.h: Remove CONST_SECTION_ASM_OP usage.
5559
5560 * system.h: Poison CONST_SECTION_ASM_OP.
5561
5562 * crtstuff.c (__do_global_dtors_aux): Remove usage of
5563 CRT_GET_RFIB_TEXT.
5564 (frame_dummy): Likewise.
5565 * unwind-dw2-fde-glibc.c (_Unwind_IteratePhdrCallback): Likewise.
5566 * system.h: Poison CRT_GET_RFIB_TEXT.
5567
5568 * collect2.c (is_ctor_dtor): Remove CFRONT_LOSSAGE dependend code.
5569
5570 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.
5571 (write_lbrac): Remove ADD_MISSING_EXTERN_C dependend code.
5572 (recognized_function): Likewise.
5573 (read_scan_file): Likewise.
5574
5575 2003-06-03 Roger Sayle <roger@eyesopen.com>
5576
5577 * optabs.c (expand_binop): Optimize complex multiplication for
5578 the case of squaring a complex argument.
5579
5580 2003-06-03 Roger Sayle <roger@eyesopen.com>
5581
5582 * optabs.c (expand_binop): Attempt to reuse pseudos for duplicate
5583 non-volatile operands of binary operations.
5584 (prepare_cmp_insn): Likewise.
5585
5586 2003-06-03 Roger Sayle <roger@eyesopen.com>
5587
5588 * varasm.c (force_const_mem): Handle alignment of constants not
5589 representable as a type in the front-end language.
5590
5591 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
5592
5593 * flow.c (initialize_uninitialized_subregs): Use
5594 emit_move_insn instead of emitting a hardcoded move.
5595
5596 2003-06-03 Richard Henderson <rth@redhat.com>
5597
5598 * optabs.c (expand_abs_nojump): Split out from ...
5599 (expand_abs): ... here.
5600 * optabs.h (expand_abs_nojump): Declare.
5601 * ifcvt.c: (noce_try_abs): Use expand_abs_nojump.
5602 * Makefile.in (ifcvt.o): Depend on optabs.h.
5603
5604 2003-06-03 Alan Modra <amodra@bigpond.net.au>
5605
5606 * dwarf2out.c (DEBUG_STR_SECTION_FLAGS): Heed flag_merge_constants.
5607
5608 2003-06-03 Jason Thorpe <thorpej@wasabisystems.com>
5609
5610 * config.gcc (default_use_cxa_atexit): New variable, defaults to no.
5611 (*-*-netbsd[2-9]* | *-*-netbsdelf[2-9]*): Set default_use_cxa_atexit
5612 to yes.
5613 * configure.in: Allow default_use_cxa_atexit to determine the
5614 value of DEFAULT_USE_CXA_ATEXIT if not explicitly enabled or
5615 disabled.
5616 * configure: Regenerate.
5617
5618 2003-06-03 Douglas B Rupp <rupp@gnat.com>
5619
5620 * Makefile.in (TEXI_GCC_FILES): Remove vms.texi entry.
5621 * doc/gcc.texi: Remove vms.texi section.
5622 * doc/vms.texi: Remove obsolete file.
5623
5624 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
5625
5626 * configure.in (inhibit_libc): Don't define when configuring
5627 with --with-newlib --with-headers.
5628 * configure: Regenerate.
5629
5630 * t-sh: Remove LIB2FUNCS_EXTRA and embed-bb.c rules.
5631
5632 2003-06-03 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5633
5634 * configure.in (gcc_cv_as_hidden): Disable .hidden completely on
5635 IRIX 6 without GNU ld.
5636 * configure: Regenerate.
5637
5638 2003-06-03 Roger Sayle <roger@eyesopen.com>
5639
5640 * expr.c (emit_move_insn_1): Use emit_move_insn to move the parts
5641 of a complex number rather than invoke mov_optab directly.
5642
5643 2003-06-03 Kazu Hirata <kazu@cs.umass.edu>
5644
5645 * combine.c (simplify_set): Don't move a subreg in SET_SRC to
5646 SET_DEST if WORD_REGISTER_OPERATIONS is not defined.
5647
5648 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5649
5650 * config/i386/x86-64.h: Remove two target-independent comments;
5651 replace "GNU CC" with "GCC".
5652
5653 2003-06-03 Anthony Green <green@redhat.com>
5654
5655 * config/frv/t-frv (EXTRA_HEADERS): Remove media.h
5656
5657 2003-06-03 Roger Sayle <roger@eyesopen.com>
5658
5659 * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
5660 New builtins representing ISO C99's cabs, cabsf and cabsl.
5661 * builtins.c (expand_builtin_fabs): New function.
5662 (expand_builtin_cabs): New function.
5663 (expand_builtin): Expand BUILT_IN_FABS{,F,L} and BUILT_IN_CABS{,F,L}
5664 using expand_builtin_fabs and expand_builtin_cabs respectively.
5665
5666 * doc/extend.texi: Document new cabs, cabsf and cabsl builtins.
5667
5668 2003-06-03 Aldy Hernandez <aldyh@redhat.com>
5669
5670 * function.c (assign_parms): Split complex arguments.
5671
5672 * doc/tm.texi (SPLIT_COMPLEX_ARGS): Document.
5673
5674 * expr.h (SPLIT_COMPLEX_ARGS): Define.
5675 (split_complex_types): Protoize.
5676 (split_complex_values): Protoize.
5677
5678 * calls.c (expand_call): Split complex arguments on architectures
5679 that require it.
5680 (split_complex_values): New.
5681 (split_complex_types): New.
5682
5683 * config/rs6000/rs6000.c (rs6000_libcall_value): New.
5684 (rs6000_function_value): Handle complex values on AIX.
5685 (rs6000_complex_function_value): New.
5686
5687 * config/rs6000/rs6000-protos.h (rs6000_libcall_value): Protoize.
5688
5689 * config/rs6000/rs6000.h (LIBCALL_VALUE): Call function.
5690 (SPLIT_COMPLEX_ARGS): New.
5691
5692 2003-06-03 Jakub Jelinek <jakub@redhat.com>
5693
5694 * configure.in (HAVE_LD_PIE): Check for ld -pie.
5695 * config.in: Rebuilt.
5696 * configure: Rebuilt.
5697 * toplev.c (flag_pie, flag_shlib): New variables.
5698 (f_options): Add -fpie and -fPIE.
5699 (parse_options_and_default_flags): Set flag_pic if -fpie/-fPIE.
5700 Set flag_shlib if flag_pic and not -fpie/-fPIE.
5701 * flags.h (flag_pic, flag_shlib): Add.
5702 * varasm.c (default_binds_local_p): Use flag_shlib instead of
5703 flag_pic.
5704 * gcc.c (LINK_PIE_SPEC): Define.
5705 (LINK_COMMAND_SPEC): Use LINK_PIE_SPEC.
5706 (option_map): Add --pie -> -pie mapping.
5707 * config/sol2.h (ASM_SPEC): Handle -fpie the same way as -fpic
5708 and -fPIE the same way as -fPIC.
5709 * config/openbsd.h (ASM_SPEC): Likewise.
5710 * config/frv/frv.h (ASM_SPEC): Likewise.
5711 * config/arm/linux-gas.h (SUBTARGET_CPP_SPEC): Likewise.
5712 * config/arm/semi.h (ASM_SPEC): Likewise.
5713 * config/arm/netbsd-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise.
5714 * config/freebsd-spec.h (FBSD_CPP_SPEC): Likewise.
5715 * config/i386/beos-elf.h (CC1_SPEC): Likewise.
5716 * config/i386/freebsd-aout.h (ASM_SPEC): Likewise.
5717 * config/m68k/linux.h (CPP_SPEC): Likewise.
5718 * config/m68k/netbsd.h (ASM_SPEC): Likewise.
5719 * config/m68k/openbsd.h (ASM_SPEC): Likewise.
5720 * config/m68k/netbsd-elf.h (ASM_SPEC): Likewise.
5721 * config/mips/linux.h (SUBTARGET_CPP_SPEC): Likewise.
5722 * config/mips/openbsd.h (SUBTARGET_ASM_SPEC): Likewise.
5723 * config/pa/pa-linux.h (CPP_SPEC): Likewise.
5724 * config/netbsd-aout.h (ASM_SPEC): Likewise.
5725 * config/rs6000/sysv4.h (ASM_SPEC, CPP_SYSV_SPEC): Likewise.
5726 * config/rs6000/vxworks.h (CPP_SPEC): Likewise.
5727 * config/sparc/linux.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
5728 * config/sparc/linux64.h (CPP_SUBTARGET_SPEC, ASM_SPEC): Likewise.
5729 * config/sparc/sparc.h (ASM_SPEC): Likewise.
5730 * config/sparc/sp64-elf.h (ASM_SPEC): Likewise.
5731 * config/sparc/sysv4.h (ASM_SPEC): Likewise.
5732 * config/sparc/netbsd-elf.h (ASM_SPEC): Likewise.
5733 * config/sparc/openbsd64.h (ASM_SPEC): Likewise.
5734 * config/cris/linux.h (CRIS_ASM_SUBTARGET_SPEC): Likewise.
5735 * config/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Handle -pie.
5736 Simplify.
5737 * config/alpha/elf.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5738 * config/i386/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5739 * config/ia64/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5740 * config/rs6000/sysv4.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5741 * config/rs6000/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5742 * config/sparc/linux.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5743 * config/sparc/linux64.h (STARTFILE_SPEC, ENDFILE_SPEC): Likewise.
5744 * doc/invoke.texi: Document -pie, -fpie and -fPIE options.
5745
5746 2003-06-03 Jakub Jelinek <jakub@redhat.com>
5747
5748 * builtins.c (expand_builtin_memcpy): Remove endp argument and endp
5749 != 0 handling. Pass 0 to store_by_pieces.
5750 (expand_builtin_mempcpy): Add endp argument. Don't call
5751 expand_builtin_memcpy, call store_by_pieces resp. move_by_pieces
5752 directly. If ignoring result, only do expand_call.
5753 (expand_builtin_stpcpy): Likewise. Call expand_builtin_mempcpy
5754 otherwise.
5755 (expand_builtin_strncpy, expand_builtin_memset): Adjust
5756 store_by_pices callers.
5757 (expand_builtin): Adjust expand_builtin_memcpy and
5758 expand_builtin_mempcpy callers.
5759 * expr.c (can_move_by_pieces): New function.
5760 (move_by_pieces): Add endp argument, return to resp. memory at end
5761 or one byte earlier depending on endp.
5762 (store_by_pieces): Likewise.
5763 (emit_block_move): Adjust call to move_by_pieces.
5764 (emit_push_insn): Adjust move_by_pieces caller.
5765 * expr.h (can_move_by_pieces): New prototype.
5766 (store_by_pieces): Adjust prototypes.
5767 * rtl.h (move_by_pieces): Adjust prototype.
5768 * config/mips/mips.c (expand_block_move): Adjust move_by_pieces
5769 caller.
5770
5771 2003-06-03 Ben Elliston <bje@wasabisystems.com>
5772
5773 * doc/md.texi (Processor pipeline description): Improve wording.
5774
5775 2003-06-03 Neil Booth <neil@daikokuya.co.uk>
5776
5777 * c-opts.c (c_common_handle_option): New, pulled out of
5778 c_common_decode_option. Substitute uses of argv.
5779 (c_common_decode_option): Broken into two.
5780
5781 2003-06-02 Roger Sayle <roger@eyesopen.com>
5782 Zack Weinberg <zack@codesourcery.com>
5783
5784 * emit-rtl.c (gen_complex_constant_part): Remove unnecessary
5785 test of TREE_CONSTANT_POOL_ADDRESS_P.
5786
5787 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5788
5789 * mips.c: Don't include output.h twice.
5790 * stormy16.c: Likewise.
5791 * xtensa.c: Likewise.
5792 * output.h: Protect against multiple inclusion.
5793
5794 2003-06-02 J"orn Rennecke <joern.rennecke@superh.com>
5795
5796 * sh.h (OLD_ARG_MODE): New macro.
5797 (FUNCTION_ARG_ADVANCE, FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
5798 (FUNCTION_ARG_1): Break out of:
5799 (FUNCTION_ARG). Use OLD_ARG_MODE.
5800
5801 2003-06-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5802
5803 * gcc/config.gcc Add support multilib parts for m32rx processor.
5804
5805 2003-06-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5806
5807 * Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
5808 (mostlyclean): Delete c-options.c and c-options.h.
5809
5810 2003-06-02 Neil Booth <neil@daikokuya.co.uk>
5811
5812 * c-opts.c (CL_REJECT_NEGATIVE): New.
5813 (c_common_decode_option): Update to use it.
5814 * c.opt: Update documentation; use RejectNegative.
5815 * opts.sh: Handle RejectNegative.
5816
5817 2003-06-01 Zack Weinberg <zack@codesourcery.com>
5818
5819 * ggc-page.c (init_ggc): Give better diagnostics on failure to
5820 open /dev/zero.
5821 * toplev.c (crash_signal): Reset handling for received signal
5822 to SIG_DFL.
5823
5824 2003-06-02 Ben Elliston <bje@wasabisystems.com>
5825
5826 * config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
5827 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already.
5828 (arm_use_dfa_pipeline_interface): Implement.
5829 * config/arm/arm.md (arm): New automaton.
5830 (write_buf): Remove function units; new cpu unit.
5831 (write_blockage): Remove function units; new cpu unit.
5832 (core): Remove function units; new cpu unit.
5833 (r_mem_f_wbuf): New instruction reservation.
5834 (store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
5835 (store1_ldsched, store2, store3, store4): Likewise.
5836 (load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
5837 (mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
5838 (multi_cycle, single_cycle): Likewise.
5839 * config/arm/fpa.md (armfp): New automaton.
5840 (fpa): Remove function units; new cpu unit.
5841 (fpa_mem): Remove function unit; new cpu unit.
5842 (fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
5843 (r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
5844
5845 2003-06-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5846
5847 * builtin-attrs.def (ATTR_ASM_FPRINTF): New.
5848 * c-format.c (enum format_type): Add asm_fprintf_format_type.
5849 (NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
5850 asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
5851 (format_types_orig): Renamed from format_types. Add new data.
5852 (format_types): Declare as pointer.
5853 (handle_format_attribute): Move later in file so we have all
5854 necessary declarations. Add section to capture HOST_WIDE_INT.
5855 * output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
5856 (asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
5857
5858 2003-06-01 Andreas Jaeger <aj@suse.de>
5859
5860 * doc/tm.texi (Storage Layout): Remove ROUND_TYPE_SIZE and
5861 ROUND_TYPE_SIZE_UNIT.
5862
5863 * stor-layout.c (finalize_record_size): Remove usages of
5864 ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
5865 (finalize_type_size): Likewise.
5866 (layout_type): Likewise.
5867
5868 * system.h: Poison ROUND_TYPE_SIZE and ROUND_TYPE_SIZE_UNIT.
5869
5870 * loop.c (check_insn_for_givs): Remove DONT_REDUCE_ADDR macro.
5871
5872 * config/d30v/d30v.h: Remove text copied from the manual.
5873
5874 2003-06-01 Roger Sayle <roger@eyesopen.com>
5875 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5876 Geoffrey Keating <geoffk@apple.com>
5877
5878 * emit-rtl.c (gen_lowpart_common): Handle interpreting integer
5879 constants as condition code values.
5880
5881 2003-06-01 DJ Delorie <dj@redhat.com>
5882
5883 * cppmacro.c (warn_of_redefinition): Handle cases where the two
5884 definitions have different numbers of tokens.
5885
5886 2003-06-01 Andreas Jaeger <aj@suse.de>
5887
5888 * gen-protos.c (main): Readd unused attribute for argc.
5889
5890 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
5891
5892 * Makefile.in (c-options.c, c-options.h): Parallel make safe.
5893 * c.opt: End in blank line.
5894 * opts.sh: Take AWK from environment if available; use C locale.
5895
5896 2003-06-01 Andreas Schwab <schwab@suse.de>
5897
5898 * config/m68k/linux.h: Remove code protected by USE_GNULIBC_1.
5899
5900 2003-06-01 Andreas Jaeger <aj@suse.de>
5901
5902 * gen-protos.c (main): Revert patch to check for argument.
5903
5904 2003-06-01 Eric Botcazou <ebotcazou@libertysurf.fr>
5905
5906 PR target/11044
5907 * config/i386/i386.md (length attribute): Set length to 4
5908 for instructions of type "fcmp".
5909
5910 2003-06-01 Andreas Jaeger <aj@suse.de>
5911
5912 * toplev.c: Use ISO C90 prototypes.
5913
5914 * toplev.h: Use ISO C90 prototypes.
5915
5916 * genrecog.c: Use ISO C90 prototypes.
5917 (nodes_identical): Correct declaration to match prototype.
5918 (maybe_both_true): Likewise.
5919 (merge_trees): Likewise.
5920
5921 * genpeep.c (gen_peephole): Remove #if 0 code.
5922 Use ISO C90 prototypes.
5923
5924 * genattrtab.c (copy_rtx_unchanging): Remove #if 0'ed code.
5925 Remove #if 0'ed function simplify_by_alternatives.
5926 (optimize_attrs): Remove #if 0'ed code.
5927 Remove ^L.
5928 Use ISO C90 prototypes.
5929 (make_canonical): Remove #if 0'ed code.
5930 (convert_const_symbol_ref): Remove #if 0'ed function.
5931
5932 * gen-protos.c (main): Check for argument.
5933
5934 * rtl.h: Use ISO C90 prototypes for functions from lists.c.
5935
5936 * params.h: Use ISO C90 prototypes.
5937 * params.c: Likewise.
5938 * intl.c: Likewise.
5939 * intl.h: Likewise.
5940 * lists.c: Likewise.
5941 * errors.c: Likewise.
5942 * errors.h: Likewise.
5943 * gencodes.c: Likewise.
5944 * genpreds.c: Likewise.
5945 * genattr.c: Likewise.
5946 * gen-protos.c: Likewise.
5947 * genflags.c: Likewise
5948 * genconditions.c: Likewise.
5949 * genautomata.c: Likewise.
5950 * gencheck.c: Likewise.
5951 * genconfig.c: Likewise.
5952 * genconstants.c: Likewise.
5953 * genemit.c: Likewise.
5954 * genextract.c: Likewise.
5955 * gengenrtl.c: Likewise.
5956 * gengtype.c: Likewise.
5957 * gengtype.h: Likewise.
5958 * genopinit.c: Likewise.
5959 * genoutput.c: Likewise.
5960 * gensupport.c: Likewise.
5961 * gensupport.h: Likewise.
5962
5963 * sdbout.h: Use ISO C90 prototypes.
5964
5965 * sdbout.c (CONTIN): Removed empty macro.
5966 (sdbout_one_type): Remove CONTIN usages.
5967 Remove ^Ls.
5968 (tag_of_ru_type): Remove #if 0'ed function.
5969 (sdbout_symbol): Remove #if 0'ed code.
5970 (sdbout_one_type): Remove a #if 1.
5971 (sdbout_one_type): Remove #if 0'ed code.
5972 (sdbout_init): Remove RMS_QUICK_HACK_1 code.
5973 Remove PARAMS, use ISO C90 prototypes for all functions.
5974
5975 2003-06-01 Josef Zlomek <zlomekj@suse.cz>
5976
5977 * rtl.def (CONST_DOUBLE): Update comment.
5978
5979 2003-06-01 Neil Booth <neil@daikokuya.co.uk>
5980
5981 * opts.sh: Remove path from sort.
5982
5983 2003-06-01 Aldy Hernandez <aldyh@redhat.com>
5984
5985 PR/9680
5986 * config/rs6000/rs6000.h (CANNOT_CHANGE_MODE_CLASS): Require
5987 TARGET_SPE for SPE_VECTOR_MODE.
5988
5989 2003-05-31 Aldy Hernandez <aldyh@redhat.com>
5990
5991 * toplev.c (botch): Remove.
5992 (do_abort): Remove.
5993 (set_Wunused): Comment.
5994 (set_Wextra): Comment.
5995 Remove ^L's.
5996 (rest_of_compilation): Factor out common code into functions.
5997 (rest_of_handle_inlining): New.
5998 (rest_of_handle_ssa): New.
5999 (rest_of_handle_cse): New.
6000 (rest_of_handle_gcse): New.
6001 (rest_of_handle_loop_optimize): New.
6002 (rest_of_handle_jump_bypass): New.
6003 (rest_of_handle_sibling_calls): New.
6004 (rest_of_handle_null_pointer): New.
6005 (rest_of_handle_addresof): New.
6006 (rest_of_handle_flow): New.
6007 (rest_of_handle_branch_prob): New.
6008 (rest_of_handle_if_conversion): New.
6009 (rest_of_handle_tracer): New.
6010 (rest_of_handle_loop2): New.
6011 (rest_of_handle_cse2): New.
6012 (rest_of_handle_life): New.
6013 (rest_of_handle_combine): New.
6014 (rest_of_handle_if_after_combine): New.
6015 (rest_of_handle_regmove): New.
6016 (rest_of_handle_sched): New.
6017 (rest_of_handle_old_regalloc): New.
6018 (rest_of_handle_new_regalloc): New.
6019 (rest_of_handle_regrename): New.
6020 (rest_of_handle_reorder_blocks): New.
6021 (rest_of_handle_sched2): New.
6022 (rest_of_handle_new_regalloc): New.
6023 (rest_of_handle_old_regalloc): New.
6024 (rest_of_handle_regrename): New.
6025 (rest_of_handle_reorder_blocks): New.
6026 (rest_of_handle_stack_regs): New.
6027 (rest_of_handle_machine_reorg): New.
6028 (rest_of_handle_delay_slots): New.
6029 (rest_of_handle_final): New.
6030
6031 * toplev.h (botch): Remove prototype.
6032 (do_abort): Same.
6033
6034 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
6035
6036 * Makefile.in (c-opts.o, c-options.h): Update dependencies.
6037 * c-opts.c: Include c-options.h and c-options.c.
6038 (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY):
6039 Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX.
6040 (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option,
6041 OPT, opt_comp): Remove.
6042 (missing_arg, c_common_init_options, c_common_decode_option,
6043 write_langs): Update for macro redefinitions and enumeration
6044 name changes.
6045 * c.opt, opts.sh: New files.
6046 * doc/passes.texi: Update.
6047
6048 2003-05-31 Andreas Jaeger <aj@suse.de>
6049
6050 * function.c (trampoline_address): Remove ALLOCATE_TRAMPOLINE
6051 usage.
6052
6053 * doc/tm.texi (Trampolines): Remove ALLOCATE_TRAMPOLINE.
6054
6055 * config/d30v/d30v.h: Remove traces of ALLOCATE_TRAMPOLINE.
6056
6057 * system.h: Poison ALLOCATE_TRAMPOLINE.
6058
6059 * doc/tm.texi (Misc): Remove HANDLE_PRAGMA.
6060 * system.h: Poison HANDLE_PRAGMA.
6061
6062 2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
6063
6064 * doc/invoke.texi: Update dump file names.
6065
6066 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6067
6068 * c-format.c (format_length_info, format_char_info,
6069 format_flag_spec, format_flag_pair, format_kind_info):
6070 De-const-ify structure members.
6071
6072 2003-05-31 Roger Sayle <roger@eyesopen.com>
6073
6074 * flags.h (flag_wrapv): New flag controlling overflow semantics.
6075 * toplev.c (flag_wrapv): Declare the variable with default false.
6076 (lang_independent_options): New option "-fwrapv" to set the above.
6077
6078 * fold-const.c (extract_muldiv_1): Disable optimization of (2*x)/2
6079 as x, when signed arithmetic overflow wraps around.
6080 (fold): Optimize "-A - B" as "-B - A" if overflow wraps around.
6081 * loop.c (basic_induction_var): Ignore BIVs that rely on undefined
6082 overflow when flag_wrapv is true.
6083
6084 * doc/invoke.texi: Document new -fwrapv command line option.
6085 * doc/c-tree.texi: Mention that the overflow semantics of
6086 NEGATE_EXPR, PLUS_EXPR, MINUS_EXPR and MULT_EXPR is dependent
6087 upon both flag_wrapv and flag_trapv.
6088
6089 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6090
6091 * doc/install.texi (mips-sgi-irix5): Add missing
6092 HTML <hr> marker.
6093
6094 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6095
6096 * doc/md.texi (Machine Constraints): Document
6097 missing SPARC constraints.
6098
6099 2003-05-31 Eric Botcazou <ebotcazou@libertysurf.fr>
6100
6101 * doc/md.texi (Automaton pipeline description): Use
6102 "type" instead of "cpu" as the attribute in the examples.
6103
6104 2003-05-30 Stan Shebs <shebs@apple.com>
6105
6106 * system.h: Poison OBJC_PROLOGUE.
6107
6108 2003-05-30 Roger Sayle <roger@eyesopen.com>
6109
6110 * emit-rtl.c (gen_complex_constant_part): New function for getting
6111 the constant real or imaginary part of a complex constant.
6112 (gen_realpart): Use it.
6113 (gen_imagpart): Likewise.
6114
6115 2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
6116
6117 * doc/invoke.texi: Fix typos.
6118 * doc/rtl.texi: Likewise.
6119
6120 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6121
6122 * config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
6123 mode.
6124 * config/h8300/crtn.asm: Likewise.
6125 * config/h8300/lib1funcs.asm: Likewise.
6126 * config/h8300/h8300.c (asm_file_start): Likewise.
6127 * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and
6128 h8300snelf emulations for normal mode.
6129 * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn
6130 emulations for normal mode.
6131
6132 2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6133
6134 * config/h8300/h8300.c (h8300_tiny_constant_address_p): Return
6135 true if TARGET_NORMAL_MODE.
6136
6137 2003-05-30 Roger Sayle <roger@eyesopen.com>
6138
6139 * cse.c (cse_insn): Simplify REG_EQUAL note on libcalls when
6140 making a substitution.
6141 (dead_libcall_p): If directly replacing a libcall with a
6142 constant value produces an invalid instruction, also try forcing
6143 the constant into the constant pool.
6144 * expr.c (emit_move_insn): Add a REG_EQUAL note when it is not
6145 obvious that the source is a constant.
6146 (compress_float_constant): Use set_unique_reg_note to place
6147 REG_EQUAL notes on instructions.
6148
6149 2003-05-30 Eric Christopher <echristo@redhat.com>
6150
6151 * config/mips/mips.c (extern_list): Add GTY marker.
6152 (extern_head): Separate out definition. Add marker.
6153 (mips_output_external): Use ggc_alloc for extern_list
6154 allocation.
6155 (mips_output_external_libcall): Ditto.
6156
6157 2003-05-30 Florian Weimer <fw@deneb.enyo.de>
6158
6159 * doc/install.texi: Ada-enabled bootstrap requires GNAT 3.14 or
6160 later.
6161
6162 2003-05-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6163
6164 * vax.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
6165 warnings.
6166 (PRINT_OPERAND): Likewise.
6167
6168 2003-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6169
6170 * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Move
6171 -mdebug/-no-mdebug switches ...
6172 (MDEBUG_ASM_SPEC): ... here.
6173 Use only with gas.
6174 (EXTRA_SPECS): Initialize mdebug_asm_spec.
6175
6176 2003-05-29 Matt Kraai <kraai@alumni.cmu.edu>
6177
6178 * gthr-gnat.c: Remove #undef UNUSED.
6179 (__gnat_default_lock, __gnat_default_unlock): Prototype.
6180 (__gnat_task_lock, __gnat_task_unlock): Make declarations
6181 prototypes.
6182 (__gnat_install_locks): Convert declaration to ISO C90, make
6183 parameter declarations prototypes, and remove blank line.
6184 * gthr-gnat.h (__gnat_install_locks): Make parameter
6185 declarations prototypes.
6186
6187 2003-05-29 Jason Merrill <jason@redhat.com>
6188
6189 * Makefile.in (unstrap): Remove stage_last after make unstage1.
6190
6191 2003-05-29 Roger Sayle <roger@eyesopen.com>
6192
6193 * mips-tfile.c (PAGE_SIZE): Increase page size to 32K.
6194
6195 2003-05-29 Roger Sayle <roger@eyesopen.com>
6196 Kaveh Ghazi <ghazi@caip.rutgers.edu>
6197
6198 PR bootstrap/10169
6199 * mips-tfile.c (main): Use getopt_long instead of getopt.
6200 Add new command line option --version to display version.
6201 Treat --verbose like -v to report a single line version.
6202 (options): New global variable for getopt_long.
6203 * mips-tdump.c (main): Use getopt_long instead of getopt.
6204 New command line options -v, --version and -verbose to display
6205 the program version number (to match mips-tfile's behavior).
6206 (options): New global variable for getopt_long.
6207
6208 * gcov.c (options): Zero-terminate getopt_long array.
6209 * gcov-dump.c (options): Likewise.
6210
6211 * Makefile.in (mips-tdump.o): Add dependency on version.h.
6212
6213 2003-05-29 Stan Shebs <shebs@apple.com>
6214
6215 Remove OBJC_PROLOGUE everywhere.
6216 * objc/objc-act.c (finish_objc): Remove use of OBJC_PROLOGUE.
6217 * config/avr/avr.h: Remove no-op ref to OBJC_PROLOGUE.
6218 * config/d30v/d30v.h: Similarly.
6219 * config/ip2k/ip2k.h: Similarly.
6220 * doc/tm.texi: Remove doc of OBJC_PROLOGUE.
6221
6222 2003-05-29 Roger Sayle <roger@eyesopen.com>
6223
6224 * c-semantics.c (genrtl_do_stmt_1): New function split out from...
6225 (gen_rtl_do_stmt): ... here. Call genrtl_do_stmt_1.
6226 (expand_unreachable_stmt): Expand unreachable while statements
6227 using genrtl_do_stmt_1.
6228
6229 2003-05-29 Richard Sandiford <rsandifo@redhat.com>
6230
6231 * config/mips/mips-protos.h (mips_output_load_label): Declare.
6232 * config/mips/mips.c (mips_output_load_label): New function.
6233 (mips_output_conditional_branch): Use it.
6234 * config/mips/mips.md (jump): And here.
6235
6236 2003-05-28 Bob Wilson <bob.wilson@acm.org>
6237
6238 * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.
6239 (xtensa_split_operand_pair): New proto.
6240 * config/xtensa/xtensa.c (move_operand): Handle DFmode and DImode.
6241 (smalloffset_double_mem_p): Delete.
6242 (gen_float_relational, printx, print_operand, xtensa_va_arg):
6243 Fix whitespace.
6244 (xtensa_split_operand_pair): New.
6245 (xtensa_dbx_register_number): Fix formatting.
6246 * config/xtensa/xtensa.h (EXTRA_CONSTRAINT): Remove 'S' constraint.
6247 * config/xtensa/xtensa.md (movdi, movdf): Force constants to memory
6248 instead of splitting them into single-word moves. Remove unnecessary
6249 checks for reload_in_progress and reload_completed.
6250 (movdi_internal, movdf_internal): Change to post-reload split patterns.
6251 Add constraints to allow constant operands.
6252 (movsf_internal): Allow CONST_INT operands.
6253
6254 2003-05-27 Danny Smith <dannysmith@users.sourceforge.net>
6255
6256 * config.gcc (i[34567]86-*-mingw32*): Add host makefile
6257 fragment i386/x-mingw32.
6258 * config/i386/x-mingw32: New file. Make local_includedir
6259 relative to EXEC_PREFIX.
6260
6261 2003-05-27 Aaron W. LaFramboise <awlaframboise@aol.com>
6262
6263 * config/i386/mingw32.h (STANDARD_INCLUDE_DIR): Update.
6264 (MD_STARTFILE_PREFIX): Define.
6265
6266 2003-05-27 Denis Chertykov <denisc@overta.ru>
6267
6268 * cselib.c (cselib_invalidate_regno): Abort if hardreg have a
6269 VOIDmode.
6270 * cselib.c (cselib_process_insn): Pass reg_raw_mode for hardreg in
6271 call of cselib_invalidate_regno.
6272
6273 2003-05-28 Daniel Jacobowitz <drow@mvista.com>
6274
6275 * config/mips/linux.h (LIB_SPEC): Add missing -lc and correct
6276 -lthread to -lpthread.
6277
6278 2003-05-28 Eric Botcazou <ebotcazou@libertysurf.fr>
6279 Bruce Korb <bkorb@gnu.org>
6280 Arno Klaassen <arno@heho.snv.jussieu.fr>
6281
6282 * fixinc/inclhack.def: Add missing declaration of getpagesize()
6283 to unistd.h on Solaris 2.5.1.
6284 Fix prototype of recv() and send() in sys/socket.h on
6285 Solaris 2.5.1 and 2.6.
6286 * fixinc/tests/base/unistd.h: Add solaris_unistd fix test.
6287 * fixinc/tests/base/sys/socket.h: Add solaris_socket test.
6288 * fixinc/check.tpl: Use 'diff -c', not 'diff -u'.
6289 * fixinc/fixincl.x: Regenerate.
6290
6291 2003-05-27 Jason Merrill <jason@redhat.com>
6292
6293 * tree.c (expr_first, expr_length): New fns.
6294 * tree.h: Declare them.
6295
6296 * tree.c (iterative_hash_expr): Hash commutative expressions
6297 consistently.
6298
6299 2003-05-27 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6300
6301 * tree.h (contains_placeholder_p): Now returns bool.
6302 (CONTAINS_PLACEHOLDER_P): New macro.
6303 (type_contains_placeholder_p): New function.
6304 * tree.c (save_expr): Remove code avoiding folding COMPONENT_REF.
6305 (contains_placeholder_p): Now returns bool.
6306 Rework to use CONTAINS_PLACEHOLDER_P macro.
6307 (type_contains_placeholder_p): New function.
6308 * fold-const.c (fold, case COMPONENT_REF): Don't fold if
6309 type_contains_placeholder_p.
6310 (fold_range_test, fold_mathfn_compare, fold_inf_compare, fold):
6311 Use CONTAINS_PLACEHOLDER_P macro.
6312 * builtins.c (fold_builtin): Likewise.
6313 * calls.c (initialize_argument_information): Likewise.
6314 * emit-rtl.c (set_mem_attributes_minus_bitpos): Likewise.
6315 * explow.c (expr_size): Likewise.
6316 * expr.c (store_constructor, get_inner_reference): Likewise.
6317 * function.c (assign_parms): Likewise.
6318 * stor-layout.c (variable_size): Likewise.
6319
6320 2003-05-25 Gabriel Dos Reis <gdr@integrable-solutions.net>
6321
6322 * diagnostic.h (output_verbatim, verbatim): Remove printf
6323 attribute.
6324
6325 2003-05-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6326
6327 * doc/contrib.texi (Contributors): Update Kean Johnston.
6328
6329 2003-05-24 David Edelsohn <edelsohn@gnu.org>
6330
6331 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add length attribute.
6332
6333 2003-05-24 Nathanael Nerode <neroden@gcc.gnu.org>
6334
6335 * config/rs6000/440.md, config/stormy16/stormy16protos.h,
6336 config/stormy16/stormy16.c, config/stormy16/stormy16.md:
6337 Replace "GNU CC" with "GCC".
6338
6339 2003-05-24 Matt Kraai <kraai@alumni.cmu.edu>
6340
6341 * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for
6342 intermediate computation.
6343
6344 2003-05-23 Eric Christopher <echristo@redhat.com>
6345
6346 * config/mips/mips.md (clzsi, clzdi): New patterns.
6347
6348 2003-05-23 Geoffrey Keating <geoffk@apple.com>
6349
6350 * gcc.c (default_compilers): Use -o to specify preprocessor's output
6351 file. Make -no-integrated-cpp work when building PCH files.
6352 * objc/lang-specs.h: Likewise.
6353
6354 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
6355
6356 * fixinc/Makefile.in: Correct description.
6357 * fixinc/Makefile.in, fixinc/fixfixes.c, fixinc/fixincl.c,
6358 fixinc/fixlib.c, fixinc/fixlib.h, fixinc/fixtests.c,
6359 fixinc/genfixes: Replace "GNU CC" with "GCC".
6360
6361 2003-05-23 Roger Sayle <roger@eyesopen.com>
6362
6363 * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl
6364 builtin functions (and their __builtin_* variants).
6365 * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}.
6366 (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not
6367 optimizing.
6368
6369 * doc/extend.texi: Document new tan and atan builtins, and
6370 their float and long double variants.
6371
6372 2003-05-23 Jason Thorpe <thorpej@wasabisystems.com>
6373
6374 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
6375 __sparcv9 in the TARGET_ARCH64 case.
6376
6377 Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz>
6378
6379 * i386.c (ix86_reorg): Calls are also jumps.
6380
6381 2003-05-23 J"orn Rennecke <joern.rennecke@superh.com>
6382
6383 * cse.c (count_reg_usage): When processing an INSNs REG_EQUAL
6384 note containing an EXPR_LIST, process all the arguments.
6385
6386 Fri May 23 21:19:31 CEST 2003 Jan Hubicka <jh@suse.cz>
6387 Andreas Jaeger <aj@suse.de>
6388
6389 * i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__;
6390 do not use assertion.
6391
6392 2003-05-23 Mike Stump <mrs@apple.com>
6393
6394 * tlink.c (scan_linker_output): Add support for darwin linker, as it
6395 emits unresolved symbols one per line, consuming the entire line.
6396
6397 2003-05-23 Larin Hennessy <larin@science.oregonstate.edu>
6398 Zack Weinberg <zack@codesourcery.com>
6399
6400 * explow.c (allocate_dynamic_stack_space): Remove call to gen_probe.
6401 * config/m68k/m68k.c (m68k_output_function_prologue):
6402 Remove code under #if NEED_PROBE.
6403 * config/m68k/m68k.h: Don't define NEED_PROBE.
6404 * config/m68k/m68k.md: Remove "probe" insn.
6405 * doc/md.texi: Remove documentation of "probe" pattern.
6406
6407 2003-05-23 Dorit Naishlos <gcchaifa@il.ibm.com>
6408
6409 * config/rs6000/rs6000.md (save_fpregs_{si,di}): Add branch attribute.
6410
6411 2003-05-23 Eric Botcazou <ebotcazou@libertysurf.fr>
6412
6413 * doc/install.texi: Remove sparc64-*-*. Add sparc64-*-solaris2*.
6414 Document sparcv9-*-solaris2* as a synonym for sparc64-*-solaris2*.
6415
6416 2003-05-22 Roger Sayle <roger@eyesopen.com>
6417
6418 * real.c (real_maxval): New function to return the largest finite
6419 value representable in a given mode (i.e. FLT_MAX and DBL_MAX).
6420 * real.h (real_maxval): Prototype here.
6421 * fold-const.c (fold_inf_compare): Transform comparisons against
6422 +-Infinity into comparisons against DBL_MAX (or equivalent).
6423
6424 2003-05-22 Mike Stump <mrs@apple.com>
6425
6426 * config.gcc (*-*-darwin*): Remove use_collect2=no, as it is the
6427 default.
6428
6429 2003-05-22 DJ Delorie <dj@redhat.com>
6430
6431 * calls.c (expand_call): If the arg block is going to grow
6432 downward, we need argblock to point to the top of the block,
6433 not the bottom.
6434
6435 2003-05-22 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
6436
6437 * c-decl.c (duplicate_decls): Test DECL for ERROR_MARK.
6438
6439 * expr.c (expand_expr, case CONSTRUCTOR): Put into memory if
6440 constant and EXPAND_CONST_ADDRESS, not just EXPAND_INITIALIZER.
6441
6442 2003-05-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6443
6444 * m68hc11.c: Don't use the `0' flag for asm_fprintf specifiers.
6445 * m68k.c: Likewise.
6446 * m68k.h: Likewise.
6447
6448 2003-05-22 Zack Weinberg <zack@codesourcery.com>
6449
6450 PR other/2873
6451 * fixinc/inclhack.def (avoid_wchar_t_type): Add bypass
6452 expressions to prevent triggering on recent curses.h,
6453 linux/nls.h, or X11/Xlib.h.
6454 (stdio_va_list): Add _G_va_list to bypass pattern.
6455 (strict_ansi_not): Add bypass pattern for __SCO_VERSION__.
6456 * fixinc/fixincl.x: Regenerate.
6457
6458 2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
6459
6460 * gcc/config/sh/sh.h (TARGET_SWITCHES): Display all the target
6461 switches when --target-help option is specified.
6462
6463 2003-05-22 Eric Botcazou <ebotcazou@libertysurf.fr>
6464
6465 PR bootstrap/10805
6466 * doc/install.texi (sparc-sun-solaris2.7): Document bootstrap
6467 failure with Sun assembler 5.0 Alpha 03/27/98.
6468
6469 2003-05-21 Loren James Rittle <ljrittle@acm.org>
6470
6471 * config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Add -D__sparcv9
6472 to match system compiler convention.
6473
6474 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
6475
6476 * gthr-win32.h (__GTHREAD_HIDE_WIN32API): Test for nonzero
6477 value, not just if defined.
6478 Update copyright year.
6479
6480 2003-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6481
6482 PR target/6428
6483 * pa-hpux10.h (LINK_SPEC, LIB_SPEC): Move -L options for profiling
6484 directories from LIB_SPEC to LINK_SPEC. Emit warning if `-p' or `-pg'
6485 option is used without `-static'.
6486 * pa-hpux11.h (LINK_SPEC, LIB_SPEC): Likewise.
6487 * pa64-hpux.h (LINK_SPEC, LIB_SPEC): Likewise.
6488
6489 2003-05-21 Bob Wilson <bob.wilson@acm.org>
6490
6491 * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,
6492 TARGET_SERIALIZE_VOLATILE): Delete.
6493 (MASK_CONST16, MASK_ABS, MASK_ADDX): Renumber flag bits.
6494 (TARGET_DEFAULT): Remove MASK_SERIALIZE_VOLATILE.
6495 (TARGET_SWITCHES): Remove "-mserialize-volatile" and
6496 "-mno-serialize-volatile".
6497 * config/xtensa/xtensa.c (print_operand): Remove checks of
6498 TARGET_SERIALIZE_VOLATILE.
6499 * config/xtensa/xtensa.md (*lsiu, *ssiu): Likewise.
6500 * doc/invoke.texi (Option Summary, Xtensa Options): Remove
6501 "-mserialize-volatile" and "-mno-serialize-volatile" options.
6502
6503 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
6504
6505 * c-parse.in (fndef): Set DECL_SOURCE_LINE and FILE earlier.
6506 (nested_function): Likewise.
6507 (notype_nested_function): Likewise.
6508
6509 2003-05-21 Nick Clifton <nickc@redhat.com>
6510
6511 * config/stormy16/stormy-abi: Update overflow type for
6512 R_XSTORMY16_16 reloc.
6513
6514 2003-05-21 Nathan Sidwell <nathan@codesourcery.com>
6515
6516 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.
6517 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
6518 (rid_to_yy): Remove RID_BOUNDED, RID_UNBOUNDED slots.
6519 * print-tree.c (print_node): Remove ambient-boundedness.
6520 * tree.h (tree_common): Remove bounded_flag.
6521 (BOUNDED_INDIRECT_YPE_P, BOUNDED_POINTER_TYPE_P,
6522 BOUNDED_REFERENCE_TYPE_P, MAYBE_BOUNDED_INDIRECT_TYPE_P,
6523 MAYBE_BOUNDED_POINTER_TYPE_P, MAYBE_BOUNDED_REFERENCE_TYPE_P,
6524 TREE_BOUNDED, TYPE_MAIN_VARIANTS_PHYSICALLY_EQUAL_P,
6525 TYPE_MAIN_PHYSICAL_VARIANT, TYPE_BOUNDED, TYPE_QUAL_BOUNDED):
6526 Remove.
6527 (TYPE_QUALS): Remove BOUNDED.
6528 (TREE_EXPR_QUALS, TREE_FUNC_QUALS): Remove.
6529 (TYPE_BOUNDED_VALUE, TYPE_BOUNDED_BASE, TYPE_BOUNDED_EXTENT,
6530 TYPE_BOUNDED_SUBTYPE, TYPE_UNBOUNDED_VARIANT, TYPE_POINTER_DEPTH,
6531 TYPE_AMBIENT_BOUNDEDNESS, MAX_POINTER_DEPT,
6532 VA_LIST_POINTER_DEPTH): Remove.
6533 (struct tree_type): Remove pointer_depth.
6534
6535 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6536
6537 * c-pretty-print.c (pp_c_integer_literal): Use
6538 HOST_WIDE_INT_PRINT_DOUBLE_HEX.
6539
6540 2003-05-20 Roger Sayle <roger@eyesopen.com>
6541 Kazu Hirata <kazu@cs.umass.edu>
6542 Joern Rennecke <joern.rennecke@superh.com>
6543
6544 * gcse.c (cprop_jump): Make use of REG_EQUAL notes on both
6545 setcc and jump, if they exist. If substituted instruction
6546 fails to validate, store current effort in a REG_EQUAL note.
6547 (cprop_insn): Don't attempt further substitutions if the
6548 current instruction has been deleted.
6549 (local_cprop_pass): Likewise.
6550
6551 * jump.c (redirect_jump): Also update REG_EQUAL note, if
6552 one is attached to the jump instruction.
6553 (invert_jump): Delete REG_EQUAL note on jump, if one exists.
6554
6555 2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
6556
6557 PR c++/9738
6558 * config/i386/winnt.c (i386_pe_encode_section_info): Enable
6559 even if not first.
6560
6561 2003-05-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6562
6563 * genautomata.c (output_description, output_automaton_units,
6564 output_state_arcs): Add missing specifiers.
6565
6566 2003-05-20 Bob Wilson <bob.wilson@acm.org>
6567
6568 * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.
6569 (do_abs, do_addx2, do_addx4, do_addx8): New assembler macros.
6570 (__mulsi3): Use do_addx* instead of ADDX* instructions. Formatting.
6571 (nsau): Rename to do_nsau. Provide alternate version for use when
6572 the NSAU instruction is available.
6573 (__udivsi3, __divsi3, __umodsi3, __modsi3): Use do_nsau macro.
6574 (__divsi3, __modsi3): Use do_abs macro instead of ABS instruction.
6575 * config/xtensa/xtensa-config.h: Update comments to match binutils.
6576 (XCHAL_HAVE_ABS, XCHAL_HAVE_ADDX): Define.
6577 * config/xtensa/xtensa.h (MASK_ABS, MASK_ADDX): Define.
6578 (TARGET_ABS, TARGET_ADDX): Define.
6579 (TARGET_DEFAULT): Conditionally add MASK_ABS and MASK_ADDX.
6580 (TARGET_SWITCHES): Add "abs", "no-abs", "addx", and "no-addx".
6581 * config/xtensa/xtensa.md (*addx2, *addx4, *addx8, *subx2, *subx4,
6582 *subx8): Set predicate condition to TARGET_ADDX.
6583 (abssi2): Set predicate condition to TARGET_ABS.
6584 * doc/invoke.texi (Option Summary): Document new "-mabs", "-mno-abs",
6585 "-maddx", and "-mno-addx" options.
6586 (Xtensa Options): Likewise. Also tag some opcode names with @code.
6587
6588 2003-05-20 Kevin Ryde <user42@zip.com.au>
6589 Wolfgang Bangerth <bangerth@dealii.org>
6590
6591 PR/10355
6592 * doc/extend.texi: Put a warning into the documentation
6593 of attribute regparm.
6594
6595 2003-05-20 Jason Merrill <jason@redhat.com>
6596
6597 * tree.c (expr_last): New fn.
6598 * tree.h: Declare it.
6599 * objc/objc-act (expr_last): Rename to objc_expr_last.
6600
6601 2003-05-20 J"orn Rennecke <joern.rennecke@superh.com>
6602
6603 * sh.c (sh_register_move_cost): Add clase for moving between
6604 FP registers and MAC registers.
6605
6606 2003-05-19 John David Anglin <dave.anglin@nrc-gnrc.gc.ca>
6607
6608 * pa/milli64.S ($$mulI): Fix typo.
6609
6610 2003-05-19 Matt Kraai <kraai@alumni.cmu.edu>
6611
6612 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)
6613 (nonlocal_set_p): Remove initial blank line.
6614 * dwarf2out.c (simple_type_size_in_bits): Likewise.
6615 * et-forest.c (et_forest_create): Likewise.
6616 * explow.c (stabilize): Likewise.
6617 * fix-header.c (write_lbrac): Likewise.
6618 * graph.c (start_fct, node_data): Likewise.
6619 * jump.c (only_sets_cc0_p, sets_cc0_p): Likewise.
6620 * rtlanal.c (global_reg_mentioned_p): Likewise.
6621 * tree.c (bit_position): Likewise.
6622
6623 2003-05-19 Alexandre Oliva <aoliva@redhat.com>
6624
6625 * config/mips/linux64.h (LIB_SPEC): Add missing -lc and correct
6626 -lthread to -lpthread.
6627
6628 2003-05-19 Neil Booth <neil@daikokuya.co.uk>
6629
6630 * c-opts.c (c_common_decode_option): Don't accept dollars
6631 as identifier characters in assembly.
6632 * doc/cpp.texi: Document this.
6633
6634 2003-05-19 Seth Arnold <sarnold@wirex.com>
6635 Aldy Hernandez <aldyh@redhat.com>
6636
6637 * config/rs6000/rs6000.c (rs6000_stack_info): Do not add
6638 vrsave_size twice.
6639
6640 2003-05-19 Aldy Hernandez <aldyh@redhat.com>
6641
6642 * doc/tm.texi (function_arg): Fix typo.
6643
6644 2003-05-19 Matt Austern <austern@apple.com>
6645
6646 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-offsetof option.
6647 * c-common.h (warn_invalid_offsetof): Declare.
6648 * c-common.c (warn_invalid_offsetof): Define.
6649 * doc/invoke.texi: Document -Winvalid-offsetof.
6650 * testsuite/g++.dg/other/offsetof3.C: New.
6651 * testsuite/g++.dg/other/offsetof4.C: New.
6652
6653 2003-05-19 Kevin B. Hendricks <kevin.hendricks@sympatico.ca>
6654 David Edelsohn <edelsohn@gnu.org>
6655
6656 * config/rs6000/rs6000.c (rs6000_alignment_string,
6657 rs6000_alignment_flags): New variables.
6658 (rs6000_parse_alignment_option): New function.
6659 (rs6000_override_options): Call it.
6660 * config/rs6000/rs6000.h (TARGET_OPTIONS): Add -malign-XXX option.
6661 (MASK_ALIGN_POWER, MASK_ALIGN_NATURAL, TARGET_ALIGN_NATURAL): New
6662 macros.
6663 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Always use COMPUTED
6664 natural alignment if TARGET_NATURAL_ALIGNMENT
6665 (ROUND_TYPE_ALIGN): Always use default record alignment if
6666 TAGET_NATURAL_ALIGNMENT.
6667 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Same
6668 (ROUND_TYPE_ALIGN): Same.
6669 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Same
6670 (ROUND_TYPE_ALIGN): Same.
6671 * doc/invoke.texi (Option Summary, PowerPC Options): Document
6672 new options.
6673
6674 2003-05-19 J"orn Rennecke <joern.rennecke@superh.com>
6675
6676 * c-decl.c (finish_decl): When setting the DECL_ASSEMBLER_NAME
6677 of a function using ASMSPEC, prepend a star.
6678
6679 2003-05-19 Jason Merrill <jason@redhat.com>
6680
6681 * tree-inline.c (copy_body_r): Avoid generating &* during inline
6682 substitution.
6683
6684 2003-05-19 Andrew Macleod <amacleod@redhat.com>
6685
6686 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Do
6687 not mark assignments to the hard frame pointer as being stack
6688 frame related.
6689 (xstormy16_expand_epilogue): Mark adjustments to the stack
6690 pointer as being stack frame related.
6691
6692 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
6693
6694 * config/mips/mips.h (ISA_HAS_LOAD_DELAY, ISA_HAS_XFER_DELAY,
6695 ISA_HAS_FCMP_DELAY, ISA_HAS_HILO_INTERLOCKS): New macros.
6696 (PREDICATE_CODES): Add hilo_operand.
6697 * config/mips/mips.c (hilo_operand): New predicate.
6698 (mips_adjust_insn_length): Account for the number nops that might
6699 be needed to avoid hardware hazards.
6700 * config/mips/mips.md (dslot): Remove attribute.
6701 (hazard): New attribute.
6702 (can_delay): Use it. Check for calls, branches & jumps.
6703 (muldi3): Use the standard dmult pattern for mips16 code.
6704 (muldi3_internal, muldi3_internal2): Adjust conditions accordingly.
6705
6706 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
6707
6708 * config/mips/mips-protos.h (final_prescan_insn,
6709 mips_count_memory_refs, mips_fill_delay_slot): Remove.
6710 * config/mips/mips.h (delay_type, dslots_load_total,
6711 dslots_load_filled, dslots_jump_total, dslots_jump_filled,
6712 dslots_number_nops, num_refs, mips_load_reg, mips_load_reg2,
6713 mips_load_reg3, mips_load_reg4): Remove.
6714 (MASK_STATS): Remove.
6715 (MASK_EXPLICIT_RELOCS): Reuse its value.
6716 (TARGET_STATS): Remove.
6717 (TARGET_SWITCHES): Turn -mstats and -mno-stats into no-ops.
6718 Warn that -mstats is now ignored.
6719 (FINAL_PRESCAN_INSN): Undefine.
6720 (DBR_OUTPUT_SEQEND): Remove handling of dslot statistics.
6721 (ASM_OUTPUT_REG_POP): Likewise.
6722 * config/mips/mips.c (dslots_load_total, dslots_load_filled,
6723 dslots_jump_total, dslots_jump_filled, dslots_number_nops, num_refs,
6724 mips_load_reg, mips_load_reg2, mips_load_reg3, mips_load_reg4,
6725 mips_fill_delay_slot, mips_count_memory_refs,
6726 final_prescan_insn): Remove.
6727 (output_block_move): Remove calls to mips_count_memory_refs.
6728 (print_operand): Remove printing of #nop for TARGET_STATS.
6729 (mips_output_function_epilogue): Remove TARGET_STATS code.
6730 Reorganize setting of fnnmae.
6731 * config/mips/mips.md: Remove handling of dslot statistics
6732 throughout file. Change all fcmp patterns into normal asm
6733 templates, removing calls to mips_fill_delay_slot.
6734 * doc/invoke.texi: Remove documentation of -mstats.
6735
6736 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
6737
6738 * config/mips/mips.c (mips_class_max_nregs): Return the number of
6739 words in the mode.
6740
6741 2003-05-19 Richard Sandiford <rsandifo@redhat.com>
6742
6743 * config/mips/mips.c (override_options): Disable explicit
6744 relocs for old ABIs unless using gas.
6745
6746 2003-05-18 Eric Christopher <echristo@redhat.com>
6747
6748 * config/mips/mips.h: Remove definition of g_switch_value.
6749
6750 2003-05-18 Matt Kraai <kraai@alumni.cmu.edu>
6751
6752 * flags.h (g_switch_value): Change to an unsigned
6753 HOST_WIDE_INT.
6754 * toplev.c (g_switch_value): Likewise.
6755
6756 * config/alpha/alpha.c (small_symbolic_operand): Remove
6757 g_switch_value cast.
6758 (alpha_in_small_data_p): Cast size to an unsigned
6759 HOST_WIDE_INT.
6760
6761 * config/frv/frv.c (frv_in_small_data_p): Cast size to an
6762 unsigned HOST_WIDE_INT.
6763 * config/frv/frv.h (g_switch_value, g_switch_set): Remove.
6764 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Declare g_switch_set.
6765
6766 * config/m32r/m32r.c (m32r_in_small_data_p): Cast size to an
6767 unsigned HOST_WIDE_INT.
6768 (m32r_asm_file_start): Use HOST_WIDE_INT_PRINT_UNSIGNED.
6769 * config/m32r/m32r.h (g_switch_value, g_switch_set): Remove.
6770 (ASM_OUTPUT_ALIGNED_COMMON): Declare g_switch_value.
6771
6772 * config/rs6000/rs6000.c (rs6000_file_start): Use
6773 HOST_WIDE_INT_PRINT_UNSIGNED.
6774 (small_data_operand): Cast summand to unsigned HOST_WIDE_INT.
6775 (rs6000_elf_in_small_data_p): Cast size to unsigned
6776 HOST_WIDE_INT.
6777 * config/rs6000/sysv4.h (g_switch_value, g_switch_set):
6778 Remove.
6779 (SUBTARGET_OVERRIDE_OPTIONS): Declare g_switch_value and
6780 g_switch_set.
6781 (ASM_OUTPUT_ALIGNED_LOCAL): Declare g_switch_value and remove
6782 g_switch_value cast.
6783
6784 2003-05-18 Roger Sayle <roger@eyesopen.com>
6785 Zack Weinberg <zack@codesourcery.com>
6786
6787 PR middle-end/10472
6788 * builtins.c (expand_builtin_memcpy): Call force_operand on
6789 expressions and use simplify_gen_binary to create the addition.
6790
6791 2003-05-18 Andreas Schwab <schwab@suse.de>
6792
6793 * config/m68k/m68k.md: Use define_constants for unspec numbers.
6794
6795 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
6796
6797 * config/sparc/sparc.h: Define sparc for now.
6798
6799 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6800
6801 * config.gcc: Clear xm_file, md_file at the beginning of each pass.
6802
6803 * config/stormy16/stormy16.h: Remove about 3000 lines of
6804 target-independent comments. Update copyright notice.
6805
6806 * doc/collect2.texi: GNU CC -> GCC.
6807 * doc/headerdirs.texi: GNU CC -> GCC.
6808
6809 2003-05-18 Gabriel Dos Reis <gdr@integrable-solutions.net>
6810
6811 * hashtable.h (struct ht_identifier): Add data member "hash_value".
6812 * hashtable.c (ht_lookup): Use it when searching, remember.
6813 (ht_expand): Do not recompute.
6814 * tree.h (IDENTIFIER_HASH_VALUE): New macro.
6815
6816 2003-05-18 Nathan Sidwell <nathan@codesourcery.com>
6817
6818 * gcov-io.c (gcov_read_bytes): Fix fread thinko.
6819
6820 2003-05-18 Neil Booth <neil@daikokuya.co.uk>
6821
6822 * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):
6823 Default here.
6824 (c_cpp_builtins): Invoke TARGET_OBJFMT_CPP_BUILTINS().
6825 * defaults.h: Don't default TARGET_OS_CPP_BUILTINS here.
6826 * config/elfos.h (TARGET_OBJFMT_CPP_BUILTINS): Define __ELF__.
6827 * config/freebsd-spec.h, config/netbsd-elf.h, config/alpha/gnu.h,
6828 config/arm/linux-elf.h, config/arm/rtems-elf.h,
6829 config/arm/unknown-elf.h, config/cris/cris.h, config/cris/linux.h,
6830 config/h8300/elf.h, config/i370/linux.h, config/i386/beos-elf.h,
6831 config/i386/gnu.h, config/i386/linux.h, config/i386/linux64.h,
6832 config/i386/moss.h, config/i386/rtemself.h, config/ia64/ia64.h,
6833 config/m68k/rtemself.h, config/mcore/mcore-elf.h, config/mips/linux.h,
6834 config/pa/pa-linux.h, config/rs6000/linux.h, config/rs6000/linux64.h,
6835 config/rs6000/sysv4.h, config/rs6000/vxworks.h, config/s390/linux.h,
6836 config/sh/coff.h, config/sh/elf.h, config/sh/rtemself.h,
6837 config/sh/sh.h, config/sparc/linux.h, config/sparc/linux64.h,
6838 config/sparc/openbsd64.h, config/sparc/sp64-elf.h,
6839 config/sparc/sp86x-elf.h, config/xtensa/elf.h, config/xtensa/linux.h:
6840 Don't define __ELF__.
6841 * config/alpha.h, config/m68k/linux.h (TARGET_OBJFMT_CPP_BUILTINS):
6842 Define __ELF__.
6843 * doc/cpp.texi: Document __ELF__.
6844 * doc/tm.texi: Document TARGET_OBJFMT_CPP_BUILTINS. *
6845
6846 2003-05-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6847
6848 * builtins.c (validate_arglist): Eliminate libiberty VA_ macros,
6849 always use stdarg.
6850 * c-errors.c (pedwarn_c99): Likewise.
6851 * c-format.c (status_warning): Likewise.
6852 * c-semantics.c (build_stmt): Likewise.
6853 * calls.c (emit_library_call, emit_library_call_value): Likewise.
6854 * collect2.c (notice, fatal_perror, fatal, error): Likewise.
6855 * cpperror.c (cpp_error, cpp_error_with_line): Likewise.
6856 * diagnostic.c (build_message_string, output_printf,
6857 output_verbatim, verbatim, inform, warning, pedwarn, error, sorry,
6858 fatal_error, internal_error, warning_with_decl, pedwarn_with_decl,
6859 error_with_decl, fnotice): Likewise.
6860 * dwarf2asm.c (dw2_asm_output_data, dw2_asm_output_delta,
6861 dw2_asm_output_offset, dw2_asm_output_pcrel, dw2_asm_output_addr,
6862 dw2_asm_output_addr_rtx, dw2_asm_output_nstring,
6863 dw2_asm_output_data_uleb128, dw2_asm_output_data_sleb128,
6864 dw2_asm_output_delta_uleb128, dw2_asm_output_delta_sleb128,
6865 dw2_asm_output_encoded_addr_rtx): Likewise.
6866 * emit-rtl.c (gen_rtx, gen_rtvec): Likewise.
6867 * errors.c (warning, error, fatal, internal_error): Likewise.
6868 * final.c (output_operand_lossage, asm_fprintf): Likewise.
6869 * fix-header.c (fatal): Likewise.
6870 * gcc.c (fatal, error, notice): Likewise.
6871 * gcov.c (fnotice): Likewise.
6872 * genattrtab.c (attr_rtx, attr_printf): Likewise.
6873 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
6874 * gensupport.c (message_with_line): Likewise.
6875 * mips-tfile.c (fatal, error): Likewise.
6876 * protoize.c (notice): Likewise.
6877 * ra-debug.c (ra_debug_msg): Likewise.
6878 * read-rtl.c (fatal_with_file_and_line): Likewise.
6879 * rtl-error.c (error_for_asm, warning_for_asm): Likewise.
6880 * tree.c (build, build_nt, build_function_type_list): Likewise.
6881
6882 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6883
6884 * defaults.h (TARGET_CPU_CPP_BUILTINS, CPP_PREDEFINES): Remove.
6885 * gcc.c (cpp_predefines): Remove.
6886 (cpp_unique_options, do_spec_1): Remove handling of CPP_PREDEFINES.
6887 (static_specs): Remove predefines.
6888 * system.h: Poison CPP_PREDEFINES.
6889 * config/freebsd.h, config/openbsd.h, config/ptx4.h, config/svr3.h,
6890 config/svr4.h, doc/tm.texi: Remove references to CPP_PREDEFINES.
6891
6892 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6893
6894 * config/m68k/hp320.h, config/m68k/linux.h, config/m68k/m68k-none.h,
6895 config/m68k/m68k.h, config/m68k/m68kemb.h, config/m68k/m68kv4.h,
6896 config/m68k/openbsd.h, config/m68k/rtemself.h: Remove CPP_PREDEFINES,
6897 use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS instead.
6898
6899 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6900
6901 PR c/9209
6902 * c-common.c, c-common.h (dollars_in_ident): Remove.
6903 * c-opts.c (DOLLARS_IN_IDENTIFIERS): Default to true.
6904 (c_common_init_options, c_common_decode_option): Set dollars_in_ident.
6905 * cpphash.h (warned_dollar): Rename warn_dollars.
6906 * cppinit.c (struct lang_flags, lang_defaults, cpp_set_lang)
6907 Permit dollars regardless of -std=.
6908 (post_options): Set warn_dollars.
6909 * cpplex.c (forms_identifier_p): Use warn_dollars.
6910 * config/darwin.h, config/alpha/vms.h, config/m68hc11/m68hc11.h:
6911 Remove redundant definitions of DOLLARS_IN_IDENTIFIERS.
6912 * doc/cpp.texi, doc/cppopts.texi, doc/invoke.texi, doc/tm.texi:
6913 Update documentation.
6914
6915 2003-05-17 Andreas Schwab <schwab@suse.de>
6916
6917 * config/m68k/m68k.c (m68k_output_function_prologue): Use
6918 HOST_WIDE_INT_PRINT_DEC for fprintf and %wd for asm_fprintf when
6919 formatting a HOST_WIDE_INT.
6920 (m68k_output_function_epilogue): Likewise.
6921
6922 2003-05-17 Zack Weinberg <zack@codesourcery.com>
6923
6924 * doc/install.texi: Remove information about desupported targets.
6925
6926 2003-05-17 Andreas Schwab <schwab@suse.de>
6927
6928 * config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
6929 * config/m68k/linux.h: Likewise.
6930 * config/m68k/m68k-none.h: Likewise.
6931 * config/m68k/netbsd-elf.h: Likewise.
6932 * config/m68k/sgs.h: Likewise.
6933 * config/m68k/m68k.h: Likewise.
6934 * config/m68k/m68k.md: Likewise.
6935 * config/m68k/m68k.c: Likewise.
6936 * doc/md.texi (Machine Constraints): Remove Sun FPA specific
6937 constraints.
6938 * doc/invoke.texi (Option Summary): Remove -mfpa.
6939 (M680x0 Options): Likewise.
6940
6941 2003-05-17 David Edelsohn <edelsohn@gnu.org>
6942
6943 * rs6000.c (rs6000_function_value): Simplify REAL_TYPE logic.
6944
6945 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6946
6947 * config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
6948 * config/sparc/liteelf.h, config/sparc/openbsd64.h,
6949 config/sparc/rtemself.h, config/sparc/sol2-64.h,
6950 config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
6951 Update for use of TARGET_SUB_OS_CPP_BUILTINS.
6952
6953 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6954
6955 * i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
6956 TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
6957
6958 2003-05-17 Neil Booth <neil@daikokuya.co.uk>
6959
6960 * config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
6961 * sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
6962 sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
6963 sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
6964 sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
6965 sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
6966 sparc/sysv4.h,
6967 * sparc/sysv4-only.h: New.
6968
6969 2003-05-17 Alan Modra <amodra@bigpond.net.au>
6970
6971 * function.c (assign_parms): Check for zero size args.
6972
6973 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6974
6975 * cfgloopanal.c (test_for_iteration): Use string concatentation on
6976 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
6977 function calls into one.
6978 * dbxout.c (dbxout_symbol): Likewise.
6979 * defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
6980 * dwarf2asm.c (dw2_asm_output_data_uleb128,
6981 dw2_asm_output_data_sleb128): Likewise.
6982 * genrecog.c (debug_decision_2): Likewise.
6983 * loop.c (emit_prefetch_instructions): Likewise.
6984 * print-rtl.c (print_rtx): Likewise.
6985 * print-tree.c (print_node_brief, print_node): Likewise.
6986 * ra-debug.c (dump_igraph, dump_graph_cost,
6987 dump_static_insn_cost): Likewise.
6988 * ra-rewrite.c (dump_cost): Likewise.
6989 * sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
6990 * sreal.c (dump_sreal): Likewise.
6991 * unroll.c (unroll_loop, precondition_loop_p): Likewise.
6992 * varasm.c (assemble_vtable_entry): Likewise.
6993
6994 * avr.c (avr_output_function_prologue,
6995 avr_output_function_epilogue, print_operand): Fix format specifier
6996 warnings.
6997 (init_cumulative_args): Mark parameter with ATTRIBUTE_UNUSED.
6998 * avr.h (FUNCTION_VALUE_REGNO_P): Fix signed/unsigned warnings.
6999
7000 2003-05-16 Geoffrey Keating <geoffk@apple.com>
7001
7002 * config/rs6000/rs6000.c (expand_block_move): Unify the TARGET_STRING
7003 and ! TARGET_STRING cases.
7004
7005 * doc/cppopts.texi (-undef): Fix texinfo warning.
7006
7007 * doc/cppopts.texi (-H): Document that -H works for PCH files too.
7008 * cppfiles.c (validate_pch): When -H is used, print some information
7009 about PCH files found.
7010
7011 2003-05-16 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7012
7013 * config/mips/t-elf: Remove obsolete rules adding dependencies on tm.h.
7014 * config/mips/t-isa3264, config/mips/t-r3900: Likewise.
7015 * config/mips/t-sr71k: Likewise.
7016
7017 2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7018
7019 * arc.c (arc_output_function_prologue,
7020 arc_output_function_epilogue): Fix format specifier warnings.
7021 * arc.h (LARGE_INT): Fix signed/unsigned warnings.
7022
7023 * v850.c (print_operand): Fix format specifier warnings.
7024
7025 * ns32k.c (ADJSP, ns32k_output_function_prologue): Fix format
7026 specifier warnings.
7027
7028 * mcore.c (mcore_print_operand_address, mcore_print_operand): Fix
7029 format specifier warnings.
7030
7031 * ip2k.c (function_prologue, function_epilogue, print_operand):
7032 Fix format specifier warnings.
7033 * ip2k.md: Likewise.
7034
7035 * i960.c (i960_output_function_prologue, i960_print_operand,
7036 i960_print_operand_addr): Fix format specifier warnings.
7037
7038 * i370.c (ascebc, ebcasc): Wrap in macros controlling usage.
7039 (i370_output_function_prologue): Fix format specifier warnings.
7040 * i370.h (PRINT_OPERAND): Likewise.
7041
7042 * fr30.c (fr30_print_operand): Fix format specifier warnings.
7043
7044 * dsp16xx.c (print_operand_address): Fix format specifier warning.
7045 * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
7046
7047 * c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
7048 specifier warnings.
7049
7050 * alpha.c (print_operand_address, alpha_start_function,
7051 unicosmk_output_ssib): Use string concatentation on
7052 HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
7053 function calls into one.
7054 * arm.c (arm_print_operand): Likewise.
7055 * cris.c (cris_asm_output_mi_thunk): Likewise.
7056 * frv.c (frv_asm_output_mi_thunk): Likewise.
7057 * ia64.c (ia64_print_operand, process_set): Likewise.
7058 * m68k.c (m68k_output_function_epilogue, m68k_output_mi_thunk):
7059 Likewise.
7060 * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
7061 * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
7062 * pa.c (output_div_insn, pa_asm_output_mi_thunk): Likewise.
7063 * pa.h (PRINT_OPERAND_ADDRESS): Likewise.
7064 * rs6000.c (rs6000_va_start, print_operand_address): Likewise.
7065 * s390.c (s390_assemble_integer): Likewise.
7066 * sparc.c (sparc_flat_function_prologue,
7067 sparc_flat_function_epilogue): Likewise.
7068 * stormy16.c (xstormy16_print_operand_address, xstormy16_print_operand): Likewise.
7069 * vax.c (vax_output_mi_thunk): Likewise.
7070
7071 * frv.c (frv_print_operand_memory_reference): Fix format specifier
7072 warning.
7073 (frv_rtx_costs): Mark parameter with ATTRIBUTE_UNUSED.
7074
7075 * m68k.c (m68k_output_function_epilogue): Fix format specifier
7076 warnings.
7077
7078 * stormy16-protos.h (xs_hi_general_operand,
7079 xs_hi_nonmemory_operand): Prototype.
7080 * stormy16.c (xstormy16_output_shift): Fix format specifier
7081 warnings.
7082
7083 * cris.c: Fix format specifier warnings.
7084
7085 2003-05-16 Nick Clifton <nickc@redhat.com>
7086
7087 * config/arm/lib1funcs.asm: Fix typo: LSM instead of LSYM.
7088
7089 2003-05-16 Wolfgang Bangerth <bangerth@dealii.org>
7090
7091 * doc/bugreport.texi: Remove most of the of the preface of the
7092 bugs section.
7093
7094 2003-05-16 Jakub Jelinek <jakub@redhat.com>
7095
7096 * config/ia64/unwind-ia64.c (uw_update_reg_address): Handle
7097 .save XX, r0.
7098
7099 2003-05-15 Roger Sayle <roger@eyesopen.com>
7100
7101 * config/alpha/alpha.h (ASM_OUTPUT_SKIP): Fix typo.
7102
7103 2003-05-15 Eric Christopher <echristo@redhat.com>
7104
7105 * cfgcleanup.c (merge_blocks): Fix return value.
7106
7107 2003-05-15 Eric Christopher <echristo@redhat.com>
7108
7109 * combine.c (expand_compound_operation): Make sure
7110 that zero_extend operation is profitable.
7111
7112 2003-05-15 Richard Henderson <rth@redhat.com>
7113
7114 * config/alpha/linux.h, config/alpha/linux-elf.h: Remove
7115 code protected by USE_GNULIBC_1.
7116
7117 2003-05-15 Zack Weinberg <zack@codesourcery.com>
7118
7119 * config.gcc: Purge all targets obsoleted in GCC 3.3. Also
7120 remove hppa*-*-mpeix* which could not be built, and prune
7121 files from tmake_file= or tm_file= lists that don't exist.
7122
7123 * config/alpha/alpha-interix.h, config/alpha/alpha32.h
7124 * config/alpha/t-interix, config/arm/conix-elf.h
7125 * config/arm/t-arm-aout, config/arm/t-strongarm-coff
7126 * config/arm/unknown-elf-oabi.h, config/i386/win32.h
7127 * config/m68k/3b1.h, config/m68k/3b1g.h, config/m68k/amix.h
7128 * config/m68k/atari.h, config/m68k/ccur-GAS.h, config/m68k/crds.h
7129 * config/m68k/hp2bsd.h, config/m68k/hp3bsd.h
7130 * config/m68k/hp3bsd44.h, config/m68k/linux-aout.h
7131 * config/m68k/m68k-psos.h, config/m68k/mot3300.h
7132 * config/m68k/pbb.h, config/m68k/plexus.h, config/m68k/sun2.h
7133 * config/m68k/sun2o4.h, config/m68k/sun3.h, config/m68k/sun3mach.h
7134 * config/m68k/sun3n.h, config/m68k/sun3n3.h, config/m68k/sun3o3.h
7135 * config/m68k/t-mot3300, config/m68k/t-mot3300-gald
7136 * config/m68k/t-mot3300-gas, config/m68k/t-mot3300-gld
7137 * config/m68k/tower-as.h, config/m68k/tower.h
7138 * config/m88k/aout-dbx.h, config/m88k/m88k-aout.h
7139 * config/m88k/m88k-modes.def, config/m88k/m88k-move.sh
7140 * config/m88k/m88k-protos.h, config/m88k/m88k.c
7141 * config/m88k/m88k.h, config/m88k/m88k.md, config/m88k/openbsd.h
7142 * config/m88k/sysv4.h, config/m88k/t-luna, config/m88k/t-luna-gas
7143 * config/m88k/t-m88k, config/m88k/t-sysv4, config/mcore/gfloat.h
7144 * config/mips/rtems64.h, config/mips/sni-gas.h
7145 * config/mips/sni-svr4.h, config/mips/t-ecoff
7146 * config/mn10200/lib1funcs.asm, config/mn10200/mn10200-protos.h
7147 * config/mn10200/mn10200.c, config/mn10200/mn10200.h
7148 * config/mn10200/mn10200.md, config/mn10200/t-mn10200
7149 * config/pa/pa-hiux.h, config/pa/pa-hpux7.h, config/pa/pa-hpux9.h
7150 * config/pa/pa-oldas.h, config/pa/t-mpeix, config/psos.h
7151 * config/romp/romp-protos.h, config/romp/romp.c
7152 * config/romp/romp.h, config/romp/romp.md, config/rs6000/aix31.h
7153 * config/rs6000/aix3newas.h, config/rs6000/mach.h
7154 * config/sparc/bsd.h, config/sparc/hal.h
7155 * config/sparc/linux-aout.h, config/sparc/lynx-ng.h
7156 * config/sparc/lynx.h, config/sparc/netbsd.h
7157 * config/sparc/sp86x-aout.h, config/sparc/splet.h
7158 * config/sparc/sun4gas.h, config/sparc/sun4o3.h
7159 * config/sparc/sunos4.h, config/sparc/t-chorus-elf
7160 * config/sparc/t-halos, config/sparc/t-sparcbare
7161 * config/sparc/t-splet, config/sparc/t-sunos41
7162 * config/v850/rtems.h: Delete file.
7163
7164 2003-05-15 Aldy Hernandez <aldyh@redhat.com>
7165
7166 * config/rs6000/rs6000-protos.h (function_value): Protoize.
7167
7168 * config/rs6000/rs6000.h (FUNCTION_VALUE): Call function.
7169
7170 * config/rs6000/rs6000.c (rs6000_function_value): New.
7171
7172 2003-05-15 Philip Blundell <philb@gnu.org>
7173
7174 * config/arm/arm.c (arm_is_xscale): Rename to arm_arch_xscale.
7175 All uses updated.
7176 (arm_tune_xscale): New variable.
7177 (arm_override_options): Set it.
7178 (arm_adjust_cost): Use it in place of arm_arch_xscale.
7179 (arm_gen_load_multiple): Likewise.
7180 (arm_gen_store_multiple): Likewise.
7181 * config/arm/arm.md (is_xscale): Likewise.
7182 * config/arm/arm.h (arm_tune_xscale): Declare.
7183
7184 2003-05-15 Philip Blundell <philb@gnu.org>
7185
7186 PR target/10730
7187 * config/arm/arm.c (adjacent_mem_locations): Reject offsets
7188 involving invalid constants.
7189
7190 2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7191
7192 * pa.c (hppa_expand_prologue): Remove blockage.
7193
7194 2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
7195
7196 * doc/bugreport.texi: Remove most of the bug reporting
7197 instructions and merge them into bugs.html.
7198
7199 2003-05-14 Matt Kraai <kraai@alumni.cmu.edu>
7200
7201 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Cast
7202 g_switch_value to unsigned HOST_WIDE_INT.
7203
7204 2003-05-14 Eric Christopher <echristo@redhat.com>
7205
7206 * combine.c: Fix header comments.
7207 (distribute_notes): Remove usage of elim_i1, elim_i2. Propagate
7208 to all calls and prototype.
7209
7210 2003-05-14 Roger Sayle <roger@eyesopen.com>
7211
7212 PR optimization/10764
7213 * config/i386/i386.md (atan2df3, atan2sf3, atan2xf3, atan2tf3):
7214 Add an explicit clobber to show that UNSPEC_FPATAN clobbers st(1).
7215 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): Likewise,
7216 add an explicit clobber to show that UNSPEC_FYL2X clobbers st(1).
7217 (logsf2, logdf2, logxf2, logtf2): Update expander patterns to match
7218 the corresponding *fyl2x_?fxf3 instructions.
7219
7220 2003-05-14 Bob Wilson <bob.wilson@acm.org>
7221
7222 * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.
7223 * config/xtensa/xtensa-config.h (XCHAL_HAVE_CONST16,
7224 XCHAL_HAVE_L32R): New.
7225 * config/xtensa/xtensa-protos.h (non_const_move_operand,
7226 xtensa_load_constant, xtensa_function_prologue,
7227 xtensa_function_epilogue): Delete prototypes.
7228 (xtensa_expand_prologue): New.
7229 * config/xtensa/xtensa.c (frame_size_const,
7230 TARGET_ASM_FUNCTION_PROLOGUE, TARGET_MACHINE_DEPENDENT_REORG,
7231 non_const_move_operand, xtensa_load_constant, xtensa_reorg,
7232 xtensa_function_prologue): Delete.
7233 (add_operand, xtensa_mem_offset): Formatting.
7234 (move_operand): If the const16 option is available, allow any SFmode
7235 and SImode constants.
7236 (xtensa_emit_move_sequence): Inline the former contents of
7237 xtensa_load_constant with modifications to handle the const16 option.
7238 (override_options): Add xtensa_char_to_class['W'] and set it to
7239 the general register class only if the const16 option is enabled.
7240 Fix formatting. Disallow PIC when using the const16 option.
7241 (print_operand): Reorganize to switch on "letter" instead of the
7242 RTL code. Add output_operand_lossage calls for invalid cases.
7243 Add support for 't' and 'b' letters.
7244 (xtensa_expand_prologue): New function to replace
7245 xtensa_function_prologue and xtensa_reorg.
7246 (xtensa_function_epilogue): Declare this as static. Delete code
7247 to print the retw.n or retw instruction.
7248 (xtensa_return_addr): Use A0_REG instead of 0.
7249 (xtensa_rtx_costs): Add costs for using the const16 option.
7250 * config/xtensa/xtensa.h (MASK_CONST16, TARGET_CONST16): New.
7251 (TARGET_DEFAULT): Add CONST16 if L32R instructions not available.
7252 (TARGET_SWITCHES): Add "const16" and "no-const16".
7253 (REG_CLASS_FROM_LETTER): Add comment about new 'W' letter.
7254 (EXTRA_CONSTRAINT): Change 'T' constraint to only apply when not
7255 using the const16 option.
7256 (TRAMPOLINE_TEMPLATE): Rewrite to avoid hardwired use of l32r insn.
7257 (TRAMPOLINE_SIZE): Change from 49 to 59.
7258 (INITIALIZE_TRAMPOLINE): Adjust offsets to match new trampoline.
7259 (GO_IF_LEGITIMATE_ADDRESS): Do not allow constant pool addresses
7260 when using the const16 option.
7261 (PREDICATE_CODES): Delete non_const_move_operand.
7262 * config/xtensa/xtensa.md (define_constants): Add A1_REG, A8_REG, and
7263 UNSPECV_ENTRY.
7264 (movdi, movdf): If the source is a constant, always expand to a
7265 sequence of movsi insns.
7266 (movdi_internal, movdf_internal): Remove alternative using l32r insns.
7267 (movsi_internal, movsf_internal): Add alternative using const16 insns.
7268 (movsf): Add const16 support.
7269 (entry, prologue, epilogue): New.
7270 (set_frame_ptr): Add missing mode for unspec_volatile operation.
7271 Likewise for subsequent split pattern.
7272 * doc/invoke.texi (Option Summary, Xtensa Options): Document new
7273 "-mconst16" and "-mno-const16" options.
7274
7275 2003-05-14 Richard Henderson <rth@redhat.com>
7276
7277 * config/ia64/ia64.c (ia64_expand_load_address): Force destination
7278 to be DImode register. Merge load_symptr.
7279 * config/ia64/ia64.md (load_symptr): Remove.
7280
7281 2003-05-14 Richard Henderson <rth@redhat.com>
7282
7283 * rtl.h (TREE_CONSTANT_POOL_ADDRESS_P): Rename from
7284 DEFERRED_CONSTANT_P.
7285 * integrate.c (copy_rtx_and_substitute): Update use.
7286 * varasm.c (build_constant_desc): Set SYMBOL_REF_DECL
7287 to the copy generated.
7288 (maybe_output_constant_def_contents): Examine TREE_ASM_WRITTEN
7289 of the constant to see if we should emit.
7290 (mark_constant): Similarly.
7291 (output_constant_def_contents): Set TREE_ASM_WRITTEN.
7292
7293 2003-05-14 David Edelsohn <edelsohn@gnu.org>
7294
7295 * config/rs6000/rs6000.md (movsi_internal2): Use compare for self
7296 move record condition.
7297 (movdi_internal2): Same.
7298
7299 2003-05-14 Nathan Sidwell <nathan@codesourcery.com>
7300
7301 * gcov-io.h (gcov_write_bytes, gcov_read_bytes): Remove here.
7302 (GCOV_TAG_*) Force type to gcov_unsigned_t.
7303 (GCOV_CHECK, GCOV_CHECK_READING, GCOV_CHECK_WRITING): New.
7304 (struct gcov_var): Remove modified. Add start, length, offset,
7305 overread. Have buffer array for libgcov.
7306 (gcov_sync, gcov_seek): Definitions moved to gcov-io.c.
7307 (gcov_position, gcov_rewrite, gcov_is_eof): Adjust.
7308 * gcov-io.c (gcov_open): Set mode, do not read anything.
7309 (gcov_close): Write final block.
7310 (gcov_write_block, gcov_allocate): New.
7311 (gcov_write_bytes): Make static. Write or allocate buffer.
7312 (gcov_write_unsigned, gcov_write_counter): Buffer can never be
7313 null.
7314 (gcov_write_string): Adjust.
7315 (gcov_write_tag)
7316 (gcov_write_length): Adjust. Flush the block.
7317 (gcov_write_tag_length): Buffer can never be null.
7318 (gcov_read_bytes): Make static. Read in block.
7319 (gcov_sync): Moved here. Adjust.
7320 (gcov_seek): Moved here. Adjust.
7321 * coverage.c (read_counts_file): Adjust.
7322 * gcov-dump.c (print_prefix): Add position parameter.
7323 (flag_dump_positions): New flag.
7324 (options, main, print_usage): Add it.
7325 (dump_file, tag_blocks, tag_arcs, tag_lines, tag_counters,
7326 tag_summary): Adjust.
7327 * gcov.c (read_graph_file, read_count_file): Adjust.
7328 * libgcov.c (gcov_exit): Adjust.
7329
7330 * Makefile.in (LIBGCC_DEPS): Use $(srcdir) on gcov files
7331 (libgcov.a): Depend on libgcc.a.
7332 (gcov.o, gcov-dump.o): Add gcov-io.c.
7333 * mklibgcc.in (libgcov_c_dep): Use $(srcdir).
7334
7335 * loop.c (check_dbra_loop): Factor common test.
7336
7337 2003-05-14 Ben Elliston <bje@wasabisystems.com>
7338
7339 * doc/md.texi (Automaton pipeline description): Grammar fixes.
7340
7341 2003-05-14 Richard Sandiford <rsandifo@redhat.com>
7342
7343 * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
7344 (TARGET_INITIALIZER): Include it.
7345 * target.h (struct gcc_target): Add machine_dependent_reorg field.
7346 * toplev.c (rest_of_compilation): Use targetm.machine_dependent_reorg.
7347 * system.h: Poison MACHINE_DEPENDENT_REORG.
7348
7349 * config/alpha/alpha-protos.h (alpha_reorg): Remove declaration.
7350 * config/alpha/alpha.h (MACHINE_DEPENDENT_REORG): Remove.
7351 * config/alpha/alpha.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7352 (alpha_handle_trap_shadows): Remove "first insn" parameter.
7353 (alpha_align_insns): Likewise.
7354 (alpha_reorg): Likewise. Make static. Update calls to above
7355 functions.
7356
7357 * config/arm/arm-protos.h (arm_reorg): Remove declaration.
7358 * config/arm/arm.h (MACHINE_DEPENDENT_REORG): Remove.
7359 * config/arm/arm.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7360 (arm_reorg): Remove parameter. Make static.
7361
7362 * config/avr/avr-protos.h (machine_dependent_reorg): Remove.
7363 * config/avr/avr.h (MACHINE_DEPENDENT_REORG): Remove.
7364 * config/avr/avr.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7365 (avr_reorg): Renamed from machine_dependent_reorg. Make static.
7366 Remove parameter.
7367
7368 * config/c4x/c4x-protos.h (c4x_process_after_reload): Remove.
7369 * config/c4x/c4x.h (MACHINE_DEPENDENT_REORG): Remove.
7370 * config/c4x/c4x.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7371 (c4x_reorg): Renamed from c4x_process_after_reload. Make static.
7372 Remove parameter.
7373
7374 * config/d30v/d30v-protos.h (d30v_machine_dependent_reorg): Remove.
7375 * config/d30v/d30v.h (MACHINE_DEPENDENT_REORG): Remove.
7376 * config/d30v/d30v.c (d30v_machine_dependent_reorg): Remove.
7377
7378 * config/frv/frv-protos.h (frv_machine_dependent_reorg): Remove.
7379 * config/frv/frv.c: Remove orphaned comment.
7380
7381 * config/i386/i386-protos.h (x86_machine_dependent_reorg): Remove.
7382 * config/i386/i386.h (MACHINE_DEPENDENT_REORG): Remove.
7383 * config/i386/i386.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7384 (ix86_reorg): Renamed from x86_machine_dependent_reorg. Make static.
7385 Remove parameter.
7386
7387 * config/ia64/ia64-protos.h (ia64_reorg): Remove declaration.
7388 * config/ia64/ia64.h (MACHINE_DEPENDENT_REORG): Remove.
7389 * config/ia64/ia64.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7390 (emit_insn_group_barriers): Remove "first insn" parameter.
7391 (emit_all_insn_group_barriers): Likewise.
7392 (ia64_reorg): Likewise. Make static. Update calls to above functions.
7393 (ia64_output_mi_thunk): Update call to emit_all_insn_group_barriers.
7394
7395 * config/ip2k/ip2k-protos.h (machine_dependent_reorg): Remove.
7396 * config/ip2k/ip2k.h (MACHINE_DEPENDENT_REORG): Remove.
7397 * config/ip2k/ip2k.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7398 (ip2k_reorg): Renamed from machine_dependent_reorg. Make static.
7399 Remove parameter.
7400
7401 * config/m68hc11/m68hc11-protos.h (m68hc11_reorg): Remove declaration.
7402 * config/m68hc11/m68hc11.h (MACHINE_DEPENDENT_REORG): Remove.
7403 * config/m68hc11/m68hc11.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7404 (m68hc11_reorg): Make static. Remove parameter.
7405
7406 * config/mcore/mcore-protos.h (mcore_dependent_reorg): Remove.
7407 * config/mcore/mcore.h (MACHINE_DEPENDENT_REORG): Remove.
7408 * config/mcore/mcore.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7409 (conditionalize_optimization): Remove parameter.
7410 (mcore_reorg): Renamed from mcore_dependent_reorg. Remove parameter.
7411 Make static. Update call to conditionalize_optimization.
7412
7413 * config/mips/mips-protos.h (machine_dependent_reorg): Remove.
7414 * config/mips/mips.h (MACHINE_DEPENDENT_REORG): Remove.
7415 * config/mips/mips.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7416 (mips_reorg): Renamed from machine_dependent_reorg. Remove parameter.
7417 Make static.
7418
7419 * config/mmix/mmix-protos.h (mmix_machine_dependent_reorg): Remove.
7420 * config/mmix/mmix.h (MACHINE_DEPENDENT_REORG): Remove.
7421 * config/mmix/mmix.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7422 (mmix_reorg): Renamed from mmix_machine_dependent_reorg. Make static.
7423 Remove parameter.
7424
7425 * config/pa/pa-protos.h (pa_reorg): Remove declaration.
7426 * config/pa/pa.h (MACHINE_DEPENDENT_REORG): Remove.
7427 * config/pa/pa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7428 (pa_combine_instructions): Remove "first insn" parameter.
7429 (remove_useless_addtr_insns): Likewise.
7430 (pa_reorg): Likewise. Make static. Update calls to above functions.
7431
7432 * config/rs6000/rs6000.h (MACHINE_DEPENDENT_REORG): Remove
7433 commented-out definition.
7434
7435 * config/s390/s390-protos.h (s390_machine_dependent_reorg): Remove.
7436 * config/s390/s390.h (MACHINE_DEPENDENT_REORG): Remove.
7437 * config/s390/s390.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7438 (s390_reorg): Renamed from s390_machine_dependent_reorg. Make static.
7439 Remove parameter.
7440
7441 * config/sh/sh-protos.h (machine_dependent_reorg): Remove.
7442 * config/sh/sh.h (MACHINE_DEPENDENT_REORG): Remove.
7443 * config/sh/sh.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7444 (sh_reorg): Renamed from machine_dependent_reorg. Make static.
7445 Remove parameter.
7446 (sh_output_mi_thunk): Call sh_reorg directly.
7447 * config/sh/sh.md: Update comment.
7448
7449 * config/stormy16/stormy16.h (MACHINE_DEPENDENT_REORG): Remove
7450 commented-out definition.
7451
7452 * config/v850/v850-protos.h (v850_reorg): Remove declaration.
7453 * config/v850/v850.h (MACHINE_DEPENDENT_REORG): Remove.
7454 * config/v850/v850.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7455 (v850_reorg): Make static. Remove parameter.
7456
7457 * config/xtensa/xtensa-protos.h (xtensa_reorg): Remove declaration.
7458 * config/xtensa/xtensa.h (MACHINE_DEPENDENT_REORG): Remove.
7459 * config/xtensa/xtensa.c (TARGET_MACHINE_DEPENDENT_REORG): Define.
7460 (xtensa_reorg): Make static. Remove parameter.
7461
7462 * doc/tm.texi (MACHINE_DEPENDENT_REORG): Remove.
7463 (TARGET_MACHINE_DEPENDENT_REORG): Document.
7464
7465 2003-05-13 Richard Henderson <rth@redhat.com>
7466
7467 * c-decl.c (duplicate_decls): Re-invoke make_decl_rtl if
7468 the old decl had instantiated DECL_RTL.
7469
7470 2003-05-13 Mike Stump <mrs@apple.com>
7471
7472 * doc/invoke.texi (Option Summary): Kill off documentation for -$.
7473
7474 2003-05-13 Janis Johnson <janis187@us.ibm.com>
7475
7476 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
7477 HOST_WIDE_INT argument.
7478
7479 2003-05-13 Jason Merrill <jason@redhat.com>
7480
7481 * tree.h (STRIP_MAIN_TYPE_NOPS): New macro.
7482
7483 * tree.c (iterative_hash_expr): New fn.
7484
7485 * c-semantics.c (emit_local_var): Don't mess with temp slots if
7486 there's no initializer.
7487
7488 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
7489
7490 * final.c (final_scan_insn): Apply the effects of frame-related
7491 delay slot insns before emitting a delayed branch.
7492
7493 2003-05-13 Nick Clifton <nickc@redhat.com>
7494
7495 * config/mcore/mcore.md (jump): Use emit_jump_insn.
7496
7497 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7498
7499 * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Second
7500 parameter of ASM_OUTPUT_SKIP must have type unsigned HOST_WIDE_INT.
7501
7502 2003-05-12 DJ Delorie <dj@redhat.com>
7503
7504 * expr.c (move_by_pieces): Honor the alignment of TO and FROM.
7505 (emit_push_insn): Don't use push when the source alignment is less
7506 than the stack's push rounding.
7507
7508 2003-05-13 Zack Weinberg <zack@codesourcery.com>
7509
7510 * diagnostic.c (output_format): Add support for %m.
7511 (output_printf, output_verbatim, diagnostic_set_info,
7512 verbatim): Set err_no field of the text_info structure being
7513 initialized.
7514 (fatal_io_error): Delete function.
7515 * diagnostic.h (text_info): Add err_no field.
7516 * toplev.h (fatal_io_error): Delete prototype.
7517
7518 * c-opts.c, c-pch.c, dwarfout.c, ggc-common.c, ggc-page.c, graph.c
7519 * toplev.c, config/mips/mips.c, config/rs6000/host-darwin.c
7520 * objc/objc-act.c: Replace all calls to fatal_io_error with
7521 calls to fatal_error; add ": %m" to the end of all the affected
7522 error messages.
7523
7524 2003-05-13 Zack Weinberg <zack@codesourcery.com>
7525
7526 * varasm.c (notice_rtl_inlining_of_deferred_constant): New function.
7527 * rtl.h: Prototype it.
7528 * integrate.c (copy_rtx_and_substitute <SYMBOL_REF>): Call it
7529 when appropriate.
7530
7531 2003-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7532
7533 * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative.
7534 ("*iorsi3_oi"): Likewise.
7535
7536 2003-05-13 Richard Earnshaw <rearnsha@arm.com>
7537
7538 * arm.md (compare_scc): Use shorter sequence for EQ case.
7539 (ior_scc_scc_cmp, and_scc_scc_cmp): New insn-and-split patterns.
7540 (and_scc_scc): Ensure split only applies when there is a dominance
7541 of the comparisons.
7542 (and_scc_scc_nodom): New insn-and-split pattern.
7543
7544 2003-05-13 Richard Sandiford <rsandifo@redhat.com>
7545
7546 * unwind-dw2.c (uw_init_context_1): Don't pass &outer_cfa directly
7547 to _Unwind_SetGRPtr().
7548
7549 2003-05-13 Michael Eager <eager@mvista.com>
7550
7551 * Makefile.in: Initialize program_transform_cross_name from
7552 @program_transform_name@ instead of target_alias.
7553
7554 2003-05-12 Janis Johnson <janis187@us.ibm.com>
7555 Alan Modra <amodra@bigpond.net.au>
7556 Jakub Jelinek <jakub@redhat.com>
7557
7558 * configure.in (HAVE_AS_TLS): Add powerpc and powerpc64 tests.
7559 * configure: Rebuild.
7560 * config/rs6000/rs6000-protos.h: Update.
7561 * config/rs6000/rs6000.c (rs6000_tls_size): New.
7562 (rs6000_tls_size_string): New.
7563 (rs6000_parse_tls_size_option): New.
7564 (rs6000_legitimize_tls_address): New.
7565 (rs6000_tls_get_addr): New.
7566 (rs6000_got_sym): New.
7567 (rs6000_tls_symbol_ref): New.
7568 (rs6000_tls_symbol_ref_1): New.
7569 (rs6000_get_some_local_dynamic_name): New.
7570 (rs6000_get_some_local_dynamic_name_1): New.
7571 (TARGET_HAVE_TLS): New.
7572 (TARGET_CANNOT_FORCE_CONST_MEM): New.
7573 (rs6000_override_options): Handle -mtls-size option.
7574 (constant_pool_expr_1): Handle TLS symbols.
7575 (rs6000_legitimize_address): Handle TLS symbols.
7576 (rs6000_tls_referenced_p): New.
7577 (rs6000_legitimate_address): Handle TLS symbols.
7578 (rs6000_emit_move): Handle TLS symbols.
7579 (print_operand): Handle TLS symbols.
7580 (uses_TOC): Handle TLS symbols.
7581 (rs6000_emit_prologue): Use symbol for unspec constant.
7582 * config/rs6000/rs6000.h (HAVE_AS_TLS): New.
7583 (some_ld_name): New.
7584 (LEGITIMATE_CONSTANT_P): Handle TLS symbols.
7585 (PRINT_OPERAND_PUNCT_VALID_P): Handle TLS symbols.
7586 (PREDICATE_CODES): Add rs6000_tls_symbol_ref.
7587 * config/rs6000/rs6000.md (load_toc_v4_PIC_1, load_toc_v4_PIC_1b):
7588 Support TLS.
7589 (tls_gd_32, tls_gd_64, tls_ld_32, tls_ld_64, tls_dtprel_32,
7590 tls_dtprel_64, tls_dtprel_ha_32, tls_dtprel_ha_64, tls_dtprel_lo_32,
7591 tls_dtprel_lo_64, tls_got_dtprel_32, tls_got_dtprel_64, tls_tprel_32,
7592 tls_tprel_64, tls_tprel_ha_32, tls_tprel_ha_64, tls_tprel_lo_32,
7593 tls_tprel_lo_64, tls_got_tprel_32, tls_got_tprel_64, tls_tls_32,
7594 tls_tls_64): New.
7595 * config/rs6000/sysv4.h (SUBTARGET_OPTIONS): Add tls_size.
7596
7597 2003-05-12 Neil Booth <neil@cat.daikokuya.co.uk>
7598
7599 * Makefile.in (stage2_build, stage3_build, stage4_build):
7600 Set BUILD_CC to the same as CC.
7601
7602 2003-05-12 Neil Booth <neil@daikokuya.co.uk>
7603
7604 * alloc-pool.c (last_id): Put in ENABLE_CHECKING guards.
7605
7606 2003-05-12 Andreas Schwab <schwab@suse.de>
7607
7608 * config/ia64/ia64.c (ia64_function_ok_for_sibcall): Mark 'exp'
7609 as unused.
7610 (bundling): Initialize 'pos'.
7611 (ia64_expand_builtin): Initialize 'rmode'.
7612
7613 2003-05-12 David Edelsohn <edelsohn@gnu.org>
7614
7615 * config/rs6000/xcoff.h (ASM_OUTPUT_SKIP): Accept HOST_WIDE_INT.
7616 (ASM_OUTPUT_ALIGNED_COMMON): Same.
7617 (ASM_OUTPUT_LOCAL): Same.
7618
7619 Mon May 12 21:53:29 CEST 2003 Jan Hubicka <jh@suse.cz>
7620
7621 * varasm.c (output_constant): Fix underflow.
7622
7623 2003-05-12 Mark Mitchell <mark@codesourcery.com>
7624
7625 PR other/10745
7626 * configure.in: Correct detection of GNU ld version number.
7627 * configure: Regenerated.
7628
7629 2003-05-12 Zack Weinberg <zack@codesourcery.com>
7630
7631 * diagnostic.c (diagnostic_for_decl): Take a
7632 diagnostic_context argument. Restructure to be consistent
7633 with diagnostic_report_diagnostic.
7634 (diagnostic_count_diagnostic): Now static. Take a
7635 diagnostic_info argument, not just a diagnostic_t. Some code
7636 moved here from internal_error. Move a case label for
7637 clarity.
7638 (diagnostic_action_after_output): New function. Code moved
7639 here from internal_error and fatal_error.
7640 (bug_report_request): New #define so that this text appears in
7641 only one place.
7642 (diagnostic_report_diagnostic): Update to match changes to
7643 diagnostic_count_diagnostic. Call diagnostic_action_after_output.
7644 (diagnostic_set_info): Call gettext here.
7645
7646 (pedwarn): Update comment. Don't call gettext here.
7647 (sorry): Use report_diagnostic. Don't call gettext here.
7648 (fatal_error): Remove final fnotice and exit, but call
7649 real_abort to prevent warnings about noreturn function returning.
7650 (internal_error): Likewise. Don't do ICE suppression here nor
7651 call context->internal_error.
7652 (warning_with_decl): Suppress for decls in system headers.
7653 Adjust call to diagnostic_for_decl.
7654 (pedwarn_with_decl): Likewise.
7655 (error_with_decl): Adjust call to diagnostic_for_decl.
7656 (error_recursion): Use bug_report_request.
7657
7658 * diagnostic.h: Remove prototype of diagnostic_count_diagnostic.
7659 * objc/objc-act.c (error_with_ivar, warn_with_method): Don't call
7660 diagnostic_count_diagnostic.
7661
7662 2003-05-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7663
7664 * pa64-hpux.h (ASM_OUTPUT_ALIGNED_COMMON): Correct last patch.
7665
7666 Mon May 12 15:57:54 CEST 2003 Jan Hubicka <jh@suse.cz>
7667
7668 * rs6000/darwin.h (ASM_OUTPUT_COMMON): Accept HOST_WIDE_INT
7669 * mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Fix warning.
7670 * mips/mips.h (ASM_OUTPUT_SKIP): Fix typo in the previous patch.
7671
7672 2003-05-12 Roger Sayle <roger@eyesopen.com>
7673
7674 * doc/rtl.texi: Document zero_extract as a valid destination
7675 of a set insn.
7676
7677 2003-05-12 Richard Earnshaw <rearnsha@arm.com>
7678
7679 * arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
7680 '.'. Change all local symbol definitions and references to use LSYM.
7681
7682 Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>
7683
7684 * expr.h (assemble_static_space): Update prototype.
7685 * output.h (assemble_zeros, output_constant): Likewise.
7686 * elfos.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): Make it 64bit clean
7687 * alpha.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASK_OUTPUT_LOCAL): Make
7688 it 64bit clean.
7689 * elf.h (ASM_OTUPUT_SKIP): Likewise.
7690 * unicosmk.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMM): Likewise.
7691 * arm.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7692 Expect HOST_WIDE_INT operand.
7693 * aout.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7694 Expect HOST_WIDE_INT operand.
7695 * unknown-elf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7696 Expect HOST_WIDE_INT operand.
7697 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
7698 HOST_WIDE_INT operand.
7699 * c4x.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP,
7700 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
7701 * aout.h (ASM_OTUPUT_SKIP): Likewise.
7702 * cris.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Likewise.
7703 * darwin.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON): Likewise.
7704 * dsp16xx.h (ASM_OTUPUT_SKIP): Likewise.
7705 * frv.h (ASM_OTUPUT_SKIP): Likewise.
7706 * h8300.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_LOCAL): Likewise.
7707 * 370.h (ASM_OTUPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7708 Make it 64bit
7709 clean.
7710 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
7711 * bsd.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7712 Make it 64bit clean.
7713 * darwin.h (ASM_OUTPUT_SKIP): Make it 64bit clean..
7714 * sco5.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Expect
7715 HOST_WIDE_INT operand
7716 * svr3gas.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7717 Expect HOST_WIDE_INT operand
7718 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
7719 * i960.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON,
7720 ASM_OUTPUT_ALIGNED_LOCAL): Expect HOST_WIDE_INT operand
7721 * ip2k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7722 Likewise.
7723 * m32r.h (ASM_OUTPUT_COMMON): Likewise.
7724 * 3b1.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7725 Likewise.
7726 * amix.h (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
7727 * crds.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
7728 * hp320.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7729 ASM_OUTPUT_SKIP): Likewise.
7730 * m68k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP):
7731 Likewise.
7732 * m68kelf.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7733 ASM_OUTPUT_SKIP): Likewise.
7734 * m68kv4.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7735 ASM_OUTPUT_SKIP): Likewise.
7736 * mot3300.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
7737 * netbsd-elf.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
7738 ASM_OUTPUT_SKIP): Likewise.
7739 * sgs.h (ASM_OUTPUT_SKIP): Likewise.
7740 * tower-as.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON,
7741 ASM_OUTPUT_SKIP): Likewise.
7742 * m88k.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP):
7743 Likewise.
7744 * mcore.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_BSS, ASM_OUTPUT_SKIP): Likewise.
7745 * iris.h (ASM_OUTPUT_LOCAL): Likewise.
7746 * mips.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_SKIP): Likewise.
7747 * ns32k.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL,
7748 ASM_OUTPUT_SKIP): Make it 64bit clean.
7749 * pa-pro-end.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL):
7750 Make it 64bit clean.
7751 * pa.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL,
7752 ASM_OUTPUT_SKIP): Make it 64bit clean.
7753 * hpux.h (ASM_OUTPUT_LOCAL, ASM_OUTPUT_ALIGNED_LOCAL): Make it
7754 64bit clean.
7755 * romp.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
7756 HOST_WIDE_INT argument
7757 * s390.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT argument.
7758 * sh.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_LOCAL, ASM_OUTPUT_COMMON): Expect
7759 HOST_WIDE_INT argument
7760 * sol2.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
7761 * sparc.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON): HOST_WIDE_INT argument
7762 * svr3.h (ASM_OUTPUT_SKIP): HOST_WIDE_INT argument
7763 * vax.h (ASM_OUTPUT_SKIP, ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL):
7764 HOST_WIDE_INT argument
7765 * vaxv.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
7766 * xtensa.h (ASM_OUTPUT_LOCAL): HOST_WIDE_INT argument
7767 * varasm.c (asm_output_bss, asm_output_aligned_bss,
7768 asm_emit_uninitialized, assemble_zeros, assemble_static_space):
7769 HOST_WIDE_INT argument
7770
7771 2003-05-10 Steven Bosscher <steven@gcc.gnu.org>
7772
7773 * cgraphunit.c (cgraph_create_edges): Drop walk_tree in
7774 favor of walk_tree_without_duplicates. Add comments.
7775
7776 2003-05-12 Josef Zlomek <zlomekj@suse.cz>
7777
7778 * alloc-pool.h (ALLOC_POOL_ID_TYPE): New type.
7779 (struct alloc_pool_def): New element 'id'.
7780 * alloc-pool.c (fancy_abort): Extern function prototype.
7781 (abort): Macro which uses fancy_abort.
7782 (struct allocation_object_def): New structure.
7783 (ALLOCATION_OBJECT_PTR_FROM_USER_PTR): New macro.
7784 (USER_PTR_FROM_ALLOCATION_OBJECT_PTR): New macro.
7785 (last_id): New variable.
7786 (create_alloc_pool): Add the offset of u.data to size of element,
7787 increase and use last_id.
7788 (free_alloc_pool): Do the checking only when ENABLE_CHECKING.
7789 (pool_alloc): Likewise. Set ID for elements.
7790 (pool_free): Check whether the PTR was allocated from POOL.
7791
7792 2003-05-11 Richard Henderson <rth@redhat.com>
7793
7794 PR c/10675
7795 * c-decl.c: Include hashtab.h.
7796 (detect_field_duplicates): New.
7797 (finish_struct): Use it.
7798 * Makefile.in (c-decl.o): Update.
7799 * c-parse.in (structsp_attr): Nreverse component_decl_list results.
7800 (component_decl_list, component_decl_list2,
7801 components, components_notype): Build list in reverse order.
7802 (enumlist): Clarify docs. Use TREE_CHAIN not chainon.
7803
7804 * tree.c (chainon): Special case op2 null as well.
7805 Reorg for clarity.
7806
7807 2003-05-11 Roger Sayle <roger@eyesopen.com>
7808
7809 * config/i386/i386.md (logsf2, logdf2, logxf2, logdf2): New patterns
7810 to implement log, logf and logl built-ins as inline x87 intrinsics.
7811 (UNSPEC_FYL2X): New unspec to represent x87's "fyl2x" instruction.
7812 (*fyl2x_sfxf3, *fyl2x_dfxf3, *fyl2x_xf3, *fyl2x_tfxf3): New insn
7813 patterns for x87's "fyl2x" instruction, used by log?f2 patterns.
7814
7815 * reg-stack.c (subst_stack_regs_pat): Handle UNSPEC_FYL2X like
7816 UNSPEC_FPATAN, i.e. replaces two stack operands with single result.
7817
7818 2003-05-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7819
7820 * Makefile.in (out_object_file): Don't set -Wno-error for ${cpu}.o.
7821
7822 * sparc.c (print_operand): Fix uninitialized warning.
7823
7824 2003-05-12 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7825
7826 * cfgloopanal.c (num_loop_insns, average_num_loop_insns): Count only
7827 real insns.
7828 * loop-unroll.c (unroll_loop_runtime_iterations): Remove superfluous
7829 condition.
7830
7831 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
7832
7833 * doc/cpp.texi: Fix typos.
7834
7835 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7836
7837 * config/s390/s390.c (s390_function_arg_float): New function.
7838 (s390_function_arg_pass_by_reference): Use it.
7839 (s390_function_arg_advance): Likewise.
7840 (s390_function_arg): Likewise.
7841 (s390_va_arg): Likewise
7842
7843 2003-05-11 Nathan Sidwell <nathan@codesourcery.com>
7844
7845 * coverage.h (coverage_counter_alloc): New function.
7846 * function.h (struct function): Remove arc_profile flag.
7847 * coverage.c (fn_ident): Remove.
7848 (fn_b_ctrs, no_coverage): New.
7849 (get_coverage_counts): Use current_function_funcdef_no.
7850 (coverage_counter_alloc): New.
7851 (coverage_counter_ref): Adjust.
7852 (coverage_begin_output): Check no_coverage. Use
7853 current_function_funcdef_no.
7854 (coverage_end_function): Likewise.
7855 (create_coverage): Set no_coverage. Set DECL_UNINLINEABLE rather
7856 than clearing flag_inline_functions. Do not clear arc_profile
7857 flag.
7858 * function.c (prepare_function_start): Do not set arc_profile
7859 flag.
7860 * profile.c (instrument_edges): Return number of instrumented
7861 edges. Use a for loop.
7862 (branch_prob): Call coverage_counter_alloc. Make BB_TO_GCOV_INDEX
7863 local to here and simplify. Use profile_arc_flag not arc_profile
7864 flag.
7865 (find_spanning_tree): Reformat.
7866 * toplev.c (rest_of_compilation): Use profile_arc_flags and
7867 flag_test_coverage rather than arc_profile flag.
7868
7869 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
7870
7871 * doc/invoke.texi (Wctor-dtor-privacy): Update documentation.
7872
7873 2003-05-11 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7874
7875 * varasm.c (copy_constant, case VIEW_CONVERT_EXPR): New case.
7876
7877 2003-05-11 Bruno Haible <bruno@clisp.org>
7878
7879 * cppfiles.c (find_or_create_entry): Preserve errno.
7880
7881 2003-05-11 Neil Booth <neil@cat.daikokuya.co.uk>
7882
7883 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into
7884 cpplib as it's a Standard Predefined Macro.
7885 * c-opts.c (finish_options): Pass flag_hosted to cpp_init_builtins.
7886 * cppinit.c (_cpp_init_builtins): Take HOSTED. Define
7887 __STDC_HOSTED__ appropriately.
7888 * cpplib.h (_cpp_init_builtins): Update.
7889 * fix-header.c (read_scan_file): Update.
7890 * doc/cpp.texi, doc/cppopts.texi: Update documentation.
7891
7892 2003-05-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
7893
7894 PR C++/689
7895 PR C++/9257
7896 * c-opts.c (c_common_decode_option): Don't set
7897 warn_ctor_dtor_privacy wen -Wall.
7898 * c-common.c (warn_ctor_dtor_privacy): Don't turn on by default.
7899
7900 2003-05-10 Alexandre Oliva <aoliva@redhat.com>
7901
7902 * reload1.c (reload_cse_move2add): Revert part of my 2003-05-09's
7903 patch.
7904
7905 2003-05-10 Zack Weinberg <zack@codesourcery.com>
7906
7907 * diagnostic.c: Reorder functions for clarity, putting all the
7908 functions in the "error" family next to each other, and
7909 likewise all the functions in the "error_with_decl" family.
7910 Some other routines were moved too. Add comments.
7911 (vbuild_message_string): Fold into sole caller.
7912
7913
7914 2003-05-11 Ulrich Weigand <uweigand@de.ibm.com>
7915
7916 * except.c (EH_RETURN_STACKADJ_RTX): Do not define.
7917 (EH_RETURN_HANDLER_RTX): Likewise.
7918 (expand_builtin_eh_return): Do not copy stack adjustment
7919 if EH_RETURN_STACKADJ_RTX is not defined.
7920 (expand_eh_return): Likewise. Also, do not pass stack
7921 adjustment as argument to the eh_return pattern.
7922 * except.h (MUST_USE_SJLJ_EXCEPTIONS): Do not define just
7923 because EH_RETURN_STACKADJ_RTX is not defined.
7924 * unwind-dw.c (uw_update_context_1): If EH_RETURN_STACKADJ_RTX
7925 is not defined, treat stack pointer like a regular register.
7926 (uw_init_context_1): Set up fake initial stack pointer register.
7927 (uw_install_context_1): Do not compute stack adjustment if
7928 EH_RETURN_STACKADJ_RTX is not defined.
7929
7930 * config/i386/i386.md ("eh_return"): Remove first argument.
7931 * config/mips/mips.md ("eh_return"): Likewise.
7932 * config/rs6000/rs6000.md ("eh_return"): Likewise.
7933 * config/sh/sh.md ("eh_return"): Likewise.
7934
7935 * config/s390/s390.h (EH_RETURN_STACKADJ_RTX): Remove.
7936
7937 2003-05-10 Alexander Aganichev <aaganichev@yandex.ru>
7938
7939 * config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
7940
7941 2003-05-10 Nathan Sidwell <nathan@codesourcery.com>
7942
7943 * defaults.h (GCOV_TYPE_SIZE): Remove.
7944 * gcov-io.h (gcov_type): Set to specific mode int on target.
7945 (gcov_unsigned_t, gcov_position_t): New.
7946 (GCOV_TYPE_NODE): New.
7947 (GCOV_TAG_SUMMARY_LENGTH): Adjust.
7948 (GCOV_COUNTERS_SUMMABLE): New.
7949 (gcov_ctr_summary, gcov_sumary, gcov_fn_info, gcov_merge_fn,
7950 gcov_ctr_info, gcov_info): Adjust types.
7951 (gcov_var): Adjust types.
7952 (gcov_write_unsigned, gcov_write_tag,
7953 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
7954 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
7955 (gcov_position, gcov_sync, gcov_seek): Adjust gcov types.
7956 * gcov-io.c (gcov_write_unsigned, gcov_write_tag,
7957 gcov_write_length, gcov_write_tag_length, gcov_write_summary,
7958 gcov_read_unsigned, gcov_read_summary): Adjust gcov types.
7959 * libgcov.c (gcov_crc32, gcov_version_mismatch, gcov_exit,
7960 __gcov_init, __gcov_merge_add): Adjust gcov types.
7961 * coverage.c (ctr_merge_functions): Constify.
7962 (ctr_names): New.
7963 (read_counts_file): Adjust gcov types. Only summarize & merge
7964 summable counters.
7965 (coverage_counter_ref): Use GCOV_TYPE_NODE.
7966 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
7967 build_ctr_info_value, build_gcov_info): Adjust types.
7968 * profile.c (branch_prob): Adjust gcov types.
7969 * gcov_dump (dump_file): Adjust gcov types.
7970
7971 2003-05-10 Richard Earnshaw <rearnsha@arm.com>
7972
7973 * arm.md (DOM_CC_X_AND_Y, DOM_CC_NX_OR_Y, DOM_CC_X_OR_Y): New
7974 constants.
7975 (ior_scc_scc, and_scc_scc): New insn_and_split patterns.
7976 * arm.c (arm_select_dominance_cc_mode): Renamed from
7977 select_dominance_cc_mode, no-longer static. Use DOM_CC... constants.
7978 Callers updated.
7979 * arm-protos.h (arm_select_dominance_cc_mode): Add prototype.
7980
7981 2003-05-09 Roger Sayle <roger@eyesopen.com>
7982
7983 * config/alpha/alpha.c (alpha_start_function): Declare frame_size
7984 as unsigned to avoid signed/unsigned comparison warnings.
7985
7986 2003-05-09 Bob Wilson <bob.wilson@acm.org>
7987
7988 * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"
7989 instruction if the Xtensa density option is enabled.
7990
7991 2003-05-09 Matt Kraai <kraai@alumni.cmu.edu>
7992
7993 * mklibgcc.in: Remove extra quotes.
7994
7995 2003-05-09 Mark Mitchell <mark@codesourcery.com>
7996
7997 * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
7998 of int_ftype_void.
7999
8000 2003-05-09 Alexandre Oliva <aoliva@redhat.com>
8001
8002 * reload1.c (reload_cse_move2add): Don't turn an implicit
8003 truncation into a self-set in the narrow mode.
8004
8005 2003-05-09 Richard Earnshaw <rearnsha@arm.com>
8006
8007 * arm.md (clzsi2): The CLZ instruction is predicable.
8008
8009 2003-05-09 Bob Wilson <bob.wilson@acm.org>
8010
8011 * config/xtensa/xtensa.c: Formatting.
8012
8013 2003-05-09 Diego Novillo <dnovillo@redhat.com>
8014
8015 * tree-dump.c (dequeue_and_dump): Use CONSTRUCTOR_ELTS,
8016 instead of TREE_OPERAND to access the operand of a
8017 CONSTRUCTOR node.
8018
8019 2003-05-09 Diego Novillo <dnovillo@redhat.com>
8020
8021 * tree-dump.c (dequeue_and_dump): CONSTRUCTOR nodes contain only
8022 one operand.
8023
8024 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8025
8026 * toplev.h (warning_with_file_and_line): Don't declare.
8027 (error_with_file_and_line): Likewise.
8028 * diagnostic.c (error_with_file_and_line): Remove.
8029 (warning_with_file_and_line): Likewise.
8030
8031 2003-05-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
8032
8033 * c-parse.in (if_stmt_locus): New object.
8034 (if_prefix rule): Use it. Don't use warning_with_file_and_line.
8035 (select_or_iter_stmt rule): Likewise.
8036 (if_stmt_file): Remove.
8037 (if_stmt_line): Likewise.
8038 * jump.c: include "diagnostic.h"
8039 (never_reached_warning): Don't use warning_with_file_and_line.
8040 * Makefile.in (jump.o): Add dependce on diagnostic.h
8041
8042 2003-05-09 Alan Modra <amodra@bigpond.net.au>
8043
8044 * expr.c (move_block_from_reg): Remove "size" parm. Localize vars.
8045 Move code handling pieces not larger than a word to..
8046 * function.c (assign_parms): ..here, but use change_address instead
8047 of adjust_address and operand_subword, and expand_binop instead of
8048 expand_shift. Adjust calls to move_block_from_reg.
8049 * expr.h (move_block_from_reg): Update declaration.
8050 (copy_blkmode_from_reg): Formatting.
8051 * Makefile.in (function.o): Add $(OPTABS_H) to deps.
8052 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Adjust
8053 move_block_from_reg calls.
8054 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
8055 * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
8056 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
8057 * config/m88k/m88k.c (m88k_builtin_saveregsk): Likewise.
8058 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
8059 * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
8060 * config/romp/romp.h (SETUP_INCOMING_VARARGS): Likewise.
8061 * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
8062 * config/sh/sh.c (sh_builtin_saveregs): Likewise.
8063
8064 2003-05-08 DJ Delorie <dj@redhat.com>
8065
8066 * config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
8067 to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
8068 variable-sized types).
8069 (xstormy16_function_arg): New. Pass them that way too.
8070 * config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
8071 * config/stormy16/stormy16.h (FUNCTION_ARG): Call it.
8072
8073 2003-05-08 Aldy Hernandez <aldyh@redhat.com>
8074
8075 * mklibgcc.in: Use mkinstalldirs when installing multilib
8076 directories.
8077
8078 2003-05-08 J"orn Rennecke <joern.rennecke@superh.com>
8079
8080 * sh.c (gen_block_redirect, split_branches): Use CODE_FOR_jump_compact
8081 instead of CODE_FOR_jump
8082
8083 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8084
8085 * objc/objc-act.c (error_with_ivar): Don't use
8086 error_with_file_and_line.
8087 (warn_with_method): Don't use warning_with_file_and_line.
8088
8089 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8090
8091 * stmt.c (emit_locus): New macro.
8092 (emit_filename): Remove.
8093 (emit_lineno): Likewise.
8094 (struct stmt_status): Replace members x_emit_filename and
8095 x_emit_lineno with x_emit_locus.
8096 (set_file_and_line_for_stmt): Adjust.
8097 (expand_expr_stmt_value): Don't use warning_with_file_and_line.
8098 (warn_if_unused_value): Likewise.
8099 (check_seenlabel): Likewise.
8100
8101 2003-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net>
8102
8103 * c-decl.c (define_label): Tidy. Don't use any of
8104 error_with_file_and_line or warning_with_file_and_file.
8105 (pending_xref_error): Likewise.
8106 (store_parm_decls): Likewise.
8107 (current_function_prototype_locus): New object. Package from
8108 current_function_prototype_file and current_function_prototype_line.
8109 (start_function): Use it.
8110 (current_function_prototype_file): Remove.
8111 (current_function_prototype_line): Remove;
8112
8113 2003-05-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8114
8115 * builtins.c (readonly_data_expr): New function.
8116 (expand_builtin_memmove): Optimize any rodata source, not just
8117 strings.
8118
8119 2003-05-07 David Mosberger <davidm@hpl.hp.com>
8120
8121 * unwind-libunwind.c (_Unwind_FindEnclosingFunction): New.
8122
8123 2003-05-07 Richard Henderson <rth@redhat.com>
8124
8125 * config/i386/i386.c (ix86_split_long_move): Fix base register
8126 mode for XFmode splits for TARGET_64BIT.
8127
8128 2003-05-07 Richard Henderson <rth@redhat.com>
8129
8130 * sched-ebb.c (schedule_ebb): Supply the correct starting
8131 block number to save_line_notes.
8132
8133 2003-05-07 Richard Henderson <rth@redhat.com>
8134
8135 * toplev.c (enum dump_file_index): Swap DFI_ce3, DFI_bbro.
8136 (dump_file): Likewise.
8137
8138 2003-05-07 David Mosberger <davidm@hpl.hp.com>
8139
8140 * config/ia64/crtbegin.asm (__do_jv_register_classes): Don't
8141 forget to preserve gp.
8142 * config/ia64/crtend.asm (__do_global_ctors_au): Ditto.
8143
8144 * config/ia64/crtbegin.asm (__do_jv_register_classes): Add missing
8145 .prologue directive.
8146 Use .skip instead of data8 for .bss section to make Intel
8147 Assembler (ias) happy. Minor whitespace fixups. Make "nop 0"
8148 explicit in the .mib bundles and remove the unnecessary stop
8149 bits. Replace local labels with normal labels, to make ias
8150 happy. Don't register __do_global_ctors_aux here, do it in
8151 crtend.asm instead.
8152
8153 * config/ia64/crtend.asm [HAVE_INIT_FINI_ARRAY]: Register
8154 __do_global_ctors_aux in .init_array section instead of
8155 declaring it as a hidden global. Replace local labels with
8156 ordinary labels to make ias happy.
8157
8158 2003-05-07 Richard Henderson <rth@redhat.com>
8159
8160 PR c++/10570
8161 * except.c: Revert 04-01 and 04-02 forced-unwind changes.
8162 * flags.h, toplev.c, doc/invoke.texi: Likewise.
8163
8164 * unwind-dw2.c (_Unwind_GetCFA): Fix ptr->int conversion warning.
8165 * unwind.inc (_Unwind_DeleteException): Check for null
8166 exception_cleanup.
8167
8168 * unwind-sjlj.c (_Unwind_SjLj_Resume_or_Rethrow): New.
8169 * unwind.inc (_Unwind_Resume_or_Rethrow): New.
8170 * unwind.h: Declare them.
8171 * libgcc-std.ver (GCC_3.3): Export them.
8172
8173 2003-05-07 Richard Henderson <rth@redhat.com>
8174
8175 * unwind-dw2.c (_Unwind_GetCFA): Cast pointer to _Unwind_Ptr,
8176 not _Unwind_Word.
8177
8178 2003-05-07 Zack Weinberg <zack@codesourcery.com>
8179
8180 * stmt.c (force_label_rtx): New function, based on logic
8181 formerly found in expand_expr.
8182 * expr.h: Prototype it.
8183 * expr.c (expand_expr <LABEL_DECL>): Use force_label_rtx if
8184 appropriate.
8185 * varasm.c (decode_addr_const <LABEL_DECL>): Use force_label_rtx.
8186
8187 * print-tree.c (debug_tree): Free the table after we're done
8188 with it. Use putc.
8189
8190 2003-05-07 Aldy Hernandez <aldyh@redhat.com>
8191
8192 * config/rs6000/spe.h: Reverse arguments for __ev_subfw.
8193 Unreverse arguments for __ev_subw.
8194
8195 * config/rs6000/spe.md (evsubfw): Reverse arguments of assembly.
8196
8197 2003-05-07 Nick Clifton <nickc@redhat.com>
8198
8199 * config/stormy16/stormy-abi: Update to include
8200 R_XSTORMY16_FPTR16, R_XSTORMY16_LO16, R_XSTORMY16_HI16 and
8201 R_XSTORMY16_12 relocs.
8202
8203 2003-05-07 Alan Modra <amodra@bigpond.net.au>
8204
8205 * function.c (assign_parms): Correct reversed reg_parm_stack_space
8206 test. Add partial in-regs size to stack_args_size.
8207
8208 2003-05-07 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8209
8210 * doc/invoke.texi (Warning Options): Mark -Wmissing-declarations
8211 as a C only option.
8212
8213 2003-05-07 Nathan Sidwell <nathan@codesourcery.com>
8214
8215 * gcov-io.h (GCOV_LOCKED): New #define.
8216 (GCOV_LINKAGE): Make sure it is #defined.
8217 (gcov_write_string, gcov_write_tag, gcov_write_length,
8218 gcov_read_string, gcov_time): Poison in libgcov.
8219 (gcov_seek_end): Remove.
8220 (gcov_write_tag_length, gcov_sync, gcov_rewrite): New.
8221 (GCOV_TAG_FUNCTION_LENGTH, GCOV_TAG_BLOCKS_LENGTH,
8222 GCOV_TAG_ARCS_LENGTH, GCOV_TAG_COUNTER_LENGTH,
8223 GCOV_TAG_SUMMARY_LENGTH): New #defines.
8224 (gcov_write_tag, gcov_write_length): Not in libgcov.
8225 * gcov-io.c (gcov_open): Use GCOV_LOCKED.
8226 (gcov_write_tag, gcov_write_length): Not in libgcov.
8227 (gcov_write_tag_length): New.
8228 (gcov_write_summary): Use gcov_write_tag_length.
8229 * libgcov.c: Always #include gcov-io.h.
8230 (IN_LIBGCOV): -1 for inhibit_libc, +1 otherwise.
8231 (GCOV_LINKAGE): Define to nothing for L_gcov.
8232 (gcov_exit): Replace gcov_write_tag, gcov_write_length with
8233 gcov_write_tag_length. Use gcov_rewrite & gcov_seek.
8234 * gcov.c (read_graph_file): Replace gcov_seek by gcov_sync.
8235 (read_count_file): Likewise.
8236 * gcov-dump.c (dump_file): Likewise.
8237 * coverag.c (read_counts_file): Likewise.
8238
8239 2003-05-06 Mark Mitchell <mark@codesourcery.com>
8240
8241 PR other/10658
8242 * gcc.c (process_command): Update copyright date.
8243
8244 2003-05-06 Phil Edwards <pme@gcc.gnu.org>
8245
8246 * doc/install.texi (mips-*-*): Add note about libstdc++.
8247
8248 2003-05-06 DJ Delorie <dj@redhat.com>
8249
8250 * config/stormy16/stormy16.c (xstormy16_function_profiler): New.
8251 * config/stormy16/stormy16.h (FUNCTION_PROFILER): Call it.
8252 * config/stormy16/stormy16-protos.h (xstormy16_function_profiler): New.
8253
8254 2003-05-06 <neil@cat.daikokuya.co.uk>
8255
8256 * c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes
8257 and -Wstrict-prototypes if C++.
8258
8259 2003-05-06 Aldy Hernandez <aldyh@redhat.com>
8260
8261 * config/rs6000/linuxspe.h: New file.
8262
8263 * config.gcc: Add powerpc-*-linux-gnuspe* target.
8264
8265 2003-05-06 Richard Henderson <rth@redhat.com>
8266
8267 * unwind-dw2.c (uw_update_context_1): Only set cfa as sp if
8268 previous frame didn't save sp. Clear sp for next frame.
8269 (uw_install_context_1): Honor saved sp from frame.
8270
8271 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
8272
8273 * config/mips/mips-protos.h (mips_subword, mips_output_move): Declare.
8274 (mips_move_1word, mips_move_2words): Remove declaration.
8275 (mips_split_64bit_move_p, mips_split_64bit_move): Declare.
8276 (mips_restore_gp): Remove insn argument.
8277 * config/mips/mips.h (FP_REG_RTX_P): New macro.
8278 * config/mips/mips.c (volatile_buffer): Remove.
8279 (mips_subword, mips_split_64bit_move_p, mips_split_64bit_move): New.
8280 (mips_move_1word, mips_move_2words): Remove, replacing with...
8281 (mips_output_move): ...this new function.
8282 (mips_restore_gp): Remove insn argument. Adjust for above changes.
8283 (print_operand): Make '%h' print %hi(op) for HIGH operands. Remove
8284 handling of floating-point constants. Handle zero CONST_DOUBLE
8285 arguments.
8286 (mips_annotate_frame_insn): Replace with...
8287 (mips_set_frame_expr): ...this, which just takes one argument.
8288 (mips_frame_set): Change the register argument to an rtx.
8289 (mips_emit_frame_related_store): Use mips_split_64bit_move_p to
8290 check whether moves should be split. Use mips_split_64bit_move
8291 to split them. Use mips_subword to generate the high and low
8292 parts of a paired FPR. Adjust calls to frame_set and
8293 mips_set_frame_expr.
8294 (mips_expand_prologue): Simplify due to above changes.
8295 * config/mips/mips.md: Add splitters for 64-bit moves on 32-bit
8296 targets, replacing xisting register-only versions.
8297 (UNSPEC_STORE_DF_HIGH): New unspec.
8298 (UNSPEC_LOAD_DF_LOW, UNSPEC_LOAD_DF_HIGH): New unspecs.
8299 (mulsi3_r4000, muldi3_internal2): Avoid use of mips_move_1word.
8300 (*paradoxical_extendhidi2): Remove.
8301 (movdi_internal, movdi_internal2): Use mips_output_move.
8302 (*movdi_internal2_mips16, movsi_internal, movcc): Likewise.
8303 (movsf_internal1, movsf_internal2): Likewise.
8304 (movdf_internal1a): Likewise. Fix length and type of f <- G case.
8305 (movdf_internal1b): Use mips_output_move. Fix type of f <- G case.
8306 (movdf_internal2): Use mips_output_move. Fix lengths of FPR moves.
8307 Add m <- G alternative.
8308 (load_df_low, load_df_high, store_df_low): New patterns.
8309 (movhi_internal): Use @ template instead of calling a function.
8310 Remove unnecessary 'z' alternatives.
8311 (movqi_internal): Likewise.
8312 (exception_receiver): Update call to mips_restore_gp.
8313
8314 2003-05-06 Richard Sandiford <rsandifo@redhat.com>
8315
8316 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Remove.
8317 (mips_delegitimize_address): Declare.
8318 * config/mips/mips.h (ASM_SIMPLIFY_DWARF_ADDR): Undefine.
8319 (FIND_BASE_TERM): Define.
8320 * config/mips/mips.c (TARGET_DELEGITIMIZE_ADDRESS): Define.
8321 (mips_delegitimize_address): Renamed from mips_simplify_dwarf_addr.
8322 Handle small-data addresses.
8323
8324 2003-05-05 Roger Sayle <roger@eyesopen.com>
8325
8326 * real.c (real_powi): New function to calculate the value of
8327 a real raised to an integer power, i.e. pow(x,n) for int n.
8328 (real_sqrt): Convert to using the faster do_add, do_multiply
8329 and do_divide API for consistency with the rest of real.c.
8330 * real.h (real_powi): Prototype here.
8331 * builtins.c (fold_builtin): Avoid local variable mode when
8332 evaluating sqrt at compile time. Attempt to evaluate pow at
8333 compile-time, by checking for an integral exponent.
8334
8335 2003-05-05 Richard Henderson <rth@redhat.com>
8336
8337 * doc/extend.texi (Variable Attributes): Re-sort table and tidy.
8338
8339 2003-05-05 David O'Brien <obrien@FreeBSD.org>
8340
8341 * config/rs6000/sysv4.h (CPP_OS_FREEBSD_SPEC): Add __ELF__ to mirror
8342 other FreeBSD ports.
8343 (LINK_OS_FREEBSD_SPEC): Mirror conventions on other FreeBSD ports.
8344 (_LITTLE_ENDIAN): Use __LITTLE_ENDIAN__ instead.
8345
8346 2003-05-05 Janis Johnson <janis187@us.ibm.com>
8347
8348 * Makefile.in: (site.exp): Add ALT_CC_UNDER_TEST, add quotes around
8349 expanded variables.
8350 * doc/sourcebuild.texi (C tests): Describe gcc.dg/compat tests.
8351
8352 2003-05-05 Zack Weinberg <zack@codesourcery.com>
8353
8354 * rtl.h (STRING_POOL_ADDRESS_P): Rename to DEFERRED_CONSTANT_P.
8355 * varasm.c (struct varasm_status): Add deferred_constants field.
8356 (n_deferred_strings): Delete variable.
8357 (n_deferred_constants): New #define.
8358 (struct constant_descriptor_tree): Kill next and label fields.
8359 (const_hash_table, MAX_HASH_TABLE): Delete.
8360 (const_desc_htab): New static variable.
8361 (const_hash): Rename const_desc_hash, and make it fit the
8362 hashtab.h interface.
8363 (const_desc_eq): New.
8364 (const_hash_1, compare_constant): Const-ify arguments.
8365 (build_constant_desc): Set DEFERRED_CONSTANT_P on all new
8366 SYMBOL_REFs. Clarify comments. Don't set desc->label.
8367 (output_constant_def): Do the lookup/insert using the
8368 hashtab.h interface. Don't muck with n_deferred_constants or
8369 DEFERRED_CONSTANT_P here.
8370 Always call maybe_output_constant_def_contents.
8371 (maybe_output_constant_def_contents): Take a pointer to the
8372 descriptor, not the EXP and RTL separately. Return
8373 immediately if this constant is not deferred. Defer output of
8374 everything, except writable string constants. Update
8375 n_deferred_constants here.
8376 (output_constant_def_contents): Now takes just one argument,
8377 an rtx. Clear DEFERRED_CONSTANT_P here.
8378 (mark_constant_pool): Update for rename of n_deferred_strings.
8379 (mark_constant): Don't clear DEFERRED_CONSTANT_P here.
8380
8381 (init_varasm_status): Clear p->deferred_constants.
8382 (init_varasm_once): Call htab_create_ggc for const_desc_htab.
8383
8384 2003-05-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8385
8386 * builtins.c (expand_builtin_stpcpy): Only expand when the length
8387 of the source string can be evaluated at compile-time.
8388
8389 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8390
8391 * testsuite/gcc.c-torture/compile/simd-6.c: New.
8392
8393 * c-typeck.c (digest_init): Handle arrays of vector constants.
8394
8395 2003-05-05 Jakub Jelinek <jakub@redhat.com>
8396
8397 * builtins.c (expand_builtin_mempcpy): New function.
8398 (expand_builtin_stpcpy): Optimize stpcpy whose return value is
8399 ignored into strcpy no matter what arguments it has.
8400 (expand_builtin) <case BUILT_IN_MEMPCPY>: Call
8401 expand_builtin_mempcpy.
8402
8403 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8404
8405 * testsuite/gcc.dg/20030505.c: New.
8406
8407 * c-typeck.c (convert_for_assignment): Opaque pointers can
8408 interconvert.
8409
8410 * config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
8411 (rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
8412 (spe_init_builtins): Rename all pv2si_type_node to
8413 opaque_p_V2SI_type_node.
8414 Remove declaration of pv2si_type_node.
8415 (is_ev64_opaque_type): Accept opaque pointers.
8416
8417 2003-05-05 Geoffrey Keating <geoffk@apple.com>
8418
8419 * config/rs6000/rs6000.c (validate_condition_mode): Use
8420 flag_finite_math_only.
8421 (rs6000_reverse_condition): Never return UNKNOWN; use
8422 flag_finite_math_only.
8423 (rs6000_generate_compare): Use flag_finite_math_only.
8424 (rs6000_emit_cmove): Handle UNLE. Support UNEQ under -ffast-math.
8425 Use HONOR_* rather than flag_unsafe_math_optimizations. Correct
8426 UNGE and GT cases. Handle UNEQ and LTGT when ! HONOR_NANS.
8427
8428 * toplev.c (check_global_declarations): Suppress not-used warning
8429 for volatile variables.
8430
8431 2003-05-05 Olivier Hainque <hainque@act-europe.fr>
8432
8433 * expr.c (expand_expr, case BIT_FIELD_REF): Refine the test forcing
8434 usage of bitfield instructions for mode1 != BLKmode, only ignoring
8435 SLOW_UNALIGNED_ACCESS if the field is not byte aligned.
8436 (store_field): Likewise.
8437
8438 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8439
8440 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
8441 evsubifw to builtins accepting 5-bit unsigned constants.
8442 (easy_vector_constant): Return if V1DImode. Fix typo.
8443
8444 2003-05-05 Aldy Hernandez <aldyh@redhat.com>
8445
8446 * config/rs6000/spe.h: Revert licensing change from last patch.
8447
8448 2003-05-05 DJ Delorie <dj@redhat.com>
8449
8450 * config/stormy16/stormy16.md (negsi2): Allocate the pseudos
8451 before reload, but defer the split until after.
8452 * config/stormy16/stormy16.c (xstormy16_expand_arith): Modify
8453 to match.
8454
8455 2003-05-05 David Edelsohn <edelsohn@gnu.org>
8456
8457 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add 440 support.
8458 * config/rs6000/vxworks.h (CC1_SPEC): Use -mcpu=440 for t440.
8459
8460 2003-05-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8461
8462 * libgcov.c (__gcov_merge_add): Do not use gcov_type when inhibit_libc
8463 is defined.
8464
8465 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8466
8467 * builtin-attrs.def (ATTR_NOTHROW_NONNULL_1,
8468 ATTR_NOTHROW_NONNULL_2, ATTR_NOTHROW_NONNULL_3): Renamed from
8469 ATTR_NONNULL_1, ATTR_NONNULL_2 and ATTR_NONNULL_3.
8470
8471 (ATTR_NOTHROW_NONNULL_1_2, ATTR_NOTHROW_NONNULL_1_4,
8472 ATTR_CONST_NOTHROW_NONNULL_1, ATTR_PURE_NOTHROW_NONNULL_1,
8473 ATTR_PURE_NOTHROW_NONNULL_1_2, ATTR_MALLOC_NOTHROW_NONNULL_1):
8474 New.
8475
8476 * builtins.def (DEF_EXT_FALLBACK_BUILTIN): Accept ATTRS argument.
8477 (BUILT_IN_BZERO, BUILT_IN_BCOPY, BUILT_IN_BCMP): Update comment
8478
8479 (BUILT_IN_INDEX, BUILT_IN_RINDEX, BUILT_IN_MEMCPY,
8480 BUILT_IN_MEMMOVE, BUILT_IN_MEMCMP, BUILT_IN_MEMSET,
8481 BUILT_IN_MEMPCPY, BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
8482 BUILT_IN_STPCPY, BUILT_IN_STRCPY, BUILT_IN_STRNCPY,
8483 BUILT_IN_STRCMP, BUILT_IN_STRNCMP, BUILT_IN_STRLEN,
8484 BUILT_IN_STRSTR, BUILT_IN_STRPBRK, BUILT_IN_STRSPN,
8485 BUILT_IN_STRCSPN, BUILT_IN_STRCHR, BUILT_IN_STRRCHR, BUILT_IN_NAN,
8486 BUILT_IN_NANF, BUILT_IN_NANL, BUILT_IN_NANS, BUILT_IN_NANSF,
8487 BUILT_IN_NANSL, BUILT_IN_PUTS, BUILT_IN_FPUTC, BUILT_IN_FPUTS,
8488 BUILT_IN_FWRITE, BUILT_IN_PUTS_UNLOCKED, BUILT_IN_FPUTC_UNLOCKED,
8489 BUILT_IN_FPUTS_UNLOCKED, BUILT_IN_FWRITE_UNLOCKED,
8490 BUILT_IN_STRDUP): Add "nonnull" attribute.
8491
8492 2003-05-04 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8493
8494 * expr.c (store_field): Don't clobber TEMP in shift: it might be
8495 a variable.
8496 (get_inner_reference): Don't go through a VIEW_CONVERT_EXPR
8497 whose purpose is to step up the alignment.
8498 (expand_expr, case ADDR_EXPR): Force LO_SUM into memory, just like REG.
8499
8500 * stor-layout.c (compute_record_mode): Relax restriction
8501 on fields crossing word boundaries forcing BLKmode.
8502
8503 2003-05-04 Neil Booth <neil@daikokuya.co.uk>
8504
8505 * cppinit.c (cpp_create_reader, post_options): Warn about
8506 trigraphs unless explicity set or -trigraphs.
8507 * cpplex.c (warn_in_comment): New.
8508 (_cpp_process_line_notes): Better handling of -Wtrigraphs.
8509 (_cpp_skip_block_comment): Add call to _cpp_process_line_notes.
8510 * doc/cppopts.texi, doc/cpp.texi: Update.
8511
8512 2003-05-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8513
8514 * Makefile.in (LIBGCOV): Add _gcov_merge_add.
8515 * gcov-io.h: Make GCOV_LINKAGE extern in libgcov and prevent resulting
8516 namespace clash.
8517 (GCOV_MERGE_FUNCTIONS): New.
8518 (gcov_merge_fn): Declare.
8519 (struct gcov_ctr_info): New field "merge".
8520 (__gcov_merge_add): Declare.
8521 * coverage.c (ctr_merge_functions): New.
8522 (build_ctr_info_type, build_ctr_info_value): Initialize merge field
8523 of gcov_ctr_info type.
8524 * libgcov.c (__gcov_merge_add): New.
8525 (gcov_exit): Call a hook to merge values of counters.
8526
8527 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
8528
8529 * toplev.h (pedwarn_with_file_and_line): Don't declare.
8530 * diagnostic.c (pedwarn_with_file_and_line): Remove.
8531
8532 2003-05-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
8533
8534 * varasm.c (assemble_variable): Don't use error_with_file_and_line.
8535
8536 2003-05-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8537
8538 * builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
8539 expand_builtin_frame_address): Update prototypes.
8540 (expand_builtin_constant_p, expand_builtin_strlen,
8541 expand_builtin_strcpy, expand_builtin_memset,
8542 expand_builtin_bzero, expand_builtin_args_info,
8543 expand_builtin_frame_address): Pass in just the argument(s)
8544 needed, not the entire expression `exp'.
8545 (expand_builtin): Update all calls to these functions.
8546
8547 2003-05-03 Richard Henderson <rth@redhat.com>
8548
8549 * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove.
8550 <BUILT_IN_DWARF_SP_COLUMN>: New.
8551 * builtins.def (BUILT_IN_DWARF_FP_REGNUM): Remove.
8552 (BUILT_IN_DWARF_SP_COLUMN): New.
8553 * dwarf2out.c (expand_builtin_dwarf_fp_regnum): Remove.
8554 (expand_builtin_dwarf_sp_column): New.
8555 * except.h: Update to match.
8556 * unwind-dw2.c (execute_stack_op): Correct stack push typo.
8557 (execute_cfa_program): Record location expression address
8558 before extracting length.
8559 (uw_update_context_1): Install old CFA into stack pointer column.
8560 (uw_init_context_1): Set cfa_reg to stack pointer column.
8561
8562 2003-05-03 Richard Henderson <rth@redhat.com>
8563
8564 * config/rs6000/rs6000.c (constant_pool_expr_p): Make static and
8565 return bool.
8566 (toc_relative_expr_p): Likewise.
8567 (SPE_CONST_OFFSET_OK): Move from rs6000.h.
8568 (legitimate_constant_pool_address_p): Move from rs6000.h, change
8569 into a function, downcase all users.
8570 (legitimate_small_data_p): Likewise.
8571 (legitimate_offset_address_p): Likewise.
8572 (legitimate_indexed_address_p): Likewise.
8573 (legitimate_indirect_address_p): Likewise.
8574 (legitimate_lo_sum_address_p): Likewise.
8575 (rs6000_mode_dependent_address): Likewise.
8576 * rs6000.h (CONSTANT_POOL_EXPR_P, TOC_RELATIVE_EXPR_P): Remove.
8577 (SPE_CONST_OFFSET_OK, LEGITIMATE_CONSTANT_POOL_ADDRESS_P,
8578 LEGITIMATE_SMALL_DATA_P, LEGITIMATE_OFFSET_ADDRESS_P,
8579 LEGITIMATE_INDEXED_ADDRESS_P, LEGITIMATE_INDIRECT_ADDRESS_P,
8580 LEGITIMATE_LO_SUM_ADDRESS_P): Move into rs6000.c.
8581 (LEGITIMATE_ADDRESS_INTEGER_P): Remove.
8582 (GO_IF_MODE_DEPENDENT_ADDRESS): Use rs6000_mode_dependent_address.
8583 * config/rs6000/rs6000-protos.h: Update.
8584
8585 2003-05-03 Geoffrey Keating <geoffk@apple.com>
8586
8587 * config/rs6000/rs6000.h (REVERSIBLE_CC_MODE): Define.
8588 (REVERSE_CONDITION): Define.
8589
8590 * config/rs6000/rs6000.c (scc_comparison_operator): Make equivalent
8591 to branch_positive_comparison_operator.
8592 (ccr_bit): Check that sCOND conditions are actually a positive bit.
8593 (print_operand): Remove %D substitution.
8594 (rs6000_emit_sCOND): Generate complement operation to ensure that
8595 sCOND input is a positive bit.
8596 * config/rs6000/rs6000.md: Rearrange sCOND templates to be in the
8597 same order as bCOND, and add the missing ones. Remove the %D
8598 substitutions from the scc patterns.
8599
8600 * simplify-rtx.c (simplify_relational_operation): Add case for
8601 ! (fabs(x) < 0.0).
8602
8603 2003-05-03 Bruce Korb <bkorb@gnu.org>
8604
8605 * gcc/fixinc/fixincl.tpl(dne): restore this to force merge conflicts
8606 in fixincl.x
8607 * gcc/fixinc/inclhack.def(bsd_stdio_attrs_conflict): fix placement
8608
8609 2003-05-03 Aldy Hernandez <aldyh@redhat.com>
8610
8611 * config/rs6000/spe.h: Remove unecessary casts. Misc cleanups.
8612
8613 2003-05-03 Zack Weinberg <zack@codesourcery.com>
8614
8615 PR c/10604
8616 * c-common.c (warn_sign_compare): Initialize to -1.
8617 * c-opts.c (c_common_init_options): Don't set warn_sign_compare here.
8618 (c_common_decode_option <OPT_Wall>): Set warn_sign_compare
8619 for C++ only.
8620 (c_common_post_options): Set warn_sign_compare from extra_warnings
8621 if it's still -1 at this point.
8622
8623 * toplev.c (maybe_warn_unused_parameter): New static variable.
8624 (set_Wextra): New static function.
8625 (W_options): Remove "extra".
8626 (decode_W_option): Call set_Wextra.
8627 (independent_decode_option): Likewise.
8628 (set_Wunused): Cooperate with set_Wextra in setting
8629 warn_unused_parameter.
8630 (rest_of_compilation): No need to check extra_warnings as
8631 well as warn_uninitialized.
8632
8633 * c-typeck.c (build_binary_op, build_conditional_expr):
8634 No need to check extra_warnings as well as warn_sign_compare.
8635 (internal_build_compound_expr): No need to check extra_warnings
8636 as well as warn_unused_value.
8637 * function.c (expand_function_end): No need to check extra_warnings
8638 as well as warn_unused_parameter.
8639 * stmt.c (expand_expr_stmt_value): No need to check extra_warnings
8640 as well as warn_unused_value.
8641
8642 * doc/invoke.texi: Clarify documentation of -Wsign-compare.
8643
8644 * Makefile.in: Disable -Werror for gengtype-lex.o.
8645
8646 2003-05-03 Olivier Hainque <hainque@act-europe.fr>
8647
8648 * emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
8649 * rtl.h (last_call_insn, add_function_usage_to): New prototypes.
8650 * builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
8651 * calls.c (emit_call_1): Likewise.
8652 (expand_call): For calls initializing constant memory, replace
8653 emission of standalone mem /u clobber with function usage entry.
8654 * expr.c (emit_block_move_via_libcall): Likewise.
8655 * cse.c (count_reg_usage, case EXPR_LIST): New case.
8656 * flow.c (propagate_one_insn): Pass entire operand of
8657 CALL_INSN_FUNCTION_USAGE to mark_used_regs.
8658 * integrate.c (try_constants): For CALL_INSNs, substitute constants
8659 within the FUNCTION_USAGE also.
8660 * loop.c (prescan_loop): Note clobbers of const mem mentioned in
8661 FUNCTION_USAGE lists.
8662 * reload1.c (replace_pseudos_in): Renamed.
8663 (reload): Use it for clobbers surviving until the end of the reload.
8664
8665 2003-05-03 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
8666
8667 * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Don't use
8668 gen_lowpart on non-integer modes.
8669
8670 * stor-layout.c (place_field): When adjusting offset_align, use
8671 desired_align, not DECL_ALIGN.
8672
8673 2003-05-03 Nathan Sidwell <nathan@codesourcery.com>
8674
8675 * c-decl.c (pending_invalid_xref_file): Remove.
8676 (pending_invalid_xref_line): Remove.
8677 (pending_invalid_xref_location): New.
8678 (lookup_label): Use location_t and input_location directly.
8679 (lookup_tag): Likewise.
8680 (pending_xref_error): Likewise.
8681 (c_expand_body_1): Likewise.
8682 * c-common.c (x_expand_start_cond): Likewise.
8683 * c-semantics.c (genrtl_for_stmt): Likewise.
8684 (find_reachable_label): Likewise.
8685 * expr.c (expand_expr): Likewise.
8686 * integrate.c (output_inline_function): Likewise.
8687 * tree-inline.c (find_alloca_call): Likewise.
8688 (find_builtin_longjmp_call): Likewise.
8689 * gcc.c (input_filename): Make static.
8690
8691 2003-05-03 Richard Sandiford <rsandifo@redhat.com>
8692
8693 * config/mips/mips.md: Fix comment typo.
8694
8695 * config/mips/mips.c (mips_integer_op): New structure.
8696 (MIPS_MAX_INTEGER_OPS): Define.
8697 (mips_const_insns): Use mips_build_integer to determine the number
8698 of instructions needed to load a CONST_INT.
8699 (move_operand): Reject compound CONST_INTs.
8700 (mips_build_shift, mips_build_lower, mips_build_integer): New fns.
8701 (mips_move_integer): New fn.
8702 (mips_legitimize_const_move): Pass CONST_INTs to mips_move_integer.
8703 (mips_legitimize_move): Only legitimize constants when moving
8704 word or subword values.
8705
8706 2003-05-02 Matt Kraai <kraai@alumni.cmu.edu>
8707
8708 * Makefile.in (gcov-iov.h): Use move-if-change and a stamp.
8709
8710 2003-05-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8711
8712 * builtins.c (expand_builtin_stpcpy): Copy `arglist' before
8713 modifying it.
8714
8715 2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
8716 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8717
8718 * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
8719 Hernandez, and Kazu Hirata. Update Richard Henderson.
8720
8721 2003-05-02 Geoffrey Keating <geoffk@apple.com>
8722
8723 * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
8724 to tentative declaration.
8725
8726 * config/rs6000/sysv4.h (SYMBOL_FLAG_SMALL_V4): Delete.
8727 (SYMBOL_FLAG_SMALL_V4): Delete.
8728 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
8729 (rs6000_elf_encode_section_info): Don't set SYMBOL_FLAG_SMALL_V4.
8730 (rs6000_elf_in_small_data_p): Add extra section names. Add
8731 comment about TREE_PUBLIC test.
8732
8733 * c-semantics.c (genrtl_switch_stmt, genrtl_if_stmt): Call
8734 expand_stmt on result of expand_unreachable_stmt.
8735
8736 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8737
8738 * doc/contrib.texi (Contributors): Add Daniel Berlin.
8739
8740 2003-05-02 David Edelsohn <edelsohn@gnu.org>
8741
8742 * config/rs6000/{603.md,6xx.md,7450.md,7xx.md,rs64.md}: Decrease
8743 number of automata.
8744
8745 * config/rs6000/rs6000.c (symbol_ref_operand): Check
8746 SYMBOL_REF_FUNCTION_P on AIX.
8747 (current_file_function_operand): Same.
8748 * config/rs6000/rs6000.md (call,call_value): Force non-function
8749 symbol_ref into register on AIX.
8750
8751 2003-05-02 Alan Modra <amodra@bigpond.net.au>
8752
8753 * calls.c (struct arg_data): Move offset, slot_offset, size and
8754 alignment_pad to struct locate_and_pad_arg_data. Update all refs.
8755 (initialize_argument_information): Adjust call to locate_and_pad_parm.
8756 Delete alignment_pad var. Don't calculate slot_offset here.
8757 (emit_library_call_value_1): Delete alignment_pad, offset and size
8758 vars. Use struct locate_and_pad_arg_data instead. Adjust refs.
8759 Adjust call to locate_and_pad_parm. Don't tweak arg size for
8760 partial in-regs here. Formatting fixes.
8761 * expr.h (struct locate_and_pad_arg_data): New struct.
8762 (locate_and_pad_parm): Adjust declaration.
8763 * function.c (assign_parms): Localize vars. Use "locate" instead of
8764 other arg location vars. Don't invoke FUNCTION_ARG or
8765 FUNCTION_INCOMING_ARG unless pretend_named is different from
8766 named_arg. Heed MUST_PASS_IN_STACK and set up "partial" before
8767 calling locate_and_pad_parm. Adjust locate_and_pad_parm call.
8768 Use slot_offset for stack home of reg parms. Correct test for
8769 parm passed in memory. Formatting fixes.
8770 (locate_and_pad_parm): Add "partial" to params. Replace offset_ptr
8771 arg_size_ptr and alignment pad with "locate". Set slot_offset here.
8772 Correct initial_offset_ptr handling. Localize vars. Always pad
8773 locate->offset even when in_regs.
8774
8775 2003-05-02 Nathan Sidwell <nathan@codesourcery.com>
8776
8777 * Makefile.in (TREE_H): Replace location.h with input.h.
8778 (GTFILES) Remove location.h
8779 (gt-lists.h): Replace gt-location.h with gt-input.h
8780 * input.h (input_filename, input_line): Remove variables.
8781 (location_s, location_t): Move from location.h.
8782 (input_location): New.
8783 (input_filename, input_line): New #defines.
8784 * location.h: Remove.
8785 * tree.h: Replace location.h with input.h.
8786 (input_filename, input_line): Remove.
8787 * diagnostic.h: Replace location.h with input.h.
8788 * gcc.h (input_filename, input_filename_length): Remove declarations.
8789 * toplev.c (input_filename, input_line): Remove.
8790 (input_location): Define.
8791 (push_srcloc, pop_srcloc): Adjust.
8792 * diagnostic.c (diagnostic_report_current_module): Adjust.
8793
8794 2003-05-02 Nick Clifton <nickc@redhat.com>
8795
8796 * configure.in: Add xstormy16 to list of targets that has a nop
8797 instruction and hence which can be tested to see if the
8798 assembler supports the --gdwarf2 switch.
8799 * configure: Regenerate.
8800
8801 2003-05-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
8802
8803 PR target/8257
8804 * config/alpha/alpha.c (alpha_sa_mask, alpha_expand_prologue,
8805 alpha_start_function, alpha_expand_epilogue, unicosmk_gen_dsib):
8806 Avoid undefined shifts by making the shift operand unsigned.
8807
8808 2003-05-01 DJ Delorie <dj@redhat.com>
8809
8810 * reload.c (find_reloads): Also check that all of a multi-reg
8811 value is in the class.
8812
8813 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
8814
8815 * scan.h (lineno): Revert the rename here.
8816
8817 2003-05-01 Stan Shebs <shebs@apple.com>
8818
8819 * config/darwin.c (darwin_encode_section_info): Call
8820 default_encode_section_info.
8821
8822 2003-05-01 David Edelsohn <edelsohn@gnu.org>
8823
8824 * config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.
8825 (movsi_internal1): Use new mfjmpr attribute.
8826 (movhi_internal): Same.
8827 (movqi_internal): Same.
8828 (movcc_internal1): Same.
8829 (movdi_internal64): Same.
8830 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
8831 power4.md,rios1.md,rios2.md,rs64.md}: Add mfjmpr.
8832 * config/rs6000/40x.md: Add fpu_405.
8833 * config/rs6000/power4.md: Merge power4lsu and power4disp automata
8834 into power4misc automata. Remove extraneous parentheses.
8835 * config/rs6000/440.md: New file.
8836 * config/rs6000/rs6000.c (processor_target_table): Add 440,
8837 440fp. Rename 405f to 405fp.
8838 (function_arg_padding): Correct formatting.
8839 (rs6000_rtx_costs): Add PROCESSOR_PPC440 cases.
8840
8841 2003-05-01 Nathan Sidwell <nathan@codesourcery.com>
8842
8843 * input.h (lineno): Rename to ...
8844 (input_line): ... here.
8845 * tree.h (lineno): Rename to ...
8846 (input_line): ... here.
8847 * scan.h (lineno): Rename to ...
8848 (input_line): ... here.
8849 * toplev.c (lineno): Rename to ...
8850 (input_line): ... here.
8851 (push_srcloc, pop_srcloc): Rename lineno to input_line.
8852 * c-common.c (c_expand_start_cond, fname_decl): Likewise.
8853 * c-decl.c (poplevel, pop_label_level, lookup_label, lookup_tag,
8854 store_parm_decls, c_expand_body_1): Likewise.
8855 * c-errors.c (pedwarn_c99): Likewise.
8856 * c-format.c (status_warning): Likewise.
8857 * c-lex.c (fe_file_change, cb_def_pragma, c_lex): Likewise.
8858 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise.
8859 * c-parse.in (save_filename, maybe_type_qual, ifc): Likwise.
8860 * c-semantics.c (finish_stmt_tree, build_stmt, emit_local_var,
8861 gentrtl_goto_stmt, genrtl_expr_stmt_value, genrtl_decl_stmt,
8862 genrtl_if_stmt, genrtl_while_stmt, genrtl_do_stmt,
8863 genrtl_return_stmt, genrtl_for_stmt, build_break_stmt,
8864 build_continue_stmt, genrtl_switch_stmt, genrtl_asm_stmt,
8865 prep_stmt, find_reachable_label, expand_unreachable_stmt): Likewise.
8866 * coverage.c (create_coverage): Likewise.
8867 * diagnostic.c (pedwarn, sorry, error, fatal_error,
8868 internal_error, warning, diagnostic_report_current_module,
8869 inform): Likewise.
8870 * expr.c (expand_expr): Likewise.
8871 * integrate.c (expand_inline_function,
8872 output_inline_function): Likewise.
8873 * rtl-error.c (file_and_line_for_asm): Likewise.
8874 * tree-inline.c (find_alloca_call, find_builtin_longjmp_call,
8875 walk_tree): Likewise.
8876 * tree.c (make_node): Likewise.
8877 * ada, cp, f, java, objc, treelang: Likewise.
8878 * objc/objc-act.c (objc_init): Rename lineno to input_line.
8879 (build_module_descriptor, build_selector_translation_table,
8880 build_protocol_template, build_method_prototype_list_template,
8881 build_category_template, build_selector_table,
8882 build_class_template, build_super_template, build_ivar_template,
8883 build_ivar_list_template, build_method_list_template,
8884 build_method_template, add_instance_variable): Likewise.
8885
8886 * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Change parameter
8887 name from input_filename.
8888
8889 2003-04-30 Eric Christopher <echristo@redhat.com>
8890 Richard Sandiford <rsandifo@redhat.com>
8891
8892 * configure: Regenerate from patches below.
8893 * combine.c (gen_lowpart_for_combine): Fix comment and add tests
8894 for all symbolic operands.
8895 * config/mips/mips.c: Migrate RTX_COSTS and CONST_COSTS
8896 to function.
8897 * config/mips/linux.h: Fix typo.
8898 * Merge from mips-3_4-rewrite branch:
8899
8900 2003-04-07 Richard Sandiford <rsandifo@redhat.com>
8901
8902 * config/mips/mips.c (mips_classify_symbol): Add catch-all case for
8903 handling local labels when TARGET_ABICALLS.
8904
8905 2003-04-04 Richard Sandiford <rsandifo@redhat.com>
8906
8907 * config/mips/mips-protos.h (mips_expand_epilogue): Add an
8908 integer argument.
8909 (mips_expand_call): Likewise.
8910 * config/mips/mips.h (TARGET_SIBCALLS): New macro.
8911 (FIXED_REGISTERS): Clear $31 entry.
8912 (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTER): Likewise.
8913 (EPILOGUE_USES): Define.
8914 * config/mips/mips.c (mips_function_ok_for_sibcall): New function.
8915 (TARGET_FUNCTION_OK_FOR_SIBCALL): Use it.
8916 (override_options): Add a 'j' register class.
8917 (mips_expand_call): Handle sibcalls
8918 (mips_expand_epilogue): Handle epilogues for sibcalls.
8919 * config/mips/mips.md (epilogue): Adjust call to mips_expand_epilogue.
8920 (sibcall_epilogue): New pattern.
8921 (call, call_value): Adjust calls to mips_expand_call.
8922 (sibcall, sibcall_value): New expanders.
8923 (sibcall_internal, sibcall_value_internal): New patterns.
8924 (sibcall_value_multiple_internal): New pattern.
8925
8926 2003-03-25 Richard Sandiford <rsandifo@redhat.com>
8927
8928 * config/mips/mips.md (extended_mips16): New attribute.
8929 (define_attr length): Default to 8 if extended_mips16 == yes.
8930 (truncdisi2): Set extended_mips16 to yes for the sll alternative.
8931 (truncdihi2, truncdiqi2, *extendsidi2): Likewise.
8932 (call_internal): Set extended_mips16 to yes for direct jumps.
8933 Remove redundant mode attribute.
8934 (call_value_internal, call_value_multiple_internal): Likewise.
8935 (call_split): Remove redundant mode attribute.
8936 (call_value_split, call_value_multiple_split): Likewise.
8937
8938 * config/mips/mips.c (mips_symbol_insns): Rework. Fix handling
8939 of unaligned offsets.
8940
8941 * config/mips/mips.c (mips_splittable_symbol_p): Fix handling
8942 of SYMBOL_GENERAL.
8943
8944 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
8945
8946 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS): Add commentary.
8947 * config/mips/mips.c (override_options): Disable -mexplicit-relocs
8948 for mips16 code.
8949
8950 2003-03-22 Richard Sandiford <rsandifo@redhat.com>
8951
8952 * config/mips/mips.h (ADDRESS_COST): Define.
8953
8954 2003-03-20 Richard Sandiford <rsandifo@redhat.com>
8955
8956 * config/mips/mips.h (EXTRA_CONSTRAINT): Give existing meaning of
8957 'R' to 'U'. Make 'R' mean a single-instruction memory reference.
8958 * config/mips/mips.md: Replace 'R' constraints with 'U'.
8959
8960 2003-03-18 Richard Sandiford <rsandifo@redhat.com>
8961
8962 * config/mips/mips.md (truncdisi2): Add commentary. Use sll instead
8963 of a two-instruction sequence. Add register->memory alternative.
8964 (truncdihi2, truncdiqi2): Likewise.
8965 Rework shift/truncate instructions so that they only handle right
8966 shifts of 32 (or more, in the case of arithmetic shifts).
8967 Add patterns for truncate/sign-extend.
8968
8969 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
8970
8971 * configure.in (mips*-*-*): Check for explicit relocation support.
8972 * configure: Regenerate.
8973
8974 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
8975
8976 * config/mips/mips.h (TARGET_SWITCHES): Add -mexplicit-relocs
8977 and -mno-explicit-relocs.
8978 (MASK_EXPLICIT_RELOCS): Define.
8979 (TARGET_EXPLICIT_RELOCS): Use it.
8980 (mips_split_addresses): Remove declaration.
8981 * config/mips/mips.c (override_options): Update comment for
8982 mips_split_addresses. Clear MASK_EXPLICIT_RELOCS for non-PIC n64.
8983
8984 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
8985
8986 * combine.c (gen_lowpart_for_combine): Treat the lowpart Pmode of
8987 a CONST as identity. Check the return value of gen_lowpart_common.
8988
8989 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
8990
8991 * config/mips/mips.c (mips_legitimize_symbol): Handle small data
8992 references for TARGET_EXPLICIT_RELOCS.
8993 (mips_reloc_string): Return "%gp_rel(" for RELOC_GPREL16 if
8994 !TARGET_MIPS16.
8995
8996 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
8997
8998 * config/mips/mips.md: Replace 'IQ' mips16 constraints with just 'Q'.
8999 (addsi3): Remove redundant constraints.
9000 (addsi3_internal): Use separate register & constant alternatives.
9001 Use a 'Q' constraint and "addiu" insn for the latter.
9002 (adddi3_internal_3, addsi3_internal_2): Likewise.
9003
9004 2003-03-13 Richard Sandiford <rsandifo@redhat.com>
9005
9006 * config/mips/mips-protos.h (mips_expand_unaligned_load): Declare.
9007 (mips_expand_unaligned_store): Declare.
9008 * config/mips/mips.c (mips_get_unaligned_mem): New fn.
9009 (mips_expand_unaligned_load, mips_expand_unaligned_store): New fns.
9010 * config/mips/mips.md (UNSPEC_ULW, UNSPEC_USW): Remove.
9011 (UNSPEC_ULD, UNSPEC_USD): Remove.
9012 (UNSPEC_LWL, UNSPEC_LWR, UNSPEC_SWL, UNSPEC_SWR): New.
9013 (UNSPEC_LDL, UNSPEC_LDR, UNSPEC_SDL, UNSPEC_SDR): New.
9014 (extv, extzv): Use mips_expand_unaligned_load.
9015 (insv): Use mips_expand_unaligned_store. Use a reg_or_0_operand
9016 predicate for operand 3.
9017 (movsi_ulw, movsi_usw): Replace with...
9018 (mov_lwl, mov_lwr, mov_swl, move_swr): ...these new insns.
9019 (movdi_uld, movdi_usd): Likewise replace with...
9020 (mov_ldl, mov_ldr, mov_sdl, move_sdr): ...these insns.
9021
9022 2003-02-26 Richard Sandiford <rsandifo@redhat.com>
9023
9024 * config/mips/mips-protos.h (mips_global_pic_constant_p): Declare.
9025 * config/mips/mips.h (LEA_REGS): New register class.
9026 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for it.
9027 (GR_REG_CLASS_P): Include LEA_REGS.
9028 (DANGEROUS_FOR_LA25_P): New macro.
9029 (EXTRA_CONSTRAINT): Add !DANGEROUS_FOR_LA25_P to R's condition.
9030 Add a T constraint for the DANGEROUS_FOR_LA25_P case.
9031 * config/mips/mips.c (mips_regno_to_class): Change GR_REGS
9032 entries to LEA_REGS.
9033 (mips_global_pic_constant_p): New function.
9034 (override_options): Add 'e' register constraint.
9035 (mips_secondary_reload_class): Return LEA_REGS when reloading
9036 a dangerous constant into a class containing $25.
9037 * config/mips/mips.md (movdi_internal2): Add an e <- T alternative.
9038 (movsi_internal): Likewise.
9039
9040 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
9041
9042 * config/mips/mips.h (TARGET_SPLIT_CALLS): New macro.
9043 * config/mips/mips.md (call_split): New insn.
9044 (call_value_split, call_value_multiple_split): New insns.
9045 (call_internal): Turn into a define_insn_and_split. Split the
9046 instruction into a call and $gp load if TARGET_SPLIT_CALLS.
9047 (call_value_internal, call_value_multiple_internal): Likewise.
9048
9049 2003-02-23 Richard Sandiford <rsandifo@redhat.com>
9050
9051 * config/mips/mips.c (mips_reloc_string): Return "%got(" for
9052 RELOC_GOT_PAGE and RELOC_GOT_DISP if !TARGET_NEWABI.
9053 (mips_encode_section_info): Don't take symbol visibility into
9054 account if TARGET_ABICALLS. Add more commentary.
9055 * config/mips/mips.md: Add commentary above reloc constants.
9056
9057 2003-02-12 Richard Sandiford <rsandifo@redhat.com>
9058
9059 * config/mips/mips.c (mips_legitimize_const_move): New, extracted
9060 from mips_legitimize_move. Legitimize constant pool references.
9061 (mips_legitimize_move): Call mips_legitimize_const_move. Attach
9062 a REG_EQUAL note to the last instruction.
9063
9064 2003-02-11 Richard Sandiford <rsandifo@redhat.com>
9065
9066 * config/mips/mips-protos.h (mips_simplify_dwarf_addr): Declare.
9067 * config/mips/mips.h (TARGET_EXPLICIT_RELOCS, TARGET_NEWABI): New.
9068 (ASM_SIMPLIFY_DWARF_ADDR): Define to mips_simplify_dwarf_addr.
9069 (EXTRA_CONSTRAINT): Allow symbolic call addresses for TARGET_ABICALLS.
9070 * config/mips/mips.md (UNSPEC_HIGH): New constant.
9071 (UNSPEC_RELOC_GPREL16): Rename to...
9072 (RELOC_GPREL16): ...this.
9073 (RELOC_GOT_HI, RELOC_GOT_LO, RELOC_GOT_PAGE, RELOC_GOT_DISP): New.
9074 (RELOC_CALL16, RELOC_CALL_HI, RELOC_CALL_LO): New.
9075 (macro_calls): New attribute.
9076 (length): Use it to set the default length of calls. Don't allow
9077 calls to have delay slots if macro_calls is "yes".
9078 (luisi, luidi): New patterns.
9079 (lowsi, lowdi): Use '%R' to print the relocation.
9080 (lowdi_extend): Remove.
9081 (loadgp): Remove mode from operand 0. Use '%0' instead of '%a0'.
9082 (call_internal): Merge alternatives. Always use "jal".
9083 (call_value_internal, call_value_multiple_internal): Likewise.
9084 (reloc_gprel16): Remove.
9085 * config/mips/mips.c (mips_got_alias_set): New variable.
9086 (mips_classify_constant): Handle the new relocation constants.
9087 (mips_classify_symbol): Reverse the sense of SYMBOL_REF_FLAG for PIC.
9088 (mips_symbolic_address_p): Return false if generating explicit relocs.
9089 Otherwise allow local PIC symbols to have an offset.
9090 (mips_splittable_symbol_p): New function.
9091 (mips_classify_address): Use it to check whether a LO_SUM is valid.
9092 (mips_const_insns): Always accept HIGH.
9093 (call_insn_operand): Don't accept global symbols if using explicit
9094 relocs.
9095 (move_operand): Don't accept HIGH when generating PIC.
9096 (mips_reloc, mips_lui_reloc): New functions.
9097 (mips_force_temporary): Remove MODE argument. Expect VALUE to
9098 be a valid right-hand-side for a SET pattern.
9099 (mips_load_got, mips_load_got16, mips_load_got32): New functions.
9100 (mips_emit_high): New function.
9101 (mips_legitimize_symbol): Use mips_reloc for the mips16 gp-relative
9102 case. Use mips_splittable_symbol_p to check whether a LO_SUM
9103 address should be used. Use mips_emit_high to generate the
9104 high part of such an address. Adjust the global symbol + offset
9105 case to match the change to mips_force_temprorary.
9106 (mips_legitimize_move): Shuffle call to mips_legitimize_symbol.
9107 If generating explicit-reloc PIC, load the address of global
9108 symbols from the GOT. Use mips_emit_high to emit the high part
9109 of an address.
9110 (mips_simplify_dwarf_addr): New function.
9111 (mips_move_1word): Use lwc1 instead of l.s and swc1 instead of s.s.
9112 (mips_move_2words): Likewise ldc1/l.d and sdc1/s.d if TARGET_64BIT.
9113 (mips_expand_call): Load the addresses of global functions using
9114 %call* relocs if generating explicit-reloc PIC. Don't generate
9115 an exception_receiver pattern.
9116 (override_options): Initialize mips_got_alias_set.
9117 (print_relocation): Remove in favor of...
9118 (mips_reloc_string): ...this new function.
9119 (print_operand): Handle '%R'. Use mips_reloc_string.
9120 (print_operand_address): Use print_operand to print the symbolic
9121 part of a LO_SUM address.
9122 (mips_output_function_prologue): Use .cprestore, reverting last patch.
9123 (mips_encode_section_info): Factor out DECL_RTL accesses. Reverse
9124 sense of SYMBOL_REF_FLAG for PIC, using binds_local_p to check
9125 for local symbols.
9126
9127 2003-02-02 Eric Christopher <echristo@redhat.com>
9128
9129 * config/mips/mips.c (mips_sign_extend): Remove.
9130 * config/mips/mips-protos.h: Ditto.
9131 * config/mips/mips.md (movdi_internal2_extend): Remove.
9132 (extendsidi2): Fix mode of convert_memory_address.
9133
9134 2003-01-24 Eric Christopher <echristo@redhat.com>
9135
9136 * config/mips/mips.md: Rewrite zero_extend* and extend*
9137 patterns. Use explicit instructions and split after reload
9138 for register extensions.
9139 (ashlsi3_internal1_extend): New combiner pattern for
9140 shift and extend combinations.
9141 * config/mips/mips.h: Change Pmode back to ptr_mode
9142 for performance enhancement.
9143 * combine.c (expand_compound_operation): Make sure
9144 that zero_extend operation is profitable.
9145
9146 2003-01-14 Richard Sandiford <rsandifo@redhat.com>
9147
9148 * config/mips/mips.h (TRAMPOLINE_TEMPLATE): Make size of stored
9149 addresses depend on ptr_mode rather than Pmode.
9150 (TRAMPOLINE_SIZE, TRAMPOLINE_ALIGNMENT): Update acoordingly.
9151 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
9152 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
9153 (ASM_OUTPUT_ADDR_VEC_ELT): Update accordingly.
9154 * config/mips/mips.md (tablejump): Likewise. Remove Pmode
9155 condition for selecting cpaddsi or cpadddi: use cpadd instead.
9156 (tablejump_internal1): Remove condition.
9157 (tablejump_internal2): Change condition to TARGET_64BIT.
9158 (cpaddsi): Rename to...
9159 (cpadd): ...this.
9160 (cpadddi): Remove.
9161
9162 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
9163
9164 * config/mips/mips-protos.h (mips16_constant_after_function_p,
9165 mips_address_cost, mips_check_split, double_memory_operand,
9166 mips16_gp_offset, mips16_gp_offset_p, mips16_constant,
9167 pic_address_needs_scratch, symbolic_operand): Remove declarations.
9168 (mips_legitimate_address_p): Return bool.
9169 (mips_address_insns, mips_fetch_insns, mips_const_insns,
9170 mips_legitimize_address, mips_legitimize_move,
9171 mips_expand_call): Declare.
9172 (mips_return_addr): Move outside #ifdef RTX_CODE.
9173
9174 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
9175 (PIC_FN_ADDR_REG): New reg_class.
9176 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add corresponding entries.
9177 (GR_REG_CLASS_P): True for PIC_FN_ADDR_REG.
9178 (SMALL_OPERAND, SMALL_OPERAND_UNSIGNED, LUI_OPERAND,
9179 CONST_HIGH_PART, CONST_LOW_PART, LUI_INT): New macros.
9180 (SMALL_INT, SMALL_INT_UNSIGNED, CONST_OK_FOR_LETTER_P): Use new macros.
9181 (EXTRA_CONSTRAINTS): Give new meanings to Q, R and S.
9182 (CONSTANT_ADDRESS_P): Use mips_legitimate_address_p.
9183 (LEGITIMATE_PIC_OPERAND): Undefine.
9184 (LEGITIMATE_CONSTANT_P): Use mips_const_insns.
9185 (LEGITIMIZE_ADDRESS): Use mips_legitimize_address.
9186 (CONSTANT_AFTER_FUNCTION_P): Remove definition in #if 0 block.
9187 (FUNCTION_MODE): Change to SImode.
9188 (CONST_COSTS): Use mips_const_insns to calculate the cost of
9189 most constants. Treat const_artih_operands specially if they
9190 occur in a PLUS or MINUS.
9191 (CONSTANT_POOL_COST): New macro.
9192 (RTX_COSTS): Use mips_address_insns for MEMs, with a base cost of 2.
9193 Add LO_SUM handling.
9194 (ADDRESS_COST): Undefine.
9195 (PREDICATE_CODES): Add symbolic_operand and const_arith_operand.
9196 Add CONST to the list of codes for arith_operand. Add LABEL_REF
9197 to call_insn_operand and remove CONST_INT.
9198
9199 * config/mips/mips.c: Include integrate.h.
9200 (SINGLE_WORD_MODE_P): New macro.
9201 (mips_constant_type, mips_symbol_type, mips_address_type): New enums.
9202 (mips_constant_info, mips_address_info): New structs.
9203 (mips_regno_to_class): Map $25 to PIC_FN_ADDR_REG.
9204 (mips_classify_constant, mips_classify_symbol,
9205 mips_valid_base_register_p, mips_symbolic_address_p,
9206 mips_classify_address, mips_symbol_insns,
9207 mips16_unextended_reference_p, mips_address_insns, mips_const_insns,
9208 mips_fetch_insns, mips_force_temporary, mips_add_offset,
9209 mips_legitimize_symbol, mips_legitimize_address, mips_legitimize_move,
9210 mips_print_relocation): New functions.
9211 (const_arith_operand): New operand predicate.
9212 (arith_operand): Use it.
9213 (mips_const_double_ok, mips16_simple_memory_operand,
9214 simple_memory_operand, double_memory_operand, mips_check_split,
9215 mips_address_cost, pic_address_needs_scratch, mips16_gp_offset,
9216 mips16_gp_offset_p, mips16_output_gp_offset,
9217 mips16_constant_after_function_p, mips16_constant): Remove.
9218 (call_insn_operand): Be more fussy about symbolic constants.
9219 Use register_operand.
9220 (move_operand): Use mips_symbolic_address_p to check symbolic
9221 operands and general_operand to check the rest.
9222 (symbolic_operand): Use mips_classify_constant.
9223 (mips_legitimate_address_p): Use mips_classify_address.
9224 (mips_move_1word): Combine handling of symbolic addresses.
9225 Remove special treatment of gp-relative loads for TARGET_MIPS16.
9226 (move_move_2words): Likewise. Assume addresses are offsettable
9227 if they need to refer to more than one word. Add HIGH handling.
9228 (mips_restore_gp): Use ptr_mode for the GP save slot.
9229 (mips_expand_call): New function, combining the old mips.md
9230 call and call_internal define_expands. If the address isn't
9231 a call_insn_operand, force it into a register. For SVR4 PIC,
9232 emit an exception_receiver instruction after the call.
9233 (override_options): Only override flag_pic for TARGET_ABICALLS
9234 if it is currently zero. Allow mips_split_addresses when
9235 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
9236 Add new register class letter, 'c'.
9237 (print_operand): Use mips_classify_constant for constant operands.
9238 (print_operand_address): Use mips_classify_address.
9239 (mips_output_function_prologue): Don't use .cprestore.
9240 (mips_expand_epilogue): For TARGET_MIPS16, only adjust the stack
9241 via the frame pointer if current_function_calls_eh_return.
9242 (mips_encode_section_info): For TARGET_ABICALLS, use SYMBOL_REF_FLAG
9243 to mark whether a symbol is local or global.
9244 (build_mips16_call_stub): Expect the address of the function rather
9245 than a MEM reference to it. Update call generation sequences.
9246 (mips16_optimize_gp): Remove Pmode checks. Temporarily disable
9247 small-data adjustments.
9248
9249 * config/mips/mips.md: Remove 'R'/'m' memory distinction. Use default
9250 length for loads and stores.
9251 (UNSPEC_CPADD, UNSPEC_RELOC_GPREL16): New constants.
9252 (define_attr type): Add const and prefetch.
9253 (define_attr length): Use mips_const_insns for const instructions.
9254 Use mips_fetch_insns for load and store instructions.
9255 (define_attr single_insn): New.
9256 (define_attr can_delay): Use it.
9257 (define_attr abicalls): Remove.
9258 (define_delay): Use can_delay. Always allow calls to have delay slots.
9259 (addsi3_internal_2): Add 'Q' constraint.
9260 (movsi_ulw, movsi_usw, movdi_uld, movdi_usd): Set length to 8.
9261 (high): Remove.
9262 (lowsi): Renamed from low.
9263 (lowdi): New pattern.
9264 (movdi, movsi): Use mips_legitimize_move. Remove define_split.
9265 (lwxc1, ldxc1, swxc1, sdxc1): Set length to 4.
9266 (loadgp): Change operand 0 to an immediate_operand.
9267 (tablejump): Use the same patterns for SVR4 PIC but emit a cpadd
9268 beforehand.
9269 (cpaddsi, cpadddi): New patterns.
9270 (tablejump_internal3, tablejump_internal4): Remove define_expands
9271 and associated define_splits.
9272 (call, call_value): Use mips_expand_call.
9273 (call_internal): New, replacing all existing call_internal* insns.
9274 (call_value_internal): Likewise call_value_internal*.
9275 (call_value_multiple_internal): Likewise call_value_multiple_internal*.
9276 (untyped_call): Remove if (operands[0]) magic.
9277 (prefetch_si_address, prefetch_si): Change type to "prefetch".
9278 (prefetch_di_address, prefetch_di): Likewise.
9279 (leasi, leadi): Remove.
9280 (reloc_gprel16): New.
9281
9282 * config/mips/5400.md (ir_vr54_hilo): Include const type.
9283 * config/mips/5500.md (ir_vr55_hilo): Likewise.
9284 * config/mips/sr71k.md (ir_sr70_hilo): Likewise.
9285
9286 2003-01-08 Eric Christopher <echristo@redhat.com>
9287
9288 * config.gcc (mipsisa32*): Change ABI_MEABI to ABI_EABI.
9289 * config/mips/elf.h (STARTFILE_SPEC): Remove ABI_MEABI references and
9290 configure check for libgloss.
9291 * config/mips/elf64.h: Ditto.
9292 * config/mips/mips.c: Remove ABI_MEABI.
9293 * config/mips/mips.h: Ditto.
9294
9295 2002-11-05 Richard Sandiford <rsandifo@redhat.com>
9296
9297 Fix merge fallout.
9298 * config/mips/mips.md (mul_acc_si): Reapply 2002-10-16 change.
9299 (muldi3_internal): Remove outdated comment.
9300 (*muls_di, *umuls_di): Fix comment and 64-bitness.
9301 (*smsac_di, *umsac_di): Likewise. Reformat.
9302 (umulsi3_highpart): Minor formatting tweaks.
9303 (umulsi3_highpart_internal): Use only if !ISA_HAS_MULHI. Remove
9304 redundant scratch operand. Minor formatting tweak.
9305 (umulsi3_highpart_mulhi_internal): Use for !TARGET_64BIT as well.
9306 (umulsi3_highpart_neg_mulhi_internal): Likewise. Fix asm template.
9307 (smulsi3_highpart): As for the unsigned version.
9308 (smulsi3_highpart_internal): Likewise.
9309 (smulsi3_highpart_mulhi_internal): Likewise.
9310 (smulsi3_highpart_neg_mulhi_internal): Likewise.
9311 (smuldi3_highpart, umuldi3_highpart): Minor formatting tweaks.
9312 (*smul_acc_di): Remove duplicated pattern.
9313 (*umul_acc_di, *smul_acc_di): Reapply 2002-10-16 change.
9314 (anddi3) [unnamed mips16 pattern]: Remove reintroduced length.
9315 (zero_extendsidi2_internal2): Remove new, but commented-out pattern.
9316
9317 2002-10-22 Eric Christopher <echristo@redhat.com>
9318
9319 * config/mips/mips-protos.h (mips_return_addr): New.
9320 * config/mips/mips.c (mips_return_addr): New.
9321 (movdi_operand): Remove.
9322 (se_register_operand): Ditto.
9323 (se_reg_or_0_operand): Ditto.
9324 (se_uns_arith_operand): Ditto.
9325 (se_arith_operand): Ditto.
9326 (se_nonmemory_operand): Ditto.
9327 (extend_operator): Ditto.
9328 (highpart_shift_operator): Ditto.
9329 (mips_initial_elimination_offset): Remove return address pointer
9330 elimination.
9331 (mips_reg_names): Remove $ra.
9332 (mips_regno_to_class): Ditto.
9333 * config/mips/mips.h (POINTER_SIZE): Define based on TARGET_LONG64
9334 and TARGET_64BIT.
9335 (POINTER_BOUNDARY): Remove.
9336 (POINTERS_EXTEND_UNSIGNED): Define to 0.
9337 (PROMOTE_MODE): Promote to Pmode.
9338 (SHORT_IMMEDIATES_SIGN_EXTEND): Define.
9339 (Pmode): Define to TARGET_64BIT.
9340 (FUNCTION_MODE): Define as Pmode.
9341 (mips_args): Remove deleted functions.
9342 (SIZE_TYPE): Depend on POINTER_SIZE.
9343 (PTRDIFF_TYPE): Ditto.
9344 (FIXED_REGISTERS): Fix extra registers.
9345 (CALL_USED_REGISTERS): Ditto.
9346 (CALL_REALLY_USED_REGISTERS): Ditto.
9347 (RAP_REG_NUM): Remove.
9348 (RETURN_ADDRESS_POINTER_REGNUM): Ditto.
9349 (RETURN_ADDR_RTX): Define to mips_return_addr.
9350 (ELIMINABLE_REGS): Remove RETURN_ADDRESS_POINTER_REGNUM.
9351 (CAN_ELIMINATE): Ditto.
9352 * config/mips/mips.md: For DImode patterns, take into account
9353 deletions above. Split mulsidi patterns into sign_extend and
9354 zero_extend.
9355
9356 2002-10-16 Richard Sandiford <rsandifo@redhat.com>
9357 Michael Meissner <meissner@redhat.com>
9358
9359 * config/mips/mips.h (ISA_HAS_MACC): True for normal-mode vr4120 code.
9360 * config/mips/mips.md (mulsi3_mult3): Add a define_peephole2 to
9361 mop up unnecessarly moves through LO.
9362 (*mul_acc_si): Remove vr5400 and vr5500 handling from here.
9363 (*macc): New pattern for ISA_HAS_MACC. Add define_peephole2s to
9364 change mtlo/macc sequences into mul/add sequences when a three-
9365 address mul is available.
9366 (*macc2): New pattern. Add a define_peephole2 to generate it.
9367 (*mul_sub_si): Fix contraint for operand 5.
9368 (*muls): Use in 32-bit code as well.
9369 (*msac): Likewise. Use msub instead of msac in vr5500 code
9370 if the destination is LO. Remove duplicate define_split.
9371 (*muls_di): Use only in 32-bit code. Adjust rtl accordingly.
9372 (*msac_di): Likewise. Fix formatting.
9373 (smulsi3_highpart, umulsi3_highpart): Use mulhi in 32-bit code too.
9374 (*xmulsi3_highpart_internal): Use only if !ISA_HAS_MULHI.
9375 (*xmulsi3_highpart_mulhi): Use even if !TARGET_64BIT.
9376 (*xmulsi3_neg_highpart_mulhi): Likewise.
9377 (*mul_acc_64bit_di): Remove.
9378 (*mul_acc_di): Use only in 32-bit code. Handle ISA_HAS_MACC as well.
9379
9380 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
9381
9382 * config/mips/vr.h (DRIVER_SELF_SPECS): Define.
9383 * config/mips/t-vr (MULTILIB_OPTIONS): Remove mlong32.
9384 (MULTILIB_DIRNAMES): Remove long32.
9385 (MULTILIB_EXCEPTIONS): Don't build -mabi=32 -mgp32 multilibs.
9386 (MULTILIB_REDUNDANT_DIRS): Remove.
9387
9388 2002-10-14 Richard Sandiford <rsandifo@redhat.com>
9389
9390 * doc/tm.texi (DRIVER_SELF_SPECS): Document.
9391 * gcc.c (driver_self_specs): New variable.
9392 (do_self_spec): New function.
9393 (main): Use it to process driver_self_specs.
9394
9395 2002-10-09 Richard Sandiford <rsandifo@redhat.com>
9396
9397 * config/mips/mips.md (one_cmpldi2): Use only if TARGET_64BIT.
9398 Remove DImode define_split for !TARGET_64BIT.
9399 (anddi3): Remove !TARGET_64BIT support from here as well.
9400 Change operand 2's predicate to se_uns_arith_operand.
9401 Add constant alternatives to define_insn.
9402 (iordi3, xordi3, *nordi3): Likewise.
9403 (anddi3_internal1, xordi3_immed): Remove.
9404
9405 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9406
9407 * config/mips/mips.h (PROCESSOR_R4121): Rename to PROCESSOR_R4120.
9408 (TARGET_MIPS4121): Rename to TARGET_MIPS4120.
9409 * config/mips/mips.c (mips_cpu_info): Rename vr4121 to vr4120.
9410 * config/mips/mips.md: Apply same renaming here.
9411
9412 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9413
9414 * config/mips/mips.c (PROCESSOR_R4320, TARGET_MIPS4320): Remove.
9415 (GENERATE_MULT3_SI): Remove use of TARGET_MIPS4320.
9416 * config/mips/mips.c (mips_cpu_info): Remove vr4320 entry.
9417 * config/mips/mips.md (define_attr cpu): Remove r4320.
9418 Remove vr4320 scheduler and uses of TARGET_MIPS4320.
9419
9420 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9421
9422 * config/mips/mips.c (mips16_strings): New variable.
9423 (mips_output_function_epilogue): Clear the SYMBOL_REF_FLAG of every
9424 symbol in mips16_strings. Free the list.
9425 (mips_encode_section_info): Keep track of local strings.
9426
9427 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9428
9429 * config/mips/mips.md (bunge, bltgt, bungt): New define_expands.
9430 (sordered_df, sordered_sf): Remove.
9431 * config/mips/mips.c (get_float_compare_codes): New fn.
9432 (gen_int_relational, gen_conditional_move): Use it.
9433
9434 2002-10-01 Richard Sandiford <rsandifo@redhat.com>
9435
9436 * config/mips/mips-protos.h (mips_emit_fcc_reload): Declare.
9437 * config/mips/mips.h (PREDICATE_CODES): Add fcc_register_operand.
9438 * config/mips/mips.c (fcc_register_operand): New function.
9439 (mips_emit_fcc_reload): New function, extracted from reload_incc.
9440 (override_options): Allow TFmode values in float registers
9441 if ISA_HAS_8CC.
9442 * cnfig/mips/mips.md (reload_incc): Change destination prediate
9443 to fcc_register_operand. Remove misleading source constraint.
9444 Use mips_emit_fcc_reload.
9445 (reload_outcc): Duplicate reload_incc.
9446
9447
9448 2003-04-30 Diego Novillo <dnovillo@redhat.com>
9449
9450 * builtins.def (BUILTIN_CONSTANT_P): Mark as constant.
9451
9452 2003-04-30 Geoffrey Keating <geoffk@apple.com>
9453
9454 * tree-inline.c (inlinable_function_p): Back out last change, it's
9455 unnecessary.
9456
9457 2003-04-30 Steven Bosscher <steven@gcc.gnu.org>
9458
9459 * ggc-page.c (TREE_EXP_SIZE): Define.
9460 (extra_order_size_table): New entry for expr trees with
9461 two operands.
9462
9463 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
9464
9465 * c-common.c (if_elt): Use location_t in lieu of "file, line" pair.
9466 (c_expand_start_cond): Adjust.
9467 (c_expand_end_cond): Don't use warning_with_file_and_file.
9468 (shadow_warning): Likewise.
9469
9470 2003-04-30 Nathan Sidwell <nathan@codesourcery.com>
9471
9472 * tree.h (DECL_POINTER_DEPTH): Remove.
9473 (struct tree_decl): Remove pointer_depth.
9474
9475 2003-04-30 Janis Johnson <janis187@us.ibm.com>
9476
9477 * config/rs6000/linux64.h (ASM_OUTPUT_LABELREF): Remove.
9478 * config/rs6000/rs6000.c (rs6000_elf_strip_name_encoding): Remove.
9479 (rs6000_xcoff_encode_section_info): Remove.
9480 (current_file_function_operand): Use SYMBOL_REF_FLAGS; fix latent bug.
9481 (rs6000_output_mi_thunk): Remove dead code; use SYMBOL_REF_FLAGS.
9482 (small_data_operand, rs6000_emit_move, rs6000_elf_in_small_data_p,):
9483 Use SYMBOL_REF_FLAGS.
9484 (rs6000_elf_encode_section_info): Call default_encode_section_info for
9485 generic flags, use SYMBOL_REF_FLAGS; code cleanups.
9486 * sysv4.h (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
9487 (SYMBOL_FLAG_SMALL_V4, SYMBOL_REF_SMALL_V4_P): New.
9488 * xcoff.h (TARGET_ENCODE_SECTION_INFO): Remove.
9489 (ASM_DECLARE_FUNCTION_NAME): Remove setting of SYMBOL_REF_FLAG.
9490
9491 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
9492
9493 * diagnostic.c (output_pointer): Use HOST_PTR_PRINTF.
9494
9495 2003-04-30 Andreas Schwab <schwab@suse.de>
9496
9497 * doc/extend.texi (Other Builtins): Enclose multiple word data
9498 type in braces for @deftypefn.
9499
9500 2003-04-30 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9501
9502 * stor-layout.c (mode_for_size_tree): Use BLKmode if SIZE overflows.
9503
9504 * doc/install.texi (--enable-threads): Document "gnat" option.
9505
9506 2003-04-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
9507
9508 * diagnostic.h (output_formatted_scalar): Tweak.
9509 * diagnostic.c (output_long_decimal): Likewise.
9510 (output_unsigned_decimal): Likewise.
9511 (output_long_unsigned_decimal): Likewise.
9512 (output_octal): Likewise.
9513 (output_long_octal): Likewise.
9514 (output_hexadecimal): Likewise.
9515 (output_long_hexadecimal): Likewise.
9516 (output_pointer): New function.
9517 (output_format): Use it. Recognize "%p" format specifier.
9518
9519 2003-04-30 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9520
9521 * function.c (purge_addressof_1): Postpone insn in fewer cases.
9522
9523 2003-04-29 Geoffrey Keating <geoffk@apple.com>
9524
9525 * config/rs6000/host-darwin.c (segv_handler): When -dH is used,
9526 call abort() after running out of stack space.
9527
9528 * c-typeck.c (function_types_compatible_p): Ignore incompatible
9529 'volatile' qualifiers on a function's return type in GNU mode.
9530
9531 2003-04-29 Aldy Hernandez <aldyh@redhat.com>
9532
9533 * expr.c (emit_group_load): Dump parallels of simd types to
9534 memory.
9535
9536 2003-04-29 Vladimir Makarov <vmakarov@redhat.com>
9537
9538 * genautomata.c (add_vect): Check undefined value for range type
9539 too.
9540
9541 2003-04-29 Phil Edwards <pme@gcc.gnu.org>
9542
9543 * configure.in: More general test for cmp --ignore-initial.
9544 * configure: Regenerate.
9545
9546 2003-04-29 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9547
9548 * stor-layout.c (mode_for_size_tree): Use tree_low_cst.
9549 (layout_decl, place_field): Likewise.
9550 Also make minor type and whitespace changes.
9551
9552 * tree.c (save_expr): Don't fold a COMPONENT_REF.
9553
9554 2003-04-29 Olivier Hainque <hainque@act-europe.fr>
9555
9556 * calls.c (expand_call): When modes of target and valreg match, force
9557 sibcall failure when target is a MEM.
9558
9559 2003-04-29 Geoffrey Keating <geoffk@apple.com>
9560
9561 * tree-inline.c (inlinable_function_p): Don't support inlining
9562 functions using varargs.
9563
9564 * doc/invoke.texi (Overall Options): Mention -x objective-c-header.
9565
9566 * dwarf2out.c (output_call_frame_info): No need to output EH
9567 unwind information if all_throwers_are_sibcalls.
9568
9569 * c-semantics.c (expand_unreachable_stmt): Return a tree.
9570 (expand_stmt): Update for change to expand_unreachable_stmt.
9571 (expand_unreachable_if_stmt): Likewise.
9572
9573 * Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
9574
9575 2003-04-29 Jason Merrill <jason@redhat.com>
9576
9577 PR middle-end/10336
9578 * jump.c (never_reached_warning): Really stop looking if we reach
9579 the beginning of the function.
9580
9581 2003-04-29 Bob Wilson <bob.wilson@acm.org>
9582
9583 * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):
9584 Remove redundant macros.
9585 (WCHAR_TYPE, WCHAR_TYPE_SIZE): Change to "short unsigned int".
9586 (LOCAL_LABEL_PREFIX): Define unconditionally.
9587 (NO_DOT_IN_LABEL): Clarify comment.
9588 * config/xtensa/linux.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Add explicit
9589 definition to "long int".
9590
9591 2003-04-29 Alexander Kabaev <kan@FreeBSD.ORG>
9592
9593 bootstrap/10452
9594 * gengtype-yacc.y: Improve portability.
9595
9596 2003-04-29 Zack Weinberg <zack@codesourcery.com>
9597
9598 * config.gcc: Install obsolete target list for GCC 3.3.
9599 * doc/install.texi: Mention in specific-target instructions
9600 that certain configurations are deprecated.
9601
9602 2003-04-29 Zack Weinberg <zack@codesourcery.com>
9603
9604 * tree.h: Delete no-checking definition of CST_OR_CONSTRUCTOR_CHECK.
9605
9606 2003-04-29 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
9607
9608 * c-pragma.c (maybe_apply_renaming_pragma): Fix typo.
9609 * gcc.c (display_help): Likewise.
9610 * toplev.c (f_options): Likewise.
9611 * params.def (PARAM_MAX_INLINE_SCOPE): Likewise.
9612 * config/c4x/c4x.h (TARGET_SWITCHES): Likewise.
9613 * config/mcore/mcore.h (TARGET_SWITCHES): Likewise.
9614 * config/s390/s390.h (TARGET_SWITCHES): Likewise.
9615 * config/v850/v850.h (TARGET_SWITCHES): Likewise.
9616
9617 2003-04-29 J"orn Rennecke <joern.rennecke@superh.com>
9618
9619 * varasm.c (default_assemble_visibility): Use assemble_name.
9620
9621 2003-04-29 David O'Brien <obrien@FreeBSD.org>
9622
9623 * config/i386/freebsd64.h (LINK_SPEC): Mirror FreeBSD linker.
9624 * config/rs6000/freebsd.h (LINK_SHLIB_SPEC): New macro.
9625 (SIZE_TYPE): New macro.
9626 * config/i386/freebsd-aout.h (NO_PROFILE_COUNTERS): New macro.
9627 (SET_ASM_OP): New macro.
9628 (HANDLE_SYSV_PRAGMA): New macro.
9629 (ASM_WEAKEN_LABEL): New macro.
9630
9631 2003-04-28 Mark Mitchell <mark@codesourcery.com>
9632
9633 PR c++/10180
9634 * tree-inline.c (expand_call_inline): Call push_srcloc when
9635 encountering EXPR_WITH_FILE_LOCATION. Honor warn_inline.
9636
9637 2003-04-28 Mike Stump <mrs@apple.com>
9638
9639 * gdbinit.in: Update to reflect new identifier structure.
9640
9641 2003-04-28 Zack Weinberg <zack@codesourcery.com>
9642
9643 * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
9644 (struct tree_int_cst, struct tree_real_cst, struct tree_string,
9645 struct tree_complex, struct tree_vector): Remove RTL field.
9646 (CONSTRUCTOR_ELTS): Use elt 0.
9647 * tree.def (CONSTRUCTOR): Delete first of its two operands.
9648 * varasm.c (output_constant_def): Remove early exit if
9649 TREE_CST_RTL is set. Don't set TREE_CST_RTL.
9650 (decode_addr_const): Don't mention TREE_CST_RTL in comment.
9651 * target.h (select_section): Don't mention TREE_CST_RTL in comment.
9652 * doc/tm.texi (encode_section_info): Don't talk about TREE_CST_RTL.
9653
9654 2003-04-28 Jakub Jelinek <jakub@redhat.com>
9655
9656 * c-decl.c (finish_decl): When prototype with asmspec is found
9657 for built-in, adjust built_in_decls as well as expr.c decls.
9658 * expr.c (init_block_move_fn, init_block_clear_fn): New functions.
9659 (emit_block_move_libcall_fn, clear_storage_libcall_fn): Use it.
9660 * expr.c (init_block_move_fn, init_block_clear_fn): New prototypes.
9661
9662 2003-04-28 Richard Henderson <rth@redhat.com>
9663
9664 * config/sparc/sparc.c (print_operand): Add 's' to sign-extend.
9665 * config/sparc/sparc.md (const_mulsidi3_v8plus): Fix mode of
9666 integral constant mult operand.
9667 (const_mulsidi3_sp32, const_mulsidi3_sp64): Likewise.
9668 (const_smulsi3_highpart_v8plus): Likewise.
9669 (const_smulsi3_highpart): Likewise.
9670 (const_umulsidi3_sp32): Likewise; sign-extend it in the output.
9671 (const_umulsidi3_sp64, const_umulsidi3_v8plus): Likewise.
9672 (const_umulsi3_highpart_v8plus): Likewise.
9673 (const_umulsi3_highpart): Likewise.
9674
9675 2003-04-28 David O'Brien <obrien@FreeBSD.org>
9676
9677 * config/i386/x86-64.h (NO_PROFILE_COUNTERS, HAVE_AS_DWARF2_DEBUG_LINE):
9678 Define as 1.
9679
9680 2003-04-28 David O'Brien <obrien@FreeBSD.org>
9681
9682 * config/i386/i386.h (builtin_define): Add __amd64 and __amd64__.
9683
9684 2003-04-28 Jakub Jelinek <jakub@redhat.com>
9685
9686 * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New.
9687 * builtin-types.def (BT_FN_VOID_CONST_PTR_PTR_SIZE): New.
9688 * builtins.c (expand_builtin_memmove, expand_builtin_bcopy): New
9689 functions.
9690 (expand_builtin): Handle BUILT_IN_BCOPY and BUILT_IN_MEMMOVE.
9691
9692 2003-04-28 Nick Clifton <nickc@redhat.com>
9693
9694 * config/arm/elf.h (ASM_OUTPUT_ALIGNED_COMMON): Remove definition.
9695
9696 2003-04-27 Zack Weinberg <zack@codesourcery.com>
9697
9698 * expr.c (expand_expr <COMPLEX_CST, STRING_CST>): Always call
9699 output_constant_def, use its result instead of TREE_CST_RTL (exp).
9700 Can assume it has the form (mem (symbol_ref ".LCxxx")).
9701 (expand_expr <COMPONENT_REF>): Can always just extract the
9702 relevant field of a CONSTRUCTOR.
9703 (expand_expr <ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF,
9704 ARRAY_RANGE_REF>): Make control flow explicit.
9705 * varasm.c (output_constant_def): Can look at TREE_CST_RTL of
9706 an INTEGER_CST.
9707
9708 2003-04-27 Kazu Hirata <kazu@cs.umass.edu>
9709
9710 * reload1.c (reg_set_luid): Fix a comment typo.
9711
9712 2003-04-27 Zack Weinberg <zack@codesourcery.com>
9713
9714 * varasm.c (const_str_htab_hash, const_str_htab_eq, STRHASH,
9715 struct deferred_string, const_str_htab): Kill.
9716 (n_deferred_strings): New static variable.
9717 (build_constant_desc): Set SYMBOL_REF_DECL of the new
9718 symbol_ref to point to the constant.
9719 (output_constant_def): When a deferred string is forced out,
9720 just clear STRING_POOL_ADDRESS_P and decrement n_deferred_strings.
9721 (mark_constant): Likewise.
9722 (maybe_output_constant_def_contents): When deferring a string
9723 constant, just set STRING_POOL_ADDRESS_P and increment
9724 n_deferred_strings.
9725 (mark_constant_pool): Check n_deferred_strings, not the size
9726 of const_str_htab.
9727 (init_varasm_once): No need to create const_str_htab.
9728
9729 * rtl.def, rtl.h, doc/rtl.texi: Document possibility that
9730 SYMBOL_REF_DECL points to a constant.
9731
9732 2003-04-26 Zack Weinberg <zack@codesourcery.com>
9733
9734 * varasm.c (output_constant_def): Split out two new static
9735 functions, build_constant_desc and maybe_output_constant_def_contents.
9736 Restructure for comprehensibility. Don't call
9737 output_addressed_constants. Treat defstr being non-NULL for
9738 STRING_POOL_ADDRESS_P constants as an invariant.
9739 (struct deferred_string): Remove labelno field.
9740 (output_constant_def_contents): Kill labelno argument. Call
9741 output_addressed_constants here. Use ASM_OUTPUT_LABEL, not
9742 asm_out.internal_label.
9743 (mark_constant): Update call to output_constant_def_contents.
9744 Treat defstr being non-NULL for STRING_POOL_ADDRESS_P
9745 constants as an invariant.
9746
9747 2003-04-26 Richard Henderson <rth@redhat.com>
9748
9749 * config/i386/i386.c (output_pic_addr_const): Use SYMBOL_REF_LOCAL_P.
9750 (ix86_expand_call, ix86_rtx_consts): Likewise.
9751
9752 2003-04-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9753
9754 * doc/md.texi (cmpstr): Document additional restrictions.
9755
9756 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
9757
9758 * flags.h (time_report): Remove.
9759 * timevar.c (timevar_enable): New.
9760 (TIMEVAR_ENABLE): Remove, use timevar_enable.
9761 (timevar_init): Rename from init_timevar.
9762 * timevar.h (timevar_init): Rename from init_timevar.
9763 * toplev.c (time_report): Make static.
9764 (do_compile): Conditionally call init_timevar first.
9765 (preprocess_options): Move some code to do_compile.
9766
9767 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
9768
9769 * doc/install.texi (Binaries): Mention binaries for HC11/HC12.
9770
9771 2003-04-26 Neil Booth <neil@daikokuya.co.uk>
9772
9773 * _cpp_lex_direct: Remove pointless code.
9774
9775 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
9776
9777 * doc/extend.texi (Function Attributes): Document "near" and "far"
9778 for 68HC11 and 68HC12.
9779
9780 2003-04-25 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
9781
9782 * expr.c (store_field): When making temporary for store, don't
9783 make it TYPE_QUAL_CONST.
9784
9785 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
9786
9787 * toplev.c (read_integral_parameter): Use "argument" in error
9788 message to distinguish it from actual invalid options.
9789
9790 2003-04-25 Bob Wilson <bob.wilson@acm.org>
9791
9792 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previous
9793 addition of __PIC__ and __pic__ macros.
9794 * config/xtensa/xtensa.h: Clean up indentation.
9795
9796 2003-04-25 Bob Wilson <bob.wilson@acm.org>
9797
9798 * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition of
9799 _GNU_SOURCE. Add definitions of __PIC__ and __pic__.
9800 (SUBTARGET_CPP_SPEC): Define.
9801 (LIB_SPEC): Delete.
9802 * config/xtensa/xtensa-protos.h (xtensa_declare_object): Delete.
9803 * config/xtensa/xtensa.c (xtensa_declare_object): Delete.
9804 * config/xtensa/xtensa.h (CPP_SPEC, SUBTARGET_CPP_SPEC, EXTRA_SPECS):
9805 Define.
9806 (ASM_OUTPUT_COMMON, ASM_OUTPUT_LOCAL): Delete.
9807 (ASM_OUTPUT_ALIGNED_BSS, BSS_SECTION_ASM_OP): Define.
9808
9809 2003-04-25 H.J. Lu <hjl@gnu.org>
9810
9811 * config/ia64/ia64.c (ia64_expand_compare_and_swap): Add rmode
9812 for return mode.
9813 (ia64_expand_builtin): Set rmode to SImode for
9814 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_SI,
9815 IA64_BUILTIN_VAL_COMPARE_AND_SWAP_SI and
9816 IA64_BUILTIN_BOOL_COMPARE_AND_SWAP_DI. Set remode to DImode
9817 for IA64_BUILTIN_VAL_COMPARE_AND_SWAP_DI.
9818
9819 2003-04-25 Phil Edwards <pme@gcc.gnu.org>
9820
9821 * configure.in (make_compare_target): Test for GNU cmp and set this
9822 variable appropriately.
9823 * Makefile.in (compare, compare3, compare4, compare-lean, compare3-lean,
9824 compare4-lean): Rename actual targets to slowcompare*. New compare*
9825 targets depend on names based on make_compare_target.
9826 * configure: Regenerated.
9827
9828 2003-04-25 Richard Henderson <rth@redhat.com>
9829
9830 * config/ia64/ia64.c (ia64_compute_frame_size): Allow inline asm
9831 to clobber ar.pfs and ar.unat.
9832 (ia64_expand_prologue): Force alloc instruction if ar.pfs saved;
9833 fix test for spilling ar.pfs to the stack.
9834
9835 2003-04-25 Richard Henderson <rth@redhat.com>
9836
9837 PR opt/10315
9838 * config/rs6000/rs6000.c (rs6000_emit_move): Only elide proper
9839 checks during reload; use validize_mem instead of adjust_address.
9840
9841 2003-04-26 Ben Elliston <bje@wasabisystems.com>
9842
9843 * config/arm/arm.c (arm_adjust_cost): Correct logic that tests the
9844 return values from recog_memoized().
9845
9846 2003-04-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9847
9848 PR opt/8705
9849 * gcse.c (try_replace_reg): On a successful substitution of a constant
9850 into a single set, try to simplify the source of the set.
9851 * loop.c (scan_loop): Don't try to optimize a MODE_CC set with a
9852 constant source.
9853
9854 2003-04-24 Neil Booth <neil@daikokuya.co.uk>
9855
9856 * cpplex.c (cpp_token_len): Tighten up.
9857 (cpp_token_as_text): Need extra byte now.
9858 * cpplib.c (glue_header_name): Need extra 2 bytes.
9859 * cppmacro.c (cpp_macro_definition): Need extra byte.
9860
9861 2003-04-24 Alexander Kabaev <kan@FreeBSD.ORG>
9862
9863 * config/sparc/sparc.md (umulsidi3, mulsidi3): Avoid using
9864 const_umulsidi3_sp32 and const_mulsidi3_sp32 on 64bit targets
9865 where they might be not present. Use their _sp64 equivalent
9866 instead.
9867
9868 Thu Apr 24 20:42:12 CEST 2003 Jan Hubicka <jh@suse.cz>
9869
9870 * i386.md (cvtsi2sdq): Fix typo in previous patch.
9871
9872 2003-04-24 Krister Walfridsson <cato@df.lth.se>
9873
9874 * configure.in: Check whether mbstowcs works.
9875 * configure, config.in: Regenerate.
9876 * intl.c: Use HAVE_WORKING_MBSTOWCS.
9877
9878 2003-04-24 H.J. Lu <hjl@gnu.org>
9879
9880 * config/ia64/ia64.c (ia64_init_builtins): Add si_ftype_pdi_di_di
9881 for __sync_bool_compare_and_swap_di for int return type.
9882
9883 * config/ia64/ia64intrin.h (__sync_bool_compare_and_swap_di):
9884 Change return type to int.
9885 (__sync_bool_compare_and_swap): Likewise.
9886
9887 Thu Apr 24 16:55:26 CEST 2003 Jan Hubicka <jh@suse.cz>
9888
9889 * cfgbuild.c (make_edges): Do not use next_nonnote_insn when
9890 looking for fallthru edge.
9891
9892 * athlon.md (athlon-agu, athlon-store, athlon-fany, athlon-faddmul):
9893 Fix.
9894 (athlon-load2, athlon-store2, athlon-fpsched, athlon-fpload,
9895 athlon-fvector): New.
9896 (athlon_*): Revisit to match new optimization guide.
9897 * i386.c (ix86_adjust_cost): Fix memory operand costs on Athlon/k8
9898 * i386.md (cvt??2?? patterns): Fix modes.
9899 (fistp patterns): Set modes.
9900
9901 Accidentaly commited with my earlier reload patch:
9902 PR c/10308
9903 * reload.c (find_reloads_address_1): Reload plus at the place of
9904 index register.
9905
9906 2003-04-24 Nathan Sidwell <nathan@codesourcery.com>
9907
9908 New GCOV_TAG_FUNCTION layout
9909 * coverage.c (struct function_list): Replace name with ident.
9910 (struct counts_entry): Likewise.
9911 (fn_ident): New.
9912 (htab_counts_entry_hash, htab_counts_entry_eq,
9913 htab_counts_entry_del): Adjust.
9914 (reads_count_file, get_coverage_counts,
9915 coverage_begin_output, coverage_end_function): Adjust.
9916 (build_fn_info_type, build_fn_info_value): Likewise.
9917 * gcov-dump.c (tag_function): Adjust.
9918 * gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
9919 * gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
9920 * gcov.c (struct function_info): Add ident.
9921 (read_graph_file, read_count_file): Adjust.
9922 * libgcov.c (gcov_exit): Adjust.
9923
9924 2003-04-23 Richard Henderson <rth@redhat.com>
9925
9926 PR opt/8300
9927 * toplev.c (rest_of_compilation): Delay no_new_pseudos until
9928 after initialize_uninitialized_subregs; update reg info assuming
9929 new pseudos were created.
9930
9931 2003-04-23 Neil Booth <neil@daikokuya.co.uk>
9932
9933 * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update.
9934 * c-lex.c (MULTIBYTE_CHARS): Remove conditionals.
9935 (lex_string): Take cpp_string with full spelling.
9936 (cb_ident): Update.
9937 (c_lex): Update diagnostics.
9938 * cpplex.c (SPELL_NUMBER, SPELL_STRING): Combine into SPELL_LITERAL.
9939 (create_literal): New.
9940 (lex_string): Unterminated literals have type CPP_OTHER.
9941 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
9942 for CPP_OTHER.
9943 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
9944 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
9945 * cpplib.c (parse_include, do_line, do_linemarker,
9946 destringize_and_run): Update for token storing full spelling.
9947 * cpplib.h: Update token spelling types.
9948 * cppmacro.c (stringify_arg, check_trad_stringification):
9949 Update for token storing full spelling.
9950
9951 2003-04-23 Ulrich Weigand <uweigand@de.ibm.com>
9952
9953 * config/s390/s390.c (s390_expand_cmpstr): Disable CLC loop.
9954
9955 2003-04-23 Richard Earnshaw <rearnsha@arm.com>
9956
9957 * arm.h (TARGET_OPTIONS): Add value field.
9958
9959 2003-04-23 Mark Mitchell <mark@codesourcery.com>
9960
9961 * doc/extend.texi: Remove duplicate 2003 copyright date.
9962
9963 2003-04-23 Nathan Sidwell <nathan@codesourcery.com>
9964
9965 * Makefile.in (LIBGCC_DEPS): Add gcov headers.
9966 (libgcov.a): Depends on LIBGCC_DEPS.
9967 * basic-block.h (profile_info): Moved here from coverage.h. Made
9968 a pointer.
9969 * coverage.c (struct function_list): Fixed array of counter types.
9970 (struct counts_entry): Keyed by counter type, contains summary.
9971 (profile_info): Moved to profile.c.
9972 (prg_ctr_mask, prg_n_ctrs, fn_ctr_mask, fn_n_ctrs): New global
9973 vars.
9974 (profiler_label): Remove.
9975 (ctr_labels): New.
9976 (set_purpose, label_for_tag, build_counter_section_fields,
9977 build_counter_section_value, build_counter_section_data_fields,
9978 build_counter_section_data_values, build_function_info_fields,
9979 build_function_info_value, gcov_info_fields, gcov_info_value): Remove.
9980 (build_fn_info_type, build_fn_info_value, build_ctr_info_type,
9981 build_ctr_info_value, build_gcov_info): New.
9982 (htab_counts_entry_hash, htab_counts_entry_eq): Adjust.
9983 (reads_counts_file): Adjust.
9984 (get_coverage_counts): Takes counter number. Add summary
9985 parameter. Adjust.
9986 (coverage_counter_ref): Tkaes counter number. Adjust. Lazily
9987 create counter array labels.
9988 (coverage_end_function): Adjust.
9989 (create_coverage): Adjust.
9990 (find_counters_section): Remove.
9991 * coverage.h (MAX_COUNTER_SECTIONS): Remove.
9992 (struct section_info, struct profile_info): Remove.
9993 (profile_info): Moved to basic-block.h.
9994 (coverage_counter_ref): Takes a counter number.
9995 (get_coverage_counts): Takes a counter number. Added summary
9996 parameter.
9997 (find_counters_section): Remove.
9998 * gcov-dump.c (tag_arc_counts): Rename to ...
9999 (tag_counters): ... here. Adjust.
10000 (tag_table): Move tag_counters to 3rd entry. Remove
10001 PROGRAM_PLACEHOLDER and PROGRAM_INCORRECT entries.
10002 (dump_file): Check for counter tag values here.
10003 (tag_summary): Adjust.
10004 * gcov-io.c (gcov_write_summary, gcov_read_summary): Adjust.
10005 * gcov-io.h (GCOV_LOCKED): New.
10006 (GCOV_TAG_ARC_COUNTS): Rename to ...
10007 (GCOV_TAG_COUNTS_BASE): ... here.
10008 (GCOV_TAG_PLACEHOLDER_SUMMARY, GCOV_TAG_INCORRECT_SUMMARY):
10009 Remove.
10010 (GCOV_COUNTER_ARCS, GCOV_COUNTERS, GCOV_NAMES): New.
10011 (GCOV_TAG_FOR_COUNTER, GCOV_COUNTER_FOR_TAG,
10012 GCOV_TAG_IS_COUNTER): New.
10013 (struct gcov_ctr_summary): New.
10014 (struct gcov_summary): Adjust.
10015 (struct gcov_counter_section): Remove.
10016 struct gcov_counter_section_data): Remove.
10017 (struct gcov_function_info): Rename to ...
10018 (struct gcov_fn_info): ... here. Adjust.
10019 (struct gcov_ctr_info): New.
10020 (struct gcov_info): Adjust.
10021 * gcov.c (read_count_file): Adjust.
10022 (output_lines): Adjust.
10023 * libgcov.c (gcov_exit): Adjust.
10024 (__gcov_flush): Adjust.
10025 * mklibgcc.in (libgcc2_c_dep): Add gcov headers.
10026 * predict.c (maybe_hot_bb_p, probably_cold_bb_p,
10027 probably_never_executed_bb_p, compute_frequency_function): Adjust
10028 profile_info use.
10029 * profile.c (struct counts_entry): Remove.
10030 (profile_info): Define here.
10031 (get_exec_counts): Adjust get_coverage_counts call.
10032 (compute_branch_probablilities): Remove find_counters_section
10033 call.
10034 (gen_edge_profiler): Adjust coverage_counter_ref call.
10035 * tracer.c (tail_duplicate): Adjust profile_info use.
10036
10037 2003-04-23 Roger Sayle <roger@eyesopen.com>
10038
10039 PR optimization/10339
10040 * builtins.c (expand_builtin_strcmp): Try to emit cmpstrsi insn
10041 directly instead of unsafely transforming call into a memcmp.
10042 (expand_builtin_strncmp): Likewise.
10043
10044 2003-04-22 Roger Sayle <roger@eyesopen.com>
10045
10046 * alias.c (mark_constant_function): Check for constancy and
10047 purity even of void functions. Update both the function decl
10048 and the cgraph RTL info with the results.
10049
10050 2003-04-22 Roger Sayle <roger@eyesopen.com>
10051
10052 * real.c (do_add): Change to return a bool indicating that the
10053 result of the operation may be inexact due to loss of precision.
10054 (do_multiply): Likewise.
10055 (do_divide): Likewise.
10056
10057 2003-04-22 Geoffrey Keating <geoffk@apple.com>
10058 Loren James Rittle <ljrittle@acm.org>
10059
10060 * dwarf2out.c (fde_table_allocated): Mark with GTY.
10061 (decl_die_table_allocated): Likewise.
10062 (abbrev_die_table_allocated): Likewise.
10063 (line_info_table_allocated): Likewise.
10064 (separate_line_info_table_allocated): Likewise.
10065 (pubname_table_allocated): Likewise.
10066 (arange_table_allocated): Likewise.
10067 (ranges_table_allocated): Likewise.
10068 (decl_die_table_in_use): Unconditionalize; mark with GTY.
10069 (abbrev_die_table_in_use): Likewise.
10070 (line_info_table_in_use): Likewise.
10071 (separate_line_info_table_in_use): Likewise.
10072 (pubname_table_in_use): Likewise.
10073 (arange_table_in_use): Likewise.
10074 (ranges_table_in_use): Likewise.
10075 (have_location_lists): Likewise.
10076 (emitcount): New GTY-marked static, moved...
10077 (maybe_emit_file): ...from here.
10078 (label_num): New GTY-marked static, moved...
10079 (gen_internal_sym): ...from here.
10080
10081 2003-04-22 Richard Henderson <rth@redhat.com>
10082
10083 PR 8866
10084 * rtl.h (MEM_NOTRAP_P): New.
10085 (MEM_COPY_ATTRIBUTES): Copy it.
10086 * rtlanal.c (may_trap_p): Check it.
10087 * expr.c (do_tablejump): Set it.
10088 * doc/rtl.texi (Flags): Document it.
10089
10090 * cfgrtl.c (try_redirect_by_replacing_jump): Revert last three changes.
10091
10092 2003-04-22 Olivier Hainque <hainque@act-europe.fr>
10093
10094 * config/alpha/alpha.c (alpha_expand_prologue [OPEN_VMS_ABI]): Don't
10095 set FRP on stack adjustment for outgoing args if frame_pointer_needed.
10096
10097 2003-04-22 Vincent Celier <celier@gnat.com>
10098
10099 * gthr-gnat.h, gthr-gnat.c: new sources for implementation of
10100 --enable-threads=gnat.
10101 * Makefile.in: Add gthr-gnat.c to LIB2ADDEH.
10102 * configure.in: Add gnat to the list of thread packages
10103 * configure: Rebuild.
10104 * config/t-linux: Add gthr-gnat.c to LIB2ADDEH and LIB2ADDEHDEP
10105
10106 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
10107
10108 * cpplex.c (_cpp_get_fresh_line): Pop the buffer if return_at_eof.
10109
10110 2003-04-22 Devang Patel <dpatel@apple.com>
10111
10112 * cpptrad.c (_cpp_replacement_text_len): Add check for macro
10113 parameter count.
10114 (_cpp_copy_replacement_text): Same.
10115
10116 2003-04-22 Neil Booth <neil@daikokuya.co.uk>
10117
10118 * c-lex.c (c_lex): Handle CPP_OTHER differently.
10119 * cppexp.c (_cpp_parse_expr): Similarly.
10120 * cpplex.c (SPELL_CHAR): Remove.
10121 (_cpp_lex_direct): Stray chars are saved as byte strings.
10122 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
10123 handle SPELL_CHAR.
10124 (cpp_avoid_paste): Update handling of CPP_OTHER.
10125 * cpplib.h: Spell CPP_OTHER like a number.
10126 (struct cpp_token): Remove member c.
10127 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
10128
10129 2003-04-22 David Turner <novalis@gnu.org>
10130
10131 * gbl-ctors.h: Add special license exception.
10132 * libgcc2.h: Likewise.
10133 * tsystem.h: Likewise.
10134 * gcov-io.h: Likewise.
10135
10136 2003-04-22 David Edelsohn <edelsohn@gnu.org>
10137
10138 * fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
10139 macro defaulting to original BRANCH_COST heuristic.
10140 * doc/tm.texi (RANGE_TEST_NON_SHORT_CIRCUIT): Document.
10141
10142 * config/rs6000/rs6000.h (RANGE_TEST_NON_SHORT_CIRCUIT): Define.
10143
10144 2003-04-22 Aldy Hernandez <aldyh@redhat.com>
10145
10146 * config/rs6000/t-spe: Merge in t-fprules into file.
10147
10148 * config.gcc: Add t-spe to powerpc-eabispe.
10149
10150 2003-04-22 Kean Johnston <jkj@sco.com>
10151
10152 * tlink.c (recompile_files): Add missing '=' to putenv calls
10153
10154 2003-04-22 Nathan Sidwell <nathan@codesourcery.com>
10155
10156 * ginclude/stddef.h: Provide C++ safe offsetof.
10157
10158 2003-04-22 J"orn Rennecke <joern.rennecke@superh.com>
10159
10160 * function.c (purge_addressof_1): In (mem (addressof (reg))) case
10161 for reg notes, if there are no substitutions, just use a SUBREG.
10162
10163 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10164
10165 * Makefile.in (calls.o): Depend on except.h.
10166 * calls.c: Include except.h.
10167 (emit_call_1): Call note_eh_region_may_contain_throw if
10168 appropriate.
10169 * except.c (eh_region): Add may_contain_throw.
10170 (expand_eh_region_end_cleanup): Do not include handler code when
10171 it cannot be reached.
10172 (note_eh_region_may_contain_throw): New function.
10173 * except.h (note_eh_region_may_contain_throw): New function.
10174
10175 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10176
10177 * config/i386/winnt.c (i386_pe_mark_dllimport): Revert previous
10178 changes.
10179
10180 2003-04-21 Aldy Hernandez <aldyh@redhat.com>
10181
10182 * config/rs6000/rs6000.c (rs6000_override_options): No SPE means
10183 64-bit long doubles.
10184
10185 2003-04-21 Olivier Hainque <hainque@act-europe.fr>
10186
10187 * fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
10188 a number of conversions required for type consistency and previously
10189 stripped off by STRIP_NOPS.
10190
10191 * calls.c (expand_call): Prevent sibcall optimization for calls to
10192 nested subprograms.
10193
10194 * expmed.c (extract_bit_field): Reverse operands of && condition to
10195 prevent a potential division by zero in the previously first branch.
10196 * config/pa/pa.md (extv, extzv): FAIL if the bitfield length is zero.
10197
10198 2003-04-21 Joel Brobecker <brobecker@gnat.com>
10199
10200 * dwarf2out.c (is_ada, is_ada_subrange_type): New functions.
10201 (subrange_type_die): Likewise.
10202 (modified_type_die): Emit a subrange_type DIE for Ada subrange types.
10203 (is_c_family, is_cxx, is_java, is_fortran): Return bool and clean up.
10204
10205 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10206
10207 Break out coverage routines to new file.
10208 * Makefile.in (COVERAGE_H): New variable
10209 (C_OBJS): Add coverage.o
10210 (coverage.o): New target.
10211 (profile.o, loop-init.o, sched-ebb.o, predict.o, tracer.o): Adjust
10212 dependencies.
10213 (GTFILES): Adjust.
10214 (gt-coverage.h): New target.
10215 (gt-profile.h): Remove.
10216 * profile.h: Remove. Move to ...
10217 * coverage.h: ... here. New. #include gcov-io.h.
10218 * gcov-io.h: Move function definitions to ...
10219 * gcov-io.c: ... here. New.
10220 * profile.c: Move coverage routines to coverage.c.
10221 (instrument_edges, get_exec_counts, branch_prob, init_branch_prob,
10222 end_branch_prob): Adjust.
10223 * coverage.c: New. Coverage routines from profile.c
10224 (coverage_counter_ref, coverage_init, coverage_finish,
10225 coverage_end_function, coverage_begin_output,
10226 coverage_counter_ref, get_coverage_counts): Define.
10227 * gcov-dump.c, gcov.c: #include gcov-io.c.
10228 * libgcov.c: Likewise. Adjust.
10229 * loop-init.c: Don't #include profile.h
10230 * tracer.c, predict.c, sched-ebb.c: Adjust #includes.
10231 * rtl.h: Add coverage prototypes.
10232 * toplev.c (compile_file): Init coverage, not branch_prob.
10233 Always call coverage_finish.
10234 (rest_of_compilation): Call coverage_end_function.
10235
10236 2003-04-21 Matt Kraai <kraai@alumni.cmu.edu>
10237
10238 * config/rs6000/rs6000.md (*movsf_softfloat): Add "h" <- "0" case.
10239
10240 2003-04-21 Neil Booth <neil@daikokuya.co.uk>
10241
10242 * c-ppoutput.c (cb_include): Don't take a cpp_token.
10243 * cppfiles.c: Don't undef strcmp.
10244 (find_include_file): Don't take a cpp_token. Check for empty
10245 file names.
10246 (_cpp_execute_include, _cpp_compare_file_date): Don't take a cpp_token.
10247 (cpp_push_include): Simplify.
10248 * cpphash.h (_cpp_execute_include, _cpp_compare_file_date): Update.
10249 * cpplib.c (glue_header_name): Return the file name, not a cpp_token.
10250 (parse_include): Similary. Don't check for zero-length filenames.
10251 (do_include_common, do_pragma_dependency): Update accordingly.
10252 * cpplib.h (struct cpp_callbacks): Change prototype of include.
10253
10254 2003-04-21 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10255
10256 * doc/rtl.texi (RTX_UNCHANGING_P): Point to true_dependence for
10257 details of conflict handling.
10258
10259 * fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
10260 when conversion overflows.
10261
10262 * stor-layout.c (layout_decl): Don't set DECL_SIZE_UNIT if already set.
10263
10264 * expr.c (store_constructor): Set RTX_UNCHANGING_P if readonly_field_p
10265 before clearing.
10266
10267 2003-04-21 Mark Mitchell <mark@codesourcery.com>
10268
10269 * config/i386/winnt.c (i386_pe_mark_dllimport): Make the new RTL
10270 have the same form as the old RTL.
10271
10272 2003-04-21 Andreas Jaeger <aj@suse.de>
10273
10274 * cppcharset.c (_cpp_valid_ucn): Cast field precision to int.
10275
10276 2003-04-20 Chris Lattner <sabre@nondot.org>
10277 Zack Weinberg <zack@codesourcery.com>
10278
10279 * c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
10280 genrtl_cleanup_stmt. Correct comment at head of
10281 genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).
10282
10283 * stmt.c (struct nesting): Kill n_function_calls.
10284 (expand_start_bindings): Don't set
10285 thisblock->data.block.n_function_calls.
10286 (expand_end_bindings): Compare function_call_count against 0.
10287 (expand_cleanups): Kill DONT_DO argument; all callers passed
10288 NULL_TREE. All callers updated to match.
10289
10290 2003-04-20 Zack Weinberg <zack@codesourcery.com>
10291
10292 * varasm.c (struct deferred_constant, defer_addressed_constants_flag)
10293 (defer_addressed_constants, output_deferred_addressed_constants): Kill.
10294 (output_constant_def): Remove code predicated on
10295 defer_addressed_constants_flag.
10296
10297 * output.h: Remove prototypes of deleted functions.
10298 * c-typeck.c (constructor_subconstants_deferred): Kill.
10299 (struct initializer_stack): Remove 'deferred' field.
10300 (start_init): Remove all references to the above.
10301 (finish_init): Likewise. Also remove never-executed call to
10302 output_deferred_addressed_constants. Pull assignment to
10303 defstr out of if expression.
10304
10305 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
10306
10307 * cpphash.h (NOTE_ESC_NL, NOTE_ESC_SPACE_NL, NOTE_TRIGRAPH,
10308 NOTE_NEWLINE): Remove.
10309 * cpplex.c (_cpp_clean_line, _cpp_process_line_notes): Update
10310 to handle new form of line note type.
10311
10312 2003-04-20 Zack Weinberg <zack@codesourcery.com>
10313
10314 * target.h (encode_section_info): Add new argument carrying
10315 the RTL to be modified by the hook.
10316
10317 * varasm.c (make_decl_rtl, output_constant_def): Update calls
10318 to encode_section_info.
10319 (default_encode_section_info): Take and use RTL argument,
10320 don't use TREE_CST_RTL or DECL_RTL.
10321 * output.h: Update prototype of default_encode_section_info.
10322 * config/darwin.h (ASM_DECLARE_OBJECT_NAME)
10323 (ASM_DECLARE_FUNCTION_NAME, ASM_OUTPUT_ALIGNED_DECL_LOCAL):
10324 Update calls to encode_section_info.
10325
10326 * config/darwin.c, config/arm/arm.c, config/arm/pe.c
10327 * config/h8300/h8300.c, config/i386/winnt.c, config/m32r/m32r.c
10328 * config/m68hc11/m68hc11.c, config/m88k/m88k.c, config/mcore/mcore.c
10329 * config/mips/mips.c, config/mmix/mmix.c, config/pa/pa.c
10330 * config/romp/romp.c, config/rs6000/rs6000.c, config/s390/s390.c
10331 * config/v850/v850.c (TARGET_ENCODE_SECTION_INFO definitions):
10332 Take and use RTL argument, don't use TREE_CST_RTL or DECL_RTL,
10333 except for PE dllimport/dllexport. Update calls to
10334 default_encode_section_info.
10335
10336 * config/darwin-protos.h, config/arm/arm-protos.h, config/i386-protos.h:
10337 Update prototypes.
10338
10339 * doc/tm.texi (TARGET_ENCODE_SECTION_INFO): Update.
10340
10341 2003-04-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10342
10343 PR/8705
10344 * pa.md (movccfp): New expander.
10345 (setccfp0, setccfp1): Rename to movccfp0 and movccfp1, respectively.
10346 Reverse fcmp conditions.
10347
10348 2003-04-20 Marek Michalkiewicz <marekm@amelek.gda.pl>
10349
10350 * config/avr/avr.md (*cmpqi_sign_extend): Handle negative values
10351 of operand 1 correctly.
10352
10353 2003-04-20 Nathan Sidwell <nathan@codesourcery.com>
10354
10355 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
10356 * gcov.c (output_lines): Don't be so fussy about going past EOF.
10357
10358 2003-04-20 Neil Booth <neil@daikokuya.co.uk>
10359
10360 * Makefile.in (LIBCPP_OBJS): Add cppcharset.o.
10361 (cppcharset.o): New target.
10362 * c-lex.c (is_extended_char): Move to cppcharset.c.
10363 (utf8_extend_token): Delete.
10364 * cppcharset.c: New file.
10365 * cpphash.h (_cpp_valid_ucn): New.
10366 * cpplex.c (lex_identifier): Update prototype.
10367 (continues_identifier_p): Rename forms_identifier_p. Handle UCN
10368 escapes.
10369 (maybe_read_ucs): Rename maybe_read_ucn. Update to use code
10370 in cppcharset.c.
10371 (lex_number, lex_identifier, cpp_parse_escape): Update.
10372 (_cpp_lex_direct): Update to handle UCNs.
10373 (cpp_avoid_paste): Don't paste to form a UCN.
10374
10375 2003-04-19 Roger Sayle <roger@eyesopen.com>
10376
10377 * builtins.c (expand_builtin): Don't expand a pure or const
10378 built-in function if the result will be ignored and none of
10379 its arguments are volatile.
10380
10381 2003-04-19 Kean Johnston <jkj@sco.com>
10382
10383 * unwind-dw2.c (_Unwind_GetCFA): cast return to avoid warning
10384 * config.gcc: make SCO use dbxelf.h and elfos.h; only use one
10385 target fragment now: t-sco5; dont compile crti.o.
10386 * config/i386/sco5.h: major overhaul to remove all COFF remnants
10387 and to use elfos.h for most definitions.
10388 (BSS_SECTION_ASM_OP): set correct segment attributes.
10389 (PREFERED_DEBUGGING_TYPE): set to DWARF-2.
10390 (DWARF2_UNWIND_INFO): Always set to 1.
10391 (MD_STARTFILE_PREFIX): Make /usr/gnu/lib the default.
10392 (MD_STARTFILE_PREFIX_1): Define.
10393 (MD_EXEC_PREFIX): Adjust to /usr/gnu/bin if using GAS.
10394 (DEFAULT_LINKER): Define if not specified to configure.
10395 (CTORS_SECTION_ASM_OP): Remove COFF crud.
10396 (DTORS_SECTION_ASM_OP): Remove COFF crud.
10397 (WINT_TYPE): Define.
10398 (SDB_DEBUGGING_INFO): Remove.
10399 (EXTRA_SECTIONS): Likewise.
10400 (EXTRA_SECTION_FUNCTIONS): Likewise.
10401 (CTOR_LIST_BEGIN): Likewise.
10402 (CTOR_LIST_END): Likewise.
10403 (INIT_SECTION_FUNCTION): Likewise.
10404 (FINI_SECTION_FUNCTION): Likewise.
10405 (SUBTARGET_FRAME_POINTER_REQUIRED): Likewise.
10406 (LOCAL_LABEL_PREFIX): Likewise.
10407 (NON_SAVING_SETJMP): Likewise.
10408 (RETURN_POPS_ARGS): Likewise.
10409 (ASM_OUTPUT_SKIP): Likewise.
10410 (TARGET_ASM_NAMED_SECTION): Likewise.
10411 (ASM_OUTPUT_INTERNAL_LABEL): Likewise.
10412 (ASM_OUTPUT_EXTERNAL_LIBCALL): Likewise.
10413 (ASM_OUTPUT_IDENT): Likewise.
10414 (ASM_OUTPUT_CASE_LABEL): Likewise.
10415 (ASM_OUTPUT_ASCII): Likewise.
10416 (ASM_OUTPUT_LIMITED_STRING): Likewise.
10417 (ASM_OUTPUT_ALIGNED_LOCAL): Likewise.
10418 (ASM_OUTPUT_ALIGNED_COMMON): Likewise.
10419 (ASM_GENERATE_INTERNAL_LABEL): Likewise.
10420 (ASM_FINISH_DECLARE_OBJECT): Likewise.
10421 (ASM_DECLARE_OBJECT_NAME): Likewise.
10422 (ASM_DECLARE_FUNCTION_SIZE): Likewise.
10423 (ASM_DECLARE_FUNCTION_NAME): Likewise.
10424 (ASM_DECLARE_RESULT): Likewise.
10425 (ASM_WEAKEN_LABEL): Likewise.
10426 (SUPPORTS_WEAK): Likewise.
10427 (APPLY_RESULT_SIZE): Likewise.
10428 (LPREFIX): Likewise.
10429 (ALIGN_ASM_OP): Likewise.
10430 (ASCII_DATA_ASM_OP): Likewise.
10431 (IDENT_ASM_OP): Likewise.
10432 (ASM_SHORT): Likewise.
10433 (ASM_LONG): Likewise.
10434 (TYPE_ASM_OP): Likewise.
10435 (SIZE_ASM_OP): Likewise.
10436 (STRING_ASM_OP): Likewise.
10437 (SKIP_ASM_OP): Likewise.
10438 (EH_FRAME_SECTION_ASM_OP): Likewise.
10439 (READONLY_DATA_SECTION_ASM_OP): Likewise.
10440 (INIT_SECTION_ASM_OP): Likewise.
10441 (FINI_SECTION_ASM_OP): Likewise.
10442 (TEXT_SECTION_ASM_OP): Likewise.
10443 (DATA_SECTION_ASM_OP): Likewise.
10444 (TYPE_OPERANT_FORMAT): Likewise.
10445 (ASM_SPEC): Remove COFF code.
10446 (STARTFILE_SPEC): Likewise. Always use crti.o; add -p and -pp support;
10447 cause -pg to emit an error; use pcrt1elf.o with -pp
10448 (ENDFILE_SPEC): Likewise.
10449 (TARGET_OS_CPP_BUILTINS): Add _SCO_DS_LL.
10450 (CPP_SPEC): Remove COFF crud; always look in /usr/gnu/include first.
10451 (LINK_SPEC): Remove COFF crud; use -E for environment switch not -R;
10452 add -z alt_resolve to support weak symbols the way GCC wants them.
10453 (LIB_SPEC): Use the profiler libraries in -p or -pp mode.
10454 (LIBGCC_SPEC): Dont use -lgcc in -G mode.
10455 (ASM_PREFERED_EH_DATA_FORMAT): Remove.
10456 * config/i386/t-sco5 (TARGET_LIBGCC2_CFLAGS): Remove.
10457 (CRTSTUFF_T_CFLAGS_S): Define.
10458 (MULTILIB_OPTIONS): Likewise.
10459 (MULTILIB_DIRNAMES): Likewise.
10460 (MULTILIB_MATCHES): Likewise.
10461 (MULTILIB_EXTRA_OPTS): Likewise.
10462 (LIBGCC): Likewise.
10463 (INSTALL_LIBGCC): Likewise.
10464 (crti.o): Remove.
10465 * config/i386/t-sco5gas: Remove.
10466 * doc/install.texi: Updated for new OpenServer instructions.
10467 * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)
10468
10469 2003-04-19 Kean Johnston <jkj@sco.com>
10470
10471 * fixinc/check.tpl: Allow user to over-ride diff program.
10472 * fixinc/inclhack.def: Removed extraneous #ifndef SVR5.
10473 (sco_math): Added test for SCO math header files.
10474 (sco_regset): Added check for conflicts with ieeefp.h.
10475 (svr4_disable_opt): Removed extraneous #ifdef SVR4.
10476 * fixinc/fixincl.x: Regenerated
10477 * fixinc/tests/base/math.h: Added sco_math tests.
10478 * fixinc/tests/base/string.h: New file.
10479 * fixinc/tests/base/sys/regset.h: New file.
10480
10481 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
10482
10483 * cpphash.h (struct cpp_buffer): Remove backup_to.
10484 * cpplex.c (BACKUP, get_effective_char): Die.
10485 (_cpp_skip_block_comment): Assume '*' is location on entry.
10486 (continues_identifier_p): Respect -fno-dollars-in-identifiers.
10487 (IF_NEXT_IS): Update.
10488 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
10489
10490 2003-04-19 Matt Kraai <kraai@alumni.cmu.edu>
10491
10492 * README.Portability: Move to a new section and obsolete K+R
10493 portability issues.
10494
10495 Sat Apr 19 14:56:17 CEST 2003 Jan Hubicka <jh@suse.cz>
10496
10497 * rtlanal.c (subreg_offset_representable_p): Fix call of
10498 subreg_lowpart.
10499
10500 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
10501
10502 * cpphash.h (struct cpp_reader): New member warned_dollar.
10503 * cpplex.c (continues_identifier_p): New function.
10504 (parse_identifier, parse_number, parse_string): Rename lex_identifer,
10505 lex_number and lex_string, and simplify.
10506 (parse_slow, unescaped_terminator_p): Die.
10507 (_cpp_lex_direct): Update.
10508
10509 2003-04-19 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10510
10511 * calls.c (expand_call): Provide init for old_stack_pointer_delta.
10512
10513 2003-04-19 Nathan Sidwell <nathan@codesourcery.com>
10514
10515 * doc/invoke.texi (-fprofile-arcs): Mention -lgcov, locking and
10516 fork behavior.
10517
10518 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
10519
10520 * cppexp.c (eval_token): Permit true and false even if pedantic.
10521
10522 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
10523
10524 * cpplex.c (skip_whitespace): Rearrange to avoid stage1 ICE.
10525
10526 2003-04-19 Neil Booth <neil@daikokuya.co.uk>
10527
10528 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,
10529 MMAP_THRESHOLD, TEST_THRESHOLD, SHOULD_MMAP): Remove.
10530 (struct include_file): Remove fefcnt, mapped members.
10531 (open_file, stack_include_file, _cpp_pop_file_buffer): Disable caching.
10532 (read_include_file): Don't use mmap, terminate buffers in '\r'.
10533 (purge_cache): Don't use munmap.
10534 * cpphash.h (CPP_BUF_COLUMN): Update.
10535 (lexer_state): Remove lexing_comment.
10536 (struct _cpp_line_note): New.
10537 (struct cpp_buffer): New members cur_note, notes_used, notes_cap,
10538 next_line and need_line. Remove col_adjust and saved_flags.
10539 (_cpp_process_line_notes, _cpp_clean_line, _cpp_get_fresh_line,
10540 _cpp_skip_block_comment, scan_out_logical_line): New.
10541 (_cpp_init_mbchar): Remove.
10542 * cppinit.c (init_library): Remove call to _cpp_init_mbchar.
10543 (cpp_read_main_file): Set line to 1 earlier.
10544 (post_options): -traditional-cpp doesn't want trigraphs.
10545 * cpplex.c (MULTIBYTE_CHARS): Remove code predicated on this.
10546 (add_line_note, _cpp_clean_line, _cpp_process_line_notes,
10547 _cpp_get_fresh_line): New.
10548 (handle_newline, skip_escaped_newlines, trigraph_p,
10549 continue_after_nul, _cpp_init_mbchar): Remove.
10550 (get_effective_char): Update.
10551 (_cpp_skip_block_comment): Rename from skip_block_comment, simplify.
10552 (skip_line_comment): Simplify.
10553 (skip_whitespace, parse_identifier, parse_slow, parse_number,
10554 parse_string): Update.
10555 (cpp_lex_direct): Use clean lines and process line notes. Update.
10556 (cpp_interpret_charconst): No MULTIBYTE_CHARS.
10557 * cpplib.c (prepare_directive_trad): Call scan_out_logical_line
10558 directly.
10559 (_cpp_handle_directive): Don't set saved_flags.
10560 (run_directive, destringize_and_run, cpp_define, cpp_define_builtin,
10561 cpp_undef, handle_assertion, cpp_push_buffer): Update.
10562 (_cpp_pop_buffer): Free notes.
10563 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
10564 * cpppch.c (cpp_read_state): \n terminate buffer.
10565 * cpptrad.c (skip_escaped_newlines, handle_newline): Remove.
10566 (copy_comment): Use _cpp_skip_block_comment.
10567 (skip_whitespace, lex_identifier, _cpp_read_logical_line_trad):
10568 Simplify.
10569 (_cpp_overlay_buffer, _cpp_remove_overlay, push_replacement_text,
10570 save_replacement_text): Update.
10571 (scan_out_logical_line): Update to use clean lines and process
10572 line notes.
10573 * fix-header.c (read_scan_file): Update.
10574
10575 2003-04-18 Douglas B Rupp <rupp@gnat.com>
10576
10577 * unwind-dw2-fde.c (__register_frame_info_bases): Check for
10578 null begin parameter (as well as pointer to null).
10579 (__deregister_frame_info_bases): Likewise.
10580
10581 2003-04-18 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
10582
10583 * function.c (purge_addressof_1): For ADDRESSOF, see if SUB is a
10584 hard or virtual register and copy into pseudo if replacement fails.
10585
10586 * cfgcleanup.c (flow_find_cross_jump): Use INSN_P, not active_insn_p.
10587
10588 * expmed.c (mask_rtx): Avoid undefined shifts for BITSIZE of 0.
10589
10590 2003-04-18 Olivier Hainque <hainque@act-europe.fr>
10591
10592 * calls.c (expand_call): Move special case for constructor calls
10593 to right place. Ensures constructor calls used to initialize
10594 arguments get a clean outgoing argument block for themselves.
10595 Move check for stack deallocation completeness until after last
10596 deallocation. Add stack_pointer_delta to set of state
10597 variables saved and restored along with current stack_level.
10598
10599 * integrate.c (expand_inline_function): Ensure non-const actuals
10600 don't end up const in the caller's flow after conversion to possibly
10601 const formal type.
10602
10603 2003-04-18 Vincent Celier <celier@gnat.com>
10604
10605 * dwarf2out.c (loc_descriptor_from_tree): Treat all *_MOD_EXPR
10606 and *_DIV_EXPR as TRUNC_*_EXPR.
10607
10608 2003-04-18 Mark Mitchell <mark@codesourcery.com>
10609
10610 * cfgrtl.c (try_redirect_by_replacing_jump): Create a basic block
10611 for orphaned jump tables.
10612
10613 2003-04-18 Kazu Hirata <kazu@cs.umass.edu>
10614
10615 * reload1.c: Revert my previous patch on 2002-04-17.
10616
10617 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10618
10619 * doc/contrib.texi (Contributors): Prefer "bug fix" over "bugfix".
10620 Add Segher Boessenkool.
10621
10622 2003-04-18 Alexander Sotirov <sluncho@mirizma.org>
10623
10624 PR c/9177
10625 * c-decl.c (c_expand_body): Don't garbage collect the function
10626 body if we are going to dump it later.
10627
10628 2003-04-18 Richard Henderson <rth@redhat.com>
10629
10630 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): Remove.
10631 (alpha_end_function): Don't set them.
10632 (decl_in_text_section): Remove.
10633 (alpha_encode_section_info): Remove.
10634 (samegp_function_operand): Use SYMBOL_REF LOCAL_P and EXTERNAL_P.
10635 (direct_call_operand): Use SYMBOL_REF_DECL and compare actual
10636 sections, rather than decl_in_text_section results.
10637
10638 2003-04-18 Roger Sayle <roger@eyesopen.com>
10639
10640 * rtlanal.c (reg_overlap_mentioned_p): Handle ZERO_EXTRACT
10641 and SIGN_EXTRACT.
10642
10643 2003-04-18 Eric Botcazou <ebotcazou@libertysurf.fr>
10644
10645 PR optimization/7675
10646 * c-typeck.c (build_external_ref): Set the DECL_NONLOCAL flag
10647 on VAR_DECL, PARM_DECL and FUNCTION_DECL from within
10648 nested functions if they refer to declarations from parent functions.
10649 * stmt.c (expand_decl): Don't put automatic variables in registers
10650 if the DECL_NONLOCAL flag is set.
10651
10652 2003-04-18 Hans-Peter Nilsson <hp@bitrange.com>
10653
10654 * gcse.c (compute_ld_motion_mems): For MEM destinations, only
10655 consider those to be movable where the source matches
10656 want_to_gcse_p.
10657 (update_ld_motion_stores): In comment, refer to
10658 compute_ld_motion_mems for validity of replacement.
10659
10660 Fri Apr 18 01:28:51 CEST 2003 Jan Hubicka <jh@suse.cz>
10661
10662 * gcov-dump.c (tag_summary): Remove max_sum
10663 * gcov-io.h (gcov_summary, gcov_write_summary,
10664 gcov_read_summary): Kill max_sum.
10665 * libgcov.c (gcov_exit): Do one pass over the data. Make error
10666 message more verbose.
10667
10668 * emit-rtl.c (subreg_hard_regno): Check that register is
10669 representable.
10670
10671 * reload.c (reload_inner_reg_of_subreg): When register is not
10672 representable, reload the whole thing.
10673 (find_reloads): Likewsie.
10674 * rtlanal.c (subreg_representable_p): New function.
10675
10676 * profile.c (compute_branch_probabilities): Cleanup sanity checking;
10677 allow negative probabilities for edges from the call to exit.
10678 (branch_prob): Do not add fake edges for functions that may return
10679 twice.
10680
10681 2003-04-17 DJ Delorie <dj@redhat.com>
10682
10683 * toplev.c (target_options): Add value field.
10684 (set_target_switch): Handle target options with values.
10685 * doc/tm.texi: Document how fixed vs variable target
10686 options work.
10687 * config/alpha/alpha.h, config/arc/arc.h, config/avr/avr.h,
10688 config/c4x/c4x.h, config/cris/aout.h, config/cris/cris.h,
10689 config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
10690 config/frv/frv.h, config/i386/i386.h, config/ia64/ia64.h,
10691 config/m32r/m32r.h, config/m68hc11/m68hc11.h,
10692 config/m68k/m68k.h, config/m88k/m88k.h, config/mcore/mcore.h,
10693 config/mips/mips.h, config/mmix/mmix.h, config/pa/pa.h,
10694 config/rs6000/rs6000.h, config/rs6000/sysv4.h,
10695 config/s390/s390.h, config/sparc/sparc.h, config/v850/v850.h:
10696 Add value initializer to target options.
10697
10698 2003-04-07 Loren James Rittle <ljrittle@acm.org>
10699
10700 * cpppch.c (cpp_valid_state): Unconditionally initialize nl.
10701
10702 2003-04-17 Kazu Hirata <kazu@cs.umass.edu>
10703
10704 * reload1.c (move2add_last_cc0): New.
10705 (reload_cse_move2add): Detect implicit sets.
10706 (move2add_note_store): Notice a store into cc0.
10707
10708 2003-04-17 Roger Sayle <roger@eyesopen.com>
10709
10710 PR c/10375
10711 * c-decl.c (duplicate_decls): Preserve "const" and "noreturn"
10712 function attributes.
10713
10714 2003-04-17 Janis Johnson <janis187@us.ibm.com>
10715
10716 * doc/sourcebuild.texi (Test Suites): Document support for testing
10717 binary compatibility (moved from testsuite/README.compat).
10718
10719 2003-04-17 Richard Henderson <rth@redhat.com>
10720
10721 * config/ia64/ia64.c (ia64_in_small_data_p): Disallow strings.
10722
10723 2003-04-17 Simon Law <sfllaw@engmail.uwaterloo.ca>
10724
10725 * doc/include/gpl.texi: Fix double-spacing after "MA" to match
10726 the one provided by the FSF.
10727
10728 2003-04-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10729
10730 * doc/install.texi (Binaries): Update URL and list of platforms
10731 provided by ftp.thewrittenword.com.
10732
10733 2003-04-17 Richard Henderson <rth@redhat.com>
10734
10735 * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.
10736 (call_insn_operand): Use SYMBOL_REF_LOCAL_P.
10737 * config/xtensa/xtensa.md (call, call_value): Likewise.
10738
10739 2003-04-17 Richard Henderson <rth@redhat.com>
10740
10741 * config/v850/v850.c (print_operand): Use SYMBOL_REF_[ZST]DA.
10742 (print_operand_address): Likewise.
10743 (ep_memory_operand): Likewise.
10744 (special_symbolref_operand): Likewise.
10745 (v850_encode_data_area): Use SYMBOL_REF_FLAGS.
10746 (v850_encode_section_info): Call default_encode_section_info.
10747 (v850_strip_name_encoding): Remove.
10748 * config/v850/v850.h (EXTRA_CONSTRAINT): Use SYMBOL_REF_[ZST]DA.
10749 (ASM_OUTPUT_LABELREF): Remove.
10750 (ZDA_NAME_FLAG_CHAR, ZDA_NAME_P): Remove.
10751 (SDA_NAME_FLAG_CHAR, SDA_NAME_P): Remove.
10752 (TDA_NAME_FLAG_CHAR, TDA_NAME_P): Remove.
10753 (ENCODED_NAME_P): Remove.
10754 (SYMBOL_FLAG_ZDA, SYMBOL_REF_ZDA_P): New.
10755 (SYMBOL_FLAG_SDA, SYMBOL_REF_SDA_P): New.
10756 (SYMBOL_FLAG_TDA, SYMBOL_REF_TDA_P): New.
10757
10758 2003-04-17 Richard Henderson <rth@redhat.com>
10759
10760 * config/stormy16/stormy16.c (xstormy16_encode_section_info): Kill.
10761 * config/stormy16/stormy16.h (ASM_OUTPUT_SYMBOL_REF): Use
10762 SYMBOL_REF_FUNCTION_P.
10763
10764 2003-04-17 Richard Henderson <rth@redhat.com>
10765
10766 * config/sparc/sparc.c (sparc_encode_section_info): Remove.
10767 (data_segment_operand): Use SYMBOL_REF_FUNCTION_P.
10768 (text_segment_operand): Likewise.
10769
10770 2003-04-17 Richard Henderson <rth@redhat.com>
10771
10772 * config/sh/sh.c (gen_datalabel_ref): Don't add SH_DATALABEL_ENCODING.
10773 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
10774 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
10775 (sh_encode_section_info): Remove.
10776 (sh_strip_name_encoding): Remove.
10777 * config/sh/sh.h (SH_DATALABEL_ENCODING): Remove.
10778 (DATALABEL_SYMNAME_P, STRIP_DATALABEL_ENCODING): Remove.
10779 (SH_TLS_ENCODING, TLS_SYMNAME_P, STRIP_TLS_ENCODING): Remove.
10780 (ASM_OUTPUT_LABELREF): Remove.
10781 (ASM_OUTPUT_SYMBOL_REF): Use SYMBOL_REF_FUNCTION_P.
10782 * config/sh/sh.md (*): Use SYMBOL_REF_LOCAL_P.
10783
10784 2003-04-17 Richard Henderson <rth@redhat.com>
10785
10786 * config/s390/s390.c (SYMBOL_FLAG_ALIGN1): New.
10787 (tls_model_chars): Remove.
10788 (larl_operand): Use SYMBOL_REF_FLAGS.
10789 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
10790 (legitimize_pic_address): Use SYMBOL_REF_LOCAL_P.
10791 (s390_output_mi_thunk): Likewise.
10792 (s390_emit_prologue): Set SYMBOL_FLAG_LOCAL as needed.
10793 (s390_function_profiler): Likewise.
10794 (s390_encode_section_info): Use default_encode_section_info
10795 and SYMBOL_FLAG_ALIGN1.
10796 (s390_strip_name_encoding): Remove.
10797 * config/s390/s390.h (ASM_OUTPUT_LABELREF): Remove.
10798 * config/s390/s390.md (call, call_value): Use SYMBOL_REF_LOCAL_P.
10799 (builtin_setjmp_receiver): Set SYMBOL_FLAG_LOCAL as needed.
10800
10801 2003-04-17 Richard Henderson <rth@redhat.com>
10802
10803 * config/ns32k/ns32k.c (ns32k_encode_section_info): Remove.
10804 (global_symbolic_reference_mentioned_p): Use SYMBOL_REF_LOCAL_P.
10805 (print_operand_address): Likewise.
10806
10807 * config/ns32k/ns32k.h (CANNOT_CHANGE_MODE_CLASS): Add CLASS argument.
10808 * config/ns32k/ns32k.c (expand_block_move): Don't check
10809 flag_unroll_loops.
10810
10811 2003-04-17 Richard Henderson <rth@redhat.com>
10812
10813 * config/mcore/mcore.c (mcore_encode_section_info): Don't set
10814 SYMBOL_REF_FLAG.
10815
10816 2003-04-17 Richard Henderson <rth@redhat.com>
10817
10818 * rtl.h (SYMBOL_FLAG_MACH_DEP_SHIFT): New.
10819
10820 * config/m32r/m32r.c (SYMBOL_FLAG_MODEL_SHIFT): New.
10821 (SYMBOL_REF_MODEL): New.
10822 (LIT_NAME_P): Move from m32r.h.
10823 (m32r_select_section): Remove.
10824 (m32r_encode_section_info): Use SYMBOL_REF_FLAGS.
10825 (m32r_strip_name_encoding): Remove.
10826 (m32r_in_small_data_p): New.
10827 (small_data_operand): Use SYMBOL_REF_SMALL_P.
10828 (addr24_operand): Use SYMBOL_REF_MODEL.
10829 (call26_operand): Likewise.
10830 (addr32_operand): Tidy.
10831 (m32r_print_operand): Use HOST_WIDE_INT_PRINT_HEX.
10832 * config/m32r/m32r.h (RODATA_SECTION_ASM_OP): Remove.
10833 (SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Remove.
10834 (READONLY_DATA_SECTION_ASM_OP): Remove.
10835 (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): Remove.
10836 (SDATA_SECTION_FUNCTION, SBSS_SECTION_FUNCTION): Remove.
10837 (TARGET_ASM_SELECT_SECTION): Remove.
10838 (SDATA_FLAG_CHAR, MEDIUM_FLAG_CHAR, LARGE_FLAG_CHAR): Remove.
10839 (SDATA_NAME_P, SMALL_NAME_P, MEDIUM_NAME_P): Remove.
10840 (LARGE_NAME_P, ENCODED_NAME_P): Remove.
10841 (ASM_OUTPUT_LABELREF): Remove.
10842
10843 2003-04-17 Richard Henderson <rth@redhat.com>
10844
10845 * config/ip2k/ip2k.c (is_regfile_address): Use SYMBOL_REF_FUNCTION_P.
10846 (encode_section_info): Remove.
10847 * config/ip2k/ip2k-protos.h: Update.
10848
10849 2003-04-17 Richard Henderson <rth@redhat.com>
10850
10851 * varasm.c (default_encode_section_info): Don't set
10852 SYMBOL_FLAG_EXTERNAL if not TREE_PUBLIC.
10853 * config/i370/i370.c (i370_encode_section_info): Remove.
10854 * config/i370/i370.h (CONSTANT_ADDRESS_P): Use SYMBOL_REF_EXTERNAL_P.
10855 (PRINT_OPERAND, PRINT_OPERAND_ADDRESS): Likewise.
10856 * config/i370/i370.md (movsi): Likewise.
10857
10858 * config/i370/t-i370: Add missing backslash.
10859
10860 2003-04-17 Eric Botcazou <ebotcazou@libertysurf.fr>
10861
10862 * doc/invoke.texi (inline-limit): Fix pasto.
10863
10864 2003-04-17 Richard Henderson <rth@redhat.com>
10865
10866 * config/h8300/h8300.c (SYMBOL_FLAG_FUNCVEC_FUNCTION): New.
10867 (small_call_insn_operand): Use it.
10868 (SYMBOL_FLAG_EIGHTBIT_DATA): New.
10869 (h8300_eightbit_constant_address_p): Use it.
10870 (SYMBOL_FLAG_TINY_DATA): New.
10871 (h8300_tiny_constant_address_p): Use it.
10872 (h8300_encode_label, h8300_strip_name_encoding): Remove.
10873 (h8300_encode_section_info): Set SYMBOL_REF_FLAGS.
10874 * config/h8300/h8300.h (TINY_DATA_NAME_P): Remove.
10875 (ASM_OUTPUT_LABELREF): Remove.
10876
10877 2003-04-16 Richard Henderson <rth@redhat.com>
10878
10879 * config/frv/frv.c (symbol_ref_small_data_p): Remove. Replace
10880 all users with SYMBOL_REF_SMALL_P.
10881 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
10882 (frv_encode_section_info): Remove.
10883 (frv_strip_name_encoding): Remove.
10884 (frv_in_small_data_p): Merge tests from encode_section_info.
10885 (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
10886 * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
10887 (SDATA_NAME_P): Remove.
10888 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
10889 (ASM_OUTPUT_LABELREF): Remove.
10890 (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.
10891
10892 * config/frv/frv.c (frv_asm_out_constructor): New.
10893 (frv_asm_out_destructor): New.
10894 * config/frv/frv.h (CTORS_SECTION_ASM_OP): New.
10895 (DTORS_SECTION_ASM_OP): New.
10896 (ASM_OUTPUT_CONSTRUCTOR): Remove.
10897 (ASM_OUTPUT_DESTRUCTOR): Remove.
10898
10899 2003-04-16 Richard Henderson <rth@redhat.com>
10900
10901 * config/cris/cris.c (cris_gotless_symbol, cris_got_symbol): Use
10902 SYMBOL_REF_LOCAL_P; abort if not pic.
10903 (cris_encode_section_info): Remove.
10904
10905 2003-04-16 Richard Henderson <rth@redhat.com>
10906
10907 * config/c4x/c4x.c (c4x_encode_section_info): Remove.
10908 (c4x_T_constraint): Use SYMBOL_REF_FUNCTION_P.
10909
10910 * config/c4x/c4x.h (TARGET_CPU_CPP_BUILTINS): Declare
10911 flag_inline_trees.
10912
10913 2003-04-16 Richard Henderson <rth@redhat.com>
10914
10915 * config/avr/avr.c (avr_encode_section_info): Remove.
10916 (avr_insert_attributes): New.
10917 (print_operand_address): Use SYMBOL_REF_FUNCTION_P.
10918 (avr_assemble_integer): Likewise.
10919
10920 2003-04-16 Richard Henderson <rth@redhat.com>
10921
10922 * arc.c (arc_encode_section_info): Remove.
10923 (arc_assemble_integer): Use SYMBOL_REF_FUNCTION_P.
10924 (arc_print_operand, arc_print_operand_address): Likewise.
10925 * arc.h (EXTRA_CONSTRAINT): Likewise.
10926
10927 2003-04-16 Roger Sayle <roger@eyesopen.com>
10928
10929 * c-semantics.c (find_reachable_label): New function to find a
10930 potentially reachable label in an expression.
10931 (expand_unreachable_if_stmt): Similar to expand_if_stmt but
10932 assumes the start of the IF_STMT is unreachable (dead) code.
10933 (expand_unreachable_stmt): Similar to expand_stmt but assumes
10934 the start of the statement list is unreachable (dead) code.
10935 (genrtl_if_stmt): If the controlling expression of the IF
10936 is constant, use expand_unreachable_stmt for the THEN or ELSE
10937 clause as appropriate.
10938 (genrtl_switch_stmt): Use expand_unreachable_stmt to expand
10939 the body of a SWITCH statement.
10940 (expand_stmt): The code immediately following a "return",
10941 "break", "continue" or "goto" is unreachable.
10942 * Makefile.in (c-semantics.o): Depend upon tree-inline.h.
10943
10944 2003-04-16 Richard Henderson <rth@redhat.com>
10945
10946 * rtl.h (MEM_ALIAS_SET): Update documentation.
10947 * doc/rtl.texi (Special Accessors): New node.
10948 (SYMBOL_REF_FLAG): Note relationship with SYMBOL_REF_FLAGS.
10949
10950 2003-04-16 Alexandre Oliva <aoliva@redhat.com>
10951
10952 * reload1.c (reload_cse_noop_set_p): Return false if mode of
10953 SET_DEST is not the same as that returned by...
10954 * cselib.h (cselib_reg_set_mode): ... new function.
10955 * cselib.c (cselib_reg_set_mode): Define it.
10956 (REG_VALUES): Document semantics of first element as set mode.
10957 (cselib_subst_to_values): Skip first element if ELT is NULL.
10958 (cselib_lookup): Likewise. Insert past the first element.
10959 (cselib_invalidate_regno): NULLify first element.
10960 (cselib_record_set): Set first element.
10961
10962 2003-04-16 Olivier Hainque <hainque@act-europe.fr>
10963
10964 * tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
10965 (save_expr): Replace loop by call to skip_simple_arithmetics_at.
10966 * tree.h: Add prototypes for the two new functions.
10967 * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
10968 updates introduced in the previous revision by call to saved_expr_p.
10969 * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.
10970
10971 * expr.c (store_field): Force usage of bitfield instructions when
10972 the field position requires it, whatever SLOW_UNALIGNED_ACCESS.
10973 (expand_expr, case BIT_FIELD_REF): likewise.
10974
10975 2003-04-16 Mark Mitchell <mark@codesourcery.com>
10976
10977 PR middle-end/8866
10978 * cfgtrl.c (try_redirect_by_replacing_jump): Do not delete
10979 jumptables.
10980
10981 2003-04-16 Richard Henderson <rth@redhat.com>
10982
10983 * config/ia64/ia64.c (sdata_symbolic_operand): Use
10984 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
10985 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
10986 (function_operand): Use SYMBOL_REF_FUNCTION_P.
10987 (ia64_expand_load_address): Likewise.
10988 (ia64_assemble_integer): Likewise.
10989 (ia64_encode_section_info): Remove.
10990 (ia64_strip_name_encoding): Remove.
10991 * config/ia64/ia64.h (ENCODE_SECTION_INFO_CHAR): Remove.
10992 * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't strip it.
10993
10994 2003-04-16 Richard Henderson <rth@redhat.com>
10995
10996 * config/alpha/alpha.c (SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP): New.
10997 (samegp_function_operand): Use SYMBOL_FLAG_SAMEGP.
10998 (direct_call_operand): Use SYMBOL_FLAG_NEAR.
10999 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11000 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
11001 (global_symbolic_operand): Similarly.
11002 (tls_symbolic_operand_1): Use SYMBOL_REF_TLS_MODEL.
11003 (tls_symbolic_operand_type): Likewise.
11004 (alpha_encode_section_info): Use default_encode_section_info.
11005 (alpha_strip_name_encoding): Remove.
11006 (get_tls_get_addr): Split out from ...
11007 (alpha_legitimize_address): ... here.
11008 (alpha_emit_xfloating_libcall): Use init_one_libfunc.
11009 (get_some_local_dynamic_name_1): Use SYMBOL_REF_TLS_MODEL.
11010 (alpha_initialize_trampoline): Use init_one_libfunc.
11011 (alpha_setup_incoming_varargs): Mark unused parameters.
11012 (alpha_initial_elimination_offset): Likewise.
11013 (alpha_end_function): Use SYMBOL_FLAG_NEAR, SYMBOL_FLAG_SAMEGP.
11014 (unicosmk_unique_section): Use default_strip_name_encoding.
11015 (unicosmk_ssib_name, unicosmk_output_externs): Likewise.
11016
11017 2003-04-16 Aldy Hernandez <aldyh@redhat.com>
11018
11019 * config.gcc: Add t-spe for eabispe.
11020
11021 * config/rs6000/t-spe: New.
11022
11023 2003-04-16 J"orn Rennecke <joern.rennecke@superh.com>
11024
11025 Re-apply this patch:
11026
11027 2002-05-16 Dale Johannesen <dalej@apple.com>
11028 * combine.c (cant_combine_insn_p): Reenable combinations
11029 involving hard regs unless CLASS_LIKELY_SPILLED_P.
11030
11031 2003-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11032
11033 PR/10271
11034 * pa-protos.h (function_arg): Remove last argument.
11035 * pa.c (function_arg): Likewise. Use CUMULATIVE_ARGS struct instead.
11036 * pa.h (struct hppa_args): Add member incoming.
11037 (INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Initialize
11038 member incoming.
11039 (FUNCTION_ARG): Revise call to function_arg.
11040 (FUNCTION_INCOMING_ARG): Delete.
11041
11042 2003-04-15 Zack Weinberg <zack@codesourcery.com>
11043
11044 * configure.in: Unify the code which creates symlinks to a
11045 just-built as, ld, objdump, and nm with the code that detects
11046 their presence for purposes of feature tests.
11047 * configure: Regenerate.
11048
11049 2003-04-15 Zack Weinberg <zack@codesourcery.com>
11050
11051 * varasm.c (output_constant_def): Do not consult
11052 CONSTANT_AFTER_FUNCTION_P. Remove all code predicated on it.
11053 (after_function_constants, output_after_function_constants): Delete.
11054 * doc/tm.texi: Delete documentation of CONSTANT_AFTER_FUNCTION_P.
11055 * config/mips/mips-protos.h, config/mips/mips.c
11056 (mips16_constant_after_function_p): Delete.
11057 * config/mips/mips.h: Delete #if-0-ed definition of
11058 CONSTANT_AFTER_FUNCTION_P.
11059 * config/d30v/d30v.h, config/stormy16/stormy16.h: Remove
11060 mention of CONSTANT_AFTER_FUNCTION_P in comment.
11061
11062 2003-04-15 Geoffrey Keating <geoffk@apple.com>
11063
11064 * tree.c (next_decl_uid): Mark with GTY.
11065 (next_type_uid): Likewise.
11066
11067 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
11068
11069 PR target/9594:
11070 * sh.c (barrier_align): Also recognize stuff_delay_slot as
11071 an indicator that a barrier was created by branch splitting.
11072
11073 2003-04-15 Mark Mitchell <mark@codesourcery.com>
11074
11075 * c-decl.c (implicitly_declare): Copy declarations that are going
11076 to be placed in a local scope.
11077
11078 2003-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
11079
11080 * invoke.texi (Spec Files): Wrap if-exists-else example.
11081 (MCore): Remove duplicate @itemx entries and @opindex entries.
11082
11083 2003-04-15 Ulrich Weigand <uweigand@de.ibm.com>
11084
11085 * unwind.inc (_Unwind_Backtrace): New function.
11086 * unwind.h (_Unwind_Backtrace): Declare it.
11087 * libgcc-std.ver (_Unwind_Backtrace): Export it.
11088
11089 2003-04-14 Jason Merrill <jason@redhat.com>
11090
11091 PR middle-end/10336, c++/10401
11092 * jump.c (never_reached_warning): Also stop looking if we reach the
11093 beginning of the function.
11094
11095 2003-04-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11096
11097 PR target/10338
11098 PR bootstrap/10198
11099 PR bootstrap/10140
11100 * fixinc/gnu-regex.c (regerror): Use mempcpy not __mempcpy.
11101
11102 2003-04-15 J"orn Rennecke <joern.rennecke@superh.com>
11103
11104 * i386.md (abssf2_if+1): Make condition agree with abssf2_1 .
11105
11106 2003-04-15 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11107
11108 * optabs.c (expand_binop): In multi-word add cases, ensure
11109 XTARGET is copied to TARGET if they are different.
11110
11111 2003-04-15 Olivier Hainque <hainque@act-europe.fr>
11112
11113 * except.c (resolve_fixup_regions): Avoid dereferencing null pointer
11114 to region, possible after integration of function with unreachable
11115 regions that were optimized away.
11116
11117 2003-04-15 Jakub Jelinek <jakub@redhat.com>
11118
11119 * config/rs6000/rs6000.h (EPILOGUE_USES): Use register 2,
11120 instead of TOC_REGISTER in epilogue in
11121 current_function_calls_eh_return functions.
11122
11123 2003-04-14 Mark Mitchell <mark@codesourcery.com>
11124
11125 * doc/extend.texi (Empty Structures): Correct description of G++'s
11126 handling of these structures.
11127
11128 * c-decl.c (grokdeclarator): Reject extern redeclarations of
11129 static variables.
11130
11131 2003-04-14 Janis Johnson <janis287@us.ibm.com>
11132
11133 * config/rs6000/rs6000.md (define_constants): Define constants for
11134 all UNSPEC usage, including new values for TLS support.
11135 (aux_truncdfsf2, fctiwz, movsi_got, movsi_got_internal,
11136 load_toc_aix_si, load_toc_aix_di, load_toc_v4_pic_si,
11137 load_toc_v4_PIC_1, load_toc_v4_PIC_1b, load_macho_picbase,
11138 macho_correct_pic, blockage, move_from_CR_ov_bit, movesi_from_cr,
11139 stack_tie, movsi_to_cr_one, movsi_to_cr, mtcrfsi, eh_set_lr_si,
11140 eh_set_lr_di): Use them.
11141 * rs6000.c: (mtcrf_operation, uses_TOC, rs6000_emit_prologue,
11142 rs6000_emit_epilogue) Use them.
11143
11144 * rtl.h (SYMBOL_REF_TLS_MODEL): Fix mask value.
11145
11146 2003-04-14 Neil Booth <neil@daikokuya.co.uk>
11147
11148 * Makefile.in (c-opts.o): Use custom action.
11149
11150 2003-04-14 Douglas B Rupp <rupp@gnat.com>
11151
11152 * ifcvt.c (noce_process_if_block): Fail on BLKmode move.
11153
11154 2003-04-14 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
11155
11156 * stor-layout.c (layout_type, case ARRAY_TYPE): Add missing code to
11157 handle "superflat arrays" in Ada.
11158
11159 * integrate.c (expand_inline_function): Don't inline if would
11160 lose /u on a BLKmode TARGET.
11161
11162 2003-04-14 Joel Brobecker <brobecker@gnat.com>
11163
11164 * dbxout.c (print_int_cst_bounds_in_octal_p): New function,
11165 extracted from dbxout_type.
11166 (dbxout_range_type): print large bounds in octal format.
11167 (dbxout_type): Replace extracted code by call to
11168 print_int_cst_bounds_in_octal_p.
11169
11170 * dwarf2out.c (gen_compile_unit_die): Emit DW_LANG_Ada95 instead
11171 of DW_LANG_Ada83 for Ada units.
11172
11173 2003-04-14 Olivier Hainque <hainque@act-europe.fr>
11174
11175 * explow.c (round_push): Use HOST_WIDE_INT instead of int for the
11176 temporary used to round CONST_INT sizes.
11177
11178 * tree.c (int_fits_type_p): Extract generic checks from the case
11179 of constant type bounds. Refine the checks against constant type
11180 bounds to allow for possible decisions against each of these bounds
11181 without requiring both bounds to be constant.
11182 (tree_int_cst_msb): Put back.
11183 * tree.h (tree_int_cst_msb): Likewise.
11184
11185 * global.c (global_conflicts): Prevent allocation of call clobbered
11186 hard regs to pseudos live across abnormal edges, as later passes are
11187 not ready to handle them.
11188
11189 * fold-const.c (fold): Reorder tests for conditional expressions.
11190
11191 * expr.c (highest_pow2_factor): Return unsigned.
11192 * expr.h (offset_address): Likewise.
11193 * emit-rtl.c (offset_address): POW2 argument now unsigned.
11194
11195 2003-04-14 Roger Sayle <roger@eyesopen.com>
11196
11197 * builtins.c (expand_builtin_strlen): Evaluate the lengths of
11198 string literals at compile-time.
11199
11200 2003-04-14 Roger Sayle <roger@eyesopen.com>
11201
11202 * fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
11203 comparison operation and c1/c2 are floating point constants into
11204 x swap(cmp) (c1 - c2).
11205
11206 2003-04-14 Vladimir Makarov <vmakarov@redhat.com>
11207
11208 * genautomata.c (output_translate_vect): Fix a typo in loop
11209 condition.
11210
11211 2003-04-14 Hans-Peter Nilsson <hp@axis.com>
11212
11213 PR target/10377
11214 * config/cris/cris.md ("*mov_sideqi", "*mov_sidehi")
11215 ("*mov_sidesi", "*mov_sideqi_mem", "*mov_sidehi_mem")
11216 ("*mov_sidesi_mem", "*clear_sidesi", "*clear_sidehi")
11217 ("*clear_sideqi", "*ext_sideqihi", "*ext_sideqisi")
11218 ("*ext_sidehisi", "*op_sideqi", "*op_sidehi", "*op_sidesi")
11219 ("*op_swap_sideqi", "*op_swap_sidehi", "*op_swap_sidesi")
11220 ("*extopqihi_side", "*extopqisi_side", "*extophisi_side")
11221 ("*extopqihi_swap_side", "*extopqisi_swap_side")
11222 ("*extophisi_swap_side", 8th, 9th, 10th, 11th, 14th peepholes):
11223 When next to constraint R, replace constraint i with n.
11224
11225 Mon Apr 14 16:18:37 CEST 2003 Jan Hubicka <jh@suse.cz>
11226
11227 PR opt/10024
11228 * cfgrtl.c (force_nonfallthru_and_redirect): Use unchecked_make_edge.
11229
11230 2003-04-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11231
11232 * doc/contrib.texi (Contributors): Correct my entry.
11233
11234 2003-04-13 Roger Sayle <roger@eyesopen.com>
11235
11236 * tree.h (DECL_BUILT_IN_NONANSI): Remove.
11237 * c-common.c (builtin_function_2): Don't set DECL_BUILT_IN_NONANSI.
11238 * c-decl.c (duplicate_decls): Use invariant DECL_BUILT_IN_NONANSI
11239 implies DECL_BUILT_IN to simplify logic.
11240 * print-tree.c (print_node): Don't dump DECL_BUILT_IN_NONANSI.
11241
11242 2003-04-13 Roger Sayle <roger@eyesopen.com>
11243
11244 * builtin-types.def (BT_FN_STRING_CONST_STRING): New builtin type.
11245 (BT_FN_PTR_SIZE_SIZE): Likewise.
11246 * builtins.def (BUILT_IN_MALLOC, BUILT_IN_CALLOC, BUILT_IN_STRDUP):
11247 New built-in functions for malloc, calloc and strdup respectively.
11248 * calls.c (special_function_p): No need to handle malloc-like
11249 functions any longer. ECF_MALLOC is set via built-in attributes.
11250
11251 * c-decl.c (duplicate_decls): Preserve pure and malloc attributes.
11252
11253 * doc/extend.texi: Document these new built-in functions.
11254
11255 2003-04-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11256
11257 * builtins.c (expand_builtin_memcpy): Add `endp' argument, use it.
11258 (expand_builtin_stpcpy): New.
11259 (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
11260 * builtins.def: Add mempcpy & stpcpy support.
11261 * doc/extend.texi (mempcpy, stpcpy): Document new builtins.
11262
11263 2003-04-13 Nick Clifton <nickc@redhat.com>
11264
11265 * config/rs6000/rs6000.c: Replace occurrences of "GNU CC" with
11266 "GCC".
11267 * config/rs6000/40x.md, config/rs6000/603.md,
11268 config/rs6000/6xx.md, config/rs6000/7450.md, config/rs6000/7xx.md,
11269 config/rs6000/8540.md, config/rs6000/aix.h, config/rs6000/aix31.h,
11270 config/rs6000/aix3newas.h, config/rs6000/aix41.h,
11271 config/rs6000/aix43.h, config/rs6000/aix51.h,
11272 config/rs6000/aix52.h, config/rs6000/altivec-defs.h,
11273 config/rs6000/altivec.h, config/rs6000/altivec.md,
11274 config/rs6000/beos.h, config/rs6000/darwin.h,
11275 config/rs6000/eabi.h, config/rs6000/eabialtivec.h,
11276 config/rs6000/eabisim.h, config/rs6000/eabispe.h,
11277 config/rs6000/freebsd.h, config/rs6000/gnu.h,
11278 config/rs6000/host-darwin.c, config/rs6000/linux.h,
11279 config/rs6000/linux64.h, config/rs6000/linuxaltivec.h,
11280 config/rs6000/lynx.h, config/rs6000/mach.h, config/rs6000/mpc.md,
11281 config/rs6000/netbsd.h, config/rs6000/power4.md,
11282 config/rs6000/rios1.md, config/rs6000/rios2.md,
11283 config/rs6000/rs6000-c.c, config/rs6000/rs6000-modes.def,
11284 config/rs6000/rs6000-protos.h, config/rs6000/rs6000.c,
11285 config/rs6000/rs6000.h, config/rs6000/rs6000.md,
11286 config/rs6000/rs64.md, config/rs6000/rtems.h, config/rs6000/spe.h,
11287 config/rs6000/spe.md, config/rs6000/sysv4.h,
11288 config/rs6000/sysv4le.h, config/rs6000/vxworks.h,
11289 config/rs6000/windiss.h, config/rs6000/xcoff.h: Likewise.
11290
11291 2003-04-13 Nick Clifton <nickc@redhat.com>
11292
11293 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Delete
11294 support for -mcall-aix switch.
11295 * config/rs6000/eabiaix.h: Delete.
11296 * config/rs6000/rs6000.h (rs6000_abi): Remove ABI_AIX_NODESC.
11297 (RS6000_REG_SAVE, RS6000_SAVE_AREA, FP_ARGS_MAX_REG,
11298 RETURN_ADDRESS_OFFSET): Remove use of ABI_AIX_NODESC.
11299 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Likewise.
11300 * config/rs6000/rs6000.c (print_operand, rs6000_stack_info,
11301 debug_stack_info, output_function_profiler,
11302 rs6000_trampoline_size, rs6000_initialise_trampoline): Likewise.
11303 * config/rs6000/rs6000.md (call, call_value, call_nonlocal_sysv,
11304 call_indirect_nonlocal_sysv, call_value_indirect_nonlocal_sysv,
11305 call_value_nonlocal_sysv, sibcall_value_nonlocal_sysv,
11306 sibcall_nonlocal_sysv, sibcall_value_local64): Likewise.
11307 * config/rs6000/t-ppcgas (MULTILIB_OPTIONS): Remove mcall-aix
11308 multilibs.
11309 (MULTILIB_DIRNAMES): Remove mcall-aix directories.
11310 (MULTILIB_EXCEPTIONS): Delete.
11311 (MULTILIB_MATCHES): Remove mcall-aix matches.
11312
11313 * doc/fragments.texi: Replace -mcall-aix example with an ARM
11314 one.
11315 * doc/install.texi: Delete powerpc-*-eabiaix target.
11316 * doc/invoke.texi: Remove documentation of mcall-aix switch.
11317 * doc/tm.texi: Remove mcall-aix from example CPP_SPEC.
11318 * config.gcc: Delete powerpc-*-eabiaix target.
11319
11320 2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
11321
11322 * doc/invoke.texi: Fix typos.
11323 * doc/tm.texi: Likewise.
11324
11325 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11326
11327 * c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
11328
11329 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11330
11331 * tree.c (build_constructor): New function.
11332 * tree.h: Prototype it.
11333
11334 * c-typeck.c (build_c_cast, pop_init_level)
11335 * profile.c (build_function_info_value, build_gcov_info_value)
11336 (create_profiler):
11337 Use build_constructor.
11338
11339 * builtins.c (expand_builtin_args_info): Remove #if 0 blocks.
11340
11341 * objc/objc-act.c (build_constructor):
11342 Rename objc_build_constructor. Use build_constructor.
11343 (build_objc_string_object, objc_add_static_instance)
11344 (init_def_list, init_objc_symtab, init_module_descriptor)
11345 (generate_static_references, build_selector_translation_table)
11346 (build_descriptor_table_initializer, generate_descriptor_table)
11347 (build_protocol_initializer, build_ivar_list_initializer)
11348 (generate_ivars_list, build_dispatch_table_initializer)
11349 (generate_dispatch_table, generate_protocol_list)
11350 (build_category_initializer, build_shared_structure_initializer):
11351 Update to match.
11352
11353 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11354
11355 * intl.h: #define gcc_gettext_width to strlen when !ENABLE_NLS.
11356
11357 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11358
11359 * config/m68hc11/m68hc11-protos.h
11360 (m68hc11_eq_compare_operator): Declare
11361 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register new predicate.
11362 * config/m68hc11/m68hc11.c (m68hc11_eq_compare_operator): New predicate
11363 (d_register_operand): Check the operand mode.
11364 (hard_addr_reg_operand): Likewise.
11365
11366 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11367
11368 * config/m68hc11/m68hc11.md ("decrement_and_branch_until_zero"): New
11369 pattern for dbcc/ibcc generation for 68HC12.
11370 ("doloop_end"): New pattern.
11371 ("m68hc12_dbcc_dec_hi"): New pattern for dbeq/dbne.
11372 ("m68hc12_dbcc_inc_hi"): New pattern for ibeq/ibne.
11373 ("m68hc12_dbcc_dec_qi"): New pattern.
11374 ("m68hc12_dbcc_inc_qi"): New pattern.
11375 (split): Add split for the above when we can't use dbcc/ibcc due to
11376 reloading.
11377 (peephole2): Add peephole2 to generate the above when possible.
11378
11379 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11380
11381 * config/m68hc11/m68hc11.md ("bitcmpqi" split): No need to test the
11382 mode of operand 0.
11383 (peephole2 optimize const load): Likewise for operand 2.
11384 ("*rotlhi3_with_carry"): Change pattern to a const 1 rotate which
11385 clobbers CC_REGNUM.
11386 ("*rotrhi3_with_carry"): Likewise.
11387 (ashift:DI 1 split): Update pattern to create the above rotate.
11388 (lshiftrt:DI 1 split): Likewise.
11389
11390 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11391
11392 * config/m68hc11/m68hc11.md (SOFT_Z_REGNUM): New constant.
11393 ("tstqi_z_used" split): Use it.
11394 ("cmphi_z_used"): Likewise.
11395 ("bitcmpqi_z_used"): Likewise; also use SP_REGNUM constant.
11396 ("cmpqi_z_used"): Likewise.
11397
11398 2003-04-12 Mark Mitchell <mark@codesourcery.com>
11399
11400 PR c++/7910
11401 * config/i386/winnt.c (i386_pe_mark_dllimport): Fix thinko.
11402
11403 2003-04-12 Zack Weinberg <zack@codesourcery.com>
11404
11405 * configure.in: Check for wchar.h, mbstowcs, and wcswidth.
11406 * configure, config.in: Regenerate.
11407 * intl.c (gcc_gettext_width): New function.
11408 * intl.h: Prototype it.
11409
11410 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11411
11412 * config/m68hc11/m68hc11.h (TARGET_SWITCHES): Fix -mnominmax option;
11413 recognize -mnorelax.
11414 (reg_class): Add Z_OR_S_REGS to represent soft registers with Z
11415 (REG_CLASS_NAMES): Add its name.
11416 (REG_CLASS_CONTENTS): Define its content.
11417
11418 2003-04-12 Stephane Carrez <stcarrez@nerim.fr>
11419
11420 * config/m68hc11/larith.asm (memcpy): Use ARG macro to access stack
11421 parameters so that offsets are valid for far definition.
11422 (__mulsi3): Likewise and use ret to return.
11423 (___adddi3, ___subdi3, ___notdi2, ): Don't use it to save the result.
11424
11425 2003-04-12 David Edelsohn <edelsohn@gnu.org>
11426
11427 * config/rs6000/rs6000.c (rs6000_hash_constant): Skip '0' fields.
11428
11429 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
11430
11431 * mklibgcc.in (libgcc-stage-start): For every multilib directory
11432 containing a libgcc.a, move lib* to the corresponding stage dir.
11433
11434 * Makefile.in (stage1-start, stage2-start, stage3-start,
11435 stage4-start): Move $(SPECS) to specs in stage dir.
11436 (unstage1 unstage2 unstage3 unstage4): Move specs in stage dir
11437 back as $(SPECS).
11438
11439 * mklibgcc.in (libgcc-stage-start): Move into the stage directory
11440 object files from the non-libgcc/ multilib directories as well.
11441
11442 2003-04-11 Geoffrey Keating <geoffk@apple.com>
11443
11444 * profile.c (read_counts_file): Initialise 'checksum'.
11445
11446 * emit-rtl.c (gen_rtx): Really correct typo.
11447
11448 PR c++/9393
11449 * doc/invoke.texi (Debugging Options): Document -frandom-seed.
11450 * configure.in: Check for gettimeofday.
11451 * tree.c (flag_random_seed): Define.
11452 (default_flag_random_seed): New.
11453 (append_random_chars): Use flag_random_seed rather than trying
11454 to acquire randomness here.
11455 * tree.h (default_flag_random_seed): Declare.
11456 * toplev.c (display_help): Add -frandom-seed and -fstack-limit-*
11457 descriptions.
11458 (decode_f_option): Handle -frandom-seed.
11459 (print_switch_values): Call default_flag_random_seed.
11460 * flags.h (flag_random_seed): Declare.
11461 * configure: Regenerate.
11462 * config.in: Regenerate.
11463 * config/alpha/t-crtfm: Use -frandom-seed.
11464
11465 * doc/extend.texi (Empty Structures): New.
11466
11467 * c-pch.c: Include flags.h. Add comments to routines.
11468 (struct c_pch_validity): New.
11469 (get_ident): Update PCH file version number.
11470 (pch_init): Output current debugging type.
11471 (c_common_valid_pch): Check debugging type.
11472 * Makefile.in (c-pch.o): Update dependencies.
11473 * flags.h (debug_type_names): Declare.
11474 * toplev.c (debug_type_names): Move out of decode_g_option.
11475
11476 2003-04-11 Eric Christopher <echristo@redhat.com>
11477
11478 * emit-rtl.c (gen_rtx): Fix typos.
11479
11480 2003-04-11 Richard Henderson <rth@redhat.com>
11481
11482 * emit-rtl.c (gen_rtx): Zero '0' fields.
11483
11484 2003-04-11 Richard Henderson <rth@redhat.com>
11485
11486 PR c++/10202
11487 * expr.c (expand_expr): Use COMPLETE_OR_UNBOUND_ARRAY_TYPE_P
11488 not COMPLETE_TYPE_P for re-invoking layout_decl.
11489
11490 2003-04-11 Simon Law <sfllaw@engmail.uwaterloo.ca>
11491
11492 * doc/bugreport.texi: Fix paragraph breaking between sections
11493 in preparation for TeXinfo's paragraph indentation fixes.
11494 * doc/extend.texi: Ditto.
11495 * doc/invoke.texi: Ditto.
11496 * doc/objc.texi: Ditto.
11497 * doc/gcov.texi: Wrap 'gcov' in @command{}.
11498 * doc/invoke.texi (Darwin Options): Add a preamble.
11499
11500 2003-04-11 Richard Henderson <rth@redhat.com>
11501
11502 * config/i386/i386.c (tls_model_chars): Remove.
11503 (ix86_encode_section_info, ix86_strip_name_encoding): Remove.
11504 (local_symbolic_operand): Use SYMBOL_REF_LOCAL_P.
11505 (tls_symbolic_operand): Use SYMBOL_REF_TLS_MODEL.
11506 (tls_symbolic_operand_1): Likewise.
11507 (legitimate_pic_address_disp_p): Use SYMBOL_REF_LOCAL_P.
11508 * config/i386/i386.h (TARGET_ENCODE_SECTION_INFO): Remove.
11509 (TARGET_STRIP_NAME_ENCODING, ASM_OUTPUT_LABELREF): Remove.
11510 * config/i386/winnt.c (i386_pe_encode_section_info): Replace
11511 bits "copied from i386.h" with default_encode_section_info.
11512
11513 2003-04-11 Richard Henderson <rth@redhat.com>
11514
11515 * rtl.def (SYMBOL_REF): Add two 0 fields.
11516 * gengtype.c (adjust_field_rtx_def): Handle them.
11517 * print-rtl.c (print_rtx): Print them.
11518 * rtl.h (SYMBOL_REF_DECL, SYMBOL_REF_FLAGS): New.
11519 (SYMBOL_FLAG_FUNCTION, SYMBOL_REF_FUNCTION_P): New.
11520 (SYMBOL_FLAG_LOCAL, SYMBOL_REF_LOCAL_P): New.
11521 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
11522 (SYMBOL_FLAG_TLS_SHIFT, SYMBOL_REF_TLS_MODEL): New.
11523 (SYMBOL_FLAG_EXTERNAL, SYMBOL_REF_EXTERNAL_P): New.
11524 (SYMBOL_FLAG_MACH_DEP): New.
11525 * optabs.c (init_one_libfunc): Zap fake SYMBOL_REF_DECL.
11526 * varasm.c (make_decl_rtl): Set SYMBOL_REF_DECL.
11527 (assemble_static_space): Set SYMBOL_REF_FLAGS.
11528 (assemble_trampoline_template): Likewise.
11529 (output_constant_def, force_const_mem): Likewise.
11530 (default_encode_section_info): New.
11531 * output.h: Declare it.
11532 * target-def.h (TARGET_ENCODE_SECTION_INFO): Use it.
11533
11534 2003-04-11 Richard Henderson <rth@redhat.com>
11535
11536 * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
11537 (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
11538 * optabs.c (init_optabs): Initialize them.
11539 (init_libfuncs): Use init_one_libfunc.
11540 * calls.c (expand_call): Use gcov_flush_libfunc.
11541 * expr.c (store_constructor): Use setbits_libfunc.
11542 * function.c (expand_main_function): Use init_one_libfunc.
11543 * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.
11544
11545 2003-04-11 Mark Mitchell <mark@codesourcery.com>
11546
11547 * doc/c-tree.texi (Functions): Remove DECL_REAL_CONTEXT
11548 documentation; add DECL_FRIEND_CONTEXT.
11549
11550 2003-04-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11551
11552 * doc/install.texi (hppa): Update links for HP-UX patches. Revise
11553 notes on linker selection and configuration for 64-bit HP-UX port.
11554 * doc/invoke.texi (hppa): Remove hppa text from description for
11555 -ffunction-sections and -fdata-sections. Document -static, -nolibdld
11556 and -threads options.
11557
11558 * pa-hpux10.h (LIB_SPEC): Add link options to resolve dependency of
11559 libc.a on libdld.sl when -static is specified and -nolibdld is not
11560 specified.
11561 * pa64-hpux.h (LIB_SPEC): Likewise.
11562 * pa-hpux11.h (LIB_SPEC): Likewise.
11563 (LINK_SPEC): Add __gcc_plt_call as an undefined symbol when -shared
11564 is not specified.
11565
11566 2003-04-11 Zack Weinberg <zack@codesourcery.com>
11567
11568 * config/darwin-c.c (darwin_pragma_unused): Use lookup_name,
11569 not IDENTIFIER_LOCAL_VALUE.
11570
11571 2003-04-11 Richard Henderson <rth@redhat.com>
11572
11573 PR c/10201
11574 * expr.c (expand_expr): Move DECL_RTL frobbing ...
11575 * stor-layout.c (layout_decl): ... here.
11576
11577 2003-04-11 James A. Morrison <ja2morri@uwaterloo.ca>
11578
11579 * doc/invoke.texi: Eliminate extra white-space caused by
11580 @gccoptlist{ on its own line.
11581 * doc/invoke.texi: Ensured there are two spaces between each option.
11582 * doc/invoke.texi: Re-wrapped option lines that were too wide.
11583 Added @gol to options that didn't have them.
11584
11585 2003-04-11 Nathan Sidwell <nathan@codesourcery.com>
11586
11587 * Makefile.in (loop-init.o): Do not depend on gcov-io.h,
11588 gcov-iov.h.
11589
11590 Simplify interface to gcov reading and writing.
11591 * gcov-io.h (gcov_file, gcov_position, gcov_length, gcov_buffer,
11592 gcov_alloc, gcov_modified, gcov_errored): Move into ...
11593 (struct gcov_var gcov_var): ... this static structure.
11594 (gcov_write_unsigned, gcov_write_counter, gcov_write_string):
11595 Return void.
11596 (gcov_read_unsigned, gcov_read_couter, gcov_read_string): Return
11597 read object.
11598 (gcov_read_bytes, gcov_write_bytes): Set error flag on error.
11599 (gcov_reserve_length): Remove.
11600 (gcov_write_tag): New.
11601 (gcov_write_length): Adjust.
11602 (gcov_read_summary, gcov_write_summary): Adjust.
11603 (gcov_eof, gcov_ok): Rename to ...
11604 (gcov_is_eof, gcov_is_error): ... here. Return error code.
11605 (gcov_save_position, gcov_resync): Rename to ...
11606 (gcov_position, gcov_seek): ... here.
11607 (gcov_skip, gcov_skip_string): Remove.
11608 (gcov_error): Remove.
11609 (gcov_open, gcov_close): Adjust.
11610 * gcov.c (find_source): Take const char *, copy it on allocation.
11611 (read_graph_file): Adjust.
11612 (read_count_file): Adjust.
11613 * libgcov.c (gcov_exit): Adjust.
11614 * gcov-dump.c (tag_function, tag_blocks, tag_arcs, tag_lines,
11615 tag_arc_counts, tag_summary): Return void. Adjust.
11616 (struct tag_format): Adjust proc member.
11617 (dump_file): Adjust gcov calls.
11618
11619 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
11620
11621 * Makefile.in (fixinc.sh): Pass BUILD_LIBERTY as LIBERTY to
11622 mkfixinc.sh.
11623 * fixinc/mkfixinc.sh (defs): Add LIBERTY.
11624 * configure.in (STMP_FIXINC, STMP_FIXPROTO): Don't disable on
11625 build != host sysrooted builds.
11626 * configure.in (SYSTEM_HEADER_DIR): Make sure it contains
11627 TARGET_SYSTEM_ROOT even on sysrooted natives.
11628 * configure: Rebuilt.
11629
11630 2003-04-10 Zack Weinberg <zack@codesourcery.com>
11631
11632 * c-decl.c (struct binding_level): Add shadowed_tags and
11633 function_body; remove this_block, tag_transparent, and
11634 subblocks_tag_transparent; update comments.
11635 (clear_binding_level, lookup_tag_reverse): Kill.
11636 (make_binding_level): Use ggc_alloc_cleared or memset.
11637 (lookup_tag): Remove struct binding_level* parameter. All
11638 callers changed. Just look at IDENTIFIER_TAG_VALUE, and
11639 current_binding_level->tags if asked for thislevel_only or if
11640 we might have to diagnose "struct foo; union foo;"
11641 (pushlevel): Ignore argument. Do not push another binding
11642 level on the transition from the parameters to the top level
11643 of the function body; just tweak the flags and proceed.
11644 (poplevel): Overhaul. Clear IDENTIFIER_TAG_VALUEs; on exiting
11645 a function body, separate the parameter list from the
11646 top-level local variables.
11647 (set_block): Do nothing.
11648 (pushtag): Set IDENTIFIER_TAG_VALUE and add an entry to
11649 shadowed_tags if necessary.
11650 (warn_if_shadowing): Nuke the special case for local shadowing
11651 parameter.
11652 (pushdecl): Do not create a shadow entry if we are replacing
11653 an older decl in the same binding level.
11654 (pushdecl_function_level): Tweak for new way of indicating
11655 function scope.
11656 (shadow_tag_warned): Use TYPE_NAME, not lookup_tag_reverse.
11657 (start_function): Don't set subblocks_tag_transparent.
11658 (finish_function): Fix up the binding_level stack for totally
11659 empty functions. Otherwise, don't call poplevel.
11660
11661 * c-common.c (shadow_warning): MANDATORY argument is no longer
11662 necessary. Always use plain warning.
11663 * c-common.h: Update to match.
11664
11665 * cfglayout.c (scope_to_insns_initialize): Clear block when we
11666 hit the FUNCTION_DECL.
11667 * function.c: Do not create cyclic tree structure.
11668
11669 2003-04-10 Zack Weinberg <zack@codesourcery.com>
11670
11671 * c-tree.h (struct lang_identifier): Replace global_value,
11672 local_value members with symbol_value, tag_value. Kill
11673 implicit_decl and limbo_value.
11674 (IDENTIFIER_GLOBAL_VALUE, IDENTIFIER_LOCAL_VALUE,
11675 IDENTIFIER_LIMBO_VALUE, IDENTIFIER_IMPLICIT_DECL,
11676 C_MISSING_PROTOTYPE_WARNED): Kill.
11677 (IDENTIFIER_SYMBOL_VALUE, IDENTIFIER_TAG_VALUE,
11678 C_DECL_IMPLICIT, C_DECL_ISNT_PROTOTYPE): New.
11679 (C_DECL_ANTICIPATED): Rename to C_DECL_INVISIBLE.
11680 (implicit_decl_warning, lookup_name_current_level,
11681 record_function_scope_shadow): Don't prototype.
11682 (pushdecl_function_level): Prototype.
11683
11684 * c-decl.c (truly_local_externals): New variable.
11685 (struct binding_level): Adjust commentary.
11686 (get_function_binding_level, clear_limbo_values,
11687 record_function_scope_shadow): Kill.
11688 (lookup_name_current_level, implicit_decl_warning): Are now static.
11689 (any_external_decl, record_external_decl): New static functions.
11690 (clone_underlying type): Split out of pushdecl.
11691 (c_print_identifier): Update to match changes to struct
11692 lang_identifier.
11693 (poplevel): Delete #if 0 block. Make externals invisible
11694 instead of clearing their IDENTIFIER_SYMBOL_VALUEs. Don't
11695 call clear_limbo_values. Refer to IDENTIFIER_SYMBOL_VALUE not
11696 IDENTIFIER_GLOBAL_VALUE or IDENTIFIER_LOCAL_VALUE.
11697 (duplicate-decls): For real parm decl after a forward decl,
11698 set TREE_ASM_WRITTEN here. Allow void foo(...) followed by
11699 foo(...) { } with only a warning. Say whether a previous
11700 declaration was implicit.
11701 (warn_if_shadowing): Now handles all shadowing, not just
11702 local-over-local. Clarify comments.
11703 (pushdecl): Rewritten. There is no longer a distinction
11704 between global and local symbol values; they're all
11705 IDENTIFIER_SYMBOL_VALUE. Call record_external_decl on all
11706 DECL_EXTERNAL decls, and use any_external_decl to check
11707 against previous externals. Kill #if 0 blocks. Don't
11708 tolerate error_mark_node being NULL.
11709 (pushdecl_top_level): Handle only those cases which
11710 Objective C (the only user) needs.
11711 (pushdecl_function_level): New function.
11712 (implicitly_declare): Create ordinary decls with
11713 C_DECL_IMPLICIT set. Recycle old decls, however they got
11714 created.
11715 (lookup_name): It's always IDENTIFIER_SYMBOL_VALUE. Return 0
11716 for C_DECL_INVISIBLE symbols.
11717 (lookup_name_current_level): Likewise. Use chain_member.
11718 (c_make_fname_decl): Don't muck with DECL_CONTEXT.
11719 Use pushdecl_function_level.
11720 (builtin_function): Use C_DECL_INVISIBLE.
11721 (start_function): Don't muck with IDENTIFIER_IMPLICIT_DECL.
11722 Use C_DECL_ISNT_PROTOTYPE and C_DECL_IMPLICIT.
11723 (store_parm_decls): It's IDENTIFIER_SYMBOL_VALUE now.
11724 (identifier_global_value): Same. Must scan
11725 global_binding_level in extremis.
11726
11727 * c-typeck.c (undeclared_variable): New static function, split
11728 from build_external_ref.
11729 (build_external_ref): Use DECL_CONTEXT, not
11730 IDENTIFIER_LOCAL_VALUE, to decide whether a local hides
11731 an instance variable. Restructure for clarity.
11732 * objc/objc-act.c: Use identifier_global_value, not
11733 IDENTIFIER_GLOBAL_VALUE.
11734
11735 2003-04-08 Jonathan Wakely <redi@gcc.gnu.org>
11736
11737 * doc/extend.texi (Template Instantiation): Refer to ISO standard,
11738 not Working Paper.
11739 * doc/invoke.texi (C++ Dialect Options): Same.
11740
11741 2003-04-10 Zack Weinberg <zack@codesourcery.com>
11742
11743 * tree.c (tree_operand_check_failed): New function.
11744 * tree.h (TREE_OPERAND_CHECK, TREE_OPERAND_CHECK_CODE,
11745 TREE_RTL_OPERAND_CHECK): New checking macros.
11746 (TREE_OPERAND, SAVE_EXPR_CONTEXT, SAVE_EXPR_RTL,
11747 RTL_EXPR_SEQUENCE, RTL_EXPR_RTL, WITH_CLEANUP_EXPR_RTL,
11748 CONSTRUCTOR_ELTS, LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
11749 EXIT_BLOCK_RETURN, LOOP_EXPR_BODY, EXPR_WFL_NODE,
11750 EXPR_WFL_FILENAME_NODE, EXPR_WFL_FILENAME, TARGET_EXPR_SLOT,
11751 TARGET_EXPR_INITIAL, TARGET_EXPR_CLEANUP): Use the new
11752 checking macros.
11753
11754 Thu Apr 10 23:52:30 CEST 2003 Jan Hubicka <jh@suse.cz>
11755
11756 PR inline-asm/8803
11757 * function.c (instantate_virtual_regs): Verify that all ASM statements
11758 match after the virutal regs instantiation.
11759
11760 2003-04-10 Steve Ellcey <sje@cup.hp.com>
11761
11762 * ia64-protos.h (addp4_optimize_ok): New.
11763 * ia64.c (addp4_optimize_ok): New.
11764 * ia64.md (*ptr_extend_plus_1): Use addp4_optimize_ok.
11765 (*ptr_extend_plus_2): Ditto.
11766
11767 2003-04-10 Steve Ellcey <sje@cup.hp.com>
11768
11769 * expr.c (expand_assignment): Extend offset_rtx with convert_to_mode
11770 not with convert_memory_address.
11771 (store_constructor): Ditto, and same for copy_size_rtx.
11772 (expand_expr): Ditto.
11773
11774 2003-04-10 Douglas B Rupp <rupp@gnat.com>
11775
11776 * config/i386/i386.c (ix86_ms_bitfield_layout_p): Fix formatting.
11777
11778 2003-04-10 Bob Wilson <bob.wilson@acm.org>
11779
11780 * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cache
11781 even if it is configured to be write-through.
11782
11783 2003-04-10 Ulrich Weigand <uweigand@de.ibm.com>
11784
11785 * config/s390/s390.c (larl_operand): Do not allow symbols
11786 marked with '@'.
11787 (s390_encode_section_info): Mark symbols with forced 1-byte
11788 alignment with '@'.
11789 (s390_strip_name_encoding): Strip '@'.
11790 (legitimize_pic_address): Handle symbols that are not valid
11791 LARL operands in 64-bit mode.
11792
11793 2003-04-10 Andrew Haley <aph@redhat.com>
11794
11795 * tree-inline.c (inlinable_function_p): Disable inlining for
11796 synchronized methods.
11797
11798 2003-04-09 Steven Bosscher <steven@gcc.gnu.org>
11799
11800 * c-common.h (lang_statement_code_p): Remove declaration.
11801 (statement_code_p): Ditto.
11802 (c_common_stmt_codes): Define; list of c-common statement codes.
11803 (statement_code_p): New extern declaration.
11804 (STATEMENT_CODE_P): Define.
11805 (INIT_STATEMENT_CODES): Define.
11806 * c-common.c (statement_code_p): Kill the function, declare
11807 as an array of bools instead.
11808 (lang_statement_code_p): Remove.
11809 (walk_stmt_tree): Use STATEMENT_CODE_P not statement_code_p.
11810 (c_safe_from_p): Ditto.
11811 * c-objc-common.c (c_objc_common_init): Use INIT_STATEMENT_CODES
11812 to initialize the statement_code_p array.
11813 * tree-inline.c (walk_tree): Use STATEMENT_CODE_P instead of
11814 statement_code_p.
11815 (copy_tree_r): Ditto.
11816 * cp/cp-tree.h (cp_stmt_codes): Define; list of C++ specific
11817 statement tree codes.
11818 * cp/lex.c (cxx_init): Add missing print line break. Use
11819 INIT_STATEMENT_CODES to initialize the statement_code_p array.
11820 * cp/parser.c (cp_parser_statement): Use STATEMENT_CODE_P
11821 instead of statement_code_p.
11822 * cp/pt.c (tsubst_expr): Ditto.
11823 * cp/tree.c (verify_stmt_tree_r): Ditto.
11824 (cp_statement_code_p): Remove.
11825 (init_tree): Don't set lang_statement_code_p, it's gone.
11826
11827 2003-04-09 Dan Nicolaescu <dann@ics.uci.edu>
11828 Zack Weinberg <zack@codesourcery.com>
11829
11830 * regrename.c (struct du_chain): Use a bitfield for reg_class.
11831 * cse.c (struct qty_table_elem, struct table_elt, struct set):
11832 Use bitfields for fields holding enum rtx_code or
11833 enum machine_mode values. Add comments explaining size choices.
11834
11835 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
11836
11837 * config/fp-bit.c (unpack_d): Handle pair of doubles with
11838 different signs correctly.
11839
11840 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
11841
11842 * sched-deps.c (reg_pending_barrier_mode): New enumeration.
11843 (reg_pending_barrier): Make it of the enumeration type.
11844 (sched_analyze_2): Define the barrier as MOVE_BARRIER or
11845 TRUE_BARRIER.
11846 (sched_analyze): Ditto.
11847 (sched_analyze_insn): Ditto. Use anti-dependencies for
11848 MOVE_BARRIER and true-dependencies as TRUE_BARRIER.
11849 (init_deps_global): Initialize the barrier as NO_BARRIER.
11850
11851 2003-04-09 Vladimir Makarov <vmakarov@redhat.com>
11852
11853 * config/ia64/ia64.c (issue_nops_and_insn): Add new parameter.
11854 Check that asm insn starts on a new cycle. Add nops after asm
11855 insn to end bundle.
11856 (bundling): Move insn type evaluation from the loop. Call
11857 issue_nops_and_insn with the new parameter. Ignore changing
11858 position for nops after asm insn.
11859
11860 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
11861
11862 * optabs.c: Comment that gen_add2_insn and others may actually
11863 return emitted insns, if the gen functions turn out to return
11864 emitted insns.
11865 * reload1.c (reload_cse_move2add): Cope with emitted insns from
11866 gen_add2_insn.
11867
11868 2003-04-09 Richard Henderson <rth@redhat.com>
11869
11870 * config/ia64/ia64.c (move_operand): Allow symbolic_operand,
11871 but not tls_symbolic_operand.
11872 (ia64_expand_load_address): Remove scratch operand.
11873 (ia64_expand_tls_address): Split out from ia64_expand_move.
11874 (ia64_expand_move): Split symbolics only after reload.
11875 (ia64_emit_cond_move): New.
11876 * config/ia64/ia64-protos.h: Update.
11877 * config/ia64/ia64.md (movsi_symbolic, movdi_symbolic): Remove.
11878 (symbolic splitter): Accept SImode operands too.
11879 (cmove splitter): Use ia64_emit_cond_move.
11880
11881 2003-04-09 Nick Clifton <nickc@redhat.com>
11882
11883 * doc/install.texi: Note that ARM toolchains need binutils 2.13 or
11884 newer.
11885 * config/arm/elf.h (SUBTARGET_ASM_FLOAT_SPEC): Pass -mfpu=softfpa
11886 instead of -mno-fpu.
11887 * config/arm/semi.h (ASM_SPEC): Likewise.
11888 * config/arm/xscale-elf.h (SUBTARGET_EXTRA_ASM_SPEC): Likewise,
11889 but only if -msoft-float is specified pass. Otherwise pass
11890 -mfpu=softvfp.
11891
11892 2003-04-09 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11893
11894 * function.c (purge_addressof): Use free_INSN_LIST_node instead of
11895 free_EXPR_LIST_node.
11896
11897 2003-04-08 Roger Sayle <roger@eyesopen.com>
11898
11899 * fold-const.c (fold): Use "fold" following build in more places.
11900 Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
11901 pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
11902
11903 2003-04-08 Roger Sayle <roger@eyesopen.com>
11904
11905 * builtins.c (fold_builtin): Constant fold expressions as x*0.5
11906 instead of x/2.0. Optimize sqrt(pow(x,y)) as pow(x,y*0.5),
11907 log(pow(x,y)) as y*log(x), pow(exp(x),y) as exp(x*y),
11908 pow(sqrt(x),y) as pow(x,y*0.5) and pow(pow(x,y),z) as pow(x,y*z).
11909 Delete function scope "fcode" variable to avoid shadowing.
11910
11911 2003-04-08 Kevin Buettner <kevinb@redhat.com>
11912
11913 * dwarf2out.c (DWARF_ARANGES_HEADER_SIZE, DWARF_ARANGES_PAD_SIZE):
11914 Take into account DWARF_INITIAL_LENGTH_SIZE.
11915
11916 2003-04-08 Hans-Peter Nilsson <hp@axis.com>
11917
11918 * reorg.c (fill_slots_from_thread): When considering changing the
11919 insn following a reg-to-reg copy insn to use the source reg of the
11920 copy, bail out if there's overlap between the registers.
11921
11922 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11923
11924 * function.c (postponed_insns): New.
11925 (purge_addressof_1): Postpone processing of insns if addressofs
11926 are not put into stack.
11927 (purge_addressof): Process postponed insns.
11928
11929 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
11930
11931 * sh.h (NORMAL_MODE): If interrupt handler and TARGET_FMOVD,
11932 this is FP_MODE_DOUBLE .
11933 * sh.c (ra.h): #include.
11934 (push_regs): Add second parameter. Changed all callers.
11935 If necessary, set fpscr before saving floating point registers.
11936 (calc_live_regs): If interrupt handler and TARGET_FMOVD, always
11937 do saves / restores with SZ == 1.
11938 (sh_expand_prologue): If interrupt handler, don't use gen_toggle_sz.
11939 (sh_expand_epilogue): Likewise. For TARGET_FMOVD, if floating point
11940 registers are being restored, restore FPSCR only after restoring them.
11941
11942 2003-04-08 Aldy Hernandez <aldyh@redhat.com>
11943
11944 * config/rs6000/rs6000.c (rs6000_init_builtins): Set opaque types
11945 regardless of architecture.
11946 (spe_init_builtins): Change V2SI and V2SF types to opaque types.
11947
11948 2003-04-08 J"orn Rennecke <joern.rennecke@superh.com>
11949
11950 * sh.c (push_regs, calc_live_regs): Return int. Take single
11951 HARD_REG_SET * parameter. Changed all callers.
11952
11953 Tue Apr 8 11:12:07 CEST 2003 Jan Hubicka <jh@suse.cz>
11954
11955 * i386.c (legitimate_pic_address_disp_p): Do not accept PLUS in the
11956 GOTOFF operand.
11957 (legitimize_pic_address): Move plus outside the unspec.
11958 * i386.c (legitimate_constant_p): Check (CONST (PLUS (UNSPEC ...
11959 for validity.
11960
11961 2003-04-08 Nathan Sidwell <nathan@codesourcery.com>
11962
11963 * gcov-io.h (gcov_save_position): Remove __inline__ from
11964 declaration.
11965
11966 2003-04-07 Matt Kraai <kraai@alumni.cmu.edu>
11967
11968 * doc/install.texi: Use @command and @samp for single- and
11969 multi-word commands respectively.
11970 * doc/makefile.texi: Likewise.
11971 * doc/sourcebuild.texi: Likewise.
11972
11973 2003-04-07 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
11974 Richard Henderson <rth@redhat.com>
11975
11976 PR c/9516
11977 * expr.c (safe_from_p): Rearrange to avoid deep recursion in
11978 favor of looping and tail recursion for TREE_LIST and binops.
11979
11980 2003-04-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11981
11982 * loop.h (REGNO_FIRST_LUID, REGNO_LAST_LUID): Provide defaults
11983 for insns without luid.
11984
11985 2003-04-07 Glen Nakamura <glen@imodulo.com>
11986
11987 PR opt/8634
11988 * explow.c (maybe_set_unchanging): Don't flag non-static const
11989 aggregate type initializers with RTX_UNCHANGING_P.
11990
11991 2003-04-07 Richard Henderson <rth@redhat.com>
11992
11993 PR opt/8634
11994 * function.c (purge_addressof_1): Don't try arithmetics for
11995 unchanging memories.
11996
11997 2003-04-07 Janis Johnson <janis187@us.ibm.com>
11998
11999 * doc/sourcebuild.texi (Test Suites): Document testing support for
12000 gcov and profile-directed optimizations; describe gcc.misc-tests.
12001
12002 Mon Apr 7 22:19:59 CEST 2003 Jan Hubicka <jh@suse.cz>
12003
12004 PR target/10077
12005 * i386.md (movsi_1, movsi_nointerunit_1): Fix SSEMOV alternative.
12006
12007 2003-04-07 Eric Botcazou <ebotcazou@libertysurf.fr>
12008
12009 * doc/rtl.texi (Comparison operations): Update to
12010 record the allowed comparison modes.
12011
12012 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
12013
12014 * config/rs6000/rs6000.c (rs6000_common_init_builtins): Rename all
12015 V2SI_type_node to opaque_V2SI_type_node. Rename all
12016 V2SF_type_node to opaque_V2SF_type_node.
12017 (rs6000_init_builtins): Define opaque_V2SI_type_node and
12018 opaque_V2SF_type_node.
12019 (is_ev64_opaque_type): The types opaque_V2SI_type_node and
12020 opaque_V2SF_type_node are opaque types.
12021
12022 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
12023
12024 * gcse.c (replace_store_insn): Use single_set.
12025
12026 2003-04-07 Nathan Sidwell <nathan@codesourcery.com>
12027
12028 Change gcov file interface to single file at a time.
12029 * gcov-io.h: Replace IN_LIBGCC1 with IN_LIBGCOV. Use IN_GCOV.
12030 Convert to C89 prototypes.
12031 (gcov_file, gcov_length, gcov_position, gcov_buffer, gcov_alloc,
12032 gcov_error, gcov_modified): New static variables.
12033 (gcov_open, gcov_close, gcov_read_bytes, gcov_write_bytes): New
12034 functions.
12035 (gcov_write_unsigned, gcov_write_counter, gcov_write_string,
12036 gcov_read_unsigned, gcov_read_counter, gcov_read_string): Adjust.
12037 (gcov_read_summary, gcov_write_summary): Adjust.
12038 (gcov_save_position, gcov_reserve_length, gcov_write_length):
12039 Adjust.
12040 (gcov_resync, gcov_skip, gcov_skip_string): Adjust.
12041 (da_file_open, da_file_close, da_file_eof, da_file_error): Remove.
12042 (da_file_position, da_file_seek, da_file_write, da_file_read):
12043 Remove.
12044 (gcov_error, gcov_eof, gcov_ok, gcov_time): New functions.
12045 * gcov.c (gcov_type): Don't typedef here.
12046 (IN_GCOV): #define
12047 (read_graph_file, read_count_file): Adjust.
12048 * gcov-dump.c (gcov_type): Don't typedef here.
12049 (IN_GCOV): #define.
12050 (tag_function, tag_blocks, tag_arcs, tag_lines, tag_arc_counts):
12051 Remove FILE parameter, adjust.
12052 (struct tag_format): Adjust proc member.
12053 (dump_file): Adjust.
12054 * libgcov.c (IN_LIBGCOV): #define.
12055 (gcov_exit): Adjust.
12056 * loop-init.c: Don't #include gcov-io.h
12057 * profile.c (struct counts_entry): New structure to hold counter
12058 values.
12059 (struct section_reference, struct da_index_entry): Remove.
12060 (bbg_file, da_file): Remove.
12061 (htab_counts_index_hash, htab_counts_index_eq,
12062 htab_counts_index_del): Replace with ...
12063 (htab_counts_entry_hash, htab_counts_entry_eq,
12064 htab_counts_entry_del): ... these.
12065 (cleanup_counts_index, index_counts_file): Remove.
12066 (read_counts_file): New function.
12067 (get_exec_counts): Adjust.
12068 (compute_branch_probabilities): Don't free the exec counts here.
12069 (branch_prob): Adjust.
12070 (init_branch_prob): Adjust.
12071 (end_branch_prob): Adjust.
12072
12073 2003-04-07 Aldy Hernandez <aldyh@redhat.com>
12074
12075 * doc/invoke.texi (RS/6000 and PowerPC Options): Document
12076 -mfloat-gprs.
12077
12078 * config/rs6000/rs6000.c: Delete rs6000_fprs.
12079 Declare rs6000_float_gprs.
12080 Declare rs6000_float_gprs_string.
12081 (rs6000_parse_float_gprs_option): New.
12082 (rs6000_override_options): Genericize rs6000_parse_* calls to use
12083 rs6000_parse_yes_no_option.
12084 Change check for cpu=8540, to use TARGET_E500.
12085 (rs6000_parse_isel_option): Delete.
12086 (rs6000_parse_spe_option): Delete.
12087 (rs6000_parse_vrsave_option): Delete.
12088
12089 * config/rs6000/rs6000.h: Rename rs6000_fprs to rs6000_float_gprs.
12090 Define rs6000_float_gprs_string.
12091 (TARGET_OPTIONS): Add rs6000_float_gprs option.
12092
12093 * config/rs6000/eabi.h (TARGET_FPRS): Change to use rs6000_float_gprs.
12094
12095 * config/rs6000/eabispe.h: Set rs6000_float_gprs.
12096
12097 Mon Apr 7 14:36:24 CEST 2003 Jan Hubicka <jh@suse.cz>
12098
12099 PR opt/10024
12100 * cfglayout.c (cfg_layout_redirect_edge):
12101 Redirect any branch edges unified with the fallthru one.
12102 * cfgrtl.c (force_nonfallthru_and_redirect): Do not special
12103 case fallthru edges when called via cfglayout.c
12104
12105 2003-04-07 J"orn Rennecke <joern.rennecke@superh.com>
12106
12107 * c-typeck.c (output_init_element): Check for type == error_mark_node.
12108
12109 2003-04-07 Kazu Hirata <kazu@cs.umass.edu>
12110
12111 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Always
12112 split.
12113 (a splitter): Do zero-extension via HImode.
12114
12115 2003-04-07 James A. Morrison <ja2morri@uwaterloo.ca>
12116
12117 * doc/invoke.texi: Eliminate extra white-space caused by
12118 @gccoptlist{ on its own line.
12119 * doc/invoke.texi: Ensured there are two spaces between each option.
12120 * doc/invoke.texi: Re-wrapped option lines that were too wide.
12121 Added @gol to options that didn't have them.
12122
12123 2003-04-07 James A Morrison <ja2morri@student.math.uwaterloo.ca>
12124
12125 * doc/extend.texi (Darwin Pragmas): Fix spelling of Mac OS.
12126
12127 2003-04-06 Zack Weinberg <zack@codesourcery.com>
12128
12129 * tree.c (tree_size): For all 'c' and 'x' nodes, look directly
12130 at the sizes of the relevant structures, rather than relying
12131 on TREE_CODE_LENGTH. Call lang_hooks.tree_size to get the
12132 sizes of any such we don't know about. Use
12133 lang_hooks.identifier_size for IDENTIFIER_NODE.
12134
12135 (initializer_zerop): Use CONSTRUCTOR_ELTS.
12136 * tree.def: Update commentary. Make fourth element of
12137 the definition for all 'c' and 'x' nodes zero.
12138
12139 * langhooks.h: New hook, tree_size / LANG_HOOKS_TREE_SIZE.
12140 * langhooks-def.h: Update to match.
12141 * langhooks.c: New default, lhd_tree_size.
12142
12143 * c-common.def (SRCLOC): Kill.
12144 * c-pretty-print.c (pp_c_postfix_expression [case SRCLOC]):
12145 Remove entirely - was already #if-ed out.
12146
12147
12148 2003-04-06 Zack Weinberg <zack@codesourcery.com>
12149
12150 * mklibgcc.in: Use a here document to avoid running afoul of
12151 shells that generate control-A from "echo \1".
12152
12153 2003-04-06 Aldy Hernandez <aldyh@redhat.com>
12154
12155 * doc/invoke.texi (RS/6000 and PowerPC Options): Document -mspe
12156 option.
12157
12158 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Set
12159 rs6000_spe.
12160
12161 * config/rs6000/eabi.h (TARGET_E500): Define.
12162
12163 * config/rs6000/rs6000.h (TARGET_E500): Define.
12164 (TARGET_OPTIONS): Add spe= option.
12165 Declare rs6000_spe and rs6000_spe_string extern.
12166
12167 * config/rs6000/rs6000.c (branch_positive_comparison_operator):
12168 Change TARGET_SPE to TARGET_E500.
12169 (ccr_bit): Change TARGET_SPE to TARGET_E500. Check for
12170 !TARGET_FPRS.
12171 (print_operand): Same.
12172 (rs6000_generate_compare): Same.
12173 (output_cbranch): Same.
12174 (rs6000_spe): Declare.
12175 (rs6000_spe_string): Declare.
12176 (rs6000_override_options): Call rs6000_parse_spe_option.
12177 (rs6000_parse_spe_option): New.
12178
12179 2003-04-06 Steven Bosscher <steven@gcc.gnu.org>
12180
12181 * hashtable.c (gcc_obstack_init): Delete this function
12182 and everything related to it.
12183 * hashtable.h: Remove prototype.
12184 * bitmap.c (bitmap_element_allocate): Cleanup redundant
12185 defines. Cleanup some unnecessary whitespace.
12186 * defaults.h (obstack_chunk_alloc): Redefine with
12187 appropriate casts for libiberty obstacks.
12188 (obstack_chunk_free): Ditto.
12189 (OBSTACK_CHUNK_SIZE): Define, default to 0.
12190 (gcc_obstack_init): Define as a call to _obstack_begin.
12191 * tree.c (print_obstack_statistics): Delete this unused
12192 function.
12193 * tree.h (obstack): Don't forward-declare.
12194 (print_obstack_statistics): Delete prototype.
12195 (print_obstack_name): Ditto.
12196 (gcc_obstack_init): Ditto.
12197 * rtl.h (gcc_obstack_init): Ditto.
12198 * java/jv-scan.c (gcc_obstack_init): Delete this
12199 function, its prototype and related defines.
12200 * java/jvgenmain.c (gcc_obstack_init): Delete this
12201 function, and related defines.
12202 * java/parse-scan.y (obstack_chunk_alloc): Don't define.
12203 (obstack_chunk_free): Ditto
12204
12205 2003-04-06 Geoffrey Keating <geoffk@apple.com>
12206
12207 * dbxout.c (dbxout_handle_pch): Move prototype out from
12208 #if defined DBX_DEBUGGING_INFO.
12209
12210 2003-04-05 Nathan Sidwell <nathan@codesourcery.com>
12211
12212 * gcov.c (struct arc_info): Replace local_span with cycle.
12213 (struct block_info): Replace u.span with u.cycle. Add is_call_return.
12214 (solve_flow_graph): Set is_call_return.
12215 (add_line_counts): Adjust. In block mode, blocks attach to last line.
12216 (accumulate_line_counts): Find graph cycles, not spanning tree.
12217 (output_branch_count): Adjust.
12218 (output_lines): Adjust.
12219 * doc/gcov.texi: Update.
12220
12221 2003-04-06 Kazu Hirata <kazu@cs.umass.edu>
12222
12223 * config/h8300/h8300.md (*zero_extendqisi2_h8300hs): Change
12224 the second alternative to "#".
12225
12226 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
12227
12228 * config/h8300/h8300.c (single_one_operand): Use GET_MODE_MASK.
12229 (single_zero_operand): Likewise.
12230
12231 2003-04-05 Daniel Berlin <dberlin@dberlin.org>
12232
12233 * Makefile.in (df.o): Depend on alloc-pool.h, not obstack.h.
12234 * df.c: Include alloc-pool.h, not obstack.h.
12235 (df_ref_obstack): Remove.
12236 (df_ref_pool, df_link_pool): Add pools.
12237 (df_alloc): Init the new pools.
12238 (df_free): And free them.
12239 (df_link_create): Use the pools.
12240 (df_ref_create): Ditto.
12241
12242 2003-04-05 Kazu Hirata <kazu@cs.umass.edu>
12243
12244 * simplify-rtx.c: Fix formatting.
12245
12246 2003-04-05 Andrew Pinski <apinski@apple.com>
12247
12248 * config/rs6000/rs6000.c (addrs_ok_for_quad_peep): Allow addr2
12249 reg with reg1 == reg2 and offset1 = -8.
12250
12251 2003-04-05 David Edelsohn <edelsohn@gnu.org>
12252
12253 * config/rs6000/rs6000.c (rs6000_rtx_costs): Halve Power4
12254 multiply costs. Correct Power4 divide costs.
12255 * config/rs6000/power4.md: Restore multiply and FP latency.
12256
12257 2003-04-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12258
12259 * alias.c (find_base_term): Export.
12260 * rtl.h (find_base_term): Declare.
12261 * gcse.c (find_moveable_store): Test for flag_non_call_exceptions
12262 instead of flag_exceptions. Move test for parameter passing ...
12263 (store_killed_in_insn): ... here.
12264
12265 2003-04-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12266
12267 PR bootstrap/10267
12268 * doc/install.texi (*-*-solaris2): /bin/ksh is not just recommended
12269 for configuring.
12270
12271 2003-04-04 Geoffrey Keating <geoffk@apple.com>
12272
12273 * dbxout.c (scope_labelno): Add GTY.
12274 (have_used_extensions): Add GTY.
12275 (source_label_number): Add GTY.
12276 (lastfile): Add GTY.
12277 (lastfile_is_base): New.
12278 (base_input_file): New.
12279 (dbxout_handle_pch): New.
12280 (dbx_debug_hooks): Add handle_pch.
12281 (xcoff_debug_hooks): Likewise.
12282 (dbxout_function_end): Remove scope_labelno.
12283 (dbxout_init): Set base_input_file.
12284 (dbxout_handle_pch): New.
12285 (dbxout_source_file): Honour lastfile_is_base.
12286 * dwarfout.c (dwarf_debug_hooks): Add dummy handle_pch.
12287 * sdbout.c (sdb_debug_hooks): Add dummy handle_pch.
12288 * vmsdbgout.c (vmsdbg_debug_hooks): Add dummy handle_pch.
12289 * dwarf2out.c (dwarf2_debug_hooks): Add dummy handle_pch.
12290 * debug.c (do_nothing_debug_hooks): Add dummy handle_pch.
12291 * debug.h (struct gcc_debug_hooks): Add handle_pch.
12292 * c-pch.c (pch_init): Don't call start_source_file, but do call
12293 handle_pch.
12294 (c_common_write_pch): Call handle_pch.
12295 (c_common_read_pch): Don't call start_source_file,
12296 or end_source_file.
12297
12298 Fri Apr 4 17:43:52 2003 Olivier Hainque <hainque@act-europe.fr>
12299
12300 * emit-rtl.c (get_mem_attrs): Adjust alignment tests determining
12301 use of default attributes to agree MEM_ALIGN macro.
12302
12303 Fri Apr 4 17:33:24 2003 Joel Brobecker <brobecker@gnat.com>
12304
12305 * dbxout.c (dbxout_type): When printing type index of range type
12306 whose bounds are printed in octal format, print type of parent type if
12307 it exists so enumerated type descriptions are not transformed
12308 into unsigned types.
12309
12310 2003-04-04 Kazu Hirata <kazu@cs.umass.edu>
12311
12312 * config/h8300/h8300-protos.h: Add a prototype for
12313 compute_a_shift_cc.
12314 * config/h8300/h8300.c (shift_one): Update the CC status.
12315 (shift_two): Likewise.
12316 (output_a_shift_cc): Set cc_inline and cc_special.
12317 (compute_a_shift_cc): New.
12318 * config/h8300/h8300.md (shift insns): Use compute_a_shift_cc.
12319
12320 2003-04-04 Richard Henderson <rth@redhat.com>
12321
12322 * cse.c (fold_rtx): Fix 03-30 change; do check insn non-null.
12323
12324 2003-04-04 Loren James Rittle <ljrittle@acm.org>
12325
12326 * fixinc/inclhack.def (bsd_stdio_attrs_conflict): New.
12327 * fixinc/fixincl.x: Rebuilt.
12328 * fixinc/tests/base/stdio.h: Regenerated.
12329
12330 2003-04-04 Nathan Sidwell <nathan@codesourcery.com>
12331
12332 * gcov.c (accumulate_line_counts): Fix span tree merge bug.
12333
12334 Fri Apr 4 15:58:52 2003 J"orn Rennecke <joern.rennecke@superh.com>
12335
12336 * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
12337 (NORMAL_MODE).
12338 * sh.c (fpscr_set_from_mem): Use ACTUAL_NORMAL_MODE.
12339
12340 2003-04-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12341
12342 * doc/contrib.texi (Contributors): Add entries for Wolfgang
12343 Bangerth, DJ Delorie, Christian Ehrhardt, Christopher Faylor,
12344 Nathanael Nerode, Diego Novillo, Hartmut Penner, Volker Reichelt,
12345 Danny Smith, and Ulrich Weigand.
12346 Update Kriang Lerdsuwanakij and fix a typo in Janis Johnson's
12347 entry.
12348
12349 2003-04-04 Nick Clifton <nickc@redhat.com>
12350
12351 * config/sparc/sol2-bi.h: Revert previous delta.
12352 * config/sparc/sol2-gas-bi.h (AS_SPARC64_FLAG): Prepend -TSO
12353
12354 2003-04-04 Nick Clifton <nickc@redhat.com>
12355
12356 * config/v850/v850.c (expand_prologue): Only use register save
12357 helper functions if long calls are not being used.
12358 Add a clobber of r11 id using long calls.
12359 (pattern_is_ok_for_prologue): Account for the extra clobber.
12360 (construct_save_jarl): Likewise.
12361 * config/v850/v850.md (prolog pattern): Do not use this pattern
12362 for v850e's.
12363
12364 2003-04-04 Andreas Schwab <schwab@suse.de>
12365
12366 * stor-layout.c (layout_decl): Avoid syntax error in last change
12367 when PCC_BITFIELD_TYPE_MATTERS is defined but not
12368 EMPTY_FIELD_BOUNDARY.
12369
12370 2003-04-03 Jason Merrill <jason@redhat.com>
12371
12372 PR c/10175
12373 * jump.c (never_reached_warning): Revert patch of 2002-11-02.
12374 Look backwards for a line note.
12375
12376 2003-04-03 Neil Booth <neil@daikokuya.co.uk>
12377
12378 * fix-header.c (read_scan_file): Defer switch processing.
12379
12380 2003-04-03 Matt Austern <austern@apple.com>
12381
12382 * cpppch.c (reset_ht): Remove.
12383 (cpp_read_state): Remove loop to reset hashtable identifiers.
12384 * ggc-common.c (gt_pch_save): Add call to gt_pch_fixup_stringpool
12385 after pch file is written.
12386 * ggc.h (gt_pch_fixup_stringpool): Declare.
12387 * stringpool.c (ht_copy_and_clear): Define. Callback. Copy
12388 hashnode's value to another hashtable, then clear the original.
12389 (saved_ident_hash): Define.
12390 (gt_pch_save_stringpool): Create saved_ident_hash, use it to
12391 store definitions in ident_hash, and clear ident_hash.
12392 (gt_pch_fixup_stringpool): Define. Restore definitions from
12393 saved_ident_hash to ident_hash, then destroy saved_ident_hash.
12394
12395 Thu Apr 3 22:27:40 CEST 2003 Jan Hubicka <jh@suse.cz>
12396
12397 * cfgrtl.c (update_bb_for_insn): Do not set block for barriers.
12398
12399 2003-04-03 Eric Botcazou <ebotcazou@libertysurf.fr>
12400
12401 PR optimization/10157
12402 * gcse.c (can_copy_p): Rename it to can_copy.
12403 (can_copy_init_p): Remove.
12404 (compute_can_copy): Use can_copy instead of can_copy_p.
12405 (can_copy_p): New exported function. Call compute_can_copy.
12406 (hash_scan_set): Use it.
12407 (gcse_main): Don't call compute_can_copy.
12408 (bypass_jumps): Don't call compute_can_copy.
12409 * rtl.h (can_copy_p): Declare.
12410 * loop.c (scan_loop): Don't move the source and add a reg-to-reg
12411 copy if the mode doesn't support copy operations.
12412
12413 2003-04-03 Jason Merrill <jason@redhat.com>
12414
12415 * Makefile.in (unstrap): Also remove stage_last.
12416
12417 * dwarf2out.c (lookup_filename): Don't check for "<internal>".
12418 (dwarf2out_source_line): Don't do anything if line==0.
12419
12420 * stor-layout.c (do_type_align): New fn, split out from...
12421 (layout_decl): ...here. Do all alignment calculations for
12422 FIELD_DECLs here.
12423 (update_alignment_for_field): Not here.
12424 (start_record_layout, debug_rli): Remove unpadded_align.
12425 * tree.h (struct record_layout_info_s): Remove unpadded_align.
12426 * c-decl.c (finish_enum): Don't set DECL_SIZE, DECL_ALIGN
12427 or DECL_MODE on the CONST_DECLs.
12428 (finish_struct): Don't mess with DECL_ALIGN.
12429
12430 Thu Apr 3 18:57:19 CEST 2003 Jan Hubicka <jh@suse.cz>
12431
12432 * i386.c (print_operand): Do not bypass output_addr_const at flag_pic.
12433
12434 Thu Apr 3 17:08:09 2003 J"orn Rennecke <joern.rennecke@superh.com>
12435
12436 * sh.c (sh_function_ok_for_sibcall): Return 0 if the current
12437 function is an interrupt handler.
12438
12439 * sh.c (sh_expand_epilogue): Avoid clash of temp register for
12440 restoring target registers with EH_RETURN_STACKADJ_RTX; use
12441 multiple registers in round-robin fashion.
12442
12443 2003-04-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12444
12445 * gengtype-lex.l (IWORD): Add CHAR_BITFIELD.
12446 * system.h (CHAR_BITFIELD): New.
12447
12448 2003-04-03 Kazu Hirata <kazu@cs.umass.edu>
12449
12450 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
12451 and LE.
12452 (another peephole2): Likewise.
12453
12454 2003-04-03 Nick Clifton <nickc@redhat.com>
12455
12456 * config/sparc/sol2-bi.h (ASM_CPU64_DEFAULT_SPEC): Add -TSO.
12457 (DEF_ARCH64_SPEC): Likewise.
12458
12459 Thu Apr 3 09:53:40 CEST 2003 Jan Hubicka <jh@suse.cz>
12460
12461 * i386.c (constant_address_p): Use legitimate_constant_p.
12462 (legitimate_address_p): Do not use CONSTANT_ADDRESS_P.
12463
12464 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
12465
12466 * config/h8300/h8300-protos.h: Add a prototype for
12467 gtle_operator.
12468 * config/h8300/h8300.c (gtle_operator): New.
12469 * config/h8300/h8300.h (PREDICATE_CODES): Add an entry for
12470 gtle_operator.
12471 * config/h8300/h8300.md (a peephole2): Generalize to accept GT
12472 and LE.
12473
12474 2003-04-02 Richard Henderson <rth@redhat.com>
12475
12476 * libgcc-std.ver (_Unwind_GetCFA): New.
12477 * unwind-dw2.c (_Unwind_GetCFA): New.
12478 * unwind-libunwind.c (_Unwind_GetCFA): New.
12479 * unwind-sjlj.c (_Unwind_GetCFA): New.
12480 * unwind.h: Declare it.
12481
12482 Thu Apr 3 00:31:21 CEST 2003 Jan Hubicka <jh@suse.cz>
12483
12484 PR inline-asm/8088
12485 * i386.c (ix86_hard_regno_mode_ok): Return 0 for MMX/SSE registers
12486 when MMX/SSE is not available.
12487
12488 2003-04-02 Mike Stump <mrs@apple.com>
12489
12490 * doc/install.texi (Specific): Update pointers to apple.com.
12491
12492 Thu Apr 3 00:18:49 CEST 2003 Jan Hubicka <jh@suse.cz>
12493
12494 * i386.c (override_options): Disable red zone by default on i386.
12495 (compute_frame_layout, ix86_force_to_memory, ix86_free_from_memory):
12496 Do not test TARGET_64BIT together with TARGET_RED_ZONE
12497
12498 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
12499
12500 * config/h8300/h8300.md (a peephole2): Tighten the condition.
12501
12502 2003-04-02 Richard Henderson <rth@redhat.com>
12503
12504 * longlong.h (umul_ppmm) [alpha]: Use __builtin_alpha_umulh.
12505
12506 2003-04-02 Kazu Hirata <kazu@cs.umass.edu>
12507
12508 * config/h8300/h8300.md (a peephole2): New.
12509
12510 2003-04-02 Richard Henderson <rth@redhat.com>
12511
12512 * except.c (sjlj_find_directly_reachable_regions): Recognize when
12513 must-not-throw region has been deleted.
12514
12515 2003-04-02 Richard Henderson <rth@redhat.com>
12516
12517 * dwarf2out.c (output_call_frame_info): Ignore fde->nothrow as an
12518 optimization when flag_exceptions not enabled.
12519
12520 2003-04-02 Vladimir Makarov <vmakarov@redhat.com>
12521
12522 * config/rs6000/rs6000.c
12523 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Redefine the
12524 macros.
12525 (rs6000_issue_rate): Add case for 8540.
12526 (rs6000_use_sched_lookahead): New function.
12527
12528 * config/rs6000/8540.md: Rename SIU units into SU ones and MIU
12529 units into MU ones.
12530 (ppc8540_branch, ppc8540_cr_logical): Add one cycle in the
12531 reservation before retirement.
12532 (ppc8540_multiply, ppc8540_load, ppc8540_store,
12533 ppc8540_simple_float, ppc8540_vector_load, ppc8540_vector_store):
12534 Remove additional cycle in the reservation before retirement.
12535 (ppc8540_mfcr, ppc8540_mtcrf, ppc8540_mtjmpr): Add missed
12536 reservation of ppc8540_issue.
12537
12538 2003-04-02 Andreas Schwab <schwab@suse.de>
12539
12540 * real.c (decode_ieee_single): Fix decoding of SNaN bit.
12541
12542 2003-04-01 Richard Henderson <rth@redhat.com>
12543
12544 * except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION
12545 notes for nothrow calls if flag_forced_unwind_exceptions.
12546 (build_post_landing_pads): Mind flag_forced_unwind_exceptions.
12547 (sjlj_find_directly_reachable_regions): Likewise.
12548 (reachable_handlers): Likewise.
12549 (can_throw_external): Likewise.
12550 (collect_one_action_chain): Record cleanups after catch-all and
12551 must-not-throw if flag_forced_unwind_exceptions.
12552 * flags.h (flag_forced_unwind_exceptions): Declare.
12553 * toplev.c (flag_forced_unwind_exceptions): New.
12554 (lang_independent_options): Add it.
12555 * doc/invoke.text: Add it.
12556
12557 2003-04-01 David Mosberger <davidm@hpl.hp.com>
12558
12559 * config/ia64/crti.asm: Clean up trailing whitespace.
12560 Remove trailing hashes (#) from identifiers.
12561
12562 * config/ia64/crtn.asm: Ditto.
12563
12564 * config/ia64/crtend.asm: Remove trailing hashes (#) from
12565 identifiers.
12566 (__do_global_ctors_aux): Align to 32-byte boundary. Add unwind
12567 directives. Drop explicit bundling---it just makes the code
12568 harder to read. Don't save/restore gp needlessly.
12569
12570 * config/ia64/crtbegin.asm: Remove trailing hashes (#) from
12571 identifiers (they're only needed if the identifier would clash
12572 with a register name otherwise).
12573 (__do_global_dtors_aux): Align to 32-byte boundary. Add unwind
12574 directives. Drop explicit bundling---it just makes the code
12575 harder to read.
12576 (__do_jv_register_classes): Ditto.
12577 (.fini_array): Remove "progbits" (newer
12578 assemblers don't like wrong section-types).
12579 (.init_array): Ditto.
12580
12581 2003-04-01 Roger Sayle <roger@eyesopen.com>
12582
12583 PR fortran/9974
12584 * gcse.c (reg_killed_on_edge): New function to test whether the
12585 given reg is overwritten by any instruction queued on an edge.
12586 (bypass_block): Ignore substitutions killed on incoming edges.
12587 Don't bypass outgoing edges that have queued instructions.
12588
12589 2003-04-01 Alexandre Oliva <aoliva@redhat.com>
12590
12591 * real.h (EXP_BITS): Make room for...
12592 (struct real_value): ... added canonical bit.
12593 (struct real_format): Added pnan.
12594 (mips_single_format, mips_double_format, mips_extended_format,
12595 mips_quad_format): New.
12596 * real.c: Copy p to pnan in all formats.
12597 (get_canonical_qnan, get_canonical_snan): Set canonical bit.
12598 (real_nan): Use pnan to compute significand's shift.
12599 (real_identical): Disregard significand in canonical
12600 NaNs.
12601 (real_hash): Likewise. Take signalling into account.
12602 (encode_ieee_single, encode_ieee_double, encode_ieee_quad):
12603 Disregard significand bits in canonical NaNs. Set all bits of
12604 canonical NaN if !qnan_msb_set.
12605 (encode_ibm_extended, decode_ibm_extended): Likewise. Use
12606 qnan_msb_set to tell the base double format.
12607 (ibm_extended_format): Use 53 as pnan.
12608 (mips_single_format, mips_double_format, mips_extended_format,
12609 mips_quad_format): Copied from the corresponding ieee/ibm
12610 formats, with qnan_msb_set false.
12611 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Use mips_extended_format.
12612 * config/mips/linux64.h (MIPS_TFMODE_FORMAT): Use mips_quad_format.
12613 * config/mips/mips.c (override_options): Use mips_single_format
12614 and mips_double_format. Default TFmode to mips_quad_format.
12615 * config/mips/t-linux64 (tp-bit.c): Define QUIET_NAN_NEGATED.
12616 * config/mips/t-irix6: Likewise.
12617 * config/mips/t-mips (fp-bit.c, dp-bit.c): Likewise.
12618 * config/fp-bit.c (pack_d, unpack_d): Obey it.
12619
12620 2003-04-01 Geoffrey Keating <geoffk@apple.com>
12621
12622 * unwind-dw2-fde-darwin.c (DESTRUCTOR_MAY_BE_CALLED_LIVE): New.
12623 (live_image_destructor): Reset image to initial state.
12624 (examine_objects): Set DESTRUCTOR_MAY_BE_CALLED_LIVE.
12625
12626 2003-04-01 Eric Botcazou <ebotcazou@libertysurf.fr>
12627
12628 * config/sparc/sparc.c (input_operand): Accept bare
12629 CONSTANT_P_RTX operands.
12630
12631 2003-04-01 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12632
12633 * gcse.c (struct ls_expr): Added pattern_regs field.
12634 (ldst_entry): Initialize it.
12635 (extract_mentioned_regs, extract_mentioned_regs_helper): New.
12636 (store_ops_ok): Use regs precomputed by them.
12637 (find_loads, store_killed_in_insn, load_kills_store): Change return
12638 type to bool.
12639 (store_killed_before, store_killed_after): Take position of register
12640 set in account.
12641 (reg_set_info): Store position of the setter.
12642 (gcse_main): Enable store motion.
12643 (mems_conflict_for_gcse_p): Enable load motion of non-symbol mems.
12644 (pre_insert_copy_insn, update_ld_motion_stores, insert_store): Prevent rtl
12645 sharing.
12646 (simple_mem): Enable store motion of non-symbol mems.
12647 (regvec): Type changed.
12648 (LAST_AVAIL_CHECK_FAILURE): New.
12649 (compute_store_table_current_insn): New.
12650 (build_store_vectors): Computation of availability and anticipatability
12651 moved ...
12652 (compute_store_table, find_moveable_store): ... here.
12653 (delete_store): Remove senseless comment.
12654 (store_motion): Reorganize.
12655
12656 2003-04-01 Kevin Buettner <kevinb@redhat.com>
12657
12658 * config/mips/mips.c (override_options): Provide mappings for
12659 HI_REGNUM and LO_REGNUM.
12660 * config/mips/mips.h (MD_DBX_FIRST): Define.
12661
12662 2003-04-01 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12663
12664 * combine.c (merge_outer_ops): Fix typo.
12665
12666 * varasm.c (make_decl_one_only): Revert 2003-03-09 patch.
12667
12668 2003-04-01 David Edelsohn <edelsohn@gnu.org>
12669
12670 * config/rs6000/{40x.md,603.md,6xx.md,7450.md,7xx.md,mpc.md,
12671 power4.md,rios1.md,rios2.md,rs64.md}: Change mult_compare to
12672 imul_compare. Add lmul_compare.
12673 * config/rs6000/power4.md: Bump some latencies. Model extra cycle
12674 in second pair of dispatch slots. Model stores more accurately.
12675 Tweak multiply model. Add bypasses for CR instructions dependent
12676 on complicated compares.
12677 * config/rs6000/rs6000.md (mulsi3): Name imul_compare patterns.
12678 (muldi3): Add lmul_compare patterns.
12679 * config/rs6000/rs6000.c (rs6000_variable_issue): Move FPLOAD_UX
12680 and FPSTORE_UX to split instructions and add COMPARE,
12681 DELAYED_COMPARE, IMUL_COMPARE, LMUL_COMPARE, IDIV, LDIV.
12682 (rs6000_adjust_cost): Add IMUL_COMPARE and LMUL_COMPARE.
12683 (rs6000_rtx_costs): Separate POWER4 multiply case.
12684
12685 2003-04-01 Ulrich Weigand <uweigand@de.ibm.com>
12686
12687 * config/s390/s390.c (s390_fixup_clobbered_return_reg):
12688 Do nothing if __builtin_return_address was not used.
12689
12690 Tue Apr 1 18:18:23 CEST 2003 Jan Hubicka <jh@suse.cz>
12691
12692 * i386.md (test patterns): Allow memory operand in operand1.
12693
12694 2003-02-31 Aldy Hernandez <aldyh@redhat.com>
12695
12696 * testsuite/gcc.c-torture/execute/simd-3.c: New.
12697
12698 * expr.c (expand_expr): Handle VECTOR_CST.
12699 (const_vector_from_tree): New.
12700
12701 * varasm.c (output_constant): Handle VECTOR_CST.
12702
12703 * c-typeck.c (digest_init): Build a vector constant from a
12704 VECTOR_TYPE.
12705
12706 * config/rs6000/rs6000.c: Remove prototype for
12707 easy_vector_constant.
12708 (easy_vector_constant): Add mode parameter. Rewrite to handle
12709 more easy constants.
12710 (rs6000_emit_move): Pass mode to easy_vector_constant.
12711 Call emit_easy_vector_insn for SPE V2SI vector constant moves.
12712 (emit_easy_vector_insn): New.
12713 (easy_vector_same): New.
12714 (EASY_VECTOR_15): New macro.
12715 (EASY_VECTOR_15_ADD_SELF): New macro.
12716 (bdesc_2arg): Rename to xorv2si3.
12717 (easy_vector_constant_add_self): New.
12718 (input_operand): Allow vector constants.
12719
12720 * config/rs6000/rs6000.h (PREDICATE_CODES): Add
12721 easy_vector_constant, easy_vector_constant_add_self.
12722 (EXTRA_CONSTRAINT): Add 'W'.
12723
12724 * config/rs6000/rs6000-protos.h: Add prototype for
12725 easy_vector_constant, emit_easy_vector_insn.
12726
12727 * config/rs6000/altivec.md (xorv8hi3): New.
12728 (xorv16qi3): New.
12729 Remove all _const0 patterns.
12730 (movv4si_internal): Rewrite to use code. Add vector constant to
12731 vector alternative. Add splitter.
12732 (movv8hi_internal): Same.
12733 (movv16qi_internal): Same.
12734 (movv4sf_internal): Same.
12735 Change the unspecs for vspltis* to use constants.
12736
12737 * config/rs6000/spe.md ("xorv4hi3"): New.
12738 ("spe_evxor"): Rename to xorv2si3.
12739 ("xorv1di3"): New.
12740 Remove all _const0 patterns.
12741 (movv2si_internal): Rewrite to use code. Add vector constant to
12742 alternatives. Add splitter.
12743 (movv4hi_internal): Add vector constant to alternatives.
12744 (movv1di_internal): Same.
12745 (movv2sf_internal): Same.
12746
12747 2003-03-31 Mark Mitchell <mark@codesourcery.com>
12748
12749 PR c/9936
12750 * c-decl.c (grokdeclarator): Clear SAVE_EXPR_CONTEXT for
12751 variably-sized arrays in parameters.
12752 (set_save_expr_context): New function.
12753 (c_expand_body): Use it, via walk_tree.
12754
12755 2003-03-31 Eric Christopher <echristo@redhat.com>
12756
12757 * combine.c (can_combine_p): Allow ZERO_EXTRACT and STRICT_LOW_PART.
12758 (combinable_i3pat): Remove call to expand_field_assignment and
12759 #if 0'd code.
12760
12761 2003-03-31 Mark Mitchell <mark@codesourcery.com>
12762
12763 PR c++/10278
12764 * c-common.c (finish_label_address_expr): Handle the
12765 error_mark_node.
12766
12767 2003-03-31 Richard Henderson <rth@redhat.com>
12768
12769 * real.c (real_identical): Reorg so as to not compare
12770 signalling for normals.
12771
12772 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
12773
12774 * config/m68hc11/m68hc11.c (hard_reg_operand): Check the mode.
12775
12776 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
12777
12778 * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Don't rely on REG_WAS_0
12779 notes as they are boggus.
12780 (m68hc11_gen_movqi): Likewise.
12781
12782 2003-03-31 Stephane Carrez <stcarrez@nerim.fr>
12783
12784 * config/m68hc11/m68hc11.c (expand_prologue): For an interrupt handler
12785 save the soft registers after the frame pointer so that gdb can unwind
12786 the frame more easily.
12787 (expand_epilogue): Likewise in opposite order; allow to use X register
12788 as scratch if the return value is by reference.
12789
12790 2003-03-31 Jason Merrill <jason@redhat.com>
12791
12792 PR java/10145
12793 * stor-layout.c (update_alignment_for_field): Respect
12794 DECL_USER_ALIGN for zero-length bitfields, too.
12795 * c-decl.c (finish_struct): Don't set DECL_ALIGN for normal
12796 fields.
12797
12798 2003-03-31 Matt Austern <austern@apple.com>
12799
12800 * cpppch.c (struct cpp_savedstate): Add defs and n_defs members.
12801 (count_defs): Keep track of number of defs as well as total size.
12802 (write_defs): Put every definition in cpp_savedstate's defs array.
12803 (comp_hashnode): Define. Comparison function for qsort.
12804 (cpp_write_pch_deps): Sort definitions before writing them.
12805 (struct ht_node_list): Define. Like cpp_savedstate but simpler.
12806 (collect_ht_nodes): Define.
12807 (cpp_valid_state): When verifying that undefined identifiers in
12808 the pch file are still undefined, read a sorted list of undefined
12809 identifiers, collect all defined identifiers into a sorted list,
12810 and walk through both lists to make sure there's no match.
12811
12812 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
12813
12814 * config/h8300/h8300.md (a peephole2): New.
12815
12816 2003-03-31 Michael Matz <matz@suse.de>
12817
12818 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Change 1 into 0.
12819
12820 2003-03-31 Segher Boessenkool <segher@koffie.nl>
12821
12822 PR target/10177
12823 * config/rs6000/rs6000.h (HARD_REGNO_RENAME_OK): New.
12824 * config/rs6000/rs6000.c (compute_vrsave_mask): Don't mark
12825 all call-clobbered registers as used.
12826
12827 2003-03-31 Michael Matz <matz@suse.de>
12828
12829 * cppexp.c (cpp_classify_number): Accept '.' after "0x".
12830 * testsuite/gcc.dg/cpp/c99-hexfloat-3.c: New file.
12831
12832 2003-03-31 Nathan Sidwell <nathan@codesourcery.com>
12833
12834 * gcov.c: Add -a & -u options.
12835 (struct arc_info): Add local_span, is_call_non_return,
12836 is_nonlocal_return, is_unconditional flags, remove is_call flag.
12837 (struct block_info): Add flags, is_call_site, is_nonlocal_return
12838 members. Make encodings a union with span member.
12839 (struct function_info): Add blocks_executed, line, src, line_next
12840 members.
12841 (struct coverage_info): Make branches a union with blocks member.
12842 (struct source_info): Add functions member.
12843 (object_summary, program_count): New global variables.
12844 (flag_all_blocks, flag_unconditional): New flags.
12845 (find_source, output_branch_count): New functions.
12846 (print_usage): Adjust.
12847 (options): Adjust.
12848 (process_args): Adjust.
12849 (read_graph_file) <GCOV_TAG_FUNCTION>: Adjust.
12850 <GCOV_TAG_BLOCKS>: Read flags.
12851 <GCOV_TAG_LINES>: Adjust.
12852 (read_count_file): Process SUMMARY tags.
12853 (solve_flow_graph): Set is_unconditional and clear is_call_site
12854 appropriately.
12855 (add_branch_counts): Adjust. Don't count unconditional branches.
12856 (add_line_counts): Deal with all-blocks mode, accumulate block
12857 coverage.
12858 (accumulate_line_counts): Adjust, generate local spanning tree for
12859 all-blocks mode.
12860 (output_lines): Adjust.
12861 * profile.c (branch_prob): Alter GCOV_FUNCTION_TAG record.
12862 * doc/gcov.texi: Document.
12863
12864 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
12865
12866 * config/h8300/h8300.md: Organize peephole2's that transform
12867 (compare (reg:HI) (const_int)).
12868
12869 2003-03-31 Roger Sayle <roger@eyesopen.com>
12870
12871 * emit-rtl.c (dconstm2, dconsthalf): New real constants.
12872 (init_emit_once): Initialize dconstm2 and dconsthalf here.
12873 * real.h (dconstm2, dconsthalf): Add prototypes here.
12874 * real.c (real_sqrt): Use dconsthalf rather than local copy.
12875 * builtins.c (fold_builtin): When optimizing sqrt(exp(x)) as
12876 exp(x/2.0) remember to fold the division if possible.
12877 Fold sin(0.0) as 0.0, cos(0.0) as 1.0, pow(x,1.0) as x,
12878 pow(x,-1.0) as 1.0/x, pow(x,2.0) as x*x, pow(x,-2.0) as
12879 1.0/(x*x) and pow(x,0.5) as sqrt(x).
12880
12881 2003-03-31 Kazu Hirata <kazu@cs.umass.edu>
12882
12883 * config/h8300/h8300.md (a new peephole2): New.
12884
12885 2003-03-31 Richard Sandiford <rsandifo@redhat.com>
12886
12887 * gcse.c (simple_mem): Return false for floating-point accesses
12888 if flag_float_store is true.
12889
12890 2003-03-30 Roger Sayle <roger@eyesopen.com>
12891
12892 * gcse.c (gcse_constant_p): New function to identify constants
12893 suitable for constant propagation, including COMPARE with two
12894 integer constant arguments.
12895 (hash_scan_set): Use gcse_constant_p.
12896 (find_avail_set): Likewise.
12897 (cprop_insn): Likewise.
12898 (do_local_cprop): Likewise.
12899 (find_implicit_sets): Likewise.
12900 (find_bypass_set): Likewise.
12901
12902 2003-03-30 Matt Kraai <kraai@alumni.cmu.edu>
12903
12904 * except.h: Remove definition of varray_type.
12905
12906 2003-03-30 Richard Henderson <rth@redhat.com>
12907
12908 PR opt/10011, opt/10252:
12909 * toplev.c (rest_of_compilation): Run purge_builtin_constant_p
12910 before post-gcse cse pass.
12911
12912 2003-03-30 Roger Sayle <roger@eyesopen.com>
12913
12914 * dojump.c (do_jump): Copy SUBREGs into a pseudo for comparison.
12915
12916 2003-03-30 DJ Delorie <dj@redhat.com>
12917
12918 * profile.c (instrument_edges): Make sure any newly created
12919 jump insns have correct jump label info.
12920
12921 2003-03-30 Richard Henderson <rth@redhat.com>
12922
12923 * cfgbuild.c (make_edges): Use tablejump_p.
12924 * cfgcleanup.c (label_is_jump_target_p): Likewise.
12925 * cfglayout.c (cfg_layout_can_duplicate_bb_p): Likewise.
12926 * cfgrtl.c (flow_delete_block_noexpunge): Likewise.
12927 (try_redirect_by_replacing_jump): Likewise.
12928 (redirect_edge_and_branch): Likewise.
12929 * cse.c (fold_rtx): Likewise.
12930 * jump.c (delete_related_insns): Likewise.
12931 * rtlanal.c (get_jump_table_offset): Likewise.
12932 * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): Likewise.
12933
12934 2003-03-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
12935
12936 * Makefile.in (STRICT_WARN): Don't warn for ISO C constructs.
12937 (STRICT2_WARN): Likewise.
12938
12939 2003-03-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12940
12941 PR other/6955
12942 * collect2.c (collect_wait): Use WCOREDUMP and fix output message.
12943 * system.h (WCOREDUMP, WCOREFLG): Define if necessary.
12944
12945 2003-03-30 Richard Henderson <rth@redhat.com>
12946
12947 PR c/10083
12948 * config/alpha/alpha.md (umuldi3_highpart): Change to expander;
12949 don't zero_extend const inputs.
12950
12951 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
12952
12953 * reload1.c (reload_cse_move2add): Fix a comment typo.
12954
12955 2003-03-30 Kazu Hirata <kazu@cs.umass.edu>
12956
12957 * config/h8300/h8300.md (a peephole2): Remove useless code.
12958
12959 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
12960
12961 * config/h8300/h8300.md (*iorsi3_and_ashift): New.
12962 (*iorsi3_and_lshiftrt): Likewise.
12963 (*iorsi3_zero_extract): Likewise.
12964
12965 2003-03-29 Kazu Hirata <kazu@cs.umass.edu>
12966
12967 * config/h8300/h8300.md (*insv_si_8_8): New.
12968 (*insv_si_8_8_lshiftrt_8): Likewise.
12969 (a peephole2): Likewise.
12970
12971 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12972
12973 * doc/contrib.texi: Add Eric Botcazou and Roger Sayle.
12974 Uniformly use bugfix instead of bug fix.
12975
12976 2003-03-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12977
12978 PR doc/895
12979 * ONEWS: Remove those items that already appear in the EGCS
12980 release notes on our web pages.
12981
12982 2003-03-29 Alan Modra <amodra@bigpond.net.au>
12983
12984 * config/rs6000/rs6000.h (FUNCTION_VALUE_REGNO_P): Respect
12985 TARGET_HARD_FLOAT. Reformat.
12986 (FUNCTION_ARG_REGNO_P): Likewise, and remove unneeded casts.
12987
12988 2003-03-28 Albert Chin-A-Young <china@thewrittenword.com>
12989
12990 * gcc/fixinc/inclhack.def: Update solaris_mutex_init_1 to
12991 work on Solaris 2.5.1.
12992
12993 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>
12994
12995 * config/h8300/h8300.md (*addsi3_and_r_1): Put under plus:SI
12996 section of h8300.md
12997 (*addsi3_and_nor_r_1): Likewise.
12998
12999 2003-03-29 Ulrich Weigand <uweigand@de.ibm.com>
13000
13001 * config/s390/s390.c (s390_emit_prologoue): Make sure backchain is
13002 set up before any trapping memory access if flag_non_call_exceptions.
13003
13004 2003-03-29 Alan Modra <amodra@bigpond.net.au>
13005
13006 * reload1.c (reload_as_needed): Allow a USE in asm reloads.
13007
13008 * loop.c: (find_mem_in_note_1, find_mem_in_note): Comment.
13009
13010 2003-03-28 Nathanael Nerode <neroden@gcc.gnu.org>
13011
13012 * configure.in: Clarify comments.
13013 * configure: Regenerate.
13014
13015 2003-03-28 Ulrich Weigand <uweigand@de.ibm.com>
13016
13017 * config/s390/s390.md ("literal_pool_31"): Output pool anchor
13018 label even if pool empty when generating PIC.
13019 ("literal_pool_31", "literal_pool_64"): Coding style cleanup.
13020
13021 2003-03-28 Kazu Hirata <kazu@cs.umass.edu>,
13022 Dhananjay Deshpande <dhananjayd@kpit.com>
13023
13024 PR target/10205
13025 * config/h8300/h8300.c (h8300_initial_elimination_offset):
13026 Correct the offset computation when TARGET_NORMAL.
13027
13028 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13029
13030 PR target/10067
13031 * config/sparc/sparc.md (jump pattern): Correct order
13032 when issuing the annuling marker.
13033
13034 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13035
13036 PR c/8281
13037 * config/sparc/sparc.md (movdi_insn_sp32_v9): Remove 'f-f' alternative.
13038 (movdi reg/reg split): Match only on sparc32, and v9 when int regs.
13039
13040 2003-03-28 Alan Modra <amodra@bigpond.net.au>
13041
13042 * config/alpha/elf.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13043 globalize_label.
13044 * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13045 * config/i960/i960.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13046 * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13047 * config/mips/elf.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13048 * config/mips/linux.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13049 * config/sparc/sparc.h (ASM_OUTPUT_ALIGNED_BSS): Likewise.
13050 * config/v850/v850.c (v850_output_aligned_bss): Likewise.
13051
13052 2003-03-28 Alan Modra <amodra@bigpond.net.au>
13053
13054 * loop.c: (find_mem_in_note_1, find_mem_in_note): New functions.
13055 (replace_loop_mems): Add "written" param. Remove invalid REG_EQUAL
13056 notes after hoisting.
13057 (load_mems): Adjust replace_loop_mems call.
13058
13059 2003-03-28 Eric Botcazou <ebotcazou@libertysurf.fr>
13060 Richard Henderson <rth@redhat.com>
13061
13062 PR target/10114 and PR target/10084
13063 * dwarf2out.c (mem_loc_descriptor): Handle LO_SUM.
13064
13065 2003-03-27 Richard Henderson <rth@redhat.com>
13066
13067 * config/alpha/alpha.md (adddi_er_high_l): Valid only after reload.
13068
13069 2003-03-27 Roger Sayle <roger@eyesopen.com>
13070
13071 * fold-const.c (fold_inf_compare): New function to simplify FP
13072 comparisons against +Infinity or -Infinity.
13073 (fold): Optimize floating point comparisons against Infs and NaNs.
13074
13075 2003-03-27 Janis Johnson <janis187@us.ibm.com>
13076
13077 * libgcov.c: Provide only dummy functions if libc is not available.
13078
13079 2003-03-27 Richard Henderson <rth@redhat.com>
13080
13081 * real.h (struct real_value): Add signalling.
13082 (EXP_BITS): Decrement.
13083 * real.c (get_canonical_qnan): Don't set MSB-1.
13084 (get_canonical_snan): Likewise. Set signalling.
13085 (real_identical): Compare signalling.
13086 (round_for_format): Remove force-one-bit on code.
13087 (real_nan): Likewise. Set signalling.
13088 (encode_ieee_single): Add force-one-bit code; honor signalling.
13089 (encode_ieee_double, encode_ieee_extended, encode_ieee_quad): Likewise.
13090 (decode_ieee_single): Set signalling.
13091 (decode_ieee_double, decode_ieee_extended, decode_ieee_quad): Likewise.
13092
13093 2003-03-27 Olivier Hainque <hainque@act-europe.fr>
13094
13095 PR ada/9953
13096 * ada/Makefile.in (gnatlib configuration for HPUX): Split
13097 the general section for HPUX into specific sections for
13098 HPUX 10 and HPUX 11. Fix the setting of TGT_LIB in the HPUX
13099 11 case.
13100
13101 2003-03-27 Glen Nakamura <glen@imodulo.com>
13102
13103 PR opt/10087
13104 * loop.c (loop_givs_reduce): Skip bivs with duplicate locations
13105 while incrementing giv.
13106 (record_biv): Check for duplicate biv locations and
13107 set (struct induction *) v->same if found.
13108
13109 2003-03-27 David Mosberger <davidm@hpl.hp.com>
13110
13111 * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
13112 v0.9 API change: replace read of UNW_REG_HANDLER with
13113 unw_get_proc_info().
13114 (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
13115 with unw_get_proc_info().
13116 (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
13117 unw_get_proc_info().
13118
13119 2003-03-27 Vladimir Makarov <vmakarov@redhat.com>
13120
13121 * config/rs6000/8540.md: Use presence_set instead of absence_set.
13122
13123 2003-03-26 Richard Henderson <rth@redhat.com>
13124
13125 * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
13126
13127 2003-03-26 Roger Sayle <roger@eyesopen.com>
13128
13129 PR bootstrap/10051, PR bootstrap/10169.
13130 * mips-tfile.c (init_file): Don't provide a static initializer.
13131 (initialize_init_file): Initialize the contents of init_file.
13132 (add_file): Call initialize_init_file if not already initialized.
13133
13134 2003-03-26 Ulrich Weigand <uweigand@de.ibm.com>
13135
13136 * config/s390/s390.c (s390_optimize_prolog): Do not save/restore
13137 registers used for global asm variables.
13138 (s390_frame_info, s390_arg_frame_offset): Likewise.
13139 (s390_emit_prologue, s390_emit_epilogue): Likewise.
13140
13141 2003-03-26 Vladimir Makarov <vmakarov@redhat.com>
13142
13143 * config/rs6000/8540.md: New file.
13144
13145 * config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
13146 power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
13147 reservations for imul.
13148
13149 * config/rs6000/rs6000.md: Include 8540.md. Change
13150 delayed_compare onto mult_compare for insns generating
13151 multiplication.
13152 (mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
13153 New type attribute values.
13154
13155 * config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
13156 fpsimple instead of fp.
13157 (*divsf3_gpr): Use type vecfdiv instead of fp.
13158 (spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
13159 instead of vecfloat.
13160 (spe_evfsdive): Use type vecfdiv instead of vecfloat.
13161 (spe_brinc): Use type brinc instead of veccomplex.
13162 (spe_evaddw, spe_evaddiw): Use type vecsimple instead of
13163 veccomplex.
13164 (spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
13165 (*movv2si_internal, *movv1di_internal, *movv4hi_internal,
13166 *movv2sf_internal): Define type attribute values for all
13167 alternatives.
13168 (cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
13169 of fpcompare.
13170 (tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
13171 instead of fpcompare.
13172
13173 2003-03-26 David Edelsohn <edelsohn@gnu.org>
13174
13175 * config/rs6000/power4.md: Allow delay between dispatch and
13176 function units for simple instructions. Correct store units.
13177 Allow branch to occupy as many dispatch slots as necessary.
13178
13179 2003-03-26 Jakub Jelinek <jakub@redhat.com>
13180
13181 * config/ia64/ia64.c (ia64_expand_op_and_fetch): Fix comment.
13182 (ia64_expand_compare_and_swap): Use always DImode ar.ccv,
13183 zero extend old to it.
13184 * config/ia64/ia64.md (cmpxchg_acq_si): Remove mode from ccv
13185 operand.
13186
13187 2003-03-26 Eric Botcazou <ebotcazou@libertysurf.fr>
13188
13189 PR target/7784
13190 * reload.c (find_reloads_address): Handle
13191 (PLUS (PLUS (REG) (REG)) (CONST_INT)) form for
13192 all base registers.
13193
13194 2003-03-25 Marcelo Abreu <mmabreu@inf.ufrgs.br>
13195
13196 PR other/10203
13197 * version.c: Reference the GCC web site in the URL.
13198
13199 2003-03-26 Alan Modra <amodra@bigpond.net.au>
13200
13201 * c-incpath.c (add_standard_paths): Add both "translated" and
13202 non-translated header paths.
13203
13204 2003-03-25 Loren James Rittle <ljrittle@acm.org>
13205
13206 * doc/install.texi (*-*-freebsd*): Update with known status.
13207
13208 2003-03-21 Jason Merrill <jason@redhat.com>
13209
13210 PR optimization/10171
13211 * unroll.c (unroll_loop): Don't delete the jump at the end unless
13212 we also delete a jump at the beginning.
13213
13214 2003-03-25 Stephane Carrez <stcarrez@nerim.fr>
13215
13216 * doc/contrib.texi (Contributors): Mention self as 68HC11/68HC12
13217 contributor.
13218
13219 Tue Mar 25 20:35:51 CET 2003 Jan Hubicka <jh@suse.cz>
13220
13221 * i386.c (ix86_rtx_costs): For -fpic and x86-64 local symbolic
13222 constants are not expensive.
13223
13224 Mon Mar 24 20:03:03 CET 2003 Jan Hubicka <jh@suse.cz>
13225
13226 PR opt/10056
13227 * cfglayout.c (fixup_reorder_chain): Fix dealing with the conditional
13228 jump jumping to the next instruction.
13229 * cfgrtl.c (force_nonfallthru_and_redirect): Likewise.
13230
13231 2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13232
13233 * doc/passes.texi (Passes): Properly document that we do not
13234 perform jump2 any longer; remove command-line option -dJ.
13235
13236 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
13237
13238 PR optimization/8746
13239 * config/i386/i386.md (and promoting splitters): Disable HImode to
13240 SImode promoting when the sign bit matters and is not preserved, or
13241 when TARGET_FAST_PREFIX is true. Disable promoting when optimizing
13242 for size.
13243
13244 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
13245
13246 * config/h8300/h8300.md (a peephole2): Extend to support loads
13247 in QImode and HImode.
13248
13249 2003-03-24 Stephane Carrez <stcarrez@nerim.fr>
13250
13251 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Add _call_far and
13252 _return_far
13253 (MULTILIB_OPTIONS): Don't multilib on -mlong-calls.
13254 (MULTILIB_EXCEPTIONS): Likewise.
13255 * config/m68hc11/m68hc11.md ("call"): Support far calls for 68HC11
13256 by calling some board support routine.
13257 ("call_value"): Likewise.
13258 ("*return_void"): Likewise for return.
13259 ("*return_16bit"): Likewise.
13260 ("*return_32bit"): Likewise.
13261 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Generate .far
13262 for 68HC11 too.
13263 (DWARF2_ADDR_SIZE): Use 4 so that addresses can
13264 * config/m68hc11/m68hc11.c (m68hc11_override_options): Accept
13265 -mlong-calls for 68HC11.
13266 * config/m68hc11/larith.asm (declare_near): New macro.
13267 (__premain, ___negsi2, ___one_cmplsi2, ___ashlsi3): Use it.
13268 (___ashrsi3, ___lshrsi3, ___lshrhi3, ___lshlhi3): Likewise.
13269 (___rotrhi3, ___rotlhi3, ___ashrhi3, ___ashrqi3): Likewise.
13270 (___lshlqi3, __divmodhi4, ___mulqi3, ___mulhi3): Likewise.
13271 (__mulhi32): Likewise.
13272 (ret): Update macro for 68HC11.
13273 (__far_trampoline): Implement for 68HC11.
13274 (__call_a16, __call_a32, __return_void, __return_16): New support
13275 routines for 68HC11 memory bank switching calling support.
13276 (__return_32): Likewise.
13277
13278 2003-03-24 Neil Booth <neil@daikokuya.co.uk>
13279
13280 * toplev.c (independent_decode_option): Don't skip a 'Y' prefix.
13281
13282 2003-03-24 Janis Johnson <janis187@us.ibm.com>
13283
13284 * doc/install.texi (Testing): Mention test result links from build
13285 status pages.
13286
13287 2003-03-24 Mark Mitchell <mark@codesourcery.com>
13288
13289 * function.c (put_var_into_stack): Change bool parameter to int.
13290 (gen_mem_addressof): Likewise.
13291 * rtl.h (gen_mem_addressof): Likewise.
13292 * tree.h (put_var_into_stack): Likewise.
13293 * config/alpha/alpha.c (alpha_gp_save_rtx): Adjust call to
13294 gen_mem_addressof or put_var_into_stack.
13295 * config/c4x/c4x.c (c4x_expand_builtin): Likewise.
13296 * config/ia64/ia64.c (spill_tfmode_operand): Likewise.
13297
13298 2003-03-24 Kazu Hirata <kazu@cs.umass.edu>
13299
13300 * config/h8300/h8300.md (a peephole2): New.
13301
13302 2003-03-24 Jakub Jelinek <jakub@redhat.com>
13303
13304 * dojump.c (do_jump): Handle UNSAVE_EXPR specially.
13305
13306 2003-03-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13307
13308 * doc/contrib.texi (Contributors): Update Janis Johnson.
13309
13310 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
13311
13312 PR target/10072
13313 * combine.c (simplify_if_then_else): Check that the mode
13314 has MODE_INT class before applying the (OP Z (mult COND C2))
13315 transformation.
13316
13317 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr>
13318
13319 PR optimization/9414
13320 * config/sparc/sparc.md (widening peepholes): Use
13321 widen_memory_access instead of change_address.
13322
13323 2003-03-23 Mark Mitchell <mark@codesourcery.com>
13324
13325 PR c++/7086
13326 * c-typeck.c (c_mark_addressable): Adjust calls to
13327 put_var_into_stack.
13328 * expr.c (expand_expr): Likewise.
13329 * function.c (put_var_into_stack): Add rescan parameter. Do not
13330 call fixup_var_refs when rescan is false.
13331 (gen_mem_addressof): Likewise.
13332 (assign_parms): Adjust calls to put_var_into_stack.
13333 (setjmp_protect): Likewise.
13334 (setjmp_protect_args): Likewise.
13335 * rtl.h (gen_mem_addressof): Change prototype.
13336 * stmt.c (expand_decl): Adjust calls to put_var_into_stack.
13337 * tree.h (put_var_into_stack): Change prototype.
13338
13339 2003-03-23 Arpad Beszedes <beszedes@cc.u-szeged.hu>
13340
13341 PR middle-end/9967
13342 * builtins.c (expand_builtin_fputs): When optimizing for size,
13343 don't transform fputs into fwrite.
13344
13345 2003-03-23 Glen Nakamura <glen@imodulo.com>
13346
13347 PR c/8224
13348 * fold-const.c (extract_muldiv_1): Don't pass through type conversions
13349 when signedness changes for division or modulus.
13350
13351 2003-03-24 Alan Modra <amodra@bigpond.net.au>
13352
13353 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_BSS): Remove unnecessary
13354 globalize_label.
13355
13356 2003-03-23 Roger Sayle <roger@eyesopen.com>
13357
13358 PR c/10178
13359 * stmt.c (expand_end_case_type): Check for overflow in range when
13360 determining whether to use a bit-test implementation.
13361
13362 2003-03-23 Richard Henderson <rth@redhat.com>
13363
13364 * cfgcleanup.c (try_optimize_cfg): Allow merging of tablejumps
13365 before flow2.
13366 * cfgrtl.c (try_redirect_by_replacing_jump): Similarly.
13367
13368 2003-03-23 Richard Henderson <rth@redhat.com>
13369
13370 PR opt/10116
13371 * ifcvt.c (find_if_block): Disallow tablejump insns outgoing
13372 from then_bb or else_bb after flow2.
13373
13374 2003-03-23 Zack Weinberg <zack@codesourcery.com>
13375
13376 * configure.in: Check whether it is necessary to link against
13377 libm to use ldexp.
13378 * configure: Regenerate.
13379 * Makefile.in: Add LDEXP_LIB substitution variable.
13380
13381 2003-03-23 Kazu Hirata <kazu@cs.umass.edu>
13382
13383 * config/h8300/h8300.md: Fix comment typos.
13384
13385 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13386
13387 * pa.c (output_cbranch): Fix typo in comment.
13388
13389 2003-03-22 Richard Henderson <rth@redhat.com>
13390
13391 * cfgcleanup.c (insns_match_p): Do not do EQUIV substitution
13392 after reload.
13393
13394 2003-03-22 DJ Delorie <dj at redhat dot com>,
13395 Bruce Korb <bkorb at gnu dot org>
13396
13397 * fixinc/inclhack.def (solaris_mutex_init_1): New; Fix
13398 buggy Solaris 2.6 mutex/cond initializers.
13399 (solaris_mutex_init): Rename to solaris_mutex_init_2.
13400 * fixinc/fixincl.x: Regenerate.
13401 * fixinc/tests/base/pthread.h: Update.
13402 * fixinc/fixincl.c(initialize): be explicit about the default case
13403 and indicate verbose level when being very, very verbose.
13404 * fixinc/check.tpl(VERBOSE): provide a means for passing the value in
13405
13406 2003-03-22 Andreas Jaeger <aj@suse.de>
13407
13408 * config/i386/i386.c (ix86_init_machine_status): Return value.
13409
13410 2003-03-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13411
13412 * pa.c (output_cbranch, output_bb, output_bvb): Output nop for
13413 conditional branch to the following instruction. Use next_real_insn
13414 instead of next_active_insn.
13415 (output_dbra, output_movb, jump_in_call_delay): Use next_real_insn
13416 instead of next_active_insn.
13417
13418 2003-03-22 Ulrich Weigand <uweigand@de.ibm.com>
13419
13420 * config/s390/s390.md ("movti", "*movdi_31", "*movdf_31"): Use 'o'
13421 instead of 'm' constraint in forced-split alternatives.
13422 ("*adddi3_31", "*subdi3_31"): Likewise. Also, pass 0 instead of 1 as
13423 VALIDATE_ADDRESS parameter to operand_subword.
13424
13425 2003-03-22 Kazu Hirata <kazu@cs.umass.edu>
13426
13427 * config/h8300/h8300.c (notice_update_cc): Correctly handle
13428 the case where the set destination is STRICT_LOW_PART.
13429
13430 2003-03-22 Svein E. Seldal <Svein.Seldal@solidas.com>
13431
13432 * config/c4x/t-c4x (INSTALL_LIBGCC): Make gcc recognize a c33 as a
13433 c30 instead of a c40 processor.
13434
13435 2003-03-22 Alan Modra <amodra@bigpond.net.au>
13436
13437 * combine.c (simplify_comparison <AND>): Use gen_int_mode. Tidy.
13438
13439 2003-03-21 Zack Weinberg <zack@codesourcery.com>
13440
13441 * c-common.c: Include intl.h.
13442 (shadow_warning): Rewrite to allow better diagnostic translations.
13443 * c-common.h: Update prototype of shadow_warning. Declare sw_kind enum.
13444 * c-decl.c (warn_if_shadowing): Update calls to shadow_warning;
13445 use it throughout.
13446 * Makefile.in (c-common.o): Add intl.h.
13447
13448 2003-03-21 Nathanael Nerode <neroden@gcc.gnu.org>
13449
13450 * config.gcc: Remove 'float_format'.
13451
13452 * fixproto: Define NULL and size_t in generated stdlib.h and
13453 unistd.h. Kill unused required_stdlib_h, required_unistd_h.
13454 Rearrange file generation loop for readability. Generate time.h,
13455 string.h if missing.
13456 * tsystem.h: Include <string.h>, <time.h> unconditionally.
13457 * config.gcc: Blow away POSIX defines.
13458
13459 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
13460
13461 * config/m68hc11/m68hc11.md ("call_value"): Fix trap check.
13462
13463 2003-03-22 Stephane Carrez <stcarrez@nerim.fr>
13464
13465 * config/m68hc11/m68hc11.h (ASM_DECLARE_FUNCTION_NAME): Fix typo in
13466 writing .interrupt command.
13467 * config/m68hc11/m68hc11.md ("call"): Look at the symbol to see
13468 if it's a far or near function.
13469 ("call_value"): Likewise.
13470 * config/m68hc11/m68hc11.c (m68hc11_attribute_table): Add far and
13471 near attributes.
13472 (m68hc11_handle_fntype_attribute): Accept attributes on methods.
13473 (m68hc11_override_options): Ignore -mlong-calls for 68HC11.
13474 (m68hc11_initial_elimination_offset): Set current_function_far
13475 according to attributes.
13476 (expand_prologue): Likewise.
13477 (trap_handler_symbol): New global to keep track of trap handlers.
13478 (m68hc11_encode_section_info): Mark symbol as far if needed; set
13479 trap symbol.
13480 (m68hc11_is_far_symbol): New function.
13481 (m68hc11_is_trap_symbol): New function.
13482 * config/m68hc11/m68hc11-protos.h (m68hc11_is_far_symbol): Declare.
13483 (m68hc11_is_trap_symbol): Declare.
13484
13485 2003-03-21 Jan Hubicka <jh@suse.cz>
13486
13487 * i386.c (ix86_compute_frame_layout): Recompute fast prologues
13488 only when amount of saved regs changed.
13489 (ix86_init_machine_status): Initialize use_fast_prologue_epilgoue_nregs.
13490 * i386.h (machine_function): New fields use_fast_prologue_epilgoue_nregs.
13491
13492 2003-03-21 Jan Hubicka <jh@suse.cz>
13493
13494 PR inline-asm/7916
13495 * function.c (instantiate_virtual_regs_lossage): New function.
13496 (instantiate_virtual_regs_1): Use it.
13497 (instantiate_virtual_regs): Do not continue in substition when insn has
13498 been deleted.
13499
13500 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
13501
13502 * combine.c (make_field_assignment): Fix a warning.
13503
13504 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
13505
13506 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt_16): New.
13507
13508 2003-03-21 Dale Johannesen <dalej@apple.com>
13509
13510 * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Increase
13511 priority for R2 on Darwin.
13512 (HARD_REGNO_MODE_OK): Don't accept R31 for DFmode.
13513
13514 2003-03-21 Kazu Hirata <kazu@cs.umass.edu>
13515
13516 * combine.c (make_field_assignment): Remove unnecessary AND
13517 when storing into zero_extract.
13518
13519 2003-03-21 Zack Weinberg <zack@codesourcery.com>
13520
13521 * aclocal.m4 (gcc_AC_EXAMINE_OBJECT, gcc_AC_C_FLOAT_FORMAT): Delete.
13522 * configure.in: Don't call gcc_AC_C_FLOAT_FORMAT.
13523 * defaults.h: Remove reference to HOST_FLOAT_WORDS_BIG_ENDIAN
13524 in comment.
13525
13526 2003-03-21 DJ Delorie <dj@redhat.com>
13527
13528 * optabs.c (init_integral_libfuncs): Make sure we init at least up
13529 to "long long" size words.
13530
13531 2003-03-21 Ulrich Weigand <uweigand@de.ibm.com>
13532
13533 * config/s390/s390.h: Do not include fixdfdi.h on s390x.
13534 (TARGET_64BIT): Define as compile-time constant when IN_LIBGCC2.
13535 (MIN_UNITS_PER_WORD): Do not define when IN_LIBGCC2.
13536
13537 2003-03-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
13538
13539 PR doc-bug/9813
13540 * doc/extend.texi: Move misplaced paragraph about underscores in
13541 variables in macros.
13542
13543 2003-03-21 Eric Botcazou <ebotcazou@libertysurf.fr>
13544 Richard Henderson <rth@redhat.com>
13545
13546 PR optimization/8366
13547 * config/sparc/sparc.h: (SYMBOLIC_CONST): New macro.
13548 (GO_IF_LEGITIMATE_ADDRESS): Use it. Reject the form
13549 PIC+SYMBOLIC_CONST in other modes than Pmode.
13550 (GO_IF_MODE_DEPENDENT_ADDRESS): Use it. Mark
13551 the form PIC+SYMBOLIC_CONST as mode dependent.
13552
13553 2003-03-21 DJ Delorie <dj@redhat.com>
13554
13555 * config/stormy16/stormy16.c (xstormy16_expand_arith): Make
13556 sure we always emit at least one insn.
13557
13558 2003-03-21 Christopher Faylor <cgf@redhat.com>
13559
13560 * config.gcc (i[34567]86-*-cygwin*): Use new common makefile
13561 stub t-cygming. Use common target header cygming.h. Add extra
13562 c_target_obj and cxx_target_obj file. Default cygwin to posix
13563 threading. Enforce i386 as float format.
13564 (i[34567]86-*-mingw*): Use new common makefile stub t-cygming.
13565 Remove cygwin.h as target header. Use common target header
13566 cygming.h Enforce i386 as float format. Correct typo.
13567 * config/i386/cygming.h: New file, containing definitions
13568 common to mingw32 and cygwin.
13569 * config/i386/cygwin.h: Remove definitions common to cygwin and
13570 mingw. Simplify special spec logic. Define "wrappers" around
13571 certain include path defines to accommodate -mno-cygwin.
13572 Remove some #if 0'ed code.
13573 (STANDARD_INCLUDE_DIR) Always define when not cross-compiling.
13574 (LINK_SPEC): Don't use cyg search prefix when -mno-cygwin.
13575 (GCC_DRIVER_HOST_INITIALIZATION): Define as call to mingw_scan.
13576 * config/i386/mingw32.h: Remove definitions common to cygwin and
13577 mingw.
13578 (EXTRA_OS_CPP_BUILTINS): Adjust.
13579 (TARGET_VERSION): Define.
13580 * config/i386/crtdll.h (EXTRA_OS_CPP_BUILTINS): Override
13581 mingw32.h definitions.
13582 (LIBGCC_SPEC): Add libmingwex.a as in mingw32.h.
13583 * config/i386/t-cygwin (EXTRA_GCC_OBJS): Define as cygwin1.o.
13584 Add compilation rules for cygwin1.o cygwin2.o.
13585 * config/i386/cygwin1.c: New file.
13586 * config/i386/cygwin2.c: New file.
13587 * config/i386/t-cygming: New makefile stub.
13588
13589 2003-03-20 Richard Henderson <rth@redhat.com>
13590
13591 * fold-const.c (extract_muldiv_1): Revert changing order of
13592 operands in case MULT_EXPR of 2003-02-16 patch.
13593
13594 2003-03-20 Daniel Berlin <dberlin@dberlin.org>
13595 Merge changes from new-regalloc-branch
13596
13597 From Michael Matz <matz@suse.de>
13598 * df.c (df_ref_record_1): Move init of loc to safe point.
13599 Only recurse on interesting things in parallels.
13600 Handle CLASS_CANNOT_CHANGE_MODE smarter.
13601 (df_uses_record): Ditto.
13602
13603 * df.h (DF_REF_MEM_OK): New enum member, used to mark ref's which
13604 it's already okay to use memory operands in (IE doesn't require
13605 adding another insn or anything).
13606
13607 2003-03-20 Richard Henderson <rth@redhat.com>
13608
13609 PR middle-end/6348
13610 * explow.c (allocate_dynamic_stack_space): Handle STACK_SIZE_MODE
13611 different from word_mode.
13612
13613 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
13614
13615 * config/h8300/h8300.md (*insv_si_1_n_lshiftrt): Restrict the
13616 source operand to those that can be extracted with bld.
13617
13618 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
13619
13620 PR 10066
13621 * arm.md (UNSPEC_PIC_BASE): New constant.
13622 (pic_add_dot_plus_four): Wrap with unspec.
13623 (pic_add_dot_plus_eight): Likewise.
13624
13625 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
13626
13627 * config/h8300/h8300.md (*insv_si_1_n): New.
13628 (*insv_si_1_n_lshiftrt): Likewise.
13629
13630 2003-03-20 Roger Sayle <roger@eyesopen.com>
13631
13632 * fold-const.c (fold_mathfn_compare): New function to simplify
13633 comparisons against built-in math functions. Fold comparisons
13634 of sqrt against constants.
13635 (fold): Call fold_mathfn_compare when appropriate.
13636
13637 2003-03-20 Richard Earnshaw <rearnsha@arm.com>
13638
13639 * ifcvt.c (find_if_case_1): If we add a new bb, update the dominance
13640 information.
13641
13642 2003-03-20 Per Bothner <pbothner@apple.com>
13643
13644 Various cleanups to help compile server.
13645
13646 * cppinit.c (cpp_create_reader): Take extra hash_table* argument,
13647 and pass that to _cpp_init_hashtable.
13648 (cpp_read_main_file): Drop hash_table* argument; don't call
13649 _cpp_init_hashtable.
13650 * cpplib.h: Update declarations to match.
13651 * c-opts.c (c_common_init_options): Pass ident_hash to
13652 cpp_create_reader.
13653 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file.
13654 * fix-header.c (read_scan_file): Likewise pass NULL table to
13655 cpp_create_reader rather than cpp_read_main_file.
13656
13657 * cppfiles.c (cpp_rename_file): Generalized and renamed
13658 to cpp_change_file.
13659 * cpplib.h: Update declaration to match.
13660 * c-opts.c (push_command_line_line, finish_options): Change
13661 cpp_rename_file calls to cpp_change_file.
13662
13663 * line-map.c (add_line_map): Allow leaving the outermost file.
13664 Allowing entering an outermost-file after the initial time.
13665
13666 * toplev.c (pop_srcloc): Allow popping from initial file.
13667
13668 2003-03-20 Kazu Hirata <kazu at cs dot umass dot edu>
13669
13670 * fold-const.c (fold): Fold A - (A & B) into ~B & A.
13671
13672 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
13673
13674 * config/h8300/h8300.md (a peephole2): New.
13675
13676 2003-03-20 Kazu Hirata <kazu@cs.umass.edu>
13677
13678 * config/h8300/h8300.md (*addsi3_and_r_1): New.
13679 (*addsi3_and_not_r_1): Likewise.
13680
13681 2003-03-19 Loren James Rittle <ljrittle@acm.org>
13682
13683 * Makefile.in (STRICT2_WARN): Add @WERROR@.
13684 (GCC_WARN_CFLAGS): Remove $(WERROR).
13685 (fixinc.sh-warn): New.
13686 * ada/Make-lang.in (ada-warn): Add $(WERROR).
13687 * cp/Make-lang.in (cp-warn): Add $(WERROR).
13688 * f/Make-lang.in (f-warn): Add $(WERROR).
13689 * java/Make-lang.in (java-warn): Add $(WERROR).
13690 * treelang/Make-lang.in (treelang-warn): Add $(WERROR).
13691
13692 2003-03-19 Nathanael Nerode <neroden@gcc.gnu.org>
13693
13694 * c-common.h (c_dump_tree), c-dump.c (c_dump_tree),
13695 langhooks-def.h (lhd_tree_dump_dump_tree),
13696 langhooks.c (lhd_tree_dump_dump_tree), langhooks.h (*dump_tree):
13697 Change return type from 'int' to 'bool'. Replace 0 and 1 with
13698 true and false in return statements.
13699
13700 2003-03-19 Kevin Buettner <kevinb@redhat.com>
13701
13702 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE): Define.
13703 (DWARF_COMPILE_UNIT_HEADER_SIZE): Take into account
13704 DWARF_INITIAL_LENGTH_SIZE.
13705 (output_compilation_unit_header, output_pubnames, output_aranges)
13706 (output_line_info): Output 0xffffffff escape value for 64-bit
13707 DWARF extension.
13708 * config/mips/iris6.h (DWARF_INITIAL_LENGTH_SIZE): Define.
13709
13710 2003-03-19 Ulrich Weigand <uweigand@de.ibm.com>
13711
13712 * config/s390/s390.c (s390_preferred_reload_class): Do not
13713 force constants to the pool unless necessary.
13714 (s390_decompose_address): Prefer to use pointer as base,
13715 not index register.
13716 * config/s390/s390.md ("*tsthiCCT_only"): Remove '?' from
13717 Q alternative.
13718 ("*movdi_64", "*movsi", "movhi", "movqi_64", "movqi",
13719 "*movdf_64", "*movsf"): Add '?' to Q->Q alternatives.
13720 ("*extractqi", "*extracthi", "*zero_extendhisi2_31",
13721 "*zero_extendqisi2_31", "*zero_extendqihi2_31",
13722 "*adddi3_31", "*subdi3_31"): Do not set "type" attribute.
13723
13724 2003-03-19 Jan Hubicka <jh@suse.cz>
13725
13726 * i386.h (machine_function): New fields use_fast_prologue_epilogue.
13727 * i386.c (use_fast_prologue_epilogue): Remove.
13728 (ix86_frame): New field save_regs-using_mov;
13729 (ix86_compute_frame_layout): Decide on fast prologues;
13730 allocate saved registers in red zone.
13731 (ix86_expand_epilogue, ix86_expand_prolgoues): Obey new parameters.
13732
13733 2003-03-19 Nick Clifton <nickc@redhat.com>
13734
13735 * config/mcore/mcore.h (CPP_SPEC): Remove trailing semi-colon.
13736
13737 2003-03-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
13738
13739 PR 10062
13740 * config/pa/pa-hpux.h (TARGET_HPUX_UNWIND_LIBRARY): Redefine.
13741 * pa-protos.h (output_lbranch): New prototype.
13742 * pa.c (compute_frame_size): Change size of the frame marker on the
13743 64-bit ports to 48 bytes.
13744 (pa_output_function_prologue): Document why SAVE_SP is set.
13745 (hppa_expand_prologue): Save previous stack pointer into frame marker
13746 on targets which use the hpux unwind library.
13747 (output_cbranch): Use output_lbranch.
13748 (output_lbranch): New function to output long unconditional branches.
13749 * pa.h (TARGET_HPUX_UNWIND_LIBRARY): Define.
13750 (STACK_POINTER_OFFSET): Update offset for 48-byte frame marker on
13751 64-bit ports.
13752 * pa.md (jump): Use output_lbranch.
13753 (allocate_stack): New expander for dynamic stack allocation.
13754
13755 2003-03-19 Alan Modra <amodra@bigpond.net.au>
13756
13757 * config/rs6000/rs6000.c (rs6000_stack_info): Only require a frame
13758 when debugging on XCOFF targets. Delete "abi" temp.
13759
13760 PR target/10073
13761 * combine.c (force_to_mode <NOT>): Use gen_int_mode.
13762
13763 2003-03-18 Jakub Jelinek <jakub@redhat.com>
13764
13765 * config/s390/s390.c (s390_output_dwarf_dtprel): New.
13766 * config/s390/s390-protos.h (s390_output_dwarf_dtprel): New proto.
13767 * config/s390/s390.h (ASM_OUTPUT_DWARF_DTPREL): Define.
13768
13769 * config/ia64/ia64.c (ia64_output_dwarf_dtprel): New.
13770 * config/ia64/ia64-protos.h (ia64_output_dwarf_dtprel): New proto.
13771 * config/ia64/ia64.h (ASM_OUTPUT_DWARF_DTPREL): Define.
13772
13773 2003-03-18 Geoffrey Keating <geoffk@apple.com>
13774
13775 * config/rs6000/rs6000.c (rs6000_emit_prologue): Don't clone
13776 the result of machopic_function_base_name.
13777 * config/darwin.c (machopic_function_base_name): Use a gc-allocated
13778 string rather than a static array.
13779
13780 * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.
13781
13782 * gengtype.c: Include rtl.h.
13783 (enum rtx_code): Don't define.
13784 (rtx_format): Make declaration match rtl.h.
13785 (rtx_next_new): Rename from rtx_next to avoid conflict. Change all
13786 users.
13787 (adjust_field_rtx_def): Describe strings in NOTE_LINE_NUMBER notes.
13788 * Makefile.in (gengtype.o): Update dependencies.
13789
13790 2003-03-18 Andreas Schwab <schwab@suse.de>
13791
13792 * config/m68k/m68k.md (iordi3): Fix setting low half to -1. From
13793 martin@blom.org.
13794
13795 2003-03-18 Geoffrey Keating <geoffk@apple.com>
13796
13797 * function.c (next_block_index): Mark with GTY.
13798
13799 * config/rs6000/rs6000.md (macho_correct_pic): Correct pattern.
13800
13801 2003-03-18 Richard Henderson <rth@redhat.com>
13802
13803 * config/ia64/ia64.md (UNSPECV_SETJMP_RECEIVER): New.
13804 (builtin_setjmp_receiver): Delay call to ia64_reload_gp
13805 until after reload.
13806
13807 2003-03-18 Richard Henderson <rth@redhat.com>
13808
13809 * builtins.c (expand_builtin_unop): New target_mode operand;
13810 use it to convert the result to the correct mode.
13811 (expand_builtin): Update all callers.
13812
13813 2003-03-18 Ulrich Weigand <uweigand@de.ibm.com>
13814
13815 * config/s390/s390.md ("movti", "movhi", "movqi"): Add "type" attribute.
13816
13817 2003-03-18 Jan Hubicka <jh@suse.cz>
13818
13819 * i386.md: Fix previous commit that mistakely applied the patch
13820 twice.
13821
13822 * alias.c (rtx_equal_for_memref_p): Assume that X and Y has been
13823 canonicalized.
13824 (memrefs_conflict_p): Likewise.
13825 (addr_side_effect_eval): Canonicalize the constructed address.
13826
13827 2003-03-18 Jan Hubicka <jh@suse.cz>
13828
13829 * i386.md (cvtts?2si peep2): New.
13830
13831 2003-03-18 Kazu Hirata <kazu@cs.umass.edu>
13832
13833 * config/h8300/h8300.md (*iorsi3_two_qi_zext): New.
13834
13835 2003-03-18 Andreas Schwab <schwab@suse.de>
13836
13837 * dwarf2out.c (output_file_names): Cast size_t to unsigned long
13838 for format.
13839
13840 2003-03-17 Jason Merrill <jason@redhat.com>
13841
13842 PR c++/10091
13843 * expr.c (expand_expr) [ADDR_EXPR]: Disallow taking the address of
13844 an unaligned member of TREE_ADDRESSABLE type.
13845
13846 2003-03-18 Alan Modra <amodra@bigpond.net.au>
13847
13848 * config/rs6000/linux64.h (MASK_PROFILE_KERNEL): Define.
13849 (TARGET_PROFILE_KERNEL): Define.
13850 (SUBTARGET_SWITCHES): Handle -mprofile-kernel.
13851 (PROFILE_BEFORE_PROLOGUE): Don't define.
13852 (PROFILE_KERNEL): Remove hacks.
13853 * config/rs6000/rs6000.c (TARGET_PROFILE_KERNEL): Define default.
13854 (rs6000_stack_info): No need to save lr if just for profiling when
13855 TARGET_PROFILE_KERNEL.
13856 (output_profile_hook): Output nothing when TARGET_PROFILE_KERNEL.
13857 (output_function_profiler): Localize label generation. Emit code
13858 for kernel profiling.
13859
13860 2003-03-17 Kazu Hirata <kazu@cs.umass.edu>
13861
13862 * config/h8300/h8300-protos.h: Add a prototype for
13863 byte_accesses_mergeable_p.
13864 * config/h8300/h8300.c (byte_accesses_mergeable_p): New.
13865 * config/h8300/h8300.md (*iorhi3_two_qi_mem): Likewise.
13866 (a splitter): Likewise.
13867 (*iorsi3_ashift_16_ashift_24): Likewise.
13868 (*iorsi3_ashift_16_ashift_24_mem): Likewise.
13869
13870 2003-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13871
13872 * dwarf2asm.h: Delete obsolete comment.
13873 (dw2_asm_output_data, dw2_asm_output_delta, dw2_asm_output_offset,
13874 dw2_asm_output_pcrel, dw2_asm_output_addr,
13875 dw2_asm_output_addr_rtx, dw2_asm_output_encoded_addr_rtx,
13876 dw2_asm_output_nstring, dw2_asm_output_data_uleb128,
13877 dw2_asm_output_data_sleb128, dw2_asm_output_delta_uleb128,
13878 dw2_asm_output_delta_sleb128): Add ATTRIBUTE_NULL_PRINTF.
13879
13880 2003-03-17 Zack Weinberg <zack@codesourcery.com>
13881
13882 * c-tree.h (struct lang_identifier): Remove error_locus field.
13883 (IDENTIFIER_ERROR_LOCUS): Kill.
13884 (record_function_scope_shadow): New prototype.
13885 * c-typeck.c (build_external_ref): Don't complain if
13886 decl is error_mark_node. When not at file scope, bind the
13887 decl's local value to error_mark_node to suppress further
13888 warnings, instead of setting IDENTIFIER_ERROR_LOCUS.
13889
13890 * c-decl.c (get_function_binding_level): New static function.
13891 (record_function_scope_shadow): New exported function.
13892 (c_make_fname_decl): Use get_function_binding_level.
13893
13894 2003-03-17 Steve Ellcey <sje@cup.hp.com>
13895
13896 * stmt.c (tail_recursion_args): Call promote_mode to set
13897 unsignedp flag correctly before calling convert_move.
13898
13899 2003-03-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
13900
13901 * loop-unroll.c (decide_peel_completely,
13902 decide_unroll_constant_iterations, decide_unroll_stupid,
13903 decide_unroll_runtime_iterations, decide_peel_simple): Set
13904 loop->has_desc.
13905
13906 2003-03-17 Jan Hubicka <jh@suse.cz>
13907
13908 * ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
13909
13910 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
13911
13912 * function.c (assign_parms): For a struct value address passed as
13913 first argument, delay the function's result RTL setup code until
13914 after the emission of parameter conversions.
13915
13916 2003-03-17 Dave Love <fx@gnu.org>
13917 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13918
13919 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
13920 __arch64__ to match Compaq cc.
13921
13922 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
13923
13924 * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
13925 (c_common_init): Set EBCDIC in cpp options.
13926 * cpplex.c (maybe_read_ucs, cpp_parse_escape): Use EBCDIC option,
13927 not conditional compilation.
13928 * cpplib.h (struct cpp_options): New entry EBCDIC.
13929
13930 2003-03-17 Neil Booth <neil@daikokuya.co.uk>
13931
13932 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.
13933
13934 2003-03-17 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13935
13936 * function.c (thread_prologue_and_epilogue_insns): Set delete_unused
13937 argument to 0 for redirect_jump.
13938
13939 2003-03-16 Mark Mitchell <mark@codesourcery.com>
13940
13941 PR c++/8805
13942 * except.c (eh_region_u_cleanup): Add prev_try.
13943 (expand_eh_region_end_cleanup): Set it.
13944 (reachable_handlers): Use it to skip over cleanup blocks.
13945
13946 2003-03-17 Andreas Jaeger <aj@suse.de>
13947
13948 * Makefile.in (TAGS): Remove obsolete handling of =*.[chy].
13949
13950 2003-03-17 Alan Modra <amodra@bigpond.net.au>
13951
13952 * config/rs6000/linux64.h (TARGET_64BIT): Redefine.
13953 (TARGET_RELOCATABLE, TARGET_EABI, TARGET_PROTOTYPE): Likewise.
13954 (SUBTARGET_SWITCHES, SUBTARGET_OPTIONS): Likewise.
13955 (SUBTARGET_OVERRIDE_OPTIONS, CPP_SYSV_SPEC): Likewise.
13956
13957 2003-03-16 Richard Henderson <rth@redhat.com>
13958
13959 * simplify-rtx (simplify_binary_operation): Don't abort for
13960 SS_PLUS, US_PLUS, SS_MINUS, US_MINUS.
13961
13962 2003-03-16 Richard Henderson <rth@redhat.com>
13963
13964 * config/i386/i386.md (movstrictqi, movstrictqi_1): Check
13965 optimize_size as well.
13966
13967 2003-03-16 Stephane Carrez <stcarrez@nerim.fr>
13968
13969 * config/m68hc11/m68hc11.c (print_operand): Handle 'b' modifier
13970 for D register to specify the low part of it, aka B.
13971 (m68hc11_gen_movhi): Use REG_WAS_0 note and increment or decrement
13972 the register if we are loading 1 or -1 to it; avoid using temp
13973 register when moving X/Y to Y/X.
13974 (m68hc11_gen_movqi): Likewise.
13975 (m68hc11_check_z_replacement): Fix last insn setting for compare case.
13976
13977 2003-03-14 Mark Mitchell <mark@codesourcery.com>
13978
13979 PR optimization/9016
13980 * config/i386/i386.c (ix86_expand_move): Force more CONST_DOUBLEs
13981 into the constant pool.
13982
13983 2003-03-16 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
13984
13985 PR target/9164
13986 * tree.c (get_narrower): For extensions with unchanged bit number,
13987 return the unsignedness of the outer mode.
13988
13989 2003-03-16 Roger Sayle <roger@eyesopen.com>
13990
13991 * c-typeck.c (build_component_ref): Turn "for" into "do .. while"
13992 to avoid "may be used uninitialized" warning on ia64-hpux.
13993 * config/ia64/ia64-c.c: Include "tm_p.h" for function prototypes.
13994
13995 2003-03-16 Andreas Jaeger <aj@suse.de>
13996
13997 * configure.in: Improve check for memcheck.h.
13998 * configure: Regenerated.
13999
14000 2003-03-16 Neil Booth <neil@daikokuya.co.uk>
14001
14002 * doc/cppopts.texi: Remove documentation of -A-.
14003
14004 2003-03-15 Zack Weinberg <zack@codesourcery.com>
14005
14006 * doc/libgcc.texi: Remove @tie.
14007
14008 2003-03-15 Josef Zlomek <zlomekj@suse.cz>
14009
14010 * rtl.h (subrtx_p): Renamed to rtx_referenced_p.
14011 (rtx_pair): Added new element update_label_nuses, renamed to
14012 replace_label_data.
14013 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): Use
14014 replace_label_data instead of rtx_pair.
14015 * loop.c (load_mems): Likewise.
14016 * rtlanal.c (replace_label): Replace label in pool constants and in
14017 INSN_LIST (in REG_LABEL note).
14018 (subrtx_p): Renamed to rtx_referenced_p.
14019 (subrtx_p_1): Renamed to rtx_referenced_p_1, compare the interior of
14020 LABEL_REF with CODE_LABEL, traverse constants from pool.
14021
14022 2003-03-15 Aldy Hernandez <aldyh@redhat.com>
14023 Zack Weinberg <zack@codesourcery.com>
14024
14025 * Makefile.in (TEXI_GCCINT_FILES): Add libgcc.texi.
14026 * doc/libgcc.texi: New file.
14027 * doc/interface.texi: Delete paragraph about libgcc interface.
14028 * doc/gccint.texi: Add libgcc menu entry and @include libgcc.texi.
14029
14030 2003-03-15 Jason Merrill <jason@redhat.com>
14031
14032 PR debug/9039
14033 * dwarf2out.c (gen_decl_die): Ignore frontend tree codes.
14034
14035 PR debug/6387
14036 * dwarf2out.c (dwarf2out_decl): If we're at -g1, just stick nested
14037 function DIEs at toplevel.
14038 (decls_for_scope): At -g1, don't descend into subblocks.
14039
14040 2003-03-15 Ulrich Weigand <uweigand@de.ibm.com>
14041
14042 * varasm.c (struct rtx_const): Change type of un.addr member
14043 to struct holding an additional 'symbol' member.
14044 (decode_rtx_const): Re-enable optimization to count SYMBOL_REFs
14045 with equal string addresses as equal.
14046 (simplify_subtraction): Adapt to struct rtx_const change.
14047
14048 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14049
14050 * fix-header.c (read_scan_file): Read main file before handling -D.
14051
14052 2003-03-15 Roger Sayle <roger@eyesopen.com>
14053
14054 * c-cppbuiltin.c (builtin_define_with_value_n): Fix whitespace.
14055 * c-typeck.c (c_tree_expr_nonnegative_p): Likewise.
14056 * cfgbuild.c (find_many_sub_basic_blocks): Likewise.
14057 (find_sub_basic_blocks): Likewise.
14058 * cgraphunit.c (cgraph_expand_functions): Likewise.
14059 * dwarf2out.c (prune_unused_types): Likewise.
14060 * expr.c (store_field): Likewise.
14061 * genextract.c (print_path): Likewise.
14062 * haifa-sched.c (schedule_insn): Likewise.
14063 * lcm.c (compute_antinout_edge): Likewise.
14064 * loop-unroll.c (decide_peel_once_rolling): Likewise.
14065 * ra-colorize.c (ra_colorize_free_all): Likewise.
14066 * ra-debug.c (dump_igraph): Likewise.
14067 (debug_hard_reg_set): Likewise.
14068 * reg-stack.c (reg_to_stack): Likewise.
14069 * rtlanal.c (refers_to_regno_p): Likewise.
14070 * tracer.c (layout_superblocks): Likewise.
14071
14072 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14073
14074 * fix-header.c (read_scan_file): Fix thinko.
14075
14076 2003-03-15 Glen Nakamura <glen@imodulo.com>
14077
14078 * reload1.c (choose_reload_regs): Use && instead of ||
14079 with REG_CANNOT_CHANGE_MODE_P condition.
14080
14081 2003-03-15 Neil Booth <neil@daikokuya.co.uk>
14082
14083 * Makefile.in: Update.
14084 * c-common.h (cb_register_builtins): Rename c_cpp_builtins.
14085 * c-lex.c (init_c_lex): Register builtins hook is dead.
14086 * c-opts.c (COMMAND_LINE_OPTIONS, missing_arg): Handle -A, -D and -U.
14087 (c_common_decode_option): Don't call cpp_handle_option.
14088 Handle -A, -D and -U.
14089 (handle_deferred_opts): Simplify.
14090 (finish_options): Define builtins and command line macros.
14091 * c-ppoutput.c (init_pp_output): Register builtins hook is dead.
14092 * cppinit.c: Don't include intl.h.
14093 (init_builtins): Rename cpp_init_builtins. No hook to call.
14094 (init_library): Don't need to sort options.
14095 (cpp_create_reader): Don't set pending.
14096 (cpp_destroy): Don't free pending.
14097 (struct pending_option, cl_directive_handler, struct cpp_pending,
14098 APPEND, free_chain, new_pending_directive, parse_option, opt_comp,
14099 cpp_finish_options, COMMAND_LINE_OPTIONS, DEF_OPT, struct cl_option,
14100 cl_options, cpp_handle_option): Remove.
14101 * cpplib.h (struct cpp_pending, register_builtins, cpp_handle_option,
14102 cpp_finish_options): Remove.
14103 (cpp_init_builtins): New.
14104 * fix-header.c (read_scan_file): Update to handle -D. Fix
14105 handling of -I. Replace call to cpp_finish_options.
14106
14107 2003-03-15 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14108
14109 PR optimization/9387
14110 * function.c (thread_prologue_and_epilogue_insns): Use redirect_jump
14111 for conditional returns.
14112
14113 2003-03-14 Jason Merrill <jason@redhat.com>
14114
14115 PR optimization/6871
14116 * varasm.c (assemble_variable): Leave constant zeroes in .rodata.
14117
14118 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
14119
14120 * c-opts.c (finish_options): New.
14121 (COMMAND_LINE_OPTIONS, c_common_decode_option): Add -imacros.
14122 (missing_arg): Handle OPT_include and OPT_imacros.
14123 (c_common_init, c_common_parse_file): Use finish_options.
14124 (handle_deferred_opts): Update.
14125 * cppinit.c (struct cpp_pending): Remove imacros_head and imacros_tail.
14126 (cpp_finish_options): Don't handle -imacros here.
14127 (no_fil): Remove.
14128 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -imacros.
14129
14130 2003-03-14 Jakub Jelinek <jakub@redhat.com>
14131
14132 * config/rs6000/rs6000.c (rs6000_emit_load_toc_table): Don't call
14133 rs6000_maybe_dead if !fromprolog.
14134
14135 2003-03-14 Neil Booth <neil@daikokuya.co.uk>
14136
14137 * Makefile.in: Update.
14138 * c-common.h (fe_file_change, pp_file_change): New.
14139 * c-lex.c (init_c_lex): Don't set cb_file_change.
14140 (c_common_parse_file): Move to c-opts.c.
14141 (cb_file_change): Rename fe_file_change.
14142 * c-opts.c: Include debug.h.
14143 (warn_unused_macros, include_cursor): New.
14144 (push_command_line_include, cb_file_change): New.
14145 (COMMAND_LINE_OPTIONS): Handle -include.
14146 (c_common_decode_option): Use local warn_unused_macros.
14147 Handle OPT_include.
14148 (c_common_post_options): Set file change callback.
14149 (handle_deferred_opts): Skip -include. Don't free the array.
14150 (c_common_init): Call cpp_finish_options here, and push an
14151 initial -include file.
14152 * c-ppoutput.c (cb_file_change): Rename pp_file_change.
14153 (preprocess_file): Don't call cpp_finish_options.
14154 (init_pp_output): Don't set the file change callback.
14155 (pp_file_change): Return if no line commands or no output.
14156 * cpphash.h (next_include_file, first_unused_line): Remove.
14157 * cppinit.c (include_head, include_tail): Remove.
14158 (cpp_destroy): Don't free -include chain.
14159 (cpp_finish_options): Don't handle -include, or worry about
14160 -Wunused-macros.
14161 (_cpp_maybe_push_include_file): Remove.
14162 (COMMAND_LINE_OPTIONS, cpp_handle_option): Don't handle -include.
14163 * cpplib.c (_cpp_pop_buffer): Don't handle -include.
14164 * cppmacro.c (_cpp_warn_if_unused_macro, _cpp_create_definition):
14165 Used flag is set based upon the state of the warn_unused_macros
14166 flag, and so use of first_unused_line is unnecessary.
14167
14168 2003-03-13 Jan Hubicka <jh@suse.cz>
14169
14170 * cselib.c (clear_table): Do not take argument; always clear just
14171 used slots.
14172 (cselib_process_insn): Update call of clear_table
14173 (cselib_init): Do not call clear_table.
14174 (cselib_finish): Clear table.
14175
14176 * cse.c (count_reg_usage): Do not check side_effects_p.
14177 * rtlanal.c (set_noop_p): Check side_effects_p only when set looks
14178 like noop.
14179 (find_reg_equal_equiv_note): Do not use find_reg_note.
14180
14181 2003-03-14 Richard Henderson <rth@redhat.com>
14182
14183 PR target/9700
14184 * config/alpha/alpha.c (alpha_va_start): Account for
14185 current_function_pretend_args_size in the AP offset.
14186
14187 * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Move out of line.
14188 (INITIAL_ELIMINATION_OFFSET): Move out of line.
14189 * config/alpha/alpha.c (alpha_setup_incoming_varargs): New.
14190 (alpha_initial_elimination_offset) New.
14191 * config/alpha/alpha-protos.h: Update.
14192
14193 2003-03-14 Jakub Jelinek <jakub@redhat.com>
14194
14195 * stmt.c (expand_start_case): Call emit_queue ().
14196
14197 2003-03-14 Chris Demetriou <cgd@broadcom.com>
14198 Alexandre Oliva <aoliva@redhat.com>
14199
14200 * config/mips/mips.h (FUNCTION_PROFILER): _mcount() doesn't pop 2
14201 words in new abis.
14202
14203 2003-03-14 Eric Botcazou <ebotcazou@libertysurf.fr>
14204
14205 PR optimization/8396
14206 * tree-inline.c (initialize_inlined_parameters): Make sure the value
14207 of read-only constant arguments is passed with the right type.
14208
14209 2003-03-14 Steven Bosscher <steven@gcc.gnu.org>
14210
14211 * doc/extend.texi (Function Names): Make the example compilable.
14212
14213 2003-03-13 David Edelsohn <edelsohn@gnu.org>
14214
14215 * config/rs6000/rs6000.c (processor_target_table): Really allow
14216 GP optional instructions on Power4.
14217
14218 2003-03-13 Roger Sayle <roger@eyesopen.com>
14219
14220 * calls.c (flags_from_decl_or_type): Factor and remove redundant
14221 conditional tests.
14222
14223 2003-03-13 Mike Stump <mrs@apple.com>
14224
14225 * ggc-page.c (struct page_entry): Remove varray.h header.
14226 Add index_by_depth field.
14227 Remove save_in_use_p field.
14228 (struct globals): Add depth_in_use, depth_max, by_depth_in_use,
14229 by_depth_max, by_depth, and save_in_use fields.
14230 (INITIAL_PTE_COUNT): Add.
14231 (save_in_use_p_i): Add.
14232 (save_in_use_p): Add.
14233 (adjust_depth): Add.
14234 (move_ptes_to_front): Add.
14235 (push_depth): Add.
14236 (push_by_depth): Add.
14237 (prefetch): Add.
14238 (free_page): Add support for and use faster data structures.
14239 (ggc_alloc): Likewise.
14240 (init_ggc): Likewise.
14241 (ggc_recalculate_in_use_p): Likewise.
14242 (ggc_pop_context): Likewise.
14243 (clear_marks): Likewise.
14244 (ggc_pch_read): Likewise.
14245 * Makefile.in (ggc-page.o): Remove varray.h.
14246
14247 2003-03-13 Nathanael Nerode <neroden@gcc.gnu.org>
14248
14249 * ChangeLog: Rotated last year's entries to...
14250 * ChangeLog.8: New.
14251
14252 * config/ia64/fde-glibc.c, config/ia64/freebsd.h,
14253 config/ia64/hpux.h, config/ia64/hpux_longdouble.h,
14254 config/ia64/ia64-c.c, config/ia64/ia64-modes.def,
14255 config/ia64/ia64-protos.h, config/ia64/ia64.c,
14256 config/ia64/ia64.h, config/ia64/ia64.md,
14257 config/ia64/itanium1.md, config/ia64/itanium2.md,
14258 config/ia64/quadlib.c, config/ia64/unwind-ia64.c,
14259 config/ia64/unwind-ia64.h: It's GCC, not GNU CC.
14260
14261 2003-03-13 Aldy Hernandez <aldyh@redhat.com>
14262
14263 * config/rs6000/rs6000.c (rs6000_dwarf_register_span):
14264 Differentiate endianness.
14265 (s6000_override_options): Use cpu type instead of TARGET_SPE.
14266
14267 2003-03-13 Nick Clifton <nickc@redhat.com>
14268
14269 * config/arm/arm.c (print_multi_reg): Do not generate a type 2
14270 LDM instructions with writeback enabled.
14271 (output_return_instruction): Likewise.
14272
14273 * config/arm/pe.h (FIXED_REGISTERS): Remove definition.
14274 (CALL_USED_REGISTERS): Remove definition.
14275 (SUBTARGET_CONDITIONAL_REGISTER_USAGE): Define.
14276
14277 2003-03-13 Alan Modra <amodra@bigpond.net.au>
14278
14279 * config/rs6000/rs6000.c (rs6000_flag_pic): Delete.
14280 (rs6000_xcoff_encode_section_info): #ifdef TARGET_XCOFF.
14281 (rs6000_binds_local_p, TARGET_BINDS_LOCAL_P): #if TARGET_MACHO.
14282 (rs6000_override_options): Don't clear flag_pic for ABI_AIX.
14283 (rs6000_legitimize_address): Formatting.
14284 (rs6000_emit_move): Likewise.
14285 (rs6000_return_addr): Test ABI_AIX as well as flag_pic.
14286 (rs6000_emit_prologue <save_LR_around_toc_setup>): Likewise.
14287 (rs6000_elf_select_section): Comment reason for shlib being
14288 set for ABI_AIX.
14289 (rs6000_elf_unique_section): Likewise.
14290 (rs6000_elf_encode_section_info): Test !TARGET_AIX as well as ABI_AIX.
14291 * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Test ABI_AIX
14292 as well as flag_pic.
14293 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Likewise.
14294 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
14295 * config/rs6000/linux64.h (TARGET_ENCODE_SECTION_INFO): Don't define.
14296
14297 2003-03-13 Richard Henderson <rth@redhat.com>
14298
14299 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
14300
14301 * config/ia64/ia64.c (TARGET_FUNCTION_OK_FOR_SIBCALL): New.
14302 (ia64_gp_save_reg): Remove.
14303 (struct ia64_frame_info): Move to the beginning of the file;
14304 add reg_save_gp.
14305 (ia64_expand_call): Rearrange for new call patterns.
14306 (ia64_reload_gp): New.
14307 (ia64_split_call): New.
14308 (ia64_compute_frame_size): Allocate reg_save_gp.
14309 (ia64_expand_prologue): Save reg_save_gp.
14310 (ia64_expand_epilogue): Don't restore gp.
14311 (ia64_hard_regno_rename_ok): Remove R4 hack.
14312 (ia64_function_ok_for_sibcall): New.
14313 (ia64_output_mi_thunk): Set reload_completed, no_new_pseudos;
14314 call try_split on sibcall pattern.
14315 * config/ia64/ia64-protos.h: Update.
14316 * config/ia64/ia64.md (call_nogp, call_value_nogp, sibcall_nogp):
14317 Rename from nopic versions. Confiscate 2nd argument to call as
14318 a marker.
14319 (call_pic, call_value_pic, sibcall_pic): Remove.
14320 (call_gp, call_value_gp, sibcall_gp): New.
14321 (builtin_setjmp_setup): Remove.
14322 (builtin_setjmp_receiver): Call ia64_reload_gp.
14323
14324 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14325
14326 * config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
14327 config/dsp16xx/dsp16xx.h, config/dsp16xx/dsp16xx.md: Replace
14328 "GNU CC" with "GCC".
14329
14330 * config/c4x/c4x-c.c, config/c4x/c4x-modes.def,
14331 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
14332 config/c4x/c4x.md, config/c4x/libgcc.S, config/c4x/rtems.h:
14333 GCC, not GNU CC.
14334
14335 * genattrtab.h, hosthooks-def.h, hosthooks.h, langhooks-def.h,
14336 langhooks.h, tree-inline.h: Replace "GNU CC" with "GCC".
14337
14338 * c-pch.c, dummy-conditions.c, genautomata.c, genconditions.c,
14339 langhooks.c, tree-inline.c, unwind-dw2-fde-darwin.c,
14340 unwind-dw2-fde-glibc.c, unwind-libunwind.c, vmsdbgout.c: Replace
14341 "GNU CC" with "GCC".
14342
14343 * config/v850/lib1funcs.asm, config/v850/rtems.h,
14344 config/v850/v850-c.c, config/v850/v850-protos.h,
14345 config/v850/v850.c, config/v850/v850.h, config/v850/v850.md:
14346 GCC, not GNU CC.
14347
14348 * config/vax/bsd.h, config/vax/elf.h, config/vax/netbsd-elf.h,
14349 config/vax/netbsd.h, config/vax/openbsd.h, config/vax/openbsd1.h,
14350 config/vax/ultrix.h, config/vax/vax-protos.h, config/vax/vax.c,
14351 config/vax/vax.h, config/vax/vax.md, config/vax/vaxv.h: GCC, not
14352 GNU CC.
14353
14354 2003-03-12 Benjamin Kosnik <bkoz@redhat.com>
14355
14356 * cpppch.c (cpp_valid_state): Use DL_WARNING_SYSHDR, not DL_WARNING.
14357
14358 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14359
14360 * fixinc/fixinc.interix: Remove dead code (most of it).
14361 * fixinc/fixinc.dgux: Remove.
14362
14363 * ginclude/float.h, ginclude/iso646.h, ginclude/stdarg.h,
14364 ginclude/stdbool.h, ginclude/stddef.h: GCC, not GNU CC.
14365
14366 2003-03-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14367
14368 * pa.c (pa_init_builtins): Fix warning.
14369
14370 2003-03-12 Steve Ellcey <sje@cup.hp.com>
14371
14372 * config/ia64/ia64.h (ASM_OUTPUT_XDATA_CHAR): Remove.
14373 (ASM_OUTPUT_XDATA_SHORT): Remove.
14374 (ASM_OUTPUT_XDATA_INT): Remove.
14375 (ASM_OUTPUT_XDATA_DOUBLE_INT): Remove.
14376 (ASM_OUTPUT_ADDR_DIFF_ELT): Handled 32 bit address diffs.
14377 (ASM_PREFERRED_EH_DATA_FORMAT): Handle 32 bit EH pointers.
14378 (CASE_VECTOR_MODE): Handle 32 bit pointers in case statement.
14379
14380 2003-03-12 Andrew Lewycky <andrew@mxc.ca>
14381
14382 PR c++/7050
14383 * expr.c (store_expr): Don't attempt to store void-typed trees,
14384 just evaluate them for side effects.
14385
14386 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
14387
14388 * cppfiles.c (cpp_rename_file, cpp_push_include): New.
14389 * cppinit.c (push_include): Move with changes to cppfiles.c.
14390 (cpp_read_main_file): Mark named operators here...
14391 (cpp_finish_options): ...not here. Update.
14392 (_cpp_maybe_push_include_file): Update.
14393 * cpplib.h (cpp_push_include, cpp_rename_file): New.
14394
14395 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14396
14397 * aclocal.m4: Introduce gcc_GAS_VERSION_GTE_IFELSE,
14398 _gcc_COMPUTE_GAS_VERSION.
14399 * configure.in: Use them.
14400 * configure: Regenerate.
14401
14402 2003-03-12 Bob Wilson <bob.wilson@acm.org>
14403
14404 * config/xtensa/xtensa.md (adddi3): Don't clobber source operand used
14405 to detect carry.
14406 (subdi3): Reorder emitted instructions.
14407
14408 2003-03-12 Andreas Jaeger <aj@suse.de>
14409
14410 * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
14411 NETBSD_OS_CPP_BUILTINS_LP64.
14412
14413 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
14414
14415 * Makefile.in: Eliminate all.indirect. Update and clean up comments.
14416 Rearrange. Reorganize.
14417 * configure.in: Rearrange.
14418 * configure: Regenerate.
14419
14420 2003-03-12 Andreas Jaeger <aj@suse.de>
14421
14422 * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
14423 LP64 targets.
14424
14425 * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
14426 _LP64.
14427
14428 * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
14429 _LP64 macros here.
14430 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.
14431
14432 * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
14433 NETBSD_OS_CPP_BUILTINS_LP64.
14434 * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14435 * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
14436
14437 * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.
14438
14439 2003-03-12 Jan Hubicka <jh@suse.cz>
14440
14441 * i386.c (ix86_setup_incoming_varargs): Set stack_alignment_needed to 128.
14442
14443 2003-03-12 Daniel Jacobowitz <drow@mvista.com>
14444
14445 Fix PR target/9797 and PR c/9853.
14446 * stmt.c (expand_decl_init): Call push_temp_slots () and
14447 pop_temp_slots ().
14448
14449 2003-03-12 J"orn Rennecke <joern.rennecke@superh.com>
14450
14451 * sh.c: Include basic-block.h.
14452 (sh_output_mi_thunk, emit_load_ptr): New functions.
14453 (TARGET_ASM_OUTPUT_MI_THUNK, TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine.
14454
14455 2003-03-12 Nick Clifton <nickc@redhat.com>
14456
14457 * config/arm/pe.h (FIXED_REGISTERS): Add Maverick registers.
14458 (CALL_USED_REGISTERS): Likewise.
14459 * config/arm/arm.h (FIRST_PSEUDO_REGISTER): Update comment
14460 describing how this value is calculated.
14461
14462 2003-03-12 Hans-Peter Nilsson <hp@bitrange.com>
14463
14464 * configure.in (rlim_t): Define to long if no valid definition
14465 found in sys/resource.h.
14466 * config.in, configure: Regenerate.
14467
14468 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
14469
14470 * config/mcore/mcore-elf.h (CPP_PREDEFINES): Replace with
14471 TARGET_OS_CPP_BUILTINS.
14472 * config/mcore/mcore-pe.h: Similarly.
14473 * config/mcore/mcore.h: Replace CPP_PREDEFINES and part of
14474 CPP_SPEC with TARGET_CPU_CPP_BUILTINS.
14475
14476 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
14477
14478 PR c/9928
14479 * c-decl.c (duplicate_decls): Discard the initializer of the new decl
14480 only if it is a VAR_DECL.
14481
14482 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
14483
14484 PR optimization/9888
14485 * config/i386/i386.md (jcc_1): Fix range.
14486 (jcc_2): Likewise.
14487 (jump): LIkewise.
14488 (doloop_end_internal): Likewise.
14489
14490 2003-03-12 Danny Smith <dannysmith@users.sourceforge.net>
14491
14492 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
14493 Use throughout instead of DLL_IMPORT_EXPORT_PREFIX and "e."
14494 (DLL_EXPORT_PREFIX): New define. Use throughout instead of
14495 DLL_IMPORT_EXPORT_PREFIX and "i."
14496 (i386_pe_dllexport_name_p): Here.
14497 (i386_pe_dllimport_name_p): Here.
14498 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
14499 not 9 chars when getting identifier name.
14500 (i386_pe_mark_dllimport): Here.
14501 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,
14502 not 9 chars when getting identifier name. Correct comment.
14503 (i386_pe_strip_name_encoding): Here. Add comments for different
14504 cases.
14505 (gen_fastcall_suffix): Break down xmalloc() argument to
14506 components.
14507 (gen_stdcall_suffix): Likewise.
14508 Update copyright year.
14509
14510 2003-03-12 Eric Botcazou <ebotcazou@libertysurf.fr>
14511
14512 PR optimization/9888
14513 * config/i386/i386.md (movsi_1): Remove special alternatives
14514 for %eax register.
14515 (movsi_1_nointernunit): Likewise.
14516 (movhi_1): Likewise.
14517 * config/i386/i386.c (memory_address_length): Do not use
14518 short displacement when there is no base.
14519 (ix86_attr_length_address_default): Handle LEA instructions.
14520
14521 2003-03-12 Neil Booth <neil@daikokuya.co.uk>
14522
14523 * c-cppbuiltin.c (builtin_define_std): Make non-static.
14524
14525 2003-03-11 Loren James Rittle <ljrittle@acm.org>
14526
14527 * config/freebsd-spec.h (FBSD_CPP_PREDEFINES): Remove.
14528 (FBSD_TARGET_OS_CPP_BUILTINS): New port-specific macro.
14529 (FBSD_TARGET_CPU_CPP_BUILTINS): New port-specific macro.
14530 * config/freebsd.h (CPP_PREDEFINES): Remove.
14531 (TARGET_OS_CPP_BUILTINS): New.
14532 * config/alpha/freebsd.h: Use overridden FBSD_TARGET_CPU_CPP_BUILTINS
14533 instead of TARGET_OS_CPP_BUILTINS.
14534 * config/sparc/freebsd.h (CPP_PREDEFINES): Remove.
14535
14536 2003-03-11 Geoffrey Keating <geoffk@apple.com>
14537
14538 * c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
14539
14540 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
14541
14542 * config/rs6000/rs6000.c (rs6000_stack_info): Remove
14543 insn_chain_scanned. Use insn_chain_scanned_p in machine_function.
14544
14545 * config/rs6000/rs6000.h (machine_function): Add insn_chain_scanned_p.
14546
14547 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
14548
14549 * toplev.c (independent_decode_option): Return success for --help,
14550 --target-help and --version.
14551
14552 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
14553
14554 * config/mips/linux64.h (DRIVER_SELF_SPECS): Add endian_spec.
14555 Default to -mips3 on -mabi=64. Don't add -mips* flag if -march is
14556 specified.
14557 (SUBTARGET_ASM_SPEC): Remove -mips*-adding code obviated by
14558 DRIVER_SELF_SPECS.
14559 (LINK_SPEC): Let endian options affect the linker emulation name.
14560
14561 2003-03-11 J"orn Rennecke <joern.rennecke@superh.com>
14562
14563 * sh.md (reload_inqi): Fix mode for source in second set.
14564
14565 2003-03-11 Jan Hubicka <jh@suse.cz>
14566
14567 * cselib.c (cselib_invalidate_mem_1): Move too ...
14568 (cselib_invalidate_mem): ... here; use new list
14569 (dummy_val, first_containing_mem): New static variables.
14570 (clear_table): Initialize first_containing_mem.
14571 (discard_useless_values): Compact the containing_mem list.
14572 (add_mem_for_addr): Add to the list.
14573 * cselib.h (cselib_val): Add next_containing_mem.
14574
14575 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
14576
14577 * config/rs6000/rs6000.c (rs6000_override_options): Disable string
14578 instructions for e500.
14579
14580 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
14581
14582 * Makefile.in: Update.
14583 * c-cppbuiltin.c: Include tm_p.h.
14584
14585 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
14586
14587 * doc/tm.texi (Frame Registers): Document DWARF_REG_TO_UNWIND_COLUMN.
14588
14589 * unwind-dw2.c (DWARF_REG_TO_UNWIND_COLUMN): Define.
14590 (_Unwind_GetGR): Use DWARF_REG_TO_UNWIND_COLUMN.
14591 (_Unwind_SetGR): Same.
14592 (_Unwind_GetGRPtr): New.
14593 (_Unwind_SetGRPtr): New.
14594 (uw_update_context_1): Use accesor functions instead of accessing
14595 context->reg[] directly.
14596 (uw_install_context_1): Same.
14597 (execute_cfa_program): Same.
14598 (__frame_state_for): Same.
14599
14600 * config/rs6000/rs6000.c (spe_synthesize_frame_save): Use 1200 as
14601 the synthetic register offset.
14602
14603 * config/rs6000/rs6000.h (DWARF_REG_TO_UNWIND_COLUMN): New.
14604
14605 2003-03-11 Hans-Peter Nilsson <hp@axis.com>
14606
14607 * config/cris/cris.md: Remove lingering EGCS reference.
14608 ("*extopqihi_side_biap"): For HI operation, match
14609 cris_additive_operand_extend_operator, not
14610 cris_operand_extend_operator. Adjust condition.
14611 ("*extopqihi_side", "*extopqihi"): Ditto.
14612 ("*extopqisi_side_biap"): Correct operand numbers in condition.
14613 ("*extophisi_side_biap", "*extopqisi_swap_side_biap"): Ditto.
14614 ("*extophisi_swap_side_biap", "*extopqisi_swap"): Ditto.
14615 ("*extophisi_swap"): Ditto.
14616 ("*extopqihi_swap_side_biap"): For HI operation, match a simple
14617 PLUS, not cris_operand_extend_operator. Adjust condition and
14618 output template.
14619 ("*extopqihi_swap_side", "*extopqihi_swap"): Ditto.
14620 * config/cris/cris.h (PREDICATE_CODES): Add
14621 cris_additive_operand_extend_operator.
14622 * config/cris/cris.c (cris_additive_operand_extend_operator):
14623 New predicate.
14624
14625 2003-03-11 Hartmut Penner <hpenner@de.ibm.com>
14626
14627 * df.c (read_modify_subreg_p): Change from static to global.
14628 * df.h (read_modify_subreg_p): Add prototype.
14629 * sched-deps.c (sched_analyze_1): Generate true dependency for
14630 strict_low_part, certain subregs and zero/sign_extract.
14631
14632 2003-03-11 Neil Booth <neil@daikokuya.co.uk>
14633
14634 * Makefile.in: Update.
14635 * c-common.c: Don't include real.h or except.h.
14636 (REGISTER_PREFIX): Remove.
14637 (builtin_define_std, builtin_define_with_value,
14638 builtin_define_with_int_value, builtin_define_with_hex_fp_value,
14639 builtin_define_type_max, builtin_define_type_precision,
14640 builtin_define_float_constants): Move to c-cppbuiltin.c.
14641 (c_stddef_cpp_builtins): New.
14642 * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New.
14643 * c-cppbuiltin.c: New, extracted from c-common.c.
14644 (define__GNUC__): New.
14645 * cppspec.c (lang_specific_driver): Remove support of -no-gcc.
14646 * gcc.c: Remove support of %v1, %v2 and %v3 specs.
14647 (cpp_unique_options): Don't support no-gcc.
14648 (do_spec_1): Remove support of version specs.
14649 * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3.
14650 * doc/passes.texi: Update.
14651 * doc/tm.texi: Update.
14652
14653 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
14654
14655 * dwarf2out.c (multiple_reg_loc_descriptor): Fix thinko.
14656
14657 2003-03-10 Andrew Pinski <apinski@apple.com>
14658
14659 * config/darwin.c (machopic_function_base_name): If dynamic-no-pic
14660 is on should not get here.
14661 (machopic_indirect_data_reference): If dynamic-no-pic is on just
14662 generate high/low parts of the address.
14663 (machopic_legitimize_pic_address): Change MACHOPIC_PURE to
14664 MACHOPIC_INDIRECT. Dynamic-no-pic uses 0 as the pic base. Generate
14665 symbol and labels with a new reg. Dynamic-no-pic does not have a
14666 pic_offset_table_rtx.
14667 (machopic_select_section): Change references of flag_pic to
14668 MACHOPIC_INDIRECT.
14669 (machopic_asm_out_destructor): Likewise.
14670 * config/darwin.h (ASM_DECLARE_UNRESOLVED_REFERENCE): Change
14671 reference of flag_pic to MACHOPIC_INDIRECT.
14672 (MACHO_DYNAMIC_NO_PIC_P): Define as TARGET_DYNAMIC_NO_PIC.
14673 (MACHOPIC_INDIRECT): Is also true when dynamic-no-pic is on.
14674 (MACHOPIC_JUST_INDIRECT): Is also true when dynamic-no-pic is on.
14675 (MACHOPIC_PURE): Is not pure when dynamic-no-pic is on.
14676 * config/i386/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define as
14677 0 for right now as dynamic-no-pic is not implemented on Darwin/ia32.
14678 * config/rs6000/darwin.h (MASK_MACHO_DYNAMIC_NO_PIC): Define.
14679 (TARGET_DYNAMIC_NO_PIC): Define.
14680 (SUBTARGET_SWITCHES): Define, have sub-target switches for
14681 dynamic-no-pic.
14682 (SUBTARGET_OVERRIDE_OPTIONS): Move check for -fpic from
14683 rs6000_override_options to here. Dynamic-no-pic overrides
14684 pic.
14685 (CC1_SPEC): Change from not static then pic to not static and not
14686 dynamic-no-pic then pic.
14687 * config/rs6000/rs6000.c (rs6000_override_options): Move the
14688 check for -fpic and DARWIN_ABI to config/rs6000/darwin.h
14689 (rs6000_legitimize_reload_address): Add case for loading floating in
14690 dynamic-no-pic.
14691 (rs6000_emit_move): Add case for dynamic-no-pic. Change reference
14692 of flag_pic to MACHOPIC_INDIRECT.
14693 (secondary_reload_class): Conditional change the reference of
14694 flag_pic to MACHOPIC_INDIRECT.
14695 (rs6000_output_mi_thunk): Change reference of flag_pic to
14696 MACHOPIC_INDIRECT.
14697 (output_profile_hook): Likewise.
14698 (machopic_output_stub): Non-pure (dynamic-no-pic) is now supported.
14699 * config/rs6000/rs6000.md (movdf_low): Add the case for
14700 MACHO_DYNAMIC_NO_PIC_P.
14701 (call): Change references for flag_pic in TARGET_MACHO to
14702 MACHOPIC_INDIRECT.
14703 (SUBTARGET_OVERRIDE_OPTIONS): Add case where -fpic is on and
14704 -mdynamic-no-pic is on. Also move case for -fpic from rs6000.c.
14705 * doc/invoke.texi (-mdynamic-no-pic): Document.
14706
14707 2003-03-10 Devang Patel <dpatel@apple.com>
14708
14709 PR c++/9394
14710 * gcc.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
14711 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
14712 * gcc.h (DEFAULT_SWITCH_TAKES_ARG): Add.
14713 (DEFAULT_WORD_SWITCH_TAKES_ARG): Add.
14714 * cppspec.c (DEFAULT_SWITCH_TAKES_ARG): Remove.
14715 (DEFAULT_WORD_SWITCH_TAKES_ARG): Remove.
14716
14717 2003-03-10 Steven Bosscher <s.bosscher@student.tudelft.nl>
14718
14719 PR optimization/7189
14720 * toplev.c (rest_of_compilation): Move
14721 check_function_return_warnings up to just after
14722 delete_unreachable_blocks.
14723
14724 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
14725
14726 * config/m68hc11/m68hc11.h (HARD_REGNO_RENAME_OK): Define.
14727 * config/m68hc11/m68hc11-protos.h (m68hc11_hard_regno_rename_ok):
14728 Declare.
14729 * config/m68hc11/m68hc11.c (m68hc11_hard_regno_rename_ok): New function
14730 for reg rename optimization to avoid using Z and Y registers.
14731
14732 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
14733
14734 * config/m68hc11/m68hc11.md ("*addhi3_68hc12"): Accept any constant
14735 when adding to X and Y since leax/leay are fast.
14736 ("*addhi3"): Accept 'I' constraint when adding to address register.
14737 ("rotlhi3"): Operand 1 must be a register_operand.
14738 (peephole2): New peephole to optimize some adds.
14739 * config/m68hc11/m68hc11.h (CONST_OK_FOR_LETTER_P): Use 'I' constraint
14740 to represent -2 .. 2 small integer range.
14741
14742 2003-03-10 Stephane Carrez <stcarrez@nerim.fr>
14743
14744 * config/m68hc11/m68hc11.c (m68hc11_gen_rotate): Set carry before
14745 each 16-bit rotation.
14746
14747 2003-03-10 Zack Weinberg <zack@codesourcery.com>
14748
14749 * c-opts.c (add_prefixed_path): Don't use concat. When
14750 prefixing with cpp_GCC_INCLUDE_DIR, copy only the first
14751 cpp_GCC_INCLUDE_DIR_len characters.
14752
14753 2003-03-10 Segher Boessenkool <segher@koffie.nl>
14754
14755 * testsuite/gcc.dg/altivec-9.c: New file.
14756
14757 * config/rs6000/rs6000.c (altivec_frame_fixup): Remove.
14758 (rs6000_emit_prologue): Use rs6000_frame_related instead.
14759
14760 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
14761
14762 * config/rs6000/spe.h: Define __ev64_*64__ to use single element
14763 vectors.
14764 (__ev_convert_u64): Remove macro. Define as inline.
14765 (__ev_convert_s64): Same.
14766
14767 2003-03-10 Aldy Hernandez <aldyh@redhat.com>
14768
14769 * config/rs6000/rs6000.h (DWARF_FRAME_REGISTERS): Define.
14770 (rs6000_stack_t): Add spe_64bit_regs_used.
14771
14772 * config/rs6000/rs6000.c (rs6000_stack_info): Calculate
14773 spe_64bit_regs_used, and use it to determine the size of the
14774 frame.
14775 (spe_func_has_64bit_regs_p): New.
14776 (spe_synthesize_frame_save): New.
14777 (rs6000_frame_related): Handle SPE synthetic registers.
14778 (rs6000_emit_prologue): Only save in 64-bits if the function used
14779 any registers in 64-bit mode.
14780 (rs6000_emit_epilogue): Same, but for restore.
14781
14782 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
14783
14784 * arm.h (enum floating_point_type): Delete. Replace with...
14785 (enum fputype): ... new.
14786 (FPUTYPE_DEFAULT): Renamed from FP_DEFAULT. Values reworked.
14787 * linux-elf.h (FPUTYPE_DEFAULT): Likewise.
14788 * arm.md (attr fpu): Reworked for new underlying enum values.
14789 * arm.c (arm_fpu_arch): Now enum fputype.
14790 (arm_fpu_tune): Renamed from arm_fpu. Now enum fputype.
14791 (arm_override_options, arm_output_epilogue, arm_expand_prologue):
14792 Update uses of arm_fpu_arch and arm_fpu_tune.
14793
14794 2003-03-10 Josef Zlomek <zlomekj@suse.cz>
14795
14796 * cfgcleanup.c (outgoing_edges_match): Compare the jump tables.
14797 (try_crossjump_to_edge): Replace refereces to one jump table by
14798 references to identical jump table.
14799 * loop.c (load_mems): Moved setting the JUMP_LABEL to replace_label.
14800 (replace_label): Moved to rtlanal.c.
14801 (struct rtx_pair): Moved to rtl.h.
14802 * rtl.h (struct rtx_pair): Moved from loop.c.
14803 (replace_label): New extern function.
14804 (subrtx_p): New extern function.
14805 (tablejump_p): New extern function.
14806 * rtlanal.c (replace_label): Moved from loop.c.
14807 (subrtx_p_1): New static function.
14808 (subrtx_p): New function.
14809 (tablejump_p): New function.
14810
14811 2003-03-10 Jan Hubicka <jh@suse.cz>
14812
14813 * cfgcleanup.c (try_optimize_cfg): Fix thinko in previous patch.
14814
14815 * cfgcleanup.c (merge_blocks): Return where to iterate next.
14816 (try_optimize_cfg): Use return value of merge_blocks
14817
14818 2003-03-10 Michael Matz <matz@suse.de>
14819
14820 * cfg.c (unchecked_make_edge): New.
14821 (cached_make_edge): Use it.
14822 * basic-block.h (unchecked_make_edge): Declare.
14823 * cfglayout.c (cfg_layout_duplicate_bb): Use it.
14824
14825 2003-03-10 Richard Earnshaw <rearnsha@arm.com>
14826
14827 * fpa.md: New file. Move all patterns relating to FPA co-processor
14828 to here...
14829 * arm.md: ... from here.
14830 (cirrus.md, fpa.md): Include at end of description.
14831 (divsf3, divdf3, modsf3, movdf3, sqrtsf2, sqrtdf2): New expands.
14832 (pic_load_addr_based): Remove register constraint from expander.
14833 (seq, sne, sgt, sle, slt, sge, sgeu, sleu, sgtu, sltu, sunordered)
14834 (sordered, sungt, sunle, sunge, sunlt): Likewise.
14835 (eh_epilogue, tablejump): Likewise.
14836
14837 2003-03-09 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
14838
14839 * tree.c (substitute_in_expr, case 'e'): Only make recursive call
14840 on operands if it has a PLACEHOLDER_EXPR.
14841
14842 2003-03-09 David Edelsohn <edelsohn@gnu.org>
14843 Mostafa Hagog
14844
14845 * config/rs6000/rs6000.md (movsi_update1): Add TARGET_UPDATE final
14846 condition.
14847
14848 2003-03-09 Neil Booth <neil@daikokuya.co.uk>
14849
14850 * config/frv/frv.h: Use TARGET_CPU_CPP_BUILTINS, not CPP_PREDEFINES.
14851 * config/ip2k/ip2k.h: Similarly.
14852 * config/m32r/m32r.h: Similarly.
14853 * config/m68hc11/m68hc11.h: Similarly.
14854 * config/mn10200/mn10200.h: Similarly.
14855 * config/mn10300/mn10300.h: Similarly.
14856 * config/pdp11/pdp11.h: Similarly.
14857 * config/v850/v850.h: Similarly.
14858 * config/rs6000/vxworks.h: Similarly for TARGET_OS_CPP_BUILTINS.
14859 * config/v850/retms.h: Similarly for TARGET_OS_CPP_BUILTINS.
14860 * config/mips/iris3.h: Remove #if 0 block.
14861
14862 2003-03-09 Roger Sayle <roger@eyesopen.com>
14863 Joern Rennecke <joern.rennecke@superh.com>
14864
14865 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
14866 pending argument upon return from handle_braces here.
14867 (do_spec_2): Instead handle it upon return from do_spec_1 here.
14868
14869 2003-03-09 Roger Sayle <roger@eyesopen.com>
14870 Joern Rennecke <joern.rennecke@superh.com>
14871
14872 * gcc.c (do_spec_1) ['{']: Revert 2003-02-24 patch. Don't handle
14873 pending argument upon return from handle_braces here.
14874 (do_spec_2): Instead handle it upon return from do_spec_1 here.
14875
14876 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14877
14878 * varasm.c (make_decl_one_only): Use declare_weak().
14879
14880 2003-03-09 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
14881
14882 PR middle-end/9986
14883 * c-common.c (c_common_nodes_and_builtins): Initialize target builtins
14884 after the common builtins.
14885 * pa-hpux.h (DONT_HAVE_FPUTC_UNLOCKED): Define.
14886 * pa.c (TARGET_INIT_BUILTINS): Define.
14887 (pa_init_builtins): New function.
14888
14889 * pa.md (call, call_value, sibcall, sibcall_value): When sufficient
14890 space has been allocated for the outgoing arguments, set the arg
14891 pointer for a call emitted after virtuals have been instantiated
14892 using the stack pointer offset, otherwise abort.
14893
14894 2003-03-09 DJ Delorie <dj@redhat.com>
14895
14896 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH): Revert.
14897
14898 2003-03-09 Richard Earnshaw <rearnsha@arm.com>
14899
14900 * arm.md (fix_truncsfsi2, fix_truncdfsi2, arm_fix_truncsfsi2)
14901 (arm_fix_truncdfsi2): Add missing fix in floating point mode before
14902 conversion to integer.
14903 * cirrus.md (cirrus_truncsfsi2, cirrus_truncdfsi2): Likewise.
14904
14905 2003-03-09 Roger Sayle <roger@eyesopen.com>
14906
14907 * builtins.def: Fix typo and improve grammar.
14908 * loop-unroll.c (decide_peel_completely): Tidy log message.
14909
14910 2003-03-09 Kazu Hirata <kazu@cs.umass.edu>
14911
14912 * config/h8300/h8300.md (*tstsi_upper_bit): New.
14913 (*iorsi3_e2f): Likewise.
14914
14915 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
14916
14917 * config/h8300/h8300.c (h8300_and_costs): Return the number of
14918 assembly instructions needed.
14919 (h8300_shift_costs): Likewise.
14920
14921 2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
14922
14923 * config/cris/aout.h (ENDFILE_SPEC): Undef.
14924
14925 * optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
14926 moves from here ...
14927 * expr.c (emit_move_insn_1): ... to here.
14928
14929 * config/cris/aout.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__AOUT__ to...
14930 (TARGET_OS_CPP_BUILTINS): New macro.
14931 * config/cris/cris.h (CRIS_CPP_SUBTARGET_SPEC): Move -D__ELF__ to...
14932 (TARGET_OS_CPP_BUILTINS): New macro.
14933 (CPP_PREDEFINES): Don't define. Move old definitions and...
14934 (CPP_SPEC): ...move -D__CRIS_ABI_version=2 to...
14935 (TARGET_CPU_CPP_BUILTINS): New macro.
14936 * config/cris/linux.h (CRIS_CPP_SUBTARGET_SPEC): Move constant
14937 definitions and the optional __PIC__, __pic__ and
14938 __NO_UNDERSCORES__ definitions to...
14939 (TARGET_OS_CPP_BUILTINS): New macro.
14940
14941 * flags.h (flag_leading_underscore): Declare.
14942
14943 * c-opts.c (c_common_post_options): On fopen failure, return
14944 false, not NULL.
14945
14946 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
14947
14948 * config/cris/cris_abi_symbol.c: #include tconfig.h and tm.h, not
14949 config.h.
14950 * config/cris/cris.h (HAVE_GAS_HIDDEN): Don't define here.
14951 * config/cris/aout.h (HAVE_GAS_HIDDEN): Undef.
14952
14953 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
14954
14955 * config/sh/rtemself.h (TARGET_OS_CPP_BUILTINS): Use instead of
14956 CPP_PREDEFINES.
14957 * config/sh/rtems.h (TARGET_OS_CPP_BUILTINS): Use instead of
14958 CPP_PREDEFINES.
14959
14960 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
14961
14962 * c-common.h (c_common_init, c_common_post_options): Update.
14963 * c-objc-common.c (c_objc_common_init): Update for new prototype.
14964 * c-opts.c (saved_lineno): New.
14965 (c_common_post_options, c_common_init): Update prototypes,
14966 move call to cpp_read_main_file from latter to former.
14967 * c-tree.h (c_ojbc_common_init): Update.
14968 * langhooks-def.h (lhd_post_options): New.
14969 (LANG_HOOKS_INIT, LANG_HOOKS_POST_OPTIONS): Update.
14970 * langhooks.c (lhd_post_options): New.
14971 * langhooks.h (struct lang_hooks): Update post_options and init hooks.
14972 * toplev.c (no_backend): New.
14973 (process_options): Call post_options hook and set main_input_filename
14974 and input_filename here.
14975 (lang_dependent_init, do_compile): post_options hook moved to
14976 process_options.
14977 * objc/objc-act.c (objc_init): Update prototype.
14978 * objc/objc-act.h (objc_init): Update prototype.
14979
14980 2003-03-08 Roger Sayle <roger@eyesopen.com>
14981
14982 * emit-rtl.c (gen_lowpart): Don't attempt to load a part of
14983 a complex or vector type, using a load in the original mode.
14984
14985 2003-03-08 Jan Hubicka <jh@suse.cz>
14986
14987 * Makefile.in (cgraph.o): Depend on gt-cgraph.h and varray.h.
14988 * gt-cgraph.h: New GC file.
14989 * cgraph.c (known_fns): New static variable.
14990 (cgraph_node): Add the decl into varray.
14991
14992 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
14993
14994 * config/mmix/mmix.md ("*movcc_expanded"): Add missing alternatives.
14995
14996 2003-03-08 Richard Earnshaw <rearnsha@arm.com>
14997
14998 * arm.c (fpa_rhs_operand, fpa_add_operand, const_double_rtx_ok_for_fpa)
14999 (neg_const_double_ok_for_fpa, output_mov_long_double_fpa_from_arm)
15000 (output_mov_long_double_arm_from_fpa, output_mov_double_fpa_from_arm)
15001 (output_mov_double_arm_from_fpa): Renamed to use fpa instead of fpu.
15002 All callers changed.
15003 * arm.md, arm.h, arm-protos.h: Updated.
15004
15005 * arm.h (enum reg_class FPA_REGS): Renamed from FPU_REGS.
15006 (CLASS_MAX_NREGS, REGISTER_MOVE_COST, REG_CLASS_FROM_LETTER): Updated.
15007 * arm.c (arm_regno_class, f_register_operand): Updated.
15008
15009 2003-03-08 Hans-Peter Nilsson <hp@bitrange.com>
15010
15011 * config/cris/cris.h: Remove EGCS references.
15012 (CPP_SPEC): Remove "-$".
15013 (INIT_CUMULATIVE_ARGS): Adjust parameter name to FNDECL.
15014
15015 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15016
15017 * config/stormy16/stormy16.h (TARGET_CPU_CPP_BUILTINS): Use in
15018 preference to CPP_PREDEFINES.
15019
15020 2003-03-08 Neil Booth <neil@daikokuya.co.uk>
15021
15022 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.
15023
15024 2003-03-08 Kazu Hirata <kazu@cs.umass.edu>
15025
15026 * config/h8300/h8300.md (*extzv_16_8): New.
15027
15028 2003-03-08 Jan Hubicka <jh@suse.cz>
15029
15030 * c-decl.c: (finish_function): Update call of tree_inlinable_function_p.
15031 * cgraph.h: (cgraph_local_info): Add can_inline_once
15032 (cgraph_global_info): Add inline_once.
15033 (cgraph_node): Add previous.
15034 (cgraph_remove_node): New.
15035 * cgraphunit.c (cgraph_mark_functions_to_inline_once): New static
15036 function.
15037 (cgraph_optimize): Call it.
15038 (cgraph_finalize_function): Set inlinable flags.
15039 (cgraph_finalize_compilation_unit): Actually remove the reclaimed nodes.
15040 (cgraph_mark_functions_to_output): Use new inlining heuristics flags.
15041 (cgraph_expand_function): Likewise.
15042 * cgraph.c
15043 (cgraph_node): Put nodes into doubly linked chain.
15044 (cgraph_remove_node): New function.
15045 * flags.h (flag_inline_functions_called_once): Declare.
15046 * tree-inline.c: Include cgraph.h
15047 (inlinable_functions_p): Add extra argument to bypass limits.
15048 (expand_call_inline): Obey cgraph flag.
15049 * tree-inline.h (tree_inlinable_function_p): Update prototype.
15050
15051 2003-03-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15052
15053 * gcse.c (bypass_block, bypass_conditional_jumps): Do not create
15054 irreducible loops.
15055
15056 * loop-unroll.c (unroll_loop_runtime_iterations): Update irreducible
15057 loops info correctly.
15058
15059 2003-03-08 Eric Botcazou <ebotcazou@libertysurf.fr>
15060
15061 PR middle-end/7796
15062 * unroll.c (calculate_giv_inc): Handle constants being
15063 loaded with LSHIFTRT.
15064
15065 2003-03-07 David Edelsohn <edelsohn@gnu.org>
15066
15067 * config/rs6000/rs6000.c (processor_target_table): Do not disable
15068 GP optional instructions on Power3, Power4, 620, and 630.
15069
15070 2003-03-07 Kazu Hirata <kazu@cs.umass.edu>
15071
15072 * calls.c: Fix comment formatting.
15073 * cfgloopanal.c: Likewise.
15074 * cfgloopmanip.c: Likewise.
15075 * combine.c: Likewise.
15076 * dwarf2out.c: Likewise.
15077 * ggc-common.c: Likewise.
15078 * langhooks.c: Likewise.
15079 * loop-unroll.c: Likewise.
15080 * loop.c: Likewise.
15081 * ra-build.c: Likewise.
15082 * sbitmap.c: Likewise.
15083 * toplev.c: Likewise.
15084
15085 2003-03-07 James E Wilson <wilson@tuliptree.org>
15086
15087 * config/sh/sh.h (HARD_REGNO_NREGS): Round up the XD register count.
15088
15089 2003-03-07 Geoffrey Keating <geoffk@apple.com>
15090
15091 * objc/lang-specs.h (objective-c-header): Use .gch not .pch;
15092 support -no-integrated-cpp.
15093
15094 * c-pch.c (get_ident): Use c_language_kind and flag_objc rather
15095 than langhooks.name.
15096
15097 2003-03-07 Michael Matz <matz@suse.de>
15098
15099 * df.h (enum df_ref_flags.DF_REF_STRIPPED): New.
15100 (DF_FOR_REGALLOC): New.
15101 * df.c (df_ref_record): Set DF_REF_STRIPPED.
15102 (read_modify_subreg_p): Simplify.
15103 (df_def_record_1, df_uses_record): Set DF_REF_MODE_CHANGE more often.
15104 Use DF_FOR_REGALLOC.
15105 * ra.h (struct web): New member subreg_stripped.
15106 (invalid_mode_change_regs): Declare.
15107 * ra.c (invalid_mode_change_regs): New.
15108 (init_ra): Initialize it.
15109 * ra-build.c (init_one_web_common, remember_web_was_spilled): Use it.
15110 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15111 (reinit_one_web, parts_to_web_1): Deal with subreg_stripped.
15112 * ra-colorize.c (colorize_one_web): Use invalid_mode_change_regs.
15113 Use CANNOT_CHANGE_MODE_CLASS as ifdef guard.
15114
15115 2003-03-07 Richard Earnshaw <rearnsha@arm.com>
15116
15117 * arm.md (addsf3, adddf3, subsf3, subdf3, mulsf3, muldf3, negsf2)
15118 (negdf2, abssi2, abssf2, absdf2, floatsisf2, floatsidf2)
15119 (fix_truncsfsi2, fix_truncdfsi2, truncdfsf2): Moved back into main
15120 machine description file from ...
15121 * cirrus.md: ... here.
15122
15123 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
15124
15125 * config/h8300/h8300.md (a peephole2): Don't use
15126 reg_overlap_mentioned_p.
15127
15128 2003-03-06 Geoffrey Keating <geoffk@apple.com>
15129
15130 * c-pch.c: Include langhooks.h.
15131 (IDENT_LENGTH): New.
15132 (get_ident): New.
15133 (pch_ident): Delete.
15134 (pch_init): Use get_ident, IDENT_LENGTH.
15135 (c_common_valid_pch): Likewise. Also, use actual language
15136 in warning message.
15137 * Makefile.in (c-pch.o): Add langhooks.h to dependencies.
15138
15139 * objc/config-lang.in (gtfiles): Add objc-act.c. Remove duplicate
15140 c-parse.in.
15141 * objc/Make-lang.in (objc/objc-act.o): Add dependency on
15142 gt-objc-objc-act.h.
15143 (gt-objc-objc-act.h): New rule.
15144 * objc/lang-specs.h: Support PCH.
15145 * objc/objc-act.c: Include gt-objc-objc-act.h.
15146 (objc_add_static_instance): Move num_static_inst out, mark for PCH.
15147 (build_selector_reference_decl): Move idx out, mark for PCH.
15148 (build_class_reference_decl): Likewise.
15149 (build_objc_string_decl): Move *_idx out, mark for PCH.
15150 (build_tmp_function_decl): Move xxx out, mark for PCH.
15151
15152 2003-03-06 Dale Johannesen <dalej@apple.com>
15153
15154 * config/rs6000/rs6000.c (rs6000_binds_local_p): Consider
15155 global functions for inlining on Darwin.
15156
15157 2003-03-06 Vladimir Makarov <vmakarov@redhat.com>
15158
15159 * haifa-sched.c (schedule_block): Don't call reorder when sorting
15160 is prohibited.
15161
15162 2003-03-06 Neil Booth <neil@daikokuya.co.uk>
15163
15164 * Makefile.in (c-ppoutput.o): Update.
15165 * c-common.h (init_pp_output): New.
15166 (preprocess_file): Update.
15167 * c-lex.c (init_c_lex): Move mbchar initialization to cpplib.
15168 Register builtins.
15169 * c-opts.c (c_common_init): Call init_pp_output if preprocessing.
15170 Make call to cpp_read_main_file common to whether preprocessing
15171 or not. Don't register builtins.
15172 * c-ppoutput.c: Include c-pragma.h.
15173 (setup_callbacks): Rename init_pp_output.
15174 (preprocess_file): No longer setup callbacks or call
15175 cpp_read_main_file.
15176 * cpphash.h (_cpp_init_mbchar): New.
15177 * cppinit.c (init_library): Call _cpp_init_mbchar.
15178 * cpplex.c (_cpp_init_mbchar): New.
15179
15180 2003-03-06 Roger Sayle <roger@eyesopen.com>
15181
15182 * emit-rtl.c (gen_lowpart): When requesting the low-part of a
15183 MEM, try loading the MEM into a register and taking the low-part
15184 of that, to help CSE see the use of the MEM in its true mode.
15185
15186 2003-03-05 Tom Tromey <tromey@redhat.com>
15187
15188 * config/stormy16/stormy16.h (DWARF_LINE_MIN_INSTR_LENGTH):
15189 Define.
15190
15191 2003-03-05 Nick Clifton <nickc@cambridge.redhat.com>
15192
15193 * config/stormy16/stormy16.md ("*eqbranchsi"): Remove '+' on
15194 operand 2.
15195 ("*ineqbranchsi"): Likewise.
15196
15197 2003-03-05 Andrew Haley <aph@cambridge.redhat.com>
15198
15199 * config/stormy16/stormy16.c (xstormy16_expand_prologue): Delete
15200 mem_fake_push_rtx. Instead construct a SEQUENCE to show the
15201 register store followed by a stack increment.
15202
15203 2003-03-05 Chris Moller <cmoller@redhat.com>
15204
15205 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): added a term
15206 to inhibit saving CARRY_REGS.
15207
15208 * config/stormy16/stormy16.c (xs_hi_general_operand):
15209 added predicate to detect and error-out on out-of-range
15210 const_ints for movhi.
15211 * config/stormy16/stormy16.md (movhi): use
15212 xs_hi_general_operand.
15213
15214 * config/stormy16/stormy16.c (xstormy16_expand_prologue):
15215 added a check for local vbl size overflow.
15216 * config/stormy16/stormy16.c (xs_hi_nonmemory_operand):
15217 added predicate to detect and error-out on out-of-range
15218 const_ints for addhi and subhi.
15219 * config/stormy16/stormy16.md (addhi3, addchi4, addchi5,
15220 subhi3, subchi4, subchi5): used xs_hi_nonmemory_operand.
15221
15222 * config/stormy16/stormy16.c (xstormy16_legitimate_address_p):
15223 add a term to accept PRE_MODIFY addresses.
15224 * config/stormy16/stormy16.c (xstormy16_expand_move):
15225 add code to expand PRE_MODIFY addresses to an add followed
15226 by a move.
15227
15228 2003-03-06 Jason Merrill <jason@redhat.com>
15229
15230 * tree-inline.c (inlinable_function_p): Revert earlier change
15231 pending investigation.
15232
15233 2003-03-06 Kazu Hirata <kazu@cs.umass.edu>
15234
15235 * config/h8300/h8300.md (a new peephole2): New.
15236
15237 2003-03-06 Jan Hubicka <jh@suse.cz>
15238
15239 * cgraph.c (cgraph_node): Do not confuse nested functions and methods.
15240
15241 2003-03-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15242
15243 * dwarf2out.c (size_of_die): Compute size of external reference to
15244 die correctly.
15245
15246 2003-03-06 Hans-Peter Nilsson <hp@bitrange.com>
15247
15248 * config/mmix/mmix.md ("*movcc_expanded"): New pattern.
15249 ("movcc", "movcc_uns", "movcc_fp", "movcc_fpeq", "movcc_fun"): New
15250 expanders.
15251
15252 2003-03-05 Roger Sayle <roger@eyesopen.com>
15253
15254 * expr.h (lang_expand_expr): Delete obsolete prototype.
15255
15256 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15257
15258 * emit-rtl.c (gen_highpart_mode): Fix a comment typo.
15259
15260 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15261
15262 * config/h8300/h8300.md (a peephole2): Generalize to
15263 accept a memory operand.
15264
15265 2003-03-05 Olivier Hainque <hainque@act-europe.fr>
15266
15267 * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Add '+'.
15268 * config/alpha/alpha.c (print_operand, case '+'): New.
15269 * config/alpha/alpha.md (call_osf_1_noreturn): Document and use.
15270 (call_value_osf_1_noreturn): Likewise.
15271
15272 2003-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
15273
15274 * stmt.c (fixup_gotos): Change meaning of DONT_JUMP_IN.
15275 (expand_end_bindings): Likewise.
15276
15277 2003-03-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15278
15279 * pa.md (return_external_pic): Add !TARGET_PA_20 to constraint.
15280 (epilogue): Don't generate return_external_pic when emitting PA 2.0
15281 code.
15282
15283 2003-03-05 Aldy Hernandez <aldyh@redhat.com>
15284
15285 * doc/tm.texi: Document TARGET_DWARF_REGISTER_SPAN.
15286
15287 * config/rs6000/rs6000.c (rs6000_dwarf_register_span): New.
15288
15289 * hooks.c (hook_rtx_rtx_null): New.
15290
15291 * hooks.h (hook_rtx_rtx_null): Protoize.
15292
15293 * target-def.h (TARGET_DWARF_REGISTER_SPAN): New macro.
15294 (TARGET_INITIALIZER): Add TARGET_DWARF_REGISTER_SPAN.
15295
15296 * target.h (struct gcc_target): Add dwarf_register_span.
15297
15298 * dwarf2out.c (multiple_reg_loc_descriptor): New.
15299 (one_reg_loc_descriptor): New.
15300 (reg_loc_descriptor): Add support for values that span more than
15301 one register.
15302
15303 2003-03-05 Jan Hubicka <jh@suse.cz>
15304
15305 * Makefile.in (calls.o, toplev.o alias.o): Depend on cgraph.h
15306 * alias.c: Include cgraph.h
15307 (mark_constant_function): Use cgraph_rtl_info.
15308 * calls.c: Include cgraph.h
15309 (flags_from_decl_or_type): Use cgraph_rtl_info to find pure and const
15310 calls.
15311 (expand_call): Use cgraph_rtl_info to set preferred stack boundary.
15312 * cgraph.c (cgraph_rtl_info): New function.
15313 * cgraph.h (cgraph_rtl_info): Declare
15314 (cgraph_rtl_info): Likewise.
15315 * function.h (struct function): Add recursive_call_emit.
15316 * toplev.c: Include cgraph.h.
15317 (rest_of_compilation): Set preferred_incoming_stack_boundary.
15318
15319 2003-03-05 Kazu Hirata <kazu@cs.umass.edu>
15320
15321 * config/h8300/h8300.c (output_simode_bld): Clear the
15322 destination first if possible.
15323 * config/h8300/h8300.md (extzv_1_r_h8300hs): Add an
15324 alternative.
15325 (extzv_1_r_inv_h8300hs): Likewise.
15326
15327 2003-03-05 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15328
15329 * basic-block.h (EDGE_IRREDUCIBLE_LOOP, EDGE_ALL_FLAGS): New.
15330 * cfg.c (dump_edge_info): Add EDGE_IRREDUCIBLE_LOOP flag dump.
15331 * cfgloop.c (flow_loop_free): Made global.
15332 (establish_preds): New static function.
15333 (flow_loop_tree_node_add): Handle subloops of added loop correctly.
15334 (get_loop_exit_edges): New.
15335 (verify_loop_structure): Verify EDGE_IRREDUCIBLE_LOOP flags.
15336 * cfgloop.h (flow_loop_free, get_loop_exit_edges, unloop): Declare.
15337 * cfgloopanal.c (mark_irreducible_loops): Mark edges in irreducible
15338 loops.
15339 * cfgloopmanip.c (loop_delete_branch_edge): Allow to test for
15340 removability of an edge.
15341 (fix_irreducible_loops): New static function.
15342 (find_path, remove_path): Add ability to remove enclosing loops.
15343 (unloop): New.
15344 (copy_bbs, duplicate_loop_to_header_edge): Use EDGE_IRREDUCIBLE_LOOP
15345 flags.
15346 * cfgrtl.c (verify_flow_info): Handle EDGE_IRREDUCIBLE_LOOP flag.
15347 * loop-unroll.c (peel_loops_completely): Do not duplicate loop if
15348 not neccessary.
15349 (decide_peel_completely, peel_loops_completely): Allow complete peeling
15350 of non-duplicable once rolling loops.
15351 * loop-unswitch.c (unswitch_loop): Update EDGE_IRREDUCIBLE_LOOP flags.
15352
15353 2003-03-05 J"orn Rennecke <joern.rennecke@superh.com>
15354
15355 * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the minimum value
15356 for align_jumps is 4.
15357
15358 (SECONDARY_INPUT_RELOAD_CLASS): If reloading a PLUS into FPUL,
15359 use GENERAL_REGS.
15360
15361 2003-03-05 Stephane Carrez <stcarrez@nerim.fr>
15362
15363 * config/m68hc11/m68hc11.h (PAD_VARARGS_DOWN): Define and return
15364 according to va_arg type.
15365 (EXPAND_BUILTIN_VA_ARG): Remove.
15366 * config/m68hc11/m68hc11.c (m68hc11_va_arg): Remove.
15367 * config/m68hc11/m68hc11-protos.h (m68hc11_va_arg): Remove.
15368
15369 2003-03-05 David Edelsohn <edelsohn@gnu.org>
15370
15371 * config/rs6000/rs6000.c (rs6000_variable_issue): Remove unnecessary
15372 else clauses.
15373
15374 2003-03-05 Michael Matz <matz@suse.de>
15375
15376 * i386/i386.c (ix86_save_reg): Also test
15377 current_function_uses_const_pool.
15378
15379 2003-03-05 Michael Matz <matz@suse.de>
15380
15381 * unwind.h: Add the GPL exception.
15382 * Makefile.in (USER_H): Add unwind.h.
15383
15384 2003-03-05 Eric Botcazou <ebotcazou@libertysurf.fr>
15385
15386 PR c/9799
15387 * c-typeck.c (push_init_level): Add sanity check.
15388
15389 2003-03-05 Jan Hubicka <jh@suse.cz>
15390
15391 * toplev.c (rest_of_compilation): Deffer RTL compilation only when
15392 RTL inlining is done.
15393
15394 * cgraphunit.c (cgraph_mark_local_functions): New local function.
15395 (cgraph_optimize): Mark local functions.
15396 * i386-protos.h (init_cumulative_args): Update prototype.
15397 * i386.c (init_cumulative_args): Use register passing convention for
15398 local functions.
15399
15400 * cgraph.c (cgraph_global_info_ready): New global variable
15401 (cgraph_local_info, cgraph_global_info): New functions.
15402 * cgraph.h (struct cgraph_local_info, cgraph_global_info): New
15403 structures.
15404 (cgraph_local_info, cgraph_global_info, cgraph_global_info_ready):
15405 Declare.
15406 * cgraphunit.c (cgraph_finalize_function): Set inline_many.
15407 (cgraph_mark_functions_to_output): Use inline_many.
15408 (cgraph_expand_function): Free DECL_SAVED_TREE uncondtionally.
15409 (cgraph_expand_functions): Expand inline functions last.
15410 (cgraph_optimize): Do not emit uneeded functions.
15411
15412 2003-03-04 Steve Ellcey <sje@cup.hp.com>
15413
15414 * expr.c (convert_modes): Check for legal hard register.
15415
15416 2003-03-04 Tom Tromey <tromey@redhat.com>
15417
15418 * doc/sourcebuild.texi (Front End Directory): Document tags.
15419 * configure: Rebuilt.
15420 * configure.in (target_list): Added tags.
15421 * Makefile.in (TAGS): Depend on lang.clean. Include subdirectory
15422 TAGS files by reference.
15423 * objc/Make-lang.in (objc.tags): New target.
15424
15425 2003-03-04 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15426
15427 * gcov-io.h (gcov_save_position, gcov_reserve_length, gcov_resync,
15428 gcov_skip, gcov_skip_string, gcov_write_unsigned, gcov_write_counter,
15429 gcov_write_string, gcov_read_unsigned, gcov_read_counter,
15430 gcov_read_string, gcov_write_length): Modified to enable reading/
15431 writing of whole .da file just once.
15432 (da_file_open, da_file_close, da_file_eof, da_file_error,
15433 da_file_position, da_file_seek, da_file_write, da_file_read): New
15434 functions.
15435 (actual_da_file, actual_da_file_position, actual_da_file_length,
15436 actual_da_file_buffer, actual_da_file_buffer_size): New static
15437 functions.
15438 * libgcov.c (gcov_exit): Modified to read/write the whole .da file at
15439 just once.
15440
15441
15442 2003-03-04 Andreas Schwab <schwab@suse.de>
15443
15444 * config/m68k/m68k.c (m68k_output_function_prologue): Fix CFA
15445 offset without frame pointer.
15446
15447 2003-03-04 Steve Ellcey <sje@cup.hp.com>
15448
15449 * expr.c (expand_expr): Call promote_mode to set unsignedp.
15450
15451 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
15452
15453 * configure.in: Don't always define TARGET_SYSTEM_ROOT.
15454 * configure: Regenerated.
15455 * gcc.c: Check whether TARGET_SYSTEM_ROOT is defined.
15456
15457 2003-03-04 Andreas Jaeger <aj@suse.de>
15458
15459 * configure.in: Check for <memcheck.h>.
15460 * configure: Regenerated.
15461
15462 * config.in: Define HAVE_MEMCHECK_H.
15463
15464 * ggc-common.c: Use <memcheck.h> if available instead of
15465 <valgrind.h>.
15466 * ggc-page.c: Likewise.
15467 * cppfiles.c: Likewise.
15468
15469 2003-03-04 Kazu Hirata <kazu@cs.umass.edu>
15470
15471 * config/h8300/h8300.md (*extzv_8_8): Fix cc and lengths.
15472
15473 2003-03-04 Eric Botcazou <ebotcazou@libertysurf.fr>
15474
15475 PR c/9262
15476 * c-typeck.c (do_case): Attach the first case label to the SWITCH_BODY.
15477 (c_finish_case): Rechain the next statements to the SWITCH_STMT.
15478
15479 2003-03-04 Jan Hubicka <jh@suse.cz>
15480
15481 * doc/invoke.texi: Document that unit-at-a-time is enabled for -O3
15482 * toplev.c (parse_options_and_default_flags): Enable flag_unit_at_a_time
15483 for -O3.
15484
15485 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
15486
15487 * configure.in: Delete three unused variables. Move a variable
15488 definition closer to its use. Simplify use_collect2 logic. Start to
15489 organize. Simplify tests for in-tree gas and ld.
15490 * configure: Regenerate.
15491
15492 2003-03-04 Neil Booth <neil@daikokuya.co.uk>
15493
15494 * Makefile.in: Update.
15495 * c-common.c (flag_no_line_commands, flag_no_output,
15496 flag_dump_macros, flag_dump_includes): New.
15497 * c-common.h (flag_no_line_commands, flag_no_output,
15498 flag_dump_macros, flag_dump_includes, preprocess_file): New.
15499 (init_c_lex): Update prototype.
15500 * c-lex.c (init_c_lex): Update prototype; move some code to
15501 c_common_init.
15502 * c-opts.c (preprocess_file): Subsume into c_common_init.
15503 (c_common_decode_option): Update flags.
15504 (c_common_init): Move code from preprocess_file and init_c_lex.
15505 (sanitize_cpp_opts): Update.
15506 * c-ppoutput.c: New, cppmain.c almost verbatim.
15507 * cpphash.h (struct printer): Remove.
15508 (struct cpp_reader): Remove print.
15509 * cpplib.h (dump_none, dump_only, dump_names, dump_definitions,
15510 cpp_preprocess_file): Remove.
15511 (struct cpp_options): Remove no_output, no_line_commands, dump_macros
15512 and dump_includes.
15513 * cppmain.c: Remove.
15514 * doc/passes.texi: Update.
15515
15516 2003-03-04 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
15517
15518 * function.c (STACK_ALIGNMENT_NEEDED): New macro. Default to 1.
15519 (assign_stack_local_1): Perform overall stack alignment only when
15520 STACK_ALIGNMENT_NEEDED is nonzero.
15521 * doc/tm.texi (STACK_ALIGNMENT_NEEDED): Document.
15522
15523 * pa.c (compute_frame_size): Rename fsize to size. Account for
15524 alignment to a word boundary before general register save block. Only
15525 account for double-word alignment before floating point register save
15526 block if one or more are saved. Don't allocate space for %r3 when
15527 frame pointer is needed.
15528 (hppa_expand_prologue): Include alignment to word boundary in local
15529 frame size.
15530 * pa.h (STARTING_FRAME_OFFSET): Define to 8 on both 32 and 64-bit ports.
15531 (STACK_ALIGNMENT_NEEDED): Define.
15532
15533 2003-03-04 Kevin Buettner <kevinb@redhat.com>
15534
15535 * dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
15536 global register variables.
15537
15538 2003-03-04 Alexandre Oliva <aoliva@redhat.com>
15539
15540 * reload.c (reload_adjust_reg_for_mode): New function.
15541 (subst_reloads): Call it.
15542 (operands_match_p): Adjust registers using HARD_REGNO_NREGS.
15543 * reload.h (reload_adjust_reg_for_mode): Declare.
15544 * reload1.c (emit_input_reload_insns, emit_output_reload_insns):
15545 Call it.
15546
15547 2003-03-03 James E Wilson <wilson@tuliptree.org>
15548
15549 * optabs.c (add_equal_note): Delete SUBREG_REG use.
15550 Fixes PR c/7872.
15551
15552 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15553
15554 * config/h8300/h8300.md (*ixorsi3_ashift_16): New.
15555 (*ixorsi3_lshiftrt_16): New.
15556 (*iorsi3_ashift_16): Remove.
15557
15558 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15559
15560 * config/h8300/h8300.md (*extzv_8_8): Use '?' to simplify the
15561 pattern.
15562
15563 2003-03-03 Geoffrey Keating <geoffk@apple.com>
15564
15565 * doc/install.texi (Specific): Update entry for powerpc-darwin.
15566
15567 2003-03-03 Richard Henderson <rth@redhat.com>
15568
15569 * config/ia64/ia64.h (HAVE_AS_LTOFFX_LDXMOV_RELOCS): Default to 0.
15570
15571 2003-03-03 David Edelsohn <edelsohn@gnu.org>
15572
15573 * config/rs6000/rs6000.c (rs6000_multipass_dfa_lookahead): Delete.
15574 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD): Delete.
15575 (rs6000_variable_issue): Do not return negative value.
15576 (rs6000_issue_rate): Uniformly set issue rate to 1 for first
15577 scheduling pass.
15578
15579 2003-03-03 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
15580
15581 * dwarf2out.c (dwarf2out_finish): Swap order of break_out_includes and
15582 prune_unused_types calls.
15583
15584 2003-03-03 Jason Merrill <jason@redhat.com>
15585
15586 * tree-inline.c (find_builtin_longjmp_call): Save and restore
15587 lineno and input_filename.
15588 (find_alloca_call): Likewise.
15589 (inlinable_function_p): Run the langhook earlier.
15590
15591 * calls.c (compute_argument_addresses): Give the new MEMs a
15592 minimum alignment of PARM_BOUNDARY.
15593
15594 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
15595
15596 * config/sh/sh.h (EXTRA_SPECS): Add subtarget_asm_relax_spec and
15597 subtarget_asm_isa_spec.
15598 (SUBTARGET_ASM_RELAX_SPEC, SUBTARGET_ASM_ISA_SPEC): Define.
15599 (ASM_SPEC): Define as SH_ASM_SPEC.
15600 (SH_ASM_SPEC): New; take the role of ASM_SPEC, but safe from svr4.h.
15601 Use subtarget_asm_relax_spec and subtarget_asm_isa_spec.
15602 * config/sh/elf.h (ASM_SPEC): Use SH_ASM_SPEC.
15603 (SUBTARGET_ASM_ISA_SPEC): Undef / define.
15604
15605 * sh.h (OVERRIDE_OPTIONS): Set default values for align_loops
15606 and align_jumps if not set.
15607 Force align_jumps to be at least 2.
15608 When relaxing, force align_functions to be at least the maximum of
15609 align_loops, align_jumps and 4.
15610 * sh.c (find_barrier, barrier_align): Honour align_jumps_log.
15611 (sh_loop_align): Honour align_loops_log.
15612
15613 * sh.md (length attribute): Use prev_nonnote_insn instead of PREV_INSN
15614 to check for indirect_jump_scratch.
15615 (indirect_jump_scratch): Add second set.
15616 * sh.c (output_far_jump): Use prev_nonnote_insn instead of PREV_INSN
15617 when looking for indirect_jump_scratch.
15618 Extract scratch register taking new structure of indirect_jump_scratch
15619 into account.
15620 (gen_block_redirect): Set INSN_SCOPE for indirect_jump_scratch.
15621
15622 2003-03-03 Jan Hubicka <jh@suse.cz>
15623
15624 * calls.c (rtx_for_function_call): Take the address as an argument
15625 (expand_call): Do not modify the expression.
15626
15627 * toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
15628 optimizing.
15629
15630 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15631
15632 * config/h8300/h8300.md (*ixorsi3_zext_hi): Restrict to
15633 TARGET_H8300H and TARGET_H8300S.
15634
15635 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15636
15637 * config/h8300/h8300.md (a peephole2): New.
15638
15639 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15640
15641 * config/h8300/h8300.md (*extzv_8_8): Use shorter code when
15642 operands[0] and operands[1] are different.
15643
15644 2003-03-03 Kazu Hirata <kazu@cs.umass.edu>
15645
15646 * reload1.c (reload_cse_move2add): Remove variable success.
15647
15648 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15649
15650 * ggc-common.c (ggc_rlimit_bound): Cast RLIM_INFINITY to avoid
15651 warnings.
15652
15653 2003-03-02 Richard Henderson <rth@redhat.com>
15654
15655 * configure.in (HAVE_AS_LTOFFX_LDXMOV_RELOCS): New ia64 test.
15656 * config.in, configure: Rebuild.
15657 * config/ia64/ia64.c (ia64_ld_address_bypass_p): Accept lo_sum.
15658 * config/ia64/ia64.md (load_symptr): Use high/lo_sum for the
15659 paired ldtoffx and ldxmov annotations.
15660 (load_symptr_internal1): Remove.
15661 (load_symptr_high, load_symptr_low): New.
15662
15663 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
15664
15665 * c-incpath.c (add_path): Fix sysp assignment.
15666
15667 2003-03-02 Kurt Garloff <garloff@suse.de>
15668
15669 * params.def: Introduce parameter max-inline-insns-rtl for
15670 a separate limit for the RTL inliner.
15671 * params.h: Likewise.
15672 * integrate.c (function_cannot_inline_p): Use it.
15673 * toplev.c (decode_f_option): Set multiple parameters
15674 controlling inlining with -finline-limit.
15675 * params.def: Fix orthographic and typographic errors.
15676 * doc/invoke.texi: Document parameters controlling inlining
15677 and the way -finline-limit sets multiple of them.
15678
15679 * tree.h (struct tree_decl): Introduce inlined_function_flag,
15680 recording whether the function became eligible for inlining
15681 by a compiler flag rather than the declaration.
15682 Provide DID_INLINE_FUNC macro to access it.
15683 * c-decl.c (grokdeclarator): Set DID_INLINE_FUNC.
15684 * cp/decl.c (grokfndecl): Likewise.
15685 * toplev.c (rest_of_compilation): Likewise.
15686 * cp/optimize (maybe_clone_body): Copy DID_INLINE_FUNC.
15687 * print-tree.c (print_node): Report it.
15688 * params.def: Introduce new max-inline-insns-auto limit.
15689 * params.h: Likewise.
15690 * tree-inline.c (inlinable_function_p): Apply it to functions
15691 with DID_INLINE_FUNC set.
15692 * toplev.c (decode_f_option): Initialize it from -finline-limit
15693 value.
15694 * doc/invoke.texi: Document new parameter.
15695
15696 2003-03-02 Geoffrey Keating <geoffk@apple.com>
15697
15698 * fix-header.c (read_scan_file): Don't reference simplify_path.
15699
15700 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
15701
15702 * config/m68hc11/m68hc11.c (m68hc11_override_options): Don't enable
15703 min/max instructions by default as may result in reload errors.
15704
15705 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
15706
15707 * config/m68hc11/m68hc11.md ("mulqi3"): Allow address register to
15708 avoid reload problems; define split for it.
15709
15710 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
15711
15712 * config/m68hc11/m68hc11.c (m68hc11_shift_operator): New function.
15713 * config/m68hc11/m68hc11-protos.h (m68hc11_shift_operator): Declare.
15714 * config/m68hc11/m68hc11.h (PREDICATE_CODES): Register.
15715 * config/m68hc11/m68hc11.md ("rotrhi3", "rotlhi3"): New patterns for
15716 rotatert and rotate.
15717 ("rotrhi3_const", "rotlhi3_const"): Rename of old 'rotrhi3' insns.
15718 ("*rotrhi3", "*rotlhi3"): New insn pattern for non-const rotatert.
15719 ("*rotrhi3_addr"): New split for shift insns on address register.
15720 ("*lshrhi3", "*ashrhi3", "*ashlhi3_2"): Use new split.
15721 * config/m68hc11/larith.asm (___rotlhi3): New asm function.
15722 (___rotrhi3): Likewise.
15723 * config/m68hc11/t-m68hc11-gas (LIB1ASMFUNCS): Build them.
15724
15725 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
15726
15727 * toplev.c (aux_base_name): Moved from toplev.h.
15728 (filename): Constify.
15729 (lang_dependent_init): Don't duplicate name.
15730 (process_options): Set aux_base_name here, not...
15731 (do_compile): ...here. Change protoype.
15732 (toplev_main): Move some code from do_compile.
15733 * toplev.h: Remove aux_base_name.
15734
15735 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
15736
15737 * config/h8300/h8300-protos.h: Add a prototype for
15738 iorxor_operator.
15739 * config/h8300/h8300.c (print_operand): Handle 'c'.
15740 (iorxor_operator): New.
15741 * config/h8300/h8300.h (PREDICATE_CODES): Add iorxor_operator.
15742 * config/h8300/h8300.md (*iorhi3_zext): Remove.
15743 (*iorsi3_zexthi): Likewise.
15744 (*iorsi3_zextsi): Likewise.
15745 (*xorhi3_zextqi): Likewise.
15746 (*xorsi3_zexthi): Likewise.
15747 (*xorsi3_zextsi): Likewise.
15748 (*ixorhi3_zext): New.
15749 (*ixorsi3_zext_qi): Likewise.
15750 (*ixorsi3_zext_hi): Likewise.
15751
15752 2003-03-02 Neil Booth <neil@daikokuya.co.uk>
15753
15754 * c-incpath.c (remove_component_p, simplify_path): Move back to
15755 cppfiles.c.
15756 (remove_duplicates): Use cpp_simplify_path.
15757 * c-incpath.h (simplify_path): Remove.
15758 * c-lex.c: Don't include c-incpath.h.
15759 (init_c_lex): Remove simplify_path.
15760 * cppfiles.c (remove_component_p, cpp_simplify_path): Restore.
15761 (find_or_create_entry, validate_pch): Revert.
15762
15763 2003-03-02 Ashif Harji <asharji@uwaterloo.ca>
15764
15765 * gcc.c (default_compilers): Add -no-integrated-cpp flag to invoke
15766 an external cpp during compilation.
15767 (option_map): Likewise.
15768 * objc/lang-specs.h (default_compilers): Similarly.
15769 * doc/invoke.texi: Document -no-integrated-cpp flag.
15770
15771 2003-03-02 Kazu Hirata <kazu@cs.umass.edu>
15772
15773 * config/h8300/h8300.md (zero_extendqisi2): Change to an
15774 expander.
15775 (*zero_extendqisi2_h8300): New.
15776 (*zero_extendqisi2_h8300hs): New.
15777 (two splitters): New.
15778
15779 2003-03-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15780
15781 * fp-bit.h (float_to_usi): Fix condition wrapping prototype.
15782
15783 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
15784
15785 * config/h8300/h8300.md (a peephole2): Remove dead code.
15786
15787 2003-03-01 Roger Sayle <roger@eyesopen.com>
15788
15789 PR c++/9367
15790 * builtin-types.def (DEF_FUNCTION_TYPE_VAR_3): New macro.
15791 (BT_FN_INT_CONST_STRING_VALIST_ARG,
15792 BT_FN_INT_STRING_CONST_STRING_VALIST_ARG,
15793 BT_FN_INT_CONST_STRING_CONST_STRING_VALIST_ARG,
15794 BT_FN_INT_STRING_SIZE_CONST_STRING_VALIST_ARG,
15795 BT_FN_INT_STRING_CONST_STRING_VAR,
15796 BT_FN_INT_CONST_STRING_CONST_STRING_VAR,
15797 BT_FN_INT_STRING_SIZE_CONST_STRING_VAR): New built-in types.
15798 * builtin-attrs.def (ATTR_NONNULL_1, ATTR_NONNULL_2,
15799 ATTR_NONNULL_3): Also include the nothrow attribute.
15800 (sprintf, scanf, sscanf, vprintf, vsprintf, snprintf,
15801 vsnprintf, vscanf, vsscanf): Don't define attributes here.
15802 * builtins.def (putchar, puts): Make full C89 built-ins.
15803 (snprintf, sprintf, scanf, sscanf, vprintf, vscanf,
15804 vsscanf, vsnprintf, vsprintf): New built-ins.
15805 * c-common.c (c_common_nodes_and_builtins): Handle new macro
15806 DEF_FUNCTION_TYPE_VAR_3.
15807
15808 * doc/extend.texi: Document these new built-in functions.
15809
15810 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
15811
15812 * config/h8300/h8300.md (a peephole2): New.
15813
15814 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
15815
15816 * predict.c (estimate_bb_frequencies): Correctly set
15817 real_values_initialized after initialization.
15818
15819 2003-03-01 Neil Booth <neil@daikokuya.co.uk>
15820
15821 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,
15822 cppinit.o, cppdefault.o, fix-header): Update.
15823 * c-incpath.c: New file.
15824 * c-incpath.h: New file.
15825 * c-lex.c: Include c-incpath.h.
15826 (init_c_lex): Register path simplifier.
15827 * c-opts.c: Include cppdefault.h and c-incpath.h.
15828 (TARGET_SYSTEM_ROOT, verbose, iprefix, sysroot, std_inc,
15829 std_cxx_inc, quote_chain_split, add_prefixed_path): New.
15830 (COMMAND_LINE_OPTIONS): Add more options from cpplib.
15831 (missing_arg, c_common_decode_option): Handle them.
15832 (c_common_post_options): Register include chains.
15833 (print_help): Update.
15834 * cppdefault.h (struct default include): Update.
15835 Move some macros to ...
15836 * cppdefault.c: ... here.
15837 (cpp_include_defaults): Add extra field add_sysroot.
15838 * cppfiles.c (include_file, search_from, find_or_create_entry,
15839 cpp_included, find_include_file, remap_filename): Update for
15840 renaming of search_path to cpp_path, and of the chain headers.
15841 (remove_component_p, _cpp_simplify_pathname): Move to c-incpath.c.
15842 * cpphash.h (struct search_path): Move to cpplib.h.
15843 (struct cpp_buffer, struct cpp_reader): Update.
15844 (_cpp_simplify_pathname): Remove.
15845 * cppinit.c: Don't include prefix.h and cppdefault.h.
15846 (INO_T_EQ, INO_T_COPY, path_include, append_include_chain,
15847 remove_dup_dir, remove_dup_nonsys_dirs, remove_dup_dirs,
15848 init_standard_includes, BRACKET, SYSTEM, AFTER, no_dir,
15849 no_pth, cpp_handle_options): Remove.
15850 (struct pending_option): Remove chain members.
15851 (cpp_destroy, cpp_read_main_file, COMMAND_LINE_OPTIONS,
15852 cpp_handle_option): Update.
15853 * cpplib.h (struct cpp_path, cpp_set_include_chains): New.
15854 (struct cpp_options): Remove quote_include, bracket_include,
15855 include_prefix, include_prefix_len, verbose, ignore_srcdir,
15856 no_standard_includes, no_standard_cplusplus_includes.
15857 (struct cpp_callbacks): Add simplify_path.
15858 (cpp_handle_options): Remove.
15859 * fix-header.c: Include c-incpath.h.
15860 (read_scan_file): Update to use c-incpath functionality.
15861 * doc/passes.texi: Update.
15862
15863 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
15864
15865 * config/h8300/h8300.c (bit_operand): Accept MEM only if it
15866 satisfies EXTRA_CONSTRAINT 'U'.
15867
15868 2003-03-01 Kazu Hirata <kazu@cs.umass.edu>
15869
15870 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Take a scratch
15871 register.
15872 (*tst_extzv_memqi_1_n): Change to a splitter.
15873 (a peephole2): Update.
15874
15875 2003-03-01 Richard Earnshaw <rearnsha@arm.com>
15876
15877 * predict.c (estimate_bb_frequencies): Initialize the sreal
15878 constants once per compilation.
15879
15880 2003-02-28 Richard Henderson <rth@redhat.com>
15881
15882 * toplev.c (flag_eliminate_unused_debug_types): Enable by default.
15883
15884 2003-02-28 scott snyder <snyder@fnal.gov>
15885
15886 * flags.h: Add flag_eliminate_unused_debug_types.
15887 * toplev.c: Add flag_eliminate_unused_debug_types.
15888 (f_options): Add -feliminate-unused-debug-types.
15889 * dwarf2out.c (struct file_table): Add emitted member.
15890 (splice_child_die): Fix the parent pointer for the child being
15891 spliced.
15892 (lookup_filename): Maintain file_table.emitted array. Don't
15893 output .file directive here.
15894 (maybe_emit_file): (new)
15895 (init_file_table): Set up file_table.emitted.
15896 (dwarf2out_source_line): Use maybe_emit_file.
15897 (dwarf2out_start_source_file): Use maybe_emit_file.
15898 (dwarf2out_init): Use maybe_emit_file.
15899 (prune_unused_types_walk_attribs): (new)
15900 (prune_unused_types_mark): (new)
15901 (prune_unused_types_walk): (new)
15902 (prune_unused_types_prune): (new)
15903 (prune_unused_types): (new)
15904 (dwarf2out_finish): Call prune_unused_types if
15905 flag_eliminate_unused_debug_types is set.
15906 * doc/invoke.texi (Option Summary): Add
15907 -feliminate-unused-debug-types.
15908 (Debugging Options): Likewise.
15909
15910 2003-02-28 Geoffrey Keating <geoffk@apple.com>
15911
15912 * doc/invoke.texi: Change .pch to .gch.
15913 * cppfiles.c (open_file_pch): Likewise.
15914 * gcc.c (default_compilers): Likewise.
15915
15916 2003-02-28 Aldy Hernandez <aldyh@redhat.com>
15917
15918 * floatlib.c: Remove.
15919
15920 2003-02-28 Jason Merrill <jason@redhat.com>
15921
15922 * stor-layout.c (variable_size): Leave a "minus 1" outside the
15923 SAVE_EXPR.
15924
15925 2003-02-28 David Edelsohn <edelsohn@gnu.org>
15926
15927 * config/rs6000/power4.md: Add compare bypass.
15928
15929 2003-02-28 Jason Thorpe <thorpej@wasabisystems.com>
15930
15931 * config/netbsd.h: Update copyright years.
15932 (NETBSD_CPP_SPEC): Define _REENTRANT and _PTHREADS if
15933 -pthread is specified on the command line.
15934
15935 2003-02-28 Dale Johannesen <dalej@apple.com>
15936
15937 * loop.c (struct movable): Add insert_temp, shrink savemode.
15938 (scan_loop): Accept invariants that require copying; mark as
15939 insert_temp.
15940 (combine_movables): Don't combine insert_temp movables.
15941 (move_movables): Insert copies for insert_temp movables.
15942 Don't record the info based on regno for insert_temp's.
15943
15944 2003-02-28 Joel Sherrill <joel@OARcorp.com>
15945
15946 PR 9638/other
15947 * config/i386/i386.c (DEFAULT_PCC_STRUCT_RETURN): Ensure the
15948 this constant defaults to 1.
15949
15950 2003-02-28 Bob Wilson <bob.wilson@acm.org>
15951
15952 * config.gcc (xtensa-*-linux*): Add t-slibgcc-elf-ver to tmake_file.
15953
15954 2003-02-28 Richard Earnshaw <rearnsha@arm.com>
15955
15956 * arm.md (mulhisi3, mulhisi3addsi, mulhidi3adddi): Enable for any
15957 ARMv5e processor, not just for XScale. Instructions are predicable.
15958 (mulhisi3tb, mulhisi3bt, mulhisi3tt): New patterns for ARMv5e.
15959
15960 2003-02-28 Nick Clifton <nickc@redhat.com>
15961
15962 * config/arm/arm.c (note_invalid_constants): Change parameter type
15963 from bool to int.
15964
15965 2003-02-28 Kazu Hirata <kazu@cs.umass.edu>
15966
15967 * config/h8300/h8300.md (*tst_extzv_bitqi_1_n): Accept the
15968 test of bit 7.
15969 (*tst_extzv_memqi_1_n): Likewise.
15970 (a peephole2): New.
15971
15972 2003-02-28 Richard Sandiford <rsandifo@redhat.com>
15973
15974 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Wrap in
15975 #ifndef __mips16.
15976
15977 2003-02-28 Jan Hubicka <jh@suse.cz>
15978
15979 * combine.c (gen_lowpart_for_combine): Update handling of
15980 subregs_of_mode
15981 * flow.c (life_analysis, mark_used_regs): Likewise.
15982 * regclass.c (subregs_of_mode): Turn into single bitmap.
15983 (cannot_change-mode_set_regs, invalid_mode_change_p): Update
15984 dealing with subregs_of_mode
15985 * regs.h (subregs_of_mode): Update prototype.
15986
15987 2003-02-28 Josef Zlomek <zlomekj@suse.cz>
15988
15989 * emit-rtl.c (set_reg_attrs_for_parm): New function.
15990 * rtl.h (set_reg_attrs_for_parm): New exported function.
15991 * function.c (assign_parms): Use set_reg_attrs_for_parm instead of
15992 set_reg_attrs_from_mem.
15993
15994 2003-02-27 Roger Sayle <roger@eyesopen.com>
15995 Zack Weinberg <zack@codesourcery.com>
15996
15997 * gcc.c (do_spec_1): Treat %U like %u for unique associations.
15998
15999 2003-02-27 Kazu Hirata <kazu@cs.umass.edu>
16000
16001 * reload1.c (sext_for_mode): Remove.
16002 (reload_cse_move2add): Use trunc_int_for_mode instead of
16003 sext_for_mode.
16004 (move2add_note_store): Likewise.
16005 Reset register information if we see a set in non-integer
16006 mode.
16007
16008 2003-02-27 David Edelsohn <edelsohn@gnu.org>
16009
16010 * config/rs6000/aix43.h (ASM_SPEC): Only emit -mppc64 if no -mcpu
16011 option.
16012 (ASM_CPU_SPEC): Use -m620 for Power3, Power4, 620, 630.
16013 * config/rs6000/aix51.h: Same.
16014 * config/rs6000/aix52.h: Same.
16015 * config/rs6000/power4.md: Additional VMX bypasses.
16016
16017 2003-02-27 Geert Bosch <bosch@gnat.com>
16018
16019 * toplev.c (print_version): Add indentation for GGC heuristics and
16020 output after printing version information.
16021
16022 2003-02-27 James E Wilson <wilson@tuliptree.org>
16023
16024 * combine.c (simplify_comparison): Require integral mode when
16025 permuting SUBREG with AND.
16026
16027 2003-02-27 Steve Ellcey <sje@cup.hp.com>
16028
16029 * config/ia64/hpux.h (STARTFILE_PREFIX_SPEC): Remove.
16030
16031 2003-02-27 Nick Clifton <nickc@redhat.com>
16032
16033 * config/arm/arm.md (extendsfdf2): Add pattern accidentally
16034 deleted when cirrus instructions were added.
16035
16036 2003-02-27 Jason Thorpe <thorpej@wasabisystems.com>
16037
16038 * config.gcc (*-*-netbsd[2-9]*, *-*-netbsdelf[2-9]*): Enable
16039 POSIX thread support by default.
16040
16041 2003-02-27 Roger Sayle <roger@eyesopen.com>
16042
16043 * config/i386/cygwin.h: Don't include any other files directly.
16044 * config/i386/mingw32.h: Don't include cygwin.h directly.
16045 * config.gcc (cygwin, mingw32, uwin): Instead make these files
16046 explicit in the tm_files variable.
16047
16048 2003-02-27 Alan Modra <amodra@bigpond.net.au>
16049
16050 * config/rs6000/rs6000.md: Add TI constant splitter.
16051
16052 2003-02-26 Alexandre Oliva <aoliva@redhat.com>
16053
16054 * builtins.c (purge_builtin_constant_p): Handle subreg of
16055 constant_p_rtx too.
16056
16057 * function.c (assign_stack_local_1): Truncate constant added to
16058 frame_pointer_rtx or virtual_stack_vars_rtx for Pmode.
16059
16060 2003-02-26 David Edelsohn <edelsohn@gnu.org>
16061
16062 * config.gcc: Add power4 to PowerPC with_cpu list.
16063
16064 2003-02-26 Jan Hubicka <jh@suse.cz>
16065
16066 * objc-act.c: (mark_referenced_methods): Fix compilation problem.
16067
16068 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16069
16070 * gcov-dump.c (print_prefix): Fix signedness warning.
16071 * gcov-io.h (struct counter_section, struct counter_section_data): New.
16072 (struct function_info): n_arc_counts field removed, n_counter_sections,
16073 counter_sections fields added.
16074 (struct gcov_info): arc_counts, n_arc_counts fields removed,
16075 n_counter_sections, counter_sections fields added.
16076 * libgcov.c (gcov_exit, __gcov_flush): Add support for multiple
16077 profile sections.
16078 * profile.h (MAX_COUNTER_SECTIONS): New.
16079 (struct section_info): New.
16080 (struct profile_info): count_instrumented_edges,
16081 count_edges_instrumented_now fields removed, n_sections, section_info
16082 fields added.
16083 (find_counters_section): Declare.
16084 * profile.c (struct function_list): count_edges field removed,
16085 n_counter_sections, counter_sections fields added.
16086 (set_purpose, label_for_tag, build_counter_section_fields,
16087 build_counter_section_value, build_counter_section_data_fields,
16088 build_counter_section_data_value, build_function_info_fields,
16089 build_function_info_value, build_gcov_info_fields,
16090 build_gcov_info_value): New static functions.
16091 (find_counters_section): New function.
16092 (instrument_edges, get_exec_counts, compute_branch_probabilities,
16093 branch_prob, create_profiler): Modified to support multiple profile
16094 sections.
16095
16096 2003-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
16097
16098 * pa.c (compute_frame_size): Don't assume PREFERRED_STACK_BOUNDARY
16099 is 8 * STACK_BOUNDARY.
16100 * pa.h (PREFERRED_STACK_BOUNDARY): Change to 128 on 64-bit port.
16101
16102 2003-02-26 Michael Matz <matz@suse.de>
16103
16104 * ra-colorize.c (merge_moves): Fix list handling.
16105
16106 2003-02-26 Nick Clifton <nickc@redhat.com>
16107
16108 * config/arm/arm.c (is_load_address): Rename to...
16109 (arm_memory_load_p) ... this and make it check for SUBREGs and
16110 constant loads that will be converted into loads from the
16111 minipool.
16112 (is_cirrus_insn): Rename to ...
16113 (arm_cirrus_insn_p): ... this, for consistency. Replace test
16114 of CIRRUS_NO with CIRRUS_NOT.
16115 (cirrus_reorg): Use renamed functions.
16116 (note_invalid_constants): Change from a void function to bool.
16117 Add an extra parameter, saying whether the fixups should be
16118 pushed. Return true if fixups are needed.
16119 (arm_reorg): Use renamed functions. Use INSN_P. Replace test
16120 of CIRRUS_NO with CIRRUS_NOT.
16121 * config/arm/arm.h (FLOAT_WORDS_BIG_ENDIAN): Mention that
16122 other floating point co-processors can also affect this.
16123 * config/arm/arm.md ("type" attribute): Add mav_farith and
16124 mav_dmult. Replace references to "cirrus_type" attribute with
16125 "type".
16126 * config/arm/cirrus.md ("cirrus_fpu" attribute): Delete.
16127 ("cirrus_type" attribute): Delete - use "type" instead.
16128 ("cirrus" attribute): Replace 'no' with 'not' and 'yes' with
16129 'normal'.
16130
16131 2003-02-25 Jan Hubicka <jh@suse.cz>
16132
16133 * objc-act.c: Include cgraph.h
16134 (mark_referenced_methods): New function.
16135 (objc_init): Call it.
16136 * objc-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Set.
16137
16138 * c-decl.c (finish_function): Honor can_defer_p even in unit-at-a-time
16139 mode.
16140
16141 * optabs.c (expand_fix): Do not widen the input operand.
16142
16143 * expr.c (emit_group_store): Fix crash when converting single
16144 register into complex register.
16145
16146 * Makefile.in (jump.o, regclass.o, alias.o): Add dependency on timevar.h
16147 * alias.c: Include timevar.h
16148 (init_alias_analysis): Set timevar
16149 * jump.c: Include timevar.h
16150 (rebuild_jump_labels): Set timevar
16151 * regcalss.c: Include timevar.h
16152 (reg_scan): Set timevar
16153 * timevar.def (TV_ALIAS_ANALYSIS, TV_REG_SCAN, TV_REBUILD_JUMP): New
16154
16155 2003-02-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
16156
16157 * cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
16158
16159 * Makefile.in (loop-unroll.o): New.
16160 * cfgloop.h (UAP_PEEL, UAP_UNROLL, UAP_UNROLL_ALL): New.
16161 (unroll_and_peel_loops): Declare.
16162 * alias.c (init_alias_analysis): Flag_unroll_loops renamed to
16163 flag_old_unroll_loops.
16164 * loop.c (loop_invariant_p): Ditto.
16165 * unroll.c (unroll_loop): Flag_unroll_all_loops renamed to
16166 flag_old_unroll_all_loops.
16167 * flags.h (flag_unroll_loops): Renamed to flag_old_unroll_loops.
16168 (flag_unroll_all_loops): Renamed to flag_old_unroll_all_loops.
16169 * params.def (PARAM_MAX_UNROLLED_INSNS): Default value changed.
16170 (PARAM_MAX_AVERAGE_UNROLLED_INSNS, PARAM_MAX_UNROLL_TIMES,
16171 PARAM_MAX_PEELED_INSNS, PARAM_MAX_PEEL_TIMES,
16172 PARAM_MAX_COMPLETELY_PEELED_INSNS, PARAM_MAX_COMPLETELY_PEEL_TIMES,
16173 PARAM_MAX_ONCE_PEELED_INSNS): New.
16174 * toplev.h (flag_old_unroll_loops, flag_old_unroll_all_loops): New.
16175 (flag_unroll_loops, flag_unroll_all_loops): Used for new unroller
16176 instead of old one.
16177 (flag_peel_loops): New.
16178 (lang_independent_options): The new flags added.
16179 (rest_of_compilation): Call new unroller.
16180 (process_options): Setup flags for coexistence of old and new unroller.
16181 * doc/invoke.texi: Document new options.
16182 * doc/passes.texi: Document new unroller pass.
16183
16184 2003-02-26 David Billinghurst <David.Billinghurst@riotinto.com>
16185
16186 * fixinc/fixincl.x: Regenerate
16187
16188 2003-02-26 Josef Zlomek <zlomekj@suse.cz>
16189
16190 * function.c (assign_parms): Set reg_attrs for parameters passed in
16191 registers.
16192
16193 2003-02-26 Alan Modra <amodra@bigpond.net.au>
16194
16195 PR target/9681
16196 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
16197
16198 2003-02-25 David Edelsohn <edelsohn@gnu.org>
16199
16200 * config/rs6000/xcoff.h (ASM_FILE_START): Do not emit machine
16201 pseudo-op.
16202
16203 2003-02-25 Roger Sayle <roger@eyesopen.com>
16204
16205 * combine.c (combine_simplify_rtx, simplfy_comparison): Use CC0_P.
16206 * cse.c (invalidate_skipped_set): Likewise.
16207 * integrate.c (subst_constants): Likewise.
16208 * jump.c (reversed_comparison_code_parts): Likewise.
16209 * loop.c (canonicalize_condition): Likewise.
16210 * simplify-rtx.c (simplify_relational_operation): Likewise.
16211
16212 2003-02-25 Roger Sayle <roger@eyesopen.com>
16213
16214 * builtins.def (DEF_LIB_ALWAYS_BUILTIN, DEF_UNUSED_BUILTIN): Delete.
16215 (abs, labs, fabs, fabsf, fabsl, abort, exit, _exit, _Exit): Use
16216 the appropriate macro to define built-in function.
16217 (fmod,fmodf,fmodl): New built-in functions.
16218
16219 * doc/extend.texi (fmod,fmodf,fmodl): Document new built-ins.
16220
16221 2003-02-25 Richard Henderson <rth@redhat.com>
16222
16223 * config/i386/i386.c (function_arg): Pass variable sized
16224 structures correctly on the stack.
16225
16226 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
16227
16228 * reload1.c (reload_cse_move2add): Use STRICT_LOW_PART if PLUS
16229 does not reduce the cost of SET.
16230
16231 2003-02-25 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16232
16233 PR target/9732
16234 * config/rs6000/rs6000.c (first_reg_to_save): Handle
16235 PIC_OFFSET_TABLE_REGNUM for -fPIC too.
16236 (rs6000_emit_prologue): Likewise.
16237 (rs6000_emit_epilogue): Likewise.
16238 * config/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Make
16239 PIC_OFFSET_TABLE_REGNUM a fixed register for -fPIC.
16240
16241 2003-02-25 Richard Henderson <rth@redhat.com>
16242
16243 * real.c (real_to_integer2): Force overflow result only for
16244 unsigned overflow.
16245
16246 2003-02-25 Kazu Hirata <kazu@cs.umass.edu>
16247
16248 * gcse.c (cprop_jump): Revert the 2003-02-23 change.
16249
16250 2003-02-25 Vladimir Makarov <vmakarov@toke.toronto.redhat.com>
16251 Richard Henderson <rth@redhat.com>
16252
16253 * sched-ebb.c (add_deps_for_risky_insns): Add the dependence when
16254 there is no similar load.
16255
16256 2003-02-25 Vladimir Makarov <vmakarov@redhat.com>
16257 Richard Henderson <rth@redhat.com>
16258
16259 * sched-int.h (INSN_TRAP_CLASS, WORST_CLASS): Move them from
16260 sched-rgn.c.
16261 (add_forward_dependence): New function prototype.
16262
16263 * sched-rgn.c (INSN_TRAP_CLASS, WORST_CLASS): Move them to
16264 sched-init.h.
16265 (CONST_BASED_ADDRESS_P, may_trap_exp, haifa_classify_insn): Move
16266 them to haifa-sched.c.
16267
16268 * haifa-sched.c (CONST_BASED_ADDRESS_P, may_trap_exp,
16269 haifa_classify_insn): Move them from sched-rgn.c.
16270
16271 * sched-deps.c (add_dependence): Return flag of creating a new
16272 entry.
16273 (add_forward_dependence): New function.
16274 (compute_forward_dependences): Use the function.
16275
16276 * sched-ebb.c (earliest_block_with_similiar_load): New function.
16277 (add_deps_for_risky_insns): New function.
16278 (schedule_ebb): Call the function.
16279
16280 2003-02-20 Aldy Hernandez <aldyh@redhat.com>
16281
16282 * doc/tm.texi: Document Rename TARGET_VECTOR_TYPES_COMPATIBLE to
16283 TARGET_VECTOR_OPAQUE_P. Document accordingly.
16284
16285 * testsuite/gcc.dg/20030218-1.c: Check that initialization of
16286 opaque types fail.
16287
16288 * c-typeck.c (comptypes): Change call to vector_types_compatible
16289 to vector_opaque_p.
16290 (convert_for_assignment): Call vector_opaque_p instead of
16291 vector_types_compatible.
16292 (really_start_incremental_init): Disallow initialization of opaque
16293 types.
16294
16295 * target-def.h: Remove TARGET_VECTOR_TYPES_COMPATIBLE.
16296 Define TARGET_VECTOR_OPAQUE_P.
16297 (TARGET_INITIALIZER): Same.
16298
16299 * target.h (struct gcc_target): Remove vector_types_compatible.
16300 Add vector_opaque_p.
16301
16302 * config/rs6000/rs6000.c (rs6000_spe_vector_types_compatible):
16303 Remove.
16304 (is_ev64_opaque_type): Check for TARGET_SPE and make sure type is
16305 a vector type. Change return type to bool.
16306 (TARGET_VECTOR_TYPES_COMPATIBLE): Remove.
16307 (TARGET_VECTOR_OPAQUE_P): Define.
16308
16309 * cp/parser.c (cp_parser_init_declarator): Call vector_opaque_p
16310 target hook.
16311 Include target.h.
16312 (cp_parser_init_declarator): Fix typo in function comments.
16313
16314 2003-02-25 Jan Hubicka <jh@suse.cz>
16315
16316 * Makefile.in (lcm.o): Add dependency on function.h
16317 * lcm.c (function.h): Include.
16318 * i386.c (machine_function, ix86_stack_locals,
16319 * ix86_save_varrargs_registers) : Move to
16320 ...
16321 * i386.h (machine_function, ix86_stack_locals,
16322 ix86_save_varrargs_registers): ... here; add optimize_mode_switching
16323 (ix86_optimize_mode_switching): New.
16324 * i386.md (fix patterns): Set ix86_optimize_mode_switching
16325
16326 2003-02-25 Nick Clifton <nickc@redhat.com>
16327
16328 * config/d30v/d30v.c (d30v_init_cumulative_args): Fix typo. Name
16329 of fourth arg is 'fndecl' not 'indirect'. Update comment
16330 describing the function's parameters.
16331
16332 2003-02-24 Jan Hubicka <jh@suse.cz>
16333
16334 * combine.c (simplify_shift_const): Fix previous patch.
16335
16336 2003-02-24 Jeff Law <law@redhat.com>
16337
16338 * i386.md (testdi_1_rex64): Discourage reload from using the %eax
16339 alternative.
16340 (testsi_1, testhi_1, testqi_1): Likewise.
16341
16342 2003-02-24 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16343
16344 * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename
16345 __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX.
16346 * doc/extend.texi (Tru64 Pragmas): Reflect this.
16347
16348 * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma
16349 extern_prefix support for Tru64 UNIX V5 <sys/stat.h>.
16350 * fixinc/fixincl.x: Regenerate.
16351 * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New
16352 testcase.
16353 Fixes PR c/5059, c/6126, other/9671.
16354
16355 2003-02-24 Roger Sayle <roger@eyesopen.com>
16356
16357 * gcc.c (do_spec_1) ['{']: Handle pending argument upon return
16358 from handle_braces in "%{...}".
16359
16360 2003-02-24 Kaz Kojima <kkojima@gcc.gnu.org>
16361
16362 * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally define.
16363 (prepare_move_operands): Handle TLS operands.
16364 (tls_symbolic_operand): New.
16365 (nonpic_symbol_mentioned_p): Handle TLS UNSPECs.
16366 (legitimize_pic_address): Do nothing for the TLS symbol.
16367 (sh_encode_section_info): Handle TLS case.
16368 (sh_strip_name_encoding): Drop TLS encoding.
16369 * config/sh/sh-protos.h (tls_symbolic_operand): Add prototype.
16370 * config/sh/sh.h (SH_TLS_ENCODING): Define.
16371 (TLS_SYMNAME_P, STRIP_TLS_ENCODING): Likewise.
16372 (ASM_OUTPUT_LABELREF): Drop TLS encoding.
16373 (OUTPUT_ADDR_CONST_EXTRA): Handle TLS UNSPECs.
16374 * config/sh/sh.md: Define TLS UNSPEC constants.
16375 (type): Add tls_load.
16376 ("tls_global_dynamic", "tls_local_dynamic"): New insns.
16377 ("sym2DTPOFF", "symDTPOFF2reg", "sym2GOTTPOFF"): New expanders.
16378 ("tls_initial_exec"): New insn.
16379 ("sym2TPOFF", "symTPOFF2reg"): New expanders.
16380 ("load_gbr"): New insn.
16381
16382 * configure.in (HAVE_AS_TLS): Add sh-*-* and sh[34]*-*-* cases.
16383 * configure: Regenerate.
16384
16385 2003-02-24 Alan Modra <amodra@bigpond.net.au>
16386
16387 PR 9297, PR 9722
16388 * calls.c (store_one_arg): Revert 1999-02-16 change. Revert
16389 2000-12-17 change. Pass EXPAND_STACK_PARM to expand_expr.
16390 * expr.h (enum expand_modifier): Define EXPAND_STACK_PARM.
16391 (enum block_op_methods): Reorder for better store_expr optimization.
16392 * expr.c (store_expr): Test bit 1 of "want_value" for call param
16393 stores, test bit 0 for original want_value meaning. Pass
16394 BLOCK_OP_CALL_PARM to emit_block_move when bit 1 set. Adjust
16395 recursive calls, and calls to expand_param.
16396 (expand_expr): Handle EXPAND_STACK_PARM modifier. When cse
16397 expected, set target to 0 rather than to subtarget. Formatting.
16398
16399 2003-02-23 Kazu Hirata <kazu@cs.umass.edu>
16400
16401 * gcse.c (cprop_jump): Use the REG_EQUAL note if available.
16402
16403 2003-02-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16404
16405 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Document
16406 new default behavior.
16407 * ggc-common.c: Include sys/resource.h.
16408 (ggc_rlimit_bound): New function.
16409 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic): Update
16410 defaults to account for rlimits.
16411
16412 2003-02-22 Richard Henderson <rth@redhat.com>
16413
16414 * i386.c, i386.h (TUNEMASK): Rename from CPUMASK.
16415
16416 2003-02-22 Kelley Cook <kelley@dwhoops.info>
16417
16418 * i386.h, i386.c, i386.md (ix86_tune): Rename from ix86_cpu.
16419 (ix86_tune_string): Rename from ix86_cpu_string.
16420
16421 2003-02-22 Kelley Cook <kelleycook@comcast.net>
16422
16423 * config/i386/i386.c: Replace "mcpu" with "mtune".
16424 * config/i386/i386.h (TARGET_OPTIONS): Likewise.
16425 (CC1_CPU_SPEC): Likewise. New warning for "-mcpu".
16426 * doc/invoke.texi (i386 and x86-64 Options): Replace "mcpu"
16427 with "mtune". Note that "mcpu" is a deprecated synonym for "mtune".
16428
16429 2003-02-23 Andreas Schwab <schwab@suse.de>
16430
16431 * config.gcc: Delete references to m68k/t-linux and
16432 m68k/t-linux-aout.
16433 * config/m68k/t-linux, config/m68k/t-linux-aout: Removed.
16434
16435 2003-02-22 Jan Hubicka <jh@suse.cz>
16436
16437 * toplev.c (rest_of_compilation): Apply fotgotten hunk
16438 of track scheduling patch.
16439
16440 2003-02-22 Jan Hubicka <jh@suse.cz>
16441
16442 * config/linux.h (TARGET_HAS_F_SETLKW): Define.
16443 * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
16444
16445 2003-02-22 Jan Hubicka <jh@suse.cz>
16446
16447 * c-decl.c (c_expand_body_1): Fix.
16448
16449 2003-02-22 Jan Hubicka <jh@suse.cz>
16450
16451 * expmed.c (expand_divmod): Undo sign extensions for unsigned operands
16452
16453 * cfgcleanup.c (try_forward_edges): Don't check loop structures
16454 when not optimizing.
16455 (cleanup_cfg): Do not iterate trought delete_trivially_dead_insns
16456 when not expensive.
16457 * toplev.c (rest_of_compilation): Duplicate loop headers only when
16458 optimizing; Delete trivially dead insns early; fix optimize check.
16459
16460 * Makefile.in (c-decl.o, c-objc-common.o, cgraph.o, tree-inline.o): Add
16461 dependency on cgraph.h
16462 * c-decl.c: Include cgraph.h
16463 (finish_function): Update call of tree_inlinable_function_p.
16464 * c-objc-common.c: Include cgraph.h
16465 * cgraph.h: New file.
16466 * cgraphunit.c: New file.
16467 * cgraph.c (cgraph_node, cgraph_edge): Move into cgraph.h
16468 (cgraph_nodes, cgraph_n_nodes): Globalize.
16469 (cgraph_finalize_function, cgraph_finalize_compilation_unit
16470 cgraph_create_edges, cgraph_optimize, cgraph_mark_needed_node):
16471 Move into cgraphunit.c
16472 * tree-inline.c: Include cgraph.h
16473 * tree-inline.c: Include cgraph.h
16474
16475 2003-02-22 Josef Zlomek <zlomekj@suse.cz>
16476
16477 * config/i386/i386.md: Use gen_lowpart instead of gen_rtx_REG
16478 for copying a register.
16479
16480 2003-02-22 Steven Bosscher <s.bosscher@student.tudelft.nl>
16481
16482 PR other/3782
16483 * toplev.c (process_options): If flag_detailed_statistics is set,
16484 then set time_report as well.
16485
16486 PR c/8828
16487 * jump.c (never_reached_warning): Don't fall through BARRRIER
16488 insns. Update comments to reflect what the function really does.
16489
16490 2003-02-21 Roger Sayle <roger@eyesopen.com>
16491
16492 * fold-const.c (omit_one_operand): No longer static.
16493 * tree.h (omit_one_operand): Prototype here.
16494 (div_and_round_double): Keep fold-const.c prototypes together.
16495 * builtins.c (builtin_mathfn_code): Handle binary built-in
16496 funtions, such as "pow" and "atan2".
16497 (fold_builtin): Optimize both pow(x,0.0) and pow(1.0,y) to 1.0.
16498 Simplify optimizations using "type" the builtin's return type.
16499
16500 2003-02-22 Hans-Peter Nilsson <hp@axis.com>
16501
16502 * config/cris/cris.c (cris_rtx_costs): Blockify dangling else.
16503 Fix functionalization typo.
16504
16505 * regmove.c (optimize_reg_copy_1): Do not replace a hard register
16506 in an asm.
16507
16508 2003-02-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
16509
16510 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)
16511 * doc/invoke.texi (ggc-min-expand, ggc-min-heapsize): Update
16512 documentation.
16513 * ggc-common.c: Include params.h
16514 (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
16515 init_ggc_heuristics): New functions.
16516 * ggc.h (ggc_min_expand_heuristic, ggc_min_heapsize_heuristic,
16517 init_ggc_heuristics): Prototype.
16518 * toplev.c (print_version): Output GGC heuristics.
16519 (parse_options_and_default_flags): Call init_ggc_heuristics.
16520
16521 2003-02-22 Jan Hubicka <jh@suse.cz>
16522
16523 * i386.c (def_builtin): Special case 64bit builtins.
16524 (MASK_SSE164, MASK_SSE264): New constants.
16525 (builtin_description): Add 64bit builtins.
16526 (ix86_init_mmx_sse_builtins): Likewise.
16527 * i386.h (enum ix86_builtins): Likewise.
16528 * i386.md (cvtss2siq, cvttss2siq, cvtsd2siq, cvttsd2siq, cvtsi2sdq,
16529 sse2_movq2dq_rex64, sse2_movsq2q_rex64): New.
16530 (sse2_movq2dq, sse2_movsq2q): Disable for 64bit.
16531 * mmintrin.h (_mm_cvtsi64x_si64, _mm_set_pi64x, _mm_cvtsi64_si64x): New.
16532 * xmmintrin.h (_mm_cvtss_si64x, _mm_cvttss_si64x, _mm_cvtsi64x_ss,
16533 _mm_set_epi64x, _mm_set1_epi64x, _mm_cvtsd_si64x, _mm_cvttsd_si64x,
16534 _mm_cvtsi64x_sd, _mm_cvtsi64x_si128, _mm_cvtsi128_si64x): New.
16535
16536 2003-02-22 Jan Hubicka <jh@suse.cz>
16537
16538 * i386.c (builtin_description): Add __builtin_ia32_paddq and
16539 __builtin_ia32_psubq. Fix __builtin_ia32_paddq128
16540 and __builtin_ia32_psubq128.
16541 * i386.h (IX86_BUILTIN_PADDQ, IX86_BUILTIN_PSUBQ): New.
16542 * i386.md (addv*, mmx_ior*, mmx_xoe*, mmx_and*): Add missing '%'.
16543 (mmx_adddi3, mmx_subdi3): New.
16544 * mmintrin.h (_mm_add_si64, _mm_sub_si64): New.
16545 * xmmintrin.h (_mm_movepi64_pi64): New.
16546 (_mm_add_epi64, _mm_sub_epi64): fix.
16547 (_mm_mul_pu16): Rename to...
16548 (_mm_mul_su32): ... this one.
16549
16550 * builtins.c (expand_builtin_expect): Do not predict
16551 flag_guess_branch_prob is not set.
16552 * c-semantics.c (expand_stmt): Likewise.
16553 * predict.c (predict_insn): Likewise.
16554 * stmt.c (expand_continue_loop): Likewise.
16555 * toplev.c (rest_of_compilation): Do not call
16556 note_prediction_to_br_prob and note_prediction_to_br_prob
16557 when not optimizing.
16558
16559 2003-02-21 Jan Hubicka <jh@suse.cz>
16560
16561 * cfgrtl.c (commit_edge_insertions): Call
16562 find_many_sub_basic_block only when some code has been emitted.
16563 (commit_edge_insertions_watch_calls): Bring into sync with
16564 commit_edge_insertions
16565
16566 2003-02-21 J"orn Rennecke <joern.rennecke@superh.com>
16567
16568 * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e' register class.
16569
16570 * sh.md (binary_sf_op): Use extra constant operand instead of
16571 negating constant operand 4.
16572 * sh.c (sh_expand_binop_v2sf): Supply it.
16573
16574 2003-02-21 Zack Weinberg <zack@codesourcery.com>
16575
16576 * cpphash.h (struct lexer_state): Add directive_wants_padding.
16577 * cpplib.c (_cpp_handle_directive): Set directive_wants_padding
16578 for directives of type INCL.
16579 (glue_header_name, parse_include): Use get_token_no_padding.
16580 * cppmacro.c (replace_args): If directive_wants_padding,
16581 provide padding tokens.
16582
16583 2003-02-21 Kazu Hirata <kazu@cs.umass.edu>
16584
16585 * config/h8300/h8300.md (a peephole2): New.
16586
16587 2003-02-21 Jan Hubicka <jh@suse.cz>
16588
16589 * cfgrtl.c (commit_one_edge_insertion): Only mark BB for splitting.
16590 (commit_edge_insertions): Call find_many_sub_basic_blocks
16591
16592 * reg-stack.c (convert_regs): Cleax aux for blocks.
16593
16594 2003-02-21 Jan Hubicka <jh@suse.cz>
16595
16596 * toplev.c (parse_options_and_default_flags): Undo accidental commit.
16597
16598 2003-02-21 Glen Nakamura <glen@imodulo.com>
16599
16600 PR optimization/8613
16601 * builtins.c (expand_builtin): Emit postincrements before expanding
16602 builtin functions.
16603
16604 2003-02-21 Ben Elliston <bje@redhat.com>
16605
16606 PR other/5634
16607 * doc/install.texi (Configuration): Explain using $HOME instead of
16608 the ~ metacharacter when referring to home directories.
16609
16610 2003-02-20 Alexandre Oliva <aoliva@redhat.com>
16611
16612 * configure.in (TARGET_SYSTEM_ROOT): Set default to
16613 ${exec_prefix}/${target_alias}/sys-root. Match explicit
16614 '${exec_prefix}' (in addition to the expansion thereof) as
16615 relocatable.
16616 * configure: Rebuilt.
16617
16618 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
16619
16620 * config/h8300/h8300.md (addhi3_incdec): Change the name to
16621 *addhi3_incdec.
16622 (addsi3_incdec): Change the name to *addsi3_incdec.
16623
16624 2003-02-20 Roger Sayle <roger@eyesopen.com>
16625
16626 * explow.c (force_reg): Avoid useless REG_EQUAL notes.
16627
16628 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>
16629
16630 PR fortran/9038
16631 * c-opts.c (sanitize_cpp_opts): Add Fortran front end
16632 options to be ignored.
16633 (c_common_decode_option): Ignore them when preprocessing.
16634
16635 2003-02-20 Jan Hubicka <jh@suse.cz>
16636
16637 * toplev.c (flag_sched2_use_superblocks, flag_sched2_use_traces): New
16638 global variables.
16639 (lang_independent_options): Add -fsched2-use-superblocks
16640 -fsced2-use-traces.
16641 (rest_of_compilation): Deal with it.
16642 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
16643 * flags.h (flag_sched2_use_superblocks, flag_sched2_use_traces):
16644 Declare.
16645 * rtl.h (reg_to_stack): Update prototype.
16646 * reg-stack.c (reg_to_stack): Return when something has changed;
16647 update liveness when executing after superblock scheduling.
16648
16649 * combine.c (simplify_shift_const): Simplify few special cases
16650 into constants.
16651
16652 2003-02-20 David Edelsohn <edelsohn@gnu.org>
16653
16654 * config/rs6000/rs6000.md: (attr "type"): Add fast_compare.
16655 (add.,subf.,neg.): Change attribute to fast_compare.
16656 All DFA descriptions updated.
16657
16658 2003-02-20 Nathan Sidwell <nathan@codesourcery.com>
16659
16660 Change base class access representation.
16661 * tree.h (TREE_VIA_PUBLIC, TREE_VIA_PROTECTED,
16662 TREE_VIA_PRIVATE): Remove.
16663 (BINFO_BASEACCESSES): New binfo elt.
16664 (BINFO_BASEACCESS): New accessor.
16665 (BINFO_ELTS): Increase.
16666 (TI_ACCESS_PUBLIC, TI_ACCESS_PROTECTED, TI_ACCESS_PRIVATE): New.
16667 (access_public_node, access_protected_node,
16668 access_private_node): New global nodes.
16669 * tree.c (build_common_tree_nodes_2): Initialize access nodes.
16670 * dbxout.c (dbxout_type): Adjust.
16671 * dwarf2out.c (gen_inheritance_die): Add access parameter.
16672 (gen_member_die): Adjust.
16673 * dwarfout.c (output_inheritance_die): ARG is array of two trees.
16674 (output_type): Adjust.
16675 * tree-dump.c (dequeue_and_dump): Adjust binfo dumping.
16676
16677 Change base class access representation. Share virtual base
16678 binfos.
16679 * cp/call.c (build_special_member_call): Remove binfo_for_vbase
16680 call.
16681 * cp/class.c (build_base_path): Likewise.
16682 (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
16683 (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
16684 (make_new_vtable): Adjust.
16685 (force_canonical_binfo_r): Delete.
16686 (force_canonical_binfo): Delete.
16687 (mark_primary_virtual_base): Delete.
16688 (dfs_unshared_virtual_bases): Delete.
16689 (mark_primary_bases): Adjust.
16690 (maybe_warn_about_overly_private_class): Adjust.
16691 (dfs_base_derived_from): Delete.
16692 (base_derived_from): Follow the inheritance chain.
16693 (struct find_final_overrider_data): Add vpath member.
16694 (dfs_find_final_overrider): Adjust.
16695 (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
16696 (find_final_overrider): Adjust.
16697 (update_vtable_entry_for_fn): Adjust.
16698 (modify_all_vtables): Adjust.
16699 (walk_subobject_offsets): Adjust.
16700 (layout_nonempty_base_or_field): Adjust.
16701 (layout_empty_base): Remove last parameter. Adjust.
16702 (build_base_field): Adjust.
16703 (build_base_fields): Adjust.
16704 (propagate_binfo_offsets): Remove last parameter. Adjust.
16705 (dfs_set_offset_for_unshared_vbases): Delete.
16706 (layout_virtual_bases): Adjust.
16707 (finish_struct_1): Adjust.
16708 (init_class_processing): Don't init access nodes.
16709 (dfs_get_primary_binfo): Delete.
16710 (get_primary_binfo): Adjust.
16711 (dump_class_hierarchy_r): Remove most derived arg, add IGO
16712 parameter. Adjust.
16713 (dump_class_hierarchy): Adjust.
16714 (finish_vtbls): Adjust.
16715 (get_original_base): Delete.
16716 (build_vtt_inits): Adjust.
16717 (dfs_build_secondary_vptr_vtt_inits): Adjust.
16718 (dfs_ctor_vtable_bases_queue_p): Adjust.
16719 (build_ctor_vtbl_group): Adjust.
16720 (dfs_accumulate_vtbl_inits): Adjust.
16721 (build_vtbl_initializer): Adjust.
16722 (build_vbase_offset_vtbl_entries): Adjust.
16723 (add_vcall_offset_vtbl_entries_1): Adjust.
16724 * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
16725 (access_*_node): Remove.
16726 (CANONICAL_BINFO): Delete.
16727 (BINFO_UNSHARED_MARKED): Remove.
16728 (BINFO_MARKED): Set LANG_FLAG_0 directly.
16729 (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
16730 (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
16731 (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
16732 Delete.
16733 (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
16734 (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
16735 (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
16736 Delete.
16737 (BINFO_DEPENDENT_BASE_P): New.
16738 (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
16739 index.
16740 (markedp, unmarkedp): Adjust.
16741 (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
16742 dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
16743 find_vbase_instance, binfo_for_vbase): Delete.
16744 (copied_binfo, original_binfo): Declare.
16745 (finish_base_specifier): Add virtual_p arg.
16746 (unshare_base_binfos): Delete.
16747 (copy_base_binfos): Declare.
16748 (reverse_path): Delete.
16749 * cp/decl.c (xref_basetypes): Access and virtuality passed
16750 differently. Don't copy direct base binfos here. Call
16751 copy_base_binfos.
16752 * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
16753 (initialize_vtbl_ptrs): Adjust.
16754 (expand_member_init): Adjust.
16755 * cp/parser.c (cp_parser_base_specifier): Adjust.
16756 * cp/pt.c (instantiate_class_template): Adjust.
16757 (get_template_base_recursive): Adjust.
16758 * cp/rtti.c (get_pseudo_ti_init): Adjust.
16759 (get_pseudo_ti_desc): Adjust.
16760 * cp/tree.c (unshare_base_binfos): Rename to ...
16761 (copy_base_binfos): ... here, reimplement.
16762 (make_binfo): Set BINFO_DEPENDENT_BASE_P.
16763 (reverse_path): Remove.
16764 * cp/typeck.c (get_delta_difference): Adjust error messages.
16765 * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
16766 * cp/search.c (lookup_base_r): Adjust.
16767 (dynamic_cast_base_recurse): Adjust.
16768 (canonical_binfo): Remove.
16769 (dfs_canonical_queue): Remove.
16770 (dfs_assert_unmarked_p): Remove.
16771 (assert_canonical_unmarked): Remove.
16772 (shared_marked_p, shared_unmarked_p): Remove.
16773 (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
16774 (dfs_access_in_type): Adjust.
16775 (access_in_type): Adjust.
16776 (dfs_accessible_queue_p): Adjust.
16777 (dfs_accessible_p): Adjust.
16778 (is_subobject_of_p_1, is_subobject_of_p): Remove.
16779 (struct lookup_field_info): Remove from_dep_base_p field.
16780 (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
16781 (lookup_field_r): Remove dependent base code.
16782 (lookup_member): Likewise.
16783 (dfs_walk, dfs_walk_real): Add access arg to queue fn.
16784 (dfs_unmarked_real_bases_queue_p): Remove.
16785 (dfs_marked_real_bases_queue_p): Remove.
16786 (dfs_skip_vbases): Remove.
16787 (dfs_get_pure_virtuals): Adjust.
16788 (markedp, unmarkedp): Adjust.
16789 (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
16790 (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
16791 (dfs_unmark): Adjust.
16792 (dfs_get_vbase_types):Remove.
16793 (dfs_build_inheritance_graph_order): Remove.
16794 (get_vbase_types): Remove
16795 (dfs_find_vbase_instance): Remove.
16796 (find_vbase_instance): Remove.
16797 (dfs_debug_unmarkedp): Adjust.
16798 (dependent_base_p): Remove.
16799 (dfs_push_type_decls): Adjust.
16800 (dfs_push_decls): Adjust.
16801 (dfs_no_overlap_yet): Adjust.
16802 (copied_binfo): New function.
16803 (original_binfo): New function.
16804 (binfo_for_vbase): Remove.
16805
16806 Change base class access representation.
16807 * java/class.c (set_super_info): Don't set TREE_VIA_PUBLIC.
16808 (add_interface_do): Likewise.
16809
16810 2003-02-20 David Edelsohn <edelsohn@gnu.org>
16811
16812 * config/rs6000/sysv4.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.
16813 * config/rs6000/power4.md (power4-store,power4-vecstore): New
16814 insn reservations.
16815 (power4-fpstore): Compact.
16816
16817 2003-02-20 Kazu Hirata <kazu@cs.umass.edu>
16818
16819 * config/h8300/h8300.md (*iorsi3_w): New.
16820
16821 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
16822
16823 * combine.c (distribute_notes): Kill REG_EXEC_COUNT.
16824 * rtl.c (reg_note_name): Likewise.
16825 * rtl.h (enum reg_note): Likewise.
16826 * doc/invoke.texi: Likewise.
16827 * doc/rtl.texi: Likewise.
16828
16829 2003-02-20 Josef Zlomek <zlomekj@suse.cz>
16830
16831 * bb-reorder.c (find_traces_1_round): Fix comment typo.
16832
16833 2003-02-19 Roger Sayle <roger@eyesopen.com>
16834
16835 * fold-const.c (fold_real_zero_addition_p): Don't fold a zero
16836 addition in the presence of signaling NaNs.
16837
16838 2003-02-19 Krister Walfridsson <cato@df.lth.se>
16839
16840 * tm.texi (INIT_CUMULATIVE_ARGS): Fix typo.
16841
16842 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
16843
16844 * config/h8300/h8300.c (output_logical_op): Optimize or.l when
16845 ORing with 0xffff??00 with the highest bit of the ?? part set.
16846 (compute_logical_op_length): Update.
16847 (compute_logical_op_cc): Likewise.
16848
16849 2003-02-19 Josef Zlomek <zlomekj@suse.cz>
16850
16851 * bb-reorder.c (find_traces_1_round): Fixed condition for small
16852 destination block with multiple predecessors.
16853 (connect_traces): Check whether the block is a start of trace.
16854
16855 2003-02-19 Jan Hubicka <jh@suse.cz>
16856
16857 * calls.c (expand_call): Update call of INIT_CUMULATIVE_ARGS
16858 * function.c (assign_params): Likewise.
16859 * arm-protos.h (arm_init_cumulative_args): Update prototype.
16860 * arm.c (arm_init_cumulative_args): Update function.
16861 * arm.h (INIT_CUMULATIVE_ARGS): Update.
16862 * avr-protos.h (init_cumulative_args): Update prototype.
16863 * avr.c (init_cumulative_args): Update function.
16864 * avr.h (INIT_CUMULATIVE_ARGS): Update.
16865 * d30v-protos.h (d30v_init_cumulative_args): Update prototype.
16866 * d30v.c (d30v_init_cumulative_args): Update function.
16867 * d30v.h (INIT_CUMULATIVE_ARGS): Update.
16868 * frv-protos.h (frv_init_cumulative_args): Update prototype.
16869 * frv.c (frv_init_cumulative_args): Update function.
16870 * frv.h (INIT_CUMULATIVE_ARGS): Update.
16871 * mips.c (mips_expand_prolgue): Update call of INIT_CUMULATIVE_ARGS.
16872 * pa.h (INIT_CUMULATIVE_ARGS): Update.
16873 * sparc-protos.h (init_cumulative_args): Update prototype.
16874 * sparc.c (init_cumulative_args): Update function.
16875 * sparc.h (INIT_CUMULATIVE_ARGS): Update.
16876 * tm.texi (INIT_CUMULATIVE_ARGS): Update documentation.
16877
16878 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
16879
16880 * config/h8300/h8300.md (*iorsi3_two_qi_sext): New.
16881 (*ashiftsi_sextqi_7): Likewise.
16882
16883 2003-02-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
16884
16885 * config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for
16886 ISO C99 and C++.
16887
16888 * fixinc/inclhack.def (irix___restrict): Don't change __restrict
16889 for C++ on IRIX 6.5.1[89].
16890 * fixinc/tests/base/internal/sgimacros.h: New file.
16891
16892 * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99.
16893 * fixinc/tests/base/internal/wchar_core.h: New file.
16894
16895 * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78]
16896 socklen_t definition.
16897 * fixinc/fixincl.x: Regenerate.
16898 * fixinc/tests/base/sys/socket.h: New file.
16899 Fixes PR libgcj/9652.
16900
16901 2003-02-19 Jan Hubicka <jh@suse.cz>
16902
16903 * i386.md (movsfcc_1, movdfcc_1): Fix constrains.
16904
16905 2003-02-19 David Edelsohn <edelsohn@gnu.org>
16906
16907 * config/rs6000/rs6000.c (rs6000_override_options): Initialize
16908 align_jumps_max_skip and align_loops_max_skip.
16909
16910 2003-02-19 Thierry Moreau <thierry.moreau@connotech.com>
16911
16912 * config/rs6000/rs6000.c (rs6000_encode_section_info): Do not
16913 test size if named section.
16914
16915 2003-02-19 Daniel Jacobowitz <drow@mvista.com>
16916
16917 * expr.c (expand_expr): Use gen_int_mode for the argument
16918 to gen_rtx_MULT.
16919
16920 2003-02-19 Jan Hubicka <jh@suse.cz>
16921
16922 * i386.md (cosxf2): Fix conditional.
16923
16924 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
16925
16926 * config/h8300/h8300.md (extendqisi2): Change to an expander.
16927 (*extendqisi2_h8300): New.
16928 (*extendqisi2_h8300hs): Likewise.
16929
16930 2003-02-19 Kazu Hirata <kazu@cs.umass.edu>
16931
16932 * config/h8300/h8300-protos.h: Update the prototype for
16933 split_adds_subs. Remove the prototypes for
16934 const_int_le_2_operand and const_int_le_6_operand.
16935 * config/h8300/h8300.c (split_adds_sub): Don't output inc/dec.
16936 (const_int_le_2_operand): Remove.
16937 (const_int_le_6_operand): Likewise.
16938 * config/h8300/h8300.h (PREDICATE_CODES): Remove the entries
16939 for const_int_le_2_operand and const_int_le_6_operand.
16940 * config/h8300/h8300.md: Update all uses of split_adds_subs.
16941 (a peephole2): New.
16942
16943 2003-02-18 Jan Hubicka <jh@suse.cz>
16944
16945 * cgraph.c (NPREDECESORC, SET_NPREDECESORS): Kill.
16946 (cgraph_expand_function): Rewrite.
16947
16948 2003-02-18 Matt Austern <austern@apple.com>
16949
16950 * toplev.c, langhooks.c, langhooks-def.h: Move
16951 write_global_declarations from toplev.c to langhooks.c.
16952
16953 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
16954
16955 * config/h8300/h8300.c (general_operand_src): Always check
16956 MODE.
16957 (general_operand_dst): Likewise.
16958
16959 2003-02-18 Roger Sayle <roger@eyesopen.com>
16960
16961 * convert.c (convert_to_real): Also optimize (float)log(x) into
16962 logf(x) where x is a float, i.e. also handle BUILT_IN_LOG{,L}.
16963
16964 2003-02-18 Kaz Kojima <kkojima@gcc.gnu.org>
16965
16966 * config/sh/sh.c (unspec_caller_rtx_p): New.
16967 (sh_cannot_copy_insn_p): New.
16968 (TARGET_CANNOT_COPY_INSN_P): New.
16969
16970 2003-02-18 Richard Henderson <rth@redhat.com>
16971
16972 * c-common.c (handle_used_attribute): Accept static data too.
16973
16974 2003-02-18 Nick Clifton <nickc@redhat.com>
16975 Aldy Hernandez <aldyh@redhat.com>
16976
16977 * testsuite/gcc.dg/20030218-1.c: New.
16978
16979 * doc/tm.texi: Document TARGET_VECTOR_TYPES_COMPATIBLE.
16980
16981 * target-def.h (TARGET_INITIALIZER): Add
16982 TARGET_VECTOR_TYPES_COMPATIBLE.
16983 (TARGET_VECTOR_TYPES_COMPATIBLE): New macro.
16984
16985 * target.h (struct gcc_target): Add field vector_types_compatible.
16986
16987 * c-typeck.c (comptypes): Take into account
16988 TARGET_VECTOR_TYPES_COMPATIBLE.
16989 (convert_for_assignment): Same.
16990
16991 * config/rs6000/rs6000.c (is_ev64_opaque_type): New.
16992 (rs6000_spe_vector_types_compatible): New.
16993 (TARGET_VECTOR_TYPES_COMPATIBLE): Define.
16994
16995 2003-02-19 Andreas Schwab <schwab@suse.de>
16996
16997 * Makefile.in (toplev.o): Depend on $(LANGHOOKS_DEF_H).
16998 * toplev.c: Include langhooks-def.h.
16999
17000 2003-02-18 Chris Demetriou <cgd@broadcom.com>
17001
17002 * config/mips/mips.h (enum processor_type): Sort entries
17003 alphabetically.
17004 * config/mips/mips.md (define_attr cpu): Sync with processor_type
17005 enum values, including adding entries that were missing.
17006
17007 2003-02-18 J"orn Rennecke <joern.rennecke@superh.com>
17008
17009 * sh.c (calc_live_regs): Also check GET_CODE when checking if
17010 initial value for PR_REG is still the PR_REG register.
17011
17012 2003-02-18 Jim Wilson <wilson@redhat.com>
17013
17014 * config/ia64/ia64.md (floatdidf2, floatdisf2): Add %, before second
17015 instruction in output template.
17016 (bsp_value): Change output template from string to C code, add %,
17017 before actual instruction.
17018 (flushrs): Mark as not predicable.
17019
17020 2003-02-18 Krister Walfridsson <cato@df.lth.se>
17021
17022 * inclhack.def (netbsd_bogus_semicolon): New fix.
17023 * fixincl.x: Rebuilt.
17024 * tests/base/ctype.h: Update.
17025
17026 2003-02-18 Roger Sayle <roger@eyesopen.com>
17027
17028 * fold-const.c (negate_expr_p): New function to determine whether
17029 an expression can be negated cheaply.
17030 (fold) [MINUS_EXPR]: Use it to determine whether to transform
17031 -A - B into -B - A for floating point types.
17032
17033 2003-02-18 Roger Sayle <roger@eyesopen.com>
17034
17035 * sbitmap.c (sbitmap_resize): New function.
17036 * sbitmap.h (sbitmap_resize): Prototype here.
17037 * recog.c (split_all_insns): Use sbitmap_resize.
17038
17039 2003-02-18 Kazu Hirata <kazu@cs.umass.edu>
17040
17041 * config/h8300/h8300.md (*zero_extendhisi2_h8300): Fix the
17042 insn length.
17043 (extendqisi2): Likewise.
17044 (*extendhisi2_h8300): Likewise.
17045
17046 2003-02-18 Matt Austern <austern@apple.com>
17047
17048 * langhooks.h, langhooks-def.h: introduce new langhook,
17049 final_write_globals, with write_global_declarations as default.
17050 * toplev.c: Move invocation of wrapup_global_declarations from
17051 compile_file to new function, write_global_declarations. Change
17052 compile_file to use final_write_globals hook. Change
17053 wrapup_global_declarations so writing to DECL_DEFER_OUTPUT is
17054 conditional.
17055
17056 2003-02-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17057
17058 * pa.md: Correct and enhance comment.
17059
17060 2003-02-18 Geoffrey Keating <geoffk@apple.com>
17061
17062 * gcc.c (validate_switches): Don't scan past closing '}'.
17063
17064 2003-02-18 Ben Elliston <bje@redhat.com>
17065
17066 PR c++/1607
17067 * doc/extend.texi (Function Attributes): Document the effect of
17068 the C++ "this" parameter on the counting of arguments for the
17069 "format" and "format_arg" attributes.
17070
17071 2003-02-17 Aldy Hernandez <aldyh@redhat.com>
17072
17073 * config/rs6000/spe.h (__ev_stdd): Cast 2nd arg.
17074 (__ev_stdw): Same.
17075 (__ev_stdh): Same.
17076
17077 2003-02-17 Jan Hubicka <jh@suse.cz>
17078
17079 * recog.c (split_all_insns): Fix memory overflow.
17080
17081 2003-02-17 Kazu Hirata <kazu@cs.umass.edu>
17082
17083 * config/h8300/h8300.md (cmpqi): Remove mode from compare.
17084 (cmphi): Likewise.
17085 (*cmphi_h8300): Likewise.
17086 (*cmphi_h8300hs): Likewise.
17087 (cmpsi): Likewise.
17088 (7 peephole2): Likewise.
17089
17090 2003-02-16 Jan Hubicka <jh@suse.cz>
17091
17092 * c-typeck.c (build_c_cast): Fold constant variables into
17093 initial values.
17094
17095 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17096
17097 * doc/install.texi (Specific): Fix link for m68k-att-sysv.
17098 (Binaries): Ditto for Sinix/Reliant Unix.
17099
17100 2003-02-16 Richard Earnshaw <rearnsha@arm.com>
17101
17102 * arm.c (arm_reload_in_hi): Ensure that the scratch register does
17103 not overlap the final result register.
17104
17105 2003-02-16 Arend Bayer <arend.bayer@web.de>
17106 Richard Henderson <rth@redhat.com>
17107
17108 PR c/8068
17109 * fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
17110 rearrange mult arguments for less recursion.
17111 (extract_muldiv): New. Prevent runaway recursion.
17112
17113 2003-02-16 Danny Smith <dannysmith@users.sourceforge.net>
17114
17115 * config/i386/cygwin.h (TARGET_SUBTARGET_DEFAULT): Set
17116 MASK_ALIGN_DOUBLE.
17117
17118 2003-02-15 Roger Sayle <roger@eyesopen.com>
17119
17120 * config/i386/i386.c (x86_ext_80387_constants): Use 80387 insns
17121 to load mathematical constants on K6, Athlon, Pentium 4 and PPro.
17122 (ext_80387_constants_table): Global table of 80387 special constants
17123 guarded by ext_80387_constants_init flag when not initialized.
17124 (init_ext_80387_constants): New function to initialize this table.
17125 (standard_80387_constant_p): Extend to recognize extra 80387
17126 constants, in XFmode, on processors where this is a win.
17127 (standard_80387_constant_opcode): New function to return the
17128 opcode associated with standard_80387_constant_p.
17129 (standard_80387_constant_rtx): New function to return the XFmode
17130 CONST_DOUBLE associated with standard_80387_constant_p.
17131 (ix86_rtx_costs): Give the new constants the same cost as 1.0.
17132
17133 * config/i386/i386-protos.h (standard_80387_constant_opcode):
17134 Prototype here.
17135 (standard_80387_constant_rtx): Likewise.
17136
17137 * config/i386/i386.md (*movsf1, *movsf1_nointerunit, *movdf_nointeger,
17138 *movdf_integer, *movxf_nointeger, *movtf_nointeger, *movxf_integer,
17139 *movtf_integer): Simplify using new standard_80387_constant_opcode.
17140
17141 2003-02-15 Geoffrey Keating <geoffk@apple.com>
17142
17143 * doc/invoke.texi (Optimize Options): Correct @option syntax.
17144
17145 2003-02-15 Richard Henderson <rth@redhat.com>
17146
17147 * Makefile.in (cfglayout.o): Depend on TARGET_H.
17148 * cfglayout.c: Include target.h.
17149 (cfg_layout_can_duplicate_bb_p): Check targetm.cannot_copy_insn_p.
17150 * target-def.h (TARGET_CANNOT_COPY_INSN_P): New.
17151 * target.h (struct gcc_target): Add cannot_copy_insn_p.
17152
17153 * config/alpha/alpha.c (alpha_cannot_copy_insn_p): New.
17154 (TARGET_CANNOT_COPY_INSN_P): New.
17155 (override_options): Revert 2003-02-08 hack.
17156
17157 2003-02-15 Richard Henderson <rth@redhat.com>
17158
17159 * gcse.c (bypass_block): Use BLOCK_FOR_INSN for resolving LABEL_REFs.
17160 (bypass_conditional_jumps): Accept computed_jump_p insns as well.
17161
17162 2003-02-15 David Edelsohn <edelsohn@gnu.org>
17163
17164 * config/rs6000/rs6000.h (processor_type): Add PPC440.
17165 * config/rs6000/rs6000.c (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
17166 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
17167 TARGET_SCHED_VARIABLE_ISSUE): Define.
17168 (rs6000_use_dfa_pipeline_interface): New function.
17169 (rs6000_multipass_dfa_lookahead): New Function.
17170 (rs6000_variable_issue): New function.
17171 (rs6000_adjust_cost): Add CMP and DELAYED_CR types.
17172 (rs6000_issue_rate): Add PPC440.
17173 * config/rs6000/rs6000.md (unspec list): Correct typo.
17174 (attr "type"): Add load_ext, load_ext_u, load_ext_ux, load_u,
17175 store_ux, store_u, fpload_ux, fpload_u, fpstore_ux, fpstore_u,
17176 cmp, delayed_cr, mfcr, mtcr.
17177 (automata_option): Set "ndfa".
17178 (extendMMNN2): Update attributes.
17179 (movcc_internal1): Discourage move to non-cr0. Update
17180 attributes.
17181 (movMM_update): Update attributes.
17182 (cmpMM_internal): Update attributes.
17183 (sCC CR materialization): Update attributes.
17184 (branch patterns): Do not discourage non-cr0.
17185 (cr logical patterns): Prefer destructive register allocation.
17186 Update attributes.
17187 (movesi_from_cr): Update attribute.
17188 (mtcrf_operation): Update attribute.
17189 (mtcrfsi): Update attribute.
17190 * config/rs6000/40x.md: New file.
17191 * config/rs6000/603.md: New file.
17192 * config/rs6000/6xx.md: New file.
17193 * config/rs6000/7450.md: New file.
17194 * config/rs6000/7xx.md: New file.
17195 * config/rs6000/mpc.md: New file.
17196 * config/rs6000/power4.md: New file.
17197 * config/rs6000/rios1.md: New file.
17198 * config/rs6000/rios2.md: New file.
17199 * config/rs6000/rs64.md: New file.
17200 [Some DFA descriptions based on work by Michael Hayes]
17201
17202 2003-02-15 Richard Henderson <rth@redhat.com>
17203
17204 * bb-reorder.c (find_traces_1_round): Don't connect easy to copy
17205 successors with multiple predecessors.
17206 (connect_traces): Try harder to copy traces of length 1.
17207
17208 * function.h (struct function): Add computed_goto_common_label,
17209 computed_goto_common_reg.
17210 * function.c (free_after_compilation): Zap them.
17211 * stmt.c (expand_computed_goto): Use them to produce one
17212 indirect branch per function.
17213
17214 2003-02-15 Richard Henderson <rth@redhat.com>
17215
17216 * cfgcleanup.c: Include params.h.
17217 (try_crossjump_bb): Use PARAM_MAX_CROSSJUMP_EDGES. Fix test for
17218 too many outgoing edges from a block.
17219 * Makefile.in (cfgcleanup.o): Depend on PARAMS_H.
17220 * params.def (max-crossjump-edges): New.
17221 * doc/invoke.texi: Document it.
17222
17223 2003-02-15 Richard Henderson <rth@redhat.com>
17224
17225 * recog.c (split_all_insns): Include new blocks in life update;
17226 do a global life update.
17227
17228 2003-02-15 Danny Smith <dannysmith@users.sourceforge.net>
17229
17230 * config/i386/mingw32.h (LIBGCC_SPEC): Add libmingwex.a.
17231 Update copyright.
17232 * config/i386/cygwin.h (LIBGCC_SPEC): Add libmingwex.a for
17233 -mno-cygwin case.
17234
17235 2003-02-14 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
17236
17237 PR optimization/7702
17238 * reload1.c (reload_cse_simplify_set): Honor
17239 CANNOT_CHANGE_MODE_CLASS.
17240
17241 2003-02-14 Alexandre Oliva <aoliva@redhat.com>
17242
17243 * config/mn10300/mn10300.c (mn10300_wide_const_load_uses_clr): New
17244 function.
17245 * config/mn10300/mn10300-protos.h: Declare it.
17246 * config/mn10300/mn10300.md (movdi, movdf): Use it to compute
17247 attribute cc of instructions that may use clr.
17248
17249 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
17250
17251 * simplify-rtx.c (simplify_binary_operation): Simplify ~y when
17252 (x - (x & y)) is found.
17253
17254 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
17255
17256 * configure.in: Fix typo.
17257 * configure: Regenerate.
17258
17259 2003-02-14 Kazu Hirata <kazu@cs.umass.edu>
17260
17261 * config/h8300/h8300.md (*iorsi2_and_1_lshiftrt_1): New.
17262
17263 2003-02-13 Adam Nemet <anemet@lnxw.com>
17264
17265 PR opt/2391
17266 * combine.c: Fix spelling in comment.
17267 (cached_nonzero_bits): New function.
17268 (cached_num_sign_bit_copies): New function.
17269 (nonzero_bits_with_known): New macro.
17270 (num_sign_bit_copies_with_known): New macro.
17271 (nonzero_bits1): Rename from nonzero_bits. Add three new
17272 arguments. Change calls from nonzero_bits to
17273 nonzero_bits_with_known.
17274 (num_sign_bit_copies1): Rename from num_sign_bit_copies. Add
17275 three new arguments. Change calls from num_sign_bit_copies to
17276 num_sign_bit_copies_with_known.
17277 (nonzero_bits): New macro.
17278 (num_sign_bit_copies): New macro.
17279 (update_table_tick): Don't traverse identical subexpression more
17280 than once.
17281 (get_last_value_validate): Likewise.
17282
17283 2003-02-13 Zack Weinberg <zack@codesourcery.com>
17284
17285 * emit-rtl.c (init_emit): Use ggc_alloc for regno_reg_rtx.
17286 * function.h (struct emit_status): Length of regno_pointer_align
17287 and x_regno_reg_rtx as seen by gengtype is only x_reg_rtx_no,
17288 not regno_pointer_align_length (i.e. length actually used, not
17289 length as allocated)
17290
17291 * config/i386/i386.c (struct stack_local_entry): New.
17292 (struct machine_function): Replace huge array with alist.
17293 (assign_386_stack_local): Change to match.
17294
17295 2003-02-13 John David Anglin <dave.anglin@nrc-crnc.gc.ca>
17296
17297 * inclhack.def (hpux_long_double): Tighten select and add bypass
17298 regexp.
17299 * fixincl.x: Rebuilt.
17300
17301 2003-02-13 Josef Zlomek <zlomekj@suse.cz>
17302
17303 * cfgcleanup.c (outgoing_edges_match): When there is single outgoing
17304 edge and block ends with a jump insn it must be simple jump.
17305
17306 2003-02-13 Daniel Jacobowitz <drow@mvista.com>
17307
17308 * Makefile.in (PREPROCESSOR_DEFINES): Add
17309 @TARGET_SYSTEM_ROOT_DEFINE@.
17310 * configure.in (PREFIX_INCLUDE_DIR): Don't define if $with_sysroot
17311 is specified or if building a cross compiler.
17312 (TARGET_SYSTEM_ROOT_DEFINE): Add TARGET_SYSTEM_ROOT_RELOCATABLE
17313 if the sysroot is under $exec_prefix.
17314 * configure: Regenerated.
17315 * cppdefault.h: Use native include paths if TARGET_SYSTEM_ROOT is
17316 defined.
17317 (struct default_include): Add add_sysroot field.
17318 (cpp_SYSROOT): Declare.
17319 * cppdefault.c (cpp_include_defaults): Fill in add_sysroot
17320 field.
17321 (cpp_SYSROOT): New variable.
17322 * cppinit.c (cpp_create_reader): Initialize
17323 CPP_OPTION (pfile, sysroot).
17324 (init_standard_includes): Handle add_sysroot. Do not
17325 add unrelocated copies of relocated directories.
17326 (COMMAND_LINE_OPTIONS): Add -isysroot.
17327 (cpp_handle_option): Handle -isysroot.
17328 * cpplib.h (struct cpp_options): Add sysroot member.
17329 * gcc.c (The Specs Language): Update description of %I.
17330 (target_system_root_changed): New variable.
17331 (process_command): Conditionalize make_relative_prefix call
17332 on !VMS and TARGET_SYSTEM_ROOT_RELOCATABLE. Set
17333 target_system_root_changed.
17334 (do_spec_1): Add -isysroot to %I.
17335 * doc/invoke.texi (Spec Files): Update description of %I.
17336 * doc/install.texi (--with-sysroot): Update comment about
17337 relocation.
17338
17339 2003-02-13 Kazu Hirata <kazu@cs.umass.edu>
17340
17341 * config/h8300/h8300.md (a peephole2): New.
17342
17343 2003-02-13 Robert Lipe <robertlipe@usa.net>
17344 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17345
17346 * doc/install.texi (Specific): Update three SCO-related URLs.
17347
17348 2003-02-13 Andreas Schwab <schwab@suse.de>
17349
17350 * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
17351 Parenthesize properly.
17352 (NPREDECESORS): Parenthesize properly.
17353
17354 2003-02-13 Gabriel Dos Reis <gdr@integrable-solutions.net>
17355
17356 * timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
17357
17358 2003-02-12 Roger Sayle <roger@eyesopen.com>
17359
17360 * config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
17361 (atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
17362
17363 * reg-stack.c (subst_stack_regs_pat): Add support for binary
17364 UNSPEC instructions (e.g. "fpatan").
17365
17366 2003-02-12 Mike Stump <mrs@apple.com>
17367
17368 * varray.c (element_size): Remove.
17369 (uses_ggc): Remove.
17370 (element): Add.
17371 (varray_init): Use new interface.
17372 (varray_grow): Use new interface.
17373 (varray_clear): Use new interface.
17374
17375 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
17376
17377 * config/rs6000/spe.h: Add casts to the arguments of the following
17378 macros: evfsabs, evfsnabs, evfsneg, evfsadd, evfssub, evfsmul,
17379 evfsdiv, evfscfui, evfscfsi evfscfuf evfscfsf, evfsctui, evfsctsi,
17380 evfsctuf, evfsctsf, evfsctuiz, evfsctsiz, __ev_get_upper*,
17381 __ev_get_lower*, __ev_get_u32, __ev_get_s32, __ev_get_fs,
17382 __ev_get_u16, __ev_get_s16.
17383
17384 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
17385
17386 * config/h8300/h8300.md (a peephole2): New.
17387
17388 2003-02-12 Jan Hubicka <jh@suse.cz>
17389
17390 * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-unit-at-a-time
17391 (OBJS): Add callgraph.o
17392 (callgraph.o): New.
17393 * c-decl.c (expand_body_1): Break out from ...
17394 (expand_body): This one; change calling convention
17395 (finish_function): Move some of expand_body logic here.
17396 (c_expand_deferred_function): Update call of expand_body
17397 (c_expand_stmt): Use c_expand_body_1.
17398 * c-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define.
17399 * c-objc-commin.c (c_objc_common_finish_file): Use callgraph code.
17400 * c-tree.h (c_expand_body): Declare.
17401 * callgraph.c: New file.
17402 * flags.h (flag_unit_at_a_time): Declare.
17403 * langhooks.h (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION,
17404 LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION,
17405 LANG_HOOKS_CALLGRAPH_INITIALIZER): New macros.
17406 * langhooks.h (struct lang_hooks_for_callgraph): New.
17407 (struct lang_hooks): Add callgraph field.
17408 * toplev.c (flag_unit_at_a_time): New.
17409 (lang_independent_options): Add flag_unit_at_a_time.
17410 (process_options): Disable unit-at-a-time mode for frontends not
17411 supporting callgraph.
17412 * tree-inline.c (typedef struct inline_data): Add "decl"
17413 (expand_call_inline): Update callgraph.
17414 (optimize_inline_calls): Set id.decl.
17415 * tree.h (cgraph_finalize_function, cgraph_finalize_compilation_unit,
17416 cgraph_create_edges, dump_cgraph, cgraph_optimize, cgraph_remove_call
17417 cgraph_calls_p): Declare.
17418 * invoke.texi (-funit-at-a-time): Document
17419
17420 2003-02-12 Aldy Hernandez <aldyh@redhat.com>
17421
17422 * config/rs6000/spe.h: Fix misc formatting.
17423 (__ev_create_ufix32_fs): Cast ev argument.
17424 (__ev_create_sfix32_fs): Same.
17425 (__ev_get_sfix32_fs_internal): Cast arguments to builtins.
17426 (__ev_get_ufix32_fs_internal): Same.
17427
17428 2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
17429
17430 * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document.
17431 * config/i386/cygwin.h (MODIFY_JNI_METHOD_CALL): New macro.
17432
17433 2003-02-12 Zack Weinberg <zack@codesourcery.com>
17434
17435 * cpplib.c (do_include_common): Move warnings for
17436 #include_next and #import out to callers. Use early-return
17437 instead of nested ifs. Don't do check_eol here.
17438 (parse_include): Do check_eol here with the rest of the
17439 parsing stuff.
17440 (do_include_next, do_import): Now handle warnings.
17441
17442 2003-02-11 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
17443
17444 * doc/install.texi (Specific): Update AVR- and Darwin-related URLs.
17445
17446 2003-02-12 Jan Hubicka <jh@suse.cz>
17447
17448 * predict.c (estimate_probability): Fix roundoff error.
17449
17450 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
17451
17452 * config/h8300/h8300.md (a peephole2): Don't handle 65535.
17453 (two peephole2): New.
17454
17455 2003-02-12 Kazu Hirata <kazu@cs.umass.edu>
17456
17457 * config/h8300/h8300.md (several peephole2): Replace
17458 find_regno_note with peep2_reg_dead_p.
17459
17460 2003-02-11 Richard Henderson <rth@redhat.com>
17461
17462 * gcse.c (lookup_set): Remove unused argument PAT. Update
17463 both callers.
17464
17465 2003-02-11 Geoffrey Keating <geoffk@apple.com>
17466
17467 * diagnostic.c (real_abort): New.
17468 (diagnostic_report_diagnostic): Call real_abort on error.
17469 * diagnostic.h (diagnostic_abort_on_error): New.
17470 (struct diagnostic_context): Add abort_on_error field.
17471 * toplev.c (setup_core_dumping): New.
17472 (decode_d_option): Handle 'H' case.
17473 * doc/invoke.texi (Debugging Options): Document -dH.
17474
17475 2003-02-11 Nathanael Nerode <neroden@gcc.gnu.org>
17476
17477 * Makefile.in: Remove pointless setting of CXXFLAGS for dejagnu
17478 which refers to obsolete directories.
17479
17480 2003-02-11 Richard Henderson <rth@redhat.com>
17481
17482 * config/alpha/linux.h (TARGET_C99_FUNCTIONS): New.
17483
17484 2002-10-21 Jan Hubicka <jh@suse.cz>
17485
17486 * i386.c (contains_128bit_aligned_vector_p): New function.
17487 (ix86_function_arg_boundary): Properly align vector modes.
17488
17489 2003-02-11 Bob Wilson <bob.wilson@acm.org>
17490
17491 * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.
17492 * config/xtensa/xtensa.c (xtensa_reorg): Search for UNSPECV_SET_FP
17493 as a SET pattern.
17494
17495 2003-02-11 Roger Sayle <roger@eyesopen.com>
17496
17497 * builtins.c: Fix failure caused by commiting wrong patch.
17498
17499 2003-02-11 Dale Johannesen <dalej@apple.com>
17500 * ra-build.c (compare_and_free_webs): Relax checking.
17501 * config/rs6000/darwin.h (HOT_TEXT_SECTION_NAME): Define.
17502 (UNLIKELY_EXECUTED_TEXT_SECTION_NAME): Define.
17503
17504 2003-02-11 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
17505
17506 PR optimization/9651
17507 * rtlanal.c (may_trap_p): Handle FIX.
17508
17509 2003-02-11 Dave Jones <davej@codemonkey.org.uk>
17510
17511 * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
17512 * doc/invoke.texi: Extra alias.
17513
17514 2003-02-11 Geoffrey Keating <geoffk@apple.com>
17515
17516 * config/rs6000/host-darwin.c: Fix comment.
17517
17518 2003-02-11 David Edelsohn <edelsohn@gnu.org>
17519
17520 * config/rs6000/rs6000.md (divmodsi4): Use register_operand
17521 predicate for mod result.
17522
17523 2003-02-11 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17524
17525 * inclhack.def (hpux_long_double, hpux10_ctype_declarations1,
17526 hpux10_ctype_declarations2, hpux_ctype_macros): New hacks.
17527 * fixincl.x: Rebuilt.
17528 * tests/base/stdlib.h: Update.
17529 * tests/base/ctype.h: New file.
17530
17531 2003-02-11 Jan Hubicka <jh@suse.cz>
17532
17533 * emit-rtl.c (emit_copy_of_insn_after): Copy insn recog cache too.
17534
17535 2003-02-11 Richard Henderson <rth@redhat.com>
17536
17537 * config/i386/i386.c (ix86_expand_movstr): Fail if esi or edi
17538 appropriated as globals.
17539 (ix86_expand_clrstr): Similarly.
17540 * config/i386/i386.md (cmpstrsi): Similarly.
17541
17542 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
17543
17544 * config/h8300/h8300.md (a peephole2): Add a case of 255.
17545
17546 2003-02-11 Roger Sayle <roger@eyesopen.com>
17547
17548 * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2.
17549 (pow_optab, atan2_optab): Define corresponding macros.
17550 * optabs.c (init_optabs): Initialize pow_optab and atan2_optab.
17551 * genopinit.c (optabs): Implement pow_optab and atan2_optab
17552 using pow?f3 and atan2?f3 patterns.
17553 * builtins.c (expand_errno_check): New function to update errno
17554 if necessary, split out from expand_builtin_mathfn.
17555 (expand_builtin_mathfn): Use expand_errno_check.
17556 (expand_builtin_mathfn_2): New function to handle expanding binary
17557 math functions, reusing the code in expand_errno_check.
17558 (expand_builtin): Handle the pow and atan2 math built-ins,
17559 BUILT_IN_{POW,POWF,POWL,ATAN2,ATAN2F,ATAN2L} via the new function
17560 expand_builtin_mathfn_2.
17561
17562 * doc/md.texi: Document new pow?f3 and atan2?f3 patterns.
17563
17564 2003-02-11 Jan Hubicka <jh@suse.cz>
17565
17566 * combine.c (combine_simplify_rtx): Fix folding of
17567 nested float_truncates.
17568
17569 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
17570
17571 * config/h8300/h8300.md (a peephole2): Fix a typo.
17572
17573 2003-02-11 Richard Earnshaw <rearnsha@arm.com>
17574
17575 * arm.mc (return_address_mask): Use CC_REGNUM for the condition code
17576 register number.
17577
17578 2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
17579
17580 * config/h8300/h8300-protos.h: Add a prototype for
17581 gtuleu_operator.
17582 * config/h8300/h8300.c (gtuleu_operator): New.
17583 * config/h8300/h8300.h (PREDICATE_CODES): Add gtuleu_operator.
17584 * config/h8300/h8300.md (a peephole2): New.
17585
17586 2003-02-11 Jan Hubicka <jh@suse.cz>
17587
17588 * sched-ebb.c (schedule_ebbs): Do not verify_flow_info.
17589
17590 2003-02-11 Jan Hubicka <jh@suse.cz>
17591
17592 * predict.c (choose_function_section): Choose sections correctly.
17593
17594 2003-02-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17595
17596 * reload1.c (first_label_num): New.
17597 (reload): Index offsets_known_at and offsets_at using difference of
17598 label number and first label number. Don't use offset pointers.
17599 (set_label_offsets, set_initial_label_offsets): Likewise.
17600
17601 2003-02-10 Roger Sayle <roger@eyesopen.com>
17602
17603 * mips-tfile.c (init_file): Add missing initializers in the
17604 "#ifdef __alpha" case.
17605 (file_offset, max_file_offset): Declare as unsigned long.
17606 (write_varray): Cast to "unsigned long" in comparisons against
17607 either file_offset or max_file_offset.
17608 (write_object): Likewise.
17609 (read_seek): Likewise.
17610 (copy_object): Likewise. Declare "ifd" as int to match its use
17611 in add_ext_symbol, and avoid signed/unsigned conditional warning.
17612
17613 2003-02-10 Nick Clifton <nickc@redhat.com>
17614 Aldy Hernandez <aldyh@redhat.com>
17615
17616 * config/rs6000/eabispe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Do not
17617 override options which have been specified on the command line.
17618
17619 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
17620
17621 * config/h8300/h8300.md (abssf2): New.
17622 (*abssf2_h8300): Likewise.
17623 (*abssf2_h8300hs): Likewise.
17624
17625 2003-02-10 Phil Edwards <pme@gcc.gnu.org>
17626
17627 * tree.c (build_tree_list): Fix parameter names in comment.
17628
17629 2003-02-10 Janis Johnson <janis187@us.ibm.com>
17630
17631 * config/rs6000/ppc64-fp.c: New file.
17632 * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add ppc64-fp.c.
17633
17634 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
17635
17636 * Makefile.in (bb-reorder.o): Add dependency on $(FIBHEAP_H).
17637 * bb-reorder.c (make_reorder_chain): Deleted.
17638 (make_reorder_chain_1): Deleted.
17639 (find_traces): New function.
17640 (rotate_loop): New function.
17641 (mark_bb_visited): New function.
17642 (find_traces_1_round): New function.
17643 (copy_bb): New function.
17644 (bb_to_key): New function.
17645 (better_edge_p): New function.
17646 (connect_traces): New function.
17647 (copy_bb_p): New function.
17648 (get_uncond_jump_length): New function.
17649 (reorder_basic_blocks): Use new functions (Software Trace Cache).
17650 * cfgcleanup.c (outgoing_edges_match): Enable crossjumping across loop
17651 boundaries.
17652
17653 2003-02-10 Aldy Hernandez <aldyh@redhat.com>
17654
17655 * config/rs6000/rs6000.c (bdesc_2arg): Change spe_evxor to xorv2si3.
17656
17657 2003-02-09 Dan Nicolaescu <dann@ics.uci.edu>
17658
17659 * tree.h (struct tree_decl): Remove unused live_range_rtl field.
17660 (DECL_LIVE_RANGE_RTL): Remove.
17661
17662 2003-02-10 Nick Clifton <nickc@redhat.com>
17663
17664 * config/arm/aof.h, config/arm/aout.h, config/arm/arm-modes.def,
17665 config/arm/arm-protos.h, config/arm/arm.c, config/arm/arm.h,
17666 config/arm/arm.md, config/arm/cirrus.md, config/arm/coff.h,
17667 config/arm/conix-elf.h, config/arm/ecos-elf.h, config/arm/elf.h,
17668 config/arm/freebsd.h, config/arm/linux-elf.h,
17669 config/arm/linux-gas.h, config/arm/netbsd-elf.h,
17670 config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
17671 config/arm/rtems-elf.h, config/arm/semi.h, config/arm/semiaof.h,
17672 config/arm/strongarm-coff.h, config/arm/strongarm-elf.h,
17673 config/arm/strongarm-pe.h, config/arm/uclinux-elf.h,
17674 config/arm/unknown-elf-oabi.h, config/arm/unknown-elf.h,
17675 config/arm/xscale-elf.h: Replace occurances of "GNU CC" with "GCC"
17676 and reformat as appropriate.
17677
17678 2003-02-10 Kazu Hirata <kazu@cs.umass.edu>
17679
17680 * config/h8300/clzsi2.c: Remove.
17681 * config/h8300/ctzsi2.c: Likewise.
17682 * config/h8300/paritysi2.c: Likewise.
17683 * config/h8300/popcountsi2.c: Likewise.
17684 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Remove clzsi2,
17685 ctzsi2, paritysi2, and popcountsi2.
17686
17687 2003-02-10 Eric Botcazou <ebotcazou@libertysurf.fr>
17688 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
17689
17690 PR c/7741
17691 * c-decl.c (duplicate_decls): Discard the initializer of the
17692 new decl when the types are conflicting.
17693
17694 2003-02-10 Josef Zlomek <zlomekj@suse.cz>
17695
17696 * Makefile.in (sreal.o): Added.
17697 (predict.o): Depends on sreal.h instead of real.h.
17698 * sreal.c: New file.
17699 * sreal.h: New file.
17700 * predict.c: Use sreal.c instead of real.c.
17701
17702 2003-02-10 Nick Clifton <nickc@redhat.com>
17703
17704 * Contributed support for the Cirrus EP9312 "Maverick"
17705 floating point co-processor. Written by Aldy Hernandez
17706 <aldyh@redhat.com>.
17707 (config/arm/arm.c): Add Cirrus support.
17708 (config/arm/arm.h): Likewise.
17709 (config/arm/aout.h): Likewise.
17710 (config/arm/arm.md): Likewise.
17711 (config/arm/arm-protos.h): Likewise.
17712 (config.gcc): Likewise.
17713 (doc/invoke.texi): Describe new -mcpu value and new
17714 -mcirrus-fix-invalid-insns switch,
17715 (cirrus.md): New file.
17716
17717 2003-02-10 Jan Hubicka <jh@suse.cz>
17718
17719 * combine.c (combine_simplify_rtx): Simplify using
17720 (float_truncate (float x)) is (float x)
17721 (float_extend (float_extend x)) is (float_extend x).
17722
17723 2003-02-10 Alan Modra <amodra@bigpond.net.au>
17724
17725 * calls.c (try_to_integrate): Tidy stack_usage_map access.
17726 (emit_library_call_value_1): Likewise. Formatting.
17727 (store_one_arg): Likewise.
17728
17729 2003-02-09 Nick Clifton <nickc@redhat.com>
17730 Aldy Hernandez <aldyh@redhat.com>
17731
17732 * config/rs6000/spe.md: spe_evlhhesplat, spe_evlhhossplat,
17733 spe_evlhhousplat, spe_evlwhsplat, spe_evlwwsplat, spe_evldd,
17734 spe_evldh, spe_evldw, spe_evlwhe, spe_evlwhos, spe_evlwhou,
17735 spe_evstdd, spe_evstdh, spe_evstdw, spe_evstdwx, spe_evstwhe,
17736 spe_evstwho, spe_evstwwe, spe_evstwwo: Fix syntax to match newest
17737 docs. Add range test for immediate value.
17738
17739 2003-02-09 Aldy Hernandez <aldyh@redhat.com>
17740
17741 Rename spe_evxor to xorv2si3.
17742 (xorv4hi3): New.
17743 (xorv1di3): New.
17744
17745 2003-02-10 Glen Nakamura <glen@imodulo.com>
17746
17747 * doc/extend.texi (C++98 Thread-Local Edits): Add missing @item
17748 tag.
17749
17750 2003-02-10 Jan Hubicka <jh@suse.cz>
17751
17752 * i386.c (vector_move_operand): New predicate.
17753 (ix86_expand_vector_move): Be happy about 0.
17754 * i386.h (PREDICATE_CODES): Add sse-move_operand.
17755 * i386.md (mov*_internal): Add 'C' alternative.
17756
17757 2003-02-09 Jan Hubicka <jh@suse.cz>
17758
17759 * i386.md (floathi*): Deal with SSE.
17760
17761 2003-02-09 Jan Hubicka <jh@suse.cz>
17762
17763 * simplify-rtx.c (simplify_unary_operation,
17764 simplify_binary_operation): Deal with vector modes
17765 (simplify_ternary_operation): Deal with no-op VEC_MERGE.
17766
17767 2003-02-09 Richard Sandiford <rsandifo@redhat.com>
17768
17769 * toplev.c (rest_of_compilation): Recompute register usage after
17770 split_all_insns.
17771
17772 2003-02-09 Richard Henderson <rth@redhat.com>
17773
17774 * libgcc-std.ver (__clztf2): New.
17775 (__ctztf2, __popcounttf2, __paritytf2): New.
17776 * libgcc2.c (__clzSI2, __clzDI2, __ctzSI2, __ctzDI2, __popcountSI2,
17777 __popcountDI2, __paritySI2, __parityDI2): Use UWmode and UDWmode;
17778 adjust code to match the different type sizes.
17779 * libgcc2.h (__clzSI2, __ctzSI2, __popcountSI2, __paritySI2,
17780 __clzDI2, __ctzDI2, __popcountDI2, __parityDI2): New macros.
17781
17782 * optabs.c (init_integral_libfuncs): Don't hard-code SImode and
17783 TImode; select word_mode and twice that.
17784 (init_floating_libfuncs): Don't hard-code SFmode and TFmode;
17785 select the modes from float, double, and long double.
17786 (init_optabs): Remove duplicate initializations.
17787
17788 2003-02-09 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
17789
17790 * doc/install.texi: Squeeze and streamline section on
17791 testing and regression checking.
17792
17793 2003-02-09 Jan Hubicka <jh@suse.cz>
17794
17795 * i386.md (ahi?v*3): Set third operand type to TImode.
17796 * i386.c (ix86_expand_binop_builtin): Extend operand when needed.
17797
17798 * simplify-rtx.c (simplify_subreg): Fix conversion from vector into
17799 integer mode.
17800
17801 * rtl.def (VEC_MERGE, VEC_SELECT, VEC_CONCAT, VEC_DUPLICATE):
17802 Change code so they are arithmetic expressions now.
17803 * simplify-rtx.c (simplify_unary_operation, simplify_binary_operation,
17804 simplify_ternary_operation): Deal with VEC_* expressions.
17805
17806 * i386.md (vmaskcmp, pinsrw, movd patterns): Fix RTL representation.
17807
17808 2003-02-08 Jan Hubicka <jh@suse.cz>
17809
17810 * cfgrtl.c (verify_flow_info): Use control_flow_insn_p.
17811 * reload1.c (fixup_abnormal_edges): Split basic blocks when EH edges
17812 possibly got duplicated.
17813
17814 2003-02-08 Richard Henderson <rth@redhat.com>
17815
17816 * config/alpha/alpha.c (override_options): Turn off explicit
17817 relocs until post-peep2 code duplication resolved.
17818
17819 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
17820
17821 * optabs.c (expand_unop): Widen clz properly when clz is done
17822 via libcall.
17823
17824 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
17825
17826 * config/h8300/clzsi2.c: Replace "GNU CC" with "GCC".
17827 * config/h8300/crti.asm: Likewise.
17828 * config/h8300/crtn.asm: Likewise.
17829 * config/h8300/ctzsi2.c: Likewise.
17830 * config/h8300/fixunssfsi.c: Likewise.
17831 * config/h8300/h8300-protos.h: Likewise.
17832 * config/h8300/h8300.c: Likewise.
17833 * config/h8300/h8300.h: Likewise.
17834 * config/h8300/h8300.md: Likewise.
17835 * config/h8300/paritysi2.c: Likewise.
17836 * config/h8300/popcountsi2.c: Likewise.
17837 * config/h8300/rtems.h: Likewise.
17838
17839 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17840
17841 * doc/invoke.texi: Documentation for my previous commit.
17842 * doc/passes.texi: Ditto.
17843
17844 2003-02-08 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
17845
17846 * cfgloop.h (fix_loop_placement, can_duplicate_loop_p,
17847 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
17848 Declare.
17849 (DLTHE_FLAG_UPDATE_FREQ): New.
17850 * cfgloopmanip.c (duplicate_loop, duplicate_subloops, copy_loops_to,
17851 loop_redirect_edge, loop_delete_branch_edge, copy_bbs, remove_bbs,
17852 rpe_enum_p, find_branch, alp_enum_p, add_loop, fix_loop_placements,
17853 fix_bb_placement, fix_bb_placements, place_new_loop,
17854 scale_loop_frequencies, scale_bbs_frequencies, record_exit_edges):
17855 New static functions.
17856 (fix_loop_placement, can_duplicate_loop_p,
17857 duplicate_loop_to_header_edge, loopify, remove_path, split_loop_bb):
17858 New functions.
17859
17860 * cfgloop.h (loop_optimizer_init, loop_optimizer_finalize,
17861 unswitch_loops): Declare.
17862 * loop-init.c: New file.
17863 * loop-unswitch.c: New file.
17864 * Makefile.in (loop-init.o, loop-unswitch.o): New.
17865 * params.def (PARAM_MAX_UNSWITCH_INSNS, PARAM_MAX_UNSWITCH_LEVEL): New.
17866 * toplev.c (DFI_loop2): New dump.
17867 (flag_unswitch_loops): New.
17868 (lang_independent_options): Add it.
17869 (rest_of_compilation): Call new loop optimizer.
17870 (parse_options_and_default_flags): Turn flag_unswitch_loops on with -O3.
17871
17872 2003-02-08 Kazu Hirata <kazu@cs.umass.edu>
17873
17874 * config/h8300/clzsi2.c: New.
17875 * config/h8300/ctzsi2.c: Likewise.
17876 * config/h8300/paritysi2.c: Likewise.
17877 * config/h8300/popcountsi2.c: Likewise.
17878 * config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.
17879
17880 2003-02-07 David Edelsohn <edelsohn@gnu.org>
17881
17882 * config/rs6000/rs6000.h (CLZ_DEFINED_VALUE_AT_ZERO): Define.
17883 * config/rs6000/rs6000.md (clzsi2): Rename from cntlzw2.
17884 (ctzsi2): New pattern.
17885 (ffssi2): Use clz instead of unspec.
17886 (clzdi2): Rename from cntlzd2.
17887 (ctzdi2): New pattern.
17888 (ffsdi2): Use clz instead of unspec.
17889
17890 2003-02-07 Loren James Rittle <ljrittle@acm.org>
17891
17892 * config/alpha/freebsd.h (LINK_SPEC): Weaken error to notice.
17893 * config/ia64/freebsd.h (LINK_SPEC): Likewise.
17894 * config/sparc/freebsd.h (LINK_SPEC): Likewise.
17895 * config/i386/freebsd.h (LINK_SPEC): Add clause to mirror other arches.
17896
17897 2003-02-07 Wolfgang Bangerth <bangerth@ticam.utexas.edu>
17898
17899 * doc/trouble.texi: Document pitfalls of two-stage name lookup.
17900
17901 2003-02-07 Richard Henderson <rth@redhat.com>
17902
17903 PR 9226
17904 * gcse.c (local_cprop_find_used_regs): New.
17905 (local_cprop_pass): Use it.
17906
17907 2003-02-07 Fred Fish <fnf@intrinsity.com>
17908
17909 * mips-tfile.c (parse_def): Parenthesize assignments to fix
17910 precedence bugs.
17911
17912 2003-02-07 Segher Boessenkool <segher@koffie.nl>
17913
17914 * genoutput.c (output_get_insn_name): Handle NOOP_MOVE_INSN_CODE.
17915
17916 2003-02-07 Roger Sayle <roger@eyesopen.com>
17917
17918 * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type.
17919 (BT_FN_LONG_DOUBLE_LONG_DOUBLE_LONG_DOUBLE): Likewise.
17920 (BT_FN_DOUBLE_DOUBLE_DOUBLE): Likewise.
17921 * builtins.def: Define pow, powf, powl, atan2, atan2f and atan2l
17922 builtin functions (and their __builtin_* variants).
17923 * builtins.c (mathfn_built_in): Handle missing log{,f,l} cases.
17924 (expand_builtin): Don't expand log{,f,l}, pow{,f,l} or atan2{,f,l}
17925 when not optimizing.
17926
17927 * doc/extend.texi: Document new pow and atan2 builtins, and
17928 their float and long double variants. Realphabetize builtins.
17929
17930 2003-02-07 Jan Hubicka <jh@suse.cz>
17931
17932 * i386.md (sse2_nandv2di3): Fix.
17933
17934 2003-03-07 Danny Smith <dannysmith@users.sourceforge.net>
17935
17936 * config/i386/i386.h (MS_AGGREGATE_RETURN): New define.
17937 * config/i386/cygwin.h (MS_AGGREGATE_RETURN): Override default
17938 definition.
17939 * config/i386/i386.h (ix86_return_in_memory): Return aggregate
17940 types of up to 8 bytes via registers if MS_AGGREGATE_RETURN.
17941
17942 2003-02-07 Jan Hubicka <jh@suse.cz>
17943
17944 * i386.md (movdi_rex64_1): Fix mmx<->int move opcode.
17945
17946 2003-02-07 Daniel Berlin <dberlin@dberlin.org>
17947
17948 * cfg.c (dump_flow_info): Add back accidently deleted line.
17949
17950 2003-02-07 Andrey Petrov <petrov@netbsd.org>
17951
17952 * optabs.c (expand_float): Search wider integer modes first.
17953
17954 2003-02-07 Bob Wilson <bob.wilson@acm.org>
17955
17956 * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set this
17957 based on preprocessor flag.
17958
17959 2003-02-07 Roger Sayle <roger@eyesopen.com>
17960 Richard Henderson <rth@redhat.com>
17961
17962 * gcse.c (implicit_sets): New.
17963 (compute_hash_table_work): Include them in hash table.
17964 (find_implicit_sets, fis_get_condition): New.
17965 (one_cprop_pass): Allocate and free implicit_sets; call
17966 find_implicit_sets before building hash table.
17967
17968 2003-02-07 Jason Thorpe <thorpej@wasabisystems.com>
17969
17970 * config/t-netbsd (USER_H): Revert previous change.
17971
17972 2003-02-07 Gabor Greif <ggreif@lucent.com>
17973
17974 * doc/c-tree.texi (Namespaces): Fix typo.
17975
17976 2003-02-07 Jan Hubicka <jh@suse.cz>
17977
17978 * regrename.c (do_replace, find_oldest_value_reg,
17979 copyprop_hardreg_forward_1): Update register attributes.
17980
17981 2003-02-06 Vladimir Makarov <vmakarov@redhat.com>
17982
17983 * genautomata.c (VLA_PTR_CREATE, VLA_PTR_EXPAND, VLA_PTR_ADD,
17984 VLA_HWINT_CREATE, VLA_HWINT_EXPAND, VLA_HWINT_ADD): Use temporay
17985 variables starting with underscore.
17986 (struct unit_usage): New structure.
17987 (unit_usages, cycle_alt_unit_usages): New global variables.
17988 (check_unit_distribution_in_reserv): Remove it.
17989 (store_alt_unit_usage): New function.
17990 (check_regexp_units_distribution): Rewrite it.
17991
17992 2003-02-06 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
17993
17994 * config.gcc (hppa*-*-linux*): Set MASK_NO_SPACE_REGS in
17995 target_cpu_default.
17996 * pa.c (attr_length_call): Add 8 to call length (long indirect PA 1.X)
17997 if not MASK_NO_SPACE_REGS.
17998 (output_call): Adjust return pointer, don't load new space register
17999 into %sr0, and use %sr4 for call if TARGET_NO_SPACE_REGS is true.
18000 (pa_asm_output_mi_thunk): Don't load new space register into %sr0 if
18001 TARGET_NO_SPACE_REGS is true.
18002 * pa.md (return_external_pic): Add TARGET_NO_SPACE_REGS to insn
18003 conditions.
18004 (epilogue): Always use return_internal if TARGET_NO_SPACE_REGS is true.
18005 (interspace_jump): Add new pattern for when TARGET_NO_SPACE_REGS is
18006 true. Use bve when TARGET_64BIT is true.
18007
18008 2003-02-06 Richard Henderson <rth@redhat.com>
18009
18010 * combine.c (nonzero_bits): Fix double break.
18011
18012 2003-02-06 Eric Botcazou <ebotcazou@libertysurf.fr>
18013 Richard Henderson <rth@redhat.com>
18014
18015 PR c/9530
18016 * config/i386/i386.c (ix86_function_ok_for_sibcall): Forbid sibcalls
18017 from functions that return a float to functions that don't.
18018
18019 2003-02-06 Jan Hubicka <jh@suse.cz>
18020
18021 * i386.c (x86_inter_unit_moves): New variable.
18022 (ix86_secondary_memory_needed): Fix 64bit case, honor
18023 TARGET_INTER_UNIT_MOVES
18024 * i386.h (x86_inter_unit_moves): Declare.
18025 (TARGET_INTER_UNIT_MOVES): New macro.
18026 * i386.md (movsi_1): Cleanup constraints; disable
18027 when not doing inter-unit moves.
18028 (movsi_1_nointernunit): New.
18029 (movdi_1_rex64): Fix constraints; deal with SSE->GPR moves.
18030 (movdi_1_rex64_nointerunit): New.
18031 (mivsf_1): disable when not doing inter-unit moves.
18032 (movsf_1_nointerunit): New.
18033
18034 * basic-block.h (inside_basic_block_p): Declare.
18035 * cfgbuild.c (inside_basic_block_p): Make global.
18036 * haifa-sched.c (unlink_other_notes): Deal with NOT_INSN_BASIC_BLOCK.
18037 * scheudle-ebb.c (schedule_ebb): Return last basic block of trace;
18038 update CFG.
18039 (fix_basic_block_boundaries, add_missing_bbs): New.
18040 (rank): Use profile.
18041 (scheudle_ebbs): Rely on CFG; update coments.
18042
18043 2003-02-05 Geoffrey Keating <geoffk@apple.com>
18044
18045 * Makefile.in (host_hook_obj): New.
18046 (OBJS): Add $(host_hook_obj).
18047 (host_default.o): New rule.
18048 * config.gcc (host_hook_obj): New, default to host-default.o.
18049 (powerpc-*-darwin*): Use host-darwin.o.
18050 (out_host_hook_obj): New.
18051 * configure: Regenerate.
18052 * configure.in: Print information about out_host_hook_obj, substitute
18053 into output files.
18054 * host-default.c: New file.
18055 * hosthooks.h: New file.
18056 * toplev.c (general_init): Call host_hooks.extra_signals.
18057 * config/rs6000/host-darwin.c: New file.
18058 * config/rs6000/x-darwin: New file.
18059 * doc/hostconfig.texi: Add documentation for new host hook.
18060 Rearrange existing documentation.
18061
18062 2003-02-05 Roger Sayle <roger@eyesopen.com>
18063
18064 * dwarf2out.c (mem_loc_descriptor): Replace ASM_SIMPLIFY_DWARF_ADDR
18065 with *targetm.delegitimize_address.
18066 (rtl_for_decl_location): Likewise.
18067 * dwarfout.c (output_mem_loc_descriptor): Likewise. Include target.h.
18068 * Makefile.in (dwarf2out.c, dwarfout.c): Depend upon $(TARGET_H)
18069
18070 * config/i386/i386.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18071 * config/i386/i386-protos.h (i386_simplify_dwarf_addr): Remove
18072 prototype.
18073 * config/i386/i386.c (ix86_delegitimize_address): Renamed from
18074 i386_simplify_dwarf_addr. Made static. Prototyped.
18075 (TARGET_DELEGITIMIZE_ADDRESS): Update definition from
18076 i386_simplify_dwarf_addr to ix86_delegitimize_address.
18077 (ix86_find_base_term): Likewise.
18078 (maybe_get_pool_constant): Likewise.
18079
18080 * config/s390/s390.h (ASM_SIMPLIFY_DWARF_ADDR): Remove definition.
18081 * config/s390/s390-protos.h (s390_simplify_dwarf_addr): Remove
18082 prototype.
18083 * config/s390/s390.c (s390_delegitimize_address): Renamed from
18084 s390_simplify_dwarf_addr. Made static. Prototyped.
18085 (TARGET_DELEGITIMIZE_ADDRESS): Define as s390_delegitimize_address.
18086
18087 2003-02-05 Richard Henderson <rth@redhat.com>
18088
18089 PR c/8602
18090 * integrate.c (output_inline_function): Reset input_filename
18091 and lineno from the decl before rest_of_compilation.
18092
18093 2003-02-05 Richard Henderson <rth@redhat.com>
18094
18095 * defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18096 (CTZ_DEFINED_VALUE_AT_ZERO): New.
18097 * doc/rtl.texi, doc/tm.texi: Document them.
18098
18099 * combine.c (nonzero_bits) [CLZ, CTZ]: Handle the definedness
18100 of the value at zero properly.
18101 * fold-const.c (tree_expr_nonnegative_p): Likewise.
18102 * simplify-rtx.c (simplify_unary_operation): Likewise.
18103
18104 * config/alpha/alpha.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18105 (CTZ_DEFINED_VALUE_AT_ZERO): New.
18106
18107 * config/arm/arm.c (TARGET_INIT_BUILTINS): Remove.
18108 (TARGET_EXPAND_BUILTIN): Remove.
18109 (def_builtin, arm_init_builtins, arm_expand_builtin): Remove.
18110 * config/arm/arm.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
18111 (enum arm_builtins): Remove.
18112 * config/arm/arm.md (UNSPEC_CLZ): Remove.
18113 (clzsi2): Rename from clz; use clz instead of unspec.
18114 (ctzsi2): New.
18115 * config/arm/arm-protos.h: Update.
18116
18117 2003-02-05 Jan Hubicka <jh@suse.cz>
18118
18119 * i386-protos.h (x86_emit_floatuns): Declare.
18120 * i386.c (x86_emit_floatuns): New global function.
18121 * i386.md (floatunssisf2, floatunsdisf2,
18122 floatunsdidf2): New patterns.
18123
18124 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
18125
18126 * cfgloopmanip.c (force_single_succ_latches): Fix missindentation.
18127
18128 2003-02-05 Hans Boehm <Hans.Boehm@hp.com>
18129
18130 * config/ia64/unwind-ia64.c: include coretypes.h, tm.h to get
18131 config/ia64/linux.h
18132
18133 2003-02-05 Roger Sayle <roger@eyesopen.com>
18134
18135 * cfgloop.h (flow_bb_inside_loop_p): Correct prototype again.
18136
18137 2003-02-05 Jakub Jelinek <jakub@redhat.com>
18138
18139 PR optimization/8555
18140 * config/i386/i386.md (sse_mov?fcc split): Handle op2 == op3 case
18141 instead of aborting.
18142
18143 2003-02-04 Richard Henderson <rth@redhat.com>
18144
18145 * config/i386/i386.md (UNSPEC_BSF): Remove.
18146 (ffssi2): Split into cmove and no_cmove insns and splitters;
18147 lose pentium float trick for now.
18148 (ffssi_1): Add * to name; use CTZ instead of UNSPEC.
18149 (ctzsi2, clzsi2, bsr): New.
18150
18151 2003-02-04 Richard Henderson <rth@redhat.com>
18152
18153 * config/ia64/ia64.c (rtx_needs_barrier): Handle POPCOUNT,
18154 UNSPEC_GETF_EXP; remove UNSPEC_POPCNT.
18155 * config/ia64/ia64.md (UNSPEC_POPCNT): Remove.
18156 (ffsdi2): Use popcount instead of unspec.
18157 (popcountdi2): Rename from *popcnt.
18158 (ctzdi2, clzdi2, getf_exp_tf): New.
18159
18160 2003-02-04 Kazu Hirata <kazu@cs.umass.edu>
18161
18162 * genconfig.c (main): Generate CC0_P.
18163 * rtl.h (CC0_P): Remove.
18164
18165 2003-02-04 Richard Henderson <rth@redhat.com>
18166
18167 * libgcc2.h, libgcc2.c (__ffsSI2): New.
18168 (__ffsDI2): Rename from __ffsdi2.
18169 * mklibgcc.in (lib2funcs): Add _ffssi2.
18170
18171 2003-02-04 Richard Henderson <rth@redhat.com>
18172
18173 * libgcc2.c (__paritysi2, __paritydi2): Replace last two reduction
18174 rounds with a "bit table" lookup.
18175
18176 2003-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18177
18178 * reload.c (find_reloads): Do not use the mode specified in the insn
18179 pattern as reload mode for address operands. Do not generate optional
18180 reloads for operands where a mandatory reload was already pushed.
18181
18182 2003-02-04 Richard Henderson <rth@redhat.com>
18183
18184 * longlong.h [alpha] (count_leading_zeros, count_trailing_zeros): Use
18185 builtins instead of inline assembly.
18186
18187 2003-02-04 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18188
18189 PR c/9376
18190 * libgcc2.c (__subvdi3): Fix typo.
18191
18192 2003-02-04 Jan Hubicka <jh@suse.cz>
18193
18194 * i386.md (movti_rex64): Fix constraint.
18195
18196 2003-02-04 Jan Hubicka <jh@suse.cz>
18197
18198 * i386.md (vector push splitters): Fix typo in resolving conflict.
18199
18200 2003-02-04 Rodney Brown <rbrown64@csc.com.au>
18201
18202 * config/i386/i386.c (x86_function_profiler): Fix typo in format.
18203
18204 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
18205
18206 * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
18207 for recent libstdc++. Remove formatting cruft.
18208
18209 2003-02-04 Jakub Jelinek <jakub@redhat.com>
18210
18211 * dwarf2out.c (dwarf2out_finish): Add AT_comp_dir
18212 attribute even if input file name is absolute, but one of the
18213 includes is relative.
18214
18215 2003-02-04 Joseph S. Myers <jsm@polyomino.org.uk>
18216
18217 * doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
18218 doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
18219 * doc/install.texi: Update copyright dates. Update to GFDL 1.2.
18220
18221 2003-02-03 Richard Henderson <rth@redhat.com>
18222
18223 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18224 __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
18225 return type to "int". Shuffle declarations and undef int trap.
18226 * libgcc2.h: Remove their declarations.
18227 * optabs.c (expand_unop): Force outmode to int for bitops.
18228
18229 2003-02-03 Bob Wilson <bob.wilson@acm.org>
18230
18231 * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order the
18232 coprocessor registers before floating-point registers.
18233 * config/xtensa/xtensa.h (REG_ALLOC_ORDER): Adjust register numbers
18234 to account for a previously removed register.
18235 (SPEC_REG_FIRST, SPEC_REG_LAST, SPEC_REG_NUM, COUNT_REGISTER_REGNUM):
18236 Delete unused macros.
18237
18238 2003-02-03 Jan Hubicka <jh@suse.cz>
18239
18240 * i386.c (ix86_expand_store_builtin): Always force op1 to register.
18241 (mov*_internal): Fix predicates; require one of operands to not be
18242 memory.
18243 (SSE?MMX move expanders): Fix predicates; force one of operands to
18244 register.
18245 (SSE/MMX push patterns): Reorganize; fix x86-64 code generation.
18246 (movups/movupd/movdqu patterns): Force one of operands to not be
18247 memory.
18248
18249 2003-02-03 Roger Sayle <roger@eyesopen.com>
18250
18251 * hooks.c (hook_rtx_rtx_identity): Generic hook function that
18252 takes a single rtx and returns it unmodified.
18253 * hooks.h (hook_rtx_rtx_identity): Prototype here.
18254 * target.h (struct gcc_target): Add "delegitimize_address"
18255 field to target structure.
18256 * target-def.h (TARGET_DELEGITIMIZE_ADDRESS): Provide default
18257 for delegitimize_address target using hook_rtx_rtx_identity.
18258 (TARGET_INITIALIZER): Initialize delegitimize_address field
18259 using TARGET_DELEGITIMIZE_ADDRESS macro.
18260 * simplify-rtx.c (avoid_constant_pool_reference): Handle float
18261 extensions of constant pool references. Use delegitimize_address
18262 to undo the obfuscation of "-fpic".
18263 * Makefile.in (simplify-rtx.o): Add dependency on target.h.
18264
18265 * config/i386/i386.c (TARGET_DELEGITIMIZE_ADDRESS): Define as
18266 i386_simplify_dwarf_addr.
18267 (ix86_find_base_term): Simplify using i386_simplify_dwarf_addr.
18268 (maybe_get_pool_constant): Likewise.
18269
18270 2003-02-03 Jan Hubicka <jh@suse.cz>
18271
18272 * i386.c (ix86_expand_int_movcc): Fix setcc sign bit case.
18273
18274 2003-02-03 Jan Hubicka <jh@suse.cz>
18275
18276 * regclass.c (cannot_change_mode_set_regs): Correct argument order.
18277
18278 2003-02-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
18279
18280 * mips/_tilib.c: Don't include tsystem.h or defaults.h. Don't
18281 define LIBGCC2_WORDS_BIG_ENDIAN. Include coretypes.h and tm.h.
18282
18283 2003-02-02 Andreas Schwab <schwab@suse.de>
18284
18285 * varasm.c (asm_output_aligned_bss): Declare as possibly unused.
18286
18287 2003-02-02 Richard Earnshaw <rearnsha@arm.com>
18288
18289 * arm.md (sibcall_epilogue): Set the "conds" to "clob".
18290 (epilogue_insns): Likewise.
18291
18292 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18293
18294 * doc/install.texi (hppa*-hp-hpux11*): Update installation notes.
18295
18296 2003-02-02 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18297
18298 * pa-protos.h (attr_length_millicode_call): Remove second argument.
18299 (attr_length_indirect_call, attr_length_indirect_call,
18300 attr_length_save_restore_dltp): New prototypes.
18301 * pa.c (attr_length_millicode_call): Remove second argument. Check
18302 INSN_ADDRESSES_SET_P in distance calculation.
18303 (output_millicode_call): Check INSN_ADDRESSES_SET_P before using
18304 INSN_ADDRESSES.
18305 (attr_length_call): Check INSN_ADDRESSES_SET_P in distance calculation.
18306 (output_call): Check INSN_ADDRESSES_SET_P before using INSN_ADDRESSES.
18307 Call attr_length_call directly.
18308 (attr_length_indirect_call, output_indirect_call,
18309 attr_length_save_restore_dltp): New functions.
18310 * pa.md (attr_length_millicode_call): Drop second argument from all
18311 patterns.
18312 (return_internal_pic): Delete.
18313 (return_external_pic): Remove use of PIC register and pic operand and
18314 flag checks.
18315 (epilogue): Use return_internal for both normal and pic code.
18316 (call, call_value): Emit new 32-bit pic patterns for symref and
18317 indirect calls. Remove uses for arg pointer and pic register.
18318 (call_symref_pic, call_symref_pic_post_reload, call_reg_pic,
18319 call_reg_pic_post_reload, call_val_symref_pic,
18320 call_val_symref_pic_post_reload, call_val_reg_pic,
18321 call_val_reg_pic_post_reload): New pre and post reload insn patterns.
18322 Implement define_split and define_peephole2 patterns for pre reload
18323 patterns.
18324 (call_symref_64bit, call_internal_reg_64bit, call_value_symref_64bit,
18325 call_value_internal_reg_64bit): Shorten names.
18326 (all call patterns): Explicitly indicate registers used and clobbered.
18327 Use attr_length_indirect_call and attr_length_save_restore_dltp for
18328 attribute length calculation. Move code generation for indirect calls
18329 to output_indirect_call.
18330 (sibcall, sibcall_value): Don't restore PIC register.
18331 (exception_receiver, builtin_setjmp_receiver): Add blockage after PIC
18332 register retore.
18333
18334 2003-02-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18335
18336 * doc/install.texi (Testing): Simplify and compress instructions
18337 concerning Dejagnu.
18338
18339 2003-02-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18340
18341 * collect2.c (pexecute_pid): Rename to pid.
18342 (collect_wait, collect_execute, scan_prog_file, scan_libraries): Use
18343 pid.
18344
18345 2003-02-01 Geoffrey Keating <geoffk@apple.com>
18346
18347 * doc/extend.texi (Function Attributes): Remove documentation
18348 for PowerPC Windows NT function attributes..
18349
18350 2003-02-01 Daniel Jacobowitz <drow@mvista.com>
18351
18352 * dwarf2out.c (gen_type_die): Check for typedefs before calling
18353 for TYPE_MAIN_VARIANT.
18354
18355 2003-02-01 Richard Henderson <rth@redhat.com>
18356
18357 * libgcc2.c: Include auto-host.h.
18358 (ATTRIBUTE_HIDDEN): New.
18359 (__clz_tab): Don't declare here for clz and ctz.
18360 (__clzsi2, __clzdi2): Use count_leading_zeros.
18361 (__ctzsi2, __ctzdi2): Use count_trailing_zeros.
18362 (__popcount_tab): Mark ATTRIBUTE_HIDDEN.
18363 (__paritysi2, __paritydi2): Use shifts instead of __popcount_tab.
18364 * longlong.h (__clz_tab): Mark ATTRIBUTE_HIDDEN.
18365
18366 2003-02-01 Richard Henderson <rth@redhat.com>
18367
18368 * config/i386/i386.md (addsi_1_zext splitter): Add TARGET_64BIT
18369 to the conditional.
18370 (ashlsi3_1_zext splitter): Likewise.
18371
18372 2003-02-01 Richard Henderson <rth@redhat.com>
18373
18374 * optabs.c (expand_unop): Use word_mode for outmode of bit scaners.
18375 * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18376 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2): Change
18377 return type to Wtype.
18378
18379 * libgcc-std.ver (GCC_3.4): Fix inheritance.
18380
18381 * config/i386/i386.md (ffssi2): Use nonimmediate_operand for
18382 expander input constraint.
18383
18384 2003-02-01 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
18385
18386 * optabs.h (optab_index): Add OTI_clz, OTI_ctz, OTI_popcount and
18387 OTI_parity.
18388 (clz_optab, ctz_optab, popcount_optab, parity_optab): New.
18389 * optabs.c (widen_clz, expand_parity): New.
18390 (expand_unop): Handle clz and parity. Hardcode SImode as outmode
18391 for libcalls to clz, ctz, popcount, and parity.
18392 (init_optabs): Init clz_optab, ctz_optab, popcount_optab and
18393 parity_optab, and set up libfunc handlers.
18394 * libgcc2.c (__clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
18395 __popcountsi2, __popcountdi2, __paritysi2 __paritydi2,
18396 __popcount_tab): New.
18397 * libgcc2.h: Declare them.
18398 * libgcc-std.ver (GCC_3.4): Add new functions from libgcc2.c.
18399 * genopinit.c (optabs): Add clz_optab, ctz_optab, popcount_optab
18400 and parity_optab.
18401 * builtin-types.def (BT_FN_INT_LONG, BT_FN_INT_LONGLONG): New.
18402 * builtins.def (BUILT_IN_CLZ, BUILT_IN_CTZ, BUILT_IN_POPCOUNT,
18403 BUILT_IN_PARITY, BUILT_IN_FFSL, BUILT_IN_CLZL, BUILT_IN_CTZL,
18404 BUILT_IN_POPCOUNTL, BUILT_IN_PARITYL, BUILT_IN_FFSLL,
18405 BUILT_IN_CLZLL, BUILT_IN_CTZLL, BUILT_IN_POPCOUNTLL,
18406 BUILT_IN_PARITYLL): New.
18407 * builtins.c (expand_builtin_unop): Rename from expand_builtin_ffs
18408 and add optab argument.
18409 (expand_builtin): Expand BUILT_IN_{FFS,CLZ,POPCOUNT,PARITY}*.
18410 * tree.def (CLZ_EXPR, CTZ_EXPR, POPCOUNT_EXPR, PARITY_EXPR): New.
18411 * expr.c (expand_expr): Handle them.
18412 * fold-const.c (tree_expr_nonnegative_p): Likewise.
18413 * rtl.def (CLZ, CTZ, POPCOUNT, PARITY): New.
18414 * reload1.c (eliminate_regs): Handle them.
18415 (elimination_effects): Likewise.
18416 * function.c (instantiate_virtual_regs_1): Likewise
18417 * genattrtab.c (check_attr_value): Likewise.
18418 * simplify-rtx.c (simplify_unary_operation): Likewise.
18419 * c-common.c (c_common_truthvalue_conversion): Handle POPCOUNT_EXPR.
18420 * combine.c (combine_simplify_rtx): Handle POPCOUNT and PARITY.
18421 (nonzero_bits): Handle CLZ, CTZ, POPCOUNT and PARITY.
18422 * config/alpha/alpha.md (clzdi2, ctzdi2, popcountdi2): New.
18423 * config/arm/arm.c (arm_init_builtins): Rename __builtin_clz to
18424 __builtin_arm_clz.
18425 * Makefile.in (LIB2FUNCS_1, LIB2FUNCS_2): Move...
18426 * mklibgcc.in (lib2funcs): ...here and merge. Add new members.
18427 * doc/extend.texi (Other Builtins): Add new builtins.
18428 * doc/md.texi (Standard Names): Add new patterns.
18429
18430 2003-02-01 Ulrich Weigand <uweigand@de.ibm.com>
18431
18432 * reload.c: Revert 2003-01-31 change.
18433
18434 2003-02-01 Jan Hubicka <jh@suse.cz>
18435
18436 * combine.c (combine_simplify_rtx): Use reversed_comparison_code_parts.
18437
18438 2003-02-01 Richard Sandiford <rsandifo@redhat.com>
18439
18440 * flags.h (flag_volatile): Remove declaration.
18441 (flag_volatile_global, flag_volatile_static): Likewise.
18442 * c-typeck.c (build_indirect_ref): Don't check flag_volatile.
18443 * toplev.c (flag_volatile): Remove definition.
18444 (flag_volatile_global, flag_volatile_static): Likewise.
18445 (f_options): Remove corresponding entries here.
18446 * varasm.c (make_decl_rtl): Don't check flag_volatile_global
18447 or flag_volatile_static.
18448 * doc/invoke.texi: Remove documentation of -fvolatile,
18449 -fvolatile-global and -fvolatile-static.
18450
18451 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18452
18453 * pa.c (pa_output_function_prologue, pa_output_function_epilogue): Move
18454 updating of total_code_bytes from prologue to epilogue.
18455
18456 2003-01-31 Ulrich Weigand <uweigand@de.ibm.com>
18457
18458 * reload.c (find_reloads): Do not use the mode specified in the insn
18459 pattern as reload mode for address operands. Do not generate optional
18460 reloads for operands where a mandatory reload was already pushed.
18461 Generate optional reloads only in the final pass though find_reloads.
18462 (have_replacement_p): New function.
18463
18464 2003-01-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
18465
18466 * doc/install.texi (Testing): Remove a reference to our obsolete
18467 /testresults web pages and strip redundant information concerning
18468 test results.
18469 (Binaries): Refer to Microsoft Windows instead of listing all
18470 possible variants.
18471
18472 2003-02-01 Jan Hubicka <jh@suse.cz>
18473
18474 * loop.c (emit_prefetch_instructions): Do conversion at right place in
18475 RTL chain.
18476
18477 * combine.c (simplify_set): Reverse order of ragumetns to
18478 REG_CANNOT_CHANGE_MODE_P
18479 * df.c (df_def_record_1): Likewise.
18480 * recog.c (register_operand): Likewise.
18481 * simplify-rtx.c (simplify_subreg): Likewise.
18482 * hard-reg-set.h (REG_CANNOT_CHANGE_MODE_P): Update use of
18483 CANNOT_CHANGE_MODE_CLASS.
18484 * regclass.c (cannot_change_mode_set_regs, invalid_mode_change_p):
18485 Likewise.
18486 * reload.c (push_reload): Likewise.
18487 * alpha.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18488 * ia64.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18489 * mips.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18490 * mips-protos.h (mips_cannot_change_mode_class): Update prototype.
18491 * mips.c (mips_cannot_change_mode_class): Update.
18492 * pa64-regs.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18493 * rs6000.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18494 * s390.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18495 * sh.h (CANNOT_CHANGE_MODE_CLASS): Update definition.
18496 * sh-protos.h (sh_cannot_change_mode_class): Update prototype.
18497 * sh.c (sh_cannot_change_mode_class): Update.
18498 * i386.h (CANNOT_CHANGE_MODE_CLASS): New.
18499 * tm.texi (CANNOT_CHANGE_MODE_CLASS): Update documentation.
18500
18501 2003-01-31 Geoffrey Keating <geoffk@apple.com>
18502
18503 * config/darwin.h (LINK_COMMAND_SPEC): Update for Nathan's recent
18504 change to LINK_COMMAND_SPEC in gcc.c.
18505
18506 2003-01-31 Jan Hubicka <jh@suse.cz>
18507
18508 PR c/9506
18509 * i386.c (override_options): Use DEFAULT_PCC_STRUCT_RETURN.
18510
18511 2003-01-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
18512
18513 * pa32-regs.h (REGNO_REG_CLASS, REG_CLASS_FROM_LETTER): Delete
18514 duplicated code.
18515
18516 2003-01-31 Nathan Sidwell <nathan@codesourcery.com>
18517
18518 * tree.h (TYPE_BINFO_SIZE, TYPE_BINFO_SIZE_UNIT): Remove.
18519 (BINFO_ELTS): New #define.
18520 * stor-layout.c (finalize_record_size): Don't set them.
18521 * cp/cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
18522 BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
18523 (BINFO_LANG_ELTS): New #define.
18524 * cp/tree.c (make_binfo): Use BINFO_LANG_ELTS.
18525 * java/class.c (make_class): Use BINFO_ELTS.
18526 (set_super_info): Likewse.
18527 (add_interface_do): Likewise.
18528 * objc/objc-act.c (start_class): Use BINFO_ELTS.
18529
18530 2003-01-31 Danny Smith <dannysmith@users.sourceforge.net>
18531
18532 * timevar.c (getrusage): Don't ever declare if not HAVE_GETRUSAGE.
18533 (times): Don't ever declare if not HAVE_TIMES.
18534 (clock): Don't ever declare if not HAVE_CLOCK.
18535
18536 2003-01-30 Richard Henderson <rth@redhat.com>
18537
18538 * flow.c (update_life_info): Zap life info after cleanup_cfg.
18539 (regno_uninitialized): Use correct live at function entry set.
18540 (regno_clobbered_at_setjmp): Likewise.
18541
18542 * expr.c (store_expr): Promote all MEM intermediates to regs.
18543
18544 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
18545
18546 * config/arm/arm.c: Fix comment typos.
18547 * config/arm/arm.h: Likewise.
18548 * config/arm/netbsd-elf.h: Likewise.
18549 * config/arm/netbsd.h: Likewise.
18550
18551 2003-01-30 Geoffrey Keating <geoffk@apple.com>
18552
18553 * gengtype.c (struct walk_type_data): Add needs_cast_p.
18554 (walk_type): Set needs_cast_p in walk_type_data.
18555 (write_types_process_field): Supply casts when required to suppress
18556 warnings.
18557 (write_root): Cast gt_pch_n_S to suppress warning.
18558 * Makefile.in: Remove -Wno-error from gtype-desc.o and c-decl.o.
18559 * config/rs6000/rs6000.c (print_operand): Mask off high bits only
18560 when they might exist.
18561 * config/rs6000/t-rs6000: Remove -Wno-error from varasm.o,
18562 insn-conditions.o, and rs6000.o.
18563
18564 2003-01-30 Richard Henderson <rth@redhat.com>
18565
18566 * ggc-page.c (G.context_depth_allocations): New.
18567 (G.context_depth_collections): New.
18568 (alloc_page): Set G.context_depth_allocations.
18569 (ggc_collect): Set G.context_depth_collections.
18570 (ggc_push_context): Limit to HOST_BITS_PER_LONG contexts.
18571 (ggc_pop_context): Early exit for no allocations or collections.
18572
18573 2003-01-30 Richard Henderson <rth@redhat.com>
18574
18575 * tree-inline.c (walk_tree): Streamline duplicate hash table lookup.
18576
18577 2003-01-30 Richard Earnshaw <rearnsha@arm.com>
18578
18579 * arm.c (arm_compute_initial_elimination_offset): If optimizing for
18580 size, the link register is always saved if any other register is
18581 saved.
18582
18583 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
18584
18585 * config/h8300/h8300-protos.h: Update the prototype for
18586 compute_plussi_cc.
18587 (cpp_reader): Declare before it is used.
18588 * config/h8300/h8300.c (compute_plussi_cc): Change the return
18589 type to int.
18590 * config/h8300/h8300.md (monitor_prologue): Call abort() if we
18591 see an unknown H8 variant.
18592
18593 2003-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18594
18595 PR target/9316
18596 * config/rs6000/rtems.h: Add CPP_OS_DEFAULT_SPEC.
18597 * config/rs6000/sysv4.h: Add CPP_OS_RTEMS_SPEC.
18598 * config/rs6000/t-rtems: New file. multilib variants to match OS.
18599 * config.gcc (powerpc-*-rtems*): Use rs6000/t-rtems instead of
18600 rs6000/t-ppcgas so we get the desired multilibs.
18601
18602 2003-01-30 Nick Clifton <nickc@redhat.com>
18603
18604 * config/arm/arm.c (arm_output_epilogue): Update stack pointer
18605 when popping saved IP register off the stack.
18606
18607 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
18608
18609 * config/rs6000/aix43.h: Fix comment typos.
18610 * config/rs6000/aix51.h: Likewise.
18611 * config/rs6000/aix52.h: Likewise.
18612 * config/rs6000/altivec.h: Likewise.
18613 * config/rs6000/rs6000.c: Likewise.
18614 * config/rs6000/rs6000.h: Likewise.
18615 * config/rs6000/rs6000.md: Likewise.
18616 * config/rs6000/spe.md: Likewise.
18617
18618 2003-01-29 Mark Mitchell <mark@codesourcery.com>
18619
18620 * c-common.c (builtin_define_float_constants): Define
18621 __<TYPE>_HAS_INFINITY__ and __<TYPE>_HAS_QUIET_NAN__.
18622
18623 2003-01-30 Kazu Hirata <kazu@cs.umass.edu>
18624
18625 * config/sh/lib1funcs.asm: Fix comment typos.
18626 * config/sh/linux.h: Likewise.
18627 * config/sh/sh.c: Likewise.
18628 * config/sh/sh.md: Likewise.
18629
18630 2003-01-30 Loren James Rittle <ljrittle@acm.org>
18631
18632 * objc/Make-lang.in (objc-parse.y): Find c-parse.in in $(srcdir).
18633
18634 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
18635
18636 * config/fp-bit.h (__make_dp): Declare if TMODES.
18637
18638 2003-01-29 Kazu Hirata <kazu@cs.umass.edu>
18639
18640 * config/h8300/h8300.h (PREDICATE_CODES): Add entries for
18641 general_operand_src and general_operand_dst.
18642
18643 2003-01-29 David Edelsohn <edelsohn@gnu.org>
18644
18645 * config/rs6000/rs6000.c (function_arg_pass_by_reference):
18646 Return true for variable sized types.
18647 (rs6000_va_arg): Handle variable sized types passed by reference
18648 on non-SVR4 ABI.
18649
18650 2003-01-29 Richard Earnshaw <rearnsha@arm.com>
18651
18652 * arm.c (arm_legtimize_address): New function.
18653 * arm-protos.h (arm_legtimize_address): Add prototype.
18654 * arm.h (ARM_LEGITIMIZE_ADDRESS): Use arm_legitimize_address.
18655 (LEGITIMIZE_ADDRESS, THUMB_LEGITIMIZE_ADDRESS): Wrap with
18656 do ... while (0)
18657
18658 2003-01-29 Joel Sherrill <joel@OARcorp.com>
18659
18660 PR bootstrap/9296
18661 * gthr-rtems.h: Define __GTHREAD_MUTEX_INIT. Apparently no code
18662 depended on it being defined until now.
18663
18664 2003-01-29 Joel Sherrill <joel@OARcorp.com>
18665
18666 PR target/9295
18667 * config/mips/rtems.h: Predefine __USE_INIT_FINI__ so generic
18668 RTEMS code knows which C++ initialization style the toolset
18669 configuration is using.
18670
18671 2003-01-29 Joel Sherrill <joel@OARcorp.com>
18672
18673 PR bootstrap/9293
18674 * config/m68k/t-crtstuff: Replace spaces with tabs, add
18675 $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o.
18676
18677 2003-01-29 Joel Sherrill <joel@OARcorp.com>
18678
18679 PR bootstrap/9292
18680 * config.gcc (hppa1.1-rtems): Did not include t-rtems nor enable
18681 RTEMS threads.
18682 * config/pa/rtems.h (LIB_SPEC): Use -N when linking.
18683
18684 2003-01-29 Nick Clifton <nickc@redhat.com>
18685
18686 * Makefile.in (c-parse.o): Locate source file in $(parsedir)
18687 not $(srcdir).
18688
18689 2003-01-29 Andrew Haley <aph@redhat.com>
18690
18691 * tree-inline.c (walk_tree): Add CHAR_TYPE.
18692
18693 2003-01-29 Jan Hubicka <jh@suse.cz>
18694
18695 * i386.md (subdi3_carry_rex64): Fix typo.
18696
18697 2003-01-28 Stan Shebs <shebs@apple.com>
18698
18699 * coretypes.h (cpp_reader): Forward declare struct.
18700 * c-pragma.h (cpp_reader): Remove forward declaration.
18701 * hashtable.h (cpp_reader): Likewise.
18702 * scan.h (cpp_reader): Likewise.
18703 * tree.h (cpp_reader): Likewise.
18704 * config/darwin-protos.h (cpp_reader): Likewise.
18705 * config/arm/arm-protos.h (cpp_reader): Likewise.
18706 * config/rs6000/rs6000-protos.h: Remove GCC_CPPLIB_H ifdef, use
18707 struct cpp_reader in prototypes.
18708
18709 2003-01-28 Christian Cornelssen <ccorn@cs.tu-berlin.de>
18710
18711 * doc/install.texi: Add documentation for installation into
18712 tooldirs and with DESTDIR.
18713
18714 2003-01-28 Richard Henderson <rth@redhat.com>
18715
18716 * config.gcc (ia64*-*-aix*): Remove.
18717 * config/ia64/aix.h, config/ia64/t-aix: Remove file.
18718 * config/ia64/unwind-aix.c: Remove file.
18719
18720 2003-01-28 Andreas Schwab <schwab@suse.de>
18721
18722 * config/m68k/m68k.md (tablejump+2): Don't sign extend an address
18723 register.
18724 * config/m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Likewise.
18725 * config/m68k/coff.h (ASM_RETURN_CASE_JUMP): Likewise.
18726 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Likewise.
18727 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
18728 * config/m68k/mot3300.h (ASM_RETURN_CASE_JUMP): Likewise.
18729 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
18730 * config/m68k/pbb.h (ASM_RETURN_CASE_JUMP): Likewise.
18731
18732 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
18733
18734 * combine.c (nonzero_bits): Fix check for negative divide operands.
18735
18736 2003-01-28 Richard Henderson <rth@redhat.com>
18737
18738 * config/ia64/ia64.c (ia64_rwreloc_section_type_flags): New.
18739 * config/ia64/hpux.h (TARGET_SECTION_TYPE_FLAGS): New.
18740
18741 2003-01-28 Richard Henderson <rth@redhat.com>
18742
18743 * cse.c (find_best_addr): Kill !ADDRESS_COST code.
18744
18745 * config/cris/cris.c (cris_address_cost): Make static.
18746 (TARGET_RTX_COSTS, TARGET_ADDRESS_COST): New.
18747 * config/cris/cris.h (ADDRESS_COST): Remove.
18748 * config/cris/cris-protos.h: Update.
18749
18750 2003-01-23 Mike Stump <mrs@apple.com>
18751
18752 * regclass.c (init_reg_autoinc): New function.
18753 (regclass): Move initialization of forbidden_inc_dec_class from
18754 here...
18755 (init_regs): to here. Avoids reinitialization for each function,
18756 saving compilation time.
18757
18758 2003-01-28 Jason Merrill <jason@redhat.com>
18759
18760 * cpplib.h (struct cpp_options): Add warn_deprecated field.
18761 * cppinit.c (cpp_create_reader): Turn it on by default.
18762 * c-opts.c (c_common_decode_option): Set it.
18763 * cpplib.c (do_pragma_once): Only complain about #pragma once
18764 if warn_deprecated is set.
18765
18766 2003-01-28 Dale Johannesen <dalej@apple.com>
18767
18768 * emit-rtl.c (const_double_htab_hash): Use mode in the hash.
18769 * loop.c (scan_loop): Move movables on -Os rich-register targets.
18770 * config/rs6000/rs6000.md (sibcall*): Use match_operand for LR.
18771
18772 2003-01-28 Richard Henderson <rth@redhat.com>
18773
18774 * target.h (targetm.address_cost): New.
18775 * target-def.h (TARGET_ADDRESS_COST): New.
18776 (TARGET_RTX_COSTS): Uncomment. Oops.
18777 * cse.c (address_cost): Use new target hook.
18778 (default_address_cost): New.
18779 * output.h (default_address_cost): Declare.
18780 * hooks.c (hook_int_rtx_0): New.
18781 * hooks.h (hook_int_rtx_0): Declare.
18782 * loop.c (combine_givs_p): Remove if 0 code.
18783 * system.h (ADDRESS_COST): Poison.
18784
18785 * config/alpha/alpha.c, config/alpha/alpha.h, config/d30v/d30v.c,
18786 config/d30v/d30v.h, config/ia64/ia64.c, config/ia64/ia64.h,
18787 config/m32r/m32r.c, config/m32r/m32r.h, config/mcore/mcore.c,
18788 config/mcore/mcore.h, config/mmix/mmix.c, config/mmix/mmix.h,
18789 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/sparc/sparc.c,
18790 config/sparc/sparc.h, config/v850/v850.c, config/v850/v850.h,
18791 config/xtensa/xtensa.c, config/xtensa/xtensa.h
18792 (TARGET_ADDRESS_COST): Define as hook_int_rtx_0.
18793 (ADDRESS_COST): Remove.
18794
18795 * config/arc/arc-protos.h, config/arc/arc.c, config/arc/arc.h,
18796 config/avr/avr-protos.h, config/avr/avr.c, config/avr/avr.h,
18797 config/c4x/c4x-protos.h, config/c4x/c4x.c, config/c4x/c4x.h,
18798 config/dsp16xx/dsp16xx-protos.h, config/dsp16xx/dsp16xx.c,
18799 config/dsp16xx/dsp16xx.h, config/i386/i386-protos.h,
18800 config/i386/i386.c, config/i386/i386.h, config/i960/i960-protos.h,
18801 config/i960/i960.c, config/i960/i960.h, config/ip2k/ip2k-protos.h,
18802 config/ip2k/ip2k.c, config/ip2k/ip2k.h, config/mips/mips-protos.h,
18803 config/mips/mips.c, config/mips/mips.h,
18804 config/m68hc11/m68hc11-protos.h, config/m68hc11/m68hc11.c,
18805 config/m68hc11/m68hc11.h, config/ns32k/ns32k-protos.h,
18806 config/ns32k/ns32k.c, config/ns32k/ns32k.h, config/pa/pa-protos.h,
18807 config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h,
18808 config/s390/s390.c, config/s390/s390.h, config/vax/vax-protos.h,
18809 config/vax/vax.c, config/vax/vax.h
18810 (foo_address_cost): Make static.
18811 (TARGET_ADDRESS_COST): New.
18812 (ADDRESS_COST): Remove.
18813
18814 * config/arm/arm.h, config/arm/arm.c, config/m88k/m88k.h,
18815 config/m88k/m88k.c, config/romp/romp.h, config/romp/romp.c,
18816 config/sh/sh.c, config/sh/sh.h, config/stormy16/stormy16.c,
18817 config/stormy16/stormy16.h
18818 (ADDRESS_COST): Move code ...
18819 (foo_address_cost): ... here.
18820 (TARGET_ADDRESS_COST): New.
18821
18822 * config/m32r/m32r.c (m32r_address_cost): Remove.
18823 * config/m32r/m32r-protos.h: Update.
18824
18825 * config/mmix/mmix.c (mmix_address_cost): Remove.
18826 * config/mmix/mmix-protos.h: Update.
18827
18828 * config/mn10300/mn10300.c (mn10300_address_cost_1): Rename from
18829 mn10300_address_cost; move unsig allocation ...
18830 (mn10300_address_cost): ... here.
18831 (TARGET_ADDRESS_COST): New.
18832 * config/mn10300/mn10300-protos.h: Update.
18833 * config/mn10300/mn10300.h (ADDRESS_COST): Remove.
18834
18835 * doc/tm.texi: Update.
18836
18837 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
18838
18839 * haifa-sched.c (schedule_insn): Return necessary cycle advance
18840 after issuing the insn.
18841 (rank_for_schedule): Make a insn with /S the highest priority
18842 insn.
18843 (move_insn): Ignore schedule groups. Clear SCHED_GROUP_P.
18844 (choose_ready): Check SCHED_GROUP_P.
18845 (schedule_block): Advance cycle after issuing insn if it is
18846 necessary. Don't reorder insns if there is an insn with /S.
18847 (set_priorities): Ignore schedule groups.
18848
18849 * sched-deps.c (remove_dependence, group_leader): Remove the
18850 functions.
18851 (add_dependence): Ignore schedule groups.
18852 (set_sched_group_p): Don't make copy of dependencies from previous
18853 insn of the schedule group. Add anti-dependency to the previous
18854 insn of the schedule group.
18855 (compute_forward_dependences): Ignore schedule groups.
18856
18857 * sched-ebb.c (init_ready_list): Ignore schedule groups.
18858
18859 * sched-rgn.c (init_ready_list): Ditto.
18860 (can_schedule_ready_p): Ditto.
18861
18862 2003-01-28 Vladimir Makarov <vmakarov@redhat.com>
18863
18864 * config/i386/i386.md (*movsi_1): Use movdqa to move one xmm
18865 register to another one.
18866
18867 2003-01-28 Richard Henderson <rth@redhat.com>
18868
18869 * calls.c (default_must_pass_in_stack): Fix typo in !type case.
18870
18871 2003-01-28 Roger Sayle <roger@eyesopen.com>
18872
18873 * cse.c (cse_insn): Avoid redundant REG_EQUAL notes.
18874
18875 2003-01-28 Richard Sandiford <rsandifo@redhat.com>
18876
18877 * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA, and the given
18878 class contains a floating-point register, return the size of the
18879 mode in half words.
18880
18881 2003-01-28 Jan Hubicka <jh@suse.cz>
18882
18883 * i386.c (ix86_carry_flag_operator): New predicate.
18884 (fcmov_operator): Fix whitespace.
18885 (ix86_expand_carry_flag_compare): Deal with floating point.
18886 (ix86_expand_int_movcc): Deal with fp; update insn expansion
18887 (ix86_expand_int_addcc): Likewise.
18888 (ix86_expand_strlensi_unroll_1): likewsie.
18889 * i386.h (PREDICATE_CODES): Add ix86_carry_flag_operator.
18890 * i386.md (add?i_carry_rex64): Use new predicate.
18891 (sub?i3_carry_rex64): Likewise.
18892 (x86_mov?icc_0_m1*): Likewise.
18893
18894 2003-01-28 Andreas Schwab <schwab@suse.de>
18895
18896 * cfgloopmanip.c (create_preheader): Initialize src to avoid
18897 warning.
18898
18899 * expmed.c (emit_store_flag): Fix cast to avoid sign
18900 comparison warning.
18901
18902 * combine.c (force_to_mode): Add cast to fix warning when
18903 STORE_FLAG_VALUE is negative.
18904
18905 2003-01-27 Richard Henderson <rth@redhat.com>
18906
18907 * Makefile.in (cse.o): Depend on TARGET_H.
18908 * cse.c (rtx_cost): Use targetm.rtx_costs.
18909 * system.h (CONST_COSTS RTX_COSTS DEFAULT_RTX_COSTS): Poison.
18910 * doc/tm.texi: Update.
18911
18912 * target.h (targetm.rtx_costs): New.
18913 * target-def.h (TARGET_RTX_COSTS): New.
18914 * hooks.c (hook_bool_rtx_int_int_intp_false): New.
18915 * hooks.h: Update.
18916
18917 * config/alpha/alpha.c (alpha_rtx_cost_data): New.
18918 (alpha_rtx_costs, TARGET_RTX_COSTS): New.
18919 * config/alpha/alpha.h (PROCESSOR_MAX): New.
18920 (CONST_COSTS, RTX_COSTS): Remove.
18921
18922 * config/arc/arc.c, config/arc/arc.h, config/c4x/c4x.c,
18923 config/c4x/c4x.h, config/cris/cris.c, config/cris/cris.h,
18924 config/d30v/d30v.c, config/d30v/d30v.h, config/dsp16xx/dsp16xx.c,
18925 config/dsp16xx/dsp16xx.h, config/frv/frv.c, config/frv/frv.h,
18926 config/h8300/h8300.c, config/h8300/h8300.h, config/i370/i370.c,
18927 config/i370/i370.h, config/i386/i386.c, config/i386/i386.h,
18928 config/i960/i960.c, config/i960/i960.h, config/ia64/ia64.c,
18929 config/ia64/ia64.h, config/m32r/m32r.c, config/m32r/m32r.h,
18930 config/m68k/m68k.c, config/m68k/m68k.h, config/m88k/m88k.c,
18931 config/m88k/m88k.h, config/mcore/mcore.c, config/mcore/mcore.h,
18932 config/mips/mips.c, config/mips/mips.h, config/mn10200/mn10200.c,
18933 config/mn10200/mn10200.h, config/mn10300/mn10300.c,
18934 config/mn10300/mn10300.h, config/ns32k/ns32k.c, config/ns32k/ns32k.h,
18935 config/pa/pa.c, config/pa/pa.h, config/pdp11/pdp11.c,
18936 config/pdp11/pdp11.h, config/romp/romp.c, config/romp/romp.h,
18937 config/rs6000/rs6000.c, config/rs6000/rs6000.h, config/s390/s390.c,
18938 config/s390/s390.h, config/sh/sh.c, config/sh/sh.h,
18939 config/stormy16/stormy16.c, config/stormy16/stormy16.h,
18940 config/v850/v850.c, config/v850/v850.h,
18941 config/xtensa/xtensa.c, config/xtensa/xtensa.h
18942 (CONST_COSTS, RTX_COSTS): Move code ...
18943 (foo_rtx_costs, TARGET_RTX_COSTS): ... here.
18944
18945 * config/arm/arm.c (arm_rtx_costs_1): Rename from arm_rtx_costs.
18946 (arm_rtx_costs, TARGET_RTX_COSTS): New.
18947 * config/arm/arm-protos.h: Update.
18948 * config/arm/arm.h (DEFAULT_RTX_COSTS): Remove.
18949
18950 * config/avr/avr.h (CONST_COSTS): Move code ...
18951 * config/avr/avr.c (avr_rtx_costs): ... here.
18952 (default_rtx_costs): Make static.
18953 * config/avr/avr-protos.h: Update.
18954
18955 * config/h8300/h8300.c (const_costs): Make static.
18956 (h8300_and_costs, h8300_shift_costs): Likewise.
18957 * config/h8300/h8300-protos.h: Update.
18958
18959 * config/ip2k/ip2k.h (DEFAULT_RTX_COSTS): Remove.
18960 (CONST_COSTS): Move code ...
18961 * config/ip2k/ip2k.c (ip2k_rtx_costs): ... here. Rename from
18962 default_rtx_costs; update for signature change.
18963 * config/ip2k/ip2k-protos.h: Update.
18964
18965 * config/m68hc11/m68hc11.h (RTX_COSTS): Remove.
18966 (CONST_COSTS): Move code ...
18967 * config/m68hc11/m68hc11.c (m68hc11_rtx_costs): ... here.
18968 (TARGET_RTX_COSTS): New.
18969 (m68hc11_rtx_costs_1): Rename from m68hc11_rtx_costs; make static.
18970 * config/m68hc11/m68hc11-protos.h: Update.
18971
18972 * config/m68k/m68k.c (const_int_cost): Make static.
18973 * config/m68k/m68k-protos.h: Update.
18974
18975 * config/mcore/mcore.c (mcore_const_costs): Make static.
18976 (mcore_and_cost, mcore_ior_cost): Likewise.
18977 * config/mcore/mcore-protos.h: Update.
18978
18979 * config/mmix/mmix.c (mmix_rtx_costs, TARGET_RTX_COSTS): New.
18980 (mmix_rtx_cost_recalculated): Remove.
18981 * config/mmix/mmix.h (DEFAULT_RTX_COSTS): Remove.
18982 * config/mmix/mmix-protos.h: Update.
18983
18984 * config/sh/sh.c (shiftcosts): Make static.
18985 (addsubcosts, andcosts, multcosts): Likewise.
18986 * config/sh/sh-protos.h: Update.
18987
18988 * config/sparc/sparc.c (TARGET_RTX_COSTS): New.
18989 (sparc_rtx_costs): Make static; update for change in signature.
18990 * config/sparc/sparc.h (RTX_COSTS_CASES, RTX_COSTS): Remove.
18991 * config/sparc/sparc-protos.h: Update.
18992
18993 * config/v850/v850.c (const_costs): Make static.
18994 * config/v850/v850-protos.h: Update.
18995
18996 * config/vax/vax.h (RTX_COSTS): Remove.
18997 (CONST_COSTS): Move code ...
18998 * config/vax/vax.c (vax_rtx_costs_1): ... here; rename
18999 from vax_rtx_cost.
19000 (vax_rtx_costs, TARGET_RTX_COSTS): New.
19001
19002 2003-01-27 Richard Henderson <rth@redhat.com>
19003
19004 * config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
19005 * config/vax/vax-protos.h: Update. Really.
19006
19007 2003-01-28 Alexandre Oliva <aoliva@redhat.com>
19008
19009 * config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...
19010 (UNITS_PER_FPVALUE): Defined as the width of a long double, or
19011 zero if no hardware floating point.
19012 (LONG_DUBLE_TYPE_SIZE): Set to 128 on N32 and N64.
19013 (MAX_FIXED_MODE_SIZE): Define to LONG_DOUBLE_TYPE_SIZE.
19014 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define.
19015 (BIGGEST_ALIGNMENT): Same as LONG_DOUBLE_TYPE_SIZE.
19016 (FUNCTION_VALUE_REGNO_P): Set for FP_RETURN+2 on N32 and N64.
19017 * config/mips/mips.c (mips_arg_info): Pass TFmode values in
19018 even FP registers on N32 and N64.
19019 (mips_setup_incoming_varargs): Use UNITS_PER_HWFPVALUE.
19020 (mips_va_start): Adjust alignment of ARG_POINTER_REGNUM.
19021 (mips_va_arg): Use UNITS_PER_HWFPVALUE. Impose additional
19022 even-register-like alignment to 128-bit arguments.
19023 (save_restore_insns): Use UNITS_PER_HWFPVALUE.
19024 (mips_function_value): Likewise. Return TFmode in $f0 and $f2
19025 on N32 or N64.
19026 * config/mips/_tilib.c (__negti2, __ashlti3, __lshrti3): New.
19027 * config/mips/t-iris6 (LIB2FUNCS_EXTRA): Add _tilib.c.
19028 (TPBIT): Set to tp-bit.c.
19029 (tp-bit.c): Create out of fp-bit.c.
19030
19031 2003-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
19032
19033 * c-parse.in: Remove '%expect 32' directive in objc mode.
19034
19035 2003-01-27 Nathan Sidwell <nathan@codesourcery.com>
19036
19037 * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
19038 (LIBGCOV): New variable.
19039 (libgcc.mk): Add LIBGCOV.
19040 (LIBGCC_DEPS): Add libgcov.c.
19041 (libgcov.a): New target.
19042 (clean): Remove libgcov.a.
19043 (install-libgcc): Do libgcov too.
19044 (stage1-start, stage2-start, stage3-start, stage4-start): Deal
19045 with libgcov.a.
19046 * libgcc2.c (L_gcov): Move into ...
19047 * libgcov.c: ... here. New file.
19048 * mklibgcc.in: Add libgcov rules.
19049 * gcc.c (LINK_COMMAND_SPEC): Add -lgcov when profiling.
19050
19051 * doc/invoke.texi (profile-arcs, test-coverage): Update and
19052 clarify.
19053
19054 * profile.c (index_counts_file): Remove duplicate check for open file.
19055
19056 2003-01-27 Jerry Quinn <jlquinn@optonline.net>
19057
19058 * gcc/doc/invoke.texi (Optimization Options): Group together
19059 optional and experimental flags. Move trapv and bounds-check
19060 out of this section. Group floating point flags together.
19061 (Code Gen Options): Move trapv and bounds-check to here.
19062
19063 2003-01-27 Josef Zlomek <zlomekj@suse.cz>
19064
19065 * gcse.c (constprop_register): Check NEXT_INSN (insn) != NULL.
19066
19067 2003-01-27 Richard Earnshaw <rearnsha@arm.com>
19068
19069 PR optimization/9090
19070 * function.c (purge_addressof_1): After pushing an addressed register
19071 onto the stack, simplify the result.
19072
19073 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19074
19075 * doc/extend.texi: Fix typo.
19076
19077 2003-01-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19078
19079 * doc/cppopts.texi: Fix typo.
19080 * doc/objc.texi: Likewise.
19081 * doc/passes.texi: Likewise.
19082
19083 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
19084
19085 * real.c (ibm_extended_format): Add 53 to minimum exponent.
19086 (encode_ibm_extended): Adjust.
19087
19088 2003-01-26 Gabriel Dos Reis <gdr@soliton.integrable-solutions.net>
19089
19090 * timevar.def (TV_OVERLOAD, TV_TEMPLATE_INSTANTIATION): New
19091 timevar_id enumerations.
19092
19093 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19094
19095 * combine.c: Fix formatting.
19096
19097 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19098
19099 * doc/gccint.texi: Update the copyright.
19100
19101 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19102
19103 * doc/cpp.texi: Fix typos.
19104 * doc/extend.texi: Likewise.
19105 * doc/gty.texi: Likewise.
19106 * doc/install.texi: Likewise.
19107 * doc/passes.texi: Likewise.
19108 * doc/rtl.texi: Likewise.
19109 * doc/tm.texi: Likewise.
19110
19111 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19112
19113 * config/ia64/fde-glibc.c: Fix comment typos.
19114 * config/ia64/hpux.h: Likewise.
19115 * config/ia64/ia64.c: Likewise.
19116 * config/ia64/ia64.h: Likewise.
19117 * config/ia64/unwind-ia64.c: Likewise.
19118
19119 2003-01-26 Kazu Hirata <kazu@cs.umass.edu>
19120
19121 * config/i386/i386-modes.def: Fix comment typos.
19122 * config/i386/i386.c: Likewise.
19123 * config/i386/i386.md: Likewise.
19124
19125 2003-01-26 Steven Bosscher <s.bosscher@student.tudelft.nl>
19126
19127 * config/avr/avr.h, config/cris/aout.h, config/elfos.h,
19128 config/i386/freebsd-aout.h, config/mips/iris6.h: Undefine
19129 ASM_FINISH_DECLARE_OBJECT before defining it.
19130 * toplev.c (rest_of_decl_compilation): Don't define
19131 ASM_FINISH_DECLARE_OBJECT. Only use it if it is defined.
19132 (rest_of_type_compilation): Don't ATTRIBUTE_UNUSED function
19133 parameters for DWARF2 targets because they _are_ used.
19134
19135 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
19136
19137 * fp-bit.h: Define macros for TFmode floating-point constants
19138 in IBM-extended TFmode types.
19139 (TMODES): Define if __LDBL_MANT_DIG__ has the newly-supported
19140 widths.
19141 * config/fp-bit.c (pack_d, unpack_d): Support IBM-extended
19142 TFmode type.
19143
19144 * config/fp-bit.h: Define macros for TFmode floating-point
19145 constants in IEEE quad TFmode type. Declare functions according
19146 to L_ macros.
19147 (TMODES): Define if __LDBL_MANT_DIG__ is 113.
19148 (TFtype, TItype, UTItype): Define if TMODES is defined.
19149 (MAX_UDI_INT, MAX_DI_INT, BITS_PER_DI): Likewise.
19150 (F_T_BITOFF, D_T_BITOFF): Define.
19151 (IMPLICIT_1, IMPLICIT_2): Cast constants to types that are
19152 guaranteed to be wide enough.
19153 * config/fp-bit.c: Check for L_ macros for tf functions.
19154 (__thenan_tf): New.
19155 (nan): Adjust.
19156 (pack_d, unpack_d): Support IEEE 854 quad type.
19157 (_fpmul_parts): Support TFmode. Compute exponent adjustment
19158 from FRAC_NBITS, FRAC_BITS and NGARDS.
19159 (usi_to_float): Cast constants to be shifted to fractype
19160 instead of assuming long long is wide enough.
19161 (sf_to_tf, df_to_tf, __make_tp, tf_to_df, tf_to_sf): New.
19162
19163 2003-01-26 Andreas Jaeger <aj@suse.de>
19164
19165 * df.c: Remove prototype of unused function df_regno_rtl_debug.
19166
19167 2003-01-26 Alexandre Oliva <aoliva@redhat.com>
19168
19169 * Makefile.in (FPBIT_FUNCS): Added _sf_to_tf.
19170 (DBBIT_FUNCS): Added _df_to_tf.
19171 (TPBIT_FUNCS): New.
19172 (libgcc.mk): Pass TPBIT and TPBIT_FUNCS down.
19173 (LIBGCC_DEPS): Added TPBIT.
19174 * mklibgcc.in: Support TPBIT and TPBIT_FUNCS.
19175
19176 * optabs.c (expand_binop) <add, sub>: Return xtarget if we haven't
19177 been able to move the result to target.
19178
19179 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
19180 for the appropriate mode.
19181
19182 * calls.c (emit_library_call_value_1): Handle return values
19183 in a PARALLEL.
19184
19185 * rtl.c (get_mode_alignment): Moved to...
19186 * stor-layout.c: ... here.
19187
19188 * print-rtl.c (print_rtx): Don't print MEM details in
19189 GENERATOR_FILEs.
19190
19191 2003-01-26 Michael Hayes <mph@paradise.net.nz>
19192
19193 * df.h: Update comments, tidy formatting.
19194 (DF_FORWARD, DF_REVERSE, DF_UNION, DF_INTERSECTION): Rename from FORWARD,
19195 REVERSE, UNION, INTERSECTION. All uses updated.
19196 (OLD_DF_INTERFACE): Remove.
19197 (struct insn_info): Remove commented out insn field.
19198 * df.c: Update comments, tidy formatting.
19199 (df_def_table_realloc): Remove.
19200
19201
19202 2003-01-26 Alan Modra <amodra@bigpond.net.au>
19203
19204 * calls.c (save_fixed_argument_area): Tidy.
19205 (restore_fixed_argument_area): Tidy. Set alignment of stack_area.
19206 (expand_call): Comment typo fixes. Don't init low_to_save. Start
19207 call chain loop at 1 if !try_tail_call. Formatting.
19208 (emit_library_call_value_1): Don't init low_to_save or high_to_save.
19209 Use save_fixed_argument_area and restore_fixed_argument_area.
19210
19211 2003-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19212
19213 * df.c (df_uses_record): Handle CC0.
19214
19215 2003-01-25 Ulrich Weigand <uweigand@de.ibm.com>
19216
19217 * reload.c (maybe_memory_address_p): New function.
19218 (find_reloads_address): Use it instead of memory_address_p.
19219
19220 2003-01-25 Kaz Kojima <kkojima@gcc.gnu.org>
19221
19222 * final.c (shorten_branches): Align the address of code label
19223 when computing initial lengths and addresses.
19224
19225 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19226
19227 * config/m68hc11/m68hc11.md: Fix a comment typo.
19228
19229 2003-01-25 Andreas Jaeger <aj@suse.de>
19230
19231 * config/i386/i386.c (x86_output_mi_thunk): Correct test for
19232 TARGET_MACHO.
19233
19234 2003-01-25 Roger Sayle <roger@eyesopen.com>
19235
19236 * gcse.c (bypass_last_basic_block): New global variable.
19237 (bypass_block): Use redirect_edge_and_branch_force to redirect
19238 fall-through edges. Use bypass_last_basic_block to determine
19239 which blocks have valid PRE information.
19240 (bypass_conditional_jumps): Initialize bypass_last_basic_block.
19241
19242 2003-01-25 Jan Hubicka <jh@suse.cz>
19243
19244 * gcse.c (local_cprop_pass): Update reg_sets table when needed.
19245
19246 2003-01-25 Jan Hubicka <jh@suse.cz>
19247 Eric Botcazou <ebotcazou@libertysurf.fr>
19248 PR opt/8492
19249 * gcse.c (one_cprop_pass): Delete unreachable blocks.
19250
19251 2003-01-25 Richard Henderson <rth@redhat.com>
19252
19253 * config/ia64/ia64.c (ia64_rwreloc_select_rtx_section): Rename
19254 from ia64_aix_select_rtx_section.
19255 (ia64_rwreloc_select_section): Simlarly; use default*_1 function
19256 instead of saving and restoring flag_pic.
19257 (ia64_rwreloc_unique_section): Similarly.
19258 * config/ia64/aix.h (TARGET_ASM_SELECT_SECTION,
19259 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): Update.
19260 * config/ia64/hpux.h (TARGET_ASM_SELECT_SECTION,
19261 TARGET_ASM_UNIQUE_SECTION, TARGET_ASM_SELECT_RTX_SECTION): New.
19262
19263 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19264
19265 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Update a
19266 comment.
19267
19268 2003-01-25 Richard Henderson <rth@redhat.com>
19269
19270 * config/m68k/m68k-none.h (ASM_SPEC): Adjust inter-option spacing.
19271
19272 2003-01-25 Kelley Cook <kelleycook@comcast.net>
19273
19274 * ggc-simple.c (debug_ggc_tree): Add PTR cast.
19275
19276 2003-01-25 Segher Boessenkool <segher@koffie.nl>
19277
19278 * bitmap.h (BITMAP_WORD): New typedef: fundamental storage
19279 type for bitmaps. Use unsigned long.
19280 (nBITMAP_WORD_BITS): New macro.
19281 (BITMAP_WORD_BITS): New macro.
19282 (rest of file): Use it.
19283 * bitmap.c: Use it.
19284
19285 2003-01-25 Richard Henderson <rth@redhat.com>
19286
19287 2002-02-19 Robert Lipe <robertlipe@usa.net>
19288 * config/i386/t-sco5gas: (CRTSTUFF_T_CFLAGS_S): Delete -mcoff.
19289
19290 2003-01-25 Roger Sayle <roger@eyesopen.com>
19291
19292 * builtins.c (purge_builtin_constant_p): Scan insn stream
19293 sequentially rather than by basic block.
19294 * function.c (purge_addressof): Simplify test with INSN_P.
19295
19296 2003-01-25 Kazu Hirata <kazu@cs.umass.edu>
19297
19298 * combine.c (simplify_comparison, case AND): Remove a redundant test.
19299
19300 2003-01-25 Roger Sayle <roger@eyesopen.com>
19301
19302 * function.h (struct function): New field calls_constant_p.
19303 (current_function_calls_constant_p): New macro for above.
19304 * function.c (prepare_function_start): Initialize calls_eh_return
19305 and calls_constant_p.
19306 * builtins.c (expand_builtin_constant_p): Set calls_constant_p.
19307 * toplev.c (rest_of_compilation): Only call purge_builtin_constant_p
19308 when the current_function_calls_constant_p.
19309 * integrate.c (expand_inline_function): Set calls_constant_p if
19310 the function being inlined has calls_constant_p set.
19311
19312 2003-01-25 Roger Sayle <roger@eyesopen.com>
19313
19314 * cse.c (fold_rtx): Instantiate CONSTANT_P_RTX to 0 when not
19315 optimizing, even if flag_gcse is true.
19316 * toplev.c (rest_of_compilation): purge_builtin_constant_p
19317 only needs to be called when "optimize > 0 && flag_gcse".
19318
19319 2003-01-25 Roger Sayle <roger@eyesopen.com>
19320
19321 * stmt.c (emit_case_bit_tests): New routine to implement suitable
19322 switch statements using the equivalent of "if ((1<<x) & cst) ... ".
19323 (case_bit_test_cmp): New comparison function for "qsort" to order
19324 case_bit_tests by decreasing number of destination nodes.
19325 (lshift_cheap_p): New function to determine if "1 << x" is cheap.
19326 (expand_end_case_type): Use emit_case_bit_tests to implement
19327 suitable switch statments.
19328 (CASE_USE_BIT_TESTS): New target macro to disable the above.
19329 * Makefile.in (stmt.o): Add dependency on optab.h.
19330 * doc/tm.texi (CASE_USE_BIT_TESTS): Document new target macro.
19331
19332 2003-01-23 Andreas Schwab <schwab@suse.de>
19333
19334 * config/ia64/crtend.asm [HAVE_INITFINI_ARRAY]: Make
19335 __do_global_ctors_aux hidden global and don't put it in
19336 .init_array.
19337 * config/ia64/crtbegin.asm [HAVE_INITFINI_ARRAY]: Put it here
19338 instead so that it comes first.
19339
19340 2003-01-25 Jan Hubicka <jh@suse.cz>
19341
19342 * df.c (read_modify_subreg_p): When osize == UNITS_PER_WORD,
19343 subreg is read/modify.
19344
19345 2003-01-25 Jan Hubicka <jh@suse.cz>
19346
19347 * i386.c (ix86_expand_movstr, ix86_expand_clrstr): Consistently
19348 do libcall for large blocks.
19349 * i386.md (comi patterns): Set type to ssecomi.
19350 (sse2_unpck?pd): Fix mode of vec_select.
19351
19352 * cse.c: Include except.h
19353 (cse_set_around_loop): Do not create new basic blocks.
19354 * Makefile.in (cse.o): Add dependnecy on except.h
19355
19356 2003-01-25 Jan Hubicka <jh@suse.cz>
19357
19358 * builtins.c (fold_trunc_transparent_mathfn): New function.
19359 (fold_builtin): Use it.
19360 * convert.c (convert_to_real): Re-enable code to convert
19361 math functions; add support for floor familly functions.
19362
19363 2003-01-25 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19364
19365 * Makefile.in (cfgloop.o, cfgloopanal.o, cfgloopmanip.o): Add
19366 dependencies on coretypes.h and $(TM_H).
19367
19368 2003-01-25 Jan Hubicka <jh@suse.cz>
19369
19370 * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit.
19371
19372 2003-01-24 Stuart Hastings <stuart@apple.com>
19373
19374 * config/i386/i386.c (x86_output_mi_thunk): Add Darwin/x86 support.
19375
19376 2003-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
19377
19378 * config/c4x/c4x.md (UNSPEC_BU): New constants.
19379 (UNSPEC_RPTS, UNSPEC_LSH, UNSPEC_CMPHI, UNSPEC_RCPF): Likewise.
19380 (UNSPEC_RND, UNSPEC_RPTB_FILL, UNSPEC_LOADHF_INT): Likewise.
19381 (UNSPEC_STOREHF_INT, UNSPEC_RSQRF, UNSPEC_LOADQF_INT): Likewise.
19382 (UNSPEC_STOREQF_INT, UNSPEC_LDIV, UNSPEC_PUSH_ST): Likewise.
19383 (UNSPEC_POP_ST, UNSPEC_PUSH_DP, UNSPEC_POP_DP): Likewise.
19384 (UNSPEC_POPQI, UNSPEC_POPQF, UNSPEC_ANDN_ST): Likewise.
19385 (UNSPEC_RPTB_INIT, UNSPEC_TOIEEE, UNSPEC_FRIEEE): Likewise.
19386
19387 2003-01-24 Jan Hubicka <jh@suse.cz>
19388
19389 * emit-rtl.c (reg_attrs_htab): New static variable.
19390 (reg_attrs_htab_hash, reg_attrs_htab_eq, get_reg_attrs): New static
19391 functions.
19392 (reg_rtx): Do not maintain regno_decl.
19393 (gen_rtx_REG_offset, set_reg_attrs_from_mem, set_delc_rtx,
19394 set_mem_attrs_from_reg): New global function.
19395 (init_emit): Do not initialize regno_decl.
19396 (init_emit_once): initialize reg_attrs_htab.
19397 * final.c (alter_subreg): Do not replace REG by SUBREG.
19398 (gen_mem_expr_from_op): Improve output.
19399 (output_asm_operands): Likewise.
19400 * function.c (assign_params): Do not set REGNO_DECL.
19401 * function.h (struct function): Kill regno_decl.
19402 (REGNO_DECL): Kill.
19403 * gengtype.c (adjust_field_rtx_def): Handle new field of reg.
19404 * print_rtl.c (print_rtx): Output REG information.
19405 * regclass.c (reg_scan_mark_refs): Update attrs.
19406 * reload1.c (alter_reg): Likewise.
19407 * simplify_rtx.c (simplify_subreg): Likewise.
19408 * stmt.c (expand_decl): Likewise.
19409 * rtl.def (REG): Add new field.
19410 * rtl.h (struct reg_attrs): New.
19411 (rtunion_def): At rtreg.
19412 (X0MEMATTR): Add checking.
19413 (X0REGATTR, REG_ATTRS, REG_EXPR, REG_OFFSET): New macro.
19414 (set_reg_attrs_from_mem, set_mem_attrs_from_reg, gen_rtx_REG_offset):
19415 Declare.
19416 * tree.h (SET_DECL_RTL): Call set_decl_rtl.
19417
19418 2003-01-24 Bob Wilson <bob.wilson@acm.org>
19419
19420 * config/xtensa/xtensa.c: Remove unused include of machmode.h.
19421 (xtensa_emit_call, print_operand): Fix printf format strings
19422 to avoid compile warnings.
19423 (xtensa_function_prologue, xtensa_function_epilogue): Change type
19424 of "size" argument to HOST_WIDE_INT to fix compile warnings.
19425 * config/xtensa/xtensa-protos.h
19426 (xtensa_function_prologue, xtensa_function_epilogue): Ditto.
19427
19428 2003-01-24 Jan Hubicka <jh@suse.cz>
19429
19430 * builtins.c (DEF_BUILTIN): Accept 10 arguments.
19431 (implicit_built_in_decls): New global array.
19432 (mathfn_built_in): New global function.
19433 (fold_trunc_transparent_mathfn): New static function
19434 (expand_builtin_strstr, expand_bultin_strchr,
19435 expand_builtin_strpbrk, expand_builtin_strcpy,
19436 expand_builtin_strncpy, expand_bultin_strcmp,
19437 expand_bultin_strncat, expand_builtin_fputs): Use
19438 implicint_built_in_decls.
19439 (fold_builtin): Fold floor/trunc/round/ceil/nearbyint.
19440 * builtins.def: Fix comments.
19441 (DEF_GCC_BUILTIN, DEF_FALLBACK_BUILTIN, DEF_EXT_FALLBACK_BUILTIN,
19442 DEF_LIB_BUILTIN, DEF_LIB_ALWAYS_BUILTIN, DEF_EXT_LIB_BUILTIN,
19443 DEF_C99_BULTIN, DEF_FRONT_END_LIB_BUILTIN,
19444 DEF_EXT_FRONT_END_LIB_BUILTIN): Pass implicit as needed.
19445 (DEF_C99_C90RES_BULTIN): New.
19446 (*f, *l builtins): Update.
19447 * c-common.c (DEF_BUILTIN): Initialize implicit array.
19448 (c_expand_builtin_printf, c_expand_builtin_fprintf): Update.
19449 * convert.c (strip_float_extensions): New global function.
19450 * tree.h (DEF_BUILTIN): Accept 10 arguments.
19451 (implicit_built_in_decls, mathfn_built_in, strip_float_extension):
19452 Declare.
19453 * java/builtins.c (define_builtin): Handle implicit.
19454 (DEF_BUILTIN): Update.
19455 * tm.texi (TARGET_C99_FUNCTIONS): Document.
19456 * defaults.h (TARGET_C99_FUNCTIONS): Default to 0.
19457 * config/linux.h (TARGET_C99_FUNCTIONS): Default to 1
19458 when using glibc2.
19459
19460 2003-01-24 Bob Wilson <bob.wilson@acm.org>
19461
19462 * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,
19463 extra_parts, and fixincludes. Add xtensa/t-elf tmake_file.
19464 (xtensa-*-linux*): Add xtensa/t-linux tmake_file.
19465 * config/xtensa/crti.asm: New file.
19466 * config/xtensa/crtn.asm: New file.
19467 * config/xtensa/t-elf: New file.
19468 * config/xtensa/t-linux: New file.
19469 * config/xtensa/t-xtensa: Add rules for crti.o and crtn.o.
19470 Move various CFLAGS settings to new t-elf file.
19471
19472 2003-01-24 Richard Henderson <rth@redhat.com>
19473
19474 PR optimization/4382
19475 * tree-inline.c (find_builtin_longjmp_call_1): New.
19476 (find_builtin_longjmp_call): New.
19477 (inlinable_function_p): Use it.
19478
19479 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19480
19481 * config/i386/i386-protos.h (function_arg_pass_by_reference): Declare.
19482 * config/i386/i386.h (FUNCTION_ARG_PASS_BY_REFERENCE): Use it.
19483 * config/i386/i386.c (function_arg_pass_by_reference): New.
19484 (ix86_va_arg): Support arguments passed by reference.
19485
19486 2003-01-24 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
19487
19488 * cfgloopanal.c: New file.
19489 * cfgloopmanip.c: New file.
19490 * Makefile.in (cfgloopanal.o, cfgloopmanip.o): New.
19491 (toplev.o, loop.o, doloop.o, unroll.o, cfgloop.o, predict.o,
19492 cfglayout.o): Add dependency on cfgloop.h.
19493 (cfgloop.o): Add flags.h dependency.
19494 * basic-block.h (BB_IRREDUCIBLE_LOOP, BB_SUPERBLOCK): New flags.
19495 (VLS_EXPECT_PREHEADERS, VLS_EXPECT_SIMPLE_LATCHES): Removed.
19496 (struct loop, struct loops, flow_loops_find, flow_loops_update,
19497 flow_loops_free, flow_loops_dump, flow_loop_dump,
19498 flow_loop_scan, flow_loop_tree_node_add, flow_loop_tree_node_remove,
19499 LOOP_TREE,,LOOP_PRE_HEADER, LOOP_ENTRY_EDGES, LOOP_EXIT_EDGES,
19500 LOOP_ALL, flow_loop_outside_edge_p, flow_loop_nested_p,
19501 flow_bb_inside_loop_p, get_loop_body, loop_preheader_edge,
19502 loop_latch_edge, add_bb_to_loop, remove_bb_from_loops,
19503 find_common_loop, verify_loop_structure): Declarations moved to ...
19504 * cfgloop.h: New file.
19505 * bb-reorder.c (reorder_basic_blocks): Modified.
19506 * cfglayout.c: Include cfgloop.h.
19507 (cleanup_unconditional_jumps, cfg_layout_redirect_edge,
19508 cfg_layout_duplicate_bb, cfg_layout_initialize): Update loop structure.
19509 (break_superblocks): New static function.
19510 (cfg_layout_finalize): Use it.
19511 (cfg_layout_split_block): New function.
19512 * cfglayout.h (struct reorder_block_def): Add copy and duplicated
19513 fields.
19514 (cfg_layout_initialize, cfg_layout_redirect_edge): Declaration
19515 changed.
19516 (cfg_layout_split_block): Declare.
19517 * cfgloop.c: Include cfgloop.h and flags.h.
19518 (flow_loop_dump, flow_loops_free, flow_loop_exit_edges_find,
19519 get_loop_body): Avoid signed versus unsigned comparison warnings.
19520 (make_forwarder_block, flow_loops_find, loop_preheader_edge,
19521 loop_latch_edge): Modified.
19522 (verify_loop_structure): Modified to use flags stored in loop structure;
19523 check irreducible loops.
19524 (cancel_loop, cancel_loop_tree): New functions.
19525 (estimate_probability): Use loop analysis code for predictions.
19526 (estimate_loops_at_level): Avoid signed versus unsigned comparison
19527 warnings.
19528 * doloop.c: Include cfgloop.h.
19529 * loop.c: Include cfgloop.h.
19530 * predict.c: Include cfgloop.h.
19531 * toplev.c: Include cfgloop.h.
19532 * unroll.c: Include cfgloop.h.
19533 * tracer.c (tracer): Modified.
19534
19535 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
19536
19537 * config/h8300/h8300.c (get_shift_alg): Fix a typo.
19538
19539 2003-01-24 Ulrich Weigand <uweigand@de.ibm.com>
19540
19541 * configure.in (HAVE_AS_TLS): Add s390-*-* and s390x-*-* cases.
19542 * configure: Regenerate.
19543
19544 * config/s390/s390-protos.h (tls_symbolic_operand): Add prototype.
19545 (tls_symbolic_reference_mentioned_p): Add prototype.
19546 (s390_tls_get_offset): Add prototype.
19547 (emit_pic_move): Remove prototype, replace by ...
19548 (emit_symbolic_move): .. this new prototype.
19549
19550 * config/s390/s390.c (TARGET_HAVE_TLS): Conditionally define.
19551 (tls_model_chars): New global variable.
19552 (s390_encode_section_info): Encode TLS model.
19553 Use targetm.binds_local_p to check for local symbols.
19554 (s390_strip_name_encoding): New function.
19555 (TARGET_STRIP_NAME_ENCODING): Define.
19556
19557 (get_thread_pointer): New function.
19558 (legitimize_tls_address): New function.
19559 (legitimize_address): Call it.
19560 (emit_pic_move): Remove, replace by ...
19561 (emit_symbolic_move): ... this new function.
19562
19563 (larl_operand): Handle TLS operands.
19564 (legitimate_constant_p): Likewise.
19565 (s390_decompose_address): Likewise.
19566 (s390_cannot_force_const_mem): New function.
19567 (TARGET_CANNOT_FORCE_CONST_MEM): Define.
19568
19569 (s390_output_symbolic_const): Handle TLS unspecs.
19570 (print_operand): New code 'J'.
19571 (machine_function): Add struct member 'some_ld_name'.
19572 (get_some_local_dynamic_name, get_some_local_dynamic_name_1): New.
19573
19574 (enum s390_builtin): New type.
19575 (code_for_builtin_64, code_for_builtin_31): New global variables.
19576 (s390_init_builtins, s390_expand_builtin): New functions.
19577 (TARGET_INIT_BUILTINS, TARGET_EXPAND_BUILTIN): Define.
19578
19579 * config/s390/s390.h (TLS_SYMBOLIC_CONST): New macro.
19580 (ASM_OUTPUT_LABELREF): Define.
19581 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Handle TLS constants.
19582
19583 * config/s390/s390.md: Define TLS UNSPEC constants.
19584 ("movdi", "movsi"): Handle TLS operands.
19585 ("get_tp_64", "get_tp_31", "set_tp_64", "set_tp_31"): New insns.
19586 ("*tls_load_64", "*tls_load_31"): New insns.
19587 ("call_value_tls", "call_value_tls_exp"): New expanders.
19588 ("brasl_tls", "bras_tls", "basr_tls_64", "basr_tls_31",
19589 "bas_tls_64", "bas_tls_31"): New insns.
19590
19591 2003-01-24 Nathan Sidwell <nathan@codesourcery.com>
19592
19593 * config/rs6000/rs6000.c (rs6000_parse_abi_options): Make sure
19594 spe ABI is configured, if requested.
19595
19596 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19597
19598 * doc/passes.texi: Fix typo.
19599
19600 2003-01-24 Andreas Schwab <schwab@suse.de>
19601
19602 * stor-layout.c (excess_unit_span): Only define if used.
19603
19604 2003-01-24 Jerry Quinn <jlquinn@optonline.net>
19605
19606 * gcc/doc/invoke.texi (Optimization Options): List -O levels
19607 for each optimization flag.
19608
19609 2003-01-24 Kazu Hirata <kazu@cs.umass.edu>
19610
19611 * config/h8300/h8300.md (*andsi3_ashift_n_lower): New.
19612
19613 2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19614
19615 * doc/bugreport.texi: Use @command instead of @code for commands.
19616 * doc/collect2.texi: Likewise.
19617 * doc/headerdirs.texi: Likewise.
19618 * doc/invoke.texi: Likewise.
19619 * doc/standards.texi: Likewise.
19620 * doc/tm.texi: Likewise.
19621 * doc/trouble.texi: Likewise.
19622
19623 2003-01-24 Nick Clifton <nickc@redhat.com>
19624
19625 * config/arm/arm.c (use_return_insn): Do not use a single return
19626 instruction for interrupt handelrs which have to create a stack
19627 frame.
19628 (arm_expand_prologue): Do not pre-bias the return address of
19629 interrupt handlers which create a stack frame.
19630
19631 2003-01-24 Nick Clifton <nickc@redhat.com>
19632
19633 * Add sh2e support:
19634
19635 2002-08-12 Alexandre Oliva <aoliva@redhat.com>
19636
19637 * config/sh/sh.c (output_branch) [TARGET_SH2E]: Handle
19638 med_cbranches. Fix logic in short_cbranches.
19639
19640 2002-04-03 Alexandre Oliva <aoliva@redhat.com>
19641
19642 * config/sh/sh.md (delay for cbranch): Don't annul delay
19643 slots on SH2e.
19644 * config/sh/sh.c (sh_insn_length_adjustment): Add 2 for
19645 cbranch with unfilled delay slot on SH2e.
19646 (output_branch): Fill with a nop the delay slot of a
19647 branch that required a delay slot but didn't get one.
19648
19649 2002-04-02 Alexandre Oliva <aoliva@redhat.com>
19650
19651 * doc/invoke.texi (SH options): Document -m2e.
19652 * config/sh/crt1.asm: Add __SH2E__ Next to __SH3E__.
19653 * config/sh/lib1funcs.asm: Likewise.
19654 * config/sh/sh.c: Replace all uses of TARGET_SH3E with SH2E.
19655 * config/sh/sh.h (CPP_SPEC): Define __SH2E__ for -m2e, and
19656 not __sh1__.
19657 (CONDITIONAL_REGISTER_USAGE): Don't disable FP regs from
19658 SH2E up.
19659 (SH3E_BIT): Renamed to...
19660 (SH_E_BIT): ... this. Replace all uses.
19661 (TARGET_SH2E): Define from SH_E_BIT and TARGET_SH2.
19662 Replace all uses of TARGET_SH3E with TARGET_SH2E.
19663 (TARGET_SWITCHES): Added 2e.
19664 (OVERRIDE_OPTIONS): Set sh_cpu for SH2E.
19665 (processor_type): Added PROCESSOR_SH2E.
19666 * config/sh/sh.md: Replace all uses of TARGET_SH3E with
19667 TARGET_SH2E, except in sqrtsf2_i.
19668 (attribute cpu): Added sh2e.
19669 * config/sh/t-sh (MULTILIB_OPTIONS): Replace m3e with m2e.
19670 (MULTILIB_MATCHES): Use m2e multilib for m3e.
19671 * config.gcc: Add sh2e target support.
19672
19673 2003-01-24 Phil Edwards <pme@gcc.gnu.org>
19674
19675 Rename -W to -Wextra.
19676 * c-decl.c: Update comments.
19677 * c-typeck.c: Likewise.
19678 * flags.h: Likewise.
19679 * function.c: Likewise.
19680 * stmt.c: Likewise.
19681 * toplev.c: Update comments.
19682 (W_options): Add 'extra'.
19683 (display_help): Remove '-W'.
19684 (decode_W_option): Special warn_uninitialized treatment in the case
19685 of -Wextra.
19686 * doc/invoke.texi: Update with new entries.
19687
19688 2003-01-23 Richard Henderson <rth@redhat.com>
19689
19690 * ifcvt.c (noce_process_if_block): Re-add check vs X being changed
19691 in no-else-block case. Add commentary.
19692
19693 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19694
19695 * configure.in: Revert last change.
19696
19697 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19698
19699 * configure.in: Don't include ansidecl.h in tconfig.h.
19700 * gcov-io.h (PARAMS, ATTRIBUTE_UNUSED): Define if IN_LIBGCC2.
19701 * unwind-dw2-fde.h (last_fde): Use __attribute__, not
19702 ATTRIBUTE_UNUSED.
19703
19704 * configure: Regenerate.
19705
19706 2003-01-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
19707
19708 PR java/6748
19709 * config/rs6000/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Don't destroy
19710 regs->nip. Fix rt_sigreturn frame layout. Add support for newer
19711 kernels.
19712
19713 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19714
19715 * cpplex.c (cpp_interpret_charconst): Squelch warning with cast.
19716
19717 2003-01-23 Ulrich Weigand <uweigand@de.ibm.com>
19718
19719 * genattrtab.c (write_attr_get): Mark 'insn' paramter
19720 as ATTRIBUTE_UNUSED.
19721
19722 2003-01-23 Richard Earnshaw <rearnsha@arm.com>
19723
19724 * arm.c (thumb_base_register_rtx_p): New function.
19725 (thumb_index_register_rtx_p): New function.
19726 (thumb_legitimate_address_p): New function.
19727 (thumb_legitimate_offset_p): New function.
19728 * arm.h (REG_STRICT_P): Define according to setting of REG_OK_STRICT.
19729 (ARM_GO_IF_LEGITIMATE_ADDRESS): Use REG_STRICT_P to avoid duplicate
19730 definitions.
19731 (THUMB_GO_IF_LEGITIMATE_ADDRESS): Use thumb_legitimate_address_p.
19732 (THUMB_LEGITIMATE_OFFSET): Delte.
19733 (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Use thumb_legitimate_offset.
19734 * arm-protos.h (thumb_legitimate_address_p): Add prototype.
19735 (thumb_legitimate_offset_p): Likewise.
19736
19737 2003-01-23 Andreas Schwab <schwab@suse.de>
19738
19739 * unwind.h (_Unwind_GetTextRelBase): Mark parameter as unused.
19740
19741 2003-01-23 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19742
19743 * fixinc/Makefile.in (FL_LIST): Revert last change.
19744
19745 2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
19746
19747 PR other/7341
19748 * invoke.texi (ftest-coverage): Fix broken cross-reference.
19749 Change @code to @command for gcov command.
19750
19751 * gcc.texi: Adjust title of gcov section.
19752 Adjust copyright.
19753 * gcov.texi: Likewise.
19754
19755 2003-01-22 Roger Sayle <roger@eyesopen.com>
19756
19757 PR optimization/8423
19758 * cse.c (fold_rtx): Only eliminate a CONSTANT_P_RTX to 1 when
19759 its argument is constant, or 0 if !flag_gcse.
19760 * simplify-rtx.c (simplify_rtx): Convert CONSTANT_P_RTX to 1
19761 if it's argument is constant.
19762 * gcse.c (want_to_gcse_p): Ignore CONSTANT_P_RTX nodes.
19763 (hash_scan_set): Don't record CONSTANT_P_RTX expressions.
19764 (do_local_cprop): Don't propagate CONSTANT_P_RTX constants.
19765 * builtins.c (purge_builtin_constant_p): New function to force
19766 instantiation of any remaining CONSTANT_P_RTX nodes.
19767 * rtl.h (purge_builtin_constant_p): Prototype here.
19768 * toplev.c (rest_of_compilation): Invoke purge_builtin_constant_p
19769 pass after GCSE and before loop.
19770 (flag_gcse): No longer static.
19771 * flags.h (flag_gcse): Prototype here.
19772
19773 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
19774
19775 * config/s390/s390.h (HARD_REGNO_MODE_OK): Fix warning regression
19776 introduced by last change.
19777
19778 2003-01-22 Andreas Schwab <schwab@suse.de>
19779
19780 * ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
19781
19782 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
19783
19784 * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
19785 request a scratch reg on H8S when the shift count is 8.
19786
19787 2003-01-22 Ulrich Weigand <uweigand@de.ibm.com>
19788
19789 * config/s390/s390-protos.h (preferred_la_operand_p):
19790 Remove second parameter.
19791 * config/s390/s390.c (preferred_la_operand_p): Likewise.
19792 * config/s390/s390.h (FRAME_REGNO_P, FRAME_REG_P): New macros.
19793 (HARD_REGNO_MODE_OK): Use FRAME_REGNO_P.
19794 * config/s390/s390.md ("*la_cc_64", "*la_cc_31", splitters): Remove.
19795 Add peepholes to transform ADD to LOAD ADDRESS.
19796
19797 2003-01-22 Richard Earnshaw <rearnsha@arm.com>
19798
19799 * arm.c (arm_address_register_rtx_p): New function.
19800 (arm_legitimate_address_p): New function.
19801 (arm_legitimate_index_p): New function.
19802 (legitimize_pic_address): Use arm_legitimate_index_p.
19803 * arm-protos.h (arm_legtimate_address_p): Add prototype.
19804 * arm.h (ARM_GO_IF_LEGITIMATE_INDEX): Delete.
19805 (ARM_GO_IF_LEGITIMATE_ADDRESS): Call arm_legitimate_address_p.
19806
19807 2003-01-22 Hartmut Penner <hpenner@de.ibm.com>
19808
19809 * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
19810 * config/s390/2064.md (define_bypass): Correct 'Load' and
19811 'Load-address' bypass values.
19812
19813 2003-01-22 Andreas Schwab <schwab@suse.de>
19814
19815 * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
19816
19817 2003-01-21 Zack Weinberg <zack@codesourcery.com>
19818
19819 * genautomata.c (output_internal_insn_latency_func,
19820 output_print_reservation_func): Short circuit when there is no
19821 automaton to generate code for.
19822
19823 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19824
19825 * Makefile.in (ssa-ccp.o): Depend on coretypes.h $(TM_H).
19826 (df.o): Delete duplicate dependency on coretypes.h $(TM_H).
19827
19828 2003-01-21 Geoffrey Keating <geoffk@apple.com>
19829
19830 * config/rs6000/rs6000.md: Remove warning.
19831 (builtin_setjmp_receiver): Likewise.
19832 * config/darwin.c (update_stubs): Slightly improve terrible hack
19833 with identifiers. Add comment pointing out problems with it.
19834 (update_non_lazy_ptrs): Likewise.
19835
19836 2003-01-21 Richard Henderson <rth@redhat.com>
19837
19838 * dwarf2out.c (lookup_filename): Fix printf format warning.
19839 * system.h (fread_unlocked, fwrite_unlocked): Undef.
19840
19841 * fixinc/Makefile.in (FL_LIST): Add $($@-warn) hook.
19842 (fixincl.o-warn, gnu-regex.o-warn): New.
19843 * fixinc/fixfixes.c (FIX_PROC_HEAD): Mark parameters unused.
19844 * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Likewise.
19845 * fixinc/fixincl.c (process): Fix printf format warning.
19846
19847 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
19848
19849 * dwarf2out (output_file_names): Don't crash if called
19850 with empty file_table.
19851
19852 2003-01-21 Zack Weinberg <zack@codesourcery.com>
19853
19854 * genautomata.c (output_internal_insn_latency_func): Add
19855 missing break statement to generated code.
19856
19857 2003-01-21 Roger Sayle <roger@eyesopen.com>
19858
19859 * stmt.c (same_case_target_p): New function to determine whether
19860 two case labels branch to the same target. Split out from...
19861 (group_case_nodes): ... here. Use same_case_target_p instead.
19862 (strip_default_case_nodes): Remove explicit case nodes
19863 that branch to the default destination.
19864 (expand_end_case_type): Call strip_default_case_nodes after
19865 group_case_nodes, to simplify the case-list before we count it.
19866 Only generate table_label RTX when actually needed. Try to share
19867 thiscase->exit_label and thiscase->data.case_stmt.default_label
19868 when a switch has no explicit default case. Simplify test for
19869 constant index.
19870
19871 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
19872
19873 * config/h8300/h8300.md (*negsf2_h8300): Use \\t instead of
19874 \t.
19875 (*negsf2_h8300hs): Likewise.
19876 (*addsi3_lshiftrt_16_zexthi): Likewise.
19877 (*iorhi3_lshiftrt_8): Likewise.
19878
19879 2003-01-21 Ulrich Weigand <uweigand@de.ibm.com>
19880
19881 * dwarf2out.c (fde_table_in_use): Mark GTY.
19882 (dwarf2out_cfi_label_num): New variable, marked GTY.
19883 (dwarf2out_cfi_label): Use it instead of static label_num.
19884 * emit-rtl.c (label_num): Mark GTY.
19885
19886 2003-01-21 Kazu Hirata <kazu@cs.umass.edu>
19887
19888 * config/h8300/h8300.c (output_plussi): Support H8/300.
19889 (compute_plussi_length): Likewise.
19890 (compute_plussi_cc): Likewise.
19891 * config/h8300/h8300.md (addsi_h8300): Use output_plussi to
19892 output assembly instructions.
19893
19894 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19895
19896 * calls.c (fix_unsafe_tree): Prototype.
19897
19898 * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
19899 (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
19900 insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
19901 c-parse.o-warn): Add -Wno-error.
19902 (STAGE2_FLAGS_TO_PASS): Add WERROR="@WERROR@".
19903
19904 * configure.in (--enable-werror): Add new flag.
19905 * doc/install.texi (--enable-werror): Document.
19906 * configure: Regenerate.
19907
19908 * objc/Make-lang.in (objc/objc-parse.o-warn): Add -Wno-error.
19909
19910 2003-01-21 Andreas Schwab <schwab@suse.de>
19911
19912 * genautomata.c (output_internal_insn_latency_func): Fix missing
19913 close paren in output.
19914
19915 2003-01-21 Zack Weinberg <zack@codesourcery.com>
19916
19917 * genautomata.c: Space savings in generated code:
19918 (output_dfa_insn_code_func): Split out the table-enlargement
19919 path to an out-of-line static function, dfa_insn_code_enlarge.
19920 (output_internal_insn_latency_func): Use a lookup table for the
19921 default latencies.
19922 (output_print_reservation_func): Use a lookup table for the
19923 strings.
19924
19925 2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
19926
19927 PR opt/7507
19928 * calls.c (fix_unsafe_tree): Split out from ...
19929 (expand_call): ... here. Use it on the function address too.
19930
19931 2003-01-20 Richard Henderson <rth@redhat.com>
19932
19933 * expr.h (default_must_pass_in_stack): Move decl outside ifdef.
19934
19935 2003-01-20 Richard Henderson <rth@redhat.com>
19936
19937 PR opt/7154
19938 * stmt.c (expand_asm_operands): Validize memory operands.
19939
19940 2003-01-20 Richard Henderson <rth@redhat.com>
19941
19942 PR opt/8848
19943 * ifcvt.c (noce_process_if_block): Correct arguments to
19944 modified_between_p for no-else-block case.
19945
19946 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
19947
19948 * config/h8300/h8300.c (const_costs): Remove a warning.
19949 (output_plussi): Likewise.
19950 (compute_plussi_length): Likewise.
19951 (compute_plussi_cc): Likewise.
19952
19953 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
19954
19955 * config/h8300/h8300.md (addsi_h8300): Remove the last
19956 alternative.
19957
19958 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
19959
19960 * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
19961
19962 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19963
19964 * system.h (__NO_STRING_INLINES): Define.
19965
19966 2003-01-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
19967
19968 * ifcvt.c (noce_emit_store_flag): Don't emit store flag if mode of x
19969 is not a scalar int mode.
19970
19971 2003-01-20 Roger Sayle <roger@eyesopen.com>
19972
19973 * cse.c (cse_insn): Avoid RTL sharing when updating the RETVAL
19974 insn's notes following a substitution inside a libcall.
19975
19976 2003-01-20 Zack Weinberg <zack@codesourcery.com>
19977
19978 * configure.in: Check for system-provided 'uchar' type.
19979 * configure, config.in: Regenerate.
19980 * cpphash.h: Only typedef 'uchar' if the system doesn't.
19981
19982 2003-01-20 Richard Henderson <rth@redhat.com>
19983
19984 * expr.h (MUST_PASS_IN_STACK): Move implementation...
19985 * calls.c (default_must_pass_in_stack): ... here.
19986
19987 2003-01-20 Vladimir Makarov <vmakarov@redhat.com>
19988
19989 * genattrtab.h (INSN_ALTS_FUNC_NAME): Move it from genautomata.c.
19990
19991 * genautomata.c (INSN_ALTS_FUNC_NAME): Move it into genattrtab.h.
19992
19993 * genattr.c (main): Output default definition of AUTOMATON_ALTS.
19994 Wrap up definition of `insn_alts'.
19995
19996 * genattrtab.c (main): Wrap up `insn_alts'.
19997
19998 2003-01-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
19999
20000 * collect2.c (ldgetname): Check HAVE_DECL_LDGETNAME before
20001 prototyping.
20002 * configure.in: Check for <ldfcn.h> and ldgetname() prototype.
20003
20004 * config.in, configure: Regenerate.
20005
20006 2003-01-20 Nick Clifton <nickc@redhat.com>
20007
20008 * config/arm/arm.md (sibcall_epilogue): Add an
20009 UNSPEC_PROLOGUE_USE to prevent the link register from being
20010 considered dead.
20011
20012 2003-01-20 Jan Hubicka <jh@suse.cz>
20013
20014 * i386.md (SSE cmov splitter): Handle memory operand in operand 5.
20015
20016 2003-01-20 Andreas Schwab <schwab@suse.de>
20017
20018 * system.h: Don't declare strsignal if the decl test hasn't been
20019 run yet.
20020
20021 2003-01-20 Kazu Hirata <kazu@cs.umass.edu>
20022
20023 * config/h8300/h8300.c (notice_update_cc): Don't assume that
20024 recog_data.operands[0] is always associated with cc0.
20025
20026 2003-01-19 David Edelsohn <edelsohn@gnu.org>
20027
20028 * collect2.c (ldgetname): Expand declaration to prototype.
20029 * read-rtl.c (atoll): Add prototype.
20030 * system.h (strsignal): Also declare if no declaration found.
20031
20032 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
20033
20034 * config.gcc (mips64*-*-linux*): Added.
20035 * config/mips/linux64.h, config/mips/t-linux64: New file.
20036 * config/mips/iris6.h (MIPS_TFMODE_FORMAT): Define.
20037 * config/mips/mips.c (override_options): Use it.
20038 * config/mips/mips.h (TARGET_SWITCHES): Added...
20039 (SUBTARGET_TARGET_SWITCHES): New, empty by default.
20040 * Makefile.in (SPECS): New.
20041 (STAGESTUFF, specs, mostlyclean, install-common): Use it.
20042 * gcc.c (process_command): Move self-spec processing past spec
20043 file loading.
20044 * doc/tm.texi (DRIVER_SELF_SPECS): Document the change.
20045 * doc/fragments.texi (MULTILIB_EXTRA_OPTS): Document need for
20046 CRTSTUFF_T_CFLAGS.
20047 (SPECS): Document.
20048 * doc/invoke.texi (-mabi-fake-default): Document.
20049
20050 2003-01-19 Stephane Carrez <stcarrez@nerim.fr>
20051
20052 * config/m68hc11/m68hc11.c (stack_push_word, stack_pop_word,
20053 z_reg, z_reg_qi): Declare static and GTY().
20054 (da_reg): Remove.
20055 (create_regs_rtx): Don't create da_reg.
20056 ("gt-m68hc11.h"): Include for GTY roots.
20057 * config/m68hc11/m68hc11.h (ix_reg, iy_reg, d_reg): Declare extern
20058 and GTY() here.
20059 (m68hc11_compare_op0, m68hc11_compare_op1): Likewise.
20060 (m68hc11_soft_tmp_reg): Likewise.
20061 * config/m68hc11/m68hc11-protos.h: Remove above declarations.
20062
20063 2003-01-18 Kazu Hirata <kazu@cs.umass.edu>
20064
20065 * basic-block.h: Fix comment formatting.
20066 * calls.c: Likewise.
20067 * combine.c: Likewise.
20068 * convert.c: Likewise.
20069 * gcov.c: Likewise.
20070 * haifa-sched.c: Likewise.
20071 * libgcc2.c: Likewise.
20072 * loop.c: Likewise.
20073 * profile.c: Likewise.
20074 * system.h: Likewise.
20075
20076 2003-01-18 Roger Sayle <roger@eyesopen.com>
20077
20078 * config/pa/pa.md (muldi3): Avoid invalid sharing of SUBREG RTXs.
20079
20080 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20081
20082 * ra-build.c (undef_to_size_word): Avoid `switch' warning.
20083
20084 2003-01-17 Dale Johannesen <dalej@apple.com>
20085
20086 * config/rs6000/rs6000.md (*floatsidf2_internal): Add earlyclobbers.
20087 (*floatunssidf2_internal): Ditto.
20088
20089 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
20090
20091 * alias.c: Fix comment typos.
20092 * basic-block.h: Likewise.
20093 * c-common.c: Likewise.
20094 * c-common.h: Likewise.
20095 * c-decl.c: Likewise.
20096 * c-opts.c: Likewise.
20097 * c-pragma.c: Likewise.
20098 * c-pretty-print.h: Likewise.
20099 * cfg.c: Likewise.
20100 * cfganal.c: Likewise.
20101 * cfgbuild.c: Likewise.
20102 * cfgcleanup.c: Likewise.
20103 * cfglayout.c: Likewise.
20104 * cfgrtl.c: Likewise.
20105 * convert.c: Likewise.
20106 * cpphash.h: Likewise.
20107 * cpplex.c: Likewise.
20108 * cpplib.h: Likewise.
20109 * df.h: Likewise.
20110 * diagnostic.c: Likewise.
20111 * diagnostic.h: Likewise.
20112 * dwarf2.h: Likewise.
20113
20114 2003-01-17 Stan Shebs <shebs@apple.com>
20115
20116 * config/darwin-protos.h: Forward-declare struct cpp_reader.
20117
20118 2003-01-17 Douglas B Rupp <rupp@gnat.com>
20119
20120 * config/alpha/alpha.c (alpha_need_linkage): Fix obvious
20121 mistake in last checkin.
20122
20123 2003-01-17 Kazu Hirata <kazu@cs.umass.edu>
20124
20125 * et-forest.c: Fix comment typos.
20126 * et-forest.h: Likewise.
20127 * except.c: Likewise.
20128 * expr.c: Likewise.
20129 * flags.h: Likewise.
20130 * flow.c: Likewise.
20131 * gcc.c: Likewise.
20132 * gcse.c: Likewise.
20133 * genattrtab.c: Likewise.
20134 * genautomata.c: Likewise.
20135 * gengtype.c: Likewise.
20136 * genrecog.c: Likewise.
20137 * global.c: Likewise.
20138 * gthr-rtems.h: Likewise.
20139
20140 2003-01-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20141
20142 * i386.c (x86_function_profiler): Fix format specifier.
20143
20144 2003-01-17 Richard Henderson <rth@redhat.com>
20145
20146 * gengtype.c (walk_type): Allow paramN_is.
20147
20148 2003-01-17 Nick Clifton <nickc@redhat.com>
20149
20150 * config/i960/t-960bare (i960-c.o): Add missing newline escape.
20151
20152 2003-01-16 Richard Henderson <rth@redhat.com>
20153
20154 * config/alpha/linux-elf.h (LIB_SPEC): Adjust inter-option spacing.
20155
20156 2003-01-16 Richard Henderson <rth@redhat.com>
20157
20158 * config/alpha/alpha.c (alpha_sr_alias_set): Mark GTY.
20159 (alpha_next_sequence_number): Likewise.
20160 (alpha_this_literal_sequence_number): Likewise.
20161 (alpha_this_gpdisp_sequence_number): Likewise.
20162 (struct alpha_funcs, alpha_funcs_num): Likewise.
20163 (struct alpha_links): Fix branch merge error.
20164 (alpha_need_linkage, alpha_use_linkage): Use GC for alpha_funcs.
20165
20166 2003-01-17 Alexandre Oliva <aoliva@redhat.com>
20167
20168 * config/mips/mips.h: Don't use #elif. Reported by Kaveh
20169 R. Ghazi.
20170
20171 2003-01-16 Kazu Hirata <kazu@cs.umass.edu>
20172
20173 * ifcvt.c: Fix comment typos.
20174 * lcm.c: Likewise.
20175 * libgcc2.c: Likewise.
20176 * local-alloc.c: Likewise.
20177 * loop.c: Likewise.
20178 * predict.c: Likewise.
20179 * ra-build.c: Likewise.
20180 * ra.c: Likewise.
20181 * ra-colorize.c: Likewise.
20182 * ra.h: Likewise.
20183 * ra-rewrite.c: Likewise.
20184 * regmove.c: Likewise.
20185 * reload.h: Likewise.
20186 * rtlanal.c: Likewise.
20187 * toplev.c: Likewise.
20188 * tree.h: Likewise.
20189 * unwind-dw2-fde-glibc.c: Likewise.
20190 * vmsdbgout.c: Likewise.
20191
20192 2003-01-16 Richard Henderson <rth@redhat.com>
20193
20194 * dwarf2out.c (struct file_table): Remove.
20195 (FILE_TABLE_INCREMENT): Remove.
20196 (file_table): Make a varray; mark for GC. Update all users.
20197 (file_table_last_lookup_index): Extract from struct file_table.
20198 (output_file_names): Fix unsigned compare warnings.
20199 (add_name_attribute): Remove inline marker.
20200 (add_comp_dir_attribute): Split out from gen_compile_unit_die.
20201 (lookup_filename): Don't manage size of file_table.
20202 (init_file_table): Allocate file_table with GC.
20203 (dwarf2out_init): Don't record main_input_filename here.
20204 (dwarf2out_finish): Do it here instead.
20205
20206 2003-01-16 Bruce Korb <bkorb@gnu.org>
20207
20208 * gcc/fixinc/inclhack.def(limits_ifndef): QNX needs a bypass, too.
20209
20210 2003-01-16 Kaz Kojima <kkojima@gcc.gnu.org>
20211
20212 * config/sh/sh.c (sh_initialize_trampoline): Emit rotrdi3_mextr
20213 instead of rotldi3_mextr.
20214
20215 2003-01-16 Vladimir Makarov <vmakarov@redhat.com>
20216
20217 * haifa-sched.c (move_insn): Restore moving all schedule group.
20218 (set_priorities): Restore taking SCHED_GROUP_P into account.
20219
20220 * sched-deps.c (add_dependence): Restore processing the last group
20221 insn.
20222 (remove_dependence, group_leader): Restore the functions.
20223 (set_sched_group_p): Restore adding dependencies from previous insn
20224 in the group.
20225 (compute_forward_dependences): Restore usage of group_leader.
20226
20227 * sched-ebb.c (init_ready_list): Restore taking SCHED_GROUP_P into
20228 account.
20229
20230 * sched-rgn.c (init_ready_list): Restore taking SCHED_GROUP_P into
20231 account.
20232 (can_schedule_ready_p): Ditto.
20233 (add_branch_dependences): Restore skipping over the group insns.
20234
20235 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20236
20237 * config/m68hc11/m68hc11.c (m68hc11_check_z_replacement): Fix handling
20238 68HC12 pre/post inc/dec side effects.
20239
20240 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20241
20242 * config/m68hc11/m68hc11.h (MASK_M6812): Define.
20243
20244 2003-01-16 J"orn Rennecke <amylaar@onetel.net.uk>
20245
20246 * sh.md (mshflo_w_x): Fix description of operation.
20247
20248 2003-01-16 Zack Weinberg <zack@codesourcery.com>
20249
20250 * config/rs6000/rs6000.h: Mention Altivec registers in
20251 commentary. Fix typo.
20252
20253 2003-01-16 David Edelsohn <edelsohn@gnu.org>
20254
20255 * config/rs6000/rs6000.md (movti_string): Remove clobber.
20256 * config/rs6000/rs6000.c (rs6000_emit_move, TImode): Explicitly
20257 generate PARALLEL with clobber for TARGET_POWER.
20258
20259 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20260
20261 * ra-colorize.c (colorize_one_web): Initialize variable.
20262 * regmove.c (fixup_match_1): Likewise.
20263 * reload1.c (reload_as_needed): Likewise.
20264 * sdbout.c (SET_KNOWN_TYPE_TAG): Add cast.
20265
20266 2003-01-16 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
20267
20268 * cfgloop.c (flow_loops_find): Fix handling of abnormal edges.
20269
20270 2003-01-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20271
20272 * dbxout.c (lastfile, cwd): Fix `unused' warning.
20273 * dwarf2out.c (fde_table_in_use, current_funcdef_fde,
20274 dw_cfi_oprnd1_desc, dw_cfi_oprnd2_desc, next_die_offset,
20275 is_main_source, file_table, decl_die_table_in_use,
20276 abbrev_die_table_in_use, line_info_table_in_use,
20277 separate_line_info_table_in_use, pubname_table_in_use,
20278 arange_table_in_use, ranges_table_in_use,
20279 current_function_has_inlines): Likewise.
20280 * flow.c (life_analysis): Likewise.
20281 * genemit.c (gen_insn): Likewise.
20282 * protoize.c (cplus_suffix): Likewise.
20283
20284 * arm.c (ROUND_UP_WORD): Renamed from ROUND_UP.
20285 * arm.h (ROUND_UP_WORD): Likewise.
20286
20287 * arm.h (CONDITIONAL_REGISTER_USAGE): Avoid signed/unsigned
20288 warning.
20289 * emit-rtl.c (gen_rtx_REG, set_mem_attributes_minus_bitpos,
20290 init_emit_once): Likewise.
20291 * flow.c (mark_regs_live_at_end, calculate_global_regs_live):
20292 Likewise.
20293 * function.c (assign_stack_temp_for_type): Likewise.
20294 * loop.c (loop_invariant_p): Likewise.
20295 * recog.c (push_operand): Likewise.
20296 * regclass.c (init_reg_sets_1): Likewise.
20297 * reload.c (update_auto_inc_notes): Likewise.
20298 * reload1.c (reload_as_needed, emit_input_reload_insns): Likewise.
20299 * stmt.c (expand_asm_operands): Likewise.
20300 * stor-layout.c (start_record_layout): Likewise.
20301
20302 2003-01-16 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
20303
20304 * config/c4x/c4x.md (epilogue): Correct last patch.
20305
20306 2003-01-15 Richard Henderson <rth@redhat.com>
20307
20308 * config/alpha/alpha.c (find_lo_sum_using_gp): Rename from find_lo_sum;
20309 also check that GP is being used.
20310 (alpha_find_lo_sum_using_gp): New.
20311 (alpha_does_function_need_gp): Use get_attr_usegp.
20312 * config/alpha/alpha-protos.h: Update.
20313 * config/alpha/alpha.md (attr usegp): New. Annotate patterns
20314 as needed.
20315
20316 2003-01-15 Roger Sayle <roger@eyesopen.com>
20317
20318 * gcse.c (one_cprop_pass): Change function arguments to take both
20319 cprop_jumps and bypass_jumps flags instead of just alter_jumps.
20320 (gcse_main): Update calls to one_cprop_pass, disabling bypassing.
20321 (bypass_jumps): New function to perform separate jump bypassing pass.
20322 * rtl.h (bypass_jumps): Add function prototype.
20323 * timevar.def (TV_BYPASS): New timing variable.
20324 * toplev.c (enum dump_file_index): Add new entry DFI_bypass.
20325 (dump_file): New entry for the bypass RTL dump file.
20326 (rest_of_compilation): Insert new jump bypassing optimization
20327 pass after loop.
20328 * doc/passes.texi: Document new pass.
20329
20330 2003-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
20331
20332 * som.h (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY, MAKE_DECL_ONE_ONLY,
20333 ASM_WEAKEN_LABEL, GTHREAD_USE_WEAK): Define.
20334 * pa.h (TARGET_SOM_SDEF): Define.
20335 * pa-hpux11.h (TARGET_SOM_SDEF): Define.
20336
20337 2003-01-16 Stephane Carrez <stcarrez@nerim.fr>
20338
20339 * config/m68hc11/m68hc11.c (expand_prologue): Use push/pop to
20340 allocate 4-bytes of locals on 68HC11.
20341 (expand_epilogue): Likewise.
20342 (m68hc11_memory_move_cost): Increase cost of HI/QI soft registers.
20343
20344 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
20345
20346 * config/m68hc11/m68hc11.h (ASM_SPEC): Handle -m68hcs12; Pass -mshort
20347 and -mshort-double to the assembler to specify the ABI.
20348 (LINK_SPEC): Likewise.
20349 (CPP_SPEC): Pass HCS12 specific define.
20350 (MASK_M68S12): New define.
20351 (TARGET_M68S12): Likewise.
20352 (TARGET_SWITCHES): New options -m68hcs12 and -m68S12.
20353 (TARGET_VERSION): Update.
20354 * config/m68hc11/m68hc12.h (CPP_SPEC): Pass HCS12 specific define.
20355 (LINK_SPEC): Update.
20356 (ASM_SPEC): Update.
20357 * config/m68hc11/m68hc11.c (m68hc11_asm_file_start): Update.
20358 * doc/invoke.texi (M68hc1x Options): Document -m68hcs12.
20359
20360 2003-01-15 Stephane Carrez <stcarrez@nerim.fr>
20361
20362 * config/m68hc11/m68hc11.md ("return"): Use emit_jump_insn to emit
20363 the return code.
20364
20365 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
20366
20367 * cfganal.c (set_edge_can_fallthru_flag): Clear the EDGE_CAN_FALLTHRU
20368 flag before setting it.
20369
20370 2003-01-15 Roger Sayle <roger@eyesopen.com>
20371
20372 * c-semantics.c (genrtl_while_stmt): Improve initial RTL generation
20373 when loop condition is known true, i.e. "while (1) { ... }".
20374 (genrtl_for_stmt): Similarly for "for" statements.
20375
20376 2003-01-15 Roger Sayle <roger@eyesopen.com>
20377
20378 * real.c (real_sqrt): Return a bool result indicating whether
20379 a floating point exception or trap should be raised.
20380 * real.h (real_sqrt): Update function prototype.
20381 * builtins.c (fold_builtin): Only fold non-trapping square
20382 roots unless we're ignoring errno and trapping math.
20383
20384 2003-01-15 John David Anglin <dave.anglin@nrc.gc.ca>
20385
20386 * expr.h (emit_conditional_add): Add PARAMS to declaration.
20387 * gengtype-lex.l (malloc, realloc): Move defines after include of
20388 system.h. Remove duplicate include of system.h.
20389
20390 2003-01-15 Roger Sayle <roger@eyesopen.com>
20391
20392 PR middle-end/9009
20393 * optabs.c (expand_unop): When manipulating the FP sign bit
20394 using integer operations, account for targets with different
20395 integer and FP word orders.
20396 (expand_abs): Likewise.
20397
20398 2003-01-15 David Edelsohn <edelsohn@gnu.org>
20399
20400 * config/rs6000/rs6000.c (rs6000_gen_section_name): Do not include
20401 file extension in section name.
20402
20403 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
20404
20405 * flow.c (find_auto_inc): Also try to generate a PRE_MODIFY with
20406 constant offset.
20407
20408 2003-01-15 Richard Earnshaw <rearnsha@arm.com>
20409
20410 * arm.h (HAVE_PRE_MODIFY_DISP, HAVE_PRE_MODIFY_REG): Define.
20411 (HAVE_POST_MODIFY_DISP, HAVE_POST_MODIFY_REG): Define.
20412 (ARM_GO_IF_LEGITIMATE_ADDRESS): Handle pre/post-modify addresses.
20413 (ARM_PRINT_OPERAND_ADDRESS): Likewise.
20414
20415 2003-01-15 Jan Hubicka <jh@suse.cz>
20416
20417 PR f/9258
20418 * global.c (struct allocno): Add no_stack_reg.
20419 (global_conflicts): Set no_stack_reg.
20420 (find_reg): Use it.
20421
20422 * convert.c (convert_to_real): Fold - and abs only when profitable.
20423 * fold-const.c (fold): Fold truncates in - and abs.
20424
20425 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
20426
20427 Segher Boessenkool <segher@koffie.nl>
20428
20429 * predict.c (real_inv_br_prob_base): New variable.
20430 (propagate_freq): Use multiply by reciprocal instead of
20431 division. Don't divide by 1.0 at all.
20432 (estimate_bb_frequencies): Similar.
20433
20434 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
20435
20436 * configure.in (libgcc_visibility): Force disabled on IRIX 6 too.
20437 * configure: Rebuilt.
20438
20439 2003-01-15 Hartmut Penner <hpenner@de.ibm.com>
20440
20441 * config/s390/s390.c (s390_safe_attr_type): New function.
20442 (s390_use_dfa_pipeline_interface): New function, return true for z900.
20443 (s390_issue_rate): New function.
20444 (s390_agen_dep_p): New function.
20445 (addr_generation_dependency_p): Use 's390_safe_attr_type'.
20446 (s390_adjust_cost): Return 'cost' if new DFA is used.
20447 (s390_adjust_priority): Delete function.
20448 * config/s390/s390-protos.h: (s390_agen_dep_p): New prototype.
20449 * config/s390/s390.md (atype attribute): Attribute 'atype' default
20450 determined by 'op_type'.
20451 (type attribute): Added more type attributes.
20452 * config/s390/2064.md: New DFA description for z900 pipeline.
20453
20454 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
20455
20456 * config/i386/i386.c (ix86_expand_vector_move): Validize constant
20457 forced to memory. Fixes PR bootstrap/9036.
20458
20459 * config/mips/mips.h (CRT_CALL_STATIC_FUNCTION): Define so as
20460 to set $gp before the call.
20461
20462 2003-01-14 Richard Henderson <rth@redhat.com>
20463
20464 * config/alpha/alpha.c (alpha_expand_mov): Use correct mode
20465 for force_const_mem.
20466
20467 2003-01-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20468
20469 * genattr.c (main): Rearrange output to avoid prototype warning.
20470 * genautomata.c (transform_3): Fix ambiguous-else warning.
20471 * local-alloc.c (requires_inout): Add parentheses around
20472 assignment used as truth-value.
20473 * timevar.c: Move system includes above local includes. Include
20474 toplev.h
20475 * Makefile.in (timevar.o): Depend on toplev.h.
20476
20477 2003-01-14 Denis Chertykov <denisc@overta.ru>
20478
20479 * config/ip2k/ip2k.h (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
20480 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
20481
20482 * config/ip2k/ip2k.c (ip2k_attribute_table): New table of
20483 attributes.
20484 (TARGET_ATTRIBUTE_TABLE): New macro.
20485 (valid_machine_type_attribute): Remove.
20486 (valid_machine_decl_attribute): Remove.
20487 (ip2k_handle_progmem_attribute): New function.
20488 (ip2k_handle_fndecl_attribute): New function.
20489
20490 2003-01-10 Andrew Haley <aph@redhat.com>
20491
20492 * config/i386/linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Rename
20493 registers to be in correct order. Add rip.
20494
20495 2003-01-14 Kazu Hirata <kazu@cs.umass.edu>
20496
20497 * config/h8300/h8300.md (*andsi3_lshiftrt_9_sb): New.
20498 (*iorsi3_and_lshiftrt_9_sb): Likewise.
20499
20500 2003-01-14 Jan Hubicka <jh@suse.cz>
20501
20502 * convert.c (strip_float_extensions): Look for narrowest type handling
20503 FP constants.
20504
20505 * fold-const.c (fold): Fold (double)float1 CMP (double)float2 into
20506 float1 CMP float2.
20507 * convert.c (strip_float_extensions): Make global.
20508 * tree.h (strip_float_extensions): Declare.
20509
20510 2003-01-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
20511
20512 * timevar.def: define TV_NAME_LOOKUP.
20513 * timevar.c (timevar_pop): Be verbose when aborting.
20514
20515 2003-01-13 Andreas Schwab <schwab@suse.de>
20516
20517 * Makefile.in ($(parsedir)/gengtype-lex.c): Don't change to
20518 $(parsedir), just move the temporary file at the end.
20519 ($(parsedir)/gengtype-yacc.c): Likewise.
20520
20521 2003-01-13 Alexandre Oliva <aoliva@redhat.com>
20522
20523 * aclocal.m4 (gcc_AC_PROG_GNAT): Don't try to prepend
20524 ${ac_tool_prefix} to ADAC or CC. Protect them from word
20525 splitting.
20526 * configure: Rebuilt.
20527
20528 2003-01-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20529
20530 * config/sparc/gmon-sol2.c (moncontrol, monstartup, _mcleanup,
20531 internal_mcount): Don't use PARAMS.
20532 (monstartup, _mcleanup, internal_mcount, moncontrol): Convert to
20533 ISO C style.
20534 (internal_mcount): Use __attribute__, not ATTRIBUTE_UNUSED.
20535
20536 2003-01-13 Andreas Schwab <schwab@suse.de>
20537
20538 * config/rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Output type
20539 directive.
20540
20541 2003-01-13 Kazu Hirata <kazu@cs.umass.edu>
20542
20543 * config/h8300/h8300.md (*andsi3_lshift_n_sb): New.
20544 (*iorsi3_and_lshiftrt_n_sb): Likewise.
20545
20546 2003-01-12 Mark Mitchell <mark@codesourcery.com>
20547
20548 PR c++/9264
20549 * c-lex.c (c_lex): Set the token value to error_mark_node for
20550 invalid numeric constants.
20551
20552 2003-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
20553
20554 * c-pch.c (asm_file_startpos): Change to `long'.
20555 (pch_init): Use ftell, not ftello.
20556 (c_common_write_pch): Use ftell/fseek, not ftello/fseeko.
20557 Use `long' instead of `off_t'.
20558 (c_common_read_pch): Likewise.
20559 * ggc-common.c (gt_pch_save): Use long/ftell instead of
20560 off_t/ftello.
20561
20562 2003-01-12 Alan Modra <amodra@bigpond.net.au>
20563
20564 * expr.c (expand_expr <RDIV_EXPR>): Correct recursive call args.
20565
20566 2003-01-11 Richard Earnshaw (rearnsha@arm.com)
20567
20568 * arm-protos.h (struct cpp_reader): Add declaration.
20569
20570 2003-01-11 Jan Hubicka <jh@suse.cz>
20571
20572 PR target/9068
20573 * i386.c (output_fp_compare): Fix typo.
20574
20575 2003-01-10 David Edelsohn <edelsohn@gnu.org>
20576
20577 * config/rs6000/rs6000.c (common_mode_defined): Mark for PCH.
20578
20579 2003-01-10 Geoffrey Keating <geoffk@apple.com>
20580
20581 * Makefile.in (parsedir): New variable.
20582 (docobjdir): New variable.
20583 (c-parse.o, c-parse.c, c-parse.y, gengtype-lex.o, gengtype-yacc.o,
20584 gengtype-lex.c, gengtype-yacc.c): Use parsedir.
20585 (info, cpp.info, gcc.info, gccint.info, gccinstall.info,
20586 cppinternals.info, generated-manpages, gcov.1, cpp.1, gcc.1, gfdl.7,
20587 gpl.7, fsf-funding.7, maintainer-clean, install-info, install-man):
20588 Use docobjdir.
20589 * objc/Make-lang.in (objc/objc-parse.c, objc/objc-parse.y,
20590 objc.maintainer-clean): Use parsedir.
20591
20592 * varasm.c (struct constant_descriptor_rtx): Remove unused
20593 `label' field.
20594
20595 * toplev.c (documented_lang_options): Document -Winvalid-pch.
20596
20597 2003-01-10 Richard Henderson <rth@redhat.com>
20598
20599 * config/alpha/alpha.h (NO_PROFILE_COUNTERS): Set.
20600 (ASM_OUTPUT_REG_PUSH, ASM_OUTPUT_REG_POP): Kill.
20601
20602 2003-01-10 Richard Henderson <rth@redhat.com>
20603
20604 * combine.c (make_compound_operation): Use SCALAR_INT_MODE_P,
20605 not INTEGRAL_MODE_P when widening extensions.
20606
20607 2003-01-10 Richard Henderson <rth@redhat.com>
20608
20609 * config/alpha/alpha.c (decl_has_samegp): True for !TREE_PUBLIC.
20610
20611 2003-01-10 Geoffrey Keating <geoffk@apple.com>
20612
20613 * ggc-page.c (ggc_collect): Avoid overflow computing
20614 min_expand.
20615
20616 * Makefile.in (RANLIB_FOR_TARGET): Use RANLIB when native.
20617 (RANLIB_TEST_FOR_TARGET): Delete. Don't pass down to sub-makes.
20618 Remove calls.
20619 * mklibgcc.in: Remove uses of RANLIB_TEST_FOR_TARGET.
20620
20621 2003-01-10 Jan Hubicka <jh@suse.cz>
20622
20623 * ifcvt.c (noce_try_addcc): Do not call emit_conditional_add
20624 with weird operands.
20625
20626 2003-01-10 Dale Johannesen <dalej@apple.com>
20627
20628 * calls.c (load_register_parameters): Add is_sibcall, sibcall_failure
20629 parameters. Call check_sibcall_argument_overlap if indicated.
20630 (check_sibcall_argument_overlap): Add mark_stored_args_map
20631 parameter. Don't mark parameter area as clobbered if not set.
20632 (expand_call): Adjust calls to above.
20633
20634 2003-01-10 Kelley Cook <kelleycook@comcast.net>
20635
20636 * configure.in (linker read-only and read-write section mixing):
20637 Squelch some assembler warnings.
20638 * configure: Likewise.
20639
20640 2003-01-10 Hartmut Penner <hpenner@de.ibm.com>
20641
20642 * doc/invoke.texi: Document -mtune, delete -mcpu
20643 option for S/390 and zSeries.
20644 * config/s390/s390.c (s390_tune_string) New variable.
20645 (s390_cpu_string) Delete variable.
20646 (override_options): Use s390_tune_string instead of
20647 s390_cpu_string.
20648 * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.
20649
20650 2003-01-10 Kazu Hirata <kazu@cs.umass.edu>
20651
20652 * config/h8300/h8300.md (*iorsi3_ashift_31): New.
20653
20654 2003-01-10 Josef Zlomek <zlomekj@suse.cz>
20655
20656 * jump.c (next_nonnote_insn_in_loop): New function.
20657 (copy_loop_headers): Use next_nonnote_insn_in_loop instead of
20658 next_nonnote_insn.
20659 (duplicate_loop_exit_test). Likewise.
20660
20661 2003-01-09 Geoffrey Keating <geoffk@apple.com>
20662
20663 Merge from pch-branch:
20664
20665 2003-01-06 Geoffrey Keating <geoffk@apple.com>
20666
20667 * ggc-page.c (ggc_pch_read): Update the statistics after a PCH
20668 load.
20669
20670 2002-12-24 Geoffrey Keating <geoffk@apple.com>
20671
20672 * cpplib.c (count_registered_pragmas): New function.
20673 (save_registered_pragmas): New function.
20674 (_cpp_save_pragma_names): New function.
20675 (restore_registered_pragmas): New function.
20676 (_cpp_restore_pragma_names): New function.
20677 * cpphash.h (_cpp_save_pragma_names): Prototype.
20678 (_cpp_restore_pragma_names): Likewise.
20679 * cpppch.c (struct save_macro_item): Split from save_macro_data.
20680 (struct save_macro_data): New field 'saved_pragmas'.
20681 (save_macros): Update for changes to struct save_macro_data.
20682 (cpp_prepare_state): Call _cpp_save_pragma_names, update
20683 for changes to struct save_macro_data.
20684 (cpp_read_state): Call _cpp_restore_pragma_names, update
20685 for changes to struct save_macro_data.
20686
20687 * cpppch.c (cpp_read_state): Restore the hashtable references
20688 in the cpp_reader.
20689
20690 * tree.h (built_in_decls): Mark for PCH.
20691
20692 * dbxout.c (lastfile): Don't mark for PCH.
20693
20694 * ggc.h: Document PCH calls into memory managers.
20695
20696 2002-12-18 Geoffrey Keating <geoffk@apple.com>
20697
20698 * doc/invoke.texi (Precompiled Headers): Document the
20699 directory form of PCH.
20700 * cppfiles.c (validate_pch): New function.
20701 (open_file_pch): Search suitably-named directories for PCH files.
20702
20703 2002-12-14 Geoffrey Keating <geoffk@apple.com>
20704
20705 * doc/gty.texi (GTY Options): Document chain_next, chain_prev,
20706 reorder options.
20707 (Type Information): Mention that the information is also
20708 used to implement PCH.
20709 * doc/passes.texi (Passes): Improve documentation of
20710 language-specific files.
20711
20712 2002-12-11 Geoffrey Keating <geoffk@apple.com>
20713
20714 * gengtype.c (struct write_types_data): Add reorder_note_routine field.
20715 (struct walk_type_data): Add reorder_fn field.
20716 (walk_type): Process 'reorder' option.
20717 (write_types_process_field): Reorder parameters to gt_pch_note_object,
20718 call reorder_note_routine.
20719 (write_func_for_structure): Reorder parameters to gt_pch_note_object.
20720 (ggc_wtd): Update for change to struct write_types_data.
20721 (pch_wtd): Likewise.
20722 * ggc.h (gt_pch_note_object): Reorder parameters.
20723 (gt_handle_reorder): New definition.
20724 (gt_pch_note_reorder): New prototype.
20725 * ggc-common.c (struct ptr_data): Add reorder_fn.
20726 (gt_pch_note_object): Reorder parameters.
20727 (gt_pch_note_reorder): New.
20728 (gt_pch_save): Call reorder_fn.
20729 * stringpool.c (gt_pch_n_S): Update for change to gt_pch_note_object.
20730
20731 * dbxout.c (cwd): Don't mark for PCH.
20732
20733 2002-12-09 Geoffrey Keating <geoffk@apple.com>
20734
20735 * gengtype.c (finish_root_table): Fix some warnings.
20736 (write_root): Handle TYPE_STRING.
20737 * ggc.h (gt_ggc_m_S): Add prototype.
20738 * stringpool.c (gt_ggc_m_S): New function.
20739
20740 2002-11-30 Geoffrey Keating <geoffk@apple.com>
20741
20742 * dwarf2out.c (dw2_string_counter): New.
20743 (AT_string_form): Use it.
20744 (same_dw_val_p): Update for removal of hashtable.h hash tables.
20745
20746 2002-11-22 Geoffrey Keating <geoffk@apple.com>
20747
20748 * dbxout.c: Include gt-dbxout.h.
20749 (lastfile): Mark for PCH/GGC.
20750 (cwd): Likewise.
20751 (struct typeinfo): Likewise.
20752 (typevec): Likewise.
20753 (typevec_len): Likewise.
20754 (next_type_number): Likewise.
20755 (struct dbx_file): Likewise.
20756 (current_file): Likewise.
20757 (next_file_number): Likewise.
20758 (dbxout_init): Allocate typevec, struct dbx_file with GGC.
20759 (dbxout_start_source_file): Allocate struct dbx_file with GGC.
20760 (dbxout_end_source_file): Don't free struct dbx_file.
20761 (dbxout_type): Use GGC to allocate typevec.
20762 * Makefile.in (dbxout.o): Depend on gt-dbxout.h, $(GGC_H).
20763 (GTFILES): Add dbxout.c.
20764 (gt-dbxout.h): New rule.
20765
20766 * Makefile.in (c-pch.o): Add debug.h as dependency.
20767 * c-pch.c: Include debug.h.
20768 (pch_init): Call start_source_file to keep nesting right.
20769 (c_common_read_pch): Add orig_name parameter. Call
20770 start_source_file debug hook. Call end_source_file debug hook.
20771 * c-common.h (c_common_read_pch): Update prototype.
20772 * cpplib.h (struct cpp_callbacks): Add fourth field to read_pch
20773 callback.
20774 * cppfiles.c (struct include_file): Add new field `header_name'.
20775 (find_or_create_entry): Default it to `name'.
20776 (open_file_pch): Set it to the original header file searched for.
20777 (stack_include_file): Don't stack an empty buffer, just handle
20778 PCH files immediately. Pass header_name field to read_pch callback.
20779
20780 2002-11-19 Geoffrey Keating <geoffk@apple.com>
20781
20782 * function.c (funcdef_no): Mark to be saved in a PCH.
20783
20784 2002-11-15 Geoffrey Keating <geoffk@apple.com>
20785
20786 * ggc-page.c (ggc_pch_read): Remove unused 'bmap_size'.
20787
20788 * cpppch.c (cpp_read_state): Correct size reallocated for 'defn'.
20789
20790 2002-11-14 Geoffrey Keating <geoffk@apple.com>
20791
20792 * optabs.h (code_to_optab): Add GTY marker.
20793
20794 2002-11-13 Geoffrey Keating <geoffk@apple.com>
20795
20796 * Makefile.in (GTFILES): Add cpplib.h.
20797 * c-common.h (struct c_common_identifier): Don't skip 'node' field.
20798 * c-decl.c (build_compound_literal): Don't use var_labelno.
20799 * cpplib.h (struct cpp_hashnode): Use gengtype to mark.
20800 * dwarf2asm.c (dw2_force_const_mem): Don't use const_labelno.
20801 * varasm.c (const_labelno): Use gengtype to mark.
20802 (var_labelno): Likewise.
20803 (in_section): Likewise.
20804 (in_named_name): Likewise.
20805 (struct in_named_entry): Likewise.
20806 (in_named_htab): Likewise.
20807 (set_named_section_flags): Use GGC to allocate struct in_named_entry.
20808 (init_varasm_once): Use GGC to allocate in_named_htab.
20809 * config/darwin.c (current_pic_label_num): Mark for PCH.
20810
20811 2002-11-11 Geoffrey Keating <geoffk@apple.com>
20812
20813 * ggc-simple.c (init_ggc_pch): New stub procedure.
20814 (ggc_pch_count_object): Likewise.
20815 (ggc_pch_total_size): Likewise.
20816 (ggc_pch_this_base): Likewise.
20817 (ggc_pch_alloc_object): Likewise.
20818 (ggc_pch_prepare_write): Likewise.
20819 (ggc_pch_write_object): Likewise
20820 (ggc_pch_finish): Likewise.
20821 (ggc_pch_read): Likewise.
20822
20823 2002-11-08 Geoffrey Keating <geoffk@apple.com>
20824
20825 * c-pch.c (c_common_write_pch): Write the macro definitions after
20826 the GCed data.
20827 (c_common_read_pch): Call cpp_prepare_state. Restore the macro
20828 definitions after the GCed data.
20829 * cpplib.c (save_macros): New.
20830 (reset_ht): New.
20831 (cpp_write_pch_deps): Split out of cpp_write_pch.
20832 (cpp_write_pch_state): Split out of cpp_write_pch.
20833 (cpp_write_pch): Delete.
20834 (struct save_macro_data): Delete.
20835 (cpp_prepare_state): New.
20836 (cpp_read_state): Erase and restore initial macro definitions.
20837 * cpplib.h (struct save_macro_data): Forward-declare.
20838 (cpp_write_pch_deps): Prototype.
20839 (cpp_write_pch_state): Prototype.
20840 (cpp_write_pch): Delete prototype.
20841 (cpp_prepare_state): Prototype.
20842 (cpp_read_state): Add fourth argument.
20843
20844 2002-11-04 Geoffrey Keating <geoffk@apple.com>
20845
20846 * gengtype.c (adjust_field_rtx_def): Don't use skip on valid fields.
20847 (write_array): Remove warning.
20848
20849 * gengtype.c (contains_scalar_p): New.
20850 (finish_root_table): Add the table to all languages, even if it's
20851 empty.
20852 (write_roots): Output gt_pch_scalar_rtab.
20853 * ggc-common.c (gt_pch_save): Write out scalars.
20854 (gt_pch_restore): Read scalars back.
20855
20856 * ggc-page.c (OBJECTS_IN_PAGE): New macro.
20857 (struct page_entry): Delete pch_page field.
20858 (ggc_recalculate_in_use_p): Use OBJECTS_IN_PAGE.
20859 (clear_marks): Likewise.
20860 (sweep_pages): Likewise.
20861 (poison_pages): Likewise.
20862 (ggc_print_statistics): Likewise.
20863 (ggc_pch_read): Don't free objects read from a PCH.
20864 Properly set up in_use_p and page_tails.
20865
20866 2002-10-25 Geoffrey Keating <geoffk@apple.com>
20867
20868 * gengtype.c (struct write_types_data): New.
20869 (struct walk_type_data): Make `cookie' const; add extra
20870 prev_val item; add `orig_s' field.
20871 (walk_type): Update prev_val[3].
20872 (write_types_process_field): New.
20873 (write_func_for_structure): Take write_types_data structure.
20874 (write_types): New.
20875 (ggc_wtd): New.
20876 (pch_wtd): New.
20877 (write_types_local_process_field): New.
20878 (gc_mark_process_field): Delete.
20879 (write_local_func_for_structure): New.
20880 (gc_mark_func_name): Delete.
20881 (write_gc_types): Delete.
20882 (write_local): New.
20883 (finish_root_table): Don't include 'ggc_' in PFX.
20884 (write_root): Rename from write_root. Fill pchw field of structures.
20885 (write_array): New.
20886 (write_roots): Rename from write_gc_roots. Split out to write_array.
20887 Update to changes to other routines. Write gt_pch_cache_rtab table.
20888 (main): Write PCH walking routines.
20889 * ggc-common.c: Include toplev.h, sys/mman.h.
20890 (ggc_mark_roots): For cache hashtables, also mark the hash table
20891 and the array of entries.
20892 (saving_htab): New.
20893 (struct ptr_data): New.
20894 (POINTER_HASH): New.
20895 (gt_pch_note_object): New.
20896 (saving_htab_hash): New.
20897 (saving_htab_eq): New.
20898 (struct traversal_state): New.
20899 (call_count): New.
20900 (call_alloc): New.
20901 (compare_ptr_data): New.
20902 (relocate_ptrs): New.
20903 (write_pch_globals): New.
20904 (struct mmap_info): New.
20905 (gt_pch_save): New.
20906 (gt_pch_restore): New.
20907 * ggc-page.c (ROUND_UP_VALUE): New.
20908 (ROUND_UP): New.
20909 (struct page_entry): Add field `pch_page'.
20910 (init_ggc): Use ROUND_UP.
20911 (struct ggc_pch_data): Declare.
20912 (init_ggc_pch): New.
20913 (ggc_pch_count_object): New.
20914 (ggc_pch_total_size): New.
20915 (ggc_pch_this_base): New.
20916 (ggc_pch_alloc_object): New.
20917 (ggc_pch_prepare_write): New.
20918 (ggc_pch_write_object): New.
20919 (ggc_pch_finish): New.
20920 (ggc_pch_read): New.
20921 * ggc.h (gt_pointer_operator): New.
20922 (gt_note_pointers): New.
20923 (gt_pch_note_object): New prototype.
20924 (gt_pointer_walker): New.
20925 (struct ggc_root_tab): Use gt_pointer_walker, add `pchw' field.
20926 (LAST_GGC_ROOT_TAB): Update.
20927 (gt_pch_cache_rtab): Declare.
20928 (gt_pch_scalar_rtab): Declare.
20929 (struct ggc_cache_tab): Use gt_pointer_walker, add `pchw' field.
20930 (LAST_GGC_CACHE_TAB): Update.
20931 (gt_pch_save_stringpool): Declare.
20932 (gt_pch_restore_stringpool): Declare.
20933 (gt_pch_p_S): Declare.
20934 (gt_pch_n_S): Declare.
20935 (struct ggc_pch_data): Forward-declare.
20936 (init_ggc_pch): Declare.
20937 (ggc_pch_count_object): Declare.
20938 (ggc_pch_total_size): Declare.
20939 (ggc_pch_this_base): Declare.
20940 (ggc_pch_alloc_object): Declare.
20941 (ggc_pch_prepare_write): Declare.
20942 (ggc_pch_write_object): Declare.
20943 (ggc_pch_finish): Declare.
20944 (ggc_pch_read): Declare.
20945 (gt_pch_save): Declare.
20946 (gt_pch_restore): Declare.
20947 * fold-const.c (size_int_type_wide): Allocate size_htab using GGC.
20948 * emit-rtl.c (init_emit_once): Allocate const_int_htab,
20949 const_double_htab, mem_attrs_htab using GGC.
20950 * c-pch.c: Include ggc.h.
20951 (pch_init): Allow reading PCH file back.
20952 (c_common_write_pch): Call gt_pch_save.
20953 (c_common_read_pch): Call gt_pch_restore.
20954 * c-parse.in (init_reswords): Delete now-untrue comment.
20955 Allocate ridpointers using GGC.
20956 * c-objc-common.c (c_objc_common_finish_file): Write PCH before
20957 calling expand_deferred_fns.
20958 * c-common.h (ridpointers): Mark for GTY machinery.
20959 * Makefile.in (stringpool.o): Update dependencies.
20960 (c-pch.o): Update dependencies.
20961 (ggc-common.o): Update dependencies.
20962 * stringpool.c: Include gt-stringpool.h.
20963 (gt_pch_p_S): New.
20964 (gt_pch_n_S): New.
20965 (struct string_pool_data): New.
20966 (spd): New.
20967 (gt_pch_save_stringpool): New.
20968 (gt_pch_restore_stringpool): New.
20969 * tree.c (init_ttree): Make type_hash_table allocated using GC.
20970
20971 2002-10-04 Geoffrey Keating <geoffk@apple.com>
20972
20973 * gengtype.c (adjust_field_rtx_def): Don't pass size_t to printf.
20974 (output_mangled_typename): Don't pass size_t to printf.
20975
20976 * tree.h (union tree_type_symtab): Add tag to `address' field.
20977 (union tree_decl_u2): Add tag to 'i' field.
20978 * varasm.c (union rtx_const_un): Add tags to all fields.
20979 * gengtype.c (struct walk_type_data): New.
20980 (output_escaped_param): Take struct walk_type_data parameter.
20981 (write_gc_structure_fields): Delete.
20982 (walk_type): New.
20983 (write_gc_marker_routine_for_structure): Delete.
20984 (write_func_for_structure): New.
20985 (gc_mark_process_field): New.
20986 (gc_mark_func_name): New.
20987 (gc_counter): Delete.
20988 (write_gc_types): Use write_func_for_structure.
20989 (write_gc_roots): Use walk_type.
20990
20991 2002-10-02 Geoffrey Keating <geoffk@apple.com>
20992
20993 * ggc-common.c (ggc_mark_roots): Delete 'x'.
20994 (ggc_splay_dont_free): Fix warning about unused 'x'.
20995 (ggc_print_common_statistics): Remove warnings.
20996
20997 2002-10-01 Mike Stump <mrs@apple.com>
20998
20999 * ggc-common.c (ggc_splay_alloc): Actually return the allocated area.
21000 * gengtype.c (write_gc_structure_fields): Handle param[digit]_is.
21001
21002 2002-09-01 Geoffrey Keating <geoffk@redhat.com>
21003 Catherine Moore <clm@redhat.com>
21004
21005 * Makefile (c-pch.o): Update dependencies.
21006 (LIBCPP_OBJS): Add cpppch.o.
21007 (cpppch.o): New.
21008 * c-common.c (c_common_init): Don't call pch_init here.
21009 * c-common.h (c_common_read_pch): Update prototype.
21010 * c-lex.c (c_common_parse_file): Call pch_init here.
21011 * c-opts.c (COMMAND_LINE_OPTIONS): Add -Winvalid-pch, -fpch-deps.
21012 (c_common_decode_option): Handle them.
21013 * c-pch.c: Include c-pragma.h.
21014 (save_asm_offset): Delete.
21015 (pch_init): Move contents of save_asm_offset into here, call
21016 cpp_save_state.
21017 (c_common_write_pch): Call cpp_write_pch.
21018 (c_common_valid_pch): Warn only when -Winvalid-pch. Call
21019 cpp_valid_state.
21020 (c_common_read_pch): Add NAME parameter. Call cpp_read_state.
21021 * cppfiles.c (stack_include_file): Update for change to
21022 parameters of cb.read_pch.
21023 * cpphash.h (struct cpp_reader): Add `savedstate' field.
21024 * cpplib.h (struct cpp_options): Add `warn_invalid_pch' and
21025 `restore_pch_deps' fields.
21026 (struct cpp_callbacks): Add NAME parameter to `read_pch'.
21027 (cpp_save_state): Prototype.
21028 (cpp_write_pch): Prototype.
21029 (cpp_valid_state): Prototype.
21030 (cpp_read_state): Prototype.
21031 * cpppch.c: New file.
21032 * flags.h (version_flag): Remove prototype.
21033 * mkdeps.c (deps_save): New.
21034 (deps_restore): New.
21035 * mkdeps.h (deps_save): Prototype.
21036 (deps_restore): Prototype.
21037 * toplev.c (late_init_hook): Delete.
21038 (version_flag): Make static again.
21039 (compile_file): Don't call late_init_hook.
21040 * toplev.h (late_init_hook): Delete.
21041 * doc/cppopts.texi: Document -fpch-deps.
21042 * doc/invoke.texi (Warning Options): Document -Winvalid-pch.
21043
21044 2002-08-27 Geoffrey Keating <geoffk@redhat.com>
21045
21046 * c-pch.c (c_common_write_pch): Rename from c_write_pch, change
21047 callers.
21048 (c_common_valid_pch): Rename from c_valid_pch, change callers.
21049 (c_common_read_pch): Rename from c_read_pch, change callers.
21050
21051 * c-opts.c (COMMAND_LINE_OPTIONS): Allow -output-pch= to have
21052 a space between it and its argument.
21053
21054 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
21055
21056 * c-pch.c: New file.
21057 * toplev.h (late_init_hook): Declare.
21058 * toplev.c (late_init_hook): Define.
21059 (version_flag): Make globally visible.
21060 (compile_file): Call late_init_hook.
21061 (init_asm_output): Make output file seekable.
21062 * gcc.c (default_compilers): Update c-header rule.
21063 * flags.h (version_flag): Declare.
21064 * cpplib.h (struct cpp_callbacks): Add 'valid_pch' and 'read_pch'
21065 fields.
21066 * cppfiles.c (struct include_file): Add 'pch' field.
21067 (INCLUDE_PCH_P): New.
21068 (open_file_pch): New.
21069 (stack_include_file): Handle PCH files specially.
21070 (find_include_file): Call open_file_pch instead of open_file.
21071 (_cpp_read_file): Explain why open_file is used instead of
21072 open_file_pch.
21073 * c-opts.c (c_common_decode_option): Correct OPT__output_pch case.
21074 * c-objc-common.c (c_objc_common_finish_file): Call c_write_pch.
21075 * c-lex.c (init_c_lex): Set valid_pch and read_pch fields
21076 in cpplib callbacks.
21077 * c-common.c (pch_file): Correct comment.
21078 (allow_pch): Define.
21079 (c_common_init): Call pch_init.
21080 * c-common.h (allow_pch): Declare.
21081 (pch_init): Declare.
21082 (c_valid_pch): Declare.
21083 (c_read_pch): Declare.
21084 (c_write_pch): Declare.
21085 * Makefile.in (c-pch.o): New.
21086 (C_AND_OBJC_OBJS): Add c-pch.o.
21087 * doc/invoke.texi (Precompiled Headers): Add index entries,
21088 complete truncated paragraph.
21089
21090 2002-08-17 Geoffrey Keating <geoffk@redhat.com>
21091
21092 * c-common.c: (pch_file): Define.
21093 * c-common.h (pch_file): Declare.
21094 * c-opts.c (COMMAND_LINE_OPTIONS): Add --output-pch=.
21095 (missing_arg): Require --output-pch= to have an argument.
21096 (c_common_decode_option): Handle --output-pch=.
21097 * gcc.c: Document new %V.
21098 (default_compilers): Handle compiling C header files.
21099 (do_spec_1): Implement %V.
21100 (main): Handle "gcc foo.h" without trying to run linker.
21101 * doc/invoke.texi (Invoking GCC): Add new menu item for PCH.
21102 (Overall Options): Document what the driver does with header files,
21103 document new -x option possibilities.
21104 (Invoking G++): More documentation for PCH.
21105 (Precompiled Headers): New.
21106
21107 2002-08-09 Geoffrey Keating <geoffk@redhat.com>
21108
21109 * ggc.h: Don't include varray.h. Rearrange functions to be more
21110 organized.
21111 (ggc_add_root): Delete.
21112 (ggc_mark_rtx): Delete.
21113 (ggc_mark_tree): Delete.
21114 (struct ggc_statistics): Remove contents.
21115 * ggc-common.c: Remove unneeded includes.
21116 (struct ggc_root): Delete.
21117 (roots): Delete.
21118 (ggc_add_root): Delete.
21119 (ggc_mark_roots): Don't mark `roots'. Call ggc_mark_stringpool.
21120 (ggc_print_common_statistics): Remove most of the contents.
21121 * Makefile.in (GGC_H): No longer uses varray.h.
21122 (ggc-common.o): Update dependencies.
21123 (c-parse.o): Add varray.h to dependencies.
21124 (c-common.o): Add varray.h.
21125 * stringpool.c (mark_ident): Use mangled name for tree marker routine.
21126 (mark_ident_hash): Rename to ggc_mark_stringpool.
21127 (init_stringpool): Don't use ggc_add_root.
21128 * c-parse.in: Include varray.h.
21129 * c-common.c: Include varray.h.
21130 * objc/Make-lang.in (objc-act.o): Add varray.h.
21131 * objc/objc-act.c: Include varray.h.
21132
21133 2002-07-25 Geoffrey Keating <geoffk@redhat.com>
21134
21135 * dwarf2out.c (dw_cfi_oprnd2_desc): Fix ISO-only function definition.
21136 (dw_cfi_oprnd1_desc): Likewise.
21137
21138 2002-07-17 Geoffrey Keating <geoffk@redhat.com>
21139
21140 * config/alpha/alpha.c (struct alpha_links): Use gengtype to mark;
21141 move out of ifdef.
21142 (alpha_links): Use gengtype to mark; move out of ifdef.
21143 (mark_alpha_links_node): Delete.
21144 (mark_alpha_links): Delete.
21145 (alpha_need_linkage): Use GGC to allocate splay tree, struct
21146 alpha_links, strings. Don't use ggc_add_root.
21147 * ggc-common.c (ggc_splay_alloc): New.
21148 (ggc_splay_dont_free): New.
21149 * ggc.h (ggc_mark_rtx): Update for changed name mangling.
21150 (ggc_mark_tree): Likewise.
21151 (splay_tree_new_ggc): New.
21152 (ggc_splay_alloc): Declare.
21153 (ggc_splay_dont_free): Declare.
21154 * dwarf2asm.c: Include gt-dwarf2asm.h.
21155 (mark_indirect_pool_entry): Delete.
21156 (mark_indirect_pool): Delete.
21157 (indirect_pool): Use gengtype to mark.
21158 (dw2_force_const_mem): Don't use ggc_add_root.
21159 * Makefile.in (dwarf2asm.o): Depend on gt-dwarf2asm.h.
21160 (GTFILES): Add SPLAY_TREE_H, dwarf2asm.c.
21161 (gt-dwarf2asm.h): Depend on s-gtype.
21162
21163 2002-07-08 Geoffrey Keating <geoffk@redhat.com>
21164
21165 * tree.h (union tree_type_symtab): Mark `die' field.
21166 * Makefile.in (dwarf2out.o): Update dependencies.
21167 * dwarf2out.c: Use GGC to allocate all structures. Convert to htab_t
21168 hash tables.
21169 (dw_cfi_oprnd1_desc): New function.
21170 (dw_cfi_oprnd2_desc): New function.
21171 (indirect_string_alloc): Delete.
21172 (debug_str_do_hash): New function.
21173 (debug_str_eq): New function.
21174 (mark_limbo_die_list): Delete.
21175 (dwarf2out_init): Don't call ggc_add_root.
21176
21177 2003-01-09 Vladimir Makarov <vmakarov@redhat.com>
21178
21179 The following changes are merged from itanium-sched-branch:
21180
21181 2003-01-08 David Edelsohn <edelsohn@gnu.org>
21182
21183 * doc/md.texi: Clarify assignment of units to automata description.
21184
21185 2003-01-08 Vladimir Makarov <vmakarov@redhat.com>
21186
21187 * genautomata.c (unit_decl): Remove members
21188 `the_same_automaton_unit' and
21189 `the_same_automaton_message_reported_p'.
21190 (process_unit_to_form_the_same_automaton_unit_lists,
21191 form_the_same_automaton_unit_lists_from_regexp,
21192 form_the_same_automaton_unit_lists, the_same_automaton_lists):
21193 Remove them.
21194 (annotation_message_reported_p): New global variable.
21195 (check_unit_distribution_in_reserv,
21196 check_regexp_units_distribution): New functions.
21197 (check_unit_distributions_to_automata): Rewrite it.
21198
21199 2003-01-04 Vladimir Makarov <vmakarov@redhat.com>
21200
21201 * genautomata.c (form_the_same_automaton_unit_lists_from_regexp):
21202 Use continue instead of break if cycle is too big.
21203
21204 2002-12-20 Vladimir Makarov <vmakarov@redhat.com>
21205
21206 * genautomata.c (check_unit_distributions_to_automata): Output at
21207 most one message for a unit.
21208 (process_unit_to_form_the_same_automaton_unit_lists): Check
21209 automaton of units instead of units themself.
21210
21211 * doc/md.texi: Describe the constraint about assigning unit to
21212 automata.
21213
21214 2002-12-20 Jan Hubicka <jH@suse.cz>
21215 Vladimir Makarov <vmakarov@redhat.com>
21216
21217 * genautomata.c (unit_decl): Add new members `min_occ_cycle_num'
21218 and `in_set_p'.
21219 (gen_cpu_unit): Initialize the new members.
21220 (process_regexp_cycles): Calculate minimal finish cycle too. Set
21221 up `min_occ_cycle_num'.
21222 (evaluate_max_reserv_cycles): Change the function call.
21223 (CLEAR_BIT): New macro.
21224 (states_union, state_shift): Use the mask.
21225 (initiate_excl_sets, form_reserv_sets_list): Set up `in_set_p'.
21226 (form_reservs_matter): New function.
21227 (make_automaton): Call the function and use the mask.
21228 (estimate_one_automaton_bound): Take `min_occ_cycle_num' into
21229 account.
21230
21231 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21232
21233 * config/ia64/itanium2.md (lfetch): Change the insn reservation.
21234
21235 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21236
21237 * config/ia64/ia64.c (bundling): Try to insert 2 nops for M insn
21238 for Itanium.
21239
21240 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21241
21242 * config/ia64/ia64.c (ia64_override_options): Make itanium2 as
21243 default cpu.
21244
21245 2002-12-17 Vladimir Makarov <vmakarov@redhat.com>
21246 2002-10-31 Dale Johannesen <dalej@apple.com>
21247
21248 * haifa-sched.c (find_set_reg_weight): New function.
21249 (find_insn_reg_weight): Use the new function.
21250 (schedule_block): Do sorting ready queue always
21251 after insn issue.
21252
21253 2002-11-27 Vladimir Makarov <vmakarov@redhat.com>
21254
21255 * config/ia64/ia64.c (bundling): Use MFI template instead of MLX.
21256
21257 2002-11-19 Vladimir Makarov <vmakarov@redhat.com>
21258
21259 * haifa-sched.c (choice_entry): New structure.
21260 (choice_stack, cycle_issued_insns): New variables.
21261 (max_issue): Rewrite it.
21262 (choose_ready): Set up ready_try for unknown insns too.
21263 (schedule_block): Allocate and free choice_stack. Set up
21264 and modify cycle_issued_insns.
21265
21266 * config/ia64/ia64.c (issue_nops_and_insn): Combine insn issue
21267 with and without filling the bundle.
21268 (bundling): Combine calls of issue_nops_and_insn.
21269
21270 2002-10-17 Vladimir Makarov <vmakarov@redhat.com>
21271
21272 * config/ia64/itanium1.md: New file.
21273
21274 * config/ia64/itanium2.md: New file.
21275
21276 * config/ia64/ia64.md: Move DFA descriptions into the new files.
21277 Remove the old pipeline description.
21278
21279 * config/ia64/ia64.c (ia64_override_options): Add aliases of
21280 itanium processor names.
21281
21282 2002-10-16 Vladimir Makarov <vmakarov@redhat.com>
21283
21284 * config/ia64/ia64.c (bundling): Print states for Itanium2 too.
21285 (ia64_reorg): Set up queried unit codes for Itanium2 too.
21286
21287 * config/ia64/ia64.md: Add descriptions for Itanium2.
21288
21289 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
21290
21291 * config/ia64/ia64.h (processor_type): New enumeration.
21292 (ia64_tune, ia64_tune_string): New external declarations.
21293 (TARGET_OPTIONS): Add option `tune='.
21294
21295 * config/ia64/ia64.c (ia64_tune, ia64_tune_string): New global
21296 variables.
21297 (ia64_override_options): Set up `ia64_tune'.
21298 (ia64_sched_reorder2): Set up `clocks' only for Itanium.
21299 (ia64_dfa_new_cycle): Set up `add_cycles' only for Itanium.
21300 (bundling): Add nops for MM-insns only for Itanium.
21301 (ia64_reorg): Allocate and free `clocks' and `add_cycles' only for
21302 Itanium.
21303
21304 * config/ia64/ia64.md (cpu): New attribute.
21305 (DFA description): Enable it only for Itanium.
21306
21307 2002-10-08 Vladimir Makarov <vmakarov@redhat.com>
21308 Richard Henderson <rth@redhat.com>
21309
21310 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS): Rename it to
21311 MASK_EARLY_STOP_BITS.
21312 (TARGET_TUNE_STOP_BITS): Rename it to TARGET_EARLY_STOP_BITS.
21313 (TARGET_SWITCHES): Rename option `tune-stop-bits' to
21314 `early-stop-bits'.
21315
21316 * config/ia64/ia64.c (ia64_dfa_new_cycle,
21317 final_emit_insn_group_barriers): Use TARGET_EARLY_STOP_BITS
21318 instead of TARGET_TUNE_STOP_BITS.
21319
21320 * doc/invoke.texi: Rename option `-mtune-stop-bits' to
21321 `-mearly-stop-bits'.
21322
21323 * config/ia64/ia64.c (automata_option "v"): Comment it.
21324
21325 2002-10-07 Vladimir Makarov <vmakarov@redhat.com>
21326
21327 * config/ia64/ia64.h (MASK_TUNE_STOP_BITS, TARGET_TUNE_STOP_BITS):
21328 New macros.
21329 (TARGET_SWITCHES): Add entries for the new option.
21330
21331 * config/ia64/ia64.c (dfa_stop_insn, last_scheduled_insn, rtx
21332 dfa_pre_cycle_insn, ia64_nop): Don't make them as roots for GC.
21333 (stops_p, stop_before_p, clocks_length, clocks, add_cycles): New
21334 global variables.
21335 (ia64_sched_reorder2): Set up `clocks'.
21336 (ia64_variable_issue): Set up `stops_p' and reset `stop_before_p'.
21337 (ia64_dfa_new_cycle): Set up add_cycle. Permit sorting ready
21338 queue when TARGET_TUNE_STOP_BITS.
21339 (bundling): Insert additional nops for MM-insns.
21340 (final_emit_insn_group_barriers): Add insertion of stop bits
21341 according `stops_p'.
21342 (ia64_reorg): Initiate the new varibales.
21343
21344 * doc/invoke.texi: Add description of option `-mtune-stop-bits'.
21345
21346 2002-10-02 Vladimir Makarov <vmakarov@redhat.com>
21347
21348 * haifa-sched.c (schedule_block): Modify INSN_TICK of depended
21349 insns at the end of block insn scheduling.
21350
21351 2002-09-30 Vladimir Makarov <vmakarov@redhat.com>
21352
21353 * sched-deps.c (remove_dependence, group_leader): Remove it.
21354 (add_dependence): Add dependence to group leader to.
21355 (set_sched_group_p): Add dependence to the first insn of the
21356 schedule group too.
21357 (sched_analyze_insn): Make dependence to jump as anti-dependence.
21358 Change true dependence by anti-dependence when
21359 `reg_pending_barrier'.
21360
21361 * sched-rgn.c (init_ready_list, can_schedule_ready_p,
21362 add_branch_dependences): Ignore schedule groups.
21363
21364 * sched-ebb.c (init_ready_list): Ditto.
21365
21366 * (move_insn, set_priorities): Ditto.
21367
21368 * config/ia64/ia64.c (ia64_sched_init): Check that schedule group
21369 flag is clear after reload.
21370 (adjust_cost): Change cost only for output dependencies.
21371
21372 * config/ia64/ia64.md: Add more insns into bypass for MM-insns.
21373
21374 2002-09-26 Vladimir Makarov <vmakarov@redhat.com>
21375
21376 * Makefile.in (sched-ebb.o): Add `$(TARGET_H)' to the entry.
21377
21378 * target.h (gcc_target): Add member
21379 `dependencies_evaluation_hook'.
21380
21381 * target-def.h (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New
21382 macro.
21383 (TARGET_SCHED): Add initiatialization of the new member.
21384
21385 * sched-ebb.c: Include `target.h'.
21386 (schedule_ebb): Call `dependencies_evaluation_hook'.
21387
21388 * sched-rgn.c (schedule_region): Call
21389 `dependencies_evaluation_hook'.
21390
21391 * config/ia64/ia64.c (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21392 New macro.
21393 (ia64_dependencies_evaluation_hook): New function.
21394
21395 * doc/tm.texi (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK):
21396 Describe the new hook.
21397
21398 2002-09-25 Vladimir Makarov <vmakarov@redhat.com>
21399
21400 * target.h (gcc_target): Add members
21401 `first_cycle_multipass_dfa_lookahead_guard' and `dfa_new_cycle'.
21402
21403 * target-def.h (TARGET_SCHED_DFA_NEW_CYCLE,
21404 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD): New
21405 macros.
21406 (TARGET_SCHED): Add initiatialization of the new members.
21407
21408 * haifa-sched.c (schedule_insn): Update last_clock_var for the 1st
21409 insn scheduling too.
21410 (choose_ready): Use `first_cycle_multipass_dfa_lookahead_guard' to
21411 initialize `ready_try'.
21412 (schedule_block): Use `dfa_new_cycle'. Sort `ready' only unless
21413 `dfa_new_cycle' says not to do it.
21414
21415 * config/ia64/ia64.md: Add DFA Itanium 1 description for insn
21416 bundling.
21417
21418 * config/ia64/ia64.h (CPU_UNITS_QUERY): New macro.
21419
21420 * config/ia64/ia64.c: Include `hashtab.h'.
21421 (ia64_first_cycle_multipass_dfa_lookahead_guard,
21422 ia64_dfa_new_cycle, final_emit_insn_group_barriers,
21423 ia64_dfa_sched_reorder, get_free_bundle_state, free_bundle_state,
21424 initiate_bundle_states, finish_bundle_states, bundle_state_hash,
21425 bundle_state_eq_p, insert_bundle_state,
21426 initiate_bundle_state_table, finish_bundle_state_table,
21427 try_issue_nops, try_issue_insn, issue_nops_and_insn, get_max_pos,
21428 get_template, get_next_important_insn, bundling): New functions.
21429 (ia64_internal_sched_reorder): Remove it.
21430 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
21431 TARGET_SCHED_DFA_NEW_CYCLE): New macros.
21432 (ia64_safe_itanium_requires_unit0): Remove it.
21433 (group_barrier_needed_p): Place group barrier right before a real
21434 insn.
21435 (bundle, ia64_packet, NR_PACKETS, type_names, packets, packets):
21436 Remove them.
21437 (bundle_name): New variable.
21438 (_0mii_, _0mmi_, _0mfi_, _0mmf_, _0bbb_, _0mbb_, _0mib_, _0mmb_,
21439 _0mfb_, _0mlx_, _1mii_, _1mmi_, _1mfi_, _1mmf_, _1bbb_, _1mbb_,
21440 _1mib_, _1mmb_, _1mfb_, _1mlx_, pos_1, pos_2, pos_3, pos_4, pos_5,
21441 pos_6, dfa_stop_insn, last_scheduled_insn, dfa_state_size,
21442 temp_dfa_state, prev_cycle_state): New global variables.
21443 (insn_matches_slot, maybe_rotate, finish_last_head,
21444 rotate_one_bundle, rotate_one_bundles, nop_cycles_until,
21445 cycle_end_fill_slots, packet_matches_p, get_split, find_best_insn,
21446 find_best_packet, itanium_reorder, dump_current_packet,
21447 schedule_stop, gen_nop_type, ia64_emit_nops): Remove them.
21448 (sched_data, sched_ready, sched_types): Remove them.
21449 (ia64_sched_init): Initiate only `last_scheduled_insn' and call
21450 `init_insn_group_barriers'.
21451 (ia64_sched_reorder, ia64_sched_reorder2): Call
21452 ia64_dfa_sched_reorder.
21453 (ia64_variable_issue): Rewrite it.
21454 (bundle_state): New structure.
21455 (index_to_bundle_states, bundle_states_num,
21456 allocated_bundle_states_chain, free_bundle_state_chain): New
21457 global variables.
21458 (ia64_sched_finish): Add stop bits and call `bundling' after the
21459 2nd insn scheduling.
21460 (ia64_use_dfa_pipeline_interface): Return zero always.
21461 (ia64_first_cycle_multipass_dfa_lookahead): Return 6 for the 2nd
21462 insn scheduling.
21463 (ia64_init_dfa_pre_cycle_insn): Initialize `dfa_state_size',
21464 `temp_dfa_state', `prev_cycle_state', and `dfa_stop_insn'.
21465 (ia64_reorg): Add bundling insns.
21466
21467 * doc/tm.texi
21468 (TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD_GUARD,
21469 TARGET_SCHED_DFA_NEW_CYCLE): Describe the new hooks.
21470
21471 2002-09-23 Vladimir Makarov <vmakarov@redhat.com>
21472
21473 * config/ia64/ia64.md: Add Itanium1 DFA description.
21474 (itanium_class): Add `nop' and `pre_cycle'. Add
21475 define_function_unit for `nop'.
21476 (nop): Change attribute `itanium_class'.
21477 (pre_cycle): New define_insn.
21478
21479 * config/ia64/ia64-protos.h (bundling_p): New external variable.
21480 (ia64_st_address_bypass_p, ia64_ld_address_bypass_p,
21481 ia64_produce_address_p): New function prototypes.
21482
21483 * config/ia64/ia64.c (bundling_p): New global variable.
21484 (ia64_use_dfa_pipeline_interface,
21485 ia64_first_cycle_multipass_dfa_lookahead,
21486 ia64_init_dfa_pre_cycle_insn, ia64_dfa_pre_cycle_insn): New
21487 functions.
21488 (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
21489 TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
21490 TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
21491 TARGET_SCHED_DFA_PRE_CYCLE_INSN): New macros.
21492 (ia64_sched_init, ia64_sched_reorder, ia64_sched_reorder2,
21493 ia64_variable_issue, ia64_sched_finish): Do nothing before reload.
21494 (dfa_pre_cycle_insn): New variable.
21495
21496 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
21497
21498 * rtl.def (FINAL_PRESENCE_SET, FINAL_ABSENCE_SET): New
21499 constructions.
21500
21501 * genattrtab.h (gen_final_presence_set, gen_final_absence_set):
21502 New function prototypes.
21503
21504 * genattrtab.c (main): Process the new constructions.
21505
21506 * genautomata.c (gen_presence_absence_set,
21507 process_presence_absence_names, process_presence_absence_patterns,
21508 add_presence_absence, check_absence_pattern_sets): Add parameter
21509 `final_p'.
21510 (unit_decl): Add new members `final_presence_list' and
21511 `final_absence_list'.
21512 (unit_pattern_rel_decl): Add new member `final_p'.
21513 (gen_final_presence_set, gen_final_absence_set): New functions.
21514 (process_decls): Use member `final_p'.
21515 (temp_reserv): New global variable.
21516 (reserv_sets_are_intersected): Add processing `final_presence_set'
21517 and `final_absence_set'.
21518 (initiate_states): Allocate `temp_reserv'.
21519 (unit_final_presence_set_table, unit_final_absence_set_table): New
21520 gloabal variables.
21521 (initiate_presence_absence_pattern_sets): Initiate them.
21522 (NDFA_to_DFA): Fix typo.
21523 (output_description): Output `final_presence_set' and
21524 `final_absence_set'.
21525
21526 * doc/md.texi (final_presence_set, final_absence_set): Describe
21527 them.
21528
21529 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
21530
21531 * genautomata.c (transform_3): Process a missing case (nothing on
21532 unit place).
21533
21534 2002-09-20 Vladimir Makarov <vmakarov@redhat.com>
21535
21536 * rtl.def (DEFINE_QUERY_CPU_UNIT, AUTOMATA_OPTION): Change
21537 comments about queried units and the minimization.
21538
21539 * doc/md.texi: Ditto.
21540
21541 * genautomata.c (create_composed_state): Return nonzero if the new
21542 state has been created.
21543 (first_cycle_unit_presence): New function.
21544 (state_is_differed): Add new parameter. Use the new function.
21545 Take queried units into account.
21546 (partition_equiv_class): Pass additional parameter to
21547 `state_is_differed'.
21548 (merge_states): Process composed states too.
21549 (build_automaton, create_automata, output_min_issue_delay_table,
21550 output_tables, output_statistics): Output more information.
21551 (output_reserved_units_table): Use function
21552 `first_cycle_unit_presence'.
21553 (output_tables): Output table of queried units even if the
21554 minimization is switched on.
21555 (write_automata): Output code for querying units even if the
21556 minimization is switched on.
21557
21558 2002-09-19 Vladimir Makarov <vmakarov@redhat.com>
21559
21560 * rtl.def (PRESENCE_SET, ABSENCE_SET): Add comments about extended
21561 syntax of the constructions.
21562
21563 * doc/md.texi (PRESENCE_SET, ABSENCE_SET): Add description of
21564 extended syntax of the constructions.
21565
21566 * genautomata.c (unit_rel_decl): Rename it to
21567 `unit_pattern_rel_decl'.
21568 (pattern_set_el, pattern_reserv): New structures.
21569 (pattern_set_el_t, pattern_reserv_t): New types.
21570 (gen_presence_absence_set): New function.
21571 (process_presence_absence): Remove it.
21572 (process_presence_absence_names,
21573 process_presence_absence_patterns): New functions.
21574 (get_presence_absence_set): Remove it.
21575 (initiate_presence_absence_sets): Rename it on
21576 `initiate_presence_absence_pattern_sets'. Use new function
21577 `form_reserv_sets_list'.
21578 (form_reserv_sets_list, check_presence_pattern_sets,
21579 check_absence_pattern_sets, output_pattern_set_el_list): New
21580 functions.
21581 (unit_decl): Change types of members `presence_list' and
21582 `absence_list'.
21583 (unit_rel_decl): Rename member `names_num' to `all_names_num'.
21584 (decl): Change types of members `excl', `presence', and `absence'.
21585 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element
21586 at the end of the vector.
21587 (gen_cpu_unit, gen_query_cpu_unit, gen_bypass, gen_excl_set,
21588 gen_automaton, gen_regexp_repeat, gen_regexp_allof,
21589 gen_regexp_oneof, gen_regexp_sequence): Use boolean values.
21590 (gen_presence_set, gen_absence_set): Use new function
21591 `gen_presence_absence_set'.
21592 (add_presence_absence): Process `pattern_list' instead of
21593 `source_list'.
21594 (process_decls): USe new functions
21595 `process_presence_absence_names' and
21596 `process_presence_absence_patterns'.
21597 (reserv_sets_are_intersected): Use new function
21598 `check_presence_pattern_sets'.
21599 (presence_set, absence_set): Remove them.
21600 (unit_presence_set_table, unit_absence_set_table): New global
21601 variables.
21602 (output_description): Use new function
21603 `output_pattern_set_el_list'.
21604 (generate): Use `initiate_presence_absence_pattern_sets'.
21605
21606 2002-09-18 Vladimir Makarov <vmakarov@redhat.com>
21607
21608 * genattr.c (main): Add output of prototype of new interface
21609 function `dfa_clean_insn_cache'.
21610
21611 * genautomata.c (output_dfa_clean_insn_cache_func): New function.
21612 (DFA_CLEAN_INSN_CACHE_FUNC_NAME): New macro.
21613 (output_dfa_start_func): Use function `dfa_clean_insn_cache' in
21614 the generated code.
21615 (write_automata): Call the new function.
21616
21617 2003-01-09 Jan Hubicka <jh@suse.cz>
21618
21619 * i386.md (unit, prefix_0f, memory attributes): Hanlde sseicvt
21620 correctly.
21621
21622 2003-01-09 Paolo Carlini <pcarlini@unitus.it>
21623
21624 * doc/tm.texi (EXTRA_ADDRESS_CONSTRAINT): Fix typo.
21625
21626 2003-01-09 J"orn Rennecke <joern.rennecke@superh.com>
21627
21628 * defaults.h (EXTRA_MEMORY_CONSTRAINT): Add STR argument.
21629 (EXTRA_ADDRESS_CONSTRAINT): Likewise.
21630 (CONSTRAINT_LEN): Provide default definition.
21631 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
21632 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Likewise.
21633 (EXTRA_CONSTRAINT_STR): Likewise.
21634 (REG_CLASS_FROM_CONSTRAINT): Define.
21635 * genoutput.c (check_constraint_len, constraint_len): New functions.
21636 (validate_insn_alternatives): Check CONSTRAINT_LEN for each
21637 constraint / modifier.
21638 (gen_insn): Call check_constraint_len.
21639 * local-alloc.c (block_alloc): Update to use new macros / pass
21640 second argument to EXTRA_{MEMORY,ADDRESS}_CONSTRAINT.
21641 * ra-build.c (handle_asm_insn): Likewise.
21642 * recog.c (asm_operand_ok, preprocess_constraints): Likewise.
21643 (constrain_operands, peep2_find_free_register): Likewise.
21644 * regclass.c (record_operand_costs, record_reg_classes): Likewise.
21645 * regmove.c (find_matches): Likewise.
21646 * reload.c (push_secondary_reload, find_reloads): Likewise.
21647 (alternative_allows_memconst): Likewise.
21648 * reload1.c (maybe_fix_stack_asms): Likewise.
21649 (reload_cse_simplify_operands): Likewise.
21650 * stmt.c (parse_output_constraint, parse_input_constraint): Likewise.
21651 * doc/tm.texi (CONSTRAINT_LEN, REG_CLASS_FROM_CONSTRAINT): Document.
21652 (CONST_OK_FOR_CONSTRAINT_P): Likewise.
21653 (CONST_DOUBLE_OK_FOR_CONSTRAINT_P, EXTRA_CONSTRAINT_STR): Likewise.
21654 (EXTRA_MEMORY_CONSTRAINT, EXTRA_ADDRESS_CONSTRAINT): Add STR argument.
21655 * config/s390/s390.h (EXTRA_MEMORY_CONSTRAINT): Likewise.
21656
21657 * sh.h (OVERRIDE_OPTIONS): Allow first scheduling pass for SH5.
21658
21659 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
21660
21661 * config/h8300/h8300.md (*extzv_1_r_h8300): Correct the insn
21662 length.
21663 (*extzv_1_r_h8300hs): Likewise.
21664 (*extzv_1_r_inv_h8300): Likewise.
21665 (*extzv_1_r_inv_h8300hs): Likewise.
21666
21667 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
21668
21669 * config/h8300/h8300.h (PREDICATE_CODES): New.
21670
21671 2003-01-09 Kazu Hirata <kazu@cs.umass.edu>
21672
21673 * config/h8300/h8300.md (*addsi3_upper): New.
21674 (*iorsi3_shift): Likewise.
21675 (two splitters): Likewise.
21676 (*addsi3_shift): Likewise.
21677 (two splitters): Likewise.
21678
21679 2003-01-09 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
21680
21681 * Makefile.in (optabs.o): Add dependency on basic-block.h.
21682 * basic-block.h (control_flow_insn_p): Fuction was exported.
21683 * cfgbuild.c (control_flow_insn_p): Fuction was made non-static.
21684 * optabs.c (emit_libcall_block): Emit REG_LIBCALL and REG_RETVAL
21685 notes only when the region is contained in a single basic block.
21686
21687 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
21688
21689 PR inline-asm/8832
21690 * tree.h (expand_asm): New prototype.
21691 * stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
21692 to do so.
21693 * c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
21694 down to expand_asm.
21695 * c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
21696 * rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
21697 (volatile_refs_p) [ASM_INPUT]: Likewise.
21698 (side_effects_p) [ASM_INPUT]: Likewise.
21699
21700 2003-01-09 Jan Hubicka <jh@suse.cz>
21701
21702 * i386.md (*mul*): FIx constraints; remove confused comment; fix
21703 athlon_decode attributes
21704 (imul/k8 optimization peep2s): New.
21705
21706 * athlon.md (athlon_ssecmp*): Handle ssecomi as well.
21707 * i386.md (type attribute): Add ssecomi.
21708 (unit, memory, prefix attributes): Handle ssecomi.
21709 (cvt?2? patterns): Fix athlon_decode attribute
21710 (comi patterns): Set attribute to ssecomi.
21711
21712 PR target/8343
21713 * m68k.md (umulsidi, mulsidi expanders): Use register operand.
21714
21715 2003-01-09 Richard Sandiford <rsandifo@redhat.com>
21716
21717 * config/mips/mips.h (PREDICATE_CODES): Add ADDRESSOF for predicates
21718 that match register_operands.
21719 * config/mips/mips.c (reg_or_0_operand, true_reg_or_0_operand): Make
21720 register_operand the default case.
21721
21722 2003-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
21723
21724 PR c/8032
21725 * c-typeck.c (process_init_element) [RECORD_TYPE]: For
21726 an empty element, do not advance the pointer to unfilled
21727 fields if there are pending initializers.
21728
21729 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
21730
21731 * Makefile.in (ORDINARY_FLAGS_TO_PASS): Also pass DESTDIR.
21732 (install-gcc-tooldir, install-cpp, installdirs,
21733 install-common, install-driver, install-info, install-man,
21734 install-headers, install-include-dir, install-headers-tar,
21735 install-headers-cpio, install-headers-cp, install-mkheaders,
21736 install-collect2, uninstall): Prepend $(DESTDIR) to
21737 destination paths in all (un)installation commands.
21738 (install-driver): Rewrite $(LN) commands to support DESTDIR
21739 with "ln" as well as with "ln -s".
21740 (installdirs): Simply use mkinstalldirs.
21741 (install-libgcc, install-multilib): Also pass DESTDIR.
21742 * mklibgcc.in: Prepend $(DESTDIR) to $(libsubdir) in the
21743 installation destination variable ldir.
21744 * config/alpha/t-osf4, config/arm/t-netbsd,
21745 config/ia64/t-hpux, config/mips/t-iris5-6,
21746 config/pa/t-hpux-shlib, config/rs6000/t-aix43,
21747 config/rs6000/t-aix52, config/t-slibgcc-elf-ver,
21748 config/t-slibgcc-sld: Prepend $$(DESTDIR) to $$(slibdir)
21749 in the definition of SHLIB_INSTALL.
21750 * config/arc/t-arc (install-multilib-arc): Prepend $(DESTDIR) to
21751 $(libsubdir) in the installation commands.
21752
21753 2003-01-08 Kaz Kojima <kkojima@gcc.gnu.org>
21754
21755 * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
21756 non-optimizing compile.
21757 (ASM_OUTPUT_ADDR_VEC_ELT): Use .long for a non-optimizing
21758 compile.
21759
21760 2003-01-08 Douglas B Rupp <rupp@gnat.com>
21761
21762 * config/i386/i386.c (ix86_attribute_table): Add new attributes
21763 ms_struct and gcc_struct.
21764 (ix86_handle_struct_attribute): New function.
21765 (ix86_ms_bitfield_layout_p): Update to take new attributes
21766 into account.
21767 * doc/extend.texi: Document new attributes.
21768 * testsuite/gcc.dg/bf-ms-attrib.c: New test.
21769
21770 2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
21771
21772 PR optimization/8750
21773 * config/i386/i386.c (ix86_expand_prologue): Don't allow
21774 scheduling pass to move insns across __alloca call.
21775
21776 2003-01-08 Dale Johannesen <dalej@apple.com>
21777
21778 * config/rs6000/rs6000.md: Replace *store_multiple_string
21779 with *stmsi[3-8].
21780
21781 2003-01-08 Jeff Sturm <jsturm@one-point.com>
21782
21783 PR target/9210
21784 * config/rs6000/rs6000.c (rs6000_elf_encode_section_info):
21785 Set SYMBOL_REF_FLAG on local data sym_ref.
21786
21787 2003-01-08 Dale Johannesen <dalej@apple.com>
21788
21789 * function.c (assign_parms): Don't set pretend_args_size if
21790 REG_PARM_STACK_SPACE.
21791 config/rs6000/rs6000.c (setup_incoming_varargs): Don't set
21792 pretend_args_size.
21793
21794 2003-01-08 Nathanael Nerode <neroden@gcc.gnu.org>
21795
21796 * gcc.hlp: Delete.
21797
21798 2003-01-09 Jan Hubicka <jh@suse.cz>
21799
21800 * i386.c (ix86_expand_int_addcc): Fix thinko.
21801
21802 2003-01-08 David Edelsohn <edelsohn@gnu.org>
21803
21804 * config/rs6000/rs6000.h (FUNCTION_MODE): Always use SImode.
21805 * config/rs6000/rs6000.c (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Redefine
21806 as hook_bool_tree_hwi_hwi_tree_true.
21807 (rs6000_emit_allocate_stack): Use TARGET_32BIT.
21808 (rs6000_emit_epilogue): Same.
21809 (rs6000_output_mi_thunk): Re-implement as RTL.
21810 * config/rs6000/xcoff.h (ASM_DECLARE_FUNCTION_NAME): Call
21811 xcoffout_declare_function if any debugging enabled.
21812
21813 2003-01-08 Chris Demetriou <cgd@broadcom.com>
21814
21815 * config.gcc (mipsisa32r2-*-elf*, mipsisa32r2el-*-elf*): New
21816 targets, to support MIPS32 Release 2 (MIPS32R2) configurations.
21817 * config/mips/mips.h (enum processor_type): Rename
21818 PROCESSOR_R4KC to PROCESSOR_4KC, PROCESSOR_R5KC to
21819 PROCESSOR_5KC, and PROCESSOR_R20KC to PROCESSOR_20KC.
21820 Add PROCESSOR_M4K.
21821 (TARGET_MIPS4KC, TARGET_MIPS5KC): Update for the renaming.
21822 (ISA_MIPS32R2): New define.
21823 (GENERATE_MULT3_SI, ISA_HAS_CONDMOVE, ISA_HAS_8CC)
21824 (ISA_HAS_MADD_MSUB, ISA_HAS_CLZ_CLO)
21825 (ISA_HAS_PREFETCH): Add support for MIPS32R2.
21826 (MIPS_ISA_DEFAULT): Likewise. Also, fix indentation.
21827 (TARGET_CPU_CPP_BUILTINS): Add support for MIPS32R2. Add new
21828 predefine __mips_isa_rev for MIPS32, MIPS32R2, and MIPS64.
21829 (ISA_HAS_ROTR_SI): Add support for MIPS32R2, and avoid if
21830 compiling MIPS16 code.
21831 (ISA_HAS_ROTR_DI): Do not use if compiling MIPS16 code, and fix
21832 comment.
21833 (ISA_HAS_SEB_SEH): New define.
21834 (ASM_SPEC, LINK_SPEC): Pass -mips32r2 to assembler and linker.
21835 * config/mips/mips.c (mips_cpu_info_table): Adjust for enum
21836 processor_type value renaming. Add support for MIPS32R2.
21837 Clean up comments, and move "sb1" entry with other MIPS64 CPU
21838 entries.
21839 (override_options): Reimplement -mipsN option handling so that
21840 it will work correctly for -mips32r2. Avoid branch-likely
21841 instructions on MIPS32R2.
21842 * config/mips/mips.md (mulsi3_mult3): Add support for MIPS32R2.
21843 (extendhisi2): Use extendhisi2_hw if ISA_HAS_SEB_SEH.
21844 (extendqisi2): Use extendqisi2_hw if ISA_HAS_SEB_SEH.
21845 (extendhisi2_hw, extendqisi2_hw): New.
21846 * config/mips/netbsd.h (TARGET_CPU_CPP_BUILTINS): Add support
21847 for MIPS32R2. Add new predefine __mips_isa_rev for MIPS32,
21848 MIPS32R2, and MIPS64.
21849 (LINK_SPEC): Pass -mips32r2 to linker.
21850 * config/mips/t-isa3264: Built -mips32r2 multilibs.
21851 * doc/invoke.texi (MIPS Options): Add -mips32r2, add support
21852 for mips32r2 in the -march description. Alphabetically sort
21853 CPU names in the -march description. Add long-missed -mips32
21854 and -mips64 to MIPS option summary.
21855
21856 * config.gcc: Update copyright years to include 2003.
21857 * config/mips/mips.c: Likewise.
21858 * config/mips/mips.h: Likewise.
21859 * config/mips/mips.md: Likewise.
21860 * config/mips/netbsd.h: Likewise.
21861 * doc/invoke.texi: Likewise.
21862
21863 2003-01-08 Andreas Schwab <schwab@suse.de>
21864
21865 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): Fix spelling of cache
21866 variable.
21867 * configure: Regenerated.
21868
21869 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
21870
21871 * config/h8300/h8300.c (output_logical_op): Replace byte/word
21872 extraction of det with b0, b1, w0, w2, etc.
21873 (compute_logical_op_length): Likewise.
21874 (compute_logical_op_cc): Likewise.
21875
21876 2003-01-08 Kazu Hirata <kazu@cs.umass.edu>
21877
21878 * config/h8300/h8300.h (CONSTANT_ADDRESS_P): Allow CONST and
21879 HIGH on all variants.
21880
21881 2003-01-08 Josef Zlomek <zlomj9am@artax.karlin.mff.cuni.cz>
21882
21883 * Makefile.in (PARTITION_H): New.
21884 (BASIC_BLOCK_H): Added hard-reg-set.h and $(PARTITION_H).
21885 * basic-block.h: Include hard-reg-set.h.
21886
21887 2003-01-08 Richard Earnshaw <rearnsha@arm.com>
21888
21889 * arm.h (ENABLE_XF_PATTERNS): Delete.
21890 * arm.md (addxf3, subxf3, mulxf3, divxf3, modxf3, negxf2, absxf2)
21891 (sqrtxf2, floatsixf2, fix_truncxfsi2, truncxfsf2, truncxfdf2)
21892 (extendsfxf2, extenddfxf2, movxf, cmpxf, cmpxf_insn)
21893 (cmpxf_trap): Delete.
21894 (movxf_hard_insn): Remove test of ENABLE_XF_PATTERNS.
21895
21896 2003-01-08 Jan Hubicka <jh@suse.cz>
21897
21898 * i386.md (adddi3_carry_rex64, subdi3_carry_rex64): Name pattern.
21899 (addhi3_carry, addqi3_carry, subhi3_carry, subqi3_carry): New patterns.
21900 (add??cc): New expanders.
21901 * i386.c (expand_int_addcc): New function.
21902 * i386-protos.h (expand_int_addcc): Declare.
21903
21904 * alias.c (memory_modified_1): New static function.
21905 (memory_modified): New static varaible.
21906 (memory_modified_in_insn_p): New global function.
21907 * rtl.h (memory_modified_in_insn_p): Declare.
21908 * rtlanal.c (modified_between_p, modified_in_p): Be smart about memory
21909 references.
21910
21911 * expr.h (emit_conditional_add): Declare.
21912
21913 2003-01-07 Janis Johnson <janis187@us.ibm.com>
21914
21915 PR other/8947
21916 * doc/invoke.texi (-malign-double): Explain that the option breaks
21917 binary compatibility.
21918
21919 2003-01-08 Andreas Schwab <schwab@suse.de>
21920
21921 * config.gcc (m68k-*-linux*): Don't set extra_parts and gnu_ld,
21922 should come from the generic *-*-linux* entry.
21923
21924 2003-01-07 Jan Hubicka <jh@suse.cz>
21925
21926 * cselib.c (cselib_current_insn_in_libcall): New static variable.
21927 (new_elt_loc_list, cselib_process_insn, cselib_init): Keep track on whether
21928 we are inside libcall.
21929 * cselib.h (elt_loc_list): Add in_libcall.
21930 * gcse.c (do_local_cprop): Do not copy propagate using insns
21931 in libcalls.
21932
21933 2003-01-07 David Edelsohn <edelsohn@gnu.org>
21934
21935 * doc/tm.texi (TARGET_SCHED_VARIABLE_ISSUE): CLOBBER and USE do
21936 not normally affect to issue rate.
21937
21938 2003-01-07 Jan Hubicka <jh@suse.cz>
21939
21940 * genopinit.c (optabs): Add addc_optab.
21941 * ifcvt.c (noce_try_store_flag): Rename to ...
21942 (noce_try_addcc): ... this one; handle generic conditional increment.
21943 (noce_process_if_block): Update noce_try_addcc call.
21944 * optabs.c (emit_conditional_add): New.
21945 (init_obtabs): Initialize addc_optab.
21946 * optabs.h (optab_index): Add OTI_addcc.
21947 (addcc_optab): New macro.
21948 * md.texi: Document addMcc
21949
21950 PR target/8322
21951 * i386.c (ix86_init_mmx_sse_builtins): Constify arguments of loads.
21952 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
21953 * xmmintrin.h (_mm_load*_si128. _mm_store*_si128): Add casts.
21954
21955 * reload1.c (delete_output_reload): Avoid repeated attempts
21956 to delete insn.
21957
21958 2003-01-07 Andreas Schwab <schwab@suse.de>
21959
21960 * configure.in: Restore CFLAGS before gcc_AC_INITFINI_ARRAY.
21961 Move --enable-initfini-array check ...
21962 * aclocal.m4 (gcc_AC_INITFINI_ARRAY): ... here. Define
21963 HAVE_INITFINI_ARRAY also when --enable-initfini-array is given.
21964 Don't AC_SUBST gcc_cv_initfinit_array. Use AC_TRY_RUN.
21965 * configure: Rebuild.
21966
21967 2003-01-07 Richard Henderson <rth@redhat.com>
21968
21969 * alias.c (find_base_value): Only use new_reg_base_value shortcut
21970 if the register is set once.
21971
21972 2003-01-07 Sylvain Pion <Sylvain.Pion@mpi-sb.mpg.de>
21973
21974 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
21975 __builtin_ia32_ldmxcsr and __builtin_ia32_stmxcsr are SSE, not MXX.
21976 * config/i386/i386.md (ldmxcsr, stmxcsr): SSE, not MMX.
21977
21978 2003-01-07 Benjamin Kosnik <bkoz@redhat.com>
21979 Sunil Davasam <sunil.k.davasam@intel.com>
21980
21981 PR libstdc++/9076
21982 * unwind-dw2.c (execute_cfa_program): DW_CFA_undefined,
21983 DW_CFA_same_value, read next and ignore.
21984
21985 2003-01-07 Richard Henderson <rth@redhat.com>
21986
21987 * cfganal.c (flow_call_edges_add): Don't crash on noreturn call.
21988
21989 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
21990
21991 * cfg.c: Include alloc-pool.h
21992 (edge_pool): New pool.
21993 (bb_pool): New pool.
21994 (first_deleted_edge): Remove.
21995 (first_deleted_block): Remove.
21996 (init_flow): Alloc/free the pools.
21997 (free_edge): Use pools.
21998 (alloc_block): Ditto.
21999 (expunge_block): Ditto.
22000 (cached_make_edge): Ditto.
22001
22002 * Makefile.in (cfg.o): Add alloc-pool.h dependency.
22003
22004 2003-01-07 Daniel Berlin <dberlin@dberlin.org>
22005
22006 * et-forest.c: Include alloc-pool.h.
22007 (struct et_forest): Add node_pool and occur_pool.
22008 (et_forest_create): Create the new pools.
22009 (et_forest_delete): Delete them.
22010 (et_forest_add_node): Allocate and free using pools.
22011 (et_forest_add_edge): Ditto.
22012 (et_forest_remove_node): Ditto.
22013 (et_forest_remove_edge): Ditto.
22014
22015 * Makefile.in (et-forest.o): Add alloc-pool.h dependency.
22016
22017 2003-01-07 Kazu Hirata <kazu@cs.umass.edu>
22018
22019 * config/h8300/h8300.c (output_logical_op): Simplify and
22020 optimize the handling of SImode.
22021 * config/h8300/h8300.c (compute_logical_op_length): Update
22022 accordingly.
22023 * config/h8300/h8300.c (compute_logical_op_cc): Likewise.
22024
22025 2003-01-07 Richard Sandiford <rsandifo@redhat.com>
22026
22027 * config/mips/mips.c (mips_va_arg): In the EABI code, apply the
22028 big-endian correction to indirect arguments too.
22029
22030 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
22031
22032 Segher Boessenkool <segher@koffie.nl>
22033
22034 * config/rs6000/rs6000.c (rs6000_reg_names): Add missing registers.
22035 (alt_reg_names): Ditto, fix formatting.
22036 * config/rs6000/rs6000.h (DEBUG_REGISTER_NAMES): Fix formatting.
22037
22038 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22039
22040 * config/h8300/h8300.c (final_prescan_insn): Constify uid.
22041 (output_logical_op): Constify intval and det.
22042 (compute_logical_length): Likewise.
22043 (compute_logical_cc): Likewise.
22044 (output_a_shift): Constify mask.
22045 (h8300_encode_label): Constify len.
22046
22047 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22048
22049 * config/h8300/h8300.c (h8300_expand_prologue): Remove fsize.
22050 (h8300_expand_epilogue): Likewise.
22051
22052 2003-01-06 Aldy Hernandez <aldyh@redhat.com>
22053
22054 Segher Boessenkool <segher@koffie.nl>
22055
22056 * config/rs6000/altivec.md: Remove spaces from assembler
22057 instruction argument lists.
22058
22059 2003-01-07 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
22060
22061 * config/c4x/c4x.c (c4x_naked_function_p): Rename from
22062 c4x_assembler_function_p.
22063 (c4x_null_epilogue_p): Complement return value, all uses updated.
22064 (c4x_insert_attributes): Add naked.
22065 * config/c4x/c4x.md (c4x_null_epilogue_p): Changes uses.
22066 * doc/extend.texi: Update C4x function attributes.
22067
22068 2003-01-06 Richard Henderson <rth@redhat.com>
22069
22070 * config/alpha/alpha.c (alpha_encode_section_info): Adjust symbol_str
22071 properly when changing "local-ness".
22072 * config/alpha/alpha.md (movdi_er_high_g): Allow all symbols.
22073
22074 2003-01-06 Dale Johannesen <dalej@apple.com>
22075
22076 * config/darwin-protos.h: Add prototypes for new section functions.
22077
22078 2003-01-06 Chris Demetriou <cgd@broadcom.com>
22079
22080 * config.gcc (mipsisa32-*-elf*, mipsisa32el-*-elf*): Default ABI
22081 to EABI.
22082
22083 2003-01-06 Zack Weinberg <zack@codesourcery.com>
22084
22085 * hwint.h: If the current compiler has no 64-bit type at all,
22086 make HOST_WIDEST_INT 32 bits.
22087
22088 2003-01-06 Eric Christopher <echristo@redhat.com>
22089
22090 * config/mips/mips.md (movdf_internal2): Fix constraints.
22091
22092 2003-01-06 Kazu Hirata <kazu@cs.umass.edu>
22093
22094 * config/h8300/h8300.md (*twoshifts_l16_r1): New.
22095
22096 2003-01-06 Richard Sandiford <rsandifo@redhat.com>
22097
22098 * config/mips/mips.md (leadi): Use dla rather than la.
22099
22100 2003-01-06 Svein E. Seldal <Svein.Seldal@solidas.com>
22101
22102 * config/c4x/c4x.h: Updated specs for new gas format. Fixed bug
22103 in C33_FLAG. Added proper C33 support in ASM_FILE_START macro.
22104
22105 2003-01-06 Herman A.J. ten Brugge <hermantenbrugge@home.nl>
22106
22107 * config/c4x/c4x.h: Remove hwint.h include and HOST_WIDE_INT_PRINT_HEX
22108 redefinition.
22109
22110 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
22111
22112 * config/h8300/h8300.md (*extzv_8_23): New.
22113
22114 2003-01-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
22115
22116 * pa64-hpux.h (JCR_SECTION_NAME): Define.
22117 (PA_INIT_FRAME_DUMMY_ASM_OP): Check EH_FRAME_SECTION_NAME instead of
22118 USE_EH_FRAME_REGISTRY when defining.
22119
22120 2003-01-05 Kazu Hirata <kazu@cs.umass.edu>
22121
22122 * config/h8300/h8300.c (output_a_shift): Do not output a
22123 variable shift.
22124 * config/h8300/h8300.md (two splitters): New.
22125
22126 2003-01-05 Richard Sandiford <rsandifo@redhat.com>
22127
22128 * config/mips/mips.md: Disable the movstrsi define_split.
22129
22130 2003-01-05 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22131
22132 * alloc-pool.c: Don't include "libiberty.h".
22133 * config/sparc/gmon-sol2.c: Include <fcntl.h>.
22134 * convert.c (convert_to_real): Hide unused variable.
22135
22136 2003-01-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
22137
22138 * Makefile.in (gtyp-gen.h): Const-ify.
22139 * gcov-dump.c (tag_table): Likewise.
22140
22141 2003-01-04 Bruce Korb <bkorb@gnu.org>
22142
22143 * fixinc/fixfixes.c(wrap_fix): the wrapper guard must be a function
22144 of *both* the file name and the fix name.
22145
22146 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
22147
22148 * config.gcc (hppa*64*-*-hpux11*): Define extra_parts. Don't use
22149 collect2.
22150 * pa-hpux11.h (LDD_SUFFIX, PARSE_LDD_OUTPUT): Undefine.
22151 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Define.
22152 * pa64-hpux.h (HP_INIT_ARRAY_SECTION_ASM_OP,
22153 GNU_INIT_ARRAY_SECTION_ASM_OP, HP_FINI_ARRAY_SECTION_ASM_OP,
22154 GNU_FINI_ARRAY_SECTION_ASM_OP): Define.
22155 (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Define when not using
22156 elfos.h.
22157 (EH_FRAME_IN_DATA_SECTION): Delete define.
22158 (HAS_INIT_SECTION, LD_INIT_SWITCH, LD_FINI_SWITCH): Undefine.
22159 (STARTFILE_SPEC): Use crtbegin.o.
22160 (ENDFILE_SPEC): Use crtend.o.
22161 (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION,
22162 SUPPORTS_INIT_PRIORITY, PA_CXA_FINALIZE_STUB, PA_INIT_FINI_HACK,
22163 PA_INIT_FRAME_DUMMY_ASM_OP, PA_JV_REGISTERCLASSES_STUB,
22164 DTOR_LIST_BEGIN): Define.
22165 * pa.c (TARGET_ASM_CONSTRUCTOR): Define.
22166 (pa_asm_out_constructor, pa_asm_out_destructor): New functions.
22167 * som.h (SUPPORTS_INIT_PRIORITY): Delete define.
22168
22169 2002-12-31 Larin Hennessy <larin@science.oregonstate.edu>
22170
22171 * fixinc/fixinc.svr4: Remove references to i860, Sony NewsOS, and spur.
22172 * fixinc/inclhack.def: Remove tests for Apple A/UX, ARM/RISCiX, DG/UX,
22173 m88k-*-sysv3*, Sony NewsOS. Remove references to i860.
22174 Cleanup handling of replacement text.
22175 * fixinc/mkfixinc.sh: Remove reference to i?86-*-osf1*
22176
22177 2003-01-04 Bruce Korb <bkorb@gnu.org>
22178
22179 * fixinc/tests/base/math.h: removed obsolete results
22180 * fixinc/tests/base/stdlib.h: ditto
22181 * fixinc/tests/base/sys/param.h: ditto
22182 * fixinc/tests/base/sys/stat.h: ditto
22183 * fixinc/tests/base/time.h: ditto
22184 * fixinc/tests/base/X11/Intrinsic.h: removed obsolete file
22185 * fixinc/tests/base/sys/byteorder.h: ditto
22186 * fixinc/inclhack.def: Remove superfluous backslashes
22187
22188 2003-01-04 Kazu Hirata <kazu@cs.umass.edu>
22189
22190 * config/h8300/h8300-protos.h: Add prototypes for
22191 the new functions defined below.
22192 * config/h8300/h8300.c (TARGET_ASM_FUNCTION_PROLOGUE): Do not
22193 define.
22194 (dosize): Emit RTL instead of assembly code.
22195 (push): Likewise.
22196 (pop): Likewise.
22197 (h8300_output_function_prologue): Remove.
22198 (h8300_expand_prologue): New.
22199 (h8300_expand_epilogue): New.
22200 (h8300_output_function_epilogue): Do only the reset of
22201 pragma_saveall.
22202 * config/h8300/h8300.md (push_h8300): New.
22203 (push_h8300hs): Likewise.
22204 (pop_h8300): Likewise.
22205 (pop_h8300hs): Likewise.
22206 (*stm_h8300s_2): Change the name to stm_h8300s_2.
22207 (*stm_h8300s_3): Change the name to stm_h8300s_3.
22208 (*stm_h8300s_4): Change the name to stm_h8300s_4.
22209 (*ldm_h8300s_2): New.
22210 (*ldm_h8300s_3): Likewise.
22211 (*ldm_h8300s_4): Likewise.
22212 (return): Likewise.
22213 (*return_1): Likewise.
22214 (prologue): Likewise.
22215 (epilogue): Likewise.
22216 (monitor_prologue): Likewise.
22217
22218 2003-01-03 Dale Johannesen <dalej@apple.com>
22219
22220 * config/darwin.h: (EXTRA_SECTIONS): Add machopic_symbol_stub1,
22221 machopic_picsymbol_stub1.
22222 (EXTRA_SECTION_FUNCTIONS): Ditto.
22223 * rs6000/rs6000.c: Update copyright.
22224 (machopic_output_stub): Use them. Remove an insn from stub code.
22225
22226 2003-01-02 Jason Merrill <jason@redhat.com>
22227
22228 * fold-const.c (fold) [COND_EXPR]: Avoid NOP_EXPRs better.
22229
22230 * integrate.c (copy_decl_for_inlining): Don't clear the rtl for
22231 static/external decls.
22232
22233 * c-common.c (finish_fname_decls): Put the DECL_STMTs inside the
22234 outermost scope.
22235 * c-decl.c (c_make_fname_decl): Push the decls there, too.
22236
22237 2003-01-03 Kazu Hirata <kazu@cs.umass.edu>
22238
22239 * config/h8300/h8300-protos.h: Add a prototype for
22240 h8300_current_function_interrupt_function_p.
22241 * config/h8300/h8300.c (interrupt_handler): Remove.
22242 (os_task): Likewise.
22243 (monitor): Likewise.
22244 (pragma_interrupt): New.
22245 (WORD_REG_USED): Use
22246 h8300_current_function_interrupt_function_p.
22247 (dosize): Likewise.
22248 (h8300_output_function_prologue): Likewise.
22249 Do not set interrupt_handler, os_task, monitor.
22250 (h8300_output_function_prologue): Use
22251 h8300_current_function_interrupt_function_p.
22252 Do not set interrupt_handler, os_task, monitor.
22253 (h8300_current_function_interrupt_function_p): New.
22254 (h8300_pr_interrupt): Set pragma_interrupt.
22255 (h8300_insert_attributes): Reset pragma_interrupt.
22256
22257 2003-01-03 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
22258
22259 * doc/install.texi (Configuration): Fix markup for reference to
22260 gcc/config.gcc.
22261
22262 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
22263
22264 * config/h8300/h8300.md (*iorhi3_zext): Relax the condition.
22265 (*iorhi3_two_qi): Likewise.
22266 (*iorsi3_zexthi): Likewise.
22267 (*xorhi3_zextqi): Likewise.
22268 (*xorsi3_zexthi): Likewise.
22269 (*xorsi3_zextqi): Likewise.
22270
22271 2003-01-02 Kazu Hirata <kazu@cs.umass.edu>
22272
22273 * config/h8300/h8300.c (stack_pointer_operand): New.
22274 (const_int_gt_2_operand): Likewise.
22275 (const_int_ge_8_operand): Likewise.
22276 * config/h8300/h8300.md (a splitter): Likewise.
22277 (a peephole2): Likewise.
22278 * config/h8300/h8300-protos.h: Add prototypes for the new
22279 functions above.
22280
22281 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
22282
22283 * objc/Make-lang.in, objc/config-lang.in, objc/lang-specs.h,
22284 objc/objc-act.h: Fix copyright years.
22285
22286 2003-01-02 Steven Bosscher <s.bosscher@student.tudelft.nl>
22287
22288 * doc/passes.texi: Fix documentation for -fssa-ccp
22289
22290 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
22291
22292 * gccbug.in: Update for new categories.
22293
22294 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22295
22296 * config/h8300/h8300.md: Reorder some patterns.
22297
22298 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22299
22300 * config/h8300/h8300.c (output_logical_op): Fix a warning.
22301
22302 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22303
22304 * config/darwin-protos.h, config/c4x/c4x-protos.h,
22305 config/cris/cris-protos.h, config/i370/i370-protos.h,
22306 config/i960/i960-protos.h, config/ia64/ia64-protos.h,
22307 config/v850/v850-protos.h: Use struct, and don't conditionally
22308 compile on GCC_C_PRAGMA_H.
22309
22310 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22311
22312 * config/arm/arm-protos.h: Remove #ifdef GCC_C_PRAGMA_H.
22313 * config/h8300/h8300-protos.h: Likewise.
22314 * config/sh/sh-protos.h: Likewise.
22315
22316 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22317
22318 * config/arm/arm-protos.h: Use struct cpp_reader instead of
22319 cpp_reader.
22320 * config/h8300/h8300-protos.h: Likewise.
22321 * config/sh/sh-protos.h: Likewise.
22322
22323 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22324
22325 * config/arm/arm.c (arm_pr_long_calls, arm_pr_no_long_calls,
22326 arm_pr_long_calls_off): Use struct.
22327 * config/h8300/h8300.c (h8300_pr-interrupt, h8300_pr_saveall)
22328 : Similarly.
22329 Don't include cpplib.h.
22330 * config/sh/sh.c (sh_pr_interrupt, sh_pr_trapa,
22331 sh_pr_nosave_low_regs): Similarly.
22332
22333 2003-01-01 Kazu Hirata <kazu@cs.umass.edu>
22334
22335 * config/h8300/h8300.c: Include cpplib.h.
22336
22337 2003-01-01 Steven Bosscher <s.bosscher@student.tudelft.nl>
22338
22339 * objc/Make-lang.in, objc/config-lang.in, objc/lang-options.h,
22340 objc/lang-specs.h, objc/objc-act.c, objc/objc-act.h,
22341 objc/objc-lang.c, objc/objc-tree.def: Replace "GNU CC" with
22342 "GCC" in the copyright header.
22343
22344 2003-01-01 Neil Booth <neil@daikokuya.co.uk>
22345
22346 * c-pragma.c (c_register_pragma): New.
22347 (init_pragma): Use it.
22348 * c-pragma.h (cpp_register_pragma): Don't declare.
22349 (c_register_pragma): New.
22350 * cpplib.h: Remove #ifdef GCC_C_PRAGMA_H.
22351 * config/darwin.h (REGISTER_TARGET_PRAGMAS): Update.
22352 * config/arm/arm.h (REGISTER_TARGET_PRAGMAS): Update.
22353 * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
22354 * config/h8300/h8300.h (REGISTER_TARGET_PRAGMAS): Update.
22355 * config/i370/i370.h (REGISTER_TARGET_PRAGMAS): Update.
22356 * config/i960/i960.h (REGISTER_TARGET_PRAGMAS): Update.
22357 * config/ia64/hpux.h (REGISTER_TARGET_PRAGMAS): Update.
22358 * config/rs6000/rs6000.h (REGISTER_TARGET_PRAGMAS): Update.
22359 * config/sh/sh.h (REGISTER_TARGET_PRAGMAS): Update.
22360 * config/v850/v850.h (REGISTER_TARGET_PRAGMAS): Update.
22361 * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update
22362
22363 See ChangeLog.8 for earlier changes.