OSDN Git Service

bd9c479fb39044da8fb95f889e581ce6a954189d
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2003-09-08  Bernardo Innocenti  <bernie@develer.com>
2
3         * config/m68k/m68k.c (m68k_output_function_prologue): Simplify
4         by removing redundant variable cfa_store_offset.
5
6 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
7
8         * langhooks-def.h (lhd_register_builtin_type): New function.
9         (LANG_HOOKS_REGISTER_BUILTIN_TYPE): New macro.
10         (LANG_HOOKS_FOR_TYPES_INITIALIZER): Update.
11         * langhooks.h (lang_hooks_for_types): Add register_builtin_type.
12         * langhooks.c (lhd_register_builtin_type): New function.
13         * c-common.h (c_register_builtin_type): Declare.
14         * c-common.c (c_register_builtin_type): New function.
15         * c-lang.c (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define to
16         c_register_builtin_type.
17         * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Remove __fpreg,
18         __float80, and __float128 macros.
19         * config/ia64/ia64.c (ia64_init_builtins): Create __fpreg,
20         __float80, and __float128 types.
21
22 2003-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
23
24         * builtin-types.def
25         (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE,
26         BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE_COMPLEX_DOUBLE,
27         BT_FN_COMPLEX_FLOAT_COMPLEX_FLOAT_COMPLEX_FLOAT): New.
28         * builtins.def (BUILT_IN_CACOS, BUILT_IN_CACOSF, BUILT_IN_CACOSH,
29         BUILT_IN_CACOSHF, BUILT_IN_CACOSHL, BUILT_IN_CACOSL,
30         BUILT_IN_CARG, BUILT_IN_CARGF, BUILT_IN_CARGL, BUILT_IN_CASIN,
31         BUILT_IN_CASINF, BUILT_IN_CASINH, BUILT_IN_CASINHF,
32         BUILT_IN_CASINHL, BUILT_IN_CASINL, BUILT_IN_CATAN,
33         BUILT_IN_CATANF, BUILT_IN_CATANH, BUILT_IN_CATANHF,
34         BUILT_IN_CATANHL, BUILT_IN_CATANL, BUILT_IN_CCOS, BUILT_IN_CCOSF,
35         BUILT_IN_CCOSH, BUILT_IN_CCOSHF, BUILT_IN_CCOSHL, BUILT_IN_CCOSL,
36         BUILT_IN_CEXP, BUILT_IN_CEXPF, BUILT_IN_CEXPL, BUILT_IN_CPOW,
37         BUILT_IN_CPOWF, BUILT_IN_CPOWL, BUILT_IN_CPROJ, BUILT_IN_CPROJF,
38         BUILT_IN_CPROJL, BUILT_IN_CSIN, BUILT_IN_CSINF, BUILT_IN_CSINH,
39         BUILT_IN_CSINHF, BUILT_IN_CSINHL, BUILT_IN_CSINL, BUILT_IN_CSQRT,
40         BUILT_IN_CSQRTF, BUILT_IN_CSQRTL, BUILT_IN_CTAN, BUILT_IN_CTANF,
41         BUILT_IN_CTANH, BUILT_IN_CTANHF, BUILT_IN_CTANHL, BUILT_IN_CTANL):
42         New.
43         * doc/extend.texi: Document new builtins.
44
45 Tue Sep  9 02:18:06 CEST 2003  Jan Hubicka  <jh@suse.cz>
46
47         * cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated
48         finalization.
49         * cgraphunit.c (decide_is_fnction_needed): Avoid special case of nested
50         functions, check for COMDAT.
51         (cgraph_assemble_pending_functions): Break out from...
52         (cgraph_finalize_function): ... here; allow redefinig of extern inline
53         functions.
54         (record_call_1): Record function references only in non-unit-at-a-time
55         mode.
56         (cgraph_analyze_function): Reset current_function_decl.
57         (cgraph_finalize_compilation_unit):  Assemble pending functions.
58
59 2003-09-08  Mark Mitchell  <mark@codesourcery.com>
60
61         * mklibgcc.in (libcc.a): Depend on stmp-dirs.
62         (libgov.a): Likewise.
63         (libgcc_eh.a): Likewise.
64
65 2003-09-08  Roger Sayle  <roger@eyesopen.com>
66
67         * fold-const.c (operand_equal_p): Clarify documentation.
68
69 2003-09-08  Richard Henderson  <rth@redhat.com>
70
71         * c-decl.c (c_expand_body_1): Push and pop function context here.
72         * tree-optimize.c (tree_rest_of_compilation): ... not here.  Take
73         nested argument instead of computing nesting ourselves.
74
75 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
76
77         * toplev.c (rest_of_handle_stack_regs): Call split_all_insns before
78         regstack if optimizing but not scheduling after reload.
79
80 2003-09-08  Jakub Jelinek  <jakub@redhat.com>
81
82         * config/sparc/sparc.c (struct machine_function): New type.
83         (TARGET_HAVE_TLS, TARGET_CANNOT_FORCE_CONST_MEM): Define.
84         (sparc_override_options): Initialize init_machine_status.
85         (tls_symbolic_operand, tgd_symbolic_operand, tld_symbolic_operand,
86         tie_symbolic_operand, tle_symbolic_operand): New functions.
87         (symbolic_operand): Disallow tls_symbolic_operand.
88         (symbolic_memory_operand): Likewise.
89         (tls_call_delay, sparc_cannot_force_const_mem, legitimate_constant_p,
90         constant_address_p, legitimate_pic_operand_p, legitimate_address_p):
91         New functions.
92         (sparc_tls_symbol): New variable.
93         (sparc_tls_get_addr, sparc_tls_got, legitimize_tls_address,
94         legitimize_address): New functions.
95         (print_operand): Handle %&.
96         (sparc_init_machine_status, get_some_local_dynamic_name,
97         get_some_local_dynamic_name_1): New functions.
98         (sparc_output_dwarf_dtprel): New function.
99         * config/sparc/sparc.h (CONSTANT_ADDRESS_P): Moved into
100         constant_address_p.
101         (LEGITIMATE_PIC_OPERAND_P): Moved into legitimate_pic_operand_p.
102         (LEGITIMATE_CONSTANT_P): Moved into legitimate_constant_p.
103         (GO_IF_LEGITIMATE_ADDRESS): Moved into legitimate_address_p.
104         (LEGITIMIZE_ADDRESS): Moved into legitimize_address.
105         (PRINT_OPERAND_PUNCT_VALID_P): Add '&'.
106         (TARGET_TLS, TARGET_SUN_TLS, TARGET_GNU_TLS): Define.
107         (ASM_OUTPUT_DWARF_DTPREL): Define.
108         (PREDICATE_CODES): Add tgd_symbolic_operand, tld_symbolic_operand,
109         tie_symbolic_operand, tle_symbolic_operand.
110         * config/sparc/sparc.md (UNSPEC_TLSGD, UNSPEC_TLSLDM, UNSPEC_TLSLDO,
111         UNSPEC_TLSIE, UNSPEC_TLSLE, UNSPEC_TLSLD_BASE): New constants.
112         (tls_call_delay): New attribute.
113         (in_call_delay): Use it.
114         (movqi, movhi, movsi, movdi): Call legitimize_tls_address if needed.
115         (tgd_hi22, tgd_lo10, tgd_add32, tgd_add64, tgd_call32, tgd_call64,
116         tldm_hi22, tldm_lo10, tldm_add32, tldm_add64, tldm_call32, tldm_call64,
117         tldo_hix22, tldo_lox10, tldo_add32, tldo_add64, tie_hi22, tie_lo10,
118         tie_ld32, tie_ld64, tie_add32, tie_add64, tle_hix22_sp32,
119         tle_lox10_sp32, tle_hix22_sp64, tle_lox10_sp64): New insns.
120         (tldo_ldub_sp32, tldo_ldub1_sp32, tldo_ldub2_sp32, tldo_ldsb1_sp32,
121         tldo_ldsb2_sp32, tldo_ldub_sp64, tldo_ldub1_sp64, tldo_ldub2_sp64,
122         tldo_ldub3_sp64, tldo_ldsb1_sp64, tldo_ldsb2_sp64, tldo_ldsb3_sp64,
123         tldo_lduh_sp32, tldo_lduh1_sp32, tldo_ldsh1_sp32, tldo_lduh_sp64,
124         tldo_lduh1_sp64, tldo_lduh2_sp64, tldo_ldsh1_sp64, tldo_ldsh2_sp64,
125         tldo_lduw_sp32, tldo_lduw_sp64, tldo_lduw1_sp64, tldo_ldsw1_sp64,
126         tldo_ldx_sp64, tldo_stb_sp32, tldo_stb_sp64, tldo_sth_sp32,
127         tldo_sth_sp64, tldo_stw_sp32, tldo_stw_sp64, tldo_stx_sp64): New
128         insns.
129         * config/sparc/sparc-protos.h (legitimate_constant_p,
130         constant_address_p, legitimate_pic_operand_p, legitimate_address_p,
131         legitimize_tls_address, legitimize_address, tls_symbolic_operand,
132         tls_call_delay, sparc_output_dwarf_dtprel): New prototypes.
133         * config/sparc/linux.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Define.
134         * config/sparc/linux64.h (TARGET_GNU_TLS, TARGET_SUN_TLS): Likewise.
135         * configure.in (sparc*-*-*): Add TLS check.
136         * configure: Rebuilt.
137
138 2003-09-07  Eric Botcazou  <ebotcazou@libertysurf.fr>
139
140         PR target/11689
141         * config/i386/i386.c (memory_address_length): Fix computation when
142         the base is esp or ebp.
143
144 2003-09-07  Mark Mitchell  <mark@codesourcery.com>
145
146         PR c++/11852
147         * varasm.c (initializer_constant_valid_p): Correct logic for
148         CONSTRUCTORs.
149
150 2003-09-07  Roger Sayle  <roger@eyesopen.com>
151
152         * expr.c (expand_operands): New function to expand an operand pair.
153         (expand_expr): Call expand_operands whenever we need to expand both
154         operands of a binary operator.
155         (do_store_flag): Likewise for operands of comparison operations.
156
157 2003-09-07  Roger Sayle  <roger@eyesopen.com>
158
159         * combine.c (combine_simplify_rtx): Don't convert -(A*B) into
160         (-A)*B if we care about sign-dependent rounding.
161
162 2003-09-07  Gabriel Dos Reis  <gcc@integrable-solutions.net>
163
164         * c-pretty-print.h (pp_c_left_brace): Declare.
165         (pp_c_right_brace): Likewise.
166         * c-pretty-print.c (pp_c_left_brace): Now a function
167         (pp_c_right_brace): Likewise.
168
169 Sun Sep  7 14:50:03 CEST 2003  Jan Hubicka  <jh@suse.cz>
170
171         * cfgcleanup.c (try_simplify_condjump): Fix again the preivous patch.
172
173 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
174
175         * diagnostic.c (warn_deprecated_use): Move to toplev.c
176
177 2003-09-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
178
179         * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
180         * Makefile.in (langhooks.o): Depend on diagnostic.h
181
182 2003-09-06  James E Wilson  <wilson@tuliptree.org>
183
184         * loop.c (loop_regs_update): Delete else clause for PATTERN rtx and
185         simplify.
186
187 2003-09-07  Kelley Cook  <kelleycook@wideopenwest.com>
188
189         * Makefile.in: Define $REMAKE to be $MAKE with LANGUAGES & BOOT_CFLAGS
190         and use it throughout.
191         
192 2003-09-07  Jan Hubicka  <jh@suse.cz>
193
194         * cfgcleanup.c (try_simplify_condjump): Fix my previous patch.
195
196         * toplev.c  (rest_of_decl_compilation):  Do not finalize external
197         virables. 
198
199         * cgraph.c (cgraph_mark_reachable_node): Only enqueue finalized
200         functions.
201         (cgraph_varpool_finalize_decl): Notice global symbol when needed.
202
203 2003-09-06  Jan Hubicka  <jh@suse.cz>
204
205         PR target/12070
206         * calls.c (emit_library_call_value_1): Fix saving of BLKmode arguments.
207
208         PR opt/12082
209         * cfgcleanup.c (try_simplify_condjump): Avoid unreachable code warning.
210
211 2003-09-06  Gabriel Dos Reis  <gdr@integrable-solutions.net>
212
213         * diagnostic.c (announce_function): Move to toplev.c.
214
215 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
216
217         * gcse.c (expr_equiv_p): Don't consider anything to be equal to
218         volatile mem.
219
220 2003-09-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
221
222         * ggc-common.c (init_ggc_heuristics): Don't use the heuristics
223         when gc checking is enabled.
224
225 2003-09-06  Steven Bosscher  <steven@gcc.gnu.org>
226
227         PR c/9862
228         * c-decl.c (c_expand_body_1): Move return warning from here...
229         (finish_function): ...to here.
230
231 2003-09-05  Geoffrey Keating  <geoffk@apple.com>
232
233         * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Always return
234         a subset of the input class.
235
236 2003-09-05  Kazu Hirata  <kazu@cs.umass.edu>
237
238         * config/i860/i860.c: Follow spelling conventions.
239         * config/i860/i860.h: Likewise.
240         * config/sh/sh.h: Likewise.
241
242 2003-09-05  Nitin Yewale  <NitinY@KPITCummins.com>
243
244         * config/h8300/h8300-protos.h: Declare h8300_hard_regno_rename_ok
245         * config/h8300/h8300.h (HARD_REGNO_RENAME_OK): New.
246         * config/h8300/h8300.c (h8300_hard_regno_rename_ok): New.
247
248 2003-09-05  Roger Sayle  <roger@eyesopen.com>
249             Richard Henderson  <rth@redhat.com>
250
251         PR optimization/1823
252         * expmed.c (expand_divmod <EXACT_DIV_EXPR>): Use an unsigned
253         multiplication to implement division by constant integer.
254
255 Fri Sep  5 07:35:16 CEST 2003  Jan Hubicka  <jh@suse.cz>
256
257         * opts.c (decode_options): Enable unit-at-a-time at -O2.
258         * params.def (max-inline-insns-single): Set to 500
259         (max-inline-insns-auto): Set to 150
260         * invoke.texi (max-inline-insns-single, max-inline-insns-auto): Update.
261
262 2003-09-04  Richard Henderson  <rth@redhat.com>
263
264         * cgraph.c (cgraph_mark_reachable_node): Split out from ...
265         (cgraph_mark_needed_node): Remove needed argument.
266         * cgraph.h: Update to match.
267         * cgraphunit.c (decide_is_function_needed): Split out from ...
268         (cgraph_finalize_function): Reorg.  Avoid deferred_inline_function
269         if we generated the function.
270         (record_call_1): Update for cgraph_mark_reachable_node.
271         * varasm.c (mark_referenced): Likewise.
272         * objc/objc-act.c (mark_referenced_methods): Likewise.
273
274 2003-09-04  DJ Delorie  <dj@redhat.com>
275
276         * targhooks.c: Add comment explaining the migration process.
277
278 2003-09-04  Eric Christopher  <echristo@redhat.com>
279
280         * config/frv/t-frv: Fix path for frv-abi.h.
281         * config/frv/frv-asm.h: Fix string concatenation.
282
283 2003-09-04  DJ Delorie  <dj@redhat.com>
284
285         * builtins.c (apply_args_size): Guard against a NULL cfun.
286         (expand_builtin_apply_args_1): Likewise.
287         (expand_builtin_apply): Likewise.
288         Fixes PR bootstrap/12172.
289
290 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
291
292         * configure.in (gcc_cv_as_ix86_cmov_sun_syntax): Check if
293         assembler supports Sun syntax for cmov.
294         * configure: Regenerate.
295         * config.in: Likewise.
296         * config/i386/i386.c: Rename CMOV_SUN_AS_SYNTAX to
297         HAVE_AS_IX86_CMOV_SUN_SYNTAX.
298         * config/i386/sol2.h (CMOV_SUN_AS_SYNTAX): Remove.
299         Fixes PR target/12101.
300
301 2003-09-04  Matt Austern  <austern@apple.com>
302
303         * c-common.c (fname_as_string): Use lang_hooks.decl_printable_name
304         with verbosity 0, instead of DECL_NAME, for human-readable string.
305
306 2003-09-04  Eric Christopher  <echristo@redhat.com>
307
308         * targhooks.c (default_return_in_memory): Allow
309         unconverted ports.
310
311 2003-09-04  Eric Christopher  <echristo@redhat.com>
312
313         * targhooks.c (default_return_in_memory): Fix typo
314         in last checkin.
315
316 2003-09-04  Eric Christopher  <echristo@redhat.com>
317
318         * targhooks.c (default_return_in_memory): Fix default
319         definition.
320
321 2003-09-04  Bernardo Innocenti  <bernie@develer.com>
322
323         * config/m68k/m68k.c (m68k_coff_asm_named_section): Restore
324         deleted function.
325         * config/m68k/coff.h (M68K_TARGET_COFF): Add flag used to
326         enable coff-only code in m68k.c.
327
328 2003-09-04  Nick Clifton  <nickc@redhat.com>
329
330         * config.gcc: Add v850e1 target.  Allow --with-cpu to accept
331         v850e1.
332         * config/v850/v850.h: Accept v850e1 as a default CPU.
333         Accept -mv850e1 as a command line option.
334         * doc/invoke.texi: Document new -mv850e1 command line switch.
335         * config/v850/t-v850: Treat -mv850e1 as a multilib alias for
336         -mv850e.
337
338 2003-09-04  Nick Clifton  <nickc@redhat.com>
339
340         * config.gcc (v850e-*-*): Use t-v850e makefile fragment.
341         * config/v850/t-v850: Only produce one extra multilib - for
342         the v850e.
343         * config/v850/t-v850e: New file: Only produce one extra
344         multilib - for the v850.
345
346 2003-09-04  Jakub Jelinek  <jakub@redhat.com>
347
348         * config/ia64/libgcc-ia64.ver: Export _Unwind_GetBSP@@GCC_3.3.2.
349         * config/ia64/unwind-ia64.c (_Unwind_GetBSP): New function.
350         * unwind.h (_Unwind_GetBSP): New prototype.
351         * libgcc-std.ver: Add empty GCC_3.3.2 version.
352         * mkmap-symver.awk: For symbol versions with no exported symbols,
353         don't put anything into version script, just change all symbol
354         versions which inherit from it to inherit from its ancestor.
355
356 2003-09-04  Eric Christopher  <echristo@redhat.com>
357
358         * config/mips/mips.c (mips_expand_prologue): Convert to
359         calls.struct_value_rtx hook.
360         (reg_or_const_float_1_operand): New.
361         * config/mips/mips.h: Update Comments.
362         (mips_arg): Add reg_or_const_float_1_operand.
363         * config/mips/mips.md (divdf3); Convert to expander.
364         (divsf3): Ditto.
365         (*divdf3): New pattern.
366         (*divsf3): Ditto.
367
368 Thu Sep  4 10:43:24 CEST 2003  Jan Hubicka  <jh@suse.cz>
369
370         * toplev.c (wrapup_global_declarations): Fix final pass in
371         unit-at-atime mode.
372
373 2003-09-04  Mark Mitchell  <mark@codesourcery.com>
374
375         * doc/extend.texi: Document removal of cast-as-lvalue extension in
376         C++.
377
378 2003-09-04  Nicolas Roche  <roche@act-europe.fr>
379
380         * gcc.c (process_command): Fix typo.
381
382 2003-09-03  David O'Brien  <obrien@FreeBSD.org>
383
384         optimization/11980
385         * config/i386/freebsd.h (SIZE_TYPE): Support TARGET_64BIT.
386         (PTRDIFF_TYPE): Likewise.
387         (WCHAR_TYPE_SIZE): Likewise.
388
389 2003-09-03  DJ Delorie  <dj@redhat.com>
390
391         * targhooks.c: New file.
392         * targhooks.h: New file.
393         * Makefile.in: Add targhooks.o support.
394         (function.o): Depend on$(TARGET_H).
395         (stmt.o): Likewise.
396         (combine.o): Depend on $(TREE_H) and $(TARGET_H).
397         * builtins.c (apply_args_size, expand_builtin_apply_args_1,
398         expand_builtin_apply): Convert to calls.struct_value_rtx hook.
399         (expand_builtin_saveregs): Convert to
400         calls.expand_builtin_saveregs hook.
401         * c-decl.c (start_decl): Handle new calls.promote_prototypes hook
402         here, instead of ...
403         (get_parm_info) ... here.
404         (store_parm_decls_oldstyle): Convert to calls.promote_prototypes
405         hook.
406         (finish_function): Handle calls.promote_prototypes hook here too.
407         * c-typeck.c (convert_arguments): Convert to
408         calls.promote_prototypes hook.
409         (c_convert_parm_for_inlining): Likewise.
410         * calls.c (initialize_argument_information): Convert to
411         calls.promote_function_args hook.
412         (expand_call): Convert to calls.struct_value_rtx,
413         calls.strict_argument_naming,
414         calls.pretend_outgoing_varargs_named, and
415         calls.promote_function_return hooks.  Pass fndecl to
416         aggregate_value_p.  Initialize CUMULATIVE_ARGS before calling
417         hooks, so they can use that.
418         (emit_library_call_value_1): Likewise.
419         * combine.c (setup_incoming_promotions): Convert to
420         calls.promote_function_args hook.
421         * emit-rtl.c: Convert to calls.struct_value_rtx hook.
422         * expr.c (expand_assignment): Pass call to aggregate_value_p.
423         (expand_expr): Likewise.
424         * expr.h: Remove support for SETUP_INCOMING_VARARGS,
425         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
426         RETURN_IN_MEMORY macro defaults.
427         * final.c (profile_function): Convert to calls.struct_value_rtx
428         hook.
429         * function.c (aggregate_value_p): Accept function type tree as
430         second parameter; try to deduce fntype from it.  Convert to
431         calls.return_in_memory hook.
432         (assign_parms): Convert to calls.setup_incoming_varargs,
433         calls.strict_argument_naming, calls.promote_function_args,
434         calls.pretend_outgoing_varargs_named hooks.  Pass fndecl to
435         aggregate_value_p.
436         (expand_function_start): Likewise.  Convert to
437         calls.struct_value_rtx hook.
438         (expand_function_end): Convert to calls.promote_function_return hook.
439         (allocate_struct_function): Pass fndecl to aggregate_value_p.
440         * hard-reg-set.h: Update comments to new hook names.
441         * integrate.c (expand_inline_function): Pass fndecl to aggregate_value_p.
442         * reg-stack.c (stack_result): Likewise.
443         * rtl.h (struct_value_rtx, struct_value_incoming_rtx): Delete.
444         * stmt.c (expand_value_return): Convert to
445         calls.promote_function_return hook.
446         * target-def.h: Add TARGET_PROMOTE_FUNCTION_ARGS,
447         TARGET_PROMOTE_FUNCTION_RETURN, TARGET_PROMOTE_PROTOTYPES,
448         TARGET_STRUCT_VALUE_RTX, TARGET_RETURN_IN_MEMORY,
449         TARGET_EXPAND_BUILTIN_SAVEREGS, TARGET_SETUP_INCOMING_VARARGS,
450         TARGET_STRICT_ARGUMENT_NAMING,
451         TARGET_PRETEND_OUTGOING_VARARGS_NAMED, and TARGET_CALLS.
452         * target.h: Likewise.
453         * tree.h (aggregate_value_p): Also takes a tree to deduce function
454         attributes from (for target hooks).
455         * doc/tm.texi (PROMOTE_FUNCTION_ARGS, PROMOTE_FUNCTION_RETURN,
456         PROMOTE_PROTOTYPES, RETURN_IN_MEMORY, STRUCT_VALUE_REGNUM,
457         STRUCT_VALUE, STRUCT_VALUE_INCOMING_REGNUM, STRUCT_VALUE_INCOMING,
458         EXPAND_BUILTIN_SAVEREGS, SETUP_INCOMING_VARARGS,
459         STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED): Convert
460         to hooks.
461
462         * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Pass function
463         to aggregate_value_p.
464         * config/arm/arm.c (arm_init_cumulative_args,
465         arm_output_mi_thunk): Likewise.
466         * config/i386/i386.c (ix86_return_pops_args, x86_this_parameter):
467         Likewise.
468         * config/mips/mips.c (mips_save_reg_p, mips_expand_prologue,
469         mips_can_use_return_insn): Likewise.
470         * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
471         * config/s390/s390.c (s390_output_mi_thunk): Likewise.
472         * config/sparc/sparc.c (sparc_output_mi_thunk): Pass function to
473         aggregate_value_p.
474         * config/story16/stormy16.c (xstormy16_asm_output_mi_thunk): Pass
475         function to aggregate_value_p.
476         * objc/objc-act.c (generate_struct_by_value_array): Pass NULL to
477         aggregate_value_p.
478
479         * config/sh/sh-protos.h (sh_builtin_saveregs): Remove.
480         (sh_attr_renesas_p, sh_cfun_attr_renesas_p, sh_function_arg,
481         sh_function_arg_advance, sh_pass_in_reg_p): New.  * config/sh/sh.c
482         (sh_handle_renesas_attribute, sh_promote_prototypes,
483         sh_struct_value_rtx, sh_return_in_memory, sh_builtin_saveregs,
484         sh_setup_incoming_varargs, sh_strict_argument_naming,
485         sh_pretend_outgoing_varargs_named): New decls.
486         (targetm): Add new hooks.
487         (calc_live_regs): Save MACL and MACH if the function has the
488         renesas attribute.
489         (sh_expand_prologue): Support renesas attribute.
490         (sh_builtin_saveregs): Make static.
491         (sh_build_va_list): Support renesas attribute.
492         (sh_va_start): Likewise.
493         (sh_va_arg): Likewise.
494         (sh_promote_prototypes): New.
495         (sh_function_arg): New, moved from sh.h.  Support renesas
496         attribute.
497         (sh_function_arg_advance): Likewise.
498         (sh_return_in_memory): Likewise.
499         (sh_strict_argument_naming): Likewise.
500         (sh_pretend_outgoing_varargs_named): Likewise.
501         (sh_struct_value_rtx): New.
502         (sh_attribute): Add renesas attribute.
503         (sh_handle_renesas_attribute): New.
504         (sh_attr_renesas_p, sh_cfun_attr_renesas_p): New.
505         (sh_ms_bitfield_layout_p): Support renesas attribute also.
506         (sh_output_mi_thunk): Pass function to aggregate_value_p.  *
507         config/sh/sh.h (TARGET_SWITCHES): Add -mrenesas as an alias for
508         -mhitachi.
509         (STRUCT_VALUE_REGNUM, STRUCT_VALUE, RETURN_IN_MEMORY): Moved to
510         target hooks.
511         (sh_args): Add renesas_abi flag.
512         (INIT_CUMULATIVE_ARGS): Set it.  Pass fndecl to aggregate_value_p.
513         (FUNCTION_ARG_ADVANCE, FUNCTION_ARG): Move to sh.c.
514         (PASS_IN_REG_P): Support renesas attribute.  Pass DF and TF on the
515         stack for the renesas abi.
516         (STRICT_ARGUMENT_NAMING, PRETEND_OUTGOING_VARARGS_NAMED,
517         SETUP_INCOMING_VARARGS, EXPAND_BUILTIN_SAVEREGS,
518         PROMOTE_PROTOTYPES): Moved to sh.c.  * config/sh/sh.md (call): Set
519         call cookie to indicate renesas calls.
520
521 2003-09-03  Mostafa Hagog  <mustafa@il.ibm.com>
522
523         * gcse.c (replace_one_set): New function.
524         (pre_insert_copy_insn): Change the order of copying
525         to make copy propagation discover additional PRE opportunities.
526
527 2003-09-03  Roger Sayle  <roger@eyesopen.com>
528
529         PR optimization/11700.
530         * simplify-rtx.c (simplify_subreg): Check that the subreg offset
531         of a hard register is representable before trying to simplify it
532         using subreg_hard_regno.
533
534 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
535
536         * configure.in (gcc_cv_ld_hidden): Disable unless using GNU ld.
537         * configure: Regenerate.
538
539 2003-09-04  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
540
541         * intl.h (N_): Remove parentheses.
542
543 2003-09-03  Bernardo Innocenti  <bernie@develer.com>
544
545         * config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.
546         * config/i370/linux.h (LINUX_DEFAULT_ELF): Remove unconditional
547         definition and code blocks compiled when not defined.
548         * config/i386/linux.h (LINUX_DEFAULT_ELF): Likewise.
549         * config/i386/linux64.h (LINUX_DEFAULT_ELF): Likewise.
550         * config/sparc/linux.h: (LINUX_DEFAULT_ELF): Likewise.
551         * config/sparc/linux64.h: (LINUX_DEFAULT_ELF): Likewise.
552
553 2003-09-03  Jeff Sturm  <jsturm@one-point.com>
554
555         * cgraphunit.c (visited_nodes): New static variable.
556         (record_call_1): Use walk_tree with visited_nodes.
557         (cgraph_create_edges): Use walk_tree with visited_nodes.
558         Setup/teardown visited_nodes hashtable.
559
560 2003-09-03  Roger Sayle  <roger@eyesopen.com>
561
562         * toplev.c (flag_rounding_math): New global variable.
563         (f_options): Add to the list of language independent options.
564         * flags.h (flag_rounding_math): Prototype here.
565         (HONOR_SIGN_DEPENDENT_ROUNDING): Use flag_rounding_math instead.
566         * common.opt (frounding-math): New common command line option.
567         * opts.c (common_handle_option): Handle OPT_frounding_math.
568         (set_fast_math_flags): -ffast-math clears flag_rounding_math.
569
570         * doc/invoke.texi: Document this new command line option.
571
572 2003-09-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
573
574         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Update comment.
575
576 Wed Sep  3 16:55:25 CEST 2003  Jan Hubicka  <jh@suse.cz>
577
578         * Makefile.in (c-objc-common.o): Kill gt-c-objc-common.h dependency.
579         * c-decl.c (finish_function):  Kill arguments, always use cgraph path.
580         * c-objc-common.c: Kill include of gt-c-objc-common.h
581         (expand_deferred_fns, deffer_fn): Kill function.
582         (deferred_fns): Kill variable.
583         (finish_cdtor): Update finish_function call.
584         (c_objc_common_finish_file): Always call cgraph code.
585         * c-parse.c: Regenerate.
586         * c-parse.y: Regenerate.
587         * c-tree.h (finish_function): Update prototype.
588         * objc-acct.c (build_module_descriptor, finish_method_def):
589         Update call of finish_function.
590         * cgraphunit.c (cgraph_default_inline_p, cgraph_analyze_function): Add
591         forward prototype.
592         (cgraph_finalize_function): In non-unit-at-a-time mode analyze the
593         function and assemble it if needed.
594         (cgraph_finalize_compilation_unit): Do nothing in non-unit-at-a-time
595         mode.
596         (cgraph_optimize): Likewise.
597         (cgraph_expand_function): In non-unit-at-a-time mode keep function body
598         even when it has no inline callees.
599         * c-parse.in: Update calls to finish_function.
600
601 2003-09-03  Nick Clifton  <nickc@redhat.com>
602
603         * config/arm/arm.h: Handle TARGET_CPU_iwmmxt.
604         Use #error to generate the message if TARGET_DEFAULT is not
605         recognised.
606
607 2003-09-03  Richard Sandiford  <rsandifo@redhat.com>
608
609         * config/mips/mips.h (MASK_UNUSED1): Remove.
610         (MASK_XGOT, TARGET_XGOT): Define.
611         (TARGET_SWITCHES): Add an entry for -mxgot.
612         (ASM_SPEC): Map -mxgot to -xgot.
613         * config/mips/mips.c (mips_symbol_insns): Use TARGET_XGOT to decide
614         whether we're using a big-GOT sequences.
615         (mips_legitimize_const_move, mips_expand_call): Likewise.
616         (override_options): Revert 2003-01-09 change.
617         * doc/invoke.texi: Document -mxgot.
618
619 2003-09-02  Jason Merrill  <jason@redhat.com>
620
621         * config/sol2.h (NO_IMPLICIT_EXTERN_C): Define here.
622         * config/sparc/sol2.h: Not here.
623
624 2003-09-02  Roger Sayle  <roger@eyesopen.com>
625
626         * expr.c (expand_expr): The code following both_summands performs
627         the same task as simplify_gen_binary.  Replace all gotos to
628         both_summands with a call to simplify_gen_binary and delete the
629         now unused label.
630
631 2003-09-02  Jason Merrill  <jason@redhat.com>
632
633         PR c++/7327
634         * config/sparc/sol2.h (NO_IMPLICIT_EXTERN_C): Define.
635
636 2003-09-02  Jeff Sturm  <jsturm@one-point.com>
637
638         * cgraphunit.c (record_call_1): Use walk_tree_without_duplicates.
639         (cgraph_optimize_function): Set current_function_decl to the
640         fndecl we're integrating from.
641
642 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
643
644         * builtins.def: Break out _Complex math functions into their
645         own category.
646
647 2003-09-02  Andreas Jaeger  <aj@suse.de>
648
649         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_STMT): Cast properly.
650
651 2003-09-02  Josef Zlomek  <zlomekj@suse.cz>
652
653         * cfgbuild.c (compute_outgoing_frequencies): Use NOTE instead of
654         finding the note again.
655
656 2003-09-02  Nathanael Nerode  <neroden@gcc.gnu.org>
657
658         * config.gcc: Remove host-specific rewrites of target_alias.
659
660 2003-09-01  Mark Mitchell  <mark@codesourcery.com>
661
662         * Makefile.in (genprogs): Fix typo.
663
664         * Makefile.in (gencheck.o): Remove build commands.
665         (dummy-conditions.o): Likewise.
666         (read-rtl.o): Likewise.
667         (gensupport.o): Likewise.
668         (genconfig$(build_exeext)): Remove rule.
669         (genconfig.o): Remove build commands.
670         (genflags$(build_exeext)): Remove rule.
671         (genflags.o): Remove build commands.
672         (gencodes$(build_exeext)): Remove rule.
673         (gencodes.o): Remove build commands.
674         (genconstants.o): Remove build commands.
675         (genemit$(build_exeext)): Remove rule.
676         (genemit.o): Remove build commands.
677         (genrecog$(build_exeext)): Remove rule.
678         (genrecog.o): Remove build commands.
679         (genextract$(build_exeext)): Remove rule.
680         (genextract.o): Remove build commands.
681         (genpeep$(build_exeext)): Remove rule.
682         (genpeep.o): Remove build commands.
683         (genattr$(build_exeext)): Remove rule.
684         (genattr.o): Remove build commands.
685         (genprognames): New variable.
686         (genprogs): Likewise.
687         (genobjs): Likewise.
688         (genprogs): New rule.
689         (genobjs): Likewise.
690         (genattrtab.o): Remove build commands.
691         (genautomata.o): Likewise.
692         (genoutput$(build_exeext)): Remove rule.
693         (genoutput.o): Remove build commands.
694         (gengenrtl.o): Likewise.
695         (genpreds.o): Likewise.
696         (gengtype.o): Likewise.
697         (genconditions.o): Likewise.
698         (gen-protos.o): Likewise.
699         (scan.o): Likewise.
700         (fix-header.o): Likewise.
701         (scan-decls.o): Likewise.
702         (check-g++): Combine with other check targets.
703         (check-gcc): Likewise.
704         (check-g77): Likewise.
705         (check-objc): Likewise.
706
707 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
708
709         * config.gcc: Remove host-specific stuff which is unused here
710         since the introduction of config.host.
711
712         * doc/fragments.texi: Mention config.host.
713         * doc/sourcebuild.texi: Mention config.host.  Give brief descriptions
714         of config.build, config.host, and config.gcc.
715
716 2003-09-01  Zack Weinberg  <zack@codesourcery.com>
717
718         * c-decl.c (pushdecl): Don't put variables on
719         C_TYPE_INCOMPLETE_VARS of a type unless that type is itself
720         incomplete.
721
722 2003-09-01  Nathanael Nerode  <neroden@gcc.gnu.org>
723
724         * config.host: New file.
725         * config.gcc: Remove some host-specific stuff and some
726         logic needed only for repeated invocation.
727         * configure.in: Use config.host.
728         * configure: Regenerate.
729
730 2003-09-01  Josef Zlomek  <zlomekj@suse.cz>
731
732         * c-typeck.c (build_binary_op): Kill BIT_ANDTC_EXPR.
733         * convert.c (convert_to_integer): Kill BIT_ANDTC_EXPR.
734         * fold-const.c (int_const_binop): Kill BIT_ANDTC_EXPR.
735         (fold): Kill BIT_ANDTC_EXPR and label bit_and.
736         * tree.def (BIT_ANDTC_EXPR): Kill.
737
738 2003-08-31  Nathanael Nerode  <neroden@gcc.gnu.org>
739
740         * configure.in: Remove uses of "for x in .. ${foo}" idiom.
741         * configure: Regenerate.
742
743         * config.gcc:  Remove references to install_headers_dir, now unused
744         since introduction of config.build.
745         * config.gcc (i860-*-sysv4*): Don't set unused USG, SVR3 defines.
746
747         * doc/fragments.texi, doc/sourcebuild.texi: Mention new file
748         config.build.
749
750         * config.build: New file.
751         * config.gcc: Remove some build-specific stuff.
752         * configure.in: Use config.build.
753         * configure: Regnerate.
754
755 2003-08-31  Steven Bosscher  <steven@gcc.gnu.org>
756             Roger Sayle  <roger@eyesopen.com>
757
758         PR middle-end/11823
759         * stmt.c (expand_end_case_type): Only use jump tables for dense
760         switch statements when optimizing for size.
761
762 2003-08-31  Olivier Hainque  <hainque@act-europe.fr>
763
764         * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around
765         the != 0 case, which ensures pending stack adjustments are flushed.
766
767 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
768
769         * configure.frag: Delete file.
770         * configure.in: Rename the substitution variables
771         dep_host_xmake_file and dep_tmake_file to xmake_file and
772         tmake_file respectively.  Do not expand $srcdir in the
773         value of these; leave that for Make.  Introduce a new
774         substitution varaible, all_lang_makefrags, which lists
775         subdirectory Make-lang.in files; exclude these from
776         all_lang_makefiles, which is now only for subdirectory
777         outputs.  Do not invoke configure.frag.  Do not set nor
778         AC_SUBST_FILE target_overrides, host_overrides, or
779         language_fragments. Create build subdirectories in
780         config.status extra commands.
781         * configure: Regenerate.
782         * Makefile.in: Update substitutions to match changes to
783         configure.  Use include directives instead of @-insertions
784         to read in host, target, and language fragments.
785         (Makefile rule): Do not invoke configure.frag.  Do not copy
786         config.status to config.run before executing it.  Set
787         CONFIG_HEADERS and CONFIG_FILES so that only Makefile gets
788         regenerated.
789         (cstamp-h rule): Set CONFIG_FILES as well as CONFIG_HEADERS.
790
791 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
792
793         * c-tree.h: Delete COMPARE_DIFFERENT_TU from enumeration.
794         * c-typeck.c (same_translation_unit_p): New function.
795         (comptypes): Use it instead of flags parameter to identify
796         structure types from different translation units.
797         * c-decl.c (duplicate_decls): Always call comptypes with
798         COMPTYPE_STRICT flags argument.
799         (c_reset_state): Set BLOCK_SUPERCONTEXT of the block formed
800         to file_scope_decl.
801
802 2003-08-30  Zack Weinberg  <zack@codesourcery.com>
803
804         * c-tree.h (C_TYPE_INCOMPLETE_VARS): New macro.
805         * c-decl.c (struct c_scope): Remove "incomplete" field.
806         (pushdecl): Attach variables with incomplete types to
807         the TYPE_MAIN_VARIANT of the incomplete type in question.
808         (finish_struct): Look at C_TYPE_INCOMPLETE_VARS for variables
809         to complete, not at current_scope->incomplete.  All such
810         variables do need completion.
811
812 2003-08-30  Richard Earnshaw  <rearnsha@arm.com>
813         Nicolas Pitre <nico@cam.org>
814
815         * arm/lib1funcs.asm (RETCOND): Delete.
816         (RETLDM): New assembler macro.  Use it for returning with ldm/ldr.
817         (ARM_LDIV0, THUMB_LDIV0): Collapse multiple definitions.
818         (__ARM_ARCH__): Move here from ieee754-?f.S.
819         (RET, RETc): Clean up definitions.
820         (DIV_FUNC_END): Renamed from FUNC_END.  All uses changed.
821         (FUNC_END): New macro that marks the end of any function.
822         (ARM_FUNC_START): New macro that allows an assembler routine to be
823         implemented in ARM code even if a Thumb-only build.
824         Unconditionally include ieee754-?f.S.
825         * arm/ieee754-df.S: Delete macros moved to lib1funcs.asm.
826         Mark ends of functions.
827         Split into separate conditionally-compiled units.
828         Use RETLDM to return from routines.
829         * arm/ieee754-sf.S: Similarly.
830         * t-arm-elf (LIB1ASMFUNCS): Remove _ieee754_dp and _ieee754_sp.
831         Add _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi
832         _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2
833         _fixsfsi and _fixunssfsi.
834
835         * arm/ieee754-df.S (__muldf3): Fix bug when result of a
836         multiplication underflows to zero.
837         (__adddf3): Fix bug when using VFP ordering on little-endian
838         processors.
839         (__fixdfsi): Use rrx to extract the carry into a register instead of
840         MRS instruction.  Optimize later use of result.
841         * arm/ieee754-sf.S (__fixsfsi): Likewise.
842         (__fixunssfsi): Use a better sequence for handling negative-or-zero.
843
844 2003-08-29  Richard Henderson  <rth@redhat.com>
845
846         * tree-optimize.c: New file.
847         * Makefile.in (OBJS-archive): Add tree-optimize.o.
848         (tree-optimize.o): New.
849         * c-decl.c (store_parm_decls): Use allocate_struct_function.
850         (finish_function): Don't free_after_parsing or free_after_compilation.
851         (set_save_expr_context): Move to tree-optimize.c.
852         (c_expand_body_1): Use tree_rest_of_compilation.
853         * c-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
854         * objc/objc-lang.c (LANG_HOOKS_RTL_EXPAND_STMT): New.
855         * c-objc-common.c (expand_deferred_fns): Don't emit unused inlines;
856         iterate until closure.
857         * langhooks-def.h (LANG_HOOKS_RTL_EXPAND_START,
858         LANG_HOOKS_RTL_EXPAND_STMT, LANG_HOOKS_RTL_EXPAND_END): New.
859         (LANG_HOOKS_RTL_EXPAND_INITIALIZER): New.
860         * langhooks.h (struct lang_hooks_for_rtl_expansion): New.
861         * toplev.h (tree_rest_of_compilation): Declare it.
862
863 2003-08-29  Richard Henderson  <rth@redhat.com>
864
865         * function.h (struct function): Add rtl_inline_init, saved_for_inline.
866         * integrate.c (save_for_inline): Set saved_for_inline.
867         * c-semantics.c (genrtl_scope_stmt): Check it.
868         * toplev.c (wrapup_global_declarations): Check it.
869         (rest_of_handle_inlining): Set and check rtl_inline_init.
870         (rest_of_compilation): Remove out of date comment.
871
872 2003-08-29  Richard Henderson  <rth@redhat.com>
873
874         * function.c (allocate_struct_function): New, split out of ...
875         (prepare_function_start, init_function_start): ... here.
876         * expr.c (init_expr): Use ggc_alloc_cleared.
877         * stmt.c (init_stmt_for_function): Likewise.
878         * tree.h (allocate_struct_function): Declare.
879
880 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
881
882         * config.gcc: Don't use negated character class in shell case
883         clause.
884
885 2003-08-29  Richard Henderson  <rth@redhat.com>
886
887         * function.h (struct function): Move function_frequency and
888         max_jumptable_ents before start of bit field members.
889
890 2003-08-29  Richard Henderson  <rth@redhat.com>
891
892         * builtins.c (expand_builtin_constant_p): Check cse_not_expected here,
893         (fold_builtin_constant_p) ... not here.
894
895 2003-08-29  Richard Henderson  <rth@redhat.com>
896
897         * c-tree.h (C_DECL_FILE_SCOPE): Move ...
898         * tree.h (DECL_FILE_SCOPE_P): ... here, and rename.
899         * c-decl.c, c-objc-common.c, c-typeck.c: Update to match.
900
901 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
902
903         * builtins.def: Fix typos.
904         (ATTR_MATHFN_FPROUNDING_STORE): New macro.
905         (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL, BUILT_IN_MODF,
906         BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO, BUILT_IN_REMQUOF,
907         BUILT_IN_REMQUOL, BUILT_IN_SINCOS, BUILT_IN_SINCOSF,
908         BUILT_IN_SINCOSL): Use ATTR_MATHFN_FPROUNDING_STORE.
909
910         * builtins.def (BUILT_IN_ERFC, BUILT_IN_ERFCF, BUILT_IN_ERFCL):
911         Use ATTR_MATHFN_FPROUNDING_ERRNO.
912
913 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
914
915         * config.gcc (i386-*-vsta): Fix obvious bogosity.
916
917         * fixinc/inclhack.def:  Remove special cases for unsupported
918         PTX 1 and PTX 2 (including i[34567]86-sequent-sysv3).
919         * fixinc/fixincl.x: Regenerate.
920
921 2003-08-29  Mark Mitchell  <mark@codesourcery.com>
922
923         * Makefile.in (cpp.info): Just state dependencies.
924         (gcc.info): Likewise.
925         (gccint.info): Likewise.
926         (gccinstall.info): Likewise.
927         (cppinternals.info): Likewise.
928         (cpp.dvi): Likewise.
929         (gcc.dvi): Likewise.
930         (gccint.dvi): Likewise.
931         (gccinstall.dvi): Likewise.
932         (cppinternals.dvi): Likewise.
933         (gcov.1): Likewise.
934         (cpp.1): Likewise.
935         (gcc.1): Likewise.
936         (gfdl.7): Likewise.
937         (gpl.7): Likewise.
938         (fsf-funding.7): Likewise.
939         ($(objdir)/%.info): New pattern rule.
940         (%.dvi): Likewise.
941
942 2003-08-29  Kelley Cook  <kelleycook@wideopenwest.com>
943
944         * Makefile.in (restage1): Pass BOOT_CFLAGS to recursive make.
945         (restage2): Likewise.
946         (restage3): Likewise.
947         (restage4): Likewise.
948         (restageprofile): Likewise.
949         (restagefeedback): Likewise.
950         (bubblestrap): Likewise.
951
952 2003-08-29  Nathanael Nerode  <neroden@gcc.gnu.org>
953
954         * config.gcc: Narrow unsupported target match to avoid clobbering
955         i?86-sequent-sysv4*.
956
957 2003-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
958
959         * builtins.c (mathfn_built_in): Handle new math builtins.
960
961 2003-08-28  Per Bothner  <per@bothner.com>
962
963         Fix (hopefully temporary) for breakage caused by my 08-21 patch.
964         * cpplex.c (_cpp_get_fresh_line):  Check for null buffer.
965         (_cpp_lex_buffer):  Likewise.
966         * cpptrad.c (_cpp_read_logical_line_trad):  Likewise.
967
968 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
969
970         * config/s390/s390.md ("*mulsi3_sign"): New insn.
971         ("mulsidi3" expander, "mulsi_6432" insn): Remove, replace by ...
972         ("mulsidi3"): ... this new insn.
973         ("umulsidi3"): New insn.
974         ("divmoddi3", "divmodtidi3", "divmodtisi3"): Simplify by using
975         mixed-mode matching constraints.
976         ("udivmodsi4", "udivmoddisi3"): New insns.
977         ("udivsi3", "umodsi3"): Use only in ESA/390 mode.
978
979 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
980
981         * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,
982         BT_LONGDOUBLE_PTR, BT_FN_FLOAT_FLOAT_FLOATPTR,
983         BT_FN_DOUBLE_DOUBLE_DOUBLEPTR,
984         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLEPTR,
985         BT_FN_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_INTPTR,
986         BT_FN_LONGDOUBLE_LONGDOUBLE_INTPTR,
987         BT_FN_FLOAT_FLOAT_FLOAT_INTPTR, BT_FN_DOUBLE_DOUBLE_DOUBLE_INTPTR,
988         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_INTPTR,
989         BT_FN_VOID_FLOAT_FLOATPTR_FLOATPTR,
990         BT_FN_VOID_DOUBLE_DOUBLEPTR_DOUBLEPTR,
991         BT_FN_VOID_LONGDOUBLE_LONGDOUBLEPTR_LONGDOUBLEPTR): New.
992         * builtins.def (BUILT_IN_FREXP, BUILT_IN_FREXPF, BUILT_IN_FREXPL,
993         BUILT_IN_MODF, BUILT_IN_MODFF, BUILT_IN_MODFL, BUILT_IN_REMQUO,
994         BUILT_IN_REMQUOF, BUILT_IN_REMQUOL, BUILT_IN_SINCOS,
995         BUILT_IN_SINCOSF, BUILT_IN_SINCOSL): New.
996         * tree.c: Assign new type_nodes.
997         * tree.h (tree_index): Add TI_FLOAT_PTR_TYPE, TI_DOUBLE_PTR_TYPE,
998         TI_LONG_DOUBLE_PTR_TYPE, TI_INTEGER_PTR_TYPE.
999         (float_ptr_type_node, double_ptr_type_node,
1000         long_double_ptr_type_node, integer_ptr_type_node): New type_nodes.
1001
1002         * doc/extend.texi: Document new builtins.
1003
1004 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1005
1006         * builtin-types.def (BT_FN_FLOAT_INT_FLOAT,
1007         BT_FN_DOUBLE_INT_DOUBLE, BT_FN_LONGDOUBLE_INT_LONGDOUBLE): New.
1008
1009         * builtins.def (BUILT_IN_ERF, BUILT_IN_ERFC, BUILT_IN_ERFCF,
1010         BUILT_IN_ERFCL, BUILT_IN_ERFF, BUILT_IN_ERFL, BUILT_IN_GAMMA,
1011         BUILT_IN_GAMMAF, BUILT_IN_GAMMAL, BUILT_IN_J0, BUILT_IN_J0F,
1012         BUILT_IN_J0L, BUILT_IN_J1, BUILT_IN_J1F, BUILT_IN_J1L,
1013         BUILT_IN_JN, BUILT_IN_JNF, BUILT_IN_JNL, BUILT_IN_LGAMMA,
1014         BUILT_IN_LGAMMAF, BUILT_IN_LGAMMAL, BUILT_IN_SIGNIFICAND,
1015         BUILT_IN_SIGNIFICANDF, BUILT_IN_SIGNIFICANDL, BUILT_IN_TGAMMA,
1016         BUILT_IN_TGAMMAF, BUILT_IN_TGAMMAL, BUILT_IN_Y0, BUILT_IN_Y0F,
1017         BUILT_IN_Y0L, BUILT_IN_Y1, BUILT_IN_Y1F, BUILT_IN_Y1L,
1018         BUILT_IN_YN, BUILT_IN_YNF, BUILT_IN_YNL): New.
1019
1020         * doc/extend.texi: Document new builtins.
1021
1022 2003-08-28  Nathanael Nerode  <neroden@gcc.gnu.org>
1023
1024         * fixinc/mkfixinc.sh: Remove special case code for unsupported
1025         variants of i?86, powerpcle, and thumb.
1026         * fixinc/mkfixinc.sh: Remove special case code for unsupported
1027         arm and hppa variants.
1028
1029 2003-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1030
1031         * builtin-types.def (BT_FN_INT_FLOAT, BT_FN_INT_DOUBLE,
1032         BT_FN_INT_LONGDOUBLE, BT_FN_LONG_FLOAT, BT_FN_LONG_DOUBLE,
1033         BT_FN_LONG_LONGDOUBLE, BT_FN_LONGLONG_FLOAT,
1034         BT_FN_LONGLONG_DOUBLE, BT_FN_LONGLONG_LONGDOUBLE,
1035         BT_FN_FLOAT_FLOAT_LONGDOUBLE, BT_FN_DOUBLE_DOUBLE_LONGDOUBLE,
1036         BT_FN_FLOAT_FLOAT_INT, BT_FN_DOUBLE_DOUBLE_INT,
1037         BT_FN_LONGDOUBLE_LONGDOUBLE_INT, BT_FN_FLOAT_FLOAT_LONG,
1038         BT_FN_DOUBLE_DOUBLE_LONG, BT_FN_LONGDOUBLE_LONGDOUBLE_LONG,
1039         BT_FN_FLOAT_FLOAT_FLOAT_FLOAT, BT_FN_DOUBLE_DOUBLE_DOUBLE_DOUBLE,
1040         BT_FN_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE_LONGDOUBLE): New.
1041
1042         * builtins.def (BUILT_IN_ACOS, BUILT_IN_ACOSF, BUILT_IN_ACOSH,
1043         BUILT_IN_ACOSHF, BUILT_IN_ACOSHL, BUILT_IN_ACOSL, BUILT_IN_ASIN,
1044         BUILT_IN_ASINF, BUILT_IN_ASINH, BUILT_IN_ASINHF, BUILT_IN_ASINHL,
1045         BUILT_IN_ASINL, BUILT_IN_ATANH, BUILT_IN_ATANHF, BUILT_IN_ATANHL,
1046         BUILT_IN_CBRT, BUILT_IN_CBRTF, BUILT_IN_CBRTL, BUILT_IN_COPYSIGN,
1047         BUILT_IN_COPYSIGNF, BUILT_IN_COPYSIGNL, BUILT_IN_COSH,
1048         BUILT_IN_COSHF, BUILT_IN_COSHL, BUILT_IN_DREM, BUILT_IN_DREMF,
1049         BUILT_IN_DREML, BUILT_IN_EXP10, BUILT_IN_EXP10F, BUILT_IN_EXP10L,
1050         BUILT_IN_EXP2, BUILT_IN_EXP2F, BUILT_IN_EXP2L, BUILT_IN_EXPM1,
1051         BUILT_IN_EXPM1F, BUILT_IN_EXPM1L, BUILT_IN_FDIM, BUILT_IN_FDIMF,
1052         BUILT_IN_FDIML, BUILT_IN_FMA, BUILT_IN_FMAF, BUILT_IN_FMAL,
1053         BUILT_IN_FMAX, BUILT_IN_FMAXF, BUILT_IN_FMAXL, BUILT_IN_FMIN,
1054         BUILT_IN_FMINF, BUILT_IN_FMINL, BUILT_IN_HYPOT, BUILT_IN_HYPOTF,
1055         BUILT_IN_HYPOTL, BUILT_IN_ILOGB, BUILT_IN_ILOGBF, BUILT_IN_ILOGBL,
1056         BUILT_IN_LDEXP, BUILT_IN_LDEXPF, BUILT_IN_LDEXPL, BUILT_IN_LLRINT,
1057         BUILT_IN_LLRINTF, BUILT_IN_LLRINTL, BUILT_IN_LLROUND,
1058         BUILT_IN_LLROUNDF, BUILT_IN_LLROUNDL, BUILT_IN_LOG10,
1059         BUILT_IN_LOG10F, BUILT_IN_LOG10L, BUILT_IN_LOG1P, BUILT_IN_LOG1PF,
1060         BUILT_IN_LOG1PL, BUILT_IN_LOG2, BUILT_IN_LOG2F, BUILT_IN_LOG2L,
1061         BUILT_IN_LOGB, BUILT_IN_LOGBF, BUILT_IN_LOGBL, BUILT_IN_LRINT,
1062         BUILT_IN_LRINTF, BUILT_IN_LRINTL, BUILT_IN_LROUND,
1063         BUILT_IN_LROUNDF, BUILT_IN_LROUNDL, BUILT_IN_NEXTAFTER,
1064         BUILT_IN_NEXTAFTERF, BUILT_IN_NEXTAFTERL, BUILT_IN_NEXTTOWARD,
1065         BUILT_IN_NEXTTOWARDF, BUILT_IN_NEXTTOWARDL, BUILT_IN_POW10,
1066         BUILT_IN_POW10F, BUILT_IN_POW10L, BUILT_IN_REMAINDER,
1067         BUILT_IN_REMAINDERF, BUILT_IN_REMAINDERL, BUILT_IN_RINT,
1068         BUILT_IN_RINTF, BUILT_IN_RINTL, BUILT_IN_SCALB, BUILT_IN_SCALBF,
1069         BUILT_IN_SCALBL, BUILT_IN_SCALBLN, BUILT_IN_SCALBLNF,
1070         BUILT_IN_SCALBLNL, BUILT_IN_SCALBN, BUILT_IN_SCALBNF,
1071         BUILT_IN_SCALBNL, BUILT_IN_SINH, BUILT_IN_SINHF, BUILT_IN_SINHL,
1072         BUILT_IN_TANH, BUILT_IN_TANHF, BUILT_IN_TANHL): New.
1073
1074         * doc/extend.texi: Document new builtins.
1075
1076 2003-08-28  Ulrich Weigand  <uweigand@de.ibm.com>
1077
1078         * config/s390/s390.c (legitmate_constant_p): Use LARL on
1079         zSeries machines even in 31-bit addressing mode.
1080         (legitimate_reload_constant_p): Likewise.
1081         (legitimize_pic_address): Likewise.
1082         (legitimize_tls_address): Likewise.
1083         (s390_split_branches): Likewise.
1084         (s390_dump_pool): Likewise.
1085         (s390_mainpool_finish): Likewise.
1086         (s390_chunkify_start): Likewise.
1087         (s390_select_rtx_section): Likewise.
1088         * config/s390/s390.md ("doloop_si"): Likewise.
1089         ("pool_start_31", "pool_end_31"): Likewise.
1090         ("pool_start_64", "pool_end_64"): Likewise.
1091         ("main_base_31_small", "main_base_31_large"): Likewise.
1092         ("main_base_64"): Likewise.
1093         ("reload_base_31", "reload_base_64"): Likewise.
1094         ("*movsi_larl"): New insn.
1095         ("cjump", "icjump"): Use long branches on zSeries machines.
1096         ("jump"): Likewise.
1097         ("call"): Use BRASL on zSeries machines.
1098         ("call_value", "call_value_tls"): Likewise.
1099         ("brasl", "bras", "basr_64", "basr_31", "bas_64", "bas_31"): Remove
1100         and replace by ...
1101         ("*bras", "*brasl", "*basr") ... these new insns.
1102         ("brasl_r", "bras_r", "basr_64_r", "basr_31_r", "bas_64_r",
1103         "bas_31_r"): Remove and replace by ...
1104         ("*bras_r", "*brasl_r", "*basr_r") ... these new insns.
1105         ("brasl_tls", "bras_tls", "basr_64_tls", "basr_31_tls",
1106         "bas_64_tls", "bas_31_tls"): Remove and replace by ...
1107         ("*bras_tls", "*brasl_tls", "*basr_tls") ... these new insns.
1108         ("*return_si", "*return_di"): Remove and replace by ...
1109         ("*return"): ... this new insn.
1110         ("rotlsi3"): Allow on zSeries machines.
1111
1112         * config/s390/s390.c (legitimize_reload_constant_p): Use
1113         LL/LH type instructions in z/Architecture mode.
1114         * config/s390/s390.md ("*movsi_lli"): Likewise.
1115         ("*andsi3_ni", "*andhi3_ni", "*andqi3_ni"): Likewise.
1116         ("*iorsi3_ni", "*iorhi3_ni", "*iorqi3_ni"): Likewise.
1117         ("*extendqisi2"): Use LB in z/Architecture mode.
1118         ("*zero_extendqisi2_64", "*zero_extendqisi2_31"): Use LLGC in
1119         z/Architecture mode.
1120         ("zero_extendqihi2", "*zero_extendqihi2_64", "*zero_extendqihi2_31"):
1121         Likewise.
1122
1123         * config/s390/s390.md ("*tmdi_ext"): Allow in both 64-bit
1124         and 31-bit mode.
1125         ("ptr_extend"): Allow only in 64-bit mode.
1126
1127 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
1128
1129         * gcc.c (STANDARD_EXEC_PREFIX, STANDARD_STARTFILE_PREFIX)
1130         (TOOLDIR_BASE_PREFIX, STANDARD_BINDIR_PREFIX): Remove unnecessary
1131         definitions.
1132         (main): Only use standard_startfile_prefix if native.
1133         * doc/tm.texi (STANDARD_STARTFILE_PREFIX): Update.
1134
1135 2003-08-27  Per Bothner  <pbothner@apple.com>
1136
1137         * cpperror.c (print_location):  Don't check for !pfile->buffer.  That
1138         test fails following my 08-21 change, and it seems unnecessary anyway.
1139         (cpp_error):  Likewise.
1140
1141 2003-08-27  Jason Merrill  <jason@redhat.com>
1142
1143         * real.c (do_multiply): Initialize with memset.
1144
1145 2003-08-27  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
1146
1147         * gcov.c (typedef struct arc_info): New field cs_count.
1148         (accumulate_line_counts): Find cycles correctly.
1149
1150 2003-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
1151
1152         * config/s390/s390.c (struct machine_function): Remove member
1153         literal_pool_label.
1154         (s390_optimize_prolog): Replace TEMP_REG argument with
1155         TEMP_USED and BASE_USED.  Do not check get_pool_size ().
1156         (general_s_operand): Accept all immediates before reload if
1157         ALLOW_IMMEDIATE.  If not ALLOW_IMMEDIATE, reject literal pool
1158         references.
1159         (s390_output_symbolic_const): Remove UNSPEC_LTREL_OFFSET handling.
1160         (find_constant_pool_ref): Ignore UNSPECV_POOL_ENTRY insns.
1161         (s390_alloc_pool): New function.
1162         (s390_new_pool): Call it.
1163         (s390_dump_pool): Add REMOTE_LABEL argument.
1164         (s390_chunkify_start): Add BASE_REG argument.  Do not check
1165         get_pool_size ().
1166         (s390_chunkify_finish): Add BASE_REG argument.  Adapt
1167         s390_dump_pool call.
1168         (s390_pool_count, s390_nr_constants): Remove.
1169         (s390_output_constant_pool): Remove.
1170         (s390_mainpool_start): New function.
1171         (s390_mainpool_finish): New function.
1172         (s390_mainpool_cancel): New function.
1173         (s390_reorg): Implement main literal pool handling.
1174         (s390_emit_prologue): Emit main_pool placeholder instead of
1175         literal_pool_31 / literal_pool_64 insns.
1176         * config/s390/s390.h (s390_pool_count, s390_nr_constants): Remove.
1177         (ASM_OUTPUT_POOL_PROLOGUE, ASM_OUTPUT_SPECIAL_POOL_ENTRY): Remove.
1178         * config/s390/s390.md (UNSPEC_MAIN_BASE): New symbolic constant.
1179         ("main_base_31_small", "main_base_31_large"): New insns.
1180         ("main_base_64",  "main_pool"): New insns.
1181         ("literal_pool_31", "literal_pool_64"): Remove.
1182
1183 2003-08-27  Nathanael Nerode  <neroden@gcc.gnu.org>
1184
1185         * fixinc/inclhack.def (ptx_netswap): New disabled fix, ported from
1186         fixinc.ptx.
1187         * fixinc/inclhack.def (undefine_null):  Don't generate \r characters.
1188         Prettify a little.
1189         * fixinc/fixincl.x: Regenerate.
1190
1191 2003-08-27  Richard Earnshaw  <rearnsha@arm.com>
1192
1193         * lib1funcs.asm (L_ieee754_sp): New.  Include ieee754-sf.S.
1194         (L_ieee754_dp): New.  Include ieee754-df.S.
1195         * arm/ieee754-sf.S: Rework to allow interworking, calling from Thumb,
1196         and compilation in apcs-26 mode.
1197         * arm/ieee754-df.S: Likewise.
1198         * t-arm-elf (DPBIT, FPBIT, fp-bit.c dp-bit.c): Delete rules
1199         (LIB1ASMFUNCS): Add _ieee754_sp and _ieee754_dp targets.
1200
1201 2003-08-27  Nicolas Pitre  <nico@cam.org>
1202
1203         * arm/ieee754-sf.S: New.
1204         * arm/ieee754-df.S: New.
1205
1206 2003-08-27  Jakub Jelinek  <jakub@redhat.com>
1207
1208         * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust
1209         and restore it if returning NULL.
1210
1211 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
1212
1213         * calls.c (initialize_argument_information): If an argument has no
1214         stack space associated with it, and BLOCK_REG_PADDING is defined,
1215         use it to decide at which end the argument should be padded.
1216         * function.c (assign_parms): Allocate BLKmode stack slots.
1217         * config/mips/mips-protos.h (mips_pad_arg_upward): Declare.
1218         (mips_pad_reg_upward): Declare.
1219         * config/mips/mips.h (PAD_VARARGS_DOWN): Use FUNCTION_ARG_PADDING.
1220         (CUMULATIVE_ARGS): Remove num_adjusts and adjusts.
1221         (FUNCTION_ARG_PADDING): Use mips_pad_arg_upward.
1222         (BLOCK_REG_PADDING): Use mips_pad_reg_upward.
1223         * config/mips/mips.c (struct mips_arg_info): Remove struct_p.
1224         (mips_expand_call): Remove code for generating structure shifts.
1225         (mips_arg_info): Don't set struct_p.  Don't set fpr_p for non-float
1226         types unless using the EABI.
1227         (function_arg_advance): Don't generate shift instructions.
1228         (function_arg): Don't return them.  Don't short-circuit the
1229         check for double structure chunks for DFmode arguments.
1230         (mips_pad_arg_upward, mips_pad_reg_upward): New functions.
1231         (mips_expand_prologue): Remove code to emit structure shifts.
1232         * config/mips/irix6-libc-compat.c: Remove workarounds for buggy
1233         structure passing (inet_ntoa, inet_lnaof, inet_netof).  Update
1234         comments to say that only structure returns are a problem.
1235
1236 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1237
1238         * fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h:
1239         Fix to match produced versions.
1240         * fixinc/inclhack.def (longlong_t): New disabled test, ported
1241         from fixinc.svr4.
1242         * fixinc/inclhack.def (ptx_pwd_h): New disabled fix, ported
1243         from fixinc.ptx.
1244         * fixinc/inclhack.def (ptx_sys_mc_param_h): New disabled fix,
1245         ported from fixinc.ptx.
1246
1247 2003-08-26  Per Bothner  <pbothner@apple.com>
1248
1249         * cpplib.h (struct cpp_token):  Change type of field line to fileline.
1250         (cpp_error_with_line):  Use fileline for appropriate parameter.
1251         * cpphash.h (struct cpp_macro):  Change type of field line to fileline.
1252         (struct cpp_reader):  Likewise for fields line and directive_line.
1253         (_cpp_begin_message):  Use fileline for appropriate parameter.
1254         * cpperror.c (print_location, _cpp_begin_message, cpp_error_with_line,
1255         cpp_error):  Use fileline for appropriate parameters and variables.
1256         (print_location):  New local lin, since it is not a fileline.
1257
1258 2003-08-26  Roger Sayle  <roger@eyesopen.com>
1259
1260         PR middle-end/12002
1261         * tree.h (SCALAR_FLOAT_TYPE_P, COMPLEX_FLOAT_TYPE_P): New macros.
1262         (FLOAT_TYPE_P): Define in terms of these two new macros.
1263         * fold-const.c (fold <PLUS_EXPR>): Don't convert x+x into x*2.0
1264         for complex floating point types.
1265
1266 2003-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
1267
1268         * config/s390/s390.c (emit_prologue): Don't check literal pool size.
1269         * config/s390/s390.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Call
1270         s390_output_pool_entry.
1271
1272 2003-08-26  Nathanael Nerode  <neroden@gcc.gnu.org>
1273
1274         * fixinc/inclhack.def (svr4_preproc_lint_on,
1275         svr4_preproc_lint_off, svr4_preproc_machine): New disabled
1276         fixes, ported from fixinc.svr4.
1277
1278 2003-08-26  Mark Mitchell  <mark@codesourcery.com>
1279
1280         * doc/install.texi (Prerequisites): Mention GNU make requirement.
1281
1282         * Makefile.in (AR_FOR_TARGET): Export it.
1283         (AR_CREATE_FOR_TARGET): Likewise.
1284         (AR_FLAGS_FOR_TARGET): Likewise.
1285         (AR_EXTRACT_FOR_TARGET): Likewise.
1286         (AWK): Likewise.
1287         (BUILD_PREFIX): Likewise.
1288         (BUILD_PREFIX_1): Likewise.
1289         (DESTDIR): Likewise.
1290         (GCC_FOR_TARGET): Likewise.
1291         (INCLUDES): Likewise.
1292         (INSTALL_DATA): Likewise.
1293         (LIB1ASMSRC): Likewise.
1294         (LIBGCC2_CFLAGS): Likewise.
1295         (MACHMODE_H): Likewise.
1296         (NM_FOR_TARGET): Likewise.
1297         (RANLIB_FOR_TARGET): Likewise.
1298         (libsubdir): Likewise.
1299         (slibdir): Likewise.
1300         (ORDINARY_FLAGS_TO_PASS): Remove stuff that we're
1301         exporting.
1302         (libgcc.a): Don't pass them here.
1303         (stmp-multilib): Or here.
1304         (install-libgcc): Or here.
1305         (install-multilib): Or here.
1306         (POSTSTAGE1_FLAGS_TO_PASS): Or here.
1307         (stage1_build): Or here.
1308
1309 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
1310
1311         * config/s390/s390.md ("*llgt_sisi", "*llgt_sisi_split", "*llgt_didi",
1312         "*llgt_didi_split", "*llgt_sidi", "*llgt_sidi_split"): New insns.
1313
1314 2003-08-26  Andreas Krebbel <krebbel1@de.ibm.com>
1315
1316         * config/s390/s390.md ("*fmadddf", "*fmsubdf",
1317         "*fmaddsf", "*fmsubsf"): New insns.
1318
1319 2003-08-26  Roger Sayle  <roger@eyesopen.com>
1320
1321         * fold-const.c (fold <MULT_EXPR>): Optimize (C1/X)*C2 into
1322         (C1*C2)/X when unsafe math optimizations are allowed.
1323         (fold <RDIV_EXPR>): Optimize C1/(X*C2) into (C1/C2)/X with unsafe
1324         math optimizations.  Minor code clean-ups.  Recursively call
1325         fold when constructing sub-expressions.
1326
1327 2003-08-26  Roger Sayle  <roger@eyesopen.com>
1328
1329         * builtins.c (fold_builtin_bitop): New function to perform constant
1330         folding of ffs, clz, ctz, popcount and parity builtin functions
1331         and their long and long long variants (such as ffsl and ffsll).
1332         (fold_builtin): fold_builtin_bitop when appropriate.
1333         * simplify-rtx.c (simplify_unary_operation): Honor both
1334         CLZ_DEFINED_VALUE_AT_ZERO and CTZ_DEFINED_VALUE_AT_ZERO when
1335         evaluating clz and ctz at compile-time, for operands wider
1336         than HOST_WIDE_INT.
1337
1338 2003-08-26  Nathan Sidwell  <nathan@codesourcery.com>
1339
1340         * builtins.c (build_function_call_expr): Don't set
1341         TREE_SIDE_EFFECTS here.
1342         * expr.c (emit_block_move_via_libcall): Likewise.
1343         (clear_storage_via_libcall): Likewise.
1344         * tree.c (build): Set TREE_SIDE_EFFECTS for non-const, non-pure
1345         CALL_EXPRs.
1346
1347         * gcse.c (is_too_expensive): New function.
1348         (gcse_main, delete_null_pointer_checks, bypass_jumps): Use it.
1349
1350 2003-08-25  Zack Weinberg  <zack@codesourcery.com>
1351
1352         * config.gcc (hppa*-*-hpux11*, ia64*-*-hpux*): Remove
1353         commented-out logic to use DCE threads (if present), add
1354         support for POSIX threads.
1355         * config/ia64/hpux.h: Define CPP_SPEC to set appropriate
1356         #defines for -pthread.  Add -lpthread to LIB_SPEC when
1357         -pthread.  In both cases take -mt as a synonym for -pthread
1358         for acc compatibility.
1359         Define GTHREAD_USE_WEAK to 0.
1360         * config/pa/pa-hpux11.h: Likewise for CPP_SPEC and LIB_SPEC.
1361         Remove old logic for DCE threads from LIB_SPEC.
1362         * config/pa/pa64-hpux.h: Define GTHREAD_USE_WEAK to 0.
1363
1364 2003-08-25  Roger Sayle  <roger@eyesopen.com>
1365
1366         * builtins.c (expand_builtin_mathfn):  Rearrange so that we only
1367         return 0 for invalid argument types.  Instead drop through to a
1368         call of expand_call at the bottom of function.  If op is SQRT,
1369         try attaching a SQRT rtx as the REQ_EQUAL note of the libcall.
1370
1371 2003-08-25  Richard Henderson  <rth@redhat.com>
1372
1373         * config/ia64/ia64.c (ia64_expand_tls_address): Properly truncate
1374         result when op0 is SImode.
1375
1376 2003-08-25  Nathanael Nerode  <neroden@twcny.rr.com>
1377
1378         * fixinc/inclhack.def (svr4_sighandler_type): New fix, ported
1379         from fixinc.svr4.
1380         * fixinc/fixincl.x: Regenerate.
1381         * fixinc/tests/base/sys/signal.h: Regenerate.
1382
1383 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
1384
1385         * combine.c (simplify_comparison): Re-enable widening of comparisons
1386         with non-paradoxical subregs of non-REG expressions.
1387
1388 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
1389
1390         * combine.c (distribute_notes): Handle REG_ALWAYS_RETURN.
1391
1392 2003-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
1393
1394         * combine.c (combine_simplify_rtx): Fix RTL sharing bug.
1395
1396 2003-08-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1397
1398         * pretty-print.h (pp_maybe_newline_and_indent): New macro.
1399         * c-pretty-print.h (c_pretty_printer): Now typedef to the
1400         structure.  Be consistent with pretty-print.h abd cxx-pretty-print.h
1401         (struct c_pretty_print_info): Document.  Add new fields.
1402         (pp_type_specifier_seq): Rename from pp_c_type_specifier.
1403         (pp_direct_abstract_declarator): New macro.
1404         (pp_ptr_operator): Likewise.
1405         (pp_simple_type_specifier): Likewise.
1406         (pp_expression): Likewise.
1407         (pp_parameter_list): Rename from pp_parameter_declaration.
1408         * c-pretty-print.c (pp_c_whitespace): Now a function.
1409         (pp_c_left_paren): Likewise.
1410         (pp_c_right_paren): Likewise.
1411         (pp_c_dot): Likewise.
1412         (pp_c_ampersand): Likewise.
1413         (pp_c_arrow): Likewise.
1414         (pp_c_semicolon): Likewise.
1415         (pp_c_type_cast): New function.
1416         (pp_c_space_for_pointer_operator): Likewise.
1417         (pp_c_call_argument_list): Likewise.
1418         (pp_c_cv_qualifier): Adjust prototype.
1419         (pp_c_type_qualifier_list): Likewise.
1420         (pp_c_pointer): Likewise.  Handle REFERENCE_TYPE here.
1421         (pp_c_type_specifier): Rename from pp_c_simple_type_specifier.
1422         Adjust to follow standard grammar.
1423         (pp_c_specifier_qualifier_list): Adjusr prototype.  Handle
1424         REFERENCE_TYPE.  Tidy.
1425         (pp_c_parameter_type_list): Adjust prototype.  Tidy.
1426         (pp_c_parameter_declaration): Remove.
1427         (pp_c_abstract_declarator): Adjust prototype.
1428         (pp_c_direct_abstract_declarator): Likewise.
1429         (pp_c_type_id): Likewise.
1430         (pp_c_storage_class_specifier): Likewise.
1431         (pp_c_function_specifier): Likewise.
1432         (pp_c_declaration_specifiers): Likewise.
1433         (pp_c_direct_declarator): Likewise.
1434         (pp_c_declarator): Likewise.
1435         (pp_c_declarator): Likewise.
1436         (pp_c_declaration): Likewise.
1437         (pp_c_attributes): Likewise.  Tidy.
1438         (pp_c_function_definition): Adjust prototype.
1439         (pp_c_char): Likewise.
1440         (pp_c_string_literal): Likewise.
1441         (pp_c_integer_constant): Likewise.
1442         (pp_c_character_constant): Likewise.
1443         (pp_c_bool_constant): Likewise.
1444         (pp_c_enumeration_constant): Likewise.
1445         (pp_c_floating_constant): Likewise.
1446         (pp_c_constant): Likewise.
1447         (pp_c_identifier): Likewise.
1448         (pp_c_primary_expression): Likewise.  Remove TARGET_EXPR case.  Tidy.
1449         (pp_c_initializer): Adjust prototype.
1450         (pp_c_init_declarator): Likewise.
1451         (pp_c_initializer_list): Likewise.
1452         (pp_c_id_expression): Likewise.
1453         (pp_c_postfix_expression): Likewise.
1454         (pp_c_expression_list): Likewise.
1455         (pp_c_unary_expression): Likewise.
1456         (pp_c_cast_expression): Likewise.
1457         (pp_c_multiplicative_expression): Likewise.
1458         (pp_c_additive_expression): Likewise.
1459         (pp_c_shift_expression): Likewise.
1460         (pp_c_relational_expression): Likewise.
1461         (pp_c_equality_expression): Likewise.
1462         (pp_c_and_expression): Likewise.
1463         (pp_c_exclusive_or_expression): Likewise.
1464         (pp_c_inclusive_or_expression): Likewise.
1465         (pp_c_logical_and_expression): Likewise.
1466         (pp_c_logical_or_expression): Likewise.
1467         (pp_c_conditional_expression): Likewise.
1468         (pp_c_assignment_expression): Likewise.
1469         (pp_c_expression): Likewise.  Tidy.
1470         (pp_c_statement): Likewise.  Document.
1471         (pp_c_pretty_printer_init): Adjust prototype. Tidy.
1472
1473         * c-lang.c (c_initialize_diagnostics): Update.
1474         * c-common.h (strip_pointer_operator): Declare.
1475         * c-common.c (strip_pointer_operator): Define.
1476
1477 2003-08-25  Mark Mitchell  <mark@codesourcery.com>
1478
1479         PR c++/8795
1480         * tree.h (build_method_type_directly): Declare.
1481         * c-common.c (handle_vector_size_attributes): Handle METHOD_TYPEs.
1482         (vector_size_helper): Likewise.
1483         * tree.c (build_method_type_directly): New function.
1484         (build_method_type): Use it.
1485
1486 2003-08-24  Richard Henderson  <rth@redhat.com>
1487
1488         * config/i386.i386.c (ix86_return_in_memory): Reformat.  Return true
1489         for 16-byte vector modes if sse not enabled; warn for abi change.
1490         (ix86_value_regno): Only return xmm0 for 16-byte vector types.
1491
1492 2003-08-24  Kazu Hirata  <kazu@cs.umass.edu>
1493
1494         * rtlanal.c (may_trap_p): Simplify an integer comparison.
1495
1496 2003-08-24  Nathanael Nerode  <neroden@gcc.gnu.org>
1497
1498         * fixinc/inclhack.def (AAB_svr4_replace_byteorder):  Enhance
1499         comment.  Enable for DYNIX/ptx systems (when they switch to
1500         regular fixincludes).
1501         * fixinc/fixincl.x: Regenerate.
1502
1503 2003-08-23  Jason Eckhardt  <jle@rice.edu>
1504
1505         * config/i860/t-i860: New.
1506         * config.gcc (i860-*-sysv4*): Add t-i860 to tmake_file.
1507
1508 2003-08-23  Jakub Jelinek  <jakub@redhat.com>
1509
1510         * c-decl.c (pushdecl): Only put decls which finish_struct will do
1511         something about onto incomplete chain.
1512         (finish_struct): If not removing type from incomplete
1513         list, update prev.
1514
1515 Wed Aug 20 12:08:55 CEST 2003  Jan Hubicka  <jh@suse.cz>
1516
1517         PR target/11369
1518         * i386.c (ix86_expand_carry_flag_compare): Validate operand.
1519
1520         PR target/11031
1521         * i386.c (const_0_to_3_operand, const_0_to_7_operand,
1522         const_0_to_15_operand, const_0_to_255_operand): New predicates.
1523         * i386.h (PREDICATE_CODES): Add these.
1524         * i386.c (pinsrw and pextrw patterns): Use them.
1525
1526         PR target/10984
1527         * i386.c (ix86_expand_binop_builtin): Behave sanely for VOIDmodes.
1528
1529         PR target/8869
1530         * expr.c (convert_modes): Deal properly with integer to vector
1531         constant conversion.
1532
1533         PR target/8871
1534         * i386.md (zero_extendsidi2*): Add MMX and SSE alternatives.
1535
1536 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
1537
1538         * config/s390/s390.h (LOAD_EXTEND_OP): Remove.
1539         * config/s390/s390.md ("movhi"): New expander; old insn renamed to ...
1540         ("*movhi"): ... this.
1541         ("movqi", "*movqi"): Likewise.
1542         ("movqi_64"): Remove.
1543         ("*zero_extendhisi2_31"): Change predicate to s_operand.
1544
1545 2003-08-23  Dale Johannesen  <dalej@apple.com>
1546         * calls.c (emit_library_call_value_1): Fix obvious errors in
1547         arguments to emit_group_store.
1548
1549 2003-08-23  Jason Eckhardt  <jle@rice.edu>
1550
1551         * calls.c (emit_library_call_value_1): Remove code related
1552         to LIBGCC_NEEDS_DOUBLE.
1553         * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE.
1554         * doc/tm.texi: Likewise.
1555         * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro.
1556
1557 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
1558
1559         * config/mips/linux64.h (STARTFILE_PREFIX_SPEC): Remove.
1560
1561 2003-08-23  Richard Sandiford  <rsandifo@redhat.com>
1562
1563         * config/mips/mips.c (mips_setup_incoming_varargs): Handle o32 and o64
1564         as well.  Put memory references in the varargs alias set.
1565         (mips_expand_prologue): Remove varargs handling from here.
1566
1567 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
1568
1569         * config/s390/s390.c (s390_expand_movstr, s390_expand_clrstr,
1570         s390_expand_cmpmem, s390_output_constant_pool, s390_build_va_list,
1571         s390_function_profiler, s390_output_mi_thunk): Use ISO C syntax
1572         for function pointer calls.
1573         * config/s390/s390.md ("*negdi2_31"): Likewise.
1574
1575 2003-08-23  Roger Sayle  <roger@eyesopen.com>
1576
1577         * combine.c (apply_distributive_law): Correct comment.
1578
1579 2003-08-23  Jason Eckhardt  <jle@rice.edu>
1580
1581         * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
1582
1583 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1584
1585         * config/i860/i860.c (i860_build_va_list): Create the va_decl
1586         declaration.  Document the va_list structure.
1587         (i860_va_start): Initialize the va_list structure.
1588         (i860_va_arg): Rewrite completely.
1589         * config/i860/i860.h (LIBGCC_NEEDS_DOUBLE): Don't define.
1590         * config/i860/varargs.asm: Do not allocate or initialize
1591         a va_list.  Return the address of the register save area.
1592
1593 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1594
1595         * config/iq2000/iq2000.c: Fix comment typos.
1596         * config/iq2000/iq2000.md: Likewise.
1597
1598 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1599
1600         * config/iq2000/iq2000.c: Follow spelling conventions.
1601         * config/iq2000/iq2000.h: Likewise.
1602         * config/mn10300/mn10300.c: Likewise.
1603
1604 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1605
1606         * config/i860/i860.c (output_move_double): Don't set latehalf
1607         to zero for CONST_INT (since it could be, e.g., -1).
1608
1609         * config/i860/i860.h (REMSI3_LIBCALL): Replace this macro...
1610         (MODSI3_LIBCALL): ...with this one.
1611         (UREMSI3_LIBCALL): Replace this macro...
1612         (UMODSI3_LIBCALL): ...with this one.
1613
1614 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1615
1616         * config/i860/i860-protos.h (output_delay_insn): Remove prototype.
1617         (output_delayed_branch): Remove prototype.
1618         (single_insn_src_p): Remove prototype.
1619         * config/i860/i860.c (single_insn_src_p): Remove function.
1620         (output_delayed_branch): Remove function.
1621         (output_delay_insn): Remove function.
1622         (va_start): Remove unconditional test and dead code, re-format.
1623         Fix coding style and spelling problems in various comments.
1624         * config/i860/i860.md (UNSPECV_BLOCKAGE): Define constant...
1625         (blockage pattern): ...and use it here.
1626         (all define_peephole patterns related to delayed branches): Remove.
1627         Fix coding style and spelling problems in various comments.
1628
1629 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1630
1631         * config/i860/i860.c: Replace all occurrences of 'GNU CC' with 'GCC'.
1632         Remove all uses of the PARAMS macro.  Remove superflous prototypes.
1633         Convert all function definitions from traditional to ISO C90 syntax.
1634         * config/i860/i860-protos.h: Replace all occurrences of 'GNU CC'
1635         with 'GCC'.  Remove all uses of the PARAMS macro.
1636         * config/i860/i860.h: Replace all occurrences of 'GNU CC' with 'GCC'.
1637         * config/i860/i860.md: Likewise.
1638         * config/i860/sysv4.h: Likewise.
1639         * config/i860/varargs.asm: Likewise.
1640
1641 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1642
1643         * config/i860/i860-protos.h (i860_va_start): Remove 'stdarg_p'
1644         argument.
1645         (tdesc_section): Add prototype.
1646         Update copyright dates.
1647         * config/i860/i860.c: Include coretypes.h, tm.h, and toplev.h.
1648         (TARGET_ASM_FUNCTION_PROLOGUE): Move definition to end of file.
1649         (TARGET_ASM_FUNCTION_EPILOGUE): Likewise.
1650         (targetm): Likewise.
1651         (i860_output_function_prologue): Substitute HOST_WIDE_INT_PRINT_DEC
1652         for '%d' where necessary.
1653         (i860_va_start): Remove 'stdarg_p' argument.  Make conditional checks
1654         on 'stdarg_p' unconditional.  Divide current_function_args_info.ints
1655         by UNITS_PER_WORD when referencing (likewise for .floats).
1656         (I860_SVR4_VARARGS): Rename...
1657         (I860_SVR4_VA_LIST): ...to this.
1658         Call build() with 't' rather than 'field'.
1659         (i860_rtx_costs): New function.
1660         (TARGET_RTX_COSTS): Define.
1661         (i860_internal_label): New function.
1662         (TARGET_ASM_INTERNAL_LABEL): Define.
1663         (i860_file_start): New function.
1664         Update copyright dates.
1665         * config/i860/i860.h (CPP_PREDEFINES): Remove.
1666         (TARGET_CPU_CPP_BUILTINS): Define.
1667         (EXPAND_BUILTIN_VA_START): Remove 'stdarg' argument.
1668         (CONST_COSTS): Remove (and move code to i860_rtx_costs).
1669         (ASM_FILE_START): Remove.
1670         (ASM_FILE_START_1): Remove.
1671         (ASM_GLOBALIZE_LABEL): Remove.
1672         (ASM_OUTPUT_INTERNAL_LABEL): Remove.
1673         (ASM_OUTPUT_CASE_LABEL): Replace call of ASM_OUTPUT_INTERNAL_LABEL
1674         with targetm.asm_out.internal_label.
1675         Update copyright dates.
1676         * config/i860/sysv4.h (USER_LABEL_PREFIX): Define.
1677         (CPP_PREDEFINES): Remove.
1678         (TARGET_OS_CPP_BUILTINS): Define.
1679         (GLOBAL_ASM_OP): Define.
1680         (ASM_FILE_START): Remove.
1681         (TARGET_ASM_FILE_START_FILE_DIRECTIVE): Define.
1682         (TARGET_ASM_FILE_START): Define.
1683         Update copyright dates.
1684
1685 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1686
1687         * gcc/config.gcc (i860-*-sysv4*): Add target.
1688         * config/i860/i860-protos.h: New.
1689         * config/i860/i860.c: New.
1690         * config/i860/i860.h: New.
1691         * config/i860/i860.md: New.
1692         * config/i860/sysv4.h: New.
1693         * config/i860/varargs.asm: New.
1694         * config/i860/x-sysv4: New.
1695
1696 2003-08-22  Jason Eckhardt  <jle@rice.edu>
1697
1698         * config/pa/pa.c: Replace 'GNU CC' with 'GCC'.
1699         Remove all uses of PARAMS macro.
1700         Convert all function definitions to ISO C90 syntax.
1701         * config/pa/elf.h: Replace 'GNU CC' with 'GCC'.
1702         * config/pa/fptr.c: Likewise.
1703         * config/pa/lib2funcs.asm: Likewise.
1704         * config/pa/long_double.h: Likewise.
1705         * config/pa/milli64.S: Likewise.
1706         * config/pa/pa-64.h: Likewise.
1707         * config/pa/pa-hpux.h: Likewise.
1708         * config/pa/pa-hpux10.h: Likewise.
1709         * config/pa/pa-hpux11.h: Likewise.
1710         * config/pa/pa-linux.h: Likewise.
1711         * config/pa/pa-modes.def: Likewise.
1712         * config/pa/pa-osf.h: Likewise.
1713         * config/pa/pa-pro-end.h: Likewise.
1714         * config/pa/pa.md: Likewise.
1715         * config/pa/pa32-linux.h: Likewise.
1716         * config/pa/pa64-linux.h: Likewise.
1717         * config/pa/pa64-hpux.h: Likewise.
1718         * config/pa/pa64-regs.h: Likewise.
1719         * config/pa/quadlib.c: Likewise.
1720         * config/pa/rtems.h: Likewise.
1721         * config/pa/pa-protos.h: Replace 'GNU CC' with 'GCC' and remove
1722         all uses of the PARAMS macro.
1723         * config/pa/pa.h: Likewise.
1724         * config/pa/som.h: Likewise.
1725
1726         * config/iq2000/iq2000.c: Replace 'GNU CC' with 'GCC'.
1727         Remove all uses of PARAMS macro.
1728         Convert all function definitions to ISO C90 syntax.
1729         * config/iq2000-protos.h: Replace 'GNU CC' with 'GCC'.
1730         Remove all uses of PARAMS macro.
1731         * config/iq2000.h: Remove all uses of PARAMS macro.
1732         * config/iq2000/iq2000.md: Replace 'GNU CC' with 'GCC'.
1733
1734 2003-08-23  Ulrich Weigand  <uweigand@de.ibm.com>
1735
1736         * config/s390/s390-protos.h (s390_output_pool_entry): Declare.
1737         * config/s390/s390.c (gen_consttable): Remove.
1738         (s390_dump_pool): Use UNSPECV_POOL_ENTRY for pool entry insns.
1739         (s390_output_pool_entry): New function.
1740         * config/s390/s390.md (UNSPECV_POOL_QI, UNSPECV_POOL_HI,
1741         UNSPECV_POOL_SI, UNSPECV_POOL_DI, UNSPECV_POOL_TI,
1742         UNSPECV_POOL_SF, UNSPECV_POOL_DF): Remove, replace by ...
1743         (UNSPECV_POOL_ENTRY): ... this new constant.
1744         ("consttable_qi", "consttable_hi", "consttable_si", "consttable_di",
1745         "consttable_ti", "consttable_sf", "consttable_df"): Remove ...
1746         ("*pool_entry"): ... and replace by this new insn.
1747         ("literal_pool_31"): Do not emit anchor label if pool empty.
1748
1749         * config/s390/s390.c (struct machine_function): Add save_return_addr_p.
1750         (s390_optimize_prolog): Save RETURN_REGNUM if save_return_addr_p.
1751         (s390_fixup_clobbered_return_reg): Remove.
1752         (s390_reorg): Don't call s390_fixup_clobbered_return_reg.
1753         (s390_return_addr_rtx): Always retrieve return address from save area
1754         slot.  Use save_return_addr_p to force slot to be filled.
1755         (s390_emit_prologue): Remove has_hard_reg_initial_val test.
1756
1757 2003-08-22  Chris Demetriou  <cgd@broadcom.com>
1758
1759         * config/mips/mips.h (MASK_FIX_SB1, TARGET_FIX_SB1): New defines.
1760         (TARGET_SWITCHES): Add -mfix-sb1 and -mno-fix-sb1.
1761         * config/mips/mips.md (divdf3, divsf3, sqrtdf2, sqrtsf2): Work
1762         around SB-1 errata if TARGET_FIX_SB1 is set.
1763         (recip.d insn, recip.s insn, rsqrt.d insn, rsqrt.s insn): Likewise.
1764         * doc/invoke.texi: Document MIPS -mfix-sb1 and -mno-fix-sb1.
1765
1766 2003-08-22  Roger Sayle  <roger@eyesopen.com>
1767
1768         * hashtable.c (ht_expand): Avoid calculating rehash for the common
1769         case that the first probe hits an empty hash table slot.
1770
1771 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
1772
1773         * config/ia64/hpux.h (SUPPORTS_INIT_PRIORITY): Define to 0.
1774
1775 2003-08-22  Mark Mitchell  <mark@codesourcery.com>
1776
1777         * config/ia64/ia64.md (*ptr_extend_plus_1): Rename to ...
1778         (ptr_extend_plus_imm): ... this.
1779         * config/ia64/ia64.c (addp4_optimize_ok): Do not disable addp4
1780         optimization in C++.
1781         (ia64_output_mi_thunk): Support ILP32 mode.
1782
1783 2003-08-22  bernardo innocenti  <bernie@develer.com>
1784
1785         * gcc/config/m68k/m68k.c (m68k_coff_asm_named_section): remove unused
1786         function.
1787         * gcc/config/m68k/m68k.c (-m68k_svr3_asm_out_constructor): likewise.
1788
1789 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1790
1791         * config/i386/i386.c (const_int_1_operand): Simplify an
1792         integer comparison.
1793
1794 2003-08-22  Alan Modra  <amodra@bigpond.net.au>
1795
1796         * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
1797         * config/rs6000/ppc64-fp.c: Likewise.
1798
1799 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1800
1801         * cfgcleanup.c: Fix comment typos.
1802         * emit-rtl.c: Likewise.
1803         * optabs.c: Likewise.
1804         * ra-build.c: Likewise.
1805         * rtlanal.c: Likewise.
1806         * tree.h: Likewise.
1807
1808 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1809
1810         * c-decl.c: Fix comment formatting.
1811         * cfgrtl.c: Likewise.
1812         * combine.c: Likewise.
1813         * convert.c: Likewise.
1814         * dominance.c: Likewise.
1815         * dwarf2out.c: Likewise.
1816         * dwarfout.c: Likewise.
1817         * expmed.c: Likewise.
1818         * fold-const.c: Likewise.
1819         * gcov.c: Likewise.
1820         * genattrtab.c: Likewise.
1821         * ggc-common.c: Likewise.
1822         * mips-tfile.c: Likewise.
1823         * regmove.c: Likewise.
1824
1825 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
1826
1827         * builtin-attrs.def: Fix comment formatting.
1828         * c-pretty-print.c: Likewise.
1829         * diagnostic.h: Likewise.
1830         * langhooks.h: Likewise.
1831         * recog.c: Likewise.
1832         * simplify-rtx.c: Likewise.
1833         * tree.def: Likewise.
1834
1835 2003-08-22  Bernardo Innocenti  <bernie@develer.com>
1836
1837         * config/m68k/m68k-protos.h: Convert to ISO C90.
1838         * config/m68k/m68k.c: Likewise.
1839
1840 2003-08-21  Bernardo Innocenti  <bernie@develer.com>
1841             Paul Dale  <pauli@snapgear.com>
1842             Peter Barada <peter@baradas.org>
1843
1844         * config/m68k/m68k.c (m68k_rtx_costs): Adjust mul/div costs for
1845         ColdFire cores.
1846
1847 2003-08-21  Zack Weinberg  <zack@codesourcery.com>
1848
1849         * Makefile.in (INCLUDES): Remove -I$(srcdir)/config.
1850         * config.gcc (*-*-openbsd): Don't set tm_file.
1851         (alpha*-*-openbsd, arm*-*-coff*, arm*-wince-pe*,
1852         arm-*-pe*, avr-*-*, h8300-*-rtems*, h8300-*-elf*,
1853         h8300-*-*, hppa*-*-osf*, hppa*-*-bsd*, hppa*-*-hpux*,
1854         i370-*-opened*, i370-*-mvs*, i370-*-linux*, i?86-*-openbsd*,
1855         i?86-*-lynxos, i?86-*-nto-qnx*, iq2000*-*-elf*, m68000-hp-hpux*,
1856         m68k-hp-hpux*, m68k-*-aout*, m68k-*-coff*, m68020-*-elf*,
1857         m68k-*-elf*, m68k*-*-netbsd*, m68k*-*-openbsd*, m68k-*-sysv4*,
1858         m68k-*-linux*, m68k-*-rtems*, mcore-*-pe*, mips*-*-netbsd*,
1859         mips*-*-openbsd*, rs6000-*-lynxos*, sh*-*-elf*, sh*-*-ka,
1860         sh-*-rtemself, sparc-*-openbsd*, strongarm-*-pe, vax-*-openbsd*,
1861         xscale-*-coff): Use explicit and complete lists of target headers
1862         to include.  Move definitions to tm_defines where appropriate.
1863         (hppa*-*-openbsd*, powerpc-*-openbsd*): Comment out stanza for
1864         not-yet-contributed configuration.
1865
1866         * config/lynx.h, config/alpha/openbsd.h, config/arm/coff.h
1867         * config/avr/avr.h, config/frv/frv.h, config/h8300/elf.h
1868         * config/i370/linux.h, config/i370/mvs.h, config/i370/oe.h
1869         * config/i386/nto.h, config/iq2000/iq2000.h,
1870         * config/m68k/coff.h, config/m68k/hp310.h, config/m68k/hp320.h
1871         * config/m68k/linux.h, config/m68k/m68k-aout.h
1872         * config/m68k/m68k-none.h, config/m68k/m68kv4.h
1873         * config/m68k/netbsd.h, config/m68k/openbsd.h
1874         * config/m68k/sgs.h, config/mcore/mcore-pe.h,
1875         * config/mips/netbsd.h, config/mips/openbsd.h, config/pa/pa.h,
1876         * config/rs6000/lynx.h, config/sh/embed-elf.h, config/sparc/openbsd.h:
1877         Remove includes of other target config headers, and
1878         definitions of macros moved to tm_defines lists.  Add #undefs
1879         where now necessary to prevent redefinition warnings.
1880
1881         * config/h8300/coff.h: New file split out of...
1882         * config/h8300/elf.h: ...here.
1883         * config/m68k/hp320base.h: New file split out of...
1884         * config/m68k/hp320.h: ...here.
1885         * config/rs6000/lynxbase.h: New file split out of...
1886         * config/rs6000/lynx.h: ...here.
1887
1888         * config/m68k/hp310g.h, config/m68k/hp320g.h, config/m68k/hpux7.h
1889         * config/m68k/m68k-coff.h, config/mips/openbsd-be.h: Delete file.
1890
1891         * config/sol2.h: Remove #if 0-ed #include of sys/mman.h.
1892         * config/m68k/m68kelf.h: Remove commented out #include of m68k/sgs.h.
1893         * config/mcore/mcore.h: Don't include hwint.h nor machmode.h.
1894         Remove unnecessary #ifndef.
1895         * config/s390/s390.h: Prefix #include of s390/fixdfdi.h
1896         [under IN_LIBGCC2] with config/.
1897
1898 2003-08-21  Per Bothner  <pbothner@apple.com>
1899
1900         * cppfiles.c (stack_file):  Correctly pass return_at_eof parameter
1901         to cpp_push_buffer.
1902         * cpplex.c (_cpp_get_fresh_line):  Don't buffer->prev - handled
1903         by return_at_eof check.  Always call _cpp_pop_buffer at end.
1904
1905 2003-08-21  Kazu Hirata  <kazu@cs.umass.edu>
1906
1907         PR target/11805
1908         * config/h8300/h8300.md (two anonymous patterns): Remove.
1909
1910 2003-08-21  Richard Sandiford  <rsandifo@redhat.com>
1911
1912         * config/mips/mips.h (MUST_PASS_IN_STACK): Remove BLKmode clause.
1913         * config/mips/mips.c (function_arg_pass_by_reference): Never return
1914         true for n32 & n64.
1915
1916 2003-08-21  Josef Zlomek  <zlomekj@suse.cz>
1917
1918         * fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
1919         and similarly in (A | C) == D where C & ~D != 0.
1920
1921 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
1922
1923         PR 8180
1924         * configure.in: When testing with_libs and with_headers, treat
1925         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
1926         * configure: Regenerate.
1927
1928 2003-08-20  Peter Barada <peter@baradas.org>
1929
1930         * longlong.h (umul_ppmm): Add ColdFire support.
1931
1932 2003-08-20  Peter Barada <peter@baradas.org>
1933             Bernardo Innocenti  <bernie@develer.com>
1934
1935         * config/m68k/m68k-none.h: Introduce new ColdFire archs.
1936         * config/m68k/m68k.h: Likewise.
1937         * config/m68k/lb1sf68.asm: Rename __mcf5200__ to __mcoldfire__.
1938         * config/m68k/coff.h: Rename TARGET_5200 to TARGET_COLDFIRE.
1939         * config/m68k/linux.h: Likewise.
1940         * config/m68k/m68k.c: Likewise.
1941         * config/m68k/m68k.md: Likewise.
1942         * config/m68k/m68kelf.h: Likewise.
1943         * config/m68k/netbsd-elf.h: Likewise.
1944         * config/m68k/t-m68kelf: Add multilib targets for new ColdFire archs.
1945
1946 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
1947
1948         * config/m68k/m68k.c: Strip away code depending on NO_ADDSUB_Q definition.
1949         * config/m68k/m68k.md: Likewise.
1950
1951 2003-08-20  Mark Mitchell  <mark@codesourcery.com>
1952
1953         PR java/11996
1954         Revert this change:
1955         2003-08-19  Mark Mitchell  <mark@codesourcery.com>
1956         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
1957         types with precisions other than those given by native machine
1958         modes.
1959
1960 2003-08-20  Gunther Nikl  <gni@gecko.de>
1961
1962         * config/m68k/m68k.md (anonymous define_insn): remove obsolete code
1963         selected by FSGLMUL_USE_S and FSGLDIV_USE_S
1964         * config/m68k/m68k.c (output_move_himode): remove SGS_NO_LI check
1965         * config/m68k/m68k.md (anonymous define_insn): Likewise
1966         * config/m68k/m68k.md (anonymous define_insn): remove ISI_OV check
1967         * config/m68k/m68k.c (standard_68881_constant_p): remove obsolete
1968         code selected by NO_ASM_FMOVECR
1969
1970 2003-08-20  Gunther Nikl  <gni@gecko.de>
1971
1972         * config/m68k/m68k.c (output_move_const_into_data_reg,
1973         output_move_himode): unify MOTOROLA/MIT handling of moveq
1974         * config/m68k/m68k.md (movsi_const0, anonymous define_insn):
1975         Likewise
1976
1977 2003-08-20  Gunther Nikl  <gni@gecko.de>
1978
1979         * config/m68k/m68k.c (m68k_output_function_prologue): use %U in
1980         label name
1981         * config/m68k/m68k.c (m68k_output_function_epilogue): replace
1982         HOST_WIDE_INT_PRINT_DEC with %wd
1983
1984 2003-08-20  Loren James Rittle  <ljrittle@acm.org>
1985
1986         * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle
1987         redefine warning.
1988
1989 2003-08-20  Roger Sayle  <roger@eyesopen.com>
1990
1991         PR middle-end/11984
1992         * fold-const.c (fold <PLUS_EXPR>): Check for integer constant
1993         operands before calling tree_int_cst_lt when performing associative
1994         transformations.
1995
1996 2003-08-20  Jason Merrill  <jason@redhat.com>
1997
1998         * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.
1999         (EXPR_CHECK): Don't check for 'r' or 's' if we're
2000         checking IS_EXPR_CODE_CLASS.
2001         * calls.c (calls_function_1): Likewise.
2002         * fold-const.c (fold): Likewise.
2003         * tree.c (iterative_hash_expr): Likewise.
2004         * tree-inline.c (walk_tree, copy_tree_r): Likewise.
2005
2006 2003-08-20  Gunther Nikl  <gni@gecko.de>
2007
2008         * config/m68k/m68k.c (m68k_output_mi_thunk): delete obsolete code
2009         depending on MOTOROLA_BSR
2010         * config/m68k/m68k.md (anonymous define_insn): Likewise
2011
2012 2003-08-20  Jason Merrill  <jason@redhat.com>
2013
2014         * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl.
2015         (expand_builtin_mathfn2, expand_builtin, builtin_mathfn_code,
2016         fold_trunc_transparent_mathfn, fold_builtin): Likewise.
2017         * dojump.c (do_jump): Likewise.
2018         * fold-const.c (operand_equal_p, fold): Likewise.
2019         (tree_expr_nonnegative_p): Likewise.
2020
2021         * stor-layout.c (do_type_align): Only copy DECL_USER_ALIGN from
2022         TYPE_USER_ALIGN for FIELD_DECLs.
2023
2024         * attribs.c (decl_attributes): Rebuild the function pointer type after
2025         changing the target type.
2026         * tree.c (get_qualified_type): Also check that the attributes match.
2027
2028 2003-08-19  Matt Kraai  <kraai@alumni.cmu.edu>
2029
2030         * Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
2031         * objc/config-lang.in (stagestuff): ... to here.
2032
2033 2003-08-19  Mark Mitchell  <mark@codesourcery.com>
2034
2035         PR c++/11946
2036         * convert.c (convert_to_integer): Use CONVERT_EXPR (instead of
2037         NOP_EXPR) when necessary.
2038         * c-common.c (c_common_signed_or_unsigned_type): Correctly handle
2039         types with precisions other than those given by native machine
2040         modes.
2041
2042 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
2043
2044         * cpppch.c (cpp_valid_state): Re-add warning about PCH not used
2045         because some macro is defined.
2046
2047         * config/darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only
2048         options.
2049         * config/i386/darwin.h (ASM_SPEC): New.
2050         (SUBTARGET_EXTRA_SPECS): New.
2051         * config/rs6000/darwin.h (ASM_SPEC): New.
2052         (SUBTARGET_EXTRA_SPECS): New.
2053         * configure.in: Don't set CROSS or SYSTEM_HEADER_DIR when building
2054         a cross-compiler between two different processors on Darwin.
2055         * configure: Regenerate.
2056
2057 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
2058
2059         * builtins.c: Fix comment typos.
2060         * c-common.c: Likewise.
2061         * c-decl.c: Likewise.
2062         * c-pretty-print.c: Likewise.
2063         * cfgbuild.c: Likewise.
2064         * cfglayout.c: Likewise.
2065         * cfgloopanal.c: Likewise.
2066         * cgraphunit.c: Likewise.
2067         * cppfiles.c: Likewise.
2068         * dwarfout.c: Likewise.
2069         * expr.c: Likewise.
2070         * fold-const.c: Likewise.
2071         * gcse.c: Likewise.
2072         * ggc-page.c: Likewise.
2073         * haifa-sched.c: Likewise.
2074         * pretty-print.c: Likewise.
2075         * tree.c: Likewise.
2076         * tree.h: Likewise.
2077         * value-prof.c: Likewise.
2078
2079 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
2080
2081         * c-decl.c: Follow spelling conventions.
2082         * cppfiles.c: Likewise.
2083
2084 2003-08-19  Kazu Hirata  <kazu@cs.umass.edu>
2085
2086         * c-common.c: Fix comment formatting.
2087         * c-common.h: Likewise.
2088         * c-decl.c: Likewise.
2089         * cppinit.c: Likewise.
2090         * cpplib.h: Likewise.
2091         * emit-rtl.c: Likewise.
2092         * input.h: Likewise.
2093         * line-map.h: Likewise.
2094         * opts.c: Likewise.
2095         * opts.h: Likewise.
2096         * simplify-rtx.c: Likewise.
2097
2098 2003-08-19  Daniel Jacobowitz  <drow@mvista.com>
2099
2100         * unwind-c.c: Add libgcc-style exception.
2101         * unwind-dw2.c: Likewise.
2102         * unwind-pe.h: Likewise.
2103         * unwind-sjlj.c: Likewise.
2104         * unwind.inc: Likewise.
2105
2106 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2107
2108         PR c/5582 PR c++/10538
2109         * langhooks-def.h (lhd_decl_uninit): Declare.
2110         (LANG_HOOKS_DECL_UNINIT): New macro.
2111         (LANG_HOOKS_INITIALIZER): Adjust.
2112         * langhooks.h (struct lang_hooks): Add new field
2113         decl_uninit.
2114         * langhooks.c (lhd_decl_uninit): Define.
2115         * c-common.c (c_decl_uninit_1): New function.
2116         (c_decl_uninit): New function.
2117         (warn_init_self): Define.
2118         * c-common.h (c_decl_uninit): Declare.
2119         (warn_init_self): Declare.
2120         * c.opt: Introduce -Winit-self.
2121         * c-opts.c (c_common_handle_options): Set warn_init_self.
2122         * c-lang.c (LANG_HOOKS_DECL_UNINIT): Define.
2123         * objc/objc-lang.c  (LANG_HOOKS_DECL_UNINIT): Define.
2124         * function.c (uninitialized_vars_warning): Call the language hook.
2125         * doc/invoke.texi: Document -Winit-self.
2126
2127 2003-08-19  Chris Demetriou  <cgd@broadcom.com>
2128
2129         * config/mips/mips.md: Adjust SI-mode "trap_if" instruction
2130         to use better predicates and constraints.  Define new
2131         instruction to handle "trap_if" with DI-mode arguments.
2132         (conditional_trap): FAIL if trap code is not 0.
2133
2134 2003-08-19  Andrew Pinski  <pinskia@physics.uc.edu>
2135
2136         * config/i386/i386.c (legitimate_pic_address_disp_p): Change the
2137         strstr with $pb to a strcompare with "<pic base>"
2138         (ix86_output_addr_diff_elt): Output the real pic base.
2139
2140 2003-08-19  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2141
2142         * langhooks-def.h (LANG_HOOKS_INITIALIZE_DIAGNOSTICS): Fix spelling.
2143         (LANG_HOOKS_INITIALIZER): Correct.
2144         * c-lang.c: Likewise.
2145
2146 2003-08-19  Jan Hubicka  <jh@suse.cz>
2147
2148         * cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.
2149         (cgraph_varpool_mark_needed_node): Likewise.
2150         * cgraph.h (notice_global_symbol): Declare
2151         * varasm.c (notice_global_symbol): Break out from ...
2152         (assemble_start_function): ... here; update for variables.
2153         (assemble_variable): Use notice_global_symbol.
2154
2155 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
2156
2157         * config/mips/mips.c (mips_va_arg): If EABI_FLOAT_VARARGS_P,
2158         expect SFmode and DFmode arguments to be passed in FPRs,
2159         regardless of the underlying type.
2160
2161 2003-08-19  Richard Sandiford  <rsandifo@redhat.com>
2162
2163         PR target/11924
2164         * config/mips/mips.c (INTERNAL_SYMBOL_P): New macro.
2165         (mips_classify_symbol, m16_usym8_4, m16_usym5_4): Use it.
2166
2167 2003-08-18  Matt Kraai  <kraai@alumni.cmu.edu>
2168
2169         PR c/11207
2170         * c-typeck.c (set_init_index): Check for negative index.
2171
2172 2003-08-18  Bob Wilson  <bob.wilson@acm.org>
2173
2174         * config/xtensa/crti.asm (_init, _fini): Add alternate code for new
2175         call0 ABI.
2176         * config/xtensa/crtn.asm (_init, _fini): Likewise.
2177         * config/xtensa/lib1funcs.asm (__mulsi3, __udivsi3, __divsi3,
2178         __umodsi3, __modsi3): Likewise.
2179         * config/xtensa/t-xtensa (crti.o, crtn.o): Add $(GCC_CFLAGS) and
2180         $(INCLUDES).
2181
2182 2003-08-18  Aldy Hernandez  <aldyh@redhat.com>
2183
2184         * config/rs6000/spe.md ("*nabssf2_gpr"): New.
2185
2186 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2187
2188         * config/mips/mips.md: Quote C code in braces.  Remove use of
2189         fake const0_rtx operands.  Remove double backslashes.  Use \;.
2190         Remove workarounds for bogus warnings.
2191
2192 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2193
2194         * config/mips/mips.md (muldf3, mulsf3): Don't call a gen_* function.
2195         (muldf3_internal, muldf3_r4300): Select based on TARGET_4300_MUL_FIX
2196         rather than TARGET_MIPS4300.
2197         (mulsf3_internal, mulsf3_r4300): Likewise.
2198
2199 2003-08-18  Richard Sandiford  <rsandifo@redhat.com>
2200
2201         * config/mips/mips.md: Renumber unspecs.  Clean up comments.
2202
2203 2003-08-17  Roger Sayle  <roger@eyesopen.com>
2204
2205         * simplify-rtx.c (associative_constant_p): New function to test
2206         whether an RTX expression is an immediate constant.
2207         (simplify_associative_operation): New function to perform some
2208         reassociation optimizations of associative binary expressions.
2209         (simplify_binary_operation): Use simplify_associative_operation
2210         to simplify PLUS, MULT, AND, IOR, XOR, SMIN, SMAX, UMIN and UMAX.
2211         Floating point expressions are only reassociated when unsafe
2212         math optimizations are permitted.
2213
2214 2003-08-17  Andreas Jaeger  <aj@suse.de>
2215
2216         * config/alpha/alpha.md: Remove usage of PARAMS.
2217
2218         * config/i386/cygwin.h: Convert K&R prototypes to ISO C90.
2219         * config/i386/i386-interix.h: Likewise.
2220         * config/i386/winnt.c: Likewise.
2221         * config/i386/cygming.h: Likewise.
2222         * config/i386/cygwin2.c: Likewise.
2223         * config/darwin.c: Likewise.
2224         * config/darwin-c.c: Likewise.
2225         * config/darwin-protos.h: Likewise.
2226         * config/darwin.h: Likewise.
2227         * config/s390/s390-protos.h: Likewise.
2228         * config/s390/s390.c: Likewise.
2229         * config/ia64/ia64.c: Likewse
2230         * config/ia64/ia64-protos.h: Likewise.
2231         * config/ia64/ia64-c.c: Likewise.
2232
2233 2003-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2234
2235         * config/sparc/sparc.c: Convert to ISO C.
2236
2237         * config/sparc/sparc-protos.h: Don't use the PARAMS macro.
2238         * config/sparc/sparc.c: Likewise.
2239
2240 2003-08-16  Nathan Sidwell  <nathan@codesourcery.com>
2241
2242         PR c++/11512
2243         * stmt.c (expand_expr_stmt_value): Don't warn about any void
2244         typed expression.
2245
2246 2003-08-16  Jan Hubicka  <jh@suse.cz>
2247
2248         * i386.c (ix86_fntype_regparm): Rename from ...
2249         (ix86_function_regparm): ... this one; add fastcall and local
2250         functions.
2251         (ix86_function_ok_for_sibcall): Update.
2252         (ix86_return_pops_args): Likewise.
2253         (init_cumulative_args): Likewise.
2254         (x86_can_output_mi_thunk): Likewise.
2255         (function_arg): Fix formating.
2256         (x86_this_parameter): Fix fastcall.
2257         (x86_output_mi_thunk): Likewise.
2258
2259         * cgraph.c (cgraph_mark_needed_node): Do not mark functions without
2260         body as reachable; mark nested functions as needed too.
2261         (dump_cgraph): Do not output global.calls.
2262         * cgraph.h (cgraph_global_info): Kill.
2263         * cgraphunit.c (cgraph_finalize_function): Enqueue needed functions.
2264         (record_call_1): Speedup.
2265         (cgraph_analyze_function): Break out from ...; compute inlining
2266         parameters.
2267         (cgraph_finalize_compilation_unit): ... here.
2268         (cgraph_mark_inline): Kill computation of calls.
2269         (cgraph_decide_inlining): Do not compute most of initial values.
2270
2271 2003-08-14  Roger Sayle  <roger@eyesopen.com>
2272
2273         * fold-const.c (negate_expr_p): MULT_EXPRs and RDIV_EXPRs are easy
2274         to negate if either operand is easy to negate, if we don't care
2275         about sign-dependent rounding.
2276         (negate_expr): Make the logic to negate a REAL_CST explicit.
2277         Attempt to negate a MULT_EXPR or RDIV_EXPR by negating an operand
2278         that's easy to negate, if we don't honor sign-dependent rounding.
2279         (fold <MULT_EXPR>): Optimize -A * B as A * -B if B is easy to
2280         negate, and the symmetric A * -B as -A * B if A is easy to negate.
2281         (fold <RDIV_EXPR>): Likewise, optimize -A/B and C/-D as A/-B and
2282         -C/D if B and C are cheap to negate.  Add an explicit rule to
2283         optimize X/-1.0 as -X when we don't care about signaling NaNs.
2284
2285 2003-08-14  Zack Weinberg  <zack@codesourcery.com>
2286
2287         * Makefile.in (tm_file): Rename tm_include_list.
2288         (tm_p_file): Rename tm_p_include_list.
2289         (build_xm_file): Rename build_xm_include_list.
2290         (host_xm_file): Rename host_xm_include_list.
2291         (xm_file): Rename xm_include_list.
2292         (xm_file_list): Add to be substituted.
2293         (cs-config.h, cs-bconfig.h, cs-tconfig.h, cs-tm.h, cs-tm_p.h):
2294         Update to match.
2295         (bt-load.o): Add missing dependency on $(TM_H).
2296         * configure.in: Prefix value of EXTRA_MODES_FILE with config/.
2297         For each of tm_file, tm_p_file, xm_file, host_xm_file, and
2298         build_xm_file, generate both *_file_list and *_include_list
2299         values from it.  (xm_file_list was formerly not being generated.)
2300         In *_include_list, prefix the names of all headers found in
2301         $(srcdir)/config with config/.  In each loop, consider only
2302         the special case files that can actually appear in that list.
2303         AC_SUBST all *_file_list and all *_include_list variables; do
2304         not AC_SUBST the plain *_file variables.
2305         * configure: Regenerate.
2306
2307 2003-08-14  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2308
2309         * cfg.c (dump_edge_info): Add name of loop_exit edge flag.
2310
2311 2003-08-14  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2312
2313         * pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in
2314         direct calls.
2315         (attr_length_call): Include it here.  Improve length estimate for
2316         local calls.
2317         (output_call): Use targetm.binds_local_p.
2318
2319 2003-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2320
2321         * builtins.c (CASE_MATHFN): New helper macro.
2322         (mathfn_built_in): Simplify and sort.
2323
2324         * protoize.c (substr): Delete, callers changed to `strstr'.
2325
2326 2003-08-13  Zack Weinberg  <zack@codesourcery.com>
2327
2328         * config.gcc (iq2000*-*-elf*): Don't set xm_file.
2329         * config/iq2000/xm-iq2000.h: Delete file.
2330
2331 2003-08-13  Geoffrey Keating  <geoffk@apple.com>
2332
2333         * gengtype.c (walk_type): Process a subobject before processing
2334         the pointer that points to the subobject.
2335
2336 2003-08-13  Per Bothner  <pbothner@apple.com>
2337
2338         * regclass.c (init_reg_modes):  Make non-static.
2339         Rename to init_reg_modes_once per new naming convention.
2340         (init_regs):  Don't call init_reg_modes here.
2341         * emit-rtl.c (init_emit_once):  Call init_reg_modes_once here instead.
2342         * rtl.h (init_reg_modes_once):  New declaration.
2343         * toplev.c (backend_init):  Call init_regs after init_emit_once.
2344
2345 2003-08-13  Kaz Kojima  <kkojima@gcc.gnu.org>
2346
2347         * config/sh/linux.h (DBX_REGISTER_NUMBER): Define so to map a
2348         special index for MD_FALLBACK_FRAME_STATE_FOR to itself.
2349
2350 2003-08-13  J"orn Rennecke <joern.rennecke@superh.com>
2351
2352         * sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.
2353         * sh.md (load_ra): Change insn predicate to TARGET_SH1.
2354
2355 2003-08-13  Dale Johannesen  <dalej@apple.com>
2356
2357         * config/rs6000/rs6000.md (ctrsi, ctrdi):  Reenable
2358         handling of decrement-and-branch farther than 32 bits.
2359
2360 2003-08-12  Kelley Cook  <kelleycook@wideopenwest.com>
2361
2362         * configure.in (make_compare_target): Move test to ...
2363         * aclocal.m4 (gcc_AC_PROG_CMP_IGNORE_INITIAL): here.
2364         * configure: Regenerate.
2365
2366 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
2367
2368         * config/mips/iris6.h: Convert to C90 prototypes.
2369         * config/mips/irix6-libc-compat.c: Likewise.
2370         * config/mips/mips-protos.h: Likewise.
2371         * config/mips/mips.c: Likewise.
2372
2373 2003-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
2374
2375         fixinc/inclhack.def (svr4_krnl): Rename from svr4_kernel.  Enable
2376         for selected machines.  Comment heavily.
2377         fixinc/fixincl.x: Rebuild.
2378         fixinc/tests/base/fs/rfs/rf_cache.h: New file.
2379
2380 2003-08-12  Richard Sandiford  <rsandifo@redhat.com>
2381
2382         * config/mips/mips.h: Tweak various comments.
2383         * config/mips/mips.c: Likewise.
2384
2385 2003-08-11  James E Wilson  <wilson@tuliptree.org>
2386
2387         PR optimization/11319
2388         PR target/10021
2389         * alias.c (find_base_value, case REG): Return 0 not src if no base
2390         found.
2391
2392 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2393
2394         * gcse.c (gmalloc): Fix last change.
2395
2396 2003-08-11  Roger Sayle  <roger@eyesopen.com>
2397
2398         * simplify-rtx.c (simplify_binary_operation): Replace calls to
2399         gen_rtx_NEG and gen_rtx_NOT with calls to simplify_gen_unary,
2400         and calls to gen_rtx_PLUS, gen_rtx_MULT, gen_rtx_LSHIFTRT,
2401         gen_rtx_ASHIFT and gen_rtx_AND with calls to simplify_gen_binary.
2402
2403 2003-08-11  Roger Sayle  <roger@eyesopen.com>
2404
2405         * expr.c (expand_expr): If an ABS_EXPR has a complex type, abort.
2406         * c-typeck.c (build_unary_op): COMPLEX_TYPE is not a valid
2407         typecode for an ABS_EXPR.
2408
2409         * doc/c-tree.texi: Document ABS_EXPR.
2410
2411 2003-08-11  Roger Sayle  <roger@eyesopen.com>
2412
2413         * fold-const.c (fold): Optimize any associative floating point
2414         operator with -funsafe-math-optimizations, not just MULT_EXPR.
2415
2416 2003-08-11  Kaz Kojima  <kkojima@gcc.gnu.org>
2417
2418         * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size
2419         information in SHmedia case too.
2420         (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate):
2421         Likewise.
2422         (__set_fpscr): Use an access via GOT for PIC case.
2423
2424 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
2425
2426         * configure.in (intermodule): Make switch test more portable.
2427         * configure: Regenerate.
2428
2429 2003-08-11  Kelley Cook  <kelleycook@wideopenwest.com>
2430
2431         * Makefile.in (cleanstrap): Pass BOOT_CFLAGS to bootstrap.
2432         (restrap): Likewise.
2433
2434 2003-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2435
2436         * gcse.c (gmalloc): Argument is a size_t.  Add ATTRIBUTE_MALLOC.
2437         (grealloc): Size argument is a size_t.
2438         (gcalloc): New function.  Use throughout in lieu of
2439         gmalloc/memset.
2440
2441         * config/avr/avr.c (avr_init_once): Use xcalloc in lieu of
2442         xmalloc/memset.
2443         * config/ia64/ia64.c (ia64_reorg): Likewise.
2444         * conflict.c (conflict_graph_new): Likewise.
2445         * fixinc/fixincl.c (run_compiles): Likewise.
2446         * genattrtab.c (optimize_attrs): Likewise.
2447         * genrecog.c (new_decision): Likewise.
2448         * haifa-sched.c (schedule_block): Likewise.
2449         * hashtable.c (ht_create): Likewise.
2450
2451 2003-08-11  Bob Wilson  <bob.wilson@acm.org>
2452
2453         * config/xtensa/lib2funcs.S: Fix whitespace.
2454         * config/xtensa/xtensa.md (all insns and expanders): Use brace block
2455         syntax where appropriate.  Remove unnecessary backslash escapes.
2456         Reformat comments and fix some code formatting.
2457         (extendqisi2): Rearrange conditional.
2458         (*btrue, *bfalse, *ubtrue, *ubfalse, *bittrue, *bitfalse, *masktrue,
2459         *maskfalse, movsicc_internal0, movsfcc_internal0): Call abort instead
2460         of fatal_insn.
2461
2462 2003-08-11  Richard Sandiford  <rsandifo@redhat.com>
2463
2464         * config/mips/mips.c: Various formatting fixes.
2465         (override_options): Resync -mtune handling with gas.
2466         (mips_issue_rate): Rearrange like mips_use_dfa_pipeline_interface.
2467         * config/mips/mips.h: More formatting fixes.
2468         (mips_abi): Move declaration.
2469         * config/mips/mips.md (exception_receiver): Add mode to
2470         unspec_volatile.
2471
2472 2003-08-11  Aldy Hernandez  <aldyh@redhat.com>
2473
2474         * config/rs6000/rs6000.c (spe_init_builtins): Handle evsplati and
2475         evsplatfi here.
2476         (bdesc_1arg): Remove evsplati and evsplatfi.
2477
2478 2003-08-11  J"orn Rennecke <joern.rennecke@superh.com>
2479
2480         * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
2481         into account.
2482
2483 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2484
2485         * builtins.c (expand_builtin_strcat): Optimize constant strings.
2486
2487 2003-08-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2488
2489         * pretty-print.c (pp_base_indent): Rename from pp_indent.
2490         * c-pretty-print.h (pp_c_pretty_print_flag)s: New datatype.
2491         (struct c_pretty_print_info): Add more fields.
2492         (pp_c_left_paren): Move to c-pretty-print.c.
2493         (pp_c_right_paren): Likewise.
2494         (pp_c_left_brace): Likewise.
2495         (pp_c_right_brace): Likewise.
2496         (pp_c_left_bracket): Likewise.
2497         (pp_c_right_bracket): Likewise.
2498         (pp_c_declarator): Declare.
2499         (pp_c_direct_declarator): Likewise.
2500         (pp_c_specifier_qualifier_list): Likewise.
2501         (pp_c_type_id): Likewise.
2502         * c-pretty-print.c (pp_c_cv_qualifier): Change prootype. Rework..
2503         (pp_c_type_qualifier_list): New.
2504         (pp_c_pointer): Likewise.
2505         (pp_c_parameter_type_list): Likewise.
2506         (pp_c_function_definition): Likewise.
2507         (pp_c_id_expression): Likewise.
2508         (pp_c_simple_type_specifier): Tidy.
2509         (pp_c_unary_expression): Likewise.
2510         (pp_c_expression): Likewise.
2511         (pp_c_pretty_printer_init): Likewise.
2512         (pp_c_specifier_qualifier_list): Rework..
2513         (pp_c_abstract_declarator): Likewise.
2514         (pp_c_postfix_expression): Likewise.
2515         (pp_c_primary_expression): Likewise.
2516         (pp_c_cast_expression): Likewise.
2517         (pp_c_direct_abstract_declarator): Likewise.
2518         (pp_c_storage_class_specifier): Likewise.
2519         (pp_c_function_specifier): Likewise.
2520         (pp_c_declaration_specifiers): Likewise.
2521         (pp_c_direct_declarator): Likewise.
2522         (pp_c_declarator): Likewise.
2523         (pp_c_declaration): Likewise.
2524         (pp_c_statement): Likewise.
2525         (pp_c_integer_constant): Rename from pp_c_integer_literal.
2526         (pp_c_character_constant): Rename from pp_c_character_literal.
2527         (pp_c_bool_constant): Rename from pp_c_bool_literal.
2528         (pp_c_enumeration_constant): Rename from pp_c_enumerator.
2529         (pp_c_floating_constant): Rename from pp_c_real_literal.
2530         (pp_c_constant): Rename from pp_c_literal.
2531         * c-lang.c: Include diagnostic.h and c-pretty-print.h
2532         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): Define.
2533         (c_initialize_diagnostics): New.
2534         * Makefile.in (c-lang.o): Update dependency.
2535
2536 2003-08-10  Nathan Sidwell  <nathan@codesourcery.com>
2537
2538         * c-typeck.c (digest_init): Add conversion for VECTOR_TYPEs.
2539
2540 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
2541
2542         * config/mips/mips.c (mips_no_mips16_string): Remove.
2543         (override_options): Don't handle -mips16 as part of -mipsN.
2544         * config/mips/mips.h (mips_no_mips16_string): Remove declaration.
2545         (TARGET_SWITCHES): Add -mips16 and -mno-mips16 entries.
2546         (TARGET_OPTIONS): Remove -mno-mips16.
2547
2548 2003-08-10  Richard Sandiford  <rsandifo@redhat.com>
2549
2550         * config/mips/mips-protos.h (coprocessor_operand): Remove declaration.
2551         (coprocessor2_operand): Likewise.
2552         * config/mips/mips.c (STAB_CODE_TYPE): Remove.
2553         (lookup_name): Remove declaration.
2554         (abort_with_insn): Remove.  Replace all uses with fatal_insn.
2555         (mips16, mips_abicalls): Remove.
2556         (mips_char_to_class): Remove initialiser: all entries are NO_REGS.
2557         (arith32_operand, large_int, true_reg_or_0_operand): Remove.
2558         (coprocessor_operand, coprocessor2_operand): Remove.
2559         (override_options): Don't set mips16 or mips_abicalls.
2560         (print_operand): Don't expect SIGN_EXTEND operands.
2561         (mips_secondary_reload_class): Likewise.
2562         (mips_output_conditional_branch): Remove disabled long-branch code.
2563         * config/mips/mips.h (call_used_regs): Remove declaration.
2564         (may_call_alloca): Likewise.
2565         (mips_cpu_attr, mips_abicalls_type, mips_abicalls_attr): Remove.
2566         (mips_abicalls, mips16): Remove declarations.
2567         (ASM_FINAL_SPEC, LIB_SPEC): Remove.
2568         (CC1_SPEC): Remove outdated comment.
2569         (MIPS_VERSION, MACHINE_TYPE): Remove.
2570         (TARGET_VERSION_INTERNAL, TARGET_VERSION): Remove.
2571         (PC_REGNUM, STACK_POINTER_OFFSET): Remove disabled definitions.
2572         (STRUCT_VALUE_RETURN_REGNUM, STACK_DYNAMIC_OFFSET): Likewise.
2573         (PUSH_ROUNDING): Likewise.
2574         (ASSEMBLER_SCRATCH_REGNUM): Remove.
2575         * config/mips/mips.md: Replace mips_cpu_attr with mips_tune
2576         and mips16 with TARGET_MIPS16.
2577
2578 2003-08-09  Per Bothner  <pbothner@apple.com>
2579
2580         * cppinit.c (cpp_read_main_file):  Split out source-independent
2581         initialization to separate function ...
2582         (cpp_post_options):  New function.
2583         * cppfiles.c (cpp_stack_file):  Rename public name to ...
2584         (_cpp_stack_file):  New internal function name.
2585         * cpplib.h:  Update accordingly.
2586         * cppinit.c:  (cpp_create_reader):  Initialize cpp_readers line here.
2587         (cpp_read_main_file):  Don't initialize line here.
2588         * c-opts.c (c_common_post_options):  Call cpp_post_options.
2589         (c_common_parse_file):  Call cpp_read_main_file, not cpp_stack_file.
2590         * fix-header.c (read_scan_file):  Call cpp_post_options.
2591
2592 2003-08-09  Per Bothner  <per@bothner.com>
2593
2594         * c-decl.c (SCOPE_LIST_APPEND):  Remove bogus line continuation.
2595
2596 2003-08-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2597
2598         * pa.c (pa_asm_output_mi_thunk): Fix typo.
2599
2600 2003-08-09  Neil Booth  <neil@daikokuya.co.uk>
2601
2602         PR preprocessor/11839
2603         * cppfiles.c (open_file): Handle ENOTDIR.
2604
2605 2003-08-09  Richard Sandiford  <rsandifo@redhat.com>
2606
2607         PR target/11699
2608         * config/mips/mips.c (override_options): Reject -mabi=eabi -mabicalls.
2609
2610 2003-08-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2611
2612         * pa.md (extzv, extv, insv): Fix operand limit checks.  Fail if
2613         source/destination is not a register operand.
2614
2615 2003-08-08  Richard Henderson  <rth@redhat.com>
2616
2617         PR target/11535
2618         * config/ia64/ia64.c (ia64_initial_elimination_offset): Remove
2619         RETURN_ADDRESS_POINTER_REGNUM.
2620         (ia64_expand_prologue): Don't frob it.
2621         (ia64_output_function_epilogue): Likewise.
2622         (ia64_return_addr_rtx): New.
2623         (ia64_split_return_addr_rtx): New.
2624         * config/ia64/ia64-protos.h: Update.
2625         * config/ia64/ia64.h (FIRST_PSEUDO_REGISTER): Decrement.
2626         (RETURN_ADDRESS_POINTER_REGNUM): Remove.
2627         (GENERAL_REGNO_P): Don't check it.
2628         (AR_*_REGNUM): Renumber.
2629         (FIXED_REGISTERS): Remove RETURN_ADDRESS_POINTER_REGNUM.
2630         (CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS): Likewise.
2631         (REG_ALLOC_ORDER, REG_CLASS_CONTENTS): Likewise.
2632         (ELIMINABLE_REGS, REGISTER_NAMES): Likewise.
2633         (RETURN_ADDR_RTX): Use ia64_return_addr_rtx.
2634         * config/ia64/ia64.md (UNSPEC_RET_ADDR): New.
2635         (movdi_ret_addr): New.
2636
2637 2003-08-08  Geoffrey Keating  <geoffk@apple.com>
2638
2639         * config.gcc (powerpc-*-darwin*): Don't build a soft-float multilib.
2640
2641 2003-08-08  Roger Sayle  <roger@eyesopen.com>
2642
2643         * tree.h (get_identifier) Define a macro form of get_identifier
2644         that calls get_identifier_with_length when the string is constant.
2645         (get_identifier_with_length): Change type of second argument to
2646         size_t in prototype.
2647         * stringpool.c (get_identifier): Undefine the macro before giving
2648         the function definition.
2649         (get_identifier_with_length): Change  type of second argument to
2650         size_t in function definition.
2651         * hashtable.c (calc_hash): Change type of second argument to size_t.
2652         (ht_lookup): Change type of third argument to size_t.  Reorganize
2653         to speed-up the cases where the hash table slot is empty, or the
2654         first probe matches (i.e. there isn't a collision).
2655         * hashtable.h (ht_lookup): Adjust function prototype.
2656
2657 2003-08-08  Bernardo Innocenti  <bernie@develer.com>
2658
2659         PR target/9697
2660         PR target/11777
2661         * longlong.h (count_leading_zeros): Exclude on __mcpu32__.
2662
2663 2003-08-08  Neil Booth  <neil@daikokuya.co.uk>
2664
2665         * common.opt: Add debug switches.
2666         * flags.h (use_gnu_debug_info_extensions): Boolify.
2667         * opts.c (write_symbols, debug_info_level,
2668         use_gnu_debug_info_extensions): Move from toplev.c.
2669         (set_debug_level): New.
2670         (common_handle_options): Handle debug switches.
2671         (print_help): Display target options directly.
2672         * toplev.c (debug_hooks): Don't initialize.
2673         (write_symbols, debug_info_level,
2674         use_gnu_debug_info_extensions): Move to opts.c.
2675         (debug_args, display_help, decode_g_option): Remove.
2676         (process_options): Set no debug if level zero here,
2677         and no-debug-hooks.  Error here if impossible debug format selected.
2678         * toplev.h (display_help, decode_g_option): Remove.
2679
2680 2003-08-08  Richard Sandiford  <rsandifo@redhat.com>
2681
2682         * tree.c (get_file_function_name_long): Fix size of alloca() area.
2683
2684 2003-08-08  Kelley Cook  <kelleycook@wideopenwest.com>
2685
2686         * configure.in (gcc_cv_prog_cmp_skip): Flipflop make_compare_target
2687         and gcc_cv_prog_cmp_skip.
2688         * configure: Regenerate.
2689
2690 2003-08-08  Stan Cox  <scox@redhat.com>
2691
2692         * config/iq2000: New port.
2693         * config.gcc (iq2000-*-elf): Added.
2694         * doc/install.texi (Specific):  Add iq2000 description.
2695
2696 2003-08-08  Andreas Schwab  <schwab@suse.de>
2697
2698         * configure.in (gcc_cv_as_ia64_ltoffx_ldxmov_relocs): Fix quoting
2699         and insert missing empty argument.
2700         * configure: Regenerate.
2701
2702 2003-08-07  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2703
2704         * pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.
2705         (attr_length_millicode_call): Likewise.
2706         (attr_length_call): Likewise.  Revise some maximum insn lengths.
2707         (attr_length_indirect_call): Likewise.
2708         (output_call): Fix thinko that added extra nop.
2709         * pa.h (IN_NAMED_SECTION_P): Define.
2710
2711         PR c++/11712
2712         * pa-hpux.h, pa-hpux10.h, pa-hpux11.h (TARGET_OS_CPP_BUILTINS): Define
2713         __STDC_EXT__ when using C++ dialect.
2714
2715 2003-08-07  J"orn Rennecke <joern.rennecke@superh.com>
2716
2717         * sh.c (calc_live_regs): If the return address pointer is live,
2718         force pr live.
2719         (sh5_schedule_saves): Exclude PR_MEDIA_REG from being a temp register
2720         for saves / restores.
2721         (sh_expand_epilogue): If sh_media_register_for_return returns a
2722         register number, flag the instructions that restores PR_MEDIA_REG
2723         as possibly dead.
2724         Remove dead update of offset.
2725         (sh_get_pr_initial_val): Use UNSPEC_RA if we don't know yet if
2726         we can use the result of get_hard_reg_initial_val.
2727         * sh.md (UNSPEC_RA): New constant.
2728         (movsi_i_lowpart+1): Changed into a define_insn_and_split, named:
2729         (load_ra).  Handle UNSPEC_RA.
2730         (sibcall_media): Use PR_MEDIA_REG.
2731
2732         * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.
2733         * sh.c (calc_live_regs): Use sh_pr_n_sets to determine if pr
2734         needs saving on SHmedia.
2735
2736 2003-08-07  Ulrich Weigand  <uweigand@de.ibm.com>
2737
2738         * config/s390/s390.md: Replace all occurrences of \\t with \t.
2739
2740 2003-08-07  Richard Sandiford  <rsandifo@redhat.com>
2741
2742         * local-alloc.c (combine_regs): Fix comment typo.
2743
2744 2003-08-06  Zack Weinberg  <zack@codesourcery.com>
2745
2746         * c-decl.c (builtin_decls): Replace with first_builtin_decl
2747         and last_builtin_decl.
2748         (c_init_decl_processing): Initialize both.
2749         (c_reset_state): Iterate from first_builtin_decl to
2750         last_builtin_decl inclusive to reintroduce builtins.
2751
2752 2003-08-06  David Mosberger  <davidm@hpl.hp.com>
2753
2754         * doc/extend.texi (Function Attributes): Document the IA-64 version
2755         of the "model" attribute.
2756
2757         * config/ia64/ia64.h (SYMBOL_FLAG_SMALL_ADDR): New macro.
2758         (SYMBOL_REF_SMALL_ADDR_P): Ditto.
2759         (PREDICATE_CODES): Mention "small_addr_symbolic_operand".
2760
2761         * config/ia64/ia64.c (ia64_handle_model_attribute): New function.
2762         (ia64_encode_section_info): Likewise.
2763         (ia64_attribute_table): Add "model" attribute.
2764         (TARGET_ENCODE_SECTION_INFO): Define.
2765         (small_addr_symbolic_operand): New function.
2766         (got_symbolic_operand): Return 0 for a symbolref to an object
2767         in the small address area.
2768         (enum ia64_addr_area): New type.
2769         (small_ident1): New variable.
2770         (small_ident2): Likewise.
2771         (init_idents): New function.
2772         (ia64_get_addr_area): Likewise.
2773         (ia64_encode_addr_area): Likewise.
2774         (ia64_encode_section_info): Likewise.
2775         (ia64_expand_load_address): For symbolic references to objects in
2776         the small-address-area, load the address via gen_rtx_SET() (which,
2777         eventually, will expand into "addl").
2778
2779 2003-08-06  Per Bothner  <pbothner@apple.com>
2780
2781         * line-map.h (fileline):  New typedef.
2782         (struct line_map, linemap_add, linemap_lookup):  Use it.
2783         * input.h (struct location_s):  Comment notes that long-term we want
2784         to replace it by fileline.
2785
2786 2003-08-06  J"orn Rennecke <joern.rennecke@superh.com>
2787
2788         Fix SHcompact exception handling:
2789         * sh.c (sh_get_pr_initial_val): If PR is or miight be clobbered
2790         by the prologue, return a MEM with return_address_pointer_rtx
2791         as address.
2792         * sh.h (HARD_REGNO_MODE_OK): PR is OK for SImode.
2793         (RETURN_ADDR_OFFSET): Don't define.
2794         (SH_DBX_REGISTER_NUMBER): Use SHmedia numbers for SHmedia
2795         registers that are visible in compact mode.  Show that SHmedia
2796         registers still exist in compact mode, even if there are not
2797         readily accessible.
2798         (ASM_PREFERRED_EH_DATA_FORMAT): Supply DW_EH_PE_indirect
2799         if GLOBAL.  Use DW_EH_PE_textrel (nominally) for CODE,
2800         and DW_EH_PE_pcrel for pic data.
2801         (ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX): If DW_EH_PE_textrel,
2802         set SYMBOL_FLAG_FUNCTION in symbol, and actually use
2803         DW_EH_PE_pcrel / DW_EH_PE_absptr encoding.
2804         (ALLOCATE_INITIAL_VALUE): Put PR on stack if prologue clobbers it.
2805         * sh.md (movsi_media-1): New splitter.
2806
2807 2003-08-06  Graeme Peterson <gp@qnx.com>
2808
2809         * config/i386/nto.h: New.
2810         * config/i386/t-nto: New.
2811         * config.gcc (i[34567]86-*-nto-qnx*): New.
2812
2813 2003-08-06  Phil Edwards  <pme@gcc.gnu.org>
2814
2815         * doc/install.texi (*-*-solaris2*):  Refine configure instructions.
2816
2817 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
2818
2819         * calls.c (load_register_parameters): Arrange for call_fusage to
2820         report the whole register as used when shifting to the msb.
2821
2822 2003-08-05  Roger Sayle  <roger@eyesopen.com>
2823
2824         * builtins.c (expand_builtin): When not optimizing, call the library
2825         function for all builtins that have library functions (except alloca).
2826
2827 2003-08-05  Alexandre Oliva  <aoliva@redhat.com>
2828
2829         * c.opt: Introduce -fworking-directory.
2830         * doc/cpp.texi, doc/invoke.texi, doc/cppopts.texi: Document it.
2831         * c-common.h (flag_working_directory): Declare.
2832         * c-common.c (flag_working_directory): Define.
2833         * c-opts.c (c_common_handle_options): Set it.
2834         (sanitize_cpp_opts): Set...
2835         * cpplib.h (struct cpp_options): ... working_directory option.
2836         (struct cpp_callbacks): Add dir_change.
2837         * cppinit.c (read_original_filename): Call...
2838         (read_original_directory): New.  Look for # 1 "directory//"
2839         and process it.
2840         (cpp_read_main_file): Call dir_change callback if working_directory
2841         option is set.
2842         * gcc.c (cpp_unique_options): Pass -g*.
2843         * c-lex.c (cb_dir_change): New.
2844         (init_c_lex): Set dir_change callback.
2845         * toplev.c (src_pwd): New static variable.
2846         (set_src_pwd, get_src_pwd): New functions.
2847         * toplev.h (get_src_pwd, set_src_pwd): Declare.
2848         * dbxout.c (dbxout_init): Call get_src_pwd() instead of getpwd().
2849         * dwarf2out.c (gen_compile_unit_die): Likewise.
2850         * dwarfout.c (output_compile_unit_die, dwarfout_init): Likewise.
2851
2852 2003-08-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2853
2854         * pretty-print.h (pp_set_line_maximum_length): Make macro.
2855         (pp_set_prefix): Likewise.
2856         (pp_destroy_prefix): Likewise.
2857         (pp_remaining_character_count_for_line): Likewise.
2858         (pp_clear_output_area): Likewise.
2859         (pp_formatted_text): Likewise.
2860         (pp_last_position_in_text): Likewise.
2861         (pp_emit_prefix): Likewise.
2862         (pp_append_text): Likewise.
2863         (pp_flush): Likewise.
2864         (pp_format_text): Likewise.
2865         (pp_format_verbatim): Likewise.
2866         (pp_tree_identifier): Tidy.
2867         * pretty-print.c (pp_base_format_text): Rename from pp_format_text.
2868         (pp_base_format_verbatim): Rename from pp_format_verbatim.
2869         (pp_base_flush): Rename from pp_flush.
2870         (pp_base_set_line_maximum_length): Rename from
2871         pp_set_line_maximum_length.
2872         (pp_base_clear_output_area): Rename from pp_clear_output_area.
2873         (pp_base_set_prefix): Rename from pp_set_prefix.
2874         (pp_base_destroy_prefix): Rename from pp_destroy_prefix.
2875         (pp_base_emit_prefix): Rename from pp_emit_prefix.
2876         (pp_base_append_text): Rename from pp_append_text.
2877         (pp_base_formatted_text): Rename from pp_formatted_text.
2878         (pp_base_last_position_in_text): Rename from pp_last_position_in_text.
2879         (pp_base_remaining_character_count_for_line): Rename from
2880         pp_remaining_character_count_for_line.
2881         * diagnostic.h (diagnostic_format_decoder): Tidy.
2882         (diagnostic_flush_buffer): Likewise.
2883         * c-pretty-print.h: (pp_c_string_literal): Declare.
2884         (pp_c_real_literal): Likewise.
2885         (pp_c_integer_literal): Likewise.
2886         * c-pretty-print.c (pp_c_char): Use pp_string in lieu of
2887         pp_identifier.
2888         (pp_c_character_literal): Tidy.
2889         (pp_c_string_literal): Make public.
2890         (pp_c_bool_literal): Likewise.
2891         (pp_c_integer_literal): Likewise.
2892         (pp_c_real_literal): Likewise.
2893
2894         * Makefile.in (C_PRETTY_PRINT_H): New variable.
2895         (c-pretty-print.o): Update dependence.
2896
2897 2003-08-05  Chris Demetriou  <cgd@broadcom.com>
2898
2899         * config/mips/mips.md (fix_truncdfsi2_macro): Properly restore
2900         ".set nomacro" state.
2901         (fix_truncsfsi2_macro): Likewise.
2902
2903 2003-08-05  Steven Bosscher  <steven@gcc.gnu.org>
2904
2905         * tree.h (DID_INLINE_FUNC): Remove macro.
2906         (DECL_DECLARED_INLINE_P): Move from c-tree.h and cp/cp-tree.h,
2907         add tree check for FUNCTION_DECL.
2908         (DECL_ESTIMATED_INSNS): Move from c-common.h and java/java-tree.h.
2909         (struct tree_decl): Rename inlined_function_flag to
2910         declared_inline_flag.
2911         * c-common.h (c_lang_decl): Remove.
2912         (DECL_ESTIMATED_INSNS): Remove.
2913         * c-tree.h (struct lang_decl): Don't include c_lang_decl.
2914         (DECL_DECLARED_INLINE_P): Remove.
2915         * c-decl.c (grokdeclarator): Update comment.  With -finline-functions,
2916         do not reset DECL_DECLARED_INLINE_P.  Don't use DID_INLINE_FUNC.
2917         (finish_function): Make uninlinable a bool.  Fixup call to
2918         tree_inlinable_function_p() and fix some code style issues.
2919         * cgraph.h (disgread_inline_limits): Fix spelling: `disregard'.
2920         * cgraph.c (dump_cgraph): Likewise.
2921         * cgraphunit.c (cgraph_decide_inlining): Likewise
2922         (cgraph_finalize_compilation_unit): Likewise.
2923         Also update call to tree_inlinable_function_p().
2924         (cgraph_default_inline_p): Don't use DID_INLINE_FUNC.  Instead
2925         look at DECL_DECLARED_INLINE and reverse logic.
2926         * print-tree.c (print_node): Likewise.
2927         * toplev.c (rest_of_handle_inlining): Don't use DID_INLINE_FUNC.
2928         * tree-inline.h (tree_inlinable_function_p): Make a bool.  Update
2929         prototype.
2930         * tree-inline.c (inlinable_function_p): Split up in this function to
2931         check for basic inlining inhibiting conditions, and new
2932         limits_allow_inlining() function.  Warn if inlining is impossible
2933         because the inline candidate calls alloca or uses sjlj exceptions.
2934         (limits_allow_inlining): this new function to check if the inlining
2935         limits are satisfied.  Throttle from currfn_max_inline_insns, not from
2936         MAX_INLINE_INSNS_SINGLE.  The latter only makes sense if
2937         MAX_INLINE_INSNS_AUTO and MAX_INLINE_INSNS_SINGLE are equal.
2938         Update prototypes.
2939         (tree_inlinable_function_p): Make a bool.  Update call to
2940         inlinable_function_p
2941         (expand_call_inline): Use limits_allow_inlining() when not in
2942         unit-at-a-time mode to decide on inlining.  Don't use DID_INLINE_FUNC,
2943         instead see if the function was declared `inline'.
2944
2945 2003-08-05  Josef Zlomek  <zlomekj@suse.cz>
2946
2947         * gcse.c (try_replace_reg): Fix updating of note.
2948
2949 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2950
2951         PR middle-end/11771
2952         * fold-const.c (negate_expr_p <MINUS_EXPR>): Change to match the
2953         logic in negate_expr, i.e. we don't invert (A-B) for floating
2954         point types unless flag_unsafe_math_optimizations.
2955
2956 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2957
2958         * fold-const.c (fold <PLUS_EXPR>): Transform x+x into x*2.0.
2959         Optimize x*c+x and x+x*c into x*(c+1) and x*c1+x*c2 into x*(c1+c2)
2960         for floating point expressions with -ffast-math.
2961         (fold <MULT_EXPR>): Don't transform x*2.0 into x+x.
2962         * expmed.c (expand_mult): Wrap long line.  Expand x*2.0 as x+x.
2963
2964 2003-08-04  Roger Sayle  <roger@eyesopen.com>
2965
2966         * c-common.c (flag_noniso_default_format_attributes): Delete.
2967         (built_in_attribute): Don't define/undefine DEF_FN_ATTR.
2968         (c_attrs_initialized): Delete.
2969         (c_common_nodes_and_builtins): Don't test c_attrs_initialized,
2970         always call c_init_attributes.
2971         (c_init_attributes): Don't define/undefine DEF_FN_ATTR.  Don't
2972         set c_attrs_initialized when done.
2973         (c_common_insert_default_attributes): Delete.
2974         * c-common.h (flag_noniso_default_format_attributes): Delete.
2975         (c_coomon_insert_default_attributes): Delete prototype.
2976         * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set
2977         flag_noniso_default_format_attributes.
2978
2979         * c-decl.c (c_insert_default_attributes): Delete.
2980         * c-tree.h (c_insert_default_attributes): Delete prototype.
2981
2982         * attribs.c (decl_attributes): Don't call insert_default_attributes
2983         langhook.  Update function description comment.
2984         * langhooks.h (lang_hooks): Remove insert_default_attributes field.
2985         * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete.
2986         * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define.
2987         * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro.
2988
2989         * objc/objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't
2990         define.
2991
2992 2003-08-04  Richard Sandiford  <rsandif@redhat.com>
2993
2994         * config/mips/mips.c (override_options): Disable -G on targets that
2995         have no .section support.
2996         (mips_select_section): Use default_select_section for such targets.
2997
2998 2003-08-04  Nathanael Nerode  <neroden@gcc.gnu.org>
2999
3000         * fixinc/inclhack.def (svr4_undeclared_getrnge): Introduce and enable.
3001         * fixinc/inclhack.def (static_getrnge): Remove disabled hack.
3002         * fixinc/fixincl.x: Rebuild.
3003         * fixinc/tests/base/regexp.h: New test.
3004
3005 2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
3006
3007         * c-ppoutput.c (cb_line_change): Don't skip line changing while
3008         parsing macro arguments in the top-level context.
3009
3010 2003-08-04  Neil Booth  <neil@daikokuya.co.uk>
3011
3012         * config.in: Remove HAVE_LSTAT.
3013         * configure, configure.in: Don't test for lstat.
3014
3015 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3016
3017         * opts.c (decode_options): Do language-specific initialization for
3018         the global diagnostic context.
3019         * langhooks-def.h (lhd_initialize_diagnostics): Declare.
3020         (LANG_HOOKS_INITIALIZE_DIAGNOSTITCS): New macro.
3021         (LANG_HOOKS_INITIALIZER): Adjust.
3022         * langhooks.h (struct lang_hooks): Add new field
3023         initialize_diagnostics.
3024         * langhooks.c (lhd_initialize_diagnostics): Define.
3025
3026 2003-08-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3027
3028         * pretty-print.h:   Adjust macro definitions.
3029         * pretty-print.c (pp_newline): Rename to pp_base_newline.
3030         (pp_character): Rename to pp_base_character.
3031         (pp_string): Rename to pp_base_string.
3032         * c-pretty-print.c (pp_buffer): Move to pretty-print.h
3033         (pp_newline):  Likewise.  Adjust.
3034         (pp_c_char): Adjust.
3035
3036 2003-08-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3037
3038         * builtins.def (BUILT_IN_ABS, BUILT_IN_IMAXABS, BUILT_IN_LABS,
3039         BUILT_IN_LLABS): Move to miscellaneous section.
3040
3041 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3042
3043         PR preprocessor/11534
3044         * cppexp.c (parse_defined): Warn only if -pedantic.
3045
3046 2003-08-03  Neil Booth  <neil@daikokuya.co.uk>
3047
3048         * cppfiles.c (stack_file): Use file path.
3049
3050 2003-08-02  Roger Sayle  <roger@eyesopen.com>
3051
3052         * builtin-types.def (BT_SSIZE): New primitive type.
3053         (BT_FN_INT_PTR_CONST_STRING_VALIST_ARG,
3054         BT_FN_STRING_CONST_STRING_CONST_STRING_INT,
3055         BT_FN_SIZE_STRING_SIZE_CONST_STRING_CONST_PTR,
3056         BT_FN_SSIZE_STRING_SIZE_CONST_STRING_VAR): New function types.
3057         * builtins.def (BUILT_IN_DCGETTEXT, BUILT_IN_DGETTEXT,
3058         BUILT_IN_FSCANF, BUILT_IN_GETTEXT, BUILT_IN_STRFMON,
3059         BUILT_IN_STRFTIME, BUILT_IN_VFPRINTF, BUILT_IN_VFSCANF): New builtins.
3060         * builtin-attrs.def: Remove DEF_FN_ATTR construct and the last
3061         few functions that define default attributes using it.
3062         * c-common.c (c_common_insert_default_attributes): Do nothing.
3063
3064         * doc/extend.texi: Document these "new" builtins.
3065
3066 2003-08-02  Kaz Kojima  <kkojima@gcc.gnu.org>
3067
3068         * config/sh/linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.
3069         (LIB_SPEC): Set -lpthread always when -pthread set.  Set -lieee
3070         when -mieee-fp set and -shared not set.
3071         (SH_FALLBACK_FRAME_FLOAT_STATE): Don't define for SH5.
3072
3073 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3074
3075         * cppfiles.c (struct _cpp_file): Rename once_only_next to
3076         next_file.  Remove import and pragma_once, add once_only.
3077         (find_file): Add new file structures to the all_files list.
3078         (should_stack_file): Mark #import-ed files once-only, and
3079         don't stack them if the file has already been stacked.
3080         (_cp_mark_file_once_only): Simplify.
3081         * cpphash.h (struct cpp_reader): Rename once_only_files
3082         to all_files.  Rename saw_pragma_once to seen_once_only.
3083         (_cpp_mark_file_once_only): Update prototype.
3084         * cpplib.c (do_pragma_once): Update.
3085
3086 2003-08-02  Neil Booth  <neil@daikokuya.co.uk>
3087
3088         * cppfiles.c (ENOTDIR): Remove.
3089         (open_file_in_dir): Rename find_file_in_dir.  Handle errors
3090         other than ENOENT here.
3091         (once_only_file_p): Rename should_stack_file.
3092         (find_file, open_file_failed, read_file_guts): Report errors
3093         with full path name.
3094         (read_file): Move pch handling to should_stack_file.
3095         (should_stack_file): Handle PCH and once-only issues, and
3096         reading the file.
3097         (stack_file): Don't do file reads.
3098
3099 2003-08-02  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3100
3101         * libgcov.c (gcov_exit): Cleanup and fix.
3102         * profile.c (compute_value_histograms): Don't try to read profiles
3103         that are not present.
3104
3105 2003-08-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3106
3107         * builtins.def: Categorize.
3108
3109         * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL):
3110         Mind fp rounding.
3111         (BUILT_IN_FFSL): Use DEF_EXT_LIB_BUILTIN.
3112
3113 2003-08-02  Andreas Tobler  <a.tobler@schweiz.ch>
3114
3115         * config.gcc: Enable posix threads by default on darwin.
3116
3117 2003-08-01  Jakub Jelinek  <jakub@redhat.com>
3118
3119         * cfgcleanup.c (outgoing_edges_match): Check REG_EH_REGION notes
3120         even if nehedges1 is 0.
3121
3122 2003-08-01  Nathanael Nerode  <neroden@gcc.gnu.org>
3123
3124         * fixinc/fixfixes.c, fixinc/fixlib.c, fixinc/fixlib.h,
3125         fixinc/fixtests.c, fixinc/procopen.c, fixinc/server.c,
3126         fixinc/server.h, fixinc/fixincl.c: ANSIfy function prototypes
3127         and defintions.
3128
3129         * fixinc/inclhack.def (broken_cabs): Make matching more generous.
3130         * fixinc/fixincl.x: Regenerate.
3131         * fixinc/tests/base/math.h: Regenerate to match test_text change.
3132
3133 2003-08-01  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3134
3135         * ggc-common.c (gt_pch_restore): Case MAP_FAILED to void *.
3136
3137 2003-08-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3138
3139         * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
3140         for accesses to exc_ptr.
3141
3142 2003-08-01  Geoffrey Keating  <geoffk@apple.com>
3143
3144         * doc/sourcebuild.texi (Front End Directory): Don't make references
3145         to libsubdir, it's not part of the interface to frontends.
3146         * doc/install.texi (Configuration): Help users read faster by saying
3147         that GCC's configure options are the standard autoconf ones.
3148         Mention --libdir.  Update the default rules for finding the
3149         assembler.  Don't use libsubdir since we haven't said what it means.
3150         (Specific): In the Solaris 7 notes, update the place to put the
3151         assembler.
3152         * doc/invoke.texi: Update lib/gcc-lib to lib/gcc.
3153         * doc/cpp.texi (Search Path): Actually, the search path
3154         depends on libdir, which can relocate with cpp.
3155         * doc/tm.texi (Driver): Don't document STANDARD_EXEC_PREFIX, it's
3156         now a private interface between the Makefile and the driver.
3157
3158 2003-08-01  Richard Henderson  <rth@redhat.com>
3159
3160         * system.h: Poison ASM_SIMPLIFY_DWARF_ADDR.
3161
3162         * varasm.c (lookup_constant_def): New function.
3163         * rtl.h (lookup_constant_def): Declare it.
3164         * dwarf2out.c (loc_descriptor_from_tree): Use it.
3165         Use targetm.delegitimize_address, not ASM_SIMPLIFY_DWARF_ADDR.
3166
3167 2003-08-01  Zack Weinberg  <zack@codesourcery.com>
3168
3169         * c-decl.c (gettags, pushdecl_function_level): Delete.
3170         (last_function_parm_vars): Rename last_function_parm_others.
3171         (current_function_parm_vars): Rename current_function_parm_others.
3172         (struct c_scope): Rewrite comment explaining this data structure.
3173         Add names_last, blocks_last, parms_last fields.  Rename
3174         incomplete_list to incomplete.
3175         (SCOPE_LIST_APPEND, SCOPE_LIST_CONCAT): New macros.
3176         (poplevel): Ignore second argument.  No need to nreverse
3177         anything.  Restructure such that each list is processed
3178         exactly once.  Use 'const location_t *locus' syntactic sugar
3179         variable where useful.  Issue unused variable warnings
3180         ourselves, do not rely on function.c.
3181         (insert_block, pushdecl, bind_label): Use SCOPE_LIST_APPEND.
3182         (pushdecl_top_level): Likewise.  Don't call duplicate_decls.
3183         (implicitly_declare): decl cannot be error_mark_node.
3184         (undeclared_variable): Manipulate scope structure directly.
3185         (c_make_fname_decl): Likewise.
3186         (getdecls, c_init_decl_processing): Fix comment.
3187         (mark_forward_parm_decls): Use SCOPE_LIST_CONCAT.  No need
3188         for 'last' variable.
3189         (grokparms): No need to nreverse parms list.
3190         (store_parm_decls_newstyle): Set up the parms_last and
3191         names_last fields of the new scope too.
3192         (store_parm_decls_oldstyle): Can assume DECL_WEAK is not set
3193         on parms to begin with; check this under ENABLE_CHECKING.  Set
3194         up parms_last.
3195         (check_for_loop_decls): Refer directly to current_scope->tags.
3196         Use consistent quote style in diagnostics.
3197         (c_write_global_declarations): The names list is not backward.
3198
3199         * c-common.h: Don't prototype gettags.
3200         * c-parse.in: Call poplevel with second argument 0 always.
3201
3202 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3203
3204         * builtins.def: Resort builtins.
3205
3206 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3207
3208         * builtins.def (DEF_GCC_BUILTIN, DEF_LIB_BUILTIN,
3209         DEF_EXT_LIB_BUILTIN, DEF_C99_BUILTIN, DEF_C99_C90RES_BUILTIN):
3210         Prepend "__builtin_" onto NAME with string concatenation.  Remove
3211         explicit "__builtin_" from each macro call.
3212
3213         Reformat entire file.
3214
3215 2003-08-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3216
3217         * builtins.def (ATTR_MATHFN_ERRNO, ATTR_MATHFN_FPROUNDING,
3218         ATTR_MATHFN_FPROUNDING_ERRNO): New macros.  Use throughout.
3219
3220 2003-08-01  Andreas Krebbel  <krebbel1@de.ibm.com>
3221
3222         * config/s390/s390.c (s390_select_ccmode): Do not attempt to use CCL,
3223         CCL1, or CCL2 modes with floating point operations.
3224
3225         * config/s390/s390.md ("*addsf3_cc", "*addsf3_cconly", "*adddf3_cc",
3226         "*adddf3_cconly", "*subsf3_cc", "*subsf3_cconly", "*subdf3_cc",
3227         "*subdf3_cconly"): New insns.
3228         ("*negabssi2", "*negabsdi2", "*negabsdf2", "*negabssf2"): Likewise.
3229
3230 2003-08-01  Neil Booth  <neil@daikokuya.co.uk>
3231
3232         * Makefile.in: Refine dependencies.
3233         * c-opts.c (c_common_handle_option): Do nothing for -Wimport.
3234         * c.opt: Update help for -Wimport.
3235         * cppfiles.c: Include hashtab.h.  Update comments.
3236         (stack_file): Read the file before updating dependencies.
3237         (once_only_file_p): Be smarter about marking once-only files.
3238         (_cpp_mark_file_once_only): Correct the check for existence on
3239         the list.
3240         (open_file_failed): Use name not path, which is NULL.
3241         * cpphash.h: Don't include hashtab.h.
3242         (struct _cpp_file): Remove.
3243         (struct cpp_reader): Update.
3244         * cppinit.c (cpp_create_reader): Don't initialize warn_import.
3245         * cpplib.h (struct cpp_options): Remove warn_import.
3246         (cpp_simplify_path): Remove.
3247
3248 2003-08-01  Nathan Sidwell  <nathan@codesourcery.com>
3249
3250         PR c++/11295
3251         * doc/extend.texi (Statement Expressions): Document C++ semantics.
3252
3253 2003-07-31  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
3254
3255         * config.gcc (sh-*-linux*): Do not override sh/t-linux with sh/t-le.
3256
3257 2003-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3258
3259         * builtin-types.def: Use `LONGDOUBLE' instead of `LONG_DOUBLE'
3260         throughout.
3261         * builtins.def: Likewise.
3262
3263 2003-07-31  Jason Merrill  <jason@redhat.com>
3264
3265         * Makefile.in (bubblestrap): Don't require a previous full
3266         bootstrap.
3267
3268         * expr.c (mostly_zeros_p): No longer static.
3269         * tree.h: Declare it.
3270         * stmt.c (resolve_asm_operand_names): Don't copy the pattern
3271         unless we need to do substitutions.
3272
3273 2003-07-31  Roger Sayle  <roger@eyesopen.com>
3274
3275         * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and
3276         pow(x,c)*x as pow(x,c+1) for constant values c.  Optimize x*x
3277         as pow(x,2.0) when the latter will be expanded back into x*x.
3278         (fold <RDIV_EXPR>): Optimize pow(x,c)/x as pow(x,c-1).
3279         * builtins.c (expand_builtin_pow): Ignore flag_errno_math as
3280         pow can never set errno when used with an integer exponent.
3281         Always use expand_powi when exponent is -1, 0, 1 or 2.
3282         (fold_builtin): Don't rewrite pow(x,2.0) as x*x nor pow(x,-2.0)
3283         as 1.0/(x*x).  This avoids unbounded recursion as we now prefer
3284         the pow forms of these expressions.
3285
3286 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
3287
3288         * Makefile.in (libexecdir): New.
3289         (libsubdir): Use gcc instead of gcc-lib.
3290         (libexecsubdir): New.
3291         (ORDINARY_FLAGS_TO_PASS): Add libexecsubdir.
3292         (DRIVER_DEFINES): Add STANDARD_LIBEXEC_PREFIX, use gcc instead of
3293         gcc-lib.
3294         (installdirs): Make libexecsubdir.
3295         (install-common): Put executables in libexecsubdir.
3296         (itoolsdir): Use libexecsubdir.
3297         (itoolsdatadir): New.
3298         (install-mkheaders): Separate data files and executables.
3299         (install-collect2): Put executables in libexecsubdir.
3300         (uninstall): Remove libexecsubdir.
3301         * mkheaders.in: Update for new arrangement of files.
3302         (libexecdir): New.
3303         (libexecsubdir): New.
3304         (itoolsdir): Use libexecsubdir.
3305         (itoolsdatadir): New.
3306         * gcc.c (gcc_libexec_prefix): New.
3307         (STANDARD_LIBEXEC_PREFIX): Use gcc instead of gcc-lib.
3308         (standard_exec_prefix_1): Use libexec.
3309         (standard_exec_prefix_2): New.
3310         (standard_libexec_prefix): New.
3311         (process_command): Update for new arrangement of files.  Compute
3312         gcc_libexec_prefix.  Update for change from gcc-lib to gcc.
3313
3314 2003-07-31  Nathanael Nerode  <neroden@gcc.gnu.org>
3315
3316         * inclhack.def (stdio_va_list): Avoid bogus replacement which
3317         triggers on Interix.
3318         * fixincl.x: Regenerate.
3319
3320 2003-07-31  Jakub Jelinek  <jakub@redhat.com>
3321
3322         * config/i386/i386.c (legitimate_pic_address_disp_p): Disallow TLS
3323         SYMBOL_REFs not inside UNSPEC even in PLUS rtx.
3324
3325 2003-07-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3326
3327         * dwarf2out.c (loc_descriptor_from_tree, case CONSTRUCTOR): New case.
3328
3329 2003-07-31  Per Bothner  <pbothner@apple.com>
3330
3331         * opts.c (in_fnames, num_in_fnames):  Moved here from c-opts.
3332         (add_input_filename):  New function.
3333         (handle_options):  Call add_input_filename directly instead of
3334         with a lang hook.
3335         * opts.h (in_fnames, num_in_fnames):  Moved here.
3336         (add_input_filename):  Declare.
3337         * c-decl.c:  Need to #include opts.h.
3338         * Makefile.in (c-decl.o):  Also depends on opts.h.
3339         * c-opts.c (in_fnames, num_in_fnames):  Moved to opts.c.
3340         (c_common_handle_filename):  Replaced by add_input_filename.
3341         * c-common.h (in_fnames, num_in_fnames, c_common_handle_filename):
3342         Remove.
3343         * langhooks.h (struct lang_hooks):  Remove handle_filename hook.
3344         * langhooks-def.h (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
3345         (LANG_HOOKS_INITIALIZER):  Remove use of LANG_HOOKS_HANDLE_FILENAME.
3346         * c-lang.c (LANG_HOOKS_HANDLE_FILENAME):  Remove macro.
3347
3348 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3349
3350         * combine.c (try_combine): Set JUMP_LABEL for newly created
3351         unconditional jump.
3352
3353 2003-07-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
3354
3355         * fold-const.c (fold): Fold some comparisons of bit operations.
3356
3357 Thu Jul 31 19:49:53 CEST 2003  Jan Hubicka  <jh@suse.cz>
3358
3359         * cgraph.c (create_edge): Fix typo.
3360         * i386.c (pic_symbolic_operand): Reorder tests.
3361
3362 2003-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3363
3364         * doc/gcov.texi (Invoking Gcov): Describe output name mangling
3365         more fully.
3366         (Gcov Data Files): Update.
3367
3368 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3369
3370         * config.gcc (alpha*-dec-osf[45]*): Enable POSIX thread support by
3371         default.
3372
3373         * gthr-posix.c: New file.
3374         * gthr-posix.h: Define _REENTRANT if missing.
3375         Make _LIBOBJC #pragma weak visible with _LIBOBJC_WEAK.
3376
3377         * config/alpha/t-osf4 (SHLIB_LINK): Hide dummy functions provided
3378         by gthr-posix.o.
3379         * config/alpha/t-osf-pthread: New file.
3380
3381         * fixinc/inclhack.def (alpha_pthread): New fix.
3382         * fixinc/fixincl.x: Regenerate.
3383         * fixinc/tests/base/pthread.h [ALPHA_PTHREAD_CHECK]: New testcase.
3384
3385         * doc/install.texi (alpha*-dec-osf*): Remove --enable-threads
3386         warning.
3387         Fixes PR bootstrap/9330.
3388
3389 2003-07-31  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3390
3391         * configure.in (gcc_cv_ld_hidden): Also disable on mips-sgi-irix5*
3392         without GNU ld.
3393         Update comment.
3394         * configure: Regenerate.
3395
3396 2003-07-31  Vladimir Makarov  <vmakarov@redhat.com>
3397
3398         * sched-deps.c (sched_analyze_2): Prevent interblock move of CC0
3399         setter.
3400
3401 2003-07-30  Roger Sayle  <roger@eyesopen.com>
3402
3403         * builtins.def: Alphabetize.
3404
3405 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
3406
3407         * doc/c-tree.texi: Normalize spellings of "lowercase" and
3408         "uppercase".
3409         * doc/cpp.texi: Likewise.
3410         * doc/md.texi: Likewise.
3411         * doc/rtl.texi: Likewise.
3412         * doc/tm.texi: Likewise.
3413
3414 2003-07-30  Matt Kraai  <kraai@alumni.cmu.edu>
3415
3416         * objc/Make-lang.in (objc.stage1, objc.stage2, objc.stage3)
3417         (objc.stage4, objc.stageprofile, objc.stagefeedback): Remove moves
3418         of cc1obj.
3419
3420 2003-07-30  Chris Demetriou  <cgd@broadcom.com>
3421
3422         * config/mips/mips.h (SIZE_TYPE, PTRDIFF_TYPE): Undef these
3423         macros before defining them.
3424
3425 2003-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
3426
3427         * config/s390/s390.md (UNSPEC_ROUND, UNSPEC_SETHIGH,
3428         UNSPECV_BLOCKAGE): New constants.
3429         ("*sethighqisi", "*sethighhisi", "*sethiqidi_64", "*sethiqidi_31",
3430         "*extractqi", "*extracthi", "*extendqidi2" splitter, "*extendqisi2"
3431         splitter, "fix_truncdfdi2_ieee", "fix_truncdfsi2_ieee",