OSDN Git Service

* config/m32r/m32r.md (flush_icache): Use 1 for
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-01-10  Kazu Hirata  <kazu@cs.umass.edu>
2
3         * config/m32r/m32r.md (flush_icache): Use 1 for
4         unspec_volatile.
5
6 2004-01-10  David Edelsohn  <edelsohn@gnu.org>
7             James E Wilson  <wilson@specifixinc.com>
8
9         PR debug/12860
10         * dbxout.c (dbxout_symbol): Remove initialization of
11         current_sym_code, current_sym_value, and current_sym_addr.
12         (dbxout_symbol_location): Same.
13         (dbxout_prepare_symbol): Zero current_sym_code,
14         current_sym_value, and current_sym_addr.
15
16 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
17
18         * tree.c (get_unwidened): Reorder conditions so that the null pointer
19         check is done first.
20
21 2004-01-09  Eric Christopher  <echristo@redhat.com>
22
23         * toplev.c (rest_of_handle_cfg): Add reg_scan pass
24         if we're running mark_constant_function.
25
26 2004-01-09  Jeff Bailey  <jbailey@nisa.net>
27
28         PR target/12561
29         * config/t-gnu: Rename SYSTEM_HEADER_DIR to NATIVE_SYSTEM_HEADER_DIR.
30
31 2004-01-09  Andrew Pinski <pinskia@physics.uc.edu>
32
33         PR debug/11231
34         * dbxout.c (dbxout_type_fields): Return if any item is
35         error_mark_node or the type is error_mark_node.
36
37 2004-01-09  Geoffrey Keating  <geoffk@apple.com>
38
39         * config/rs6000/darwin-ldouble.c: Add big comment explaining
40         exactly what is expected as a 'long double'.
41         (_xlqadd): When a value to be returned is representable as a
42         'double', just return it directly, do not construct it using a union.
43         Also, correct final fixup.
44         (_xlqmul): Likewise.
45         (_xlqdiv): Likewise.
46         * real.c (encode_ibm_extended): Make consistent with darwin-ldouble.c.
47
48         * config/rs6000/rs6000.md (fix_trunctfdi2): Delete.
49
50 2004-01-09  Richard Henderson  <rth@redhat.com>
51
52         * recog.c (constrain_operands): Validate mem operands.
53
54 2004-01-09   James E Wilson  <wilson@specifixinc.com>
55
56         * gcc.c (init_spec): Remove -lunwind from shared case.
57         * conifg/ia64/t-hpux (SHLIB_LINK): Add -lunwind.
58
59 2004-01-09  Steve Ellcey  <sje@cup.hp.com>
60
61         * configure.ac: (gcc_cv_ld_hidden) Set to true for ia64*-*-hpux*.
62         * configure: Regenerate
63
64 2004-01-09  Joseph S. Myers  <jsm@polyomino.org.uk>
65
66         PR c/11234
67         * c-typeck.c (build_c_cast): If pedantic, warn for conversions
68         between function and object pointers.
69         (digest_init): When comparing a pointer to function type to the
70         target type, only apply TREE_TYPE once to the pointer to function
71         type.
72         * except.c (for_each_eh_label_1): Treat data as a pointer to a
73         function pointer rather than casting it to a function pointer.
74         (for_each_eh_label): Update caller.
75         * recog.h (struct insn_data): Use a struct or union for output.
76         * genoutput.c (output_insn_data): Update.
77         * final.c (get_insn_template): Update.
78
79 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
80
81         * expr.h (expand_expr): Make it a macro, not a function.
82         (expand_expr_real): New function.
83         * expr.c (store_expr): Adjust logic for deciding whether or not to
84         copy the value returned by expand_expr.
85         (expand_expr): Rename to ...
86         (expand_expr_real): ... this.  Add alt_rtl parameter.  Adjust
87         calls to language hooks.
88         * c-common.h (c_expand_expr): Adjust prototype.
89         * c-common.c (c_expand_expr): Add alt_rtl parameter.
90         * langhooks-def.h (lhd_expand_expr): Change prototype.
91         * langhooks.c (lhd_expand_expr): Add all_rtl parameter.
92         * langhooks.h (lang_hooks): Change type of expand_expr.
93         * stmt.c (stmt_status): Add x_last_expr_alt_rtl.
94         (last_expr_alt_rtl): Likewise.
95         (expand_expr_stmt_value): Set last_expr_alt_rtl.
96         (clear_last_expr): Clear it.
97         (expand_end_stmt_expr): Set RTL_EXPR_ATL_RTL.
98         (expand_end_bindings): Save and restor last_expr_alt_rtl.
99         * tree.def (RTL_EXPR): Give it an additional operand.
100         * tree.h (RTL_EXPR_ALT_RTL): New macro.
101
102 2004-01-09  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
103
104         * config/m32r/m32r.h (TARGET_CPU_CPP_BUILTINS): Add __m32r__.
105         * config/m32r/m32r.c (call26_operand): Allow in PIC mode.
106
107 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
108
109         PR target/13380.
110         * config/m32r/m32r.md: Replace (reg:SI 17) with (reg:CC 17)
111         or (ne:SI (reg:CC 17) (const_int 0)).
112         Be specific about modes wherever possible.
113
114 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
115
116         * config/m32r/m32r.c (m32r_expand_block_move): Call
117         gen_movestrsi_internal with two more arguments.
118         (m32r_output_block_move): Adjust operand numbers.
119         Properly update the source and destination pointers.
120         * config/m32r/m32r.md (movstrsi_internal): Use 'r' instead of
121         'r+'.  Change the set detinations to match_operand.
122
123 2004-01-09  Kazu Hirata  <kazu@cs.umass.edu>
124
125         * final.c (FIRST_INSN_ADDRESS): Remove.
126         (shorten_branches): Don't use FIRST_INSN_ADDRESS.
127         * system.h (FIRST_INSN_ADDRESS): Poison.
128         * config/avr/avr.h: Remove a comment about FIRST_INSN_ADDRESS.
129         * config/m32r/m32r-protos.h: Remove the prototype for
130         m32r_first_insn_address.
131         * config/m32r/m32r.c (m32r_first_insn_address): Remove.
132         * config/m32r/m32r.h (FIRST_INSN_ADDRESS): Likewise.
133         * doc/md.texi (FIRST_INSN_ADDRESS): Likewise.
134
135 2004-01-09  J. Brobecker  <brobecker@gnat.com>
136
137         * dwarf2out.c (gen_enumeration_type_die): Return the DIE that
138         we just created.
139         (is_ada_subrange_type): DIEs for enumeration subtypes should be
140         emitted as subrange types too.
141         (subrange_type_die): Add handling of enumeration subtypes.
142
143 2004-01-08  Richard Henderson  <rth@redhat.com>
144
145         PR opt/12441
146         Revert: Sat Mar 30 14:08:55 CET 2002  Jan Hubicka  <jh@suse.cz>
147         * i386.c (aligned_operand): Be prepared for SUBREGed registers.
148         (ix86_decompose_address): Use REG_P instead of GET_CODE (...) == REG.
149         (ix86_address_cost): Be prepared for SUBREGed registers.
150         (legitimate_address_p): Accept SUBREGed registers.
151
152 2004-01-08  Kelley Cook  <kcook@gcc.gnu.org>
153
154         * Makefile.in: Rename configure.in to configure.ac
155         * doc/sourcebuild.texi: Likewise.
156         * configure: Regenerate.
157         * config.in: Regenerate.
158
159 2004-01-08  Stuart Hastings  <stuart@apple.com>
160
161         * config/i386/i386.md: Typos in MMX/SSE immediate shifts.
162
163 2004-01-08  Jan Hubicka  <jh@suse.cz>
164
165         * cgraphunit.c (cgraph_decide_inlining):  Fix typo.
166
167 2004-01-08  Geoffrey Keating  <geoffk@apple.com>
168
169         * config/rs6000/rs6000.md (cmptf_internal1): Correct branch offset.
170         (UNSPEC_FIX_TRUNC_TF): New constant.
171         (movtf_internal): Make splitter active only when insn is active.
172         (extenddftf2): Rewrite to properly load zero into low part.
173         (extenddftf2_internal): New.
174         (extendsftf2): Rewrite.
175         (truncdftf2): Correct length.
176         (floatditf2): Delete.
177         (fix_trunc_helper): New.
178         (fix_trunctfdi2): Use fix_trunc_helper.
179         (fix_trunctfsi2): Likewise.fix_trunc
180         (fix_trunctfsi2_internal): New.
181
182         * config/rs6000/rs6000.c (legitimate_lo_sum_address_p): lo_sum
183         addresses are legitimate on Darwin even when flag_pic.
184         (rs6000_legitimize_reload_address) [TARGET_MACHO]: Don't create
185         non-offsettable addresses for loads of TFmode constants.
186
187 2004-01-08  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
188
189         * config/m32r/m32r.h (ASM_OUTPUT_ALIGNED_BSS): Actually emit
190         variables in the appropriate bss section.
191
192 2004-01-09  Alan Modra  <amodra@bigpond.net.au>
193
194         * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Ensure
195         target_flags has MASK_POWERPC64 when -m64.
196         * config/rs6000/rs6000.c (processor_target_table): Add MASK_POWERPC64
197         to 620, 630, power3, power4 and rs64a entries.
198         * config/rs6000/rs6000.h (MASK_64BIT): Expand comment.
199
200 2004-01-08  Richard Sandiford  <rsandifo@redhat.com>
201
202         * simplify-rtx.c (simplify_immed_subreg): Fix construction of
203         floating-point constants.
204
205 2004-01-08  J. Brobecker  <brobecker@gnat.com>
206
207         * dwarf2out.c (subrange_type_die): Add context_die parameter.
208         Create the subrange_type DIE using the given context DIE.
209         (modified_type_die): Update call to subrange_type_die.
210
211 2004-01-08  Zack Weinberg  <zack@codesourcery.com>
212
213         * dwarf2.h, unwind-dw2-fde.h, unwind-pe.h, unwind.h:
214         Add multiple-include guard.
215
216 2004-01-08  Hartmut Penner  <hpenner@de.ibm.com>
217
218         * gcc/config/rs6000/rs6000.c (easy_vector_constant): Accept
219         all vector constant loadable by vsplt*.
220         (output_vec_const_move): Likewise.
221
222 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
223
224         PR c/6024
225         * c-typeck.c (comptypes): Only treat enumerated types in the same
226         translation unit as compatible with each other when they are the
227         same type.
228         * doc/extend.texi: Update.
229
230 2004-01-07  Joseph S. Myers  <jsm@polyomino.org.uk>
231
232         PR c/12165
233         * c-decl.c (grokdeclarator): Take type qualifiers of typedefed
234         array type from the array element type.
235
236 2004-01-07  Alan Modra  <amodra@bigpond.net.au>
237
238         * config/rs6000/rs6000.c (rs6000_dbx_register_number): New function.
239         * config/rs6000/rs6000-protos.h (rs6000_dbx_register_number): Declare.
240         * config/rs6000/rs6000.h (DWARF_FRAME_REGNUM): Define.
241         (DWARF_REG_TO_UNWIND_COLUMN): Correct column adjustment and comment.
242         * config/rs6000/sysv4.h (DBX_REGISTER_NUMBER): Define.
243
244 2004-01-06  Eric Christopher  <echristo@redhat.com>
245
246         * config/mips/mips.h (MDEBUG_ASM_SPEC): Change for dwarf2 default.
247         (DWARF2_DEBUGGING_INFO): Define.
248         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2.
249         * config/mips/openbsd.h (PREFERRED_DEBUGGING_TYPE): Remove.
250         * config/mips/iris6.h (SUBTARGET_ASM_DEBUGGING_SPEC): Only pass -g0
251         for irix as.
252         (SUBTARGET_ASM_OPTIMIZING_SPEC): Only pass O0 for irix as.
253         * config/mips/iris6gas.h (MDEBUG_ASM_SPEC): Remove.
254         * config/mips/iris5gas.h: Ditto.
255         (DBX_DEBUGGING_INFO): Remove.
256         (DWARF2_DEBUGGING_INFO): Ditto.
257         (MIPS_DEBUGGING_INFO): Ditto.
258         (PREFERRED_DEBUGGING_TYPE): Ditto.
259         * config/mips/elf.h (DWARF2_DEBUGGING_INFO): Remove.
260         (PREFERRED_DEBUGGING_TYPE): Ditto.
261         (SUBTARGET_ASM_DEBUGGING_SPEC): Ditto.
262         * config/mips/elf64.h: Ditto.
263
264 2004-01-06  Jan Hubicka  <jh@suse.cz>
265
266         * Makefile.in (STAGEPROFILE_FLAGS_TO_PASS): Use -fprofile-generate.
267         (STAGEFEEDBACK_FLAGS_TO_PASS): Use -fprofile-use.
268
269 2004-01-06  Geoffrey Keating  <geoffk@apple.com>
270
271         * config/rs6000/t-darwin (LIB2FUNCS_EXTRA): Compile darwin-ldouble.c.
272         (TARGET_LIBGCC2_CFLAGS): Use -mlong-double-128.
273         * config/rs6000/darwin-ldouble.c: New.
274
275         * emit-rtl.c (gen_lowpart_common): Use simplify_gen_subreg
276         for constants.
277         (constant_subword): Delete.
278         * rtl.h (constant_subword): Delete prototype.
279         (immed_double_const): Is not in varasm.c.
280         * simplify-rtx.c (simplify_immed_subreg): New.
281         (simplify_subreg): Use simplify_immed_subreg.
282
283         * config/rs6000/rs6000.md (floatsitf2): Use expand_float rather
284         than trying to generate RTL directly.
285         (fix_trunctfsi2): Use expand_fix rather than trying to generate
286         RTL directly.
287
288         * dwarf2out.c (add_const_value_attribute): Remove incorrect comment.
289
290 2004-01-06  David Edelsohn  <edelsohn@gnu.org>
291
292         * config/rs6000/xcoff.h (EXTRA_SECTION_FUNCTIONS): Split each
293         function into a separate macro.
294         (read_only_data_section): Add void argument.
295         (private_data_section): Same.
296         (read_only_private_data_section): Same.
297         (toc_section): Same.
298
299 2004-01-06  Jan Hubicka  <jh@suse.cz>
300
301         * invoke.texi:  Remove typo in last change.
302
303         PR target/10301
304         * config.gcc: Accept opteron and athlon-64 as variants
305         of k8.
306         * i386.c (override_options): Likewise.
307         * invoke.texi (i386 -mtune): Expand documentation.
308
309 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
310
311         * alias.c: Fix comment typos.
312         * builtins.c: Likewise.
313         * cfg.c: Likewise.
314         * df.c: Likewise.
315         * dominance.c: Likewise.
316         * dwarf2out.c: Likewise.
317         * emit-rtl.c: Likewise.
318         * expr.c: Likewise.
319         * final.c: Likewise.
320         * fold-const.c: Likewise.
321         * gcse.c: Likewise.
322         * genattrtab.c: Likewise.
323         * genrecog.c: Likewise.
324         * gensupport.c: Likewise.
325         * ggc-zone.c: Likewise.
326         * integrate.c: Likewise.
327         * local-alloc.c: Likewise.
328         * loop.c: Likewise.
329         * recog.c: Likewise.
330         * regmove.c: Likewise.
331         * reg-stack.c: Likewise.
332         * reorg.c: Likewise.
333         * rtlanal.c: Likewise.
334         * rtl.h: Likewise.
335         * sched-ebb.c: Likewise.
336         * simplify-rtx.c: Likewise.
337         * toplev.c: Likewise.
338         * varasm.c: Likewise.
339
340 2004-01-06  Kazu Hirata  <kazu@cs.umass.edu>
341
342         * doc/install.texi: Fix typos.
343         * doc/invoke.texi: Likewise.
344         * doc/md.texi: Likewise.
345
346 2004-01-06  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
347
348         * config/m32r/m32r.h (TRAMPOLINE_LINE_SIZE): Changed
349
350 2004-01-06  Jan Hubicka  <jh@suse.cz>
351
352         * i386.c (init_cumulative_args):  Add handling of MMX_REGPARM.
353         (function_arg_advance):  Do not pass aggregates in SSE; deal handling
354         of MMX_REGPARM.
355         (function_arg): Add new warnings about ABI changes;  fix SSE_REGPARM;
356         add MMX_REGPARM.
357         * i386.h (ix86_args): Add mmx_words/mmx_regs/mmx_regno fields.
358         (SSE_REGPARM_MAX): Default to 3 on i386 -msse ABI.
359         (MMX_REGPARM_MAX): Similarly for -mmmx.
360
361 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
362
363         * config/sh/linux.h: Fix comment formatting.
364         * config/sh/netbsd-elf.h: Likewise.
365         * config/sh/sh.c: Likewise.
366         * config/sh/sh.h: Likewise.
367         * config/sh/vxworks.h: Likewise.
368
369 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
370
371         * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
372         * toplev.c (output_file_directive): Don't use
373         ASM_OUTPUT_MAIN_SOURCE_FILENAME.
374
375 2004-01-05  Daniel Berlin  <dberlin@dberlin.org>
376
377         * ggc-zone.c: Remove everything in #ifdef USING_MALLOC_PAGE_GROUPS
378         (USING_MMAP): We don't support non-mmap.
379         (struct alloc_chunk): Steal 1 bit from typecode, use it to mark
380         large objects.
381         (struct page_entry): Remove bytes_free.
382         (struct page_table_chain): Remove.
383         (struct globals): Remove page_table member.
384         (loookup_page_table_entry): Function deleted.
385         (set_page_table_entry): Ditto.
386         (ggc_allocated_p): No longer need page table lookups.
387         (ggc_marked_p): Ditto.
388         (alloc_small_page): Don't care about bytes_free anymore.
389         (alloc_large_page): Round up size.
390         (ggc_alloc_zone_1): Mark large objects as such, and calculate
391         their size the new way.
392         Remove page table lookups and setting.
393         (ggc_get_size): Calculate large object size the new way.
394         (sweep_pages): Redo to account for fact that we no longer have
395         bytes_free.
396         (ggc_collect): No longer need to reincrement bytes_free.
397         (ggc_pch_alloc_object): Handle new large objects properly.
398         (ggc_pch_read): Put PCH stuff into it's own uncollected zone.
399
400 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
401
402         * doc/invoke.texi: Remove a page break.
403
404 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
405
406         * config/avr/avr.c (avr_output_function_prologue): Remove an
407         extra pair of curly braces.
408
409 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
410
411         * config/mn10300/mn10300.c: Fix comment formatting.
412         * config/mn10300/mn10300.h: Likewise.
413
414 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
415
416         * tree.h: Update documentation on nothrow_flag.
417         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
418         types.
419
420 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
421
422         * doc/invoke.texi: Remove traces of dead ports.
423
424 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
425
426         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
427         option.
428
429 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
430
431         PR target/12945
432         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
433         counter labels.
434         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
435         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
436         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
437         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
438         (mips_symbol_insns): Don't trust the local/global classification.
439         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
440         (override_options): Make -mabicalls -fno-unit-at-a-time imply
441         -mno-explicit-relocs.
442         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
443         between local and global symbols.
444
445 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
446
447         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
448         (mips_preferred_reload_class): Declare.
449         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
450         (EXTRA_CONSTRAINT): Update accordingly.
451         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
452         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
453         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
454         mips_dangerous_for_la25_p.
455         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
456         if mips_dangerous_for_la25_p.
457
458 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
459
460         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
461         warning.
462
463 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
464
465         * configure.ac: Use AC_PROG_CPP_WERROR.
466         * configure: Regenerate.
467
468 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
469
470         * .cvsignore: Add autom4te.cache.
471
472 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
473
474         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
475         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
476         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
477         then architecture options, then ABI options.  General rewording.
478
479 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
480
481         PR c/3414
482         * doc/extend.texi: Clarify definition of malloc attribute.
483
484 2004-01-04  Jan Hubicka  <jh@suse.cz>
485
486         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
487         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
488         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
489         (cgraph_inline_p): Add extra argument reason.
490         * cgraphunit.c: Minor formating fixes.
491         cgraph_first_inlined_callee): New functions.
492         (record_call_1): Record builtins too.
493         (cgraph_analyze_function): Update inline_failed messages.
494         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
495         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
496         (cgraph_check_inline_limits): Likewise; Add argument reason.
497         (cgraph_set_inline_failed): New static function.
498         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
499         reasons.
500         (cgraph_inline_p): Add new argument reason.
501         * tree-inline.c (expand_call_inline):  Update warning.
502
503 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
504
505         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
506         with modern equivalents.
507         * configure: Regenerate.
508
509         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
510         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
511         * configure: Regenerate.
512
513         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
514
515         * configure.in: Rename to configure.ac.
516         * configure.ac: Renamed from configure.in; make minimum necessary
517         changes for autoconf 2.5x.
518         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
519         * configure: Regenerate with autoconf 2.57.
520
521 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
522
523         * config/mips/linux.h: Fix comment formatting.
524         * config/mips/mips.c: Likewise.
525         * config/mips/mips.h: Likewise.
526         * config/mips/mips.md: Likewise.
527         * config/mips/netbsd.h: Likewise.
528         * config/mips/windiss.h: Likewise.
529
530 2004-01-02  Richard Henderson  <rth@redhat.com>
531
532         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
533         for sse and 387; add suppression for mmx.
534
535 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
536
537         * loop.c (loop_optimize): Free all loops_info's mems.
538
539         * c-typeck.c (finish_init): Free spelling_base before
540         setting it again.
541
542         * cfgloop.c (flow_loops_find): Always free the sbitmap
543         headers.
544
545         * predict.c (estimate_probability): Free bbs after being
546         done with it.
547
548 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
549
550         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
551         const_8bit_operand and call_address_operand.
552
553 2004-01-02  Jan Hubicka  <jh@suse.cz>
554
555         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
556         when there is nothing to inline but warnings are requested.
557         (cgraph_decide_inlining):  Fix memory leak.
558
559 2004-01-02  Jan Hubicka  <jh@suse.cz>
560
561         * expr.c (store_constructor):  Fix pasto in previous patch.
562
563 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
564
565         * config/i386/cygming.h: Fix comment formatting.
566         * config/i386/djgpp.h: Likewise.
567         * config/i386/gthr-win32.c: Likewise.
568         * config/i386/i386-interix.h: Likewise.
569         * config/i386/i386.c: Likewise.
570         * config/i386/i386.h: Likewise.
571         * config/i386/openbsd.h: Likewise.
572         * config/i386/winnt.c: Likewise.
573         * config/i386/xm-mingw32.h: Likewise.
574
575 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
576
577         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
578         copyright and last modification dates.
579
580 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
581
582         * doc/install.texi (Specific): Mention x86_64.
583
584 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
585
586         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
587         Call force_operand on plus_constant result.
588
589 2004-01-01  Jan Hubicka  <jh@suse.cz>
590
591         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
592         * expr.c (store_constructor): Use vec_init pattern.
593         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
594         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
595         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
596         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
597         New patterns.
598         (sse2_unpc?pd): Fix pattern.
599         (sse2_movlpd): Kill.
600         (sse2_movsd): Deal with movlpd too.
601         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
602         (ix86_expand_vector_init): New.
603         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
604         * md.texi (vec_set, vec_extract): Document
605
606 2003-12-31  Jan Hubicka  <jh@suse.cz>
607
608         PR opt/13473
609         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
610         ASM input operands
611
612         PR opt/12617
613         * toplev.c (dump_file_index): Reorder ce3 and bbro.
614         (dump_file): Likewise.
615         (rest_of_compilation): Likewise.
616
617         PR debug/13367
618         * cgraph.c (cgraph_function_possibly_inlined):  Even with
619         flag_really_no_inline we inline always_inline functions.
620         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
621         for non-always_inline functions when there is flag_really_no_inline.
622         (cgraph_decide_inlining): Limit work done when not inlining.
623         (cgraph_decide_inlining_incrementally): Likewise.
624         (cgraph_optimize_function): Check whether something got inlined.
625         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
626         extern inline functions when not inlining.
627
628         * opts.c (decode_options):  Disable crossjumping at -O1
629         * invoke.texi (-O1): Document change.
630
631 See ChangeLog.10 for earlier changes.