OSDN Git Service

* doc/invoke.texi: Remove a page break.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
2
3         * doc/invoke.texi: Remove a page break.
4
5 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
6
7         * config/avr/avr.c (avr_output_function_prologue): Remove an
8         extra pair of curly braces.
9
10 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
11
12         * config/mn10300/mn10300.c: Fix comment formatting.
13         * config/mn10300/mn10300.h: Likewise.
14
15 2004-01-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16
17         * tree.h: Update documentation on nothrow_flag.
18         * print-tree.c (print_node): Print TREE_NOTHROW as "align-ok" for
19         types.
20
21 2004-01-05  Kazu Hirata  <kazu@cs.umass.edu>
22
23         * doc/invoke.texi: Remove traces of dead ports.
24
25 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
26
27         * doc/invoke.texi: Add documentation for the MIPS -mexplicit-relocs
28         option.
29
30 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
31
32         PR target/12945
33         * coverage.c (coverage_counter_alloc): Set SYMBOL_FLAG_LOCAL for
34         counter labels.
35         * config/mips/mips.c (INTERNAL_SYMBOL_P): Delete.
36         (mips_classify_symbol): Always treat SYMBOL_REF_FLAG as indicating
37         string constants if TARGET_MIPS16.  Use SYMBOL_REF_DECL to check
38         the binding of decl symbols, otherwise check SYMBOL_REF_LOCAL_P.
39         (mips_symbol_insns): Don't trust the local/global classification.
40         (m16_usym8_4, m16_usym5_4): Same mips16 change as mips_classify_symbol.
41         (override_options): Make -mabicalls -fno-unit-at-a-time imply
42         -mno-explicit-relocs.
43         (mips_encode_section_info): Don't use SYMBOL_REF_FLAG to distinguish
44         between local and global symbols.
45
46 2004-01-05  Richard Sandiford  <rsandifo@redhat.com>
47
48         * config/mips/mips-protos.h (mips_dangerous_for_la25_p): Declare.
49         (mips_preferred_reload_class): Declare.
50         * config/mips/mips.h (DANGEROUS_FOR_LA25_P): Replace with function.
51         (EXTRA_CONSTRAINT): Update accordingly.
52         (PREFERRED_RELOAD_CLASS): Use mips_preferred_reload_class.
53         * config/mips/mips.c (mips_dangerous_for_la25_p): New function.
54         (mips_preferred_reload_class): New function.  Prefer LEA_REGS if
55         mips_dangerous_for_la25_p.
56         (mips_secondary_reload_class): Use LEA_REGS rather than GR_REGS
57         if mips_dangerous_for_la25_p.
58
59 2004-01-05  Bernardo Innocenti  <bernie@develer.com>
60
61         * config/m68k/m68k.c (output_andsi3): Fix signed/unsigned comparison
62         warning.        
63
64 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
65
66         * configure.ac: Use AC_PROG_CPP_WERROR.
67         * configure: Regenerate.
68
69 2004-01-04  Zack Weinberg  <zack@codesourcery.com>
70
71         * .cvsignore: Add autom4te.cache.
72
73 2004-01-04  Richard Sandiford  <rsandifo@redhat.com>
74
75         * doc/invoke.texi: Revamp documentation of MIPS options.  Remove
76         -mabi=meabi, -mabi-fake-default, -mmips-as, -mgas, -mmips-tfile,
77         -m4650, -mfix7000 and -(m)no-crt0.  Put endianness options first,
78         then architecture options, then ABI options.  General rewording.
79
80 2004-01-04  Joseph S. Myers  <jsm@polyomino.org.uk>
81
82         PR c/3414
83         * doc/extend.texi: Clarify definition of malloc attribute.
84
85 2004-01-04  Jan Hubicka  <jh@suse.cz>
86
87         * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.
88         * cgraph.c (create_edge, dump_cgraph): Update to use inline_failed
89         * cgraph.h (cgraph_edge): Replace inline_call by inline_failed
90         (cgraph_inline_p): Add extra argument reason.
91         * cgraphunit.c: Minor formating fixes.
92         cgraph_first_inlined_callee): New functions.
93         (record_call_1): Record builtins too.
94         (cgraph_analyze_function): Update inline_failed messages.
95         (cgraph_mark_functions_to_output, cgraph_expand_function, cgraph_inlined_into,
96         cgraph_inlined_callees, cgraph_estimate_growth): Update to use inline_failed.
97         (cgraph_check_inline_limits): Likewise; Add argument reason.
98         (cgraph_set_inline_failed): New static function.
99         (cgraph_decide_inlining_of_small_function, cgraph_decide_inlining): Set
100         reasons.
101         (cgraph_inline_p): Add new argument reason.
102         * tree-inline.c (expand_call_inline):  Update warning.
103
104 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
105
106         * configure.ac: Replace AC_INIT, AC_OUTPUT, AC_CANONICAL_SYSTEM
107         with modern equivalents.
108         * configure: Regenerate.
109
110         * configure.ac: Replace gcc_AC_CHECK_TYPE with AC_CHECK_TYPE.
111         * aclocal.m4 (gcc_AC_CHECK_TYPE): Remove.
112         * configure: Regenerate.
113
114         * doc/install.texi: Note that 'gcc' is now a 2.57 directory.
115
116         * configure.in: Rename to configure.ac.
117         * configure.ac: Renamed from configure.in; make minimum necessary
118         changes for autoconf 2.5x.
119         * aclocal.m4: Make minimum necessary changes for autoconf 2.5x.
120         * configure: Regenerate with autoconf 2.57.
121
122 2004-01-03  Kazu Hirata  <kazu@cs.umass.edu>
123
124         * config/mips/linux.h: Fix comment formatting.
125         * config/mips/mips.c: Likewise.
126         * config/mips/mips.h: Likewise.
127         * config/mips/mips.md: Likewise.
128         * config/mips/netbsd.h: Likewise.
129         * config/mips/windiss.h: Likewise.
130
131 2004-01-02  Richard Henderson  <rth@redhat.com>
132
133         * config/i386/i386.md (fp constant pool splitter): Reorg suppression
134         for sse and 387; add suppression for mmx.
135
136 2004-01-02  Andrew Pinski  <pinskia@physics.uc.edu>
137
138         * loop.c (loop_optimize): Free all loops_info's mems.
139
140         * c-typeck.c (finish_init): Free spelling_base before
141         setting it again.
142
143         * cfgloop.c (flow_loops_find): Always free the sbitmap
144         headers.
145
146         * predict.c (estimate_probability): Free bbs after being
147         done with it.
148
149 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
150
151         * config/mn10300/mn10300.h (PREDICATE_CODES): Add
152         const_8bit_operand and call_address_operand.
153
154 2004-01-02  Jan Hubicka  <jh@suse.cz>
155
156         * cgraphunit.c (cgraph_optimize_function):  Call optimize_inline_calls
157         when there is nothing to inline but warnings are requested.
158         (cgraph_decide_inlining):  Fix memory leak.
159
160 2004-01-02  Jan Hubicka  <jh@suse.cz>
161
162         * expr.c (store_constructor):  Fix pasto in previous patch.
163
164 2004-01-02  Kazu Hirata  <kazu@cs.umass.edu>
165
166         * config/i386/cygming.h: Fix comment formatting.
167         * config/i386/djgpp.h: Likewise.
168         * config/i386/gthr-win32.c: Likewise.
169         * config/i386/i386-interix.h: Likewise.
170         * config/i386/i386.c: Likewise.
171         * config/i386/i386.h: Likewise.
172         * config/i386/openbsd.h: Likewise.
173         * config/i386/winnt.c: Likewise.
174         * config/i386/xm-mingw32.h: Likewise.
175
176 2004-01-02  Joseph S. Myers  <jsm@polyomino.org.uk>
177
178         * doc/gcc.texi, doc/invoke.texi, doc/install.texi: Update
179         copyright and last modification dates.
180
181 2004-01-02  Andreas Jaeger  <aj@suse.de>, Gerald Pfeifer  <gp@suse.de>
182
183         * doc/install.texi (Specific): Mention x86_64.
184
185 2004-01-01  Hans-Peter Nilsson  <hp@bitrange.com>
186
187         * builtins.c (expand_builtin_apply_args_1) [STACK_GROWS_DOWNWARD]:
188         Call force_operand on plus_constant result.
189
190 2004-01-01  Jan Hubicka  <jh@suse.cz>
191
192         * expmed.c (store_bit_field, extract_bit_field): Use new named patterns
193         * expr.c (store_constructor): Use vec_init pattern.
194         * genopinit.c (optabs): Initailize vec_set/vec_extract/vec_init.
195         * optabs.h (optab_index): ADD OTI_vec_set/OTI_vec_extract/OTI_vec_init
196         (vec_set_optab, vec_extract_optab, vec_init_optab): New.
197         * i386.md (vec_setv2df, vec_extractv2df, vec_setv4sf, vec_extractv4sf):
198         New patterns.
199         (sse2_unpc?pd): Fix pattern.
200         (sse2_movlpd): Kill.
201         (sse2_movsd): Deal with movlpd too.
202         * i386.c (ix86_expand_builtin): Use sse2_movsd instead of sse2_movlpd.
203         (ix86_expand_vector_init): New.
204         * emmintrin.h (__mm_set_pd, __mm_set_ps): Use vector extensions.
205         * md.texi (vec_set, vec_extract): Document
206
207 2003-12-31  Jan Hubicka  <jh@suse.cz>
208
209         PR opt/13473
210         * recog.c (validate_replace_rtx_1):  Take care for RTL sharing inside
211         ASM input operands
212
213         PR opt/12617
214         * toplev.c (dump_file_index): Reorder ce3 and bbro.
215         (dump_file): Likewise.
216         (rest_of_compilation): Likewise.
217
218         PR debug/13367
219         * cgraph.c (cgraph_function_possibly_inlined):  Even with
220         flag_really_no_inline we inline always_inline functions.
221         * cgraphunit.c (cgraph_analyze_function): Clear inlinable flag
222         for non-always_inline functions when there is flag_really_no_inline.
223         (cgraph_decide_inlining): Limit work done when not inlining.
224         (cgraph_decide_inlining_incrementally): Likewise.
225         (cgraph_optimize_function): Check whether something got inlined.
226         * c-objc-common.c (c_disregard_inline_limits): Do not always inline
227         extern inline functions when not inlining.
228
229         * opts.c (decode_options):  Disable crossjumping at -O1
230         * invoke.texi (-O1): Document change.
231
232 See ChangeLog.10 for earlier changes.