cse.c (notreg_cost): New argument outer.
[gcc.git] / gcc / ChangeLog
1 2000-09-29 Richard Henderson <rth@cygnus.com>
2
3 * cse.c (notreg_cost): New argument outer.
4 (COST): Pass in SET to notreg_cost
5 (COST_IN): New.
6 (fold_rtx): Use COST_IN. Prefer constants when costs
7 are the same.
8
9 2000-09-29 David Edelsohn <edelsohn@gnu.org>
10
11 * fixinc/inclhack.def (broken_cabs): Generalize regex.
12 * fixinc/fixincl.x: Regenerate.
13
14 2000-09-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15
16 * loop.c (check_final_value): A GIV is not replaceable if used
17 before set.
18
19 Fri Sep 29 10:04:12 2000 Jeffrey A Law (law@cygnus.com)
20
21 * version.c: Bump to gcc-2.97.
22
23 Frs Sep 29 13:37:59 MET DST 2000 Jan Hubicka <jh@suse.cz>
24
25 * final.c (final_scan_insn): Remove extra extract_insn call;
26 Use caching for constrain_operands.
27 (cleanup_subreg_operands): Use caching for extract_insn.
28 * recog.c (constrain_operands_cached): New.
29 * recog.h (constrain_operands_cached): Declare.
30 * i386.c (ix86_attr_length_immediate_default,
31 ix86_attr_length_address_default, ix86_agi_dependant): Cache
32 extract_insn call.
33
34 * recog.c (asm_noperands): Tweak.
35 (extract_insn): Do not call asm_noperads for non-asm instructions.
36
37 Fri Sep 29 13:20:42 MET DST 2000 Jan Hubicka <jh@suse.cz>
38
39 * recog.c (recog_memoized): Rename to recog_memoized_1.
40 * recog.h (recog_memoized): Rename to recog_memoized_1.
41 (recog_memoized): New macro.
42 * rtl.h (single_set): Rename to single_set_1
43 (single_set): New macro.
44 * rtlanal.c (single_set): Rename to single_set_1; expect clobbers
45 to be last.
46
47 * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
48 Do not use match_dup of input operands at outputs.
49 Use register_operand for memory expression.
50 (rep_movsi): Put use last, canonicalize.
51 Use register_operand for memory expression.
52 (rep_movqi): Put use last.
53 Use register_operand for memory expression.
54 (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
55 of input operands at outputs. Use register_operand for memory
56 expression.
57 (rep_stossi): Put use last; canonicalize; fix match_dup in
58 the address expression
59 (rep_stosqi): Likewise.
60 (memcmp expander): Update calls.
61 (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
62 the clobbers.
63
64 * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
65 VOIDmode.
66 (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
67
68 2000-09-28 David O'Brien <obrien@FreeBSD.org>
69
70 * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
71 Contains the old contents of config/i386/freebsd.h
72 * config/i386/freebsd.h: Now the ELF rather than a.out config file.
73 Contains the old contents of config/i386/freebsd-elf.h
74 * config/i386/freebsd-elf.h: Retire this file -- contents moved to
75 config/i386/freebsd.h.
76 * configure.in: Adjust for above changes.
77 * po/POTFILES.in: Likewise.
78 * po/en_GB.po: Likewise.
79 * po/gcc.pot: Likewise.
80 * configure: Rebuilt.
81
82 2000-09-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
83
84 * doloop.c (doloop_modify): Prevent delete_insn() from
85 deleting too much. Prefer loop->top over loop->start as
86 target for the new JUMP insn.
87 (doloop_valid_p): Ignore loop with exit_count != 0.
88
89 2000-09-28 Philipp Thomas <pthomas@suse.de>
90
91 * invoke.texi (i386 Options): Add athlon to table of possible
92 choices for -mcpu=.
93
94 2000-09-28 Gabriel Dos Reis <gdr@codesourcery.com>
95
96 * diagnostic.h (output_clear_message_text): New function.
97 (output_message_text): New macro.
98
99 * diagnostic.c (clear_text_info): Rename to
100 output_clear_message_text.
101 (output_clear): Adjust.
102 (output_finish): Rename to output_finalize_message. Tweek.
103 (output_to_stream): Adjust.
104
105 2000-09-28 Neil Booth <neilb@earthling.net>
106
107 * cpperror.c (_cpp_begin_message): Do the test for suppression
108 of warnings and pedantic warnings before the "is a warning an
109 error" tests.
110 * cppinit.c (cpp_handle_option): Remove surplus \n.
111 * cpplex.c (ON_REST_ARG): Delete.
112 (skip_block_comment): Initialise prevc.
113 (parse_args): Improve error messages.
114 (maybe_paste_with_next): Use CONTEXT_VARARGS rather
115 than ON_REST_ARG.
116 * cpplib.c (cpp_push_buffer): Fix grammar in message.
117 * cppmain.c (main): Set callbacks for #ident and #pragma
118 only if no_output option is false.
119 (do_pragma_implementation): Only call the #pragma handler
120 if it is set in the cpp_reader structure.
121
122 Wed Sep 27 14:00:07 2000 Donald Lindsay <dlindsay@cygnus.com>
123
124 * integrate.c (copy_insn_list): if an ignored return value
125 is being clobbered, skip cloning that into the inline copy.
126
127 2000-09-27 Joseph S. Myers <jsm28@cam.ac.uk>
128
129 * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
130 use @uref for formatting URLs.
131
132 2000-09-27 Mark Elbrecht <snowball3@bigfoot.com>
133
134 * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
135 name and prefix.
136
137 Tue 26-Sep-2000 18:25:38 BST Neil Booth <neilb@earthling.net>
138
139 * gcc.c (cpp_options): Add spec for -ftabstop=.
140 (invoke_as): New spec that handles invoking as.
141 Update specs to handle -save-temps and -traditional.
142 * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
143 Use invoke_as.
144 * cp/lang-specs.h, objc/lang-specs.h: Update to use
145 invoke_as, and handle -save-temps and -traditional (if
146 appropriate).
147
148 2000-09-26 Jakub Jelinek <jakub@redhat.com>
149
150 * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
151 op0 is a SUBREG.
152 (function_arg_slotno): Accept TImode/CTImode.
153 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
154 to UNITS_PER_WORD.
155
156 2000-09-26 Michael Hayes <mhayes@cygnus.com>
157
158 * flow.c (flow_loop_pre_header_scan): Punt if loop enters
159 from entry block.
160
161 2000-09-25 Jim Wilson <wilson@cygnus.com>
162
163 * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
164 (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
165 (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
166 (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
167
168 Tue 26-Sep-2000 00:16:22 BST Neil Booth <neilb@earthling.net>
169
170 * cpplex.c (parse_args): Don't set VOID_REST flag.
171 (CONTEXT_VARARGS): New flag.
172 (maybe_paste_with_next): Set context earlier in loop. Use
173 it. Do varargs test with CONTEXT_VARARGS flag.
174 (push_arg_context): Set CONTEXT_VARARGS flag if we're
175 pushing an argument context for a varargs argument.
176 * cpplib.h (VOID_REST): Delete.
177 * gcc.dg/cpp/vararg1.c: Add test case.
178
179 2000-09-25 Branko Cibej <branko.cibej@hermes.si>
180
181 * flags.h: Declare warning flag warn_system_headers.
182 * toplev.c: Define it.
183 (W_options): Add option -Wsystem-headers.
184 * diagnostic.c (count_error): Test warn_system_headers.
185 * invoke.texi: Add description for -Wsystem-headers.
186 * cpplib.h (cpp_options): New member warn_system_headers.
187 * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
188 CPP_IN_SYSTEM_HEADER.
189 * cpplib.c (do_import, do_pragma_once): Likewise.
190 * cpperror.c (_cpp_begin_message): Test warn_system_headers
191 and CPP_IN_SYSTEM_HEADER.
192 * cppinit.c (handle_option): Recognize -Wsystem_headers.
193 (print_help): Describe -Wsystem_headers.
194 * cpplex.c (lex_line): Reorganize condition so that warnings
195 about C++ comments in system headers can be enabled. Remove
196 label do_line_comment.
197
198 Mon 25-Sep-2000 23:38:27 BST Neil Booth <neilb@earthling.net>
199
200 * cpplex.c (save_comment): Only store the initial '/'
201 now.
202 (lex_token): Combine handling of the two comment types.
203 Pass everything but the initial '/' to save_comment.
204
205 Mon 25-Sep-2000 23:31:45 BST Neil Booth <neilb@earthling.net>
206
207 * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
208 _cpp_can_paste): New library-internal prototypes.
209 * cpplex.c (dump_param_spelling, output_line_command,
210 output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
211 cpp_printf, cpp_output_list): Move to cppoutput.c.
212 (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
213 * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
214 cppoutput.c.
215 * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
216 dump_param_spelling, output_line_command, cpp_scan_buffer,
217 cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
218 from elsewhere.
219 * Makefile.in: Add cppoutput.c.
220 * po/POTFILES.in: Add cppoutput.c.
221
222 2000-09-25 Richard Henderson <rth@cygnus.com>
223
224 * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
225 * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
226 split until after reload.
227 (rotlsi3, rotldi3): New.
228
229 2000-09-25 Gabriel Dos Reis <gdr@codesourcery.com>
230
231 * diagnostic.c (output_last_position): Define.
232 (set_real_maximum_length): Tweek.
233 * diagnostic.h (output_last_position): Declare.
234
235 2000-09-25 Kazu Hirata <kazu@hxi.com>
236
237 * config/i386/i386.c: Fix formatting.
238
239 2000-09-24 Alan Lehotsky <alehotsky@cygnus.com>
240
241 * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
242 UNITS_PER_WORD is small.
243
244 2000-09-25 Joseph S. Myers <jsm28@cam.ac.uk>
245
246 * c-common.c (format_char_info): Add flags2; update comments.
247 (print_char_table, scan_char_table, time_char_table): Split some
248 flags out into flags2.
249 (check_format_info): Use flags2 for those flags, for identifying
250 the initial character of a scanf scanset, and for identifying
251 printf formats where the '0' flag is ignored with precision.
252
253 2000-09-25 Hans-Peter Nilsson <hp@axis.com>
254
255 Changes below marked "here" add TABs on either or both sides,
256 covering start of line, up to any operand for all noted .*ASM.*_OP
257 definitions. All callers changed.
258 * tm.texi: Make documented *_ASM.*_OP:s include spacing
259 (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
260 BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
261 ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
262 ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
263 Fix typos in description for LONG_LONG_TYPE_SIZE and
264 FINI_SECTION_ASM_OP.
265 * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
266 why these defaults don't have leading spacing.
267 * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
268 * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
269 UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
270 * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
271 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
272 PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
273 * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
274 * varasm.c (ASM_STABS_OP): Here.
275 * xcoffout.h (ASM_STABS_OP): Here.
276 * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
277 SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
278 INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
279 STRING_ASM_OP): Here.
280 * config/freebsd.h (IDENT_ASM_OP): Here.
281 * config/linux-aout.h (SET_ASM_OP): Here.
282 * config/linux.h (SET_ASM_OP): Here.
283 * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
284 INT_ASM_OP): Here.
285 * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
286 * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
287 * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
288 * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
289 INT_ASM_OP): Here.
290 * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
291 SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
292 INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
293 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
294 FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
295 * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
296 CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
297 * config/a29k/udi.h (INT_ASM_OP): Here.
298 * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
299 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
300 SET_ASM_OP): Here.
301 * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
302 READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
303 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
304 UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
305 ASM_STABD_OP): Here.
306 * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
307 COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
308 CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
309 BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
310 INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
311 SIZE_ASM_OP, STRING_ASM_OP): Here.
312 * config/alpha/vms.h (LINK_SECTION_ASM_OP,
313 READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
314 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
315 * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
316 (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
317 * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
318 Here.
319 * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
320 BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
321 * config/arm/coff.h (INT_ASM_OP): Here.
322 * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
323 * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
324 * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
325 INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
326 * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
327 * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
328 ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
329 STRING_ASM_OP): Here. Update documentation copy in comments.
330 * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
331 * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
332 DATA_SECTION_ASM_OP): Here.
333 * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
334 Here.
335 * config/convex/convex.h (TEXT_SECTION_ASM_OP,
336 DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
337 * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
338 BSS_SECTION_ASM_OP): Here.
339 * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
340 BSS_SECTION_ASM_OP): Here.
341 * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
342 Here.
343 * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
344 DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
345 * config/h8300/h8300.h (ASM_WORD_OP): Here.
346 * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
347 BSS_SECTION_ASM_OP): Here.
348 * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
349 * config/i386/bsd.h (ASM_BYTE_OP): Here.
350 * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
351 * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
352 * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
353 Here.
354 * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
355 * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
356 Here.
357 * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
358 DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
359 * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
360 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
361 SET_ASM_OP): Here.
362 * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
363 * config/i386/netbsd.h (INT_ASM_OP): Here.
364 * config/i386/openbsd.h (INT_ASM_OP): Here.
365 * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
366 IDENT_ASM_OP): Here.
367 * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
368 ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
369 LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
370 SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
371 * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
372 SHARED_BSS_SECTION_ASM_OP): Here.
373 * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
374 * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
375 DATA_SECTION_ASM_OP): Here.
376 * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
377 CONST_SECTION_ASM_OP): Here.
378 * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
379 * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
380 BSS_SECTION_ASM_OP): Here.
381 * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
382 * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
383 * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
384 BSS_ASM_OP): Here, but use trailing spaces.
385 * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
386 DATA_SECTION_ASM_OP): Here.
387 * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
388 Here.
389 * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
390 DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
391 * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
392 TDESC_SECTION_ASM_OP): Here.
393 * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
394 DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
395 * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
396 Here.
397 * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
398 BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
399 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
400 UNALIGNED_DOUBLE_INT_ASM_OP): Here.
401 * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
402 COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
403 FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
404 SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
405 * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
406 * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
407 * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
408 SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
409 SET_ASM_OP): Here.
410 * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
411 DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
412 * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
413 * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
414 * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
415 * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
416 * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
417 * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
418 GLOBAL_ASM_OP): Here.
419 * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
420 BSS_SECTION_ASM_OP): Here.
421 * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
422 * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
423 ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
424 DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
425 SKIP_ASM_OP): Here.
426 * config/m68k/newsgas.h (SET_ASM_OP): Here.
427 * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
428 FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
429 * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
430 SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
431 SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
432 but use trailing spaces.
433 * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
434 DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
435 FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
436 Here.
437 * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
438 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
439 * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
440 CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
441 DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
442 IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
443 GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
444 BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
445 CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
446 SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
447 VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
448 PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
449 ASM_BYTE_OP): Here.
450 * config/m88k/openbsd.h (SET_ASM_OP): Here.
451 * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
452 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
453 * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
454 UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
455 DTORS_SECTION_ASM_OP): Here.
456 * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
457 DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
458 * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
459 BSS_SECTION_ASM_OP): Here.
460 * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
461 * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
462 * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
463 POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
464 CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
465 DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
466 * config/mips/mips.c (ABICALLS_ASM_OP): Here.
467 * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
468 Here.
469 * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
470 Here.
471 * config/mips/osfrose.h (SET_ASM_OP): Here.
472 * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
473 * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
474 * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
475 * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
476 Here.
477 * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
478 * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
479 * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
480 * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
481 * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
482 * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
483 Here.
484 * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
485 Here.
486 * config/rs6000/rs6000.h (SET_ASM_OP): Here.
487 * config/rs6000/sol2.h (ASM_STABN_OP): Here.
488 * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
489 Here.
490 * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
491 UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
492 * config/sparc/linux.h (COMMON_ASM_OP): Here.
493 * config/sparc/linux64.h (COMMON_ASM_OP,
494 UNALIGNED_DOUBLE_INT_ASM_OP): Here.
495 * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
496 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
497 * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
498 * config/sparc/pbd.h (ASM_INT_OP): Here.
499 * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
500 * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
501 DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
502 * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
503 UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
504 * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
505 UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
506 UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
507 TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
508 CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
509 CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
510 EH_FRAME_SECTION_ASM_OP): Here.
511 * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
512 * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
513 Here.
514 * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
515 Here.
516 * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
517 TCOMMON_ASM_OP): Here.
518 * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
519 Here.
520 * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
521 ASM_BYTE_OP): Here.
522
523 2000-09-25 Richard Henderson <rth@cygnus.com>
524
525 * expmed.c (store_bit_field): Adjust last change to not consider
526 any word-sized field naturally aligned.
527
528 2000-09-24 Richard Henderson <rth@cygnus.com>
529
530 * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
531 TFmode unordered compares properly. Revalidate integer compare
532 operands.
533 (alpha_emit_setcc): New.
534 (alpha_emit_conditional_move): Revalidate integer compare operands.
535 * config/alpha/alpha-protos.h: Update.
536 * config/alpha/alpha.md (cmpdi): Allow general operands.
537 (sne): Use alpha_emit_setcc.
538 (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
539 (sunordered, sordered): New.
540
541 2000-09-24 Richard Henderson <rth@cygnus.com>
542
543 * config/ia64/ia64-protos.h: Update.
544 * config/ia64/ia64.c (call_multiple_values_operation): Remove.
545 (ia64_expand_call): New.
546 (ia64_expand_prologue): Emit an alloc if we need extra input
547 registers.
548 (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
549 instruction if true.
550 (struct reg_flags): Add is_sibcall.
551 (rtx_needs_barrier): A sibcall does not use CFM et al. Ignore USEs.
552 (emit_insn_group_barriers): Set flags.is_sibcall. Remove hacks
553 for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
554 * config/ia64/ia64.h (PREDICATE_CODES): Update.
555 * config/ia64/ia64.md (call): Use ia64_expand_call.
556 (call_value): Likewise.
557 (sibcall, sibcall_value): New.
558 (call patterns): Remove extra expanders; tidy.
559 (sibcall_epilogue): New.
560 (set_bsp): Remove the extra USE. Put the operand inside the UNSPEC.
561
562 2000-09-24 Richard Henderson <rth@cygnus.com>
563
564 * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
565
566 * sibcall.c (skip_pic_restore): New.
567 (identify_call_return_value): Use it.
568
569 2000-09-24 Mark Mitchell <mark@codesourcery.com>
570
571 * c-tree.texi: Moved here from cp/ir.texi. Documented nested
572 functions. Generalize to handle both C and C++.
573 * Makefile.in (c-tree.info): New target.
574 (info): Add c-tree.info.
575
576 Sun Sep 24 09:15:48 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
577
578 * expr.c (store_field): If BITSIZE is negative, use size of type.
579 (expand_expr, case COMPONENT_EXPR): Likewise.
580
581 Sun 24-Sep-2000 11:40:23 BST Neil Booth <NeilB@earthling.net>
582
583 * cpplex.c: Update TODO comment.
584 * cpplib.c (do_error, do_warning): Merge common code of
585 do_error and do_warning into do_diagnostic. Use it.
586 (do_diagnostic): New function.
587 * cpplib.h: Fix comment typo.
588
589 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
590
591 * c-common.c (check_format_info): Warn for a wide character string
592 used as a non-wide format argument.
593
594 2000-09-24 Joseph S. Myers <jsm28@cam.ac.uk>
595
596 * builtins.def (BUILT_IN_LLABS): Add.
597 * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
598 * c-common.c (c_common_nodes_builtins): Create builtin functions
599 __builtin_llabs, and plain llabs unless no_nonansi_builtins
600 outside of C99 mode.
601 (expand_tree_builtin): Handle BUILT_IN_LLABS.
602
603 Sat 23-Sep-2000 22:39:18 BST Neil Booth <NeilB@earthling.net>
604
605 * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
606 CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
607 * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
608 _cpp_free_toklist): No need to worry about extra dummy token
609 at the start of token lists any more.
610 (trigraph_ok): Only warn outside comments.
611 (skip_block_comment): Set and clear lexing_comment.
612 (skip_line_comment): Take a cpp_reader not cpp_buffer.
613 Set and clear lexing_comment.
614 (parse_number): Handle leading '.' indicated by pfile->seen_dot.
615 (check_long_token): Delete.
616 (lex_percent, lex_dot): New subroutines of lex_token to
617 handle lexing of '.' and '%' without lookback.
618 (lex_token): Use lex_dot and lex_percent.
619 (lex_line): Don't check for LIST_OFFSET.
620 (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
621 * cpplib.c (_cpp_parse_assertion): Similarly.
622 (cpp_push_buffer): Initialize extra_char.
623 * cpplib.h (LIST_OFFSET): Delete.
624 (struct cpp_buffer): New member extra_char.
625 (struct lexer_state): New members lexing_comment and seen_dot.
626
627 2000-09-23 Jason Merrill <jason@redhat.com>
628
629 * config/rs6000/x-aix41 (CLIB): Define here.
630 * config/rs6000/t-aix43: Not here.
631 * config/rs6000/t-aix41: Or here. Remove.
632 * configure.in: Don't use it.
633
634 2000-09-22 Jason Merrill <jason@redhat.com>
635
636 * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
637 * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
638 * config.in: Regenerate.
639
640 * configure.in: Fix checks for assembler features when using a
641 one-tree assembler that has not yet been built.
642 Fix --disable-threads.
643
644 2000-09-19 Geoff Keating <geoffk@cygnus.com>
645
646 * stmt.c (expand_asm_operands): Allow # in constraints.
647
648 2000-09-22 Jason Merrill <jason@redhat.com>
649
650 * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
651
652 * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
653 function-local names.
654
655 2000-09-22 Brad Lucier <lucier@math.purdue.edu>
656 Mark Mitchell <mark@codesourcery.com>
657
658 * toplev.c (warn_disabled_optimization): Declare new warning flag.
659 * flags.h (warn_disabled_optimization): Add it here.
660 * gcse.c (gcse_main): Add warning when disabled.
661 * invoke.texi: Document -Wdisabled-optimization.
662
663 2000-09-21 Jason Merrill <jason@redhat.com>
664
665 * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
666
667 * dwarf2out.c (tree_add_const_value_attribute): New fn.
668 (gen_variable_die): Call it for non-definitions.
669
670 * dwarf2out.c (die_struct): Add die_mark field.
671 (mark_dies, unmark_dies): New fns.
672 (clear_die_sizes): Remove.
673 (print_die): Check die_symbol rather than die_offset.
674 (build_abbrev_table, output_pubnames, output_aranges): Check
675 die_mark rather than die_offset.
676 (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
677 Call mark_dies.
678
679 Thu 21-Sep-2000 18:19:05 BST Neil Booth <NeilB@earthling.net>
680
681 * cppfiles.c (lookup_include_file): Rename to open_file.
682 Always create a splay tree value, even on syscall failures.
683 Negative entries indicated by fd == -2.
684 Re-open files closed in the meantime.
685 (_cpp_fake_include): Create a negative splay tree entry.
686 (find_include_file, cpp_read_file): Update for function name
687 change.
688 * gcc.gd/cpp/mi4.c: Testcase.
689
690 2000-09-21 Nick Clifton <nickc@redhat.com>
691
692 * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
693 ARM and THUMB modes.
694
695 * config/mcore/mcore.c: Fix compile time warnings.
696 * config/mcore/mcore-protos.h: Fix compile time warnings.
697
698 2000-09-20 J. David Anglin <dave@hiauly1.hia.nrc.ca>
699
700 * configure.in: Correct test of gcc_cv_glibc.
701 * configure: Rebuilt.
702 * config.in: Rebuilt.
703
704 2000-09-20 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
705
706 * builtins.c (expand_builtin_fputs): Also expand when length!=1.
707 (expand_builtin): Handle BUILT_IN_FWRITE.
708
709 * builtins.def (BUILT_IN_FWRITE): New entry.
710
711 * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
712
713 Wed Sep 20 15:39:14 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
714
715 * gcc.c (modify_target): New variable and struct.
716 (process_command): Handle MODIFY_TARGET_NAME.
717 * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
718 * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
719
720 * c-decl.c (finish_decl): Add else's to avoid referencing
721 TYPE_DOMAIN of an ERROR_MARK.
722
723 Wed Sep 20 21:44:31 2000 Denis Chertykov <denisc@overta.ru>
724
725 * config/avr/avr.c (adjust_insn_length): Adjust lengths of
726 `reload_in*' insns.
727
728 2000-09-19 Marek Michalkiewicz <marekm@linux.org.pl>
729
730 * config/avr/avr.md (neghi2): Add alternative for input and output
731 operands in different registers, as in negsi2.
732 (*negsi2): Remove '*' from the name. Use "movw" if available.
733
734 2000-09-19 Jim Wilson <wilson@cygnus.com>
735
736 * config/ia64/crtbegin.asm (__dso_handle): Delete use of
737 HAVE_GAS_HIDDEN macro.
738
739 Tue 19-Sep-2000 22:38:57 BST Neil Booth <NeilB@earthling.net>
740
741 * cpplex.c (lex_line): Drop the EOF token for unknown
742 directives in assembler.
743
744 2000-09-19 David Edelsohn <edelsohn@gnu.org>
745
746 * configure.in: Allow enable_threads_flag value of "aix". Define
747 thread_file as "aix" for AIX 4.3 and above.
748 * configure: Regenerated.
749
750 * gthr-aix.h: New file.
751
752 * rs6000/t-aix43: Replace soft-float multilib with pthread.
753 Remove 403 processor multilib match. Fix rios2 processor multilib
754 match.
755
756 * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
757 to return to appropriate csect.
758
759 2000-09-19 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
760
761 * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
762 functions.
763 (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
764 (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
765 BUILT_IN_PRINTF.
766
767 * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
768 New entries.
769
770 * c-common.c (init_function_format_info): Handle __builtin_printf.
771 Set `check_function_format_ptr'.
772 (c_common_nodes_and_builtins): Set `puts_ftype' and
773 `printf_ftype'. Declare __builtin_putchar, __builtin_puts,
774 __builtin_printf and printf.
775
776 * tree.c, tree.h (check_function_format_ptr): Declare.
777
778 Tue 19-Sep-2000 18:26:57 BST Neil Booth <NeilB@earthling.net>
779
780 * cppfiles.c (read_include_file): Take no special action for
781 zero-length files.
782
783 2000-09-19 Bernd Schmidt <bernds@redhat.co.uk>
784
785 * final.c (insn_current_reference_address): Use INSN_SHUID of seq
786 rather than that of branch.
787 (shorten_branches): Don't increment insn_current_address twice.
788
789 Undo most of the Wed Jan 27 23:39:53 1999 patch:
790 * loop.h (struct induction): Delete members derived, ix and last_use.
791 (struct loop_ivs): Delete members first_increment_giv and
792 last_increment_giv.
793 * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
794 recombine_givs): Delete functions.
795 (find_and_verify_loops): Don't initialize cont_dominator.
796 (strength_reduce): Lose code to try to find bivs that can be
797 expressed as givs of another biv, and to convert biv increments
798 into givs.
799 Lose loop_scan_start variable, always use loop->scan_start.
800 Don't call recombine_givs. Don't handle derived givs.
801 (record_giv): Don't initialize derived and last_use fields.
802 (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
803 givs.
804 * unroll.c (derived_regs): Delete static variable.
805 (unroll_loop): Don't initialize it.
806 (copy_loop_body): Lose code to handle derived givs.
807 (find_splittable_givs): Don't check for givs made from biv
808 increments.
809 Don't set derived_regs.
810
811 Fix misapplied earlier patch:
812 * config/sh/sh.md (floatsisf_ie): Reenable. Remove explicit reference
813 to fpul.
814 (floatsisf2): Generate floatsisf_ie by default.
815 (floatsisf_i4): Conditional on TARGET_SH4.
816
817 (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
818 predicate for the expanders.
819
820 2000-09-19 Richard Henderson <rth@cygnus.com>
821
822 * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
823 in addition to pentium and pentiumpro symbols.
824 (CPP_CPU_DEFAULT_SPEC): Likewise.
825
826 * c-typeck.c (c_expand_asm_operands): Restore the output tree
827 after expanding.
828
829 * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
830 if the tree has side effects.
831 (warn_if_unused_value): Do not warn about void constructs.
832
833 * c-decl.c (poplevel): Invoke warn_about_unused_variables.
834
835 * unroll.c (copy_loop_body): Update LABEL_NUSES before
836 calling invert_jump.
837
838 2000-09-18 Geoff Keating <geoffk@cygnus.com>
839
840 * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
841 into anything.
842
843 2000-09-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
844
845 * Makefile.in (c-common.o): Depend on diagnostic.h.
846
847 * c-common.c: Include diagnostic.h.
848 (tfaff): Delete.
849 (status_warning): New function.
850 (check_format_info, maybe_read_dollar_number, check_format_types,
851 finish_dollar_format_checking, check_function_format): Accept a
852 `status' parameter. All callers changed.
853
854 * c-common.h (check_function_format): Accept a `status' parameter.
855
856 * c-typeck.c: Update call to `check_function_format'.
857
858 2000-09-18 Richard Henderson <rth@cygnus.com>
859
860 * c-decl.c (c_expand_body): Call mark_varargs before
861 expand_function_start.
862
863 2000-09-18 Geoff Keating <geoffk@cygnus.com>
864
865 * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
866 * config/rs6000/eabi-ci.asm: Likewise.
867
868 2000-09-18 Richard Henderson <rth@cygnus.com>
869
870 * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
871 for BImode.
872
873 2000-09-18 Jim Wilson <wilson@cygnus.com>
874
875 * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
876 before passing it to fold_rtx_mult_add.
877
878 * unroll.c (final_giv_value): Pass increment through
879 extend_value_for_giv before passing it to emit_iv_add_mult.
880
881 * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
882 paradoxical subreg, then directly substitute the replacement and
883 return.
884
885 Mon 18-Sep-2000 22:12:44 BST Neil Booth <NeilB@earthling.net>
886
887 * cpp.texi: Update documentation, including some clarifications,
888 the treatment of various newline combinations, and space between
889 backslash and newline.
890
891 Mon Sep 18 21:00:47 2000 J"orn Rennecke <amylaar@redhat.co.uk>
892
893 * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
894 Replace ASM_OUTPUT_LABELREF with assemble_name.
895
896 Mon Sep 18 20:26:50 2000 J"orn Rennecke <amylaar@redhat.co.uk>
897
898 * sh.c (addsubcosts): CONST is not cheap.
899 (find_barrier): For Sh1, take alignment after jumps into account.
900
901 2000-09-15 Andrew Haley <aph@redhat.com>
902
903 * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
904 remove all SETs of SUBREGs of hard registers.
905 * function.c (purge_hard_subreg_sets): New function.
906 (purge_single_hard_subreg_set): New function.
907 * rtl.h: (purge_hard_subreg_sets): New function.
908
909 2000-09-18 Richard Henderson <rth@cygnus.com>
910
911 * config/ia64/ia64-protos.h: Update.
912 * config/ia64/ia64.c (signed_inequality_operator): New.
913 (ia64_expand_compare): New.
914 (ia64_register_move_cost): Handle PR_REGS moves.
915 (ia64_secondary_reload_class): Require a GR when moving to a PR.
916 (struct reg_write_state): Add written_by_and/or.
917 (struct reg_flags): Add is_and/or.
918 (rws_update): Set them.
919 (rws_access_regno): Test them to allow parallel comparisons.
920 (rtx_needs_barrier): Recognize parallel comparisons.
921 (emit_insn_group_barriers): Set prev_insn after a call stop bit.
922 Call recog_memoized; ignore pred_rel_mutex.
923 (emit_predicate_relation_info): Don't call find_basic_blocks here.
924 (ia64_reorg): Do it here instead.
925 * config/ia64/ia64.h: s/CCmode/BImode/g
926 (MODES_TIEABLE_P): Don't tie BImode.
927 (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
928 (CONST_COSTS): Pick sensible values for CONST_INT based on context.
929 (RTX_COSTS): Make multiply 4 insns.
930 (MEMORY_MOVE_COST): New.
931 (PREDICATE_CODES): Update.
932 * config/ia64/ia64.md: s/CCmode/BImode/g
933 (movcci, movbi): New.
934 (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
935 (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
936 (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
937 (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
938 (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
939 (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
940 (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
941 (mulsi, muldi): Use xmpy not xma.
942 (cmpbi): New.
943 (movcc, movcc_internal): Remove.
944 (branch expanders): Use ia64_expand_compare.
945 (setcc expanders): Likewise.
946 (cmov insns): Use move_operand and ia64_move_ok.
947 (pred_rel_mutex): Use unspec not unspec_volatile. Prevent the
948 scheduler from moving it past a use.
949 * config/ia64/build.hacks: Remove.
950
951 Mon 18-Sep-2000 19:21:35 BST Neil Booth <NeilB@earthling.net>
952
953 * cpphash.h (HASHSTEP): Take character rather than pointer
954 to character.
955 (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
956
957 * cpphash.c (cpp_loookup): Update for new HASHSTEP.
958
959 * cpplex.c (auto_expand_name_space, trigraph_replace,
960 backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
961 IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
962 BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
963 KNOWN_DIRECTIVE): Delete.
964
965 (handle_newline, check_long_token, skip_escaped_newlines,
966 unterminated): New functions.
967 (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
968
969 (parse_identifier): Was parse_name, new implementation.
970 (skip_line_comment, skip_block_comment, skip_whitespace,
971 parse_number, parse_string, trigraph_ok, save_comment,
972 adjust_column, _cpp_get_line): New implementations.
973
974 (lex_token): New function. Lexes a token at a time, looking
975 forwards. Contains most of the guts of the old lex_line.
976 (lex_line): New implementation, using lex_token to obtain
977 individual tokens.
978 (cpp_scan_buffer): Use the token's line, not the list's line.
979
980 * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
981 New implementations.
982 (do_assert): Don't bother setting the answer's list's line.
983 (cpp_push_buffer): Initialise new pfile and read_ahead members
984 of struct cpp_buffer.
985
986 * cpplib.h (cppchar_t): New typedef.
987 (struct cpp_buffer): read_ahead, pfile and col_adjust are
988 new members.
989 (struct lexer_state): New structure that determines the state
990 and behaviour of the lexer.
991 (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
992 (struct cpp_reader): New member "state". Rename
993 multiline_string_line and multiline_string_column. Delete
994 col_adjust, in_lex_line members.
995 (CPP_BUF_COLUMN): Update.
996
997 2000-09-18 Richard Henderson <rth@cygnus.com>
998
999 * combine.c (simplify_comparison): Shift a NOT out of a single
1000 bit test.
1001
1002 * combine.c (if_then_else_cond): Canonicalize BImode true to
1003 STORE_FLAG_VALUE.
1004 * explow.c (trunc_int_for_mode): Likewise.
1005
1006 * combine.c (combine_simplify_rtx): Use gen_unary to distribute
1007 the NOT for De Morgan's rule.
1008 * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
1009 of a comparison to the reverse comparison.
1010
1011 * combine.c (try_combine): Allow split to create a single insn.
1012
1013 * machmode.def: Add BImode. Add a column for bitsize.
1014 * machmode.h (DEF_MACHMODE): Adjust for extra column.
1015 (GET_MODE_BITSIZE): Use it.
1016 * rtl.c (DEF_MACHMODE): Adjust for extra column.
1017 (mode_bitsize): New.
1018 (mode_mask_array): Use bitsize.
1019 * combine.c (combine_simplify_rtx): Require inner and outer
1020 modes to match on nonzero_bits optimizations.
1021
1022 2000-09-18 Bernd Schmidt <bernds@redhat.co.uk>
1023
1024 * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
1025 its entry in spill_reg_store.
1026 * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
1027 * sh.c (reg_no_subreg_operand): New function.
1028 * sh-protos.h (reg_no_subreg_operand): Declare it.
1029 * sh.h (PREDICATE_CODES): Add it.
1030 * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
1031 input operand that needs to be in fpul.
1032 (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
1033 * sh.c (find_barrier): Take into account that machine_dependent_reorg
1034 might add new insns.
1035
1036 2000-09-18 Alexandre Oliva <aoliva@redhat.com>
1037
1038 * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
1039 MAYBE_DEAD.
1040 (sh_expand_epilogue): Take the PIC register into account when
1041 computing the frame size.
1042
1043 * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
1044 * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
1045 LABEL_REFs with a PIC-safe unspec.
1046
1047 2000-09-18 Will Cohen <wcohen@redhat.com>
1048
1049 * extend.texi (Zero Length): State that static initializers for
1050 zero-length arrays are not allowed.
1051
1052 * c-typeck.c (process_init_element): Flag initializers for zero
1053 length arrays.
1054
1055 * tree.c (integer_all_onesp): Ignore TREE_INT_CST_HIGH if prec is
1056 exactly HOST_BITS_PERWIDE_INT.
1057
1058 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
1059
1060 * c-common.c (check_format_info): Properly save the argument
1061 number and parameter for $ operand number formats in case width
1062 and precision arguments are also used. Allow printf width and
1063 precision arguments to have operand numbers even if none was
1064 specified for the main format, since this is OK for %*.*m. Only
1065 object to missing $ operand number if the format used requires an
1066 argument.
1067
1068 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
1069
1070 * c-common.c (format_char_info): Add 'W' flag to comment.
1071 (print_char_table, scan_char_table): Use it.
1072 (check_format_info): Use the 'W' flag to determine whether a
1073 format argument is written into.
1074
1075 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
1076
1077 * c-common.c (check_format_types): Reorganise and clean up,
1078 checking earlier for ERROR_MARKs and making cur_type into its
1079 TYPE_MAIN_VARIANT where convenient.
1080
1081 2000-09-18 Joseph S. Myers <jsm28@cam.ac.uk>
1082
1083 * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
1084
1085 2000-09-18 Bernd Schmidt <bernds@redhat.co.uk>
1086
1087 * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
1088
1089 * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
1090 * i386.c (struct builtin_description): New.
1091 (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
1092 (mmx_reg_operand): Declare MODE arg as unused.
1093 (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
1094 ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
1095 ix86_expand_binop_builtin, ix86_expand_store_builtin,
1096 ix86_init_builtins, ix86_expand_builtin): New functions.
1097 * i386.h (ix86_builtins): New enumeration.
1098 (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
1099 * i386.md (attr length_immediate): 0 for mmx/sse types.
1100 (attr prefix_0f): 1 for mmx/sse types.
1101 (setcc_2): Remove "*" so we get gen_setcc_2.
1102 (emms): Account for changed register numbering. Set "memory" attr
1103 to unknown.
1104 (sfence): Set "memory" attr to unknown.
1105
1106 2000-09-18 Andreas Jaeger <aj@suse.de>
1107
1108 * configure.in: Define _GNU_SOURCE only when using the GNU C
1109 Library.
1110 * configure: Regenerated.
1111 * config.in: Regenerated.
1112
1113 2000-09-17 Mark Mitchell <mark@codesourcery.com>
1114
1115 * cppinit.c (cpp_init): Don't use ANSI prototypes.
1116 * flow.c (flow_dump_loop): Likewise.
1117 (flow_loops_dump): Likewise.
1118
1119 * c-typeck.c (c_start_case): Fix typo.
1120
1121 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
1122
1123 * c-decl.c (grokdeclarator): Don't give a warning about defaulting
1124 to int for plain complex which defaults to complex double. Do
1125 warn about defaulting to complex double if pedantic. Warn about
1126 complex integer types if pedantic. Warn about complex types if
1127 pedantic and not in C99 mode.
1128 * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
1129 for complex conjugation.
1130
1131 2000-09-17 Joseph S. Myers <jsm28@cam.ac.uk>
1132
1133 * contrib.texi: Update my entry.
1134
1135 Sun Sep 17 18:48:32 2000 Denis Chertykov <denisc@overta.ru>
1136
1137 * config/avr/avr.md (mcu_enhanced): New attribute.
1138 (mcu_mega): Likewise.
1139 (extendhisi2): Use mcu_enhanced.
1140 (zero_extendhisi2): Likewise.
1141 (call_insn): Use mcu_enhanced and mcu_mega.
1142 (call_value_insn): Likewise.
1143 (*sbrx_branch): Use mcu_mega.
1144 (*sbrx_and_branchsi): Likewise.
1145 (*sbrx_and_branchhi): Likewise.
1146 (*tablejump_lib): Likewise.
1147
1148 Sun Sep 17 10:46:17 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1149
1150 * alias.c (true_dependence): Allow non-unchanging read to conflict
1151 with unchanging write.
1152
1153 * expr.c (store_constructor_field): Accept ALIAS_SET arg.
1154 (store_constructor): Pass alias_set to it.
1155
1156 * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
1157 TYPE_MAIN_VARIANT of ERROR_MARK.
1158 * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
1159
1160 * simplify-rtx.c (simplify_unary_operation): Add cases
1161 FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
1162
1163 2000-09-17 Bernd Schmidt <bernds@redhat.co.uk>
1164
1165 * expr.h (emit_library_call, emit_library_call_value): Delete
1166 declarations.
1167 * rtl.h (enum libcall_type): New.
1168 (emit_library_call, emit_library_call_value): Change fn_type arg to
1169 be of type enum libcall_type.
1170 * calls.c: Likewise for the function definitions. Several callers
1171 throughout changed to use the new enumeration appropriately.
1172 (emit_library_call_value_1): Likewise. Put back code to make libcall
1173 blocks of equal form, but only use it for the two new higher
1174 enumeration values.
1175
1176 2000-09-16 Mark Mitchell <mark@codesourcery.com>
1177
1178 Convert the C front-end to use function-at-a-time mode.
1179 * c-common.h: Include splay-tree.h.
1180 (C_DECLARED_LABEL_FLAG): New macro.
1181 (struct language_function): Add x_scope_stmt_stack and
1182 x_function_name_declared_p.
1183 (RECHAIN_STMTS): Move definition.
1184 (lang_statment_code_p): Likewise.
1185 (lang_expand_stmt): Likewise.
1186 (lang_expand_decl_stmt): New variable.
1187 (lang_expand_function_end): Likewise.
1188 (current_scope_stmt_stack): New function.
1189 (add_decl_stmt): Likewise.
1190 (add_scope_stmt): Likewise.
1191 (mark_stmt_tree): Likewise.
1192 (struct c_lang_decl): New structure.
1193 (DECL_SAVED_TREE): Define.
1194 (c_mark_lang_decl): New function.
1195 (c_expand_start_cond): Change prototype.
1196 (c_finish_then): New function.
1197 (c_finish_else): Likewise.
1198 (current_function_name_declared): Remove.
1199 (set_current_function_name_declared): Likewise.
1200 (mark_c_language_function): Declare.
1201 (case_compare): Likewise.
1202 (c_add_case_label): Likewise.
1203 (c_expand_expr): Likewise.
1204 (c_safe_from_p): Likewise.
1205 * c-common.c (lang_expand_function_end): New variable.
1206 (struct if_elt): Add if_stmt.
1207 (c_expand_start_cond): Add the if-statement to the statement-tree,
1208 rather than generating RTL.
1209 (c_finish_then): New function.
1210 (c_expand_start_else): Don't generate RTL.
1211 (c_finish_else): New function.
1212 (c_expand_expr_stmt): Don't generate RTL.
1213 (statement_code_p): Add SCOPE_STMT.
1214 (case_compare): New function.
1215 (c_add_case_label): Likewise.
1216 (mark_stmt_tree): Likewise.
1217 (c_mark_lang_decl): Likewise.
1218 (mark_c_language_function): Likewise.
1219 (c_expand_expr): Likewise.
1220 (c_safe_from_p): Likewise.
1221 * c-decl.c (c_stmt_tree): New variable
1222 (c_scope_stmt_stack): Likewise.
1223 (c_function_name_declared_p): Likewise.
1224 (lang_expand_expr_stmt): Remove.
1225 (poplevel): Don't call output_inline_function for nested
1226 functions.
1227 (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
1228 `extern' function.
1229 (redeclaration_error_message): Change means of computing whether
1230 or not a function is nested.
1231 (lookup_label): Don't call label_rtx.
1232 (init_decl_processing): Add more GC roots.
1233 (start_decl): Add DECL_STMTs to the statement-tree, rather than
1234 calling rest_of_decl_compilation.
1235 (finish_decl): Don't call expand_decl.
1236 (store_parm_decls): Begin the statement-tree, but don't generate
1237 RTL.
1238 (finish_function): Tie off the statement-tree. Call c_expand_body
1239 if appropriate.
1240 (c_expand_body): New function.
1241 (push_c_function_context): Save more information.
1242 (pop_c_function_contxt): Likewise.
1243 (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
1244 (lang_mark_tree): Mark it.
1245 (current_stmt_tree): Adjust.
1246 (current_scope_stmt_stack): New function.
1247 (do_case): Remove.
1248 (set_current_name_declared): Likewise.
1249 (c_begin_compound_stmt): Define.
1250 (c_expand_decl_stmt): Likewise.
1251 * c-lang.c: Include rtl.h and expr.h.
1252 (lang_init): Set more language-specific hooks.
1253 * c-lex.c: Include expr.h.
1254 * c-parse.in: Changes throughout to add statements to the
1255 statement-tree, rather than generating RTL after every statement.
1256 * c-semantics.c (lang_expand_decl_stmt): Define.
1257 (add_decl_stmt): New function.
1258 (add_scope_stmt): Likewise.
1259 (finish_stmt_tree): Tweak.
1260 (genrtl_expr_stmt): Likewise.
1261 (genrtl_decl_stmt): Handle local labels, and call
1262 lang_expand_decl_stmt if required.
1263 (genrtl_for_stmt): Fix line-number handling.
1264 (genrtl_case_label): Handle cleanups.
1265 (genrtl_asm_stmt): Don't call combine_strings.
1266 (genrtl_compound_stmt): Simplify.
1267 (expand_stmt): Handle SCOPE_STMTs.
1268 * c-tree.h (struct lang_decl): New structure.
1269 (C_DECLARED_LABEL_FLAG): Remove.
1270 (c_begin_compound_stmt): Declare.
1271 (c_expand_decl_stmt): Likewise.
1272 (c_expand_start_case): Rename to c_start_case.
1273 (c_finish_case): New function.
1274 * c-typeck.c (start_init): Tweak setting of
1275 constructor_incremental.
1276 (c_expand_asm_operands): Tweak error-handling. Add to the
1277 statement-tree.
1278 (c_expand_return): Add to the statement-tree.
1279 (c_expand_start_case): Rename to ...
1280 (c_start_case): ... this.
1281 (struct c_switch): New type.
1282 (switch_stack): New variable.
1283 (do_case): Simplify.
1284 (c_finish_case): New function.
1285 * dependence.c: Include expr.h.
1286 (enum dependence_type): Change spelling of enumerals.
1287 (check_node_dependence): Adjust.
1288 * expr.h (lang_safe_from_p): Declare.
1289 (safe_from_p): Likewise.
1290 * expr.c (lang_safe_from_p): New variable.
1291 (safe_from_p): Give it external linkage. Use lang_safe_from_p.
1292 * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
1293 * toplev.c (rest_of_decl_compilation): Robustify.
1294 * tree.c (contains_placeholder_p): Likewise.
1295 * Makefile.in: Update dependencies.
1296 * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
1297 * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
1298 (objc_expand_function_end): New function.
1299 (finish_method_def): Use it.
1300 (init_objc): Initialize more language-specific hooks.
1301 * objc/Make-lang.in: Update dependencies.
1302
1303 2000-09-16 Geoffrey Keating <geoffk@cygnus.com>
1304
1305 * configure.in: Define macros that affect features before
1306 testing for features. Don't define _XOPEN_SOURCE.
1307 * configure: Regenerated.
1308 * config.in: Regenerated.
1309
1310 Sat Sep 16 19:42:50 EDT 2000 John Wehle (john@feith.com)
1311
1312 * rtlanal.c (rtx_varies_p): Volatile asms vary.
1313 (rtx_unstable_p): Restructure code. Volatile asms
1314 are unstable.
1315
1316 Sat Sep 16 14:35:55 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1317
1318 * function.h (no_debugging_symbols): New field.
1319 * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
1320 Initialize no_debugging_symbols.
1321 (output_inline_function): Save and restore write_symbols and set from
1322 no_debugging_symbols.
1323 * toplev.c (rest_of_compilation): Call save_for_inline.
1324 * tree.h: Update comment.
1325
1326 * stor-layout.c (place_field): Don't do anything if field or
1327 its type are ERROR_MARK.
1328
1329 Sat Sep 16 19:14:00 2000 Laurynas Biveinis <lauras@softhome.net>
1330
1331 * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
1332 (read_include_file): Ensure inc->mmaped is initialized.
1333
1334 2000-09-16 Richard Henderson <rth@cygnus.com>
1335
1336 * cppiles.c (purge_cache): Use PTR not caddr_t.
1337
1338 2000-09-16 Hans-Peter Nilsson <hp@axis.com>
1339
1340 * gcc.c: In description for %{<S}, say the option removed is -S.
1341 * invoke.texi (Spec Files): Ditto.
1342
1343 2000-09-16 Andreas Jaeger <aj@suse.de>
1344
1345 * configure.in: Always define _GNU_SOURCE to make interfaces
1346 visible that were hidden by only defining _GNU_SOURCE.
1347 * configure: Regenerated.
1348
1349 Sat 16-Sep-2000 08:13:45 BST Neil Booth <NeilB@earthling.net>
1350
1351 * cpplex.c (push_macro_context): Set an argument's level after
1352 calling parse_args. We could loop infinitely otherwise.
1353
1354 2000-09-15 Tom Tromey <tromey@cygnus.com>
1355
1356 * configure, config.in: Rebuilt.
1357 * configure.in: Check for iconv.h. Define _XOPEN_SOURCE.
1358
1359 2000-09-15 Greg McGary <greg@mcgary.org>
1360
1361 * cppmacro.c (check_trad_stringification): Check token
1362 text pointers against limit before dereferencing.
1363
1364 2000-09-15 Joseph S. Myers <jsm28@cam.ac.uk>
1365
1366 * c-common.c (format_wanted_type): New structure.
1367 (check_format_types): New function.
1368 (check_format_info): Pass all checking of types of format
1369 arguments, including width and precision arguments, to this new
1370 function.
1371
1372 2000-09-15 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1373
1374 * BUGS: Remove file.
1375
1376 2000-09-15 Jakub Jelinek <jakub@redhat.com>
1377
1378 * config/alpha/alpha.c (override_options): ev6 cache latencies
1379 from Richard Henderson. Don't allow -mmemory-latency=L0.
1380
1381 * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
1382 (TARGET_OPTIONS): Add tune=.
1383 (alpha_tune_string): Declare.
1384 * config/alpha/alpha.c (override_options): Add cpu_table.
1385 Use alpha_cpu_string first to set both alpha_cpu and target_flags
1386 and then alpha_tune_string to set alpha_cpu only.
1387 Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
1388 * config/alpha/elf.h (ASM_FILE_START): Likewise.
1389 * config/alpha/osf.h (ASM_FILE_START): Likewise.
1390 * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
1391
1392 Fri Sep 15 19:45:55 MET DST 2000 Jan Hubicka <jh@suse.cz>
1393
1394 * i386-protos.h (no_comparison_operator, uno_comparison_operator):
1395 Remove.
1396 (ix86_comparison_operator, ix86_cc_mode): Declare
1397 * i386.h (CCGC, CCGCO): New modes.
1398 (SELECT_CC_MODE): Move offline to ....
1399 * i386.c (ix86_cc_mode): .... here; use new modes.
1400 (ix86_comparison_operator): New.
1401 (fcmov_comparison_operator): Ensure proper mode.
1402 (put_condition_mode): More sanity checking.
1403 (ix86_match_ccmode): Handle new modes.
1404 (ix86_expand_fp_compare): GEU requires CCmode.
1405 (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
1406 doing it by hand.
1407 * i386.md (cmp?i_ccz_1): Remove
1408 (cmp?i_ccno_1): Use ix86_match_ccmode.
1409 (cmp?i_minus_1): New.
1410 (cmpsi_1): New expander.
1411 (cmpqi_ext_1): Use match_ccmode
1412 (cmpqi_ext_3): New expander.
1413 (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
1414 (cmpqi_ext_4): Use match_ccmode.
1415 (add?i_?): Use match_ccmode.
1416 (add?i_6): New.
1417 (test?i_ccz_1): Remove
1418 (test?i_1): New.
1419 (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
1420 (testqi_ext_0): Use ix86_match_ccmode.
1421 (*xorqi_cc_ext_1): Use ix86_match_ccmode.
1422 (xorqi_cc_ext_1): New expander.
1423 (shift patterns): Use CCGOCmode for all shifts except for sar.
1424 (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
1425 (setcc_3, jcc_3, miv?icc_c): Remove.
1426
1427 2000-09-15 Will Cohen <wcohen@redhat.com>
1428
1429 * dwarf2out.c (add_const_value_attribute): Changed array into a
1430 xmalloced object, so it exists after function exit.
1431 (free_AT): Added case for dw_val_class_float to free allocated
1432 memory.
1433
1434 2000-09-15 Kazu Hirata <kazu@hxi.com>
1435
1436 * config/i386/i386.md: Fix a comment typo.
1437 * gcc.c: Fix formatting.
1438
1439 2000-09-15 Bernd Schmidt <bernds@redhat.co.uk>
1440
1441 * optabs.c (emit_libcall_block): If target is a user variable,
1442 copy to a temporary first.
1443 * expr.c (convert_move): When generating a libcall, make a libcall
1444 block.
1445 * calls.c (emit_library_call_value_1): Don't create a libcall
1446 sequence here; our caller will in most cases do it.
1447
1448 * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
1449 MACH into FPUL.
1450 (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
1451 * sh.md (reload_outsf): Generate recognizable patterns for
1452 TARGET_SH3E.
1453 (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
1454 fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
1455 fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
1456 truncdfsf2_i4): Change not to use explicit references to fpul.
1457 (floatsisf2_ie): Remove USE of fpscr.
1458 (floatsisf2): Change default expansion to match this.
1459 (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
1460 unused patterns.
1461
1462 2000-09-15 Richard Henderson <rth@cygnus.com>
1463
1464 * expmed.c (store_bit_field): Consider naturally aligned
1465 memory for direct reference.
1466
1467 2000-09-15 Richard Henderson <rth@cygnus.com>
1468
1469 * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
1470 AND addresses into alias set 0.
1471 (alpha_expand_unaligned_store): Likewise.
1472 (alpha_expand_unaligned_load_words): Likewise.
1473 (alpha_expand_unaligned_store_words): Likewise.
1474
1475 2000-09-15 Bernd Schmidt <bernds@redhat.co.uk>
1476
1477 * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
1478 * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
1479 is defined.
1480 * config/mips/mips.c (mips_va_arg): Args passed by reference have a
1481 rsize of UNITS_PER_WORD.
1482
1483 Fri 15-Sep-2000 06:49:07 BST Neil Booth <NeilB@earthling.net>
1484
1485 * cpplex.c (ON_REST_ARG): Correct the test.
1486 (maybe_paste_with_next): Duplicate a token that fail pasting,
1487 and clear its PASTE_LEFT flag, so that nested pasting attempts
1488 do not occur.
1489
1490 2000-09-14 Richard Henderson <rth@cygnus.com>
1491
1492 * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
1493 * cse.c (rtx_cost): Likewise.
1494 * optabls.c (expand_binop): Likewise.
1495 (expand_twoval_binop, prepare_cmp_insn): Likewise.
1496 * regclass.c (copy_cost): Likewise.
1497 * reload1.c (reload_cse_move2add): Likewise.
1498
1499 2000-09-14 Joseph S. Myers <jsm28@cam.ac.uk>
1500
1501 * c-parse.in (reswords): Add _Complex.
1502
1503 2000-09-14 J. David Anglin <dave@hiauly1.hia.nrc.ca>
1504
1505 * gcc.1: Delete documentation for -undef preprocessor option.
1506
1507 2000-09-14 Alexandre Oliva <aoliva@redhat.com>
1508
1509 * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
1510 STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
1511 * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
1512 Remove undefine before config/elfos.h.
1513 * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
1514
1515 2000-09-14 Kazu Hirata <kazu@hxi.com>
1516
1517 * invoke.texi (H8/300 Options): Add -ms2600.
1518 * config/h8300.c (h8300_init_once): Output an error when -ms2600
1519 is used without -ms.
1520 * config/h8300.h (TARGET_MAC): New.
1521 (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
1522 (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
1523 machine other than H8/S2600.
1524 * config/h8300.md: Accept mac instructions on the H8/S2600 instead
1525 of the H8/S2000.
1526
1527 2000-09-14 Alexandre Oliva <aoliva@redhat.com>, Bernd Schmidt <bernds@redhat.co.uk>
1528
1529 * reload.c (find_reloads_address_1): Generate reloads for auto_inc
1530 pseudos that refer to the original pseudos, not only to their
1531 equivalent memory locations.
1532
1533 Thu Sep 14 12:10:16 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
1534
1535 * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
1536 when making new MEM.
1537
1538 * Makefile.in (LN): Remove duplicate definition.
1539
1540 2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
1541
1542 From Joern Rennecke:
1543 * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
1544 on an insn and function_invariant_p returns nonzero for the source,
1545 add a REG_EQUAL note.
1546
1547 Thu Sep 14 00:51:57 EDT 2000 John Wehle (john@feith.com)
1548
1549 * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
1550 conflict with frame_pointer_rtx.
1551
1552 2000-09-13 Kazu Hirata <kazu@hxi.com>
1553
1554 * loop.c: Fix formatting.
1555 * loop.h: Likewise.
1556
1557 2000-09-13 Richard Henderson <rth@cygnus.com>
1558
1559 * config/ia64/ia64.md (divsf3): New.
1560 (divsf3_internal_lat, divsf3_internal_thr): New.
1561 (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
1562 (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
1563 (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
1564 (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
1565 (nmadddf4_alts, nmadddf4_trunc): New.
1566 (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
1567 (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
1568 (multf3_truncsf_alts, multf3_truncdf_alts): New.
1569 (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
1570 (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
1571 (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
1572 (nmaddtf4_truncdf_alts): New.
1573 (recip_approx): Don't predicate.
1574
1575 2000-09-13 Richard Henderson <rth@cygnus.com>
1576
1577 * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
1578
1579 2000-09-13 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1580
1581 * flags.h (flag_dump_rtl_in_asm): Declare.
1582 * toplev.c (flag_dump_rtl_in_asm): Define.
1583 (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
1584 if -dP is specified.
1585 * rtl.h (print_rtx_head): Declare.
1586 * print-rtl.c (print_rtx_head): Define.
1587 (print_rtx): Print the string pointed to by print_rtx_head
1588 at beginning of each dump line.
1589 (print_rtl): Likewise.
1590 (print_rtl_single): Likewise.
1591 * final.c (final_scan_insn): Dump the insn in the assembly
1592 file for debugging.
1593 * gcc.1: Document -dP option.
1594 * invoke.texi (Debugging Options): Likewise.
1595
1596 2000-09-13 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1597
1598 * md.texi (Machine Constraints): Document the 68HC11 constraints.
1599 * install.texi (Configurations): Document the 68HC11&68HC12 port.
1600 * invoke.texi (Option Summary, M68hc1x Options): Document the options.
1601
1602 Tue Sep 12 13:51:13 2000 Denis Chertykov <denisc@overta.ru>
1603
1604 * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
1605 * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
1606 (*clrstrqi): Likewise.
1607 (xorhi3,xorsi3,absqi2): Likewise.
1608 (one_cmplhi2,one_cmplsi2): Likewise.
1609 (addsi3): Two stupid constraint alternatives removed.
1610 (extendhisi2): Use `movw' for enhanced avr cores.
1611 (zero_extendhisi2): Likewise.
1612
1613 Wed Sep 13 02:31:23 EDT 2000 John Wehle (john@feith.com)
1614
1615 * alias.c (find_base_term): Use frame_pointer_rtx
1616 when handling an ADDRESSOF.
1617
1618 * cse.c (canon_hash): Handle USE of BLKmode memory.
1619 (cse_insn): Outgoing arguments for a libcall don't
1620 affect any recorded expressions.
1621
1622 2000-09-12 Tom Tromey <tromey@cygnus.com>
1623
1624 * configure, config.in: Rebuilt.
1625 * configure.in: Check for iconv, nl_langinfo, langinfo.h.
1626
1627 2000-09-12 Jakub Jelinek <jakub@redhat.com>
1628
1629 * c-lex.c (lex_string): Use charwidth to compute bytemask.
1630 * expr.c (expand_expr): Don't optimize constant array references
1631 initialized with wide string constants.
1632
1633 2000-09-13 Michael Hayes <mhayes@cygnus.com>
1634
1635 * loop.c (note_set_pseudo_multiple_uses): Correct.
1636
1637 2000-09-12 Jim Wilson <wilson@cygnus.com>
1638
1639 * ifcvt.c (noce_process_if_block): If A and B are the same, and no
1640 else block, and X has side-effects, then fail.
1641
1642 2000-09-12 Greg McGary <greg@mcgary.org>
1643
1644 * config/mips/mips-protos.h
1645 (trap_cmp_op, mips_gen_conditional_trap): New func decls.
1646 * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
1647 (PREDICATE_CODES): Add "trap_cmp_op".
1648 * config/mips/mips.c
1649 (trap_cmp_op, mips_gen_conditional_trap): New functions.
1650 * config/mips/mips.md (trap, conditional_trap): New patterns.
1651
1652 2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
1653
1654 * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
1655 pointer.
1656
1657 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1658
1659 * builtins.c (built_in_decls): New array.
1660 (expand_builtin_fputs): New function.
1661 (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
1662
1663 * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
1664
1665 * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
1666
1667 * tree.h (built_in_decls): New array.
1668
1669 Tue Sep 12 08:53:57 2000 Jeffrey A Law (law@cygnus.com)
1670
1671 * convex.md: Use "+" instead of "=" for outputs wrapped in a
1672 STRICT_LOW_PART.
1673 * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
1674
1675 2000-09-12 Kazu Hirata <kazu@hxi.com>
1676
1677 * haifa-sched.c: Fix formatting.
1678
1679 * genattrtab.c: Fix formatting.
1680
1681 * unroll.c: Fix formatting.
1682
1683 2000-09-12 Bruce Korb <bkorb@gnu.org>
1684
1685 * fixinc/fixfixes.c: make a type for the fix procedure & use it,
1686 remove obsolete code
1687 * fixinc/fixincl.c: Use PARAMS, not _P_. Add no-op default to switch.
1688 * fixinc/fixincl.tpl: make non-exported arrays static scope
1689 * fixinc/fixincl.x: regenerate
1690 * fixinc/fixlib.h: Use PARAMS, not _P_
1691 * fixinc/fixtests.c: make a type for the test proc & use it
1692 * fixinc/server.h: Use PARAMS, not _P_
1693
1694 2000-09-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1695
1696 * c-typeck.c (process_init_element): Avoid union init warnings on
1697 floating point zero. Don't crash on unions containing structs.
1698
1699 2000-09-12 Alexandre Oliva <aoliva@redhat.com>
1700
1701 * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
1702 general_movsrc_operand, and remove CONST_INT from
1703 general_movdst_operand.
1704
1705 2000-09-12 Bernd Schmidt <bernds@redhat.co.uk>
1706
1707 * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
1708 if a reference to non-fixed hardreg is seen. Otherwise, count hard
1709 regs with a higher cost.
1710 (preferrable): Deal with cases where either cost or regcost is
1711 MAX_COST.
1712 (cse_insn): Use MAX_COST rather than 10000. Always initialize
1713 regcost values.
1714 (COSTS_N_INSNS): Move definition...
1715 * rtl.h: ...here.
1716 (MAX_COST): New macro.
1717 * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
1718 constant.
1719
1720 2000-09-11 Mark Mitchell <mark@codesourcery.com>
1721
1722 * c-common.h (genrtl_clear_out_block): Remove.
1723 * c-semantics.c (genrtl_clear_out_block): Remove.
1724 (genrtl_while_stmt): Don't call it.
1725 (genrtl_for_stmt): Likewise.
1726
1727 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
1728
1729 * cppfiles.c: Move all default-#defines to top of file.
1730 (open_include_file): Replace by lookup_include_file.
1731 (read_with_read, read_file): Merged into read_include_file.
1732 (stack_include_file, purge_cache): New functions.
1733 (close_cached_fd): Delete.
1734 (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
1735 Cache the in-memory buffer, not the file descriptor.
1736
1737 * cpphash.h (struct include_file): Add buffer, st, refcnt,
1738 mapped fields.
1739 (xcnew): New utility macro.
1740 (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
1741 * cpplib.h (struct cpp_buffer): Remove mapped field.
1742
1743 2000-09-11 Zack Weinberg <zack@wolery.cumb.org>
1744
1745 * cpplex.c (parse_string): Accept backslash space newline as a
1746 line continuation.
1747 (lex_line): Likewise.
1748 (_cpp_get_token): Remove hard limit on macro nesting.
1749
1750 2000-09-12 Philipp Thomas <pthomas@suse.de>
1751
1752 * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
1753 * configure: Rebuilt.
1754
1755 2000-09-13 Michael Hayes <mhayes@cygnus.com>
1756
1757 * flow.c (split_block): Fix update of registers live at
1758 end of split block.
1759
1760 Tue Sep 12 01:51:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
1761
1762 * i386.md (add?i_3, add?i_5): New.
1763 (add?i_4): Rename from add?i_3; Fix compare pattern.
1764 (sub?i_3, xor?i_3, ior?i_3): New.
1765
1766 * genrecog.c (write_tree): Output code to clear insn_extract cache.
1767 * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
1768 instead of extract_insn and extract_constrain_insn_cache instead of
1769 extract_insn and constrain_operands.
1770 * recog.c (extract_insn_cached, extract_constrain_insn_cached):
1771 New functions.
1772 (extract_insn): Clear which_alternative.
1773 (constrain_operands): Set which_alternative to -1 when failed.
1774 * recog.h (extract_constrain_insn_cached, extract_insn_cached):
1775 Declare.
1776
1777 2000-09-11 Matthew Hiller <hiller@redhat.com>
1778
1779 * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
1780 on operand 0 to '+'.
1781 (movstricthi): Likewise.
1782
1783 2000-09-12 Michael Hayes <mhayes@cygnus.com>
1784
1785 * loop.h (LOOP_IVS): New macro.
1786 (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
1787 (struct loop_ivs): New.
1788 (struct loop_info): Add ivs field.
1789 (reg_iv_type, reg_iv_info): Delete prototype.
1790 (reg_biv_class, loop_iv_list): Likewise.
1791 * loop.c (record_biv, find_life_end): Pass loop argument.
1792 (reg_iv_type): Remove global array and use
1793 field in loop_regs structure within loop_ivs structure.
1794 (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
1795 (first_increment_giv, last_increment_giv): Use entry in
1796 loop_ivs structure.
1797 (record_initial): Pass ivs pointer.
1798 * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
1799
1800 2000-09-12 Michael Hayes <mhayes@cygnus.com>
1801
1802 * loop.h (LOOP_REGS): New macro.
1803 (struct loop_regs): New.
1804 (struct loop_info): Add regs field.
1805 * loop.c (set_in_loop): Remove global array and store
1806 in loop_regs structure as part of loop_info structure.
1807 (n_times_set, may_not_optimize): Likewise.
1808 (reg_single_usage, moved_once): Likewise.
1809 (count_one_set): Add regs argument.
1810 (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
1811 (set_pseudo_multiple_uses): Pass regs pointer.
1812
1813 2000-09-12 Michael Hayes <mhayes@cygnus.com>
1814
1815 * unroll.c (iteration_info): Subsume into loop_iterations.
1816 * loop.h (loop_info): New field iv.
1817
1818 2000-09-12 Michael Hayes <mhayes@cygnus.com>
1819
1820 * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
1821 (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
1822 (flow_loops_update): New prototype.
1823 (flow_loops_find): Add flags to prototype.
1824 (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
1825 * flow.c (flow_loop_pre_header_scan): New.
1826 (flow_loop_dump): Dump pre-header root and trace and exit dominators.
1827 (flow_loop_free): Free pre-header root and trace and exit dominators.
1828 (flow_loops_find): New argument flags.
1829 (flow_loops_update): New function.
1830 * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
1831
1832 2000-09-12 Michael Hayes <mhayes@cygnus.com>
1833
1834 * basic-block.h (split_block, update_bb_for_insn): New prototypes.
1835 * flow.c (split_block, update_bb_for_insn): New functions.
1836
1837 2000-09-11 Richard Henderson <rth@cygnus.com>
1838
1839 * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
1840
1841 2000-09-11 Richard Henderson <rth@cygnus.com>
1842
1843 * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
1844 * config/ia64/ia64.c (fr_nonimmediate_operand): New.
1845 (ia64_override_options): Prevent optimizing division for both
1846 latency and throughput.
1847 (rtx_needs_barrier): Handle frcpa.
1848 * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
1849 (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
1850 (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
1851 (TARGET_SWITCHES): Add -minline-divide-min-latency and
1852 -minline-divide-max-throughput.
1853 (PREDICATE_CODES): Update.
1854 * config/ia64/ia64.md (extendsidi2): Remove * from f case.
1855 (zero_extendsidi2): Likewise. Fix typo in f case insn.
1856 (extendsfdf2): Add cases for gr<->fr and fr<->mem.
1857 (extendsftf2): Likewise.
1858 (extenddftf2): Likewise.
1859 (fix_trunctfdi2_alts): New.
1860 (fixuns_trunctfdi2_alts): New.
1861 (madd*4): Rename from madd*3.
1862 (divsi3, modsi3, udivsi3, umodsi3): New.
1863 (divsi3_internal): New.
1864 (divdi3, moddi3, udivdi3, umoddi3): New.
1865 (divdi3_internal_lat, divdi3_internal_thr): New.
1866 (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
1867 (recip_approx): New.
1868
1869 2000-09-11 Alexandre Oliva <aoliva@redhat.com>
1870
1871 * print-rtl.c (debug_call_placeholder_verbose): New variable.
1872 (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
1873 set.
1874 * integrate.c (copy_rtx_and_substitute): Don't share
1875 LEAF_REG_REMAPpable registers with the inlined function. Don't
1876 share the function value with calling sequences.
1877
1878 2000-09-11 Jakub Jelinek <jakub@redhat.com>
1879
1880 * c-decl.c (do_case): Fix a typo.
1881
1882 * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
1883 to a if the comparison is floating mode and not -ffast-math.
1884 * simplify-rtx.c (simplify_ternary_operation): Likewise.
1885
1886 Mon Sep 11 20:07:48 2000 J"orn Rennecke <amylaar@redhat.co.uk>
1887
1888 * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
1889 gen_ic_invalidate_line.
1890
1891 2000-09-11 Philip Blundell <pb@futuretv.com>
1892
1893 * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
1894
1895 Mon Sep 11 10:48:41 2000 Ulrich Drepper <drepper@redhat.com>
1896
1897 * install.texi (LANGUAGES): Update to include new languages.
1898 * INSTALL: Rebuilt.
1899
1900 2000-09-11 DJ Delorie <dj@redhat.com>
1901
1902 * gcc.c (main): Don't warn about unused -B prefixes
1903 (unused_prefix_warnings): remove
1904
1905 2000-09-11 Kazu Hirata <kazu@hxi.com>
1906
1907 * final.c: Fix formatting.
1908
1909 * integrate.c: Fix formatting.
1910
1911 2000-09-11 Geoff Keating <geoffk@cygnus.com>
1912
1913 * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
1914
1915 2000-09-11 Bernd Schmidt <bernds@redhat.co.uk>
1916
1917 * reload.c (regno_clobbered_p): Fix thinko in previous change.
1918
1919 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1920
1921 * gcc.1: Document 68hc11 specific options.
1922
1923 2000-09-10 Geoff Keating <geoffk@cygnus.com>
1924
1925 * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
1926 (TARGET_LONG_DOUBLE_128): Define.
1927 (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
1928 (LONG_DOUBLE_TYPE_SIZE): Redefine.
1929 (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
1930 (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
1931 of __LONG_DOUBLE_128__.
1932 (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
1933 passed.
1934 (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
1935 (CPP_SYSV_DEFAULT_SPEC): Define.
1936 (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
1937 (INIT_TARGET_OPTABS): Define.
1938
1939 * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
1940 (RS6000_UITRUNC): Likewise.
1941 (INIT_TARGET_OPTABS): New macro.
1942 * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
1943 (trunc_defined): Delete.
1944 (output_prolog): Don't output .extern definitions for fp->int
1945 conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
1946 * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
1947 (trunc_defined): Delete.
1948 (RS6000_ITRUNC): Moved to aix.h.
1949 (RS6000_UITRUNC): Likewise.
1950 * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
1951 only emit a libcall.
1952 (fixuns_truncdfsi2): Delete.
1953 (trunc_call): Delete.
1954 (trunc_call_rtl): Delete.
1955
1956 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
1957
1958 * varasm.c (make_decl_rtl): Restore leading star on
1959 DECL_ASSEMBLER_NAME set for decls with an asmspec.
1960
1961 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
1962
1963 * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
1964 won't give a spurious error for '#pragma pack()'. Simplify
1965 control flow for readability. 'reset' action is not necessary.
1966
1967 2000-09-10 Zack Weinberg <zack@wolery.cumb.org>
1968
1969 * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
1970 SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
1971 LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
1972 DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
1973
1974 * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
1975 profile.c, sdbout.c, tradcif.y, tree.c:
1976 Include defaults.h if not already included.
1977 Don't define the above macros.
1978
1979 * Makefile.in: Update dependencies.
1980
1981 2000-09-10 Mark Mitchell <mark@codesourcery.com>
1982
1983 * c-common.h (add_stmt): Change prototype.
1984 (RECHAIN_STMTS): New macro.
1985 (CASE_LABEL_DECL): Likewise.
1986 (genrtl_case_label): Change prototype.
1987 (c_expand_start_case): Remove prototype.
1988 (build_case_label): Change prototype.
1989 (decl_constant_value): Declare.
1990 * c-common.c (check_case_value): Handle C++'s extensions to C
1991 semantics.
1992 * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
1993 field.
1994 * c-parse.in (stmt): Adjust handling of return statements and case
1995 laels.
1996 * c-semantics.c (add_stmt): Return the new statement.
1997 (genrtl_return_stmt): Take the RETURN_STMT as input, not the
1998 returned expression. Directly generate RTL, rather than calling
1999 c_expand_return.
2000 (genrtl_switch_stmt): Don't call c_expand_start_case.
2001 (build_case_label): Take the LABEL_DECL as input, too.
2002 (genrtl_case_label): Just call add_case_node.
2003 (expand_stmt): Adjust calls to genrtl_return_stmt and
2004 genrtl_case_label.
2005 * c-tree.h (c_expand_start_case): Declare.
2006 * c-typeck.c (decl_constant_value): Give it external linkage.
2007 (c_expand_return): Don't call expand_return or expand_null_return;
2008 use genrtl_return_stmt instead.
2009 * stmt.c (struct nesting): Remove num_ranges field.
2010 (add_case_node): Give it external linkage.
2011 (expand_start_case): Don't set num_ranges.
2012 (expand_start_case_dummy): Don't clear it.
2013 (pushcase): Rely on add_case_node to handle `default' labels.
2014 (add_case_node): Handle `default' labels.
2015 * tree.c (tree_int_cst_compare): New function.
2016 * tree.h (tree_int_cst_compare): Declare.
2017 (add_case_node): Likewise.
2018
2019 2000-09-10 Richard Henderson <rth@cygnus.com>
2020
2021 * c-parse.in: Revert last change.
2022 (init_reswords): Do not enter disabled keywords into the ridpointers
2023 table, modulo objc weirdness.
2024 (_yylex): Return the canonical spelling for a keyword.
2025
2026 2000-09-10 Philip Blundell <philb@gnu.org>
2027
2028 * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
2029 * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
2030
2031 Sun Sep 10 14:30:28 EDT 2000 John Wehle (john@feith.com)
2032
2033 * alias.c (find_base_term): Handle ADDRESSOF.
2034 (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
2035
2036 2000-09-10 Denis Chertykov <denisc@overta.ru>
2037
2038 * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
2039 outputting templates with many lines.
2040
2041 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2042
2043 * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
2044 to decide whether 64-bit support must be generated.
2045
2046 2000-09-10 Richard Henderson <rth@cygnus.com>
2047
2048 * c-parse.in (asm patterns): Fix volatile check.
2049
2050 2000-09-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2051
2052 * cppmacro.c (check_trad_stringification): New function.
2053 (save_expansion): If -Wtraditional, warn about stringification of
2054 macro arguments.
2055
2056 2000-09-11 Michael Hayes <mhayes@cygnus.com>
2057
2058 * loop.h (struct loop_mem_info): Move from loop.c
2059 (struct loop_info): Add fields store_mems, mems, mems_idx,
2060 mems_allocated, unknown_address_altered,
2061 unknown_constant_address_altered, num_mem_sets, and
2062 first_loop_store_insn.
2063
2064 * loop.c (loop_store_mems): Replace with field in loop_info struct.
2065 (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
2066 (unknown_address_altered, unknown_constant_address_altered): Likewise.
2067 (num_mem_sets): Likewise.
2068 (replace_loop_mems, replace_loop_regs): New.
2069 (struct loop_replace_args): New.
2070 (load_mems): Use replace_loop_mems.
2071 (try_copy_prop): Use replace_loop_regs.
2072 (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
2073
2074 2000-09-09 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2075
2076 * configure.in: Recognize m6811-elf and m6812-elf.
2077 * configure: Regenerate.
2078
2079 2000-09-09 Geoff Keating <geoffk@cygnus.com>
2080
2081 * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
2082 to operand_subword.
2083
2084 2000-09-10 Michael Hayes <mhayes@cygnus.com>
2085
2086 * loop.c (struct movables): New.
2087 (num_movables): Move into struct movables.
2088 (the_movables): Change type to struct movables.
2089 (ignore_some_movables): Change struct movable arg to struct movables.
2090 (force_movables, combine_movables, regs_match_p): Likewise.
2091 (rtx_equal_for_loop_p, move_movables): Likewise.
2092 (scan_loop): Change movables to be of type struct movables.
2093 Replace last_movable with field in movables structure.
2094
2095 2000-09-08 Zack Weinberg <zack@wolery.cumb.org>
2096
2097 * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
2098 (init_pragma): Avoid warning if pfile happens to be unused.
2099 * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS. Never
2100 define init_pragma to nothing. Always prototype
2101 init_pragma. Prototype dispatch_pragma if !USE_CPPLIB.
2102
2103 * c-lex.c (process_directive): Always call dispatch_pragma.
2104 Initialize entering_c_header to 0.
2105
2106 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2107
2108 * config/m68hc11/m68hc11.md: New file, machine description for
2109 68HC11 & 68HC12.
2110 * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
2111 * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
2112 * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
2113 * config/m68hc11/m68hc11-protos.h: New file.
2114 * config/m68hc11/m68hc11-crt0.S: New file, startup code.
2115 * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
2116 * config/m68hc11/xm-m68hc11.h: New file, target defs.
2117 * config/m68hc11/larith.asm: New file, libgcc routines.
2118
2119 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2120
2121 * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
2122 (FPBIT_FUNCS): Add _usi_to_sf.
2123 * config/fp-bit.c (usi_to_float): New function.
2124 * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
2125 (usi_to_float): Add appropriate #define.
2126
2127 2000-09-08 Bernd Schmidt <bernds@redhat.co.uk>
2128
2129 * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
2130 new functions.
2131 * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
2132 * i386.md (attr "type"): Add sse and mmx types.
2133 (attr "memory"): Handle them without a crash.
2134 (movsi_1, movdi_2): Allow MMX regs.
2135 (movdi splits): Don't split moves involving MMX regs.
2136 (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
2137 (movv4sf_internal, movv4si_internal, movv8qi_internal,
2138 movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
2139 movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
2140 sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
2141 sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
2142 sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
2143 addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
2144 divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
2145 sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
2146 sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
2147 vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
2148 smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
2149 cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
2150 addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
2151 subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
2152 mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
2153 mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
2154 mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
2155 eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
2156 smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
2157 lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
2158 mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
2159 mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
2160 mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
2161 mmx_clrdi): New patterns.
2162
2163 2000-09-08 Richard Earnshaw <rearnsha@arm.com>
2164
2165 * arm.c: Don't include tm.h directly.
2166
2167 Fri Sep 8 14:34:56 MET DST 2000 Jan Hubicka <jh@suse.cz>
2168
2169 * recog.c (validate_replace_rtx_1): Fix confusion about equality
2170 testing; simplify subregs of constants and nested subregs.
2171
2172 2000-09-08 Alexandre Oliva <aoliva@redhat.com>
2173
2174 * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
2175
2176 2000-09-08 Bernd Schmidt <bernds@redhat.co.uk>
2177
2178 * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
2179 VEC_CONCAT.
2180 * rtl.texi (description of USE): Add note about possible pitfalls
2181 with this rtx.
2182 From Richard Henderson:
2183 * reload1.c (choose_reload_regs): Compute need_mode properly.
2184
2185 2000-09-07 Richard Henderson <rth@cygnus.com>
2186
2187 * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
2188 (__modsi3, __umodsi3): Likewise.
2189 (__udivsi3): Likewise. Normalize the TFmode values.
2190
2191 2000-09-07 Geoff Keating <geoffk@cygnus.com>
2192
2193 * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
2194 with a prototype.
2195 * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
2196 warning.
2197
2198 Fri Sep 8 03:26:38 2000 J"orn Rennecke <amylaar@redhat.co.uk>
2199
2200 * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
2201 (cmpeqdi_t): Add output pattern.
2202 (cmpeqdi_t+1): Don't split when not optimizing.
2203 Restore proper splitting operation.
2204
2205 2000-09-07 Richard Henderson <rth@cygnus.com>
2206
2207 * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
2208 do not call dispatch_pragma.
2209
2210 2000-09-07 Jim Wilson <wilson@cygnus.com>
2211
2212 * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
2213 to CLASS_CANNOT_CHANGE_MODE.
2214 * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
2215 mode classes are different.
2216
2217 2000-09-07 Zack Weinberg <zack@wolery.cumb.org>
2218
2219 * cpplib.h (struct cpp_options): Add user_label_prefix member,
2220 left out of commit which removed cppulp.c.
2221
2222 2000-09-07 Richard Henderson <rth@cygnus.com>
2223
2224 * bb-reorder.c (fixup_reorder_chain): Add jump in new block
2225 after switch for CASE_DROPS_THROUGH.
2226
2227 2000-09-07 Richard Henderson <rth@cygnus.com>
2228
2229 * loop.c (strength_reduce): Call check_ext_dependant_givs.
2230 Properly extend the biv initial value for the giv.
2231 (record_biv): Zero ext_dependant.
2232 (record_giv): New argument ext_val. Update all callers.
2233 (general_induction_var): Likewise.
2234 (consec_sets_giv): Likewise.
2235 (simplify_giv_expr): Likewise. Fill in ext_val if we find
2236 a sign-extend, zero-extend, or truncate.
2237 (combine_givs_p): Make sure modes are compatible.
2238 (check_ext_dependant_givs): New.
2239 (extend_value_for_giv): New.
2240 * loop.h (struct induction): Add ext_dependant.
2241 * unroll.c (iteration_info): Extend the biv initial value for the giv.
2242 (find_splittable_givs): Likewise.
2243 (final_giv_value): Likewise.
2244
2245 2000-09-07 Zack Weinberg <zack@wolery.cumb.org>
2246
2247 * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
2248 REGISTER_TARGET_PRAGMAS is defined. Duplicate some
2249 definitions from cpplib.h.
2250 * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
2251 already done it.
2252 * tm.texi: Document HANDLE_PRAGMA as no longer supported. Add
2253 documentation for REGISTER_TARGET_PRAGMAS.
2254
2255 * c-lex.c: Include cpplib.h before c-pragma.h. Define a
2256 default-pragma callback to implement -Wunknown-pragmas if
2257 USE_CPPLIB.
2258 * c-parse.in: Move all includes to top of file.
2259 * c-pragma.c: Include cpplib.h before c-pragma.h. Include
2260 tm_p.h.
2261 (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
2262 warning.
2263 (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
2264
2265 * arm.h, arm-protos.h, arm.c,
2266 c4x.h, c4x-protos.h, c4x.c,
2267 h8300.h, h8300-protos.h, h8300.c,
2268 i370.h, i370-protos.h, i370.c,
2269 i960.h, i960-protos.h, i960.c,
2270 sh.h, sh-protos.h, sh.c,
2271 v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
2272 pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
2273
2274 * d30v.h: Don't mention HANDLE_PRAGMA in comment. Add
2275 multiple include guard.
2276 * i370.md (untyped_call): Use GEN_CALL.
2277 (umodsi3): Remove unused variable.
2278 * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
2279 * v850.c (output_move_single, output_move_double): Constify
2280 return value.
2281 (print_operand): Constify a char *.
2282 * v850.h (struct small_memory_info): Constify name member.
2283
2284 2000-09-07 Kazu Hirata <kazu@hxi.com>
2285
2286 * config/h8300.h: Fix comment typos.
2287 * config/h8300/h8300.md: Likewise.
2288 * config/h8300/lib1funcs.asm: Likewise.
2289
2290 Thu 07-Sep-2000 21:29:00 BST Neil Booth <NeilB@earthling.net>
2291
2292 * Makefile.in: Remove references to cppulp.{c,o}.
2293 * cppinit.c (initialize_builtins, cpp_start_read,
2294 cpp_handle_option): Update to use cpp_options structure.
2295 * cppulp.c: Remove.
2296
2297 2000-09-07 Joseph S. Myers <jsm28@cam.ac.uk>
2298
2299 * c-common.c (time_char_table): Allow %#b and %#h.
2300
2301 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2302
2303 * reorg.c (find_end_label): If the basic block reorder pass moves the
2304 return insn to some other place try to locate it again and put our
2305 end_of_function_label there.
2306 * reorg.c (relax_delay_slots): Check if find_end_label created a
2307 new label that invalidates the current optimazation.
2308
2309 2000-09-07 Catherine Moore <clm@redhat.com>
2310
2311 * unroll.c (unroll_loop): Check for unconditional jumps
2312 to loop continuation. Delete if n_iterations is 1.
2313 (ujump_to_loop_cont): New routine.
2314
2315 2000-09-07 Bernd Schmidt <bernds@redhat.co.uk>
2316
2317 * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
2318 MODE_VECTOR_FLOAT.
2319 * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
2320 to handle multiword modes correctly. All callers and the declaration
2321 changed.
2322
2323 2000-09-06 Mark Mitchell <mark@codesourcery.com>
2324
2325 * c-common.h (prep_stmt): Declare.
2326 (lang_expand_stmt): Likewise.
2327 * c-decl.c (lang_expand_stmt): Remove.
2328 * c-semantics.c (lang_expand_stmt): Define.
2329 (prep_stmt): New function.
2330 (expand_stmt): Handle common statement types here.
2331
2332 2000-09-07 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>, Alexandre Oliva <aoliva@redhat.com>
2333
2334 * configure.in (sh-*-linux*): Added.
2335 * configure: Rebuilt.
2336 * config/sh/t-linux: New file.
2337 * config/sh/sh.h (USERMODE_BIT): Define.
2338 (TARGET_USERMODE): Likewise.
2339 (TARGET_SWITCHES): New switches for the bits above.
2340 (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
2341 * config/sh/linux.h: New file.
2342 * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
2343 underscore on linux.
2344 (L_sdivsi3, L_udivsi3): Define for linux.
2345 (L_ic_invalidate): Define.
2346 * invoke.texi (SH Options): Document -musermode.
2347
2348 2000-09-07 Alexandre Oliva <aoliva@redhat.com>
2349
2350 * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
2351 CSE unless generating PIC.
2352
2353 * config/sh/sh.md (symPLT_label2reg): Force the initialization of
2354 the PIC register.
2355
2356 2000-09-06 H.J. Lu (hjl@gnu.org)
2357
2358 * Makefile.in (clean_s1): Depend on stage_b.
2359 (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
2360 stage2. They are used for "make compare".
2361
2362 2000-09-06 Mark Mitchell <mark@codesourcery.com>
2363
2364 Move statement-tree facilities from C++ to C front-end.
2365 * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
2366 (void_zero_node): New macro.
2367 (struct stmt_tree_s): New type.
2368 (stmt_tree): New typedef.
2369 (struct language_function): New type.
2370 (last_tree): New macro.
2371 (last_expr_type): Likewise.
2372 (walk_tree_fn): New typedef.
2373 (current_stmt_tree): New function.
2374 (begin_stmt_tree): Likewise.
2375 (add_stmt): Likewise.
2376 (finish_stmt_tree): Likewise.
2377 (statement_code_p): Likewise.
2378 (lang_statement_code_p): New variable.
2379 (walk_stmt_tree): New function.
2380 (STMT_IS_FULL_EXPR_P): New macro.
2381 * c-common.c (lang_statement_code_p): New variable.
2382 (c_common_nodes_and_builtins): Initialize void_zero_node.
2383 (statement_code_p): New function.
2384 (walk_stmt_tree): Likewise.
2385 * c-decl.c (language_function): Rename to ...
2386 (c_language_function): ... this. Include language_function.
2387 (push_c_function_context): Adjust accordingly.
2388 (pop_c_function_context): Likewise.
2389 (mark_c_function_context): Likewise.
2390 (current_stmt_tree): Define.
2391 * c-semantics.c (begin_stmt_tree): New function.
2392 (add_stmt): Likewise.
2393 (prune_unused_decls): Likewise.
2394 (finish_stmt_tree): Likewise.
2395
2396 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2397
2398 * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
2399
2400 2000-09-06 Kazu Hirata <kazu@hxi.com>
2401
2402 * calls.c: Fix formatting.
2403
2404 2000-09-06 Graham Stott <grahams@cygnus.co.uk>
2405
2406 * config/i386/i386.h (ADDRESS_COST): Fix typo.
2407
2408 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
2409
2410 Integrated preprocessor.
2411
2412 * Makefile.in: Remove all references to c-parse.gperf,
2413 c-gperf.h, and c-parse.h. Remove -d from yacc command line
2414 generating c-parse.c. Update dependencies.
2415 * c-parse.gperf, c-gperf.h: Delete.
2416
2417 * c-common.c: Don't define parse_options, cpp_token, yy_cur,
2418 yy_lim, or yy_get_token. Don't define get_directive_line if
2419 USE_CPPLIB.
2420 * c-common.h: Add multiple include guard. Define RID values
2421 for every keyword in C, C++, and Objective C. Put all the
2422 modifiers first.
2423 (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
2424 * c-decl.c (c_decode_option): Handle -lang-objc here.
2425 (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
2426 (grokdeclarator): Adjust for new RID scheme.
2427 (extract_interface_info): New stub.
2428 * c-lang.c: Don't declare yy_cur or parse_options.
2429 (lang_init_options): Call cpp_init. Don't call
2430 cpp_options_init.
2431 (lang_init): Don't call check_newline if USE_CPPLIB.
2432
2433 * c-lex.c: Don't include c-parse.h. Do include timevar.h.
2434 Elide lots of unnecessary code if USE_CPPLIB. Delete code
2435 rendered unnecessary by new architecture. Move routines not
2436 shared with C++ to c-parse.in. Maintain a local idea of the
2437 line number. Handle C++ as well as C.
2438 [USE_CPPLIB]: Declare and register callbacks for #ident and
2439 for entering/leaving files.
2440 (init_c_lex, c_lex): Are now the entry points to this file.
2441 (check_newline): Break out directive handling to
2442 process_directive.
2443 (read_ucs, is_extended_char, utf8_extend_token): Moved here
2444 from C++ front end.
2445 (readescape, parse_float): Overhaul.
2446 (lex_number, lex_string, lex_charconst): Break out of c_lex
2447 (n'ee yylex).
2448 (get_fileinfo, update_header_times, dump_one_header,
2449 dump_time_statistics): New and/or moved here from C++.
2450 Support per-file data needed by C++ and per-header timing
2451 statistics (C++ only, at the moment).
2452 * c-lex.h: Update prototypes. Add multiple include guard.
2453 * c-tree.h (struct lang_identifier): Add rid_code field.
2454 (C_IS_RESERVED_WORD, C_RID_CODE): New.
2455
2456 * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
2457 reinit_parse_for_function and/or position_after_white_space.
2458 (save_filename, save_lineno): Look ahead before saving.
2459 (label -> identifier ':'): Save file and line before shifting ':'.
2460 (reservedwords): No need to call get_identifier.
2461 (init_parse, finish_parse, yyerror, yylex, yyprint,
2462 make_pointer_declarator): Are now here for C/ObjC.
2463 (rid_to_yy): Conversion table from RID constants to Yacc codes.
2464
2465 * c-pragma.c: Rewrite parsing logic to fit with cpplib's
2466 #pragma registry. Provide dummy implementation of that
2467 interface if !USE_CPPLIB.
2468 * c-pragma.h: Update to match.
2469
2470 * flags.h: Add multiple include guard.
2471 (flag_detailed_statistics): Moved here from C++.
2472 * toplev.c: Define flag_detailed_statistics.
2473
2474 * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
2475 #if USE_CPPLIB.
2476 * timevar.def (TV_CPP, TV_LEX): New.
2477 * timevar.h: Add multiple include guard.
2478
2479 * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
2480 #if USE_CPPLIB.
2481 * objc/objc-act.c: Don't mention yy_cur or parse_options.
2482 Initialize cpplib properly. Force lineno to 0 after first
2483 call to check_newline. Don't handle -lang-objc here.
2484 Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
2485
2486 2000-09-06 David Edelsohn <edelsohn@gnu.org>
2487
2488 * rs6000.md: Correct function unit definitions for cr_logical and
2489 mtjmpr.
2490 (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
2491 and use portable method for >=0 and floating point >=. Remove
2492 associated matchers.
2493
2494 2000-09-06 Mark Mitchell <mark@codesourcery.com>
2495
2496 * extend.texi: Mark named return value extension as deprecated.
2497
2498 2000-09-06 Geoff Keating <geoffk@cygnus.com>
2499
2500 * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
2501 the result.
2502
2503 2000-09-06 Gabriel Dos Reis <gdr@codesourcery.com>
2504
2505 * toplev.c (display_help): Fix thinko in documentation.
2506
2507 * diagnostic.h (output_buffer::indent_skip): New fields.
2508 (output_indentation): New macro.
2509
2510 * diagnostic.c (output_indent): New function.
2511 (output_set_prefix, clear_diagnostic_info): Use.
2512 (output_emit_prefix): Predict future indentation.
2513
2514 2000-09-06 DJ Delorie <dj@redhat.com>
2515
2516 * Makefile.in (stage_*): add more dependencies to ensure parallel
2517 builds build correctly
2518
2519 2000-09-06 Manfred Hollstein <manfredh@redhat.com>
2520
2521 * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
2522 not bootstrap-lean_f.
2523
2524 2000-09-06 Andreas Schwab <schwab@suse.de>
2525
2526 * mklibgcc.in: Emit rule for libgcc-stage-start.
2527 * Makefile.in (stage1-start, stage2-start, stage3-start,
2528 stage4-start): Don't handle libgcc here, use libgcc.mk instead.
2529
2530 2000-09-06 Bernd Schmidt <bernds@redhat.co.uk>
2531
2532 * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
2533 (update_equiv_regs): Likewise, except for the mn10200 kludge.
2534 (combine_regs): Likewise.
2535
2536 * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
2537 * cse.c: Include "basic-block.h".
2538 (struct table_elt): New field REGCOST.
2539 (CHEAP_REG): Delete macro.
2540 (COST): Return 0 for REGs.
2541 (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
2542 (notreg_cost): Return 0 for appropriate SUBREGs.
2543 (COSTS_N_INSNS): Return N * 2.
2544 (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
2545 SUBREGs.
2546 (CHEAPER): Use new function preferrable.
2547 (insert): Initialize REGCOST member.
2548 (find_best_addr): Use approx_reg_cost for estimation of register
2549 usage.
2550 (cse_insn): Likewise.
2551 * loop.c (iv_add_mult_cost): New function.
2552 (add_cost, shift_cost, mult_cost): Delete variables.
2553 (init_loop): Don't initialize add_cost; reduce copy_cost by half.
2554 (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
2555 Make code that detects autoinc opportunities slightly less optimistic.
2556 (simplify_giv_expr): If expression contains other reg that is also a
2557 giv, only increment benefit if this is the only use of that reg.
2558 (consec_sets_giv): Take that change into account.
2559 (combine_givs): Slightly more verbose output.
2560
2561 * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
2562 not the cost of an equivalent shift.
2563 * sh-protos.h (addsubcosts): Declare.
2564 * sh.c (addsubcosts): New function.
2565 * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
2566 (RTX_COSTS): Tweak. Use addsubcosts.
2567 (ADDRESS_COST): Return higher cost for reg+reg addressing.
2568
2569 2000-09-06 Geoff Keating <geoffk@cygnus.com>
2570
2571 * config/rs6000/rs6000.c (validate_condition_mode): New function.
2572 (branch_comparison_operator): Call validate_condition_mode to
2573 abort rather than returning 0.
2574 (branch_positive_comparison_operator): New function.
2575 (scc_comparison_operator): Call validate_condition_mode to abort
2576 rather than returning 0.
2577 (ccr_bit): Call validate_condition_mode. Update for
2578 new branch scheme.
2579 (print_operand): Delete %C modifier. Update %E case
2580 to use EQ bit not SO bit.
2581 (rs6000_reverse_condition): New function.
2582 (rs6000_generate_compare): New function.
2583 (rs6000_emit_sCOND): New function.
2584 (rs6000_emit_cbranch): New function.
2585 (output_cbranch): The length of a long branch insn is
2586 now only 8 bytes. Add validate_condition_mode. Use
2587 rs6000_reverse_condition. Remove cror generation.
2588
2589 * config/rs6000/rs6000.h: Update comments.
2590 (PREDICATE_CODES): Add new predicate. Update codes used
2591 by branch_comparison_operator and scc_comparison_operator.
2592 * config/rs6000/rs6000-protos.h: Add prototypes for
2593 new external functions.
2594 * config/rs6000/rs6000.md: Add new scheduling parameters
2595 for cr_logical instructions. Change length of branch
2596 instructions.
2597 (bCOND patterns): Call rs6000_emit_cbranch.
2598 (sCOND patterns): Call rs6000_emit_sCOND.
2599 (branch patterns): Change lengths to 4.
2600 (cr logical patterns): New.
2601
2602 2000-09-06 Richard Henderson <rth@cygnus.com>
2603
2604 * config/i386/i386.md (call_pop): Fix test for setting
2605 current_function_uses_pic_offset_table.
2606 (call, call_value_pop, call_value): Likewise.
2607
2608 2000-09-06 Zack Weinberg <zack@wolery.cumb.org>
2609
2610 * timevar.c (timevar_add): Delete.
2611 (timevar_get): Also count time since the selected timer was
2612 last updated. Do not examine the timevar stack if the
2613 selected timer is standalone.
2614
2615 2000-09-05 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2616
2617 * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
2618
2619 2000-09-05 Jason Merrill <jason@redhat.com>
2620
2621 * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
2622 for 'extern' arrays.
2623
2624 2000-09-05 Richard Henderson <rth@cygnus.com>
2625
2626 * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
2627 Eliminate final copy from non-trapping case.
2628 (__divdf3, __divsf3): Likewise.
2629
2630 2000-09-05 Richard Henderson <rth@cygnus.com>
2631
2632 * config/ia64/ia64.md (mulhi3): Fix typo last change.
2633 * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
2634
2635 2000-09-03 Donn Terry <donn@interix.com>, Laurynas Biveinis <lauras@softhome.net>
2636
2637 * Makefile.in: Restructure bootstrap stages to allow clean
2638 restart after failure.
2639
2640 2000-09-05 Richard Henderson <rth@cygnus.com>
2641
2642 * config/ia64.md (movsi and movdi patterns): Allow moves from
2643 8-bit constants to AR registers.
2644
2645 2000-09-05 Richard Henderson <rth@cygnus.com>
2646
2647 * config/ia64/ia64.md (mulhi3): New.
2648
2649 2000-09-05 Richard Henderson <rth@cygnus.com>
2650
2651 * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
2652 * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
2653 Optimization Guide, minimum latency alternative.
2654 (__moddi3, __udivdi3, __umoddi3): Likewise.
2655 (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
2656
2657 2000-09-05 Bruce Korb <bkorb@gnu.org>
2658
2659 * fixinc/fixincl.c (load_file): always read header files
2660 with sizes that are a multiple of the page size.
2661 & use libiberty's getpagesize for determining that.
2662
2663 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
2664
2665 * gcse.c (hash_string_1): Add prototype.
2666 * cse.c (canon_hash_string): Likewise.
2667
2668 2000-09-04 Craig Newell <CraigN@ieee.org>
2669
2670 * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
2671
2672 2000-09-04 Andreas Schwab <schwab@suse.de>
2673
2674 * Makefile.in (STAGESTUFF): Remove libgcc.
2675 (stage1-start, stage2-start, stage3-start): Copy the contents of
2676 the libgcc directory explicitly.
2677 (mostlyclean): Clean libgcc.
2678
2679 2000-09-04 Andrew Haley <aph@redhat.com>
2680
2681 * dwarf2out.c: (stack_adjust_offset): New prototype.
2682
2683 Wed Jan 1 00:23:59 MET 1997 Jan Hubicka <jh@suse.cz>
2684
2685 * combine.c (make_extraction): Fix rtx_cost comparison to
2686 match the comment.
2687
2688 Wed Jan 1 00:17:32 MET 1997 Jan Hubicka <jh@suse.cz>
2689
2690 * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
2691 umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
2692 Add '*' to insn pattern name.
2693
2694 2000-09-04 Jakub Jelinek <jakub@redhat.com>
2695
2696 * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
2697 use posn - 1 to index into tokens array.
2698 (maybe_paste_with_next): Adjust caller.
2699
2700 2000-09-03 Geoff Keating <geoffk@cygnus.com>
2701
2702 * invoke.texi: Document the -mvxworks option for rs6000 ELF.
2703
2704 * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
2705 (REGNO_REG_CLASS): Use symbolic register
2706 names.
2707
2708 2000-09-03 Richard Earnshaw <rearnsha@arm.com>
2709
2710 * arm.c (final_prescan_insn): If the form of a jump insn isn't
2711 recognized, don't try to conditionally execute it.
2712
2713 Sun Sep 3 13:10:56 2000 Denis Chertykov <denisc@overta.ru>
2714
2715 * config/avr/avr.md ("*tablejump_lib"): New pattern.
2716 (call_value_insn): Right length claculation.
2717 (call_insn): Likewise.
2718
2719 2000-09-02 Marek Michalkiewicz <marekm@linux.org.pl>
2720
2721 * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
2722 gas_output_limited_string, gas_output_ascii, output_movqi,
2723 output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
2724 out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
2725 out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
2726 ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
2727 lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
2728 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
2729 Add "const" as needed to remove warnings.
2730
2731 * config/avr/avr.c (avr_override_options, avr_init_once,
2732 function_prologue, function_epilogue, frame_pointer_required_p,
2733 class_likely_spilled_p, order_regs_for_local_alloc,
2734 avr_address_cost, avr_ret_register): Use K&R style arguments.
2735 (initial_elimination_offset, gas_output_limited_string):
2736 Remove ATTRIBUTE_UNUSED from the used arguments.
2737 (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
2738 Use local variables src, dest, base to access operands[].
2739 Rename reg_dest to reg_src if that's what it is.
2740 (output_movhi, output_movsisf): Optimize loading 8-bit immediate
2741 constants to LD_REGS if reg_was_0.
2742 (output_reload_insisf): Change arg 3 to insn length and set it.
2743 (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
2744 access to 16-bit I/O register pairs.
2745 (avr_address_cost): Lower cost for the above case.
2746 (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
2747 may be clobbered, also for LD_REGS.
2748 (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
2749 with a CONST_INT.
2750
2751 * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
2752
2753 * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
2754 macro to test_hard_reg_class function.
2755 (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
2756 for loading immediate constants to LD_REGS.
2757 (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
2758
2759
2760 Sat Sep 2 13:58:23 2000 Marek Michalkiewicz <marekm@linux.org.pl>
2761
2762 * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
2763 * config/avr/libgcc.S: Lost part of the previous patch.
2764
2765 2000-08-31 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2766
2767 * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
2768 object before calling pthread_mutex_init.
2769
2770 2000-09-02 Alexandre Oliva <aoliva@redhat.com>
2771
2772 * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
2773 config/sh/crtn.asm: New files.
2774 * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
2775 (crt1.o, crti.o, crtn.o): New targets.
2776 * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
2777 sh/t-elf.
2778 * configure: Rebuilt.
2779 * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
2780 STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
2781 * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
2782 Undefine for config/elfos.h to redefine.
2783 (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
2784
2785 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>
2786
2787 * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
2788 legitimize_pic_address, output_pic_addr_const): Declare.
2789 * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
2790 (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
2791 (TARGET_SWITCHES): New switch -mprefergot.
2792 (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
2793 (PIC_OFFSET_TABLE_REGNUM): Define.
2794 (GOT_SYMBOL_TABLE): Likewise.
2795 (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
2796 (ENCODE_SECTION_INFO): Define.
2797 (FINALIZE_PIC): New macros.
2798 (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
2799 (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
2800 * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
2801 (prepare_move_operands): Call emit_pic_move or
2802 emit_pic_const_move if appropriate.
2803 (output_far_jump): For PIC, use braf and output long offset.
2804 (machine_dependent_reorg):
2805 (sh_expand_prologue): Save and initialize the PIC register.
2806 (sh_expand_epilogue): Restore it.
2807 (initial_elimination_offset): Account for it.
2808 (nonpic_symbol_mentioned_p): New function.
2809 (legitimize_pic_address): Likewise.
2810 (output_pic_addr_const): Likewise.
2811 * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
2812 (call, call_value): Use them.
2813 (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
2814 symPLT_label2reg): New expands.
2815 * invoke.texi (SH Options): Document -mprefergot.
2816
2817 2000-09-01 Alexandre Oliva <aoliva@redhat.com>
2818
2819 * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
2820 * gcse.c (hash_string_1): New function.
2821 (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
2822 (expr_equiv_p) <ASM_OPERANDS>: Likewise.
2823 * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
2824 (canon_hash_string): New function.
2825 (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
2826 (exp_equiv_p) <ASM_OPERANDS>: Likewise.
2827 (fold_rtx): Use ASM_OPERANDS accessor macros.
2828 * emit-rtl.c (copy_insn_1): Likewise.
2829 * integrate.c (copy_rtx_and_substitute): Likewise.
2830 * stmt.c (expand_asm_operands): Likewise. Give an
2831 ASM_OPERANDS rtx the mode of the output reg being set from it.
2832
2833 2000-09-01 Fred Fish <fnf@be.com>
2834
2835 * fix-header.c (write_rbrac): Add putc and getc to list of
2836 functions to protect against prior definition as a macro.
2837
2838 2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
2839
2840 * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
2841 (c_size_type_node): Define.
2842 * c-decl.c (init_decl_processing): Initialize c_size_type_node.
2843 * c-common.c (enum format_lengths, enum format_std_version,
2844 format_length_info, format_type_detail, BADLEN, NOLENGTHS,
2845 format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
2846 T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
2847 T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
2848 T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
2849 TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
2850 format_types): Define.
2851 (format_char_info, print_char_table, scan_char_table,
2852 time_char_table): Rearrange for new organization of information
2853 about format length modifiers and standard versions.
2854 (T_ST): Redefine to use c_size_type_node.
2855 (check_format_info): Obtain information about length modifiers and
2856 standard versions from tables. Adjust warning message wordings.
2857 Use the name from the user's program for `ll' and `hh' length
2858 modifiers in warning messages. Use more informative names for
2859 wanted types where available (for wchar_t, wint_t, size_t, signed
2860 size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
2861
2862 2000-09-01 Jim Wilson <wilson@cygnus.com>
2863
2864 * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
2865 * combine.c (distribute_notes): Handle REG_NORETURN.
2866 * rtl.c (reg_note_name): Add REG_NORETURN.
2867 * rtl.h (enum reg_note): Likewise.
2868
2869 * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
2870 ia64_file_start.
2871 * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
2872 (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
2873 (emit_predicate_relation_info): Handle conditional calls with
2874 REG_NORETURN.
2875 * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
2876 instead of ia64_file_start.
2877 * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
2878 * config/ia64/ia64.md (safe_across_calls_all,
2879 save_across_calls_normal): New patterns.
2880
2881 * loop.c (check_final_value): Check for biv use before checking for
2882 giv use. Check for both biv and giv uses. Always set last_giv_use
2883 if there is a giv use.
2884
2885 2000-09-01 Richard Henderson <rth@cygnus.com>
2886
2887 * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
2888 (madddi3): Likewise.
2889 (maddsi3): New.
2890
2891 Fri Sep 1 10:59:47 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2892
2893 * expr.c (clear_storage): Don't use emit_move_insn unless
2894 either BLKmode or proper size.
2895 (store_constructor): Don't call clear_storage if REG of wrong size.
2896
2897 * flow.c (init_propagate_block_info): Don't mark frame dead at end
2898 of function if returns wiht stack pointer depressed.
2899
2900 2000-09-01 Andrew Haley <aph@redhat.com>
2901
2902 * dwarf2out.c (stack_adjust_offset): New function.
2903 (dwarf2out_stack_adjust): Break out stack adjust logic into
2904 new stack_adjust_offset function. Look inside parallels and
2905 sequences for stack adjustments.
2906
2907 2000-08-31 Jeff Law <law@cygnus.com>
2908
2909 * arm.md: Use no_new_pseudos to determine when it is safe
2910 to create new pseudo registers.
2911
2912 * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
2913 when we can safely allocate new registers.
2914
2915 2000-08-31 Geoffrey Keating <geoffk@cygnus.com>
2916
2917 * stmt.c (expand_asm_operands): Twiddle generating_concat_p
2918 so that CONCATs are not generated for ASMs.
2919 * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
2920 not generating_concat_p.
2921 * function.c (pop_function_context_from): Reset
2922 generating_concat_p.
2923 (prepare_function_start): Likewise.
2924 * rtl.c (generating_concat_p): Define.
2925 * rtl.h (generating_concat_p): Declare.
2926 * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
2927
2928 2000-08-22 Philipp Thomas <pthomas@suse.de>
2929 Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
2930
2931 * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
2932 for translation.
2933
2934 2000-08-30 Greg McGary <greg@mcgary.org>
2935
2936 * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
2937 * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
2938 * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
2939
2940 2000-08-30 Greg McGary <greg@mcgary.org>
2941
2942 * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
2943 (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
2944 (TREE_INT_CST): New macro.
2945 * varasm.c (const_hash, compare_constant_1, record_constant_1):
2946 Use new macro TREE_INT_CST.
2947
2948 Wed 30-Aug-2000 23:18:59 BST Neil Booth <NeilB@earthling.net>
2949
2950 * contrib.texi: Add self.
2951
2952 2000-08-30 Alexandre Oliva <aoliva@redhat.com>
2953
2954 * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
2955 (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
2956 and labels.
2957
2958 2000-08-30 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2959
2960 * fixinc/gnu-regex.c: Don't define `const'.
2961
2962 Tue Aug 29 22:09:59 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
2963
2964 * expr.c (store_constructor): Allow variable bounds of array type.
2965 (expand_expr): Don't blow up if type is ERROR_MARK.
2966 * varasm.c (output_constructor): Don't access lower bound of array
2967 type unless need it if index is supplied (so it can be a variable
2968 if no index is supplied).
2969 Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
2970 Other minor cleanups.
2971
2972 2000-08-29 J. David Anglin <dave@hiauly1.hia.nrc.ca>
2973
2974 * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
2975 for compilations in stage 1 and subsequent stages, respectively.
2976 * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
2977 * configure: Rebuilt.
2978 * x-vax, x-vax-gcc: Deleted.
2979
2980 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
2981
2982 * c-common.c (declare_function_name): Use func_id_node,
2983 function_id_node, and pretty_function_id_node. Do not make
2984 __func__ visible at file scope.
2985 * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
2986 CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
2987 (function_id_node, pretty_function_id_node, func_id_node): New
2988 macros.
2989 * c-decl.c (init_decl_processing): Initialize function_id_node,
2990 pretty_function_id_node, and func_id_node.
2991 (c_make_fname_decl): Correct comment.
2992
2993 * tree.h (struct tree_identifier): Constify pointer member.
2994
2995 * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
2996 * c-pragma.h (struct weak_syms): Constify name and value members.
2997 (add_weak): Constify arguments.
2998
2999 * calls.c (special_function_p): Constify a char *.
3000 (expand_call): Remove variable which is initialized and then
3001 never used.
3002 * dependence.c (struct def_use, struct induction, struct subscript):
3003 Constify 'variable' member.
3004 (get_low_bound, have_induction_variable): Constify char * argument.
3005 (find_induction_variable): Add braces to avoid dangling else.
3006 (classify_dependence): Constify char * arrays.
3007 * profile.c (output_func_start_profiler): Constify a char *.
3008 * stor-layout.c (finalize_record_size): Constify a char *.
3009 * tree.c (is_attribute_p): Constify a char *.
3010 * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
3011
3012 * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
3013 for comprehensibility. Do not call get_identifier if we did
3014 not change the DECL_ASSEMBLER_NAME of the decl. Use alloca to
3015 create temporary string constants, not ggc_alloc_string. No
3016 need to copy result of ASM_FORMAT_PRIVATE_NAME. Use const
3017 char * to hold IDENTIFIER_POINTERs.
3018
3019 2000-08-29 Richard Henderson <rth@cygnus.com>
3020
3021 * config/ia64/ia64.md (muldi3): Use grfr_register_operand
3022 for the inputs.
3023
3024 2000-08-29 Richard Henderson <rth@cygnus.com>
3025
3026 * reload.c (push_secondary_reload): Allow class == reload_class
3027 if we're using a reload_in/out pattern.
3028
3029 * config/ia64/ia64.md (reload_inti): Use a TImode scratch. Use
3030 the half that does not conflict with the reload register.
3031 (reload_outti): Likewise.
3032
3033 2000-08-29 Kazu Hirata <kazu@hxi.com>
3034
3035 * reload.c: Fix formatting.
3036
3037 * stmt.c: Fix formatting.
3038
3039 * gcc.c: Fix formatting.
3040
3041 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
3042
3043 * flags.h (time_report, mem_report): New global flags.
3044 * toplev.c: Define time_report and mem_report.
3045 (f_options): Add -ftime-report and -fmem-report.
3046 (compile_file): Turn on time_report if quiet_flag is off.
3047 Call ggc_print_statistics at very end if mem_report is on.
3048 * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
3049
3050 * ggc-common.c (ggc_print_statistics): Rename to
3051 ggc_print_common_statistics; all callers changed. Scale
3052 quantities above 10K to kilobytes and above 10M to megabytes.
3053 * ggc-page.c (ggc_page_print_statistics): Rename to
3054 ggc_print_statistics. Report memory consumed by internal data
3055 structures for each allocation bucket. Scale quantities above
3056 10K to kilobytes and above 10M to megabytes.
3057 * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
3058 Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
3059 Define tally_leaves always.
3060 (ggc_print_statistics): New function.
3061 * ggc.h: Adjust for renamed functions.
3062
3063 Wed Aug 30 00:11:42 2000 Denis Chertykov <denisc@overta.ru>
3064
3065 * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
3066 output_movsisf instead of which_alternative.
3067
3068 * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
3069
3070 Tue Aug 29 22:29:58 2000 Denis Chertykov <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
3071
3072 * config/avr/avr-protos.h: (avr_output_ascii) Removed.
3073 (avr_progmem_p): New prototype.
3074 (output_movsisf): Prototype declaration changed.
3075 (output_movqi): New prototype.
3076 (output_movhi): New prototype.
3077 (call_insn_operand): Likewise.
3078 (final_prescan_insn): Likewise.
3079 (avr_simplify_comparision_p): Likewise.
3080 (avr_normalize_condition): Likewise.
3081 (compare_eq_p): Likewise.
3082 (out_shift_with_cnt): Likewise.
3083 (const_int_pow2_p): Likewise.
3084 (output_reload_inhi): Prototype declaration changed.
3085
3086 * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
3087 (ldi_reg_rtx): New. rtx for r31.
3088 (avr_init_stack): Initialize as "__stack".
3089 (function_prologue): Use it.
3090 Replace all TARGET_ENHANCED with AVR_ENHANCED.
3091 (avr_mcu_name): Initialize as "avr2".
3092 (avr_enhanced_p, avr_mega_p): New variables.
3093 (mcu_types, avr_override_options): Handle all known MCU types.
3094 Also handle avr1 (only preprocess, assemble and link).
3095 (print_operand): Using of `%K' in output template removed.
3096 (out_movqi_r_mr): Optimized.
3097 (out_movhi_r_mr): Likewise.
3098 (output_movqi): New function.
3099 (output_movhi): Likewise.
3100 (out_movsi_r_mr): Optimized.
3101 (output_movsisf): Compute insn length for `adjust_insn_length'
3102 (out_movqi_mr_r): Optimized.
3103 (out_movhi_mr_r): Optimized.
3104 (adjust_insn_length): Use output_movsisf, output_movqi,
3105 output_movhi for insn length adjusting.
3106 (reg_unused_after): Use dead_or_set_p.
3107 (preferred_reload_class): Now havn't any restriction.
3108 (reg_was_0): New function.
3109 (io_address_p): Likewise.
3110 (const_int_pow2_p): Likewise.
3111 (output_reload_inhi): Likewise.
3112 (output_reload_insisf): Likewise.
3113
3114 * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
3115 (LIB_SPEC): Use -lc for all supported devices.
3116 (LIBGCC_SPEC): Use -lgcc for all supported devices.
3117 (AVR_MEGA): Define as avr_mega_p.
3118 (AVR_ENHANCED): New, define as avr_enhanced_p.
3119 (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
3120 (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
3121 (CRT_BINUTILS_SPECS): Handle all known MCU types.
3122 Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
3123 (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
3124 (ASM_SPEC): Pass -mmcu=... to the assembler.
3125 Change all -DAVR_* to -D__AVR_*__.
3126 (INIT_TARGET_OPTABS), config/avr/libgcc.S:
3127 Rename library functions to start with two underscores.
3128 (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
3129 alignment.
3130 (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
3131 (SUPPORTS_WEAK): Likewise.
3132 (LDI_REG_REGNO): New. Register r31 will be used as temporary
3133 register for loading constants to r0-r14.
3134
3135 * config/avr/avr.md: Replace all TARGET_ENHANCED with
3136 AVR_ENHANCED.
3137 (*mov_r_sp): Removed. Handled by output_movhi.
3138 (*mov_sp_r): Likewise.
3139 (*mov_sp_r_no_interrupts): Likewise
3140 (*mov_sp_r_tiny): Likewise.
3141 (*movqi): Use output_movqi.
3142 (*reload_inqi): New.
3143 (*movhi): Use output_movhi.
3144 (*reload_inhi): New.
3145 (*negsi2): Optimized.
3146 (*negsf2): Likewise.
3147 Added peepholes (define_peephole2) for loading constants to r0-r14
3148 and for using `cpse' command.
3149
3150 * config/avr/libgcc.S: Rename library functions to start with two
3151 underscores.
3152 Add support for enhanced core.
3153 (_moqhi3): Fix typo, now _modqi3.
3154 (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
3155 (__prologue_saves__): Remove test for stack adjust by 0.
3156 (__tablejump__): New.
3157
3158 * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
3159 Add multilib support.
3160
3161 Tue Aug 29 15:17:54 EDT 2000 John Wehle (john@feith.com)
3162
3163 * loop.c (prescan_loop): Don't check unknown_address_altered
3164 when deciding if insert_loop_mem is safe. Add BLKmode MEMs
3165 to loop_store_mems as necessary.
3166 (loop_invariant_p): Don't check unknown_address_altered
3167 or unknown_constant_address_altered.
3168
3169 2000-08-29 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3170
3171 * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
3172
3173 2000-08-29 Zack Weinberg <zack@wolery.cumb.org>
3174
3175 * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
3176 print just the filename.
3177 * cpplex.c (_cpp_run_directive): Add additional argument, the
3178 name to give the synthetic buffer. This defaults to
3179 translated "<command line>".
3180 * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
3181 Adjust to match.
3182 (_cpp_define_builtin): New function.
3183 * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
3184 * cpphash.h: Update prototypes.
3185
3186 * tradcpp.c (main): Process -D and -U simultaneously, in the
3187 order they appeared on the command line.
3188
3189 2000-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3190
3191 * c-decl.c (define_label): Call warning_with_file_and_line and
3192 error_with_file_and_line instead of plain warning or error.
3193
3194 * c-parse.in (label): Use save_filename/save_lineno to ensure
3195 correct values for calls to define_label.
3196
3197 2000-08-29 Mark Mitchell <mark@codesourcery.com>
3198
3199 * calls.c (expand_call): Don't create a VAR_DECL just to throw it
3200 away.
3201 * expr.c (expand_expr, case TARGET_EXPR): Don't call
3202 mark_addressable.
3203 * tree.h (get_file_function_name): Remove two duplicate
3204 declarations.
3205
3206 2000-08-28 Kazu Hirata <kazu@hxi.com>
3207
3208 * tree.c: Fix formatting.
3209
3210 * xcoffout.c: Fix formatting.
3211
3212 2000-08-28 Jason Merrill <jason@redhat.com>
3213
3214 * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
3215
3216 2000-08-28 Daniel Berlin <dberlin@redhat.com>
3217
3218 * dwarf2out.c (dwarf2out_finish): Don't bother calling
3219 break_out_includes if it won't do anything.
3220
3221 2000-08-28 Richard Henderson <rth@cygnus.com>
3222
3223 * reload.c (push_secondary_reload): Revert 2000-08-16 change.
3224 (find_reloads): Likewise.
3225 * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
3226 (reload_inhi): Likewise.
3227
3228 2000-08-28 Richard Henderson <rth@cygnus.com>
3229
3230 * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
3231 (call_insn_operand): Don't expect a surrounding mem.
3232 (constant_call_address_operand): Likewise.
3233 * config/i386/i386.h (PREDICATE_CODES): Update.
3234 * config/i386/i386.md (call patterns): Move the match_operand
3235 for the call destination inside the mem.
3236
3237 2000-08-28 Richard Henderson <rth@cygnus.com>
3238
3239 * local-alloc.c (requires_inout): Don't use reserved range for
3240 EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
3241 * recog.c (asm_operand_ok): Likewise.
3242 (preprocess_constraints, constrain_operands): Likewise.
3243 * regclass.c (record_reg_classes): Likewise.
3244 * reload.c (find_reloads): Likewise.
3245 * reload1.c (maybe_fix_stack_asms): Likewise.
3246 (reload_cse_simplify_operands): Likewise.
3247 * stmt.c (expand_asm_operands): Likewise.
3248
3249 * md.texi: Update constraints documentation.
3250 * tm.texi (EXTRA_CONSTRAINT): Update.
3251
3252 2000-08-28 Daniel Berlin <dberlin@redhat.com>
3253
3254 * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
3255 (print_die): If we don't know the offset of the
3256 target die, try the symbol. Add a trailing newline.
3257 (reverse_all_dies): New fn.
3258 (dwarf2out_finish): Call it.
3259 (break_out_includes): Reorganize for clarity.
3260 (add_sibling_attributes): Don't call reverse_die_lists.
3261 (output_comp_unit): Rename from output_comdat_comp_unit. Use for
3262 primary CU, too.
3263 * flags.h: Add flag_eliminate_dwarf2_dups.
3264 * toplev.c (f_options): Support -feliminate-dwarf2-dups.
3265
3266 2000-08-28 Jason Merrill <jason@redhat.com>
3267
3268 * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
3269 * dwarf2out.c: #include "md5.h".
3270 (DIE_LABEL_PREFIX): New macro.
3271 (dw_val_struct): Add 'external' flag to val_die_ref.
3272 (add_AT_die_ref, AT_ref): Adjust.
3273 (AT_ref_external, set_AT_ref_external): New fns.
3274 (build_abbrev_table): Call set_AT_ref_external.
3275 (value_format): Call AT_ref_external.
3276 (die_struct): Add die_symbol field.
3277 (new_die): Clear it.
3278 (dwarf_tag_name): Handle BINCL/EINCL.
3279 (dwarf2out_start_source_file): Add BINCL DIE.
3280 (dwarf2out_end_source_file): Add EINCL DIE.
3281 (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
3282 (loc_checksum, attr_checksum, die_checksum): New fns.
3283 (is_type_die, is_comdat_die, is_symbol_die): New fns.
3284 (compute_section_prefix, assign_symbol_names): New fns.
3285 (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
3286 (output_die): Call output_die_symbol and AT_ref_external.
3287 (output_comdat_comp_unit): New fn, split out from...
3288 (dwarf2out_finish): ...here. Also call add_sibling_attributes for
3289 secondary CUs.
3290 (output_pubnames, output_aranges): Abort if we see entries from
3291 secondary CUs.
3292 * toplev.h: Declare file_name_nondirectory.
3293 * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
3294 (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
3295 (debug_start_source_file): Call dwarf2out_start_source_file
3296 regardless of debug verbosity.
3297 (debug_end_source_file): Similarly.
3298 * tree.h: Declare clean_symbol_name.
3299 * tree.c (clean_symbol_name): Split out from...
3300 (get_file_function_name_long): ...here.
3301
3302 * dwarf2out.c (new_loc_descr): Use calloc.
3303 (splice_child_die): Remove the die from the right parent.
3304 (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
3305
3306 Mon Aug 28 19:02:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3307
3308 * toplev.c (decode_g_option): Don't give warning for unknown -g
3309 option; return 0 instead.
3310 (main): If -g option is not recognized by front end or
3311 language-independent code, give warning.
3312
3313 2000-08-28 Greg McGary <greg@mcgary.org>
3314
3315 * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
3316 * config/i386/i386.c (ix86_expand_compare): Remove `static'.
3317 * config/i386/i386.md (trap, conditional_trap): New insn & expand.
3318
3319 2000-08-27 Greg McGary <greg@mcgary.org>
3320
3321 * cpplex.c (parse_string): Don't look for backslash
3322 before first char in `namebuf'.
3323 * loop.c (strength_reduce): Skip NOTEs.
3324
3325 2000-08-27 Jason Merrill <jason@redhat.com>
3326
3327 * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
3328 DECL_EXTERNAL on a local extern. Don't set DECL_IGNORED_P or
3329 TREE_ASM_WRITTEN, either.
3330 (finish_decl): Adjust.
3331
3332 2000-08-28 Philipp Thomas <pthomas@suse.de>
3333
3334 * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
3335 they have been incorporated into the gettext CVS. Change the text to
3336 reflect the current status of NLS. Add instructions for accessing
3337 the gettext CVS and add the patch from Martin v. Loewis.
3338
3339 2000-08-27 Geoff Keating <geoffk@cygnus.com>
3340
3341 * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
3342 by using gen_lowpart_common.
3343 (movdi_internal64+6): Likewise.
3344
3345 2000-08-26 Alexandre Oliva <aoliva@redhat.com>
3346
3347 * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
3348 Document.
3349
3350 * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
3351 numbers to the ranges used by GDB.
3352
3353 2000-08-25 Richard Henderson <rth@cygnus.com>
3354
3355 * config/ia64/ia64.h (struct machine_function): Add n_varargs.
3356 * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
3357 (ia64_expand_prologue): Likewise.
3358 (ia64_setup_incoming_varargs): Set it. Properly skip the current
3359 argument for stdargs.
3360
3361 2000-08-25 Jason Merrill <jason@redhat.com>
3362
3363 * integrate.c (expand_inline_function): Pull out the original decl.
3364
3365 2000-08-25 Jim Wilson <wilson@cygnus.com>
3366
3367 * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
3368
3369 * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
3370
3371 2000-08-25 Greg McGary <greg@mcgary.org>
3372
3373 * flow.c (dump_edge_info): Use ARRAY_SIZE.
3374 * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
3375
3376 2000-08-25 Richard Earnshaw <rearnsha@arm.com>
3377
3378 * arm.h (STRUCT_VALUE): Define to 0, not NULL.
3379
3380 Fri Aug 25 12:52:49 EDT 2000 John Wehle (john@feith.com)
3381
3382 * i386.c (ix86_find_base_term): New.
3383 * i386-protos.h (ix86_find_base_term): Prototype.
3384 * i386.h (FIND_BASE_TERM): Define.
3385 * alias.c (find_base_term): Use it.
3386 * tm.texi (FIND_BASE_TERM): Document it.
3387
3388 * alias.c (true_dependence, write_dependence_p): Unchanging
3389 memory can't conflict with non-unchanging memory.
3390
3391 * alias.c (memrefs_conflict_p): A BLKmode reference
3392 to a symbol (or CONST_INT address) always conflicts
3393 with a reference to another symbol.
3394
3395 2000-08-25 Joseph S. Myers <jsm28@cam.ac.uk>
3396
3397 * c-common.c (time_char_table): Don't allow width and flags with
3398 "z" format.
3399
3400 2000-08-25 Jakub Jelinek <jakub@redhat.com>
3401
3402 * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
3403 way as LT and LTU when the second operand has 0 in low word.
3404
3405 2000-08-26 Michael Hayes <mhayes@cygnus.com>
3406
3407 * basic-block.h (struct loop): Rename `exits' field to
3408 `exit_edges'. Add `entry_edges' and `num_entries' fields.
3409
3410 * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
3411 (flow_loop_entry_edges_find): Add.
3412 (flow_edge_list_print): Rename from flow_exits_print.
3413 (flow_loops_find): Call flow_loop_entry_edges_find.
3414 (flow_loop_dump): Dump entry_edges list.
3415 (flow_loops_free): Free entry_edges.
3416
3417 2000-08-26 Michael Hayes <mhayes@cygnus.com>
3418
3419 * loop.c (loop_dump_aux, debug_loop): New functions.
3420 (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
3421
3422 * flow.c (flow_loops_dump): Add callback parameter.
3423 (flow_loop_dump): Add callback parameter and call it. Move
3424 loop note debugging code to loop_dump_aux.
3425
3426 * basic-block.h (flow_loop_dump): Add callback parameter
3427 (flow_loops_dump): Likewise.
3428
3429 * toplev.c (rest_of_compilation): Add NULL callback function pointer
3430 to call to flow_loops_dump.
3431
3432 2000-08-26 Michael Hayes <mhayes@cygnus.com>
3433
3434 * loop.c (count_loop_regs_set): Replace start and end arguments
3435 with loop argument. All callers udated.
3436
3437 2000-08-26 Michael Hayes <mhayes@cygnus.com>
3438
3439 * loop.c (constant_high_bytes): Delete.
3440
3441 2000-08-26 Michael Hayes <mhayes@cygnus.com>
3442
3443 * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
3444 and NOTE_INSN_LOOP_VTOP to...
3445 (find_and_verify_loops) ...here.
3446
3447 Fri Aug 25 04:21:13 2000 Alexandre Oliva <aoliva@redhat.com>
3448
3449 * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
3450 (fini_dummy, init_dummy): Use it.
3451
3452 Fri 25-Aug-2000 08:03:27 BST Neil Booth <NeilB@earthling.net>
3453
3454 * cpplex.c (is_macro_disabled): Caller has already checked
3455 that we're not a preprocessed file.
3456
3457 2000-08-24 Mark Mitchell <mark@codesourcery.com>
3458
3459 * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
3460 (c-iterate.o): Remove target.
3461 * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
3462 * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
3463 (finish_decl): Don't handle iterators.
3464 (grokdeclarator): Likewise.
3465 * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
3466 * gcc/c-gperf.h: Regenerated.
3467 * gcc/c-iterate.c: Removed.
3468 * gcc/c-lex.c (init_lex): Don't handle iterators.
3469 * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
3470 (compstmt_primary_start): Remove push_iterator_stack call.
3471 (stmt): Don't allow iterator statements. Replace iterator_expand
3472 with expand_expr_stmt.
3473 (all_iter_stmt): Remove.
3474 (all_iter_stmt_simple): Likewise.
3475 (all_iter_stmt_with_decl): Likewise.
3476 * gcc/c-tree.h (ITERATOR_P): Remove.
3477 (ITERATOR_BOUND_P): Likewise.
3478 (init_iterators): Remove declaration.
3479 (iterator_expand): Likewise.
3480 (iterator_for_loop_start): Likewise.
3481 (iterator_for_loop_end): Likewise.
3482 (iterator_for_loop_record): Likewise.
3483 (push_iterator_stack): Likewise.
3484 (pop_iterator_stack): Likewise.
3485 * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
3486 (readonly_warning): Likewise.
3487 * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
3488
3489 2000-08-24 Jim Wilson <wilson@cygnus.com>
3490
3491 * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
3492 Copy type in a TYPE_DECL, just like pushdecl does.
3493
3494 2000-08-24 Richard Henderson <rth@cygnus.com>
3495
3496 * toplev.c (main): Enable flag_reorder_blocks at -O2.
3497
3498 2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
3499
3500 * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
3501 asked for one page, allocate GGC_QUIRE_SIZE of them and put
3502 the extras on the free list.
3503 (release_pages): Clean up.
3504 (ggc_set_mark): Don't adjust G.allocated here...
3505 (sweep_pages): ... do it here.
3506
3507 2000-08-24 Zack Weinberg <zack@wolery.cumb.org>
3508
3509 * cppfiles.c (read_include_file): Rearrange initializations.
3510
3511 2000-08-24 Richard Henderson <rth@cygnus.com>
3512
3513 * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
3514
3515 * config/ia64/ia64-protos.h: Update.
3516 * config/ia64/ia64.c (gr_register_operand): New.
3517 (fr_register_operand, grfr_register_operand): New.
3518 (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
3519 (grfr_reg_or_8bit_operand): New.
3520 (gr_reg_or_0_operand): Rename from reg_or_0_operand and
3521 use gr_register_operand.
3522 (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
3523 (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
3524 (gr_reg_or_8bit_and_adjusted_operand): Likewise.
3525 (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
3526 (fr_reg_or_fp01_operand): Likewise.
3527 (not_postinc_memory_operand): New.
3528 (ia64_split_timode): Remove unused variables.
3529 (rtx_needs_barrier): Check arguments to cmpxchg.
3530 (builtin_description): Remove.
3531 (bdesc_2argsi, bdesc_2argdi): Remove.
3532 (ia64_init_builtins): Declare all builtins directly.
3533 (ia64_expand_fetch_and_op): Rewrite to be called from
3534 ia64_expand_builtin directly. Use expand_binop and co.
3535 (ia64_expand_op_and_fetch): Likewise.
3536 (ia64_expand_compare_and_swap): Likewise.
3537 (ia64_expand_binop_builtin): Remove.
3538 (ia64_expand_lock_test_and_set): New.
3539 (ia64_expand_lock_release): New.
3540 (ia64_expand_builtin): Use them.
3541 * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
3542 (EXTRA_CONSTRAINT): Use it.
3543 (PREDICATE_CODES): Update.
3544 * config/ia64/ia64.md (*): Use gr_register_operand and co.
3545 (mf): Indicate that we set memory as well as use it.
3546 (fetchadd_acq_si): Show memory being modified as well.
3547 (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
3548 (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
3549 (lock_test_and_set_si, lock_test_and_set_di): Remove.
3550 (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
3551 (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
3552 (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
3553 (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
3554 (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
3555 (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
3556 (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
3557 (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
3558 * config/ia64/ia64intrin.h (*): Cast result to the appropriate
3559 return type. Pretty print definitions.
3560
3561 2000-08-24 Jim Wilson <wilson@cygnus.com>
3562
3563 * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
3564 we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
3565
3566 2000-08-24 Jason Merrill <jason@redhat.com>
3567
3568 * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
3569 AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
3570 (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
3571 get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
3572
3573 2000-08-24 Greg McGary <greg@mcgary.org>
3574
3575 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
3576 and extendtab within their proper array boundaries.
3577 * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
3578 for the entire array.
3579
3580 * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
3581 * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
3582 * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
3583 * config/fr30/fr30.c (fr30_print_operand): Likewise.
3584 * config/i386/dgux.c (output_options): Likewise.
3585 * config/i386/dgux.h (ASM_FILE_START): Likewise.
3586 * config/m88k/m88k.c (output_options): Likewise.
3587 * config/m88k/m88k.h (ASM_FILE_START): Likewise.
3588 * config/mcore/mcore.c (mcore_output_inline_const_forced,
3589 layout_mcore_frame, handle_structs_in_regs): Likewise.
3590 * config/mips/mips.c (output_block_move): Likewise.
3591 * config/rs6000/rs6000.c (rs6000_override_options,
3592 rs6000_file_start): Likewise.
3593 * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
3594 * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
3595 * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
3596 * builtins.c (expand_builtin_setjmp): Likewise.
3597 * expr.c (safe_from_p): Likewise.
3598 * flow.c (life_analysis): Likewise.
3599 * fold-const.c (size_int_type_wide): Likewise.
3600 * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
3601 * genattrtab.c (make_length_attrs): Likewise.
3602 * genopinit.c (gen_insn): Likewise.
3603 * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
3604 * global.c (global_alloc): Likewise.
3605 * local-alloc.c (find_free_reg): Likewise.
3606 * mips-tdump.c (print_symbol): Likewise.
3607 * mips-tfile.c (parse_def, parse_input): Likewise.
3608 * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
3609 * stmt.c (expand_nl_goto_receiver): Likewise.
3610 * stor-layout.c (set_sizetype): Likewise.
3611 * varasm.c (decode_reg_name): Likewise.
3612 * toplev.c (decode_f_option, decode_W_option,
3613 set_target_switch, print_switch_values): Likewise.
3614 (NUM_ELEM): Remove macro.
3615 (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
3616
3617 2000-08-24 Greg McGary <greg@mcgary.org>
3618
3619 * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
3620 (MAIN_NAME_P, main_identifier_node): New macros.
3621 * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
3622 * c-decl.c (start_decl, grokdeclarator, start_function,
3623 store_parm_decls, finish_function): Use MAIN_NAME_P.
3624 * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
3625 * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
3626 * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
3627 * config/pdp11/pdp11.c (output_function_prologue): Likewise.
3628
3629 2000-08-24 Greg McGary <greg@mcgary.org>
3630
3631 * cppfiles.c (actual_directory): Don't write beyond `dir'
3632 when it contains "".
3633 * real.c (asctoeg): Stay within bounds of etens[][].
3634
3635 2000-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3636
3637 * dependence.c (dependence_string, direction_string,
3638 dump_one_node, dump_node_dependence): Hide unused identifiers.
3639 (get_low_bound, normalize_coefficients): Match definition to
3640 static prototype.
3641 (get_one_coefficient): Initialize variables `value0_is_idx' and
3642 `value1_is_idx'.
3643 (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
3644 (ziv_test): Delete variable `idx', use parameter `sub' instead.
3645 (direction_merge): Avoid automatic aggregate initialization.
3646 (have_dependence_p): Use `src' not `dest' to set `src_idx'.
3647 Initialize variables `dest_idx' and `src_idx'.
3648 (end_dependence_analysis): Avoid C89 style function definition.
3649
3650 2000-08-24 Joseph S. Myers <jsm28@cam.ac.uk>
3651
3652 * c-common.c (time_char_table): Don't allow width with %F.
3653 (check_format_info): Don't allow "Z" length with scanf.
3654
3655 2000-08-24 Gabriel Dos Reis <gdr@codesourcery.com>
3656
3657 * diagnostic.c (finish_diagnostic): Define.
3658 (output_do_printf): Use wrap_text instead of output_add_string.
3659 (default_print_error_function): Avoid embedded '\n'.
3660
3661 * diagnostic.h (flush_diagnostic_buffer): Declare.
3662
3663 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
3664
3665 * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
3666
3667 2000-08-23 Hans-Peter Nilsson <hp@axis.com>
3668
3669 * Makefile.in (GCC_PASSES): Add specs.
3670
3671 2000-08-23 Jim Wilson <wilson@cygnus.com>
3672
3673 * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
3674 * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
3675 EHANDLER nor UHANDLER bit is set.
3676 (__get_except_table): Likewise.
3677
3678 2000-08-23 Nick Clifton <nickc@redhat.com>
3679
3680 * config/arm/lib1funcs.asm: Replace upper case condition codes
3681 with lower case versions.
3682
3683 * config/arm/arm.h (STRUCT_VALUE): Define.
3684 (STRUCT_VALUE_REGNUM): Delete.
3685
3686 2000-08-23 Zack Weinberg <zack@wolery.cumb.org>
3687
3688 * cpphash.h (IN_I): New flag for directive table.
3689 * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
3690 #pragma with IN_I.
3691 (_cpp_check_directive): If -fpreprocessed, execute directives
3692 marked with IN_I. Issue no warnings in this case.
3693 * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
3694
3695 2000-08-23 Joseph S. Myers <jsm28@cam.ac.uk>
3696
3697 * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
3698 %u.
3699 (check_format_info): Support printf 'I' flag; warn about it with
3700 -pedantic.
3701
3702 2000-08-23 Richard Earnshaw (rearnsha@arm.com)
3703
3704 * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
3705 barrier can't be ignored by the alias analysis code.
3706
3707 2000-08-12 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
3710 works inside fixincl.
3711
3712 Wed Aug 23 04:55:48 2000 Alexandre Oliva <aoliva@redhat.com>
3713
3714 * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
3715 simplify_relational_operation() unless both operands are of
3716 VOIDmode.
3717 * cse.c (fold_rtx): Likewise.
3718
3719 Tue Aug 22 23:53:27 EDT 2000 John Wehle (john@feith.com)
3720
3721 * rtlanal.c (rtx_unstable_p): The pic register is stable
3722 (within one function) and the actual rtx should be used
3723 when checking the registers.
3724 (rtx_addr_can_trap_p): Pic memory addresses can't trap.
3725
3726 * alias.c (true_dependence, write_dependence_p): Fix
3727 bug in previous patch.
3728
3729 * i386.c (ix86_GOT_alias_set): New.
3730 (legitimize_pic_address): Use it.
3731
3732 * rtlanal.c (rtx_unstable_p): An unchanging MEM is
3733 only stable if its address is stable.
3734 (rtx_varies_p): An unchanging MEM can't vary if
3735 its address doesn't vary.
3736
3737 2000-08-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3738
3739 * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
3740
3741 2000-08-22 J. David Anglin <dave@hiauly1.hia.nrc.ca>
3742
3743 * vax.h (ASM_SPEC): Pass `-J' to assembler.
3744 * x-vax-gcc: New file for bootstrapping with gcc.
3745 * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
3746 * configure.in: Use x-vax-gcc with gcc.
3747 * configure: Rebuilt.
3748
3749 Tue Aug 22 21:21:05 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
3750
3751 * toplev.c (rest_of_compilation): Rebuild label notes after
3752 post-reload splitting pass if new labels have been created.
3753
3754 2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
3755
3756 * diagnostic.h (output_buffer_state): New macro.
3757 * diagnostic.c (diagnostic_for_decl, sorry,
3758 default_print_error_function, output_do_verbatim,
3759 report_diagnostic, report_problematic_module): Use it.
3760 (wrap_text): Tweak.
3761 (output_format): Use wrap_text instead of maybe_wrap_text.
3762
3763 2000-08-22 Nick Clifton <nickc@redhat.com>
3764
3765 * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
3766 Common code for ARM divide and modulus functions.
3767 (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
3768 ARM_DIV_MOD_BODY.
3769 (FUNC_END): New macro: Common code at the end of the division and
3770 modulo functions.
3771 (THUMB_FUNCTION_START): New macro: Common code at the start of
3772 Thumb functions.
3773 (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
3774
3775 Tue Aug 22 20:34:52 2000 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3776
3777 * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
3778
3779 * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
3780 sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
3781 const0_rtx.
3782
3783 2000-08-22 Nick Clifton <nickc@redhat.com>
3784
3785 * config/arm/lib1funcs.asm (__umodsi3): Before performing any
3786 restorative additions, test for bottom bits of IP being set,
3787 rather than relying upon the RORs not matching.
3788 (__modsi3): Ditto.
3789
3790 2000-08-22 David Edelsohn <edelsohn@gnu.org>
3791
3792 * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
3793 text_section() as appropriate instead of emitting text csect
3794 pseudo-op directly.
3795 (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
3796 (UNIQUE_SECTION): Define macro.
3797 (ASM_OUTPUT_SECTION_NAME): Define macro.
3798 * rs6000.c (rs6000_override_options): Disable -ffunction-sections
3799 on AIX if debugging and -fdata-sections always.
3800
3801 2000-08-22 Steven King <sxking@uswest.net>
3802
3803 * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
3804 machinery.
3805 (LDBL_MAX): Same here.
3806
3807 2000-08-22 Richard Henderson <rth@cygnus.com>
3808
3809 * flow.c (tidy_fallthru_edge): Update b->end properly.
3810
3811 2000-08-22 Stan Cox <scox@redhat.com>
3812
3813 * Makefile.in (OBJS): Add dependence.o.
3814 * dependence.c: New file.
3815
3816 2000-08-22 Alexandre Oliva <aoliva@redhat.com>, John David Anglin <dave.anglin@nrc.ca>
3817
3818 * calls.c (check_sibcall_argument_overlap_1): Adjust for
3819 ARGS_GROW_DOWNWARD.
3820 (check_sibcall_argument_overlap): Likewise.
3821
3822 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
3823
3824 * invoke.texi (SH Options): Document -m4-nofpu,
3825 -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
3826 -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
3827
3828 2000-08-22 Joseph S. Myers <jsm28@cam.ac.uk>
3829
3830 * c-common.c (check_format_info): Give the 'some locales' warning
3831 for strftime %Ey rather than the unconditional 'only last 2 digits
3832 of year' one.
3833
3834 2000-08-22 Richard Henderson <rth@cygnus.com>
3835
3836 * alias.c (init_alias_analysis): Do not register
3837 struct_value_incoming_rtx or static_chain_rtx as pointing
3838 to stack memory.
3839
3840 Tue Aug 22 01:44:43 2000 Jeffrey A Law (law@cygnus.com)
3841
3842 * protoize.c (munge_compile_params): Fix typo and formatting buglets.
3843
3844 2000-08-22 Gabriel Dos Reis <gdr@codesourcery.com>
3845
3846 * diagnostic.h (report_problematic_module): Declare.
3847 * diagnostic.c (report_problematic_module): New function.
3848 (report_error_function): Tweak.
3849
3850 Tue Aug 22 02:31:26 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
3851
3852 * stmt.c (expand_goto_internal, fixup_gotos): Only check
3853 TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
3854
3855 2000-08-21 Richard Henderson <rth@cygnus.com>
3856
3857 * flow.c (calculate_global_regs_live): Mark frame pointer live
3858 everywhere before reload.
3859
3860 2000-08-21 Jim Wilson <wilson@cygnus.com>
3861
3862 * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
3863 INTEL_EXTENDED_IEEE_FORMAT.
3864 (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support. Unconditionally
3865 clear last two bytes of output FP value.
3866
3867 2000-08-21 Graham Stott <grahams@cygnus.co.uk>
3868
3869 * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
3870
3871 2000-08-21 Jakub Jelinek <jakub@redhat.com>
3872
3873 * unroll.c (loop_find_equiv_value): If ret is modified between
3874 insn and loop_start, ret might not be equivalent to reg.
3875
3876 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
3877
3878 * c-common.c (init_dollar_format_checking,
3879 maybe_read_dollar_number, finish_dollar_format_checking): New
3880 functions.
3881 (dollar_arguments_used, dollar_arguments_count,
3882 dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
3883 New variables.
3884 (check_format_info): Support $ formats for scanf and printf width
3885 and precision. Always increment format_chars to advance past the
3886 '*' of precision, not just when the format parameters are
3887 available to check.
3888
3889 2000-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3890
3891 * mips.c (block_move_loop, expand_block_move,
3892 function_arg_partial_nregs, save_restore_insns, function_prologue,
3893 mips_expand_prologue, RA_MASK): Avoid using the `U' integer
3894 constant suffix.
3895 (function_arg_advance, function_arg): Match argument to format
3896 specifier `%p'.
3897
3898 2000-08-21 Nix <nix@esperi.demon.co.uk>
3899
3900 * gcc.c (do_spec_1): Implement %j spec flag.
3901 Remove dead comment.
3902
3903 * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
3904 * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
3905 * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
3906 * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
3907
3908 * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
3909 writable) instead of hardcoded value.
3910
3911 * toplev.c (compile_file): Output to a file even if -fsyntax-only.
3912
3913 * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
3914 MKTEMP_EACH_FILE.
3915
3916 * gcc.c (cc1_options): Do not process -o or run the assembler if
3917 -fsyntax-only.
3918 * objc/lang-spec.h: Likewise.
3919
3920 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
3921
3922 * fixinc/fixincl.c (fix_with_system): Pipe the output of
3923 "external" fixes through `cat', to avoid truncating the input
3924 file by redirection.
3925
3926 2000-08-21 Jakub Jelinek <jakub@redhat.com>
3927
3928 * config/i386/i386.md (lea_general_1): Copy insn condition to split
3929 condition.
3930 (lea_general_2, lea_general_3): Likewise.
3931
3932 2000-08-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3933
3934 * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
3935 warnings to user code.
3936
3937 * c-lex.c (readescape, yylex): Likewise.
3938
3939 * c-typeck.c (store_init_value, process_init_element): Likewise
3940 (c_expand_start_case): Format.
3941
3942 2000-08-18 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3943
3944 * mips/linux.h (LINK_SPEC): Use %(endian_spec).
3945
3946 * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
3947 and linker_endian_spec to endian_spec.
3948 (ENDIAN_SPEC): Add %{EB} and %{EL}.
3949 (LINK_SPEC): Remove %{EB} and %{EL}.
3950 (ASM_SPEC): Likewise. Use %(endian_spec).
3951
3952 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
3953
3954 * c-tree.h (flag_hosted): Move declaration from here...
3955 * c-common.h (flag_hosted): ... to here.
3956 (flag_noniso_default_format_attributes): New declaration.
3957 * c-decl.c (flag_noniso_default_format_attributes): New variable.
3958 (c_decode_option): Set it appropriately for options choosing
3959 language standard variant.
3960 * c-common.c (init_function_format_info): Only provide default
3961 format attributes if flag_hosted. Only provide the gettext
3962 formats if flag_noniso_default_format_attributes. Update
3963 comments.
3964 (check_format_info): Disable treatment of %a as a scanf flag in
3965 C99 mode.
3966
3967 2000-08-21 Joseph S. Myers <jsm28@cam.ac.uk>
3968
3969 * c-common.c (scan_char_table): Add 'w' to flags for all formats
3970 except 'n'.
3971 (check_format_info): Set 'wide' for scanf format widths. Warn for
3972 a zero scanf width. Make the check for writing into a constant
3973 object at the first level of indirection; at later levels, warn if
3974 any type qualifiers are encountered.
3975
3976 Mon Aug 21 07:41:12 2000 Jeffrey A Law (law@cygnus.com)
3977
3978 * reload.c (reload_inner_reg_of_subreg): New function broken out of
3979 push_reload.
3980 (push_reload): Use reload_inner_reg_of_subreg.
3981 (combine_reloads): Do not combine reloads if the input reload
3982 is a SUBREG in which the inner part will need reloading.
3983
3984 * global.c (global_alloc): Avoid passing dumpfile argument to
3985 reload routines.
3986 * toplev.c (rest_of_compilation): Likewise.
3987 * reload.h (reload): Remove dumpfile argument. Callers changed.
3988 (debug_reload, debug_reload_to_stream): Move prototypes here.
3989 * rtl.h (reload): Remove dumpfile argument.
3990 * reload.c (debug_reload): Remove prototype.
3991 (debug_reload_to_stream): Likewise.
3992 * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
3993 instead.
3994
3995 2000-08-21 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
3996
3997 * diagnostic.c (context_as_prefix): Export.
3998 (need_error_newline): Remove.
3999 (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
4000 (error_module_changed, record_last_error_module,
4001 error_function_changed, record_last_error_function): New functions.
4002 (initialize_diagnostics): Default intialize
4003 lang_diagnostic_starter, lang_diagnostic_finalizer.
4004 (init_output_buffer): Tweak.
4005 (file_name_as_prefix): New function.
4006 (announce_function, default_print_error_function,
4007 report_error_function, set_diagnostic_context): Tweak.
4008
4009 2000-08-21 Richard Earnshaw <rearnsha@arm.com>
4010
4011 * flow.c (init_propagate_block_info): Handle SUBREG in a jump
4012 condition expression.
4013
4014 2000-08-20 Richard Henderson <rth@cygnus.com>
4015
4016 * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
4017
4018 2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
4019
4020 * cppinit.c (cpp_init): Set global flag when called.
4021 (cpp_reader_init): Bomb out if cpp_init hasn't been called.
4022
4023 Sun Aug 20 01:41:35 2000 Dennis Chernoivanov <cdi@sparc.spb.su>
4024
4025 * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
4026 before `process_directive' so that newlines won't be missed
4027 for directives.
4028 (cpp_printf): Increment `print->lineno' when newline is emitted.
4029
4030 * cppmain.c (cb_ident): Likewise.
4031 (cb_define): Likewise.
4032 (cb_undef): Likewise.
4033 (cb_include): Likewise.
4034 (cb_def_pragma): Likewise.
4035 (dump_macros_helper): Likewise.
4036
4037 2000-08-20 Richard Henderson <rth@cygnus.com>
4038
4039 * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
4040 assigned before a loop.
4041
4042 * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
4043 (ashrsi3, lshrsi3): Likewise.
4044
4045 2000-08-20 Gabriel Dos Reis <gdr@codesourcery.com>
4046
4047 * c-lang.c: #include diagnostic.h
4048 (c_tree_printer): New function.
4049 (lang_init): Initialize lang_printer.
4050
4051 * Makefile.in (c-lang.o): Depends on diagnostic.h
4052
4053 2000-08-20 Gabriel Dos Reis <gdr@codesourcery.com>
4054
4055 * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
4056
4057 * diagnostic.c (default_diagnostic_starter,
4058 default_diagnostic_finalizer): New functions.
4059 (diagnostic_for_asm, diagnostic_for_decl): Tweak.
4060 (pedwarn, pedwarn_with_file_and_line, error,
4061 error_with_file_and_line, fatal, warning,
4062 warning_with_file_and_line): Adjust call to report_diagnostic.
4063 (report_diagnostic): Rework.
4064 (set_diagnostic_context): New function.
4065
4066 * diagnostic.h (struct diagnostic_context): New data structure.
4067 (diagnostic_message, diagnostic_argument_list,
4068 diagnostic_file_location, diagnostic_line_location,
4069 diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
4070 diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
4071 (set_diagnostic_context): Declare.
4072 (report_diagnostic): Change prototype.
4073
4074 Sun 20-Aug-2000 09:25:45 BST Neil Booth <NeilB@earthling.net>
4075
4076 * fix-header.c (main): Initialize cpplib.
4077
4078 2000-08-19 Michael Meissner <meissner@redhat.com>
4079
4080 * ifcvt.c (find_if_block): Do not assume that a THEN block has any
4081 instructions in it before checking for indirect jumps.
4082
4083 * ifcvt.c (find_if_block): Do not consider a THEN block that ends
4084 in a indirect jump as a potential for conditional execution.
4085
4086 * d30v.h (d30v_init_expanders): Don't declare here.
4087 * d30v-protos.h (d30v_init_expanders): Declare here with a valid
4088 prototype.
4089
4090 Sat 19-Aug-2000 21:11:45 BST Neil Booth <NeilB@earthling.net>
4091
4092 * cpp.texi: Add @section for assertions.
4093
4094 Sat Aug 19 12:37:08 EDT 2000 John Wehle (john@feith.com)
4095
4096 * loop.c (scan_loop): Use CONST_CALL_P instead of
4097 checking for REG_LIBCALL / REG_RETVAL.
4098
4099 Sat Aug 19 09:18:47 2000 Jeffrey A Law (law@cygnus.com)
4100
4101 * reload1.c (reload_as_needed): Accept dumpfile argument,
4102 pass it to emit_reload_insns.
4103 (emit_reload_insns): Add new dumpfile argument. If non-null
4104 then dump the reloads for each insn into the dumpfile.
4105 (reload): Pass dumpfile to reload_as_needed.
4106
4107 * invoke.texi: Clean up linux-gnu vs linux comments.
4108
4109 2000-08-19 Richard Henderson <rth@cygnus.com>
4110
4111 * config/ia64/ia64.c (reg_or_5bit_operand): New.
4112 (ia64_depz_field_mask): New.
4113 * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
4114 (PREDICATE_CODES): Update.
4115 * config/ia64/ia64.md: Update commentary.
4116 (depz_internal): New.
4117 (ashlsi3): Implement directly.
4118 (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
4119 (ashldi3): Use shladd.
4120 * config/ia64/ia64-protos.h: Update.
4121
4122 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
4123
4124 * toplev.c (independent_decode_option): Always process -g.
4125 Remove third argument, now unused. Adjust caller to match.
4126
4127 2000-08-18 Richard Henderson <rth@cygnus.com>
4128
4129 * combine.c (make_compound_operation): Break after creating
4130 the extraction.
4131
4132 2000-08-18 Zack Weinberg <zack@wolery.cumb.org>
4133
4134 * cpplib.c (cpp_register_pragma_space): Just return if the
4135 namespace is already registered.
4136
4137 2000-08-18 Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton <nickc@redhat.com>
4138
4139 * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
4140 constant amount. Do not generate ROTL instruction.
4141
4142 Fri Aug 18 16:22:20 2000 Alexandre Oliva <aoliva@redhat.com>
4143
4144 * config/sh/elf.h: Do not include sh/sh.h.
4145 * config/sh/rtems.h: Likewise.
4146 * config/sh/rtemself.h: Do not include sh/elf.h.
4147 * configure.in: Get them included with `tm_file's.
4148 * configure: Rebuilt.
4149
4150 * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
4151 * config/sh/sh.c (fpscr_set_from_mem): Use them.
4152
4153 Fri Aug 18 14:23:18 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4154
4155 * stor-layout.c (compute_record_type): Don't use mode of single
4156 field as mode of record if not integer mode of same type.
4157
4158 * regmove.c (perhaps_ends_bb_p): New function.
4159 (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
4160 (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
4161 (fixup_match_1): Likewise.
4162 (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
4163 avoid signed/unsigned warnings.
4164
4165 * function.c (fixup_var_refs_1, case MEM): Update CODE after
4166 updating X.
4167
4168 Fri 18-Aug-2000 18:33:45 BST Neil Booth <NeilB@earthling.net>
4169
4170 * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
4171 (_cpp_trigraph_map): Declaration moved from cpplex.c
4172
4173 * cppinit.c: Define _cpp_trigraph_map. Use UCHAR_MAX + 1
4174 instead of 256. Use consistent test for designated initializers.
4175 (cpp_init): Initialize trigraph_map.
4176 (initialize_standard_includes, parse_option): Use memcmp
4177 instead of strncmp.
4178
4179 * cpplex.c (init_trigraph_map): Remove.
4180 (trigraph_ok, trigraph_replace, lex_line): Refer to
4181 _cpp_trigraph_map.
4182
4183 * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
4184 (do_unassert): Remove unused "next" local.
4185
4186 * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
4187
4188 2000-08-18 Emmanuel Marty <emarty@suntech.fr>
4189
4190 * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
4191 insn.
4192
4193 2000-08-17 Richard Henderson <rth@cygnus.com>
4194
4195 * config/ia64/ia64.c (spill_restore_mem): Handle emitting
4196 the first insn in a sequence.
4197
4198 Thu Aug 17 22:40:05 EDT 2000 John Wehle (john@feith.com)
4199
4200 * alias.c (true_dependence, write_dependence_p): A read
4201 involving a label_ref or the constant pool doesn't create
4202 a dependency.
4203
4204 * rtl.h (unchanging): Improve documentation.
4205
4206 2000-08-17 Rodney Brown <RodneyBrown@mynd.com>
4207
4208 * cse.c (insert_regs): Remove unused `regno'.
4209
4210 2000-08-17 Neil Booth <NeilB@earthling.net>
4211
4212 * (cppinit.c) merge_include_chains: Use remove_dup_dir,
4213 remove_dup_dirs. If qtail == brack, remove brack not
4214 qtail.
4215 (remove_dup_dir, remove_dup_dirs): New functions.
4216
4217 2000-08-17 Neil Booth <NeilB@earthling.net>
4218
4219 * cppinit.c (cpp_cleanup): Free include dir chains.
4220 * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
4221 (do_unassert): Free the assert with _cpp_free_definition.
4222 * cppmacro.c (_cpp_free_definition): Free memory allocated for
4223 assertions. Make the node a T_VOID node.
4224
4225 2000-08-17 Neil Booth <NeilB@earthling.net>
4226
4227 * cppinit.c (path_include, append_include_chain):
4228 Remove 2nd parameter (struct cpp_pending *).
4229 (path_include, initialize_standard_includes, cpp_handle_option):
4230 Update callers appropriately.
4231 (cpp_handle_option): Use pend.
4232
4233 2000-08-17 Neil Booth <NeilB@earthling.net>
4234
4235 * cppinit.c (sort_options): Remove, put functionality in
4236 cpp_init.
4237 (cpp_init): New.
4238 (initialize_builtins): Free memory.
4239 (cpp_start_read): Move init_IStable to cpp_init.
4240
4241 * cpplib.h (cpp_init): New prototype.
4242 * cppmain.c (main): Call cpp_init.
4243
4244 Thu Aug 17 13:20:32 EDT 2000 John Wehle (john@feith.com)
4245
4246 * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
4247 (rtx_unstable_p, rtx_varies_p): Process vectors.
4248
4249 2000-08-16 Niibe Yutaka <gniibe@m17n.org>, Kaz Kojima <kkojima@rr.iij4u.or.jp>
4250
4251 * config/sh/lib1funcs.asm (GLOBAL): Define. Use for all
4252 references to GLOBAL symbols. Use LOCAL where appropriate.
4253
4254 2000-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4255
4256 * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld. Always
4257 use t-aix41 when host == target.
4258
4259 2000-08-16 Richard Henderson <rth@cygnus.com>
4260
4261 * reload.c (push_secondary_reload): Revert last change.
4262 If we use a reload_in/out pattern, make the when the same
4263 as the primary reload.
4264 (find_reloads): Likewise.
4265
4266 2000-08-16 Manfred Hollstein <manfredh@redhat.com>
4267
4268 * configure.in (libstdcxx-v3): Fix test.
4269 * configure: Regenerate.
4270
4271 Wed Aug 16 08:10:32 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4272
4273 * calls.c (calls_function_1, expand_call): Only test
4274 TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
4275 * function.c (thread_prologue_and_epilogue_insns): Likewise.
4276
4277 2000-08-16 Richard Henderson <rth@cygnus.com>
4278
4279 * combine.c (simplify_shift_const): Revert previous two
4280 changes. If SHIFT_COUNT_TRUNCATED, crop the shift count
4281 before the main loop.
4282
4283 2000-08-15 Richard Henderson <rth@cygnus.com>
4284
4285 * combine.c (simplify_shift_const): Bound shift count when
4286 combining shifts.
4287
4288 Tue Aug 15 17:33:05 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
4289
4290 * calls.c (ECF_SP_DEPRESSED): New macro.
4291 (calls_function_1): Treat calling sp-depressed function as alloca.
4292 (emit_call_1): Don't adjust SP if calling sp-depressed function.
4293 (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
4294 If sp-depressed, ensure block saves and restores SP.
4295 * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
4296 for INTEGER_TYPE.
4297 * function.c (keep_stack_depressed): New function.
4298 (thread_prologue_and_epilogue_insns): Call it.
4299 * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
4300 to print DECL_OFFSET_ALIGN.
4301 Print no-force-blk and transparent-union flags properly.
4302 * stmt.c (expand_goto_internal): Don't restore stack if last block
4303 and function returns with sp depressed.
4304 (fixup_gotos): Likewise.
4305 (save_stack_pointer): New function, from code in expand_decl.
4306 (expand_decl): Call new function.
4307 * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
4308 (TYPE_RETURNS_STACK_DEPRESSED): New macro.
4309 (save_stack_pointer): New declaration.
4310
4311 * diagnostic.c (fatal_function): New variable.
4312 (set_fatal_function): New function.
4313 (fatal): Call it.
4314 * diagnostic.h (set_fatal_function): New declaration.
4315
4316 2000-08-15 William Cohen <wcohen@redhat.com>
4317
4318 * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
4319 (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
4320 (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
4321
4322 2000-08-15 Richard Henderson <rth@cygnus.com>
4323
4324 * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
4325
4326 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
4327
4328 * arm.c (arm_function_ok_for_sibcall): New function.
4329 * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
4330 * arm.md (call expanders): Don't check here for calls that can't
4331 be sibling calls.
4332
4333 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
4334
4335 * arm.md (splits generating cond_exec): Disable.
4336
4337 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
4338
4339 * arm/linux-elf.h (text_section): Delete declaration.
4340
4341 2000-08-15 Richard Earnshaw <rearnsha@arm.com>
4342
4343 ARM support for unordered FP operations.
4344 * arm-protos.h (arm_comparison_operator): Declare.
4345 * arm.c (arm_comparison_operator): New function.
4346 (arm_select_cc_mode): Add unordered comparison codes.
4347 (get_arm_condition_code): Likewise.
4348 (arm_final_prescan_insn): Can't handle unordered jumps that can't
4349 be done in one insn.
4350 * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
4351 * arm.md (all uses of comparison_operator): Replace with
4352 arm_comparison_operator.
4353 (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
4354 expands.
4355 (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
4356 patterns.
4357
4358 Tue Aug 15 00:36:36 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
4359
4360 * gthr-posix.h: Conditionally include <sched.h>; include
4361 <config.h> from libobjc/.
4362
4363 2000-08-14 Richard Henderson <rth@cygnus.com>
4364
4365 * config/i386/i386.c (legitimize_pic_address): Use Pmode
4366 for all CONSTs.
4367
4368 2000-08-14 Richard Henderson <rth@cygnus.com>
4369
4370 * configure.in (ia64-*): Set float_format for i386 long double.
4371
4372 * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
4373 as we would for i386 XFmode.
4374 (PUT_REAL): Likewise.
4375 (endian, ereal_atof, real_value_truncate): Likewise.
4376 (ereal_isneg, toe64, etens, make_nan): Likewise.
4377 * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
4378
4379 * config/ia64/ia64-protos.h: Update.
4380 * config/ia64/ia64.c (general_tfmode_operand): New.
4381 (destination_tfmode_operand): New.
4382 (tfreg_or_fp01_operand): New.
4383 (ia64_split_timode): New.
4384 (spill_tfmode_operand): New.
4385 (ia64_expand_prologue): Use TFmode not XFmode.
4386 (ia64_expand_epilogue): Likewise.
4387 (ia64_function_arg): Likewise.
4388 (ia64_function_arg_advance): Likewise.
4389 (ia64_return_in_memory): Likewise.
4390 (ia64_function_value): Likewise.
4391 (ia64_print_operand): Likewise.
4392 (ia64_register_move_cost): Set GR<->FR to 5.
4393 (ia64_secondary_reload_class): Get GR for TImode memory op.
4394 * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
4395 (ROUND_TYPE_ALIGN): Remove.
4396 (LONG_DOUBLE_TYPE_SIZE): Set to 128.
4397 (INTEL_EXTENDED_IEEE_FORMAT): Define.
4398 (HARD_REGNO_NREGS): Use TFmode, not XFmode.
4399 (HARD_REGNO_MODE_OK): Likewise. Disallow TImode in FRs.
4400 (MODES_TIEABLE_P): Use TFmode, not XFmode.
4401 (CLASS_MAX_NREGS): Likewise.
4402 (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
4403 (PREDICATE_CODES): Update.
4404 * config/ia64/ia64.md (movti): New.
4405 (movti_internal): Use a clobber for memory alternatives.
4406 (reload_inti, reload_outti): New.
4407 (movsfcc_astep): Predicate properly.
4408 (movdfcc_astep): Likewise.
4409 (movxf): Remove.
4410 (movtf): New.
4411 (extendsftf2, extenddftf2): New.
4412 (trunctfsf2, trunctfdf2): New.
4413 (floatditf2, fix_trunctfdi2): New.
4414 (floatunsditf2, fixuns_trunctfdi2): New.
4415 (addtf3, subtf3, multf3, abstf2): New.
4416 (negtf2, nabstf2, mintf3, maxtf3): New.
4417 (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
4418 (cmptf): New.
4419 (fr_spill): Use TFmode, not XFmode.
4420 (fr_restore): Likewise.
4421 * config/ia64/lib1funcs.asm (__divtf3): New.
4422 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
4423
4424 2000-08-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4425
4426 * cse.c (fold_rtx): Avoid empty body in an if-statement.
4427
4428 * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
4429 `U' integer constant suffix.
4430
4431 * dwarf2out.c (add_subscript_info): Avoid empty body in an
4432 else-statement.
4433
4434 * sparc/sol2.h (__enable_execute_stack): Prototype.
4435
4436 2000-08-14 David Edelsohn <edelsohn@gnu.org>
4437
4438 * collect2.c: Remove use of AIX import file.
4439
4440 * longlong.h: Test ARCH_PWR not ARCH_POWER.
4441
4442 * rs6000.c (print_operand, case 'E'): Add else.
4443
4444 2000-08-14 Richard Henderson <rth@cygnus.com>
4445
4446 * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
4447 (movdi_symbolic): New.
4448
4449 2000-08-14 Jim Wilson <wilson@cygnus.com>
4450
4451 * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
4452 to GNU as. For Intel as, pass -M const_gp and -M no_plabel.
4453 * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
4454 to GNU as.
4455
4456 2000-08-14 Richard Henderson <rth@cygnus.com>
4457
4458 * expr.c (emit_group_load): Don't force constants into registers.
4459 Special case source already in the correct mode.
4460
4461 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
4462
4463 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
4464 * fixinc/inclhack.def: Likewise.
4465 * fixinc/mkfixinc.sh: Likewise.
4466 * configure: Regenerate.
4467 * fixinc/fixincl.x: Regenerate.
4468 * install.texi: Document equivalence of linux and linux-gnu.
4469
4470 Mon Aug 14 18:51:44 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
4471
4472 * cse.c (insert_regs): Also in REG case: When finding an invalid
4473 value, and we make a new quantity, make sure that it won't be
4474 mistaken by for a valid one by mention_regs.
4475
4476 2000-08-13 Ralf Gütlein <ralf.guetlein@aranea.de>
4477
4478 * h8300.md: Remove obsolete peepholes.
4479
4480 2000-08-13 Kazu Hirata <kazu@hxi.com>
4481
4482 * invoke.texi (H8/300 Options): Fix typos.
4483 * config/h8300.c: Fix formatting.
4484 * config/h8300.h: Fix comment typos.
4485 (OVERRIDE_OPTIONS): Fix formatting.
4486
4487 * function.c: Fix formatting.
4488
4489 * cse.c: Fix formatting.
4490
4491 2000-08-13 Geoff Keating <geoffk@cygnus.com>
4492
4493 * flow.c (attempt_auto_inc): Remove unused variable `bb'.
4494 (attempt_auto_inc): Suppress parentheses warning.
4495 * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
4496 * loop.c (load_mems): Remove `u' suffix in two places.
4497 * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
4498 hex constants.
4499 * config/rs6000/rs6000.h: Likewise.
4500 * config/rs6000/sol-c0.c: Prototype some functions. Remove the
4501 __eabi dummy routine.
4502 * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
4503 variable `buf_ptr'.
4504
4505 * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
4506 not put stuff in .sdata unnecessarily.
4507 (rs6000_unique_section): New function.
4508 * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
4509 * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
4510
4511 * c-typeck.c (build_array_ref): Don't complain about non-lvalue
4512 arrays in C99. Don't try to look at DECL_REGISTER of a
4513 COMPONENT_REF. Don't complain twice about the same error.
4514
4515 * fixinc/inclhack.def (aix_pthread): New fix.
4516 (aix_sysmachine): New fix.
4517 * fixinc/fixincl.x: Regenerate.
4518
4519 * expr.c (expand_expr): Call convert_modes when turning a large
4520 multiply into a small one.
4521
4522 2000-08-12 Geoff Keating <geoffk@cygnus.com>
4523
4524 * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
4525 the tree structure an exponent rather than an explicit alignment
4526 so it doesn't overflow.
4527 (SET_DECL_OFFSET_ALIGN): New macro.
4528 * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
4529 rather than DECL_OFFSET_ALIGN.
4530 (place_field): Likewise.
4531 * expmed.c (store_bit_field): Abort on align==0 to avoid
4532 antisocial machine behaviour.
4533
4534 2000-08-12 Richard Henderson <rth@cygnus.com>
4535
4536 * sibcall.c (uses_addressof): Accept both addressof and
4537 current_function_internal_arg_pointer inside a mem.
4538 (optimize_sibling_and_tail_recursive_call): Fail tail recursion
4539 if current_function_uses_addressof.
4540 * stmt.c (expand_return): Kill tail recursion and HAVE_return
4541 optimizations.
4542
4543 2000-08-11 Richard Henderson <rth@cygnus.com>
4544
4545 * config/ia64/ia64.md (addsi3): Remove expander.
4546 (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
4547 (*addsi3_shladd): New.
4548
4549 2000-08-11 Richard Henderson <rth@cygnus.com>
4550
4551 * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
4552 (do_restore): Likewise.
4553 (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
4554 (ia64_expand_prologue, ia64_expand_epilogue): Use them.
4555 (rtx_needs_barrier): Track actual bit manipulation for
4556 ar.unat moves, gr_spill, and gr_restore.
4557 (emit_insn_group_barriers): Special case gr_spill/gr_restore.
4558 (process_set): Don't handle varargs spills.
4559 * config/ia64/ia64.md (gr_spill): Accept cfa offset. Emit
4560 .mem.offset here instead of in process_set.
4561 (gr_restore): Likewise.
4562
4563 2000-08-11 Richard Henderson <rth@cygnus.com>
4564
4565 * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
4566
4567 2000-08-11 Mark Elbrecht <snowball3@bigfoot.com>
4568
4569 * gcc.texi (The Configuration File): Document
4570 COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
4571 UPDATE_PATH_HOST_CANONICALIZATION.
4572
4573 2000-08-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4574
4575 * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
4576 unprototyped function pointer casts on integer constants.
4577
4578 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
4579
4580 * fixproto: Recognize DOS paths with drive letters as absolute paths.
4581
4582 2000-08-11 Nathan Sidwell <nathan@codesourcery.com>
4583
4584 * extend.texi (Volatiles): Fix typos.
4585
4586 2000-08-11 Kazu Hirata <kazu@hxi.com>
4587
4588 * flow.c: Fix formatting.
4589
4590 2000-08-11 Richard Henderson <rth@cygnus.com>
4591
4592 * reload.c (push_secondary_reload): When invoking a reload_{in,out}
4593 pattern, always allocate a tertiary scratch register.
4594
4595 * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
4596 (reload_inhi): Likewise.
4597
4598 2000-08-11 Richard Henderson <rth@cygnus.com>
4599
4600 * function.c (put_reg_into_stack): Allow type to be NULL.
4601 (schedule_fixup_var_refs): Likewise.
4602 (gen_mem_addressof): Allow decl to be NULL.
4603 (put_addressof_into_stack): Likewise.
4604
4605 * flow.c (merge_blocks_nomove): Be more careful about
4606 locating the beginning of block A.
4607
4608 * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
4609
4610 Thu Aug 10 22:47:09 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
4611
4612 * configure.in:
4613 * configure:
4614 * gthr-posix.h:
4615 * config.in: Reverted the check for <sched.h>.
4616
4617 2000-08-10 Chris Demetriou <cgd@sibyte.com>
4618
4619 * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
4620 macros define the name of CTOR and DTOR sections.
4621 (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
4622 DTOR_LIST_END): Change to use attributes to specify
4623 sections.
4624 * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
4625 (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
4626 DTOR_LIST_END): Same as in mips/elf.h.
4627
4628 2000-08-10 Drew Moseley <dmoseley@redhat.com>
4629
4630 * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
4631 disabling just crt0.o.
4632
4633 2000-08-10 Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton <nickc@cygnus.com>
4634
4635 * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
4636 (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
4637 (EXTRA_SPECS): Add them.
4638 * arm/lib1funcs.asm: Support builds for interworking.
4639 Use macros to eliminate duplicated pieces of code.
4640
4641 2000-08-10 Kazu Hirata <kazu@hxi.com>
4642
4643 * h8300.c (expand_a_rotate): New.
4644 (emit_a_rotate): Likewise.
4645 (h8300_adjust_insn_length): Add support for the rotate insns.
4646 * h8300.md (rotlqi3): New.
4647 (*rotlqi3_1): Likewise.
4648 (rotlhi3): Likewise.
4649 (*rotlhi3_1): Likewise.
4650 (rotlhi3): Likewise.
4651 (*rotlhi3_1): Likewise.
4652 * h8300-proto.h: Add prototypes for expand_a_rotate and
4653 emit_a_rotate.
4654
4655 * h8300.c: Fix comment typos.
4656 (dosize): Declare the variable amount as unsigned.
4657 (get_shift_alg): Fix a comparison between signed and unsigned.
4658 (emit_a_shift): Likewise.
4659 (h8300_adjust_insn_length): Simplify the code.
4660
4661 * c-decl.c: Fix formatting.
4662
4663 2000-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4664
4665 * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
4666 warning about non-traditional numeric constant suffixes.
4667
4668 * cppexp.c (parse_number): Likewise.
4669
4670 * invoke.texi: (-Wtraditional): Document new behavior.
4671
4672 Thu Aug 10 00:11:04 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
4673
4674 * gthr-posix.h: Include auto-host.h. Conditionally include
4675 <sched.h>.
4676 * configure.in: Check for the <sched.h> header file.
4677 * config.in: Added define for HAVE_SCHED_H.
4678
4679 2000-08-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4680
4681 * c-typeck.c (process_init_element): For -Wtraditional, warn about
4682 initialization of unions.
4683
4684 * invoke.texi (-Wtraditional): Document new behavior.
4685
4686 2000-08-09 Zack Weinberg <zack@wolery.cumb.org>
4687
4688 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINE
4689 instead of extra_c_flags.
4690 (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
4691 * configure: Regenerate.
4692 * config.in: Regenerate.
4693
4694 * cpperror.c (cpp_type2name): New function.
4695 * cpplex.c (lex_line): If we issued an error for an invalid
4696 preprocessing directive, discard that logical line.
4697 * cpplib.c (do_line): Call a hook function if the current file
4698 is renamed by #line.
4699 (do_ident): Pass the contents of the string, not the entire
4700 token, to the callback function.
4701 * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
4702 (cb.rename_file): New hook function.
4703 (cb.ident): Adjust prototype.
4704 (cpp_type2name): Prototype.
4705 * cppmacro.c (dump_macro_args): Correct precedence lossage.
4706
4707 * cppmain.c (cb_ident): Update for changed interface.
4708 (cb_rename_file): New function.
4709 (main): Set rename callback.
4710
4711 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
4712
4713 * caller-save.c (mark_referenced_regs): Mark partially-overwritten
4714 multi-word registers.
4715
4716 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
4717
4718 * c-common.c (combine_strings, check_format_info): Refer to ISO C
4719 or ISO C89 instead of ANSI C.
4720 * c-decl.c (grokdeclarator, xref_tag, finish_struct,
4721 build_enumerator, do_case): Likewise.
4722 * c-lex.c (parse_float, yylex): Likewise.
4723 * c-parse.in: Likewise.
4724 * c-typeck.c (common_type, build_array_ref, build_binary_op,
4725 build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
4726 build_c_cast, convert_for_assignment, set_init_index,
4727 set_init_label, c_expand_start_case): Likewise.
4728 * toplev.c (documented_lang_options, display_help): Likewise.
4729
4730 2000-08-08 Kazu Hirata <kazu@hxi.com>
4731
4732 * h8300.c: Fix formatting.
4733 * h8300.h: Likewise.
4734 * h8300.md: Likewise.
4735 (movsi_h8300hs): Fix formatting of the resulting assembly code.
4736
4737 * reload1.c: Fix formatting.
4738
4739 2000-08-08 Rodney Brown <RodneyBrown@mynd.com>
4740
4741 * alpha/alpha.c (alpha_emit_xfloating_libcall):
4742 Use GEN_CALL_VALUE define.
4743 * alpha/alpha.md (untyped_call): Use GEN_CALL define.
4744 * clipper/clipper.md (untyped_call): Likewise.
4745 * dsp16xx/dsp16xx.md (untyped_call): Likewise.
4746 * fx80/fx80.md (untyped_call): Likewise.
4747 * mips/mips.md (untyped_call): Likewise.
4748 * ns32k/ns32k.md (untyped_call): Likewise.
4749 * pa/pa.md (untyped_call): Likewise.
4750 * romp/romp.md (untyped_call): Likewise.
4751 * sparc/sparc.md (untyped_call): Likewise.
4752
4753 2000-08-08 Jason Eckhardt <jle@cygnus.com>
4754
4755 * config/i860/i860.c (singlemove_string): Do not generate assembler
4756 pseudo instructions that must be expanded (that is, with signed
4757 constants larger than 16 bits).
4758
4759 2000-08-08 Richard Henderson <rth@cygnus.com>
4760
4761 * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
4762 PROP_AUTOINC at -O0. Don't collect alias info at -O0.
4763 (init_propagate_block_info): Don't kill memory stores at -O0.
4764 (mark_set_1, mark_used_regs): Likewise.
4765
4766 2000-08-08 David Edelsohn <edelsohn@gnu.org>
4767
4768 * rs6000.c (optimization_options): Decorate 'level' as
4769 ATTRIBUTE_UNUSED.
4770 (mask64_operand): Remove sign-extend thinko.
4771 (rldic_operand): New function.
4772 (load_multiple_operation): regno's are unsigned ints.
4773 (store_multiple_operation): Likewise.
4774 (lmw_operation): Likewise.
4775 (stmw_operation): Likewise.
4776 (includes_lshift_p): shift_mask is unsigned int.
4777 (includes_lshift64_p): New function.
4778 (addrs_ok_for_quad_peep): unsigned int reg1.
4779 (print_operand): Consistently add "else" after
4780 output_operand_lossage().
4781 (print_operand, case 'b'): Fold in case 'W'.
4782 (print_operand, case 'W'): Print rldic MB value.
4783 (output_epilogue): Update Objective-C language string.
4784 (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
4785 * rs6000.h (PREDICATE_CODES): Add rldic_operand.
4786 * rs6000.md (ashldi3): Add rldic instruction.
4787 (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
4788 (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
4789 modifier.
4790
4791 2000-08-08 Richard Henderson <rth@cygnus.com>
4792
4793 * config/ia64/ia64-protos.h: Remove duplicates. Update
4794 for massive code rearrangements.
4795 * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
4796 (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
4797 (ia64_local_regs, ia64_need_regstk): Remove.
4798 (ar_ccv_reg_operand): New.
4799 (ia64_gp_save_reg): New.
4800 (struct ia64_frame_info): Combine most of the size elements;
4801 add new gr save elements.
4802 (find_gr_spill): New.
4803 (next_scratch_gr_reg): New.
4804 (mark_reg_gr_used_mask): New.
4805 (ia64_compute_frame_size): Rewrite. Allocate special AR regs
4806 to GR backing store regs when possible.
4807 (ia64_initial_elimination_offset): New.
4808 (ia64_rap_fp_offset): Remove.
4809 (save_restore_insns): Remove.
4810 (setup_spill_pointers): New.
4811 (finish_spill_pointers): New.
4812 (spill_restore_mem): New.
4813 (do_spill, do_restore): New.
4814 (ia64_expand_prologue): Rewrite to use them.
4815 (ia64_expand_epilogue): Likewise.
4816 (ia64_direct_return): Update for current_frame_info changes.
4817 (ia64_function_prologue): Simplify .prologue emission. Emit
4818 .spill when needed.
4819 (ia64_setup_incoming_varargs): Don't ever emit rtl.
4820 (ia64_dbx_register_number): New.
4821 (ia64_initialize_trampoline): New.
4822 (ia64_secondary_reload_class): Request GR_REGS for integer
4823 arithmetic destined for FR_REGS.
4824 (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
4825 (ia64_mark_machine_status): Mark ia64_gp_save.
4826 (rws_access_regno): Rename from rws_access_reg; don't treat
4827 predicates specially.
4828 (rws_access_reg): New. Update all callers.
4829 (rtx_needs_barrier): Remove dead unspecs.
4830 (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
4831 (ia64_encode_section_info): Silence signed/unsigned warnings.
4832 (spill_offset, sp_offset, spill_offset_emitted): Remove.
4833 (tmp_reg, tmp_saved): Remove.
4834 (process_set): Rewrite to expect complicated bits via
4835 REG_FRAME_RELATED_EXPR.
4836 (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
4837 in the use of ar.ccv; never set RTX_UNCHANGING_P.
4838 (ia64_expand_op_and_fetch): Likewise.
4839 (ia64_expand_compare_and_swap): Likewise.
4840 (ia64_expand_builtin): Likewise.
4841 * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
4842 (FIRST_PSEUDO_REGISTER): Update.
4843 (AR_M_REGNO_P): Update.
4844 (FIXED_REGS): Don't mark three local registers as used.
4845 (EXTRA_CC_MODES): New.
4846 (SELECT_CC_MODE): New.
4847 (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
4848 (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
4849 (FRAME_GROWS_DOWNWARD): Unset.
4850 (STARTING_FRAME_OFFSET): Zero.
4851 (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
4852 (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
4853 (HARD_FRAME_POINTER_REGNUM): New.
4854 (CAN_DEBUG_WITHOUT_FP): Define.
4855 (TRAMPOLINE_TEMPLATE): Remove.
4856 (TRAMPOLINE_SIZE): Lower to 32.
4857 (TRAMPOLINE_ALIGNMENT): Lower to 64.
4858 (INITIALIZE_TRAMPOLINE): Defer to out of line function.
4859 (PREDICATE_CODES): Update.
4860 (struct machine_function): Add ia64_gp_save.
4861 * config/ia64/ia64.md: Purge unused unspecs.
4862 (movsi patterns): Allow moves to/from AR_M_REGS.
4863 (movdi patterns): Allow moves to/from p0.
4864 (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
4865 (gr_spill, gr_restore): Indicate ar.unat read/written.
4866 (nonlocal_goto): Don't pass old frame_pointer.
4867 (nonlocal_goto_receiver): Remove.
4868 (exception_receiver): New.
4869 (builtin_setjmp_setup): New.
4870 (builtin_setjmp_receiver): New.
4871 * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
4872 (__ia64_nonlocal_goto): Bundle. Don't kill r7.
4873 (__ia64_restore_stack_nonlocal): Likewise.
4874 (__ia64_trampoline): New.
4875 * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
4876 function.
4877 * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
4878
4879 2000-08-08 Richard Henderson <rth@cygnus.com>
4880
4881 * frame.h (ia64_frame_state): Add my_psp.
4882 * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
4883 (__throw): Pass it in. Don't clobber r7.
4884 * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
4885 (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
4886 and nothing to do with sp.
4887 (normalize_reg_loc): Use frame->my_psp.
4888 (frame_translate): Handle frame-pointer-less functions. Set
4889 spill_base correctly, in absence of being told.
4890 (__build_ia64_frame_state): New sp argument. Fill in frame->my_sp.
4891 (__ia64_backtrace_helper): New sp argument. Use
4892 builtin_return_address instead of label addresses.
4893 (print_record) [mem_stack_v]: No size member.
4894
4895 2000-08-08 Richard Henderson <rth@cygnus.com>
4896
4897 * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
4898
4899 2000-08-08 Richard Henderson <rth@cygnus.com>
4900
4901 * tm.texi (LOCAL_REGNO): Document.
4902 * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
4903 (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
4904 * reload1.c (reload): Likewise when considering nonlocal labels.
4905
4906 * config/ia64/ia64.h (LOCAL_REGNO): New.
4907 * config/sparc/sparc.h (LOCAL_REGNO): New.
4908
4909 2000-08-08 Joseph S. Myers <jsm28@cam.ac.uk>
4910
4911 * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
4912
4913 2000-08-07 Nick Clifton <nickc@redhat.com>
4914
4915 * config/mips/mips.c: Fix compile time warning messages.
4916 * config/mips/mips-protos.h: Add prototype for equality_op.
4917
4918 * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
4919
4920 2000-08-07 Graham Stott <grahams@cygnus.co.uk>
4921
4922 * mn10300.md: Use nonimmediate_operand instead of general_operand
4923 on output operands.
4924
4925 * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
4926
4927 2000-08-07 Alexandre Oliva <aoliva@redhat.com>
4928
4929 * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
4930 * sh.c (expand_block_move): Break long lines.
4931 (expand_ashiftrt, fpscr_set_from_mem): Likewise.
4932 * sh.md (mulsi3): Likewise.
4933 (movdi): Adjust spacing.
4934
4935 2000-08-07 Richard Henderson <rth@cygnus.com>
4936
4937 * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
4938 * expr.c (emit_group_store): Don't set it.
4939
4940 2000-08-07 Kazu Hirata <kazu@hxi.com>
4941
4942 * invoke.texi (Options for Debugging Your Program or GCC): Remove
4943 duplicate entries for 'w' and 'z'.
4944
4945 * flow.c: Fix a comment typo.
4946
4947 Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
4948
4949 * c-parse.in: Changed the language string for Objective-C to "GNU
4950 Objective-C".
4951
4952 Sun Aug 6 11:54:03 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
4953
4954 * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
4955 to improve the Posix thread support for Objective-C.
4956
4957 2000-08-06 Joseph S. Myers <jsm28@cam.ac.uk>
4958
4959 * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
4960 CTI_UNSIGNED_PTRDIFF_TYPE.
4961 (signed_size_type_node): Define.
4962 (unsigned_ptrdiff_type_node): Define.
4963 * c-decl.c (init_decl_processing): Create the
4964 signed_size_type_node and unsigned_ptrdiff_type_node types.
4965 * c-common.c (T_SC): Define.
4966 (T_SST): Define.
4967 (T_UPD): Define.
4968 (print_char_table): Use T_SST for %zd, %zi, %zn. Use T_UPD for
4969 %to, %tu, %tx, %tX. Allow %hhn (T_SC). Add "c" to the flags for
4970 %s and %p.
4971 (scan_char_table): Use T_SC for %hhd, %hhi, %hhn. Use T_SST for
4972 %zd, %zi, %zn. Use T_UPD for %to, %tu, %tx, %tX. Add "c" to the
4973 flags for %c, %s and %[.
4974 (check_format_info): Only allow leniency for signedness of targets
4975 of character pointers (when pedantic) for formats flagged with
4976 "c", so for strings but not for %hh formats. When pedantic, don't
4977 allow character pointers to substitute for void pointers if a
4978 second level of indirection is present.
4979
4980 2000-08-06 Kazu Hirata <kazu@hxi.com>
4981
4982 * invoke.texi (Options for Debugging Your Program or GCC): Update
4983 the names of dump files.
4984
4985 * h8300.c (dosize): Rearrange code for conciseness.
4986 (split_adds_subs): Likewise.
4987
4988 * loop.c: Fix formatting.
4989
4990 * dwarf2out.c: Fix formatting.
4991
4992 * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
4993
4994 * expr.c: Fix formatting.
4995
4996 2000-08-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4997
4998 * rs6000.c (rs6000_maybe_dead): Prototype.
4999
5000 2000-08-06 Richard Henderson <rth@cygnus.com>
5001
5002 * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
5003 HAVE_nonlocal_goto as well.
5004 * config/i960/i960.md (nonlocal_goto): Don't do it here.
5005 * config/pj/pj.md (nonlocal_goto): Likewise.
5006
5007 2000-08-07 Michael Hayes <mhayes@cygnus.com>
5008
5009 * loop.c (try_swap_copy_prop): New function.
5010 (load_mems): Rename copies to load_copies and add new regset
5011 store_copies. Check for sets of shadow registers and mark
5012 in store_copies. Call try_swap_copy_prop for registers
5013 marked in store_copies.
5014
5015 Sun Aug 6 00:54:42 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
5016
5017 * objc/objc-act.c: New command line option -fconstant-string-class
5018 to allow specifying a user defined constant string class,
5019 different from NXConstantString.
5020
5021 * toplev.c: Moved the Objective-C specific options to
5022 objc/lang-options.h.
5023
5024 * objc/lang-options.h: Moved the Objective-C specific options from
5025 toplev.c. Added -fconstant-string-class.
5026
5027 2000-08-05 Chris Demetriou <cgd@sibyte.com>
5028
5029 * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
5030 DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
5031 __CTOR_LIST__ from func_ptr array to just func_ptr, to
5032 avoid extra alignment imposed on arrays.
5033 * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
5034 DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
5035
5036 * mips.h: Clean up comments and spacing near MASKs.
5037 (TARGET_UNIX_ASM): Delete.
5038 (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
5039 MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
5040 values contiguous.
5041
5042 2000-08-05 Joseph S. Myers <jsm28@cam.ac.uk>
5043
5044 * c-common.c (print_char_table): Add entries for the X/Open '
5045 format flag (print decimals with locale's thousands grouping
5046 character). Make %C expect wint_t.
5047 (check_format_info): If pedantic, warn when the %n$ operand
5048 number form is used. Allow for the ' flag; warn about it if
5049 pedantic.
5050
5051 2000-08-05 Zack Weinberg <zack@wolery.cumb.org>
5052
5053 * i386.h (FUNCTION_OK_FOR_SIBCALL): Not OK if DECL's return
5054 type is a float mode, cfun->decl's return type is not, and
5055 TARGET_FLOAT_RETURNS_IN_80387.
5056
5057 2000-08-04 Andreas Schwab <schwab@suse.de>
5058
5059 * cppmain.c (cb_def_pragma): Skip the first two tokens from the
5060 token list, which are always `#' and `pragma'.
5061
5062 2000-08-04 Zack Weinberg <zack@wolery.cumb.org>
5063
5064 * tree.c (tree_expr_nonnegative_p): Move to...
5065 * fold-const.c: ... here. Also handle BIND_EXPR and RTL_EXPR.
5066 (rtl_expr_nonnegative_p): New.
5067 * tree.h: Add prototype for rtl_expr_nonnegative_p.
5068
5069 * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
5070 CONST_DOUBLE_CHAIN: Move to...
5071 * rtl.h: ...here. Use XCINT/XCEXP.
5072
5073 * Makefile.in: Remove toplev.o from OBJS. Add rule to make
5074 libbackend.a; add libbackend.a to STAGESTUFF. Add BACKEND
5075 variable. Use BACKEND when linking cc1, not OBJS. Add BACKEND
5076 to VOL_FILES.
5077
5078 * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
5079
5080 2000-08-05 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5081
5082 * config/c4x/c4x.md (return_indirect_internal): New.
5083 * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
5084
5085 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5086
5087 * c-common.c (time_char_table): Mark up formats added in C99 and
5088 make other corrections. %D and %g were added in C99. %Og is an
5089 extension. %EX is permitted. %R, %T, %n, %r, %t were added in
5090 C99. %e was added in C99. %Oj is an extension. %G and %z are in
5091 C99 rather than GNU extensions, but %OG and %Oz are extensions.
5092 %h was added in C99. %C was added in C99. %OY and %OC are
5093 extensions. Add the C99 format %F.
5094 (check_format_info): If pedantic and not in C99 mode, warn for C99
5095 formats, %E and %O.
5096
5097 Fri Aug 4 23:01:58 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5098
5099 * function.c (schedule_fixup_var_refs): New function, broken out
5100 of put_reg_into_stack.
5101 (put_reg_into_stack): Use it.
5102 (put_var_into_stack): In CONCAT case, fixup up references for
5103 components only after fixing up references to the whole concat.
5104
5105 2000-08-04 Rodney Brown <RodneyBrown@pmsc.com>
5106
5107 * alias.c (mark_constant_function): Use INSN_P.
5108 (init_alias_analysis): Likewise.
5109 * combine.c (combine_instructions): Use INSN_P.
5110 (can_combine_p): Likewise.
5111 (try_combine): Likewise.
5112 (distribute_notes): Likewise.
5113 (distribute_links): Likewise.
5114 * cse.c (cse_around_loop): Use INSN_P.
5115 (invalidate_skipped_block): Likewise.
5116 (cse_set_around_loop): Likewise.
5117 (cse_end_of_basic_block): Likewise.
5118 (delete_trivially_dead_insns): Likewise.
5119 * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
5120 (unshare_all_rtl_1): Likewise.
5121 (next_cc0_user): Likewise.
5122 (try_split make_insn_raw): Likewise.
5123 (remove_unnecessary_notes): Likewise.
5124 * final.c (shorten_branches): Use INSN_P.
5125 (leaf_renumber_regs): Likewise.
5126 (leaf_renumber_regs_insn): Likewise.
5127 * flow.c (find_label_refs): Use INSN_P.
5128 (verify_wide_reg): Likewise.
5129 (notice_stack_pointer_modification): Likewise.
5130 (count_or_remove_death_notes): Likewise.
5131 (verify_flow_info): Likewise.
5132 (clear_log_links): Likewise.
5133 * function.c (fixup_var_refs_insns): Use INSN_P.
5134 (compute_insns_for_mem): Likewise.
5135 * gcse.c (alloc_gcse_mem): Use INSN_P.
5136 (compute_sets): Likewise.
5137 (compute_hash_table): Likewise.
5138 (classic_gcse): Likewise.
5139 (cprop): Likewise.
5140 (insert_insn_end_bb): Likewise.
5141 (delete_null_pointer_checks_1): Likewise.
5142 * global.c (expand_preferences): Use INSN_P.
5143 (build_insn_chain): Likewise.
5144 * graph.c (node_data): Use INSN_P.
5145 * haifa-sched.c (priority): Use INSN_P.
5146 (rm_line_notes): Likewise.
5147 (rm_other_notes): Likewise.
5148 (find_insn_reg_weight): Likewise.
5149 (init_target_units): Likewise.
5150 (schedule_block): Likewise.
5151 (compute_block_forward_dependences): Likewise.
5152 (debug_dependencies): Likewise.
5153 (set_priorities): Likewise.
5154 * integrate.c (function_cannot_inline_p): Use INSN_P.
5155 (save_parm_insns): Likewise.
5156 (copy_insn_list): Likewise.
5157 * jump.c (mark_all_labels): Use INSN_P.
5158 (never_reached_warning): Likewise.
5159 * lcm.c (optimize_mode_switching): Use INSN_P.
5160 * local-alloc.c (validate_equiv_mem): Use INSN_P.
5161 (memref_used_between_p): Likewise.
5162 (update_equiv_regs): Likewise.
5163 (block_alloc): Likewise.
5164 (no_conflict_p): Likewise.
5165 * loop.c (scan_loop): Use INSN_P.
5166 (find_and_verify_loops): Likewise.
5167 (count_loop_regs_set): Likewise.
5168 (loop_reg_used_before_p): Likewise.
5169 (strength_reduce): Likewise.
5170 (recombine_givs): Likewise.
5171 (check_dbra_loop): Likewise.
5172 (load_mems): Likewise.
5173 (try_copy_prop): Likewise.
5174 * print-rtl.c (print_rtx): Use INSN_P.
5175 * recog.c (find_single_use): Use INSN_P.
5176 * reg-stack.c (stack_regs_mentioned): Use INSN_P.
5177 (next_flags_user): Likewise.
5178 (swap_rtx_condition): Likewise.
5179 * regmove.c (mark_flags_life_zones): Use INSN_P.
5180 (optimize_reg_copy_1): Likewise.
5181 (optimize_reg_copy_2): Likewise.
5182 (optimize_reg_copy_3): Likewise.
5183 (reg_is_remote_constant_p): Likewise.
5184 (fixup_match_2): Likewise.
5185 (regmove_optimize): Likewise.
5186 (fixup_match_1): Likewise.
5187 * regrename.c (build_def_use): Use INSN_P.
5188 (replace_reg_in_block): Likewise.
5189 (consider_use): Likewise.
5190 * reload.c (find_equiv_reg): Use INSN_P.
5191 * reload1.c (reload): Use INSN_P.
5192 (maybe_fix_stack_asms): Likewise.
5193 (calculate_needs_all_insns): Likewise.
5194 (reload_as_needed): Likewise.
5195 (emit_output_reload_insns): Likewise.
5196 (delete_address_reloads_1): Likewise.
5197 (reload_cse_regs_1): Likewise.
5198 (reload_combine): Likewise.
5199 (reload_cse_move2add): Likewise.
5200 * reorg.c (redundant_insn): Use INSN_P.
5201 (dbr_schedule): Likewise.
5202 * resource.c (find_dead_or_set_registers): Use INSN_P.
5203 (mark_target_live_regs): Likewise.
5204 * rtlanal.c (reg_used_between_p): Use INSN_P.
5205 (reg_referenced_between_p): Likewise.
5206 (reg_set_between_p): Likewise.
5207 (reg_set_p): Likewise.
5208 (single_set): Likewise.
5209 (multiple_sets): Likewise.
5210 (find_last_value): Likewise.
5211 (reg_set_last): Likewise.
5212 (find_reg_note): Likewise.
5213 (find_regno_note): Likewise.
5214 * sibcall.c (sequence_uses_addressof): Use INSN_P.
5215 * simplify-rtx.c (cselib_process_insn): Use INSN_P.
5216 * ssa.c (find_evaluations): Use INSN_P.
5217 (rename_block): Likewise.
5218 (rename_equivalent_regs): Likewise.
5219 * unroll.c (loop_find_equiv_value): Use INSN_P.
5220 (set_dominates_use): Likewise.
5221 * varasm.c (mark_constant_pool): Use INSN_P.
5222 (mark_constants): Likewise.
5223 * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
5224 (alphaev4_next_group): Likewise.
5225 (alphaev5_next_group): Likewise.
5226 * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
5227 (c4x_rptb_rpts_p): Likewise.
5228 * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
5229 * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
5230 (rs6000_adjust_priority): Likewise.
5231 * config/sh/sh.c (sh_loop_align): Use INSN_P.
5232 (machine_dependent_reorg): Likewise.
5233 (split_branches): Likewise.
5234 * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
5235
5236 Fri Aug 4 11:43:49 2000 John Wehle (john@feith.com)
5237
5238 * combine.c (recog_for_combine): Remove the old notes
5239 prior to attempting to recognize the new pattern.
5240 (distribute_notes): Ignore REG_NONNEG notes.
5241
5242 2000-08-04 Chandrakala Chavva <cchavva@redhat.com>
5243
5244 * varasm.c (output_constructor): Add .align 0 for packed vars.
5245
5246 2000-08-04 J. David Anglin <dave@hiauly1.hia.nrc.ca>
5247
5248 * configure.in: Use default thread_file even when enable_threads is
5249 yes or dce because hpux10.20 pa port uses MULTILIB implementation.
5250 * configure: Rebuilt.
5251
5252 * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
5253
5254 2000-08-04 Donn Terry (donnte@microsoft.com)
5255
5256 * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
5257
5258 2000-08-04 Mark Elbrecht <snowball3@bigfoot.com>
5259
5260 * i386/x-djgpp: Delete code that conditionally modifies target_alias.
5261 Delete code that conditionally modifies 'version'.
5262 Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
5263 * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
5264 * gcc.c (main): Use it.
5265 * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
5266 * prefix.c (update_path): Use it.
5267 * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
5268 (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
5269 (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
5270 code.
5271 (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
5272 (SUBTARGET_SWITCHES): Adjust.
5273 (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
5274 defining.
5275 (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
5276
5277 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5278
5279 * c-common.h (flag_isoc94): Declare.
5280 * c-decl.c (flag_isoc94): Define.
5281 (c_decode_option): Set flag_isoc94 as appropriate.
5282 * c-common.c (T_PD, T_IM, T_UIM): Define.
5283 (format_char_info): Add tlen and jlen.
5284 (print_char_table): Add entries for %t and %j. Allow %zn. Allow
5285 %F. Allow %lf.
5286 (scan_char_table): Add entries for %t and %j. Allow %F. Allow
5287 %l[.
5288 (time_char_table): Add NULL entries for %t and %j.
5289 (check_format_info): Allow for %t and %j. Warn for %F if pedantic
5290 and not C99. Warn for %lc, %ls and %l[ if pedantic and not C94.
5291 Warn for printf %lf if pedantic and not C99. Don't warn for empty
5292 precision. Allow precision argument to be unsigned int. If
5293 pedantic, warn for %p passed an argument not a pointer to possibly
5294 qualified void or a possibly qualified character type, and for
5295 pointer targets of the wrong sign, except for character pointers.
5296
5297 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5298
5299 * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
5300 * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
5301 (wint_type_node): Define.
5302 * c-decl.c (WINT_TYPE): Define.
5303 (init_decl_processing): Create the wint_type_node type.
5304 * c-common.c (T_WI): Define.
5305 (print_char_table): Use T_WI for %lc format.
5306
5307 2000-08-04 Bruce Korb <bkorb@gnu.org>
5308
5309 * fixinc/: Verified that the MSDOS patch does not break
5310 the UNIX functionality and applied the next three patches
5311 from July:
5312
5313 2000-07-28 Eli Zaretskii <eliz@is.elta.co.il>
5314
5315 * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
5316 output file with the temporary one by appending ".X" to generate
5317 the temporary fuile's name. If the output file already has an
5318 extension, replace it with ".X".
5319
5320 * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
5321 not $DESTDIR, to find applyfix. Use sprintf instead of snprintf;
5322 reallocate the command buffer while copying the command-line
5323 argument. Redirect the output directly to the temporary file,
5324 instead of going through another temporary file.
5325 (process): Close the temporary file before unlinking it.
5326 (machine_matches) [__MSDOS__]: If the machine doesn't match, set
5327 the FD_SKIP_TEST flag. Pay attention to the FD_MACH_IFNOT flag.
5328 (run_compiles): Pass p_fixd argument to machine_matches, as it
5329 expects.
5330
5331 * fixinc/fixincl.sh: Export ORIGDIR. If $DJDIR is set in the
5332 environment, assume there are no symlinks in the include
5333 directory. When cleaning up the DONE files, look for them
5334 case-insensitively. Don't try to remove symlinks if they aren't
5335 there.
5336
5337 * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
5338 all callers changed. Declare pz "const char *", to avoid compiler
5339 warnings.
5340
5341 * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
5342 Change prototype of make_raw_shell_str.
5343
5344 2000-07-27 Eli Zaretskii <eliz@is.elta.co.il>
5345
5346 * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
5347 (initialize) [__MSDOS__]: Use tempnam.
5348 (initialize): Don't use SIGPIPE if it is not defined.
5349
5350 * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
5351 return stdout.
5352
5353 2000-07-25 Bruce Korb <bkorb@gnu.org>
5354
5355 * fixinc/fix*.[ch]: substantially reworked to make it possible
5356 to run this program without using fork(2) or pipe(2) (i.e. in
5357 a DOS environment).
5358
5359 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5360
5361 * cppdefault.h (WINT_TYPE): Define.
5362 * cppinit.c (builtin_array): Define __WINT_TYPE__.
5363 * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
5364 * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
5365
5366 Fri Aug 4 06:53:46 2000 Clinton Popetz <cpopetz@cygnus.com>
5367
5368 * (mips_legitimate_address_p): Don't allow register+offset
5369 if the offset is large and negative, and we are compiling
5370 for 64 bit registers.
5371
5372 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5373
5374 * gencodes.c (main): Define CODE_FOR_nothing as the last possible
5375 insn_code_number + 1.
5376
5377 2000-08-04 Kazu Hirata <kazu@hxi.com>
5378
5379 * h8300.c (function_prologue): Rearrange code for conciseness.
5380 (function_epilogue): Likewise.
5381 * h8300.h (OK_FOR_U): Fix formatting.
5382
5383 * cse.c: Fix a comment typo. Fix formatting.
5384
5385 2000-08-03 Richard Henderson <rth@cygnus.com>
5386
5387 * config/i386/i386.md (return_indirect_internal): New.
5388 * config/i386/i386.c (ix86_expand_epilogue): Use it.
5389
5390 2000-08-03 Zack Weinberg <zack@wolery.cumb.org>
5391
5392 * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
5393 before the name.
5394 (lex_line): Glue @ onto the beginning of identifiers and
5395 string constants, in Objective-C mode.
5396 (output_token, spell_token): Handle CPP_OSTRING.
5397 (can_paste, maybe_paste_with_next): Handle pasting @ onto the
5398 beginning of a NAME or a STRING, in objc mode.
5399
5400 * cpplib.c (get_define_node): Do not permit identifiers that
5401 begin with @ to be #defined.
5402 * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
5403 * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
5404
5405 * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
5406 * c-tree.h (build_objc_string): Delete prototype.
5407 * objc/objc-tree.def: Delete OBJC_STRING_CST.
5408 * c-lex.c (yylex): Use build_string for all three kinds of strings.
5409
5410 * c-parse.in, objc/objc-act.c: Update commentary.
5411
5412 2000-08-03 Mark Mitchell <mark@codesourcery.com>
5413
5414 * extend.texi: Fix typo in last change.
5415
5416 * extend.texi: Add commentary on statement-expressions and their
5417 interactions with C++.
5418
5419 2000-08-03 Nick Clifton <nickc@cygnus.com>
5420
5421 * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
5422 * dwarf.h (LANG_JAVA): Change value to 0x000b.
5423
5424 2000-08-03 Anthony Green <green@cygnus.com>
5425
5426 * dwarf2out.c (gen_compile_unit_die): Add java language support.
5427 (add_bound_info): Check for java language.
5428 (is_java): New function.
5429 * dwarfout.c (output_compile_unit_die): Ditto.
5430 * dwarf.h (dwarf_source_language): Add java source language type.
5431 * dwarf2.h (dwarf_source_language): Ditto.
5432
5433 Thu Aug 3 20:32:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
5434
5435 * reg-stack.c (subst_stack_regs_pat): Use replace_reg to swap
5436 operands.
5437
5438 * i386.c (ix86_expand_branch): Mode of comparison in
5439 IF_THEN_ELSE is VOIDmode.
5440
5441 Thu Aug 3 10:05:53 2000 Akiko Matsushita <matusita@sra.co.jp>
5442
5443 * gengenrtl.c, rtl.c: Avoid #elif.
5444
5445 2000-08-03 Michael Poole <poole@troilus.org>
5446
5447 * tm.texi (Register Classes): Clarify order of sub-initializers
5448 in REG_CLASS_CONTENTS.
5449
5450 Thu Aug 3 15:53:03 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
5451
5452 From SAITOH Masanobu:
5453 * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
5454
5455 2000-08-03 David Billinghurst <David.Billinghurst@riotinto.com.au>
5456
5457 * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
5458 is not supported by tradcpp and isn't actually needed for cygwin.
5459
5460 2000-08-03 Kazu Hirata <kazu@hxi.com>
5461
5462 * h8300.c: Fix a comment typo.
5463 * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
5464
5465 * jump.c: Fix formatting.
5466
5467 * toplev.c: Fix formatting.
5468
5469 Thu Aug 3 01:05:32 2000 Jeffrey A Law (law@cygnus.com)
5470
5471 * flow.c (find_auto_inc): Verify that we've got a REG before
5472 peeking at its regno. Fail, don't abort if we can't find
5473 the increment of the desired register.
5474
5475 * pa.md (shadd height reduction patterns/splitters): Remove.
5476
5477 2000-08-02 Jim Wilson <wilson@cygnus.com>
5478
5479 * config/ia64/ia64-protos.h (flag_ssa): Declare.
5480 * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
5481
5482 2000-08-02 Mark Mitchell <mark@codesourcery.com>
5483
5484 * dce.c: Remove all uses of assert.
5485 * dwarf2out.c: Likewise.
5486 * dwarfout.c: Likewise.
5487 * ssa.c: Likewise.
5488
5489 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5490
5491 * gcc.h (lang_specific_driver): Constify second argument.
5492 * gcc.c (translate_options, process_command, main): Likewise.
5493 Constify variables to match. Cast second argument to
5494 pexecute.
5495
5496 * cppspec.c, gccspec.c: Adjust type of second argument to
5497 lang_specific_driver, and update code as necessary.
5498
5499 2000-08-02 Jakub Jelinek <jakub@redhat.com>
5500
5501 * loop.c (scan_loop): Ensure update_end label does not
5502 go away until reg_scan_update is run.
5503
5504 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5505
5506 * c-common.h: Prototype min_precision and c_build_qualified_type here...
5507 * c-tree.h: ... not here.
5508 * errors.h: Prototype fancy_abort.
5509
5510 * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
5511 HOST_BITS_PER_WIDE_INT == 64 ifdef block.
5512 * regrename.c (regrename_optimize): Make control flow explicit.
5513 (replace_reg_in_block): Initialize reg_use to 0.
5514
5515 * i386.c (legitimate_address_p): Rename error label to
5516 report_error to avoid namespace clash.
5517
5518 2000-08-02 Kazu Hirata <kazu@hxi.com>
5519
5520 * fold-const.c: Fix formatting.
5521
5522 Wed Aug 2 16:26:15 MET DST 2000 Jan Hubicka <jh@suse.cz>
5523
5524 * i386.c (legitimate_address_p): Accept other bases than
5525 pic_offset_table_rtx for GOTOFF constructs.
5526
5527 Wed Aug 2 15:59:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
5528
5529 * i386.md (shift to lea splitter): Use const_int_operand.
5530
5531 2000-08-02 Zack Weinberg <zack@wolery.cumb.org>
5532
5533 * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
5534 cppspec.c: Do not use 'legal' or 'illegal' in error messages
5535 and comments.
5536
5537 * cppmain.c (cb_define, cb_undef): Don't generate any output
5538 if not done_initializing.
5539 * cpplex.c (maybe_paste_with_next): When the token after a ##
5540 is an omitted rest argument, only delete the token before it
5541 if that token is a comma. Do not warn about bogus token
5542 pastes for , ## rest_arg.
5543
5544 * cpp.texi: Update.
5545 * cpp.1: Regenerate.
5546
5547 2000-08-02 Fred Fish <fnf@be.com>
5548
5549 * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
5550 when user gives -p option. Add init_term_dyn.o for BeOS 5.0
5551 and later.
5552
5553 * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
5554 Be directories to search path.
5555
5556 Remove support for __declspec(dllimport) and __declspec(dllexport).
5557 This is leftover cruft from the earlier BeOS gcc port when BeOS
5558 used Microsoft's PE object file format.
5559 * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
5560 * config/i386/t-beos (winnt.o): Remove Makefile frag.
5561 * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
5562 (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
5563 (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
5564 (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
5565 (REDO_SECTION_INFO_P): Remove.
5566 (ASM_EXPORT_DECL): Remove.
5567 (ASM_DECLARE_FUNCTION_NAME): Remove.
5568 (ASM_DECLARE_OBJECT_NAME): Remove.
5569 (ASM_OUTPUT_ALIGNED_COMMON): Remove.
5570 (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
5571 (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
5572 (STRIP_NAME_ENCODING): Remove.
5573
5574 Remove support for obsolete version of BeOS that is no longer
5575 supported by Be.
5576 * configure.in (i*86-*-beospe*): Remove.
5577 * config/i386/beos-pe.h: Remove.
5578
5579 2000-08-01 Jeffrey Oldham <oldham@codesourcery.com>
5580 Mark Mitchell <mark@codesourcery.com>
5581
5582 * Makefile.in (OBJS): Added dce.o.
5583 (ssa.o): Updated target to include ssa.h.
5584 (flow.o): Likewise.
5585 (toplev.o): Likewise.
5586 (dce.o): Created target.
5587 * basic-block.h: Added comments.
5588 (INVALID_BLOCK): Added definition.
5589 (connect_infinite_loops_to_exit): Added declaration.
5590 Moved SSA declarations to ssa.h.
5591 * flow.c: Added inclusion of ssa.h.
5592 (struct depth_first_search_dsS, depth_first_search_ds):
5593 Added definitions.
5594 (compute_immediate_postdominators): Added definition.
5595 (connect_infinite_loops_to_exit): Likewise.
5596 (flow_dfs_compute_reverse_init): Likewise.
5597 (flow_dfs_compute_reverse_add_bb): Likewise.
5598 (flow_dfs_compute_reverse_execute): Likewise.
5599 (flow_dfs_compute_reverse_finish): Likewise.
5600 * rtl.h (rtx/in_struct): Added use to determine insn necessity.
5601 (LABEL_P): Added definition.
5602 (JUMP_P): Likewise.
5603 (NOTE_P): Likewise.
5604 (BARRIER_P): Likewise.
5605 (JUMP_TABLE_DATA_P): Likewise.
5606 (INSN_DEAD_CODE_P): Likewise.
5607 * ssa.c: Replaced inclusions with ssa.h inclusion.
5608 (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
5609 (rename_registers): Removed unnecessary variables.
5610 * ssa.h: Created by moving declarations from ssa.c and
5611 basic-block.h.
5612 * timevar.def: Defined TV_DEAD_CODE_ELIM.
5613 * toplev.c: Added ssa.h inclusion.
5614 (dump_file_index): Added DFI_dce.
5615 (dump_file): Added "dce" entry.
5616 Defined flag_ssa.
5617 (f_options): Added dce entry.
5618 * invoke.texi: Document -fdce. Emphasize experimental status of
5619 -fssa.
5620 * dce.c: New file.
5621
5622 2000-08-01 Zack Weinberg <zack@wolery.cumb.org>
5623
5624 * cpperror.c (v_message): Split into _cpp_begin_message and
5625 v_message macro. All callers updated.
5626 (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
5627 checks here.
5628
5629 * cppfiles.c (cpp_syshdr_flags): New function.
5630 (read_include_file): Don't call cpp_output_tokens. Call
5631 enter_file hook.
5632 * cppinit.c (dump_macros_helper): Moved to cppmain.c.
5633 (cpp_reader_init): Don't initialize token_buffer. Call
5634 _cpp_init_internal_pragmas.
5635 (cpp_cleanup): Don't clear token_buffer.
5636 (cpp_start_read): Don't worry about output from -D processing.
5637 Don't call cpp_output_tokens.
5638 (cpp_finish): Don't dump macros here. Don't call
5639 cpp_output_tokens.
5640 * cppmacro.c (_cpp_dump_definition): Rename
5641 cpp_dump_definition. Write directly to a FILE *.
5642 (dump_funlike_macro): Delete.
5643 (dump_macro_args): New.
5644
5645 * cpplex.c (TOKEN_LEN): Convert to inline function.
5646 (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
5647 cpp_scan_line, _cpp_dump_list): Delete.
5648 (cpp_printf, cpp_output_list): New.
5649 (output_line_command): Don't worry about entering or leaving files.
5650 (cpp_scan_buffer): Just output each token as we hit it.
5651 (process_directive): Don't call cpp_output_tokens.
5652 (_cpp_glue_header_name): Don't use token_buffer.
5653 (output_token, dump_param_spelling): Write directly to a FILE *.
5654
5655 * cpplib.c (pass_thru_directive, dump_macro_name,
5656 pragma_dispatch, do_pragma_gcc): Delete.
5657 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
5658 do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
5659 functions.
5660 (do_error, do_warning, pragma_dependency): Call
5661 _cpp_begin_message, then cpp_output_list.
5662 (cpp_register_pragma, cpp_register_pragma_space,
5663 _cpp_init_internal_pragmas): New.
5664 (do_pragma): Walk the pragmas table here.
5665 (do_pragma_once, do_pragma_poison, do_pragma_system_header,
5666 do_pragma_dependency): Return void.
5667 (do_pragma_implementation): Moved to cppmain.c.
5668
5669 * cpplib.h: Update prototypes.
5670 (struct cpp_reader): Remove printer, token_buffer,
5671 token_buffer_size, and limit. Add struct cb, and pragmas.
5672 (struct cpp_printer): Remove last_id and written.
5673 (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
5674 CPP_ADJUST_WRITTEN): Delete.
5675 * cpphash.h: Update prototypes.
5676 (ufputs): New wrapper.
5677
5678 * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
5679 cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
5680 (main): Set up callbacks. Register #pragma implementation.
5681 Dump macros from here.
5682
5683 2000-08-01 Geoff Keating <geoffk@cygnus.com>
5684
5685 * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
5686 * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
5687 * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
5688 insns if they have a REG_MAYBE_DEAD note attached.
5689 * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
5690 (rs6000_emit_load_toc_table): TOC loads may go dead.
5691
5692 2000-08-01 Jim Wilson <wilson@cygnus.com>
5693
5694 * config/ia64/ia64.c (ia64_function_arg): Fix last change. Verify
5695 type exists before using it. Use number of words as alignment
5696 otherwise.
5697 (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
5698 ia64_va_arg): Propagate ia64_function_args changes here.
5699
5700 2000-08-01 Richard Henderson <rth@cygnus.com>
5701
5702 * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
5703 * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
5704
5705 2000-08-01 Bernd Schmidt <bernds@cygnus.co.uk>
5706
5707 From Joern Rennecke:
5708 * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
5709 * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
5710 unless TARGET_SH3E is set.
5711 * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
5712
5713 * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
5714 (ashlsi3_std): New pattern.
5715 (ashlsi3 expander): Use it for TARGET_SH3.
5716 * sh.c (gen_ashift): Use it instead of ashlsi3_k.
5717
5718 Tue Aug 1 12:34:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
5719
5720 * loop.c (canonicalize_condition): Use destination, not source to
5721 determine SET's mode.
5722
5723 2000-07-31 Mark Mitchell <mark@codesourcery.com>
5724
5725 * flow.c (clear_log_links): Fix typo.
5726
5727 Mon Jul 31 22:19:24 2000 Jeffrey A Law (law@cygnus.com)
5728
5729 * loop.c (check_dbra_loop): Make change from July 17, 2000 work
5730 on targets which need more than one insn for a compare/cbranch
5731 operation.
5732
5733 2000-07-31 Jim Wilson <wilson@cygnus.com>
5734
5735 * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
5736 when computing offset.
5737
5738 Mon Jul 31 20:35:50 2000 Denis Chertykov <denisc@overta.ru>
5739
5740 * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
5741
5742 2000-07-31 Geoff Keating <geoffk@cygnus.com>
5743
5744 * flow.c (clear_log_links): Nuke global_live_at_start and
5745 global_live_at_end data, since if the log_links stuff is invalid
5746 so is global_live_at_*.
5747
5748 2000-07-31 Richard Henderson <rth@cygnus.com>
5749
5750 * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
5751
5752 2000-07-31 Jakub Jelinek <jakub@redhat.com>
5753
5754 * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
5755 (_cpp_get_token): Don't macro expand a just pasted token if it
5756 was pasted at no_expand_level.
5757
5758 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5759
5760 * cppmacro.c (find_param, count_params, save_expansion):
5761 Permit 'defined' as a macro parameter name.
5762
5763 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5764
5765 * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
5766 xcpp to cpp throughout.
5767 (native): Remove unnecessary dependency on cpp.
5768
5769 * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
5770 tradcpp to tradcpp0.
5771 (.i spec): Add missing output-file spec to cc1 command line.
5772 * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
5773
5774 2000-07-31 Zack Weinberg <zack@wolery.cumb.org>
5775
5776 * c-decl.c (mesg_implicit_function_declaration): Init to -1.
5777 (implicit_decl_warning): New function.
5778 (implicitly_declare): Use it.
5779 * c-typeck.c (build_external_ref): Use implicit_decl_warning
5780 to complain about implicit decls of builtins.
5781
5782 * c-lang.c (lang_init): Set mesg_implicit_function_declaration
5783 based on pedantic && flag_isoc99, if not already set.
5784 * c-tree.h: Declare mesg_implicit_function_declaration.
5785 Prototype implicit_decl_warning.
5786
5787 2000-07-30 Jeffrey D. Oldham <oldham@codesourcery.com>
5788
5789 * Makefile.in (ssa.o): Updated header files in dependences.
5790 * basic-block.h: Added compute_immediate_postdominators declaration.
5791 * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
5792 definition.
5793 * flow.c (compute_immediate_dominators): Updated comment.
5794 (compute_immediate_postdominators): Added definition.
5795 * rtl.h (HARD_REGISTER_P): Added definition.
5796 * ssa.c: Include additional header files.
5797 (assert): Added definition.
5798 (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
5799 include select hard registers.
5800 (ssa_rename_to_insert): Likewise.
5801 (ssa_rename_from_initialize): Likewise.
5802 (ssa_rename_from_lookup): Likewise.
5803 (original_register): Likewise.
5804 (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
5805 include select hard reigsters.
5806 (ssa_rename_from_traverse): Likewise.
5807 (ssa_rename_from_free): Likewise.
5808 (ssa_rename_from_print): Likewise.
5809 (ssa_rename_from_print_1): Likewise.
5810 (ssa_rename_from_hash_function): Likewise.
5811 (ssa_rename_from_equal): Likewise.
5812 (ssa_rename_from_delete): Likewise.
5813 (simplify_to_immediate_dominators): Removed in favor of
5814 flow.c:compute_immediate_dominators.
5815 (find_evaluations_1): Modified to work with hard registers.
5816 (insert_phi_node): Likewise.
5817 (insert_phi_nodes): Likewise.
5818 (struct rename_set_data): Updated prev_reg comment.
5819 (create_delayed_rename): Modified to work with hard registers.
5820 (RENAME_NO_RTX): Updated comment.
5821 (apply_delayed_renames): Modified to work with hard registers.
5822 (rename_insn_1): Likewise and added handling of CLOBBER rtls.
5823 (rename_block): Updated to use revised ssa_rename_to interface.
5824 (rename_registers): Updated to use revised ssa_rename_to and
5825 ssa_rename_from interface.
5826 (convert_to_ssa): Revised to use compute_immediate_dominators and
5827 deal with hard registers.
5828 (make_regs_equivalent_over_bad_edges): Modified to work with hard
5829 registers. Added check for illegal unification of hard register.
5830 (make_equivalent_phi_alternatives_equivalent): Modified to work
5831 with hard registers.
5832 (compute_conservative_reg_partition): Likewise.
5833 (coalesce_if_unconflicting): Modified to work with hard registers
5834 and check for conflicting hard registers.
5835 (mark_phi_and_copy_regs): Revised loop to work only on pseudo
5836 registers.
5837 (rename_equivalent_regs_in_insn): Modified to work with hard
5838 registers.
5839 (record_canonical_element_1): Added definition.
5840 (check_hard_regs_in_partition): Added definition.
5841 (convert_from_ssa): Added data structure deallocation and check
5842 for illegal hard register unification.
5843 (conflict_hard_regs_p): Added definition.
5844 * toplev.c (rest_of_compilation): Added comment.
5845
5846 2000-07-31 Anthony Green <green@redhat.com>
5847
5848 * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
5849
5850 2000-07-31 Jason McMullan <jmcmullan@linuxcare.com>
5851
5852 * builtins.c (expand_builtin_apply): Don't defer pop during
5853 argument setup.
5854
5855 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
5856
5857 * calls.c (combine_pending_stack_adjustment_and_call): Only use
5858 preferred_unit_stack_boundary when it is > 1.
5859
5860 2000-07-31 Joseph S. Myers <jsm28@cam.ac.uk>
5861
5862 * c-common.c (init_function_format_info): Add C99 format functions
5863 in C99 mode.
5864
5865 * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
5866 void' or 'register void' as being the special case of 'void' alone
5867 in a parameter list.
5868
5869 * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
5870 discarding qualifiers into a plain warning.
5871
5872 2000-07-31 Kazu Hirata <kazu@hxi.com>
5873
5874 * combine.c: Fix formatting.
5875
5876 * h8300.md: Fix formatting.
5877
5878 * local-alloc.c: Fix formatting.
5879
5880 * h8300.c (get_shift_alg): Remove the variable alg.
5881 (emit_a_shift): Rearrange code to improve readability.
5882
5883 * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
5884
5885 * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
5886 HImode on all architectures and a combination of HImode and SImode
5887 on H8/300H and H8/S.
5888
5889 * h8300.c (split_adds_subs): Rearrange code for conciseness.
5890
5891 Mon Jul 31 12:27:55 MET DST 2000 Jan Hubicka <jh@suse.cz>
5892
5893 * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
5894 in my last checkin.
5895
5896 Mon Jul 31 10:41:01 MET DST 2000 Jan Hubicka <jh@suse.cz>
5897
5898 * recog.c (extract_insn): Set operand_mode according to
5899 operand if match_operand is VOIDmode.
5900
5901 Mon Jul 31 10:36:38 MET DST 2000 Jan Hubicka <jh@suse.cz>
5902
5903 * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
5904
5905 2000-07-31 Geoff Keating <geoffk@cygnus.com>
5906
5907 * c-parse.in (extdefs): Call ggc_collect between external
5908 definitions.
5909
5910 2000-07-30 Michael Hayes <mhayes@cygnus.com>
5911 Richard Henderson <rth@cygnus.com>
5912
5913 * Makefile.in (OBJS): Add doloop.o.
5914 * doloop.c: New file.
5915
5916 * final.c (insn_current_reference_address): Return 0 before final.
5917 * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
5918 * jump.c (any_uncondjump_p): Likewise.
5919 * loop.c (indirect_jump_in_function): Make static.
5920 (strength_reduce): Call doloop_optimize.
5921 (insert_bct, instrument_loop_bct): Remove.
5922 * loop.h (doloop_optimize): Prototype.
5923 * recog.c (split_all_insns): Split all INSN_P.
5924 * toplev.c (flag_branch_on_count_reg): Default on.
5925
5926 * config/c4x/c4x.c (c4x_optimization_options): Don't set
5927 flag_branch_on_count_reg.
5928 * config/i386/i386.c (override_options): Likewise.
5929 * config/rs6000/rs6000.c (optimization_options): Likewise.
5930
5931 * config/i386/i386.md (decrement_and_branch_on_count): Remove.
5932 (doloop_end): New.
5933 (dbra_ge): Remove, as well as all it's splitters.
5934
5935 * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
5936 (doloop_end): New.
5937
5938 * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
5939 (ia64_register_move_cost): Declare.
5940 * config/ia64/ia64.c (ar_lc_reg_operand): New.
5941 (struct ia64_frame_info): Add ar_size.
5942 (ia64_compute_frame_size): Set it.
5943 (save_restore_insns): Save and restore ar.lc.
5944 (ia64_register_move_cost): New, moved from header file. Handle
5945 application registers.
5946 (REG_AR_PFS, REG_AR_EC): Remove. Replace with AR_*_REGNUM numbers.
5947 (emit_insn_group_barriers): Special case doloop_end_internal.
5948 (ia64_epilogue_uses): Mark ar.lc live at end.
5949 * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
5950 (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
5951 (FIRST_PSEUDO_REGISTER): Make room.
5952 (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
5953 (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
5954 (REG_ALLOC_ORDER): Update.
5955 (HARD_REGNO_MODE_OK): Update.
5956 (REGISTER_NAMES): Update.
5957 (enum reg_class): Add AR_M_REGS and AR_I_REGS.
5958 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
5959 (REGNO_REG_CLASS): Update.
5960 (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
5961 (REGISTER_MOVE_COST): Move out of line.
5962 (PREDICATE_CODES): Update.
5963 * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
5964 (addsi3_plus1_alt, adddi3_plus1_alt): New.
5965 (shladd_elim splitter): Allow constants in the predicate.
5966 (doloop_end, doloop_end_internal): New.
5967
5968 2000-07-30 Richard Henderson <rth@cygnus.com>
5969
5970 * genattrtab.c (struct insn_def): Add lineno member.
5971 (struct insn_ent): Likewise.
5972 (struct attr_desc): Likewise.
5973 (struct delay_desc): Likewise.
5974 (struct function_unit_op): Likewise.
5975 (struct function_unit): Likewise.
5976 (check_attr_value): Use message_with_line.
5977 (check_defs): Likewise.
5978 (expand_units): Likewise.
5979 (check_attr_test): Take a lineno argument.
5980 (gen_attr): Likewise.
5981 (gen_insn): Likewise.
5982 (gen_delay): Likewise.
5983 (gen_unit): Likewise.
5984 (main): Give it to them.
5985 (convert_set_attr_alternative): Take an insn_def argument
5986 instead of num_alt and insn_index.
5987 (convert_set_attr): Likewise.
5988 (write_test_expr): Protect INSN_ADDRESSES load
5989 with INSN_ADDRESSES_SET_P.
5990
5991 2000-07-30 Richard Henderson <rth@cygnus.com>
5992
5993 * flow.c (init_propagate_block_info): Use pc_set.
5994
5995 Sun Jul 30 20:58:34 MET DST 2000 Jan Hubicka <jh@suse.cz>
5996
5997 * i386.md (*lea_general_[123]) New insns and splits.
5998 (addsi3 to lea splitter): Handle other modes too.
5999 (shlsi3 to lea splitter): Likewise.
6000 (addhi_1_lea, shlhi_1_lea): New patterns.
6001 (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
6002
6003 Sun Jul 30 20:51:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
6004
6005 * recog.c (general_operand, nonimmediate_operand): Accept
6006 any mode for VOIDmode CONSTANT_P operands.
6007
6008 Sun Jul 30 20:42:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
6009
6010 * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
6011 instead of replace_rtx.
6012 * recog.c (validate_replace_rtx_subexp): New function.
6013 * recog.h (validate_replace_rtx_subexp): Declare.
6014
6015 Sun Jul 30 20:38:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
6016
6017 * combine.c (simplify_set, make_extraction, make_compound_operation
6018 make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
6019 as force_to_mode argument.
6020
6021 Sun Jul 30 20:30:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
6022
6023 * combine.c (if_then_else_cond): Be sure that mode fits in
6024 HOST_WIDE_INT.
6025
6026 Sun Jul 30 20:27:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
6027
6028 * combine.c (record_promoted_value): Allow bitsize of mode
6029 to be equivalent to HOST_BITS_PER_WISE_INT.
6030
6031 Sun Jul 30 20:25:21 MET DST 2000 Jan Hubicka <jh@suse.cz>
6032
6033 * function.c (assign_stack_local_1, assign_stack_temp_for_type):
6034 Do not call gen_mode_alignment when mode is BLKmode.
6035
6036 Sun Jul 30 20:21:54 MET DST 2000 Jan Hubicka <jh@suse.cz>
6037
6038 * loop.c (express_from_1): Fix call of simplify_gen_binary.
6039
6040 Sun Jul 30 20:08:37 MET DST 2000 Jan Hubicka <jh@suse.cz>
6041
6042 * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
6043 VOIDmode implies both operands to be VOIDmode.
6044 (simplify_ternary_operation): Compute properly the mode of comparison.
6045 * combine.c (combine_simplify_rtx): Likewise.
6046
6047 2000-07-25 Michael Hayes <mph@paradise.net.nz>
6048
6049 * basic-block.h (struct loops): New field rc_order.
6050 * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
6051 (flow_loops_free): Free rc_order.
6052 (flow_depth_first_order_compute): New parameter rc_order.
6053 (flow_loops_find): Allocate rc_order and swap usage with
6054 dfs_order.
6055
6056 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
6057 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6058
6059 * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
6060 (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
6061 (nodb_call, return_from_epilogue): Likewise.
6062 (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
6063 * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
6064 * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
6065 (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
6066 (c4x_valid_type_attribute_p): Likewise.
6067 * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
6068 (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
6069
6070 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6071
6072 * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
6073 and loadhi_big_constant if applicable.
6074 * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
6075 and add new splitter.s
6076
6077 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6078
6079 * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
6080
6081 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6082
6083 * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
6084
6085 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6086
6087 * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
6088
6089 2000-07-30 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6090
6091 * config/c4x/libgcc.S (divqf3): Improve accuracy.
6092
6093 2000-07-27 Mark Mitchell <mark@codesourcery.com>
6094
6095 Put phi nodes after NOTE_INSN_BASIC_BLOCK.
6096 * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
6097 * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
6098 (get_prev_bb_note): Likewise.
6099 (remove_scope_notes): Likewise.
6100 * flow.c (commit_one_edge_insertion): Likewise.
6101 (merge_blocks_nomove): Likewise.
6102 (verify_flow_info): Likewise.
6103 * gcse.c (insert_insn_end_bb): Likewise.
6104 * reg-stack.c (emit_swap_insn): Likewise.
6105 * ssa.c (first_insn_after_basic_block_note): New function.
6106 (insert_phi_node): Use it.
6107 (rename_block): Likewise.
6108 (eliminate_phi): Likewise.
6109 (make_regs_equivalent_over_bad_edges): Likewise.
6110 (make_equivalent_phi_alternatives_equivalent): Likewise.
6111 (for_each_successor_phi): Likewise.
6112 (convert_from_ssa): Modify phi-node deletion algorithm.
6113
6114 2000-07-29 Andreas Jaeger <aj@suse.de>
6115
6116 * configure.in (mips*-*-linux*): Use mips*el to check for little
6117 endian MIPS, add tmake_file.
6118
6119 * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
6120 (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
6121 Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
6122
6123 2000-07-28 Richard Henderson <rth@cygnus.com>
6124
6125 * config/ia64/ia64.c (ia64_print_operand): Fix typos.
6126 Sign extend mode size before negating.
6127
6128 2000-07-28 Richard Henderson <rth@cygnus.com>
6129
6130 * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
6131
6132 2000-07-28 Bernd Schmidt <bernds@cygnus.co.uk>
6133
6134 * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
6135 (cse_insn): Likewise.
6136 (addr_affects_sp_p): Likewise.
6137 * expr.c (move_by_pieces): Likewise.
6138 (clear_by_pieces): Likewise.
6139 * gcse.c (oprs_unchanged_p): Likewise.
6140 * haifa-sched.c (sched_analyze_2): Likewise.
6141 * recog.c (offsettable_address_p): Likewise.
6142 * regclass.c (record_address_regs): Likewise.
6143 * reload.c (find_reusable_reload): Likewise.
6144 (push_reload): Likewise.
6145 (operands_match_p): Likewise.
6146 (decompose): Likewise.
6147 (find_reloads_address_1): Likewise.
6148 (find_inc_amount): Likewise.
6149 * reload1.c (elimination_effects): Likewise.
6150 * resource.c (mark_set_resources): Likewise.
6151 * flow.c (attempt_auto_inc): New function; mostly broken out
6152 of find_auto_inc.
6153 (find_auto_inc): Split into two functions and enhanced to
6154 generate POST_MODIFY.
6155 * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
6156 * rtl.h (count_all_occurrences): Declare.
6157 (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
6158 defined.
6159 * rtlanal.c (count_all_occurrences): New function.
6160 * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
6161 HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
6162
6163 * config/ia64/ia64-protos.h (destination_operand): Declare.
6164 * config/ia64/ia64.c (destination_operand): New function.
6165 (ia64_print_operand): Handle POST_MODIFY.
6166 (rtx_needs_barrier): Likewise.
6167 * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
6168 (HAVE_POST_MODIFY_REG): Define to 1.
6169 (MAX_REGS_PER_ADDRESS): Change to 2.
6170 (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
6171 (LEGITIMATE_ADDRESS_REG): New helper macro.
6172 (LEGITIMATE_ADDRESS_DISP): Likewise.
6173 (PREDICATE_CODES): Add entry for destination_operand.
6174 * config/ia64/ia64.md (all mov patterns): Use destination_operand
6175 predicate for operand 0.
6176
6177 2000-07-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6178
6179 * dwarf2out.c: Indent #error directive.
6180
6181 * gbl-ctors.h: Fix typo in comment.
6182 (__do_global_ctors): Prototype.
6183
6184 * gcse.c (record_one_set, pre_delete): Remove unused variables.
6185
6186 * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
6187 (print_operand): Initialize variable `t'.
6188
6189 2000-07-27 Aldy Hernandez <aldyh@redhat.com>
6190
6191 * config/arm/arm.md ("call_value"): removed constraints.
6192 Constraints are ignored in expanders.
6193 (*call_value_reg): split =rf into various constraints.
6194 (*call_value_mem): same
6195 (*call_value_symbol): same
6196 (*sibcall_value_insn): same
6197
6198 2000-07-28 Philipp Thomas <pthomas@suse.de>
6199
6200 * install.texi (--enable-nls): Change the description of the NLS
6201 related configure options to match the current state.
6202 (--with-included-gettext): Likewise.
6203 (--enable-maintainer-mode): New description added.
6204 * extend.texi (-fstrict-prototype): Add missing '.'.
6205
6206 2000-07-27 Jim Wilson <wilson@cygnus.com>
6207
6208 * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
6209 DECL_INITIAL (decl) == NULL_TREE.
6210
6211 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
6212
6213 * Makefile.in (INSN_ATTR_H): New macro. Replace all dependencies
6214 on insn-attr.h with it.
6215 * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
6216 * insn-addr.h: New header.
6217 (insn_addresses_): Renamed from insn_addresses.
6218 (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
6219 INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
6220 INSN_ADDRESSES_NEW): New macros.
6221 * genattrtab.c (write_test_expr): Use new macros.
6222 * final.c (insn_addresses, init_insn_lengths): Likewise.
6223 (align_fuzz, shorten_branches): Likewise.
6224 (final): Likewise. Do not reject new insns if their addresses
6225 have been added to INSN_ADDRESSES.
6226 * config/arm/arm.c, config/avr/avr.c: Use new macros.
6227 * config/h8300/h8300.c, config/i370/i370.c: Likewise.
6228 * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
6229 * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
6230 * config/sh/sh.c: Likewise.
6231 (output_branchy_insn): Use INSN_ADDRESSES_NEW.
6232
6233 * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
6234
6235 2000-07-27 Andrew Cagney <cagney@b1.cygnus.com>
6236
6237 * gcc.c (struct prefix_list): Add member priority.
6238 (enum path_prefix_priority): Declare.
6239 (add_prefix): Replace ``first'' with ``priority''. Append new
6240 entry but keep list in priority order.
6241 (process_command): Update. Pass PREFIX_PRIORITY_B_OPT or
6242 PREFIX_PRIORITY_LAST to add_prefix.
6243 (process_command): Move include kludge - foo/stageN - to before
6244 foo/include.
6245
6246 2000-07-27 Jason Merrill <jason@redhat.com>
6247
6248 * dwarf2out.c (gen_typedef_die): Abort if we get identical
6249 TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
6250
6251 2000-07-27 RodneyBrown <RodneyBrown@pmsc.com>
6252
6253 * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
6254 * tree.h (get_alias_set, lang_get_alias_set): Prototype.
6255
6256 2000-07-27 Joseph S. Myers <jsm28@cam.ac.uk>
6257
6258 * c-decl.c (finish_function): Don't treat 'main' specially unless
6259 flag_hosted. In C99 mode, return 0 from 'main' unless
6260 DEFAULT_MAIN_RETURN is otherwise defined.
6261
6262 * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
6263 parameters defaulting to int in an old-style function definition.
6264
6265 2000-07-27 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6266
6267 * c-parse.in (string): For -Wtraditional, warn about string
6268 concatenation only once per line.
6269
6270 Thu Jul 27 09:25:17 2000 Akiko Matsushita <matusita@sra.co.jp>
6271
6272 * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
6273 for HI-UX/WE2 systems.
6274
6275 2000-07-24 Bruce Korb <bkorb@gnu.org>
6276
6277 * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
6278 defining the __xxx_TYPE__ macros.
6279 * fixincl/fixincl.tpl(gnu_type_map): now obsolete
6280 * fixincl/fixlib.h: don't need to include "tm.h" anymore
6281 * fixincl/inclhack.def(type_map): now obsolete
6282
6283 Thu Jul 27 11:54:17 2000 Andrew Cagney <cagney@b1.cygnus.com>
6284
6285 * cpp.texi: Append a trailing full-stop to xrefs where needed.
6286
6287 2000-07-26 Dave Pitts <dpitts@cozx.com>
6288
6289 * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
6290 routine constants.
6291 (mvs_hash_alias): New function.
6292 (mvs_add_alias): Change argument spacing.
6293 (mvs_need_alias): Change aliasing criteria. Added documentation.
6294 (mvs_get_alias): Change to use hashed name. The hashed name prevents
6295 CSECT name collisions.
6296 (mvs_check_alias): Likewise.
6297 (handle_pragma): Change documentation.
6298 * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
6299 mode from SImode to DImode.
6300 (iorhi3): Changed LTORG size for insn.
6301
6302 Wed Jul 26 19:44:05 2000 Hans-Peter Nilsson <hp@axis.com>
6303
6304 * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
6305 mem if the address is a mode_dependent_address_p.
6306
6307 2000-07-26 Kazu Hirata <kazu@hxi.com>
6308
6309 * h8300.c (print_operand): Print ":8" when the 'R' operand is
6310 suitable for 8-bit absolute.
6311 * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
6312 (OK_FOR_U): Add a case for the 8-bit constant address on the
6313 H8/300H.
6314
6315 Wed Jul 26 19:26:21 2000 Hans-Peter Nilsson <hp@axis.com>
6316
6317 * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
6318 && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
6319 ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
6320 lack of implemented alignment.
6321
6322 2000-07-26 Geoffrey Keating <geoffk@cygnus.com>
6323
6324 * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
6325 cross-compiling between 64-bit and 32-bit machines.
6326
6327 2000-07-27 Richard Henderson <rth@cygnus.com>
6328
6329 * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
6330 (movhicc_astep, movhi_internal_astep): New.
6331 (movsicc_astep, movsi_internal_astep): New.
6332 (movdicc_astep, movdi_internal_astep): New.
6333 (movsfcc_astep, movsf_internal_astep): New.
6334 (movdfcc_astep, movdf_internal_astep): New.
6335 (movxfcc_astep, movxf_internal_astep): New.
6336 (cmovdi_internal_astep, cmovsi_internal_astep): New.
6337 Unify the cmov[ds]i splitters.
6338
6339 2000-07-27 Rodney Brown <RodneyBrown@pmsc.com>
6340
6341 * real.c (asctoeg): Rename `error' label to unexpected_char_error
6342
6343 2000-07-26 Nick Clifton <nickc@cygnus.com>
6344
6345 * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
6346 __arm__. Allow it to be defined by CPP_ISA_SPEC in arm.h
6347
6348 * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
6349 well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
6350
6351 2000-07-26 Alexandre Oliva <aoliva@redhat.com>
6352
6353 * c-decl.c (finish_enum): Convert enumerations that fit in an
6354 `int' to `int'.
6355 (build_enumerator): In pedantic mode, cast to `int' those that
6356 don't.
6357
6358 2000-07-25 Rodney Brown <RodneyBrown@pmsc.com>
6359
6360 * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
6361
6362 Tue Jul 25 23:08:33 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
6363
6364 * sh.md (cmpgtdi_t): Must be split.
6365 (cmpgtdi_t+1): New splitter.
6366
6367 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
6368
6369 * cpplib.c (_cpp_check_directive): Issue -Wtraditional
6370 warnings for indented directives even if we are skipping.
6371
6372 2000-07-25 Nathan Sidwell <nathan@codesourcery.com>
6373
6374 * invoke.texi (strict-prototypes): Remove.
6375 * extend.texi (Deprecated Features): Add strict-prototypes.
6376 (Backwards Compatibility): New node.
6377
6378 2000-07-25 Jakub Jelinek <jakub@redhat.com>
6379
6380 * config/i386/i386.md (andsi_1+1): Allow HImode.
6381 (andsi_1+2): Require q_regs_operand.
6382
6383 2000-07-25 Jakub Jelinek <jakub@redhat.com>
6384
6385 * config/i386/i386.md (call_pop): Check operands[0],
6386 not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
6387 (call): Likewise.
6388 (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
6389 (call_value): Likewise.
6390
6391 2000-07-25 Zack Weinberg <zack@wolery.cumb.org>
6392
6393 * toplev.c (pipe_closed): Delete.
6394 (crash_signal): New. Generate ICE for a fatal signal.
6395 (float_signal): Call crash_signal outside a float-handler
6396 block, not abort.
6397 (main): Install crash_signal as handler for core-dumping signals.
6398
6399 2000-07-25 David Edelsohn <edelsohn@gnu.org>
6400
6401 * rs6000.c (print_operand, case 'T'): New case.
6402
6403 * rs6000.md (call_indirect_aix32): Convert to expander of
6404 scheduled instructions.
6405 (call_indirect_aix64): Likewise.
6406 (call_value_indirect_aix{32,64}): Likewise.
6407 (call, call_value): Invoke expanders for AIX. Fall through to
6408 matchers for SysV.
6409 (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
6410 (call_value_indirect_nonlocal_aix{32,64}): New patterns.
6411 (call_nonlocal_aix32): Remove CALL_LONG alternative. Operand 1
6412 only "g" constraint.
6413 (call_nonlocal_aix64): Likewise.
6414 (call_value_nonlocal_aix{32,64}): Likewise.
6415 (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
6416 operands.
6417 (call_value_nonlocal_sysv): New pattern.
6418 (indirect_jump{si,di}): Use new 'T' modifier.
6419 (tablejump{si,di} matchers): Likewise.
6420 (return_internal_{si,di}): Likewise.
6421 (return_eh_{si,di}): Likewise.
6422
6423 2000-07-24 Richard Henderson <rth@cygnus.com>
6424
6425 * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
6426 * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
6427 * config/ia64/ia64.md (movdi_internal): Use it.
6428
6429 2000-07-24 Zack Weinberg <zack@wolery.cumb.org>
6430
6431 * cppexp.c: Warn about unary + if -Wtraditional.
6432 * cpplex.c (lex_line): Always set BOL on the first token of a line.
6433
6434 2000-07-24 Michael Meissner <meissner@redhat.com>
6435
6436 * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
6437 unsupported macro.
6438
6439 2000-07-24 Nick Clifton <nickc@cygnus.com>
6440
6441 * config/arm/arm.c (emit_multi_reg_push): Generate a
6442 REG_FRAME_RELEATED_NOTE that is compatable with the code in
6443 dwarf2out_debug_frame_expr.
6444
6445 2000-07-24 Jason Merrill <jason@redhat.com>
6446
6447 * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
6448 UNALIGNED_INT_ASM_OP.
6449 (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
6450 a location expression.
6451 (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff. Don't
6452 assume indirect access if we're saving the CFA address exactly.
6453
6454 * Makefile.in (bootstrap): Move -BstageN/ to the end.
6455
6456 2000-07-24 Jakub Jelinek <jakub@redhat.com>
6457
6458 * tradcpp.c (main): Update max_include_len for cpp_include_defaults
6459 as well.
6460
6461 2000-07-24 Michael Meissner <meissner@redhat.com>
6462
6463 * invoke.texi (D30V Options): Add d30v options.
6464
6465 Mon Jul 24 02:04:52 2000 Jeffrey A Law (law@cygnus.com)
6466
6467 * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
6468 needed by our gcse pass anymore.
6469 (free_pre_mem): Corresponding changes.
6470 (compute_pre_data): Do not call compute_transpout anymore.
6471
6472 * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
6473 (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
6474 changes.
6475
6476 * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
6477 (compute_pre_data): Do it here instead.
6478
6479 * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
6480 'temp_bitmap'.
6481 (pre_delete): Corresponding changes.
6482
6483 2000-07-23 Mark Mitchell <mark@codesourcery.com>
6484
6485 * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
6486 to figure out whether or not a variable has already been emitted.
6487
6488 Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
6489
6490 * config/i860/i860.md (untyped_call expander): Use GEN_CALL
6491 instead of gen_call.
6492
6493 Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
6494
6495 * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
6496
6497 2000-07-23 Kazu Hirata <kazu@hxi.com>
6498
6499 * h8300.c: Fix formatting.
6500
6501 2000-07-23 Joseph S. Myers <jsm28@cam.ac.uk>
6502
6503 * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
6504 for `long' switch expression into a plain warning.
6505
6506 * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
6507 (yylex): Don't pedwarn for "inline" in C99 mode.
6508
6509 * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
6510 with %p.
6511 * ggc-page.c (debug_print_page_list, alloc_page, free_page,
6512 ggc_alloc): Likewise.
6513 * bb-reorder.c (dump_scope_forest_1): Likewise.
6514
6515 2000-07-22 Aldy Hernandez <aldyh@redhat.com>
6516
6517 * reload.c (find_reloads_toplev): Add new parameter
6518 "address_reloaded".
6519 (find_reloads): Add new parameter to find_reloads_toplev calls.
6520
6521 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
6522
6523 * collect2.c (main): Typo fixed.
6524 * diagnostic.c: Typo fixed.
6525 * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
6526 * eh-common.h: Typo fixed.
6527 * emit-rtl.c (start_sequence): Typo fixed.
6528 * flow.c (find_label_refs): Typo fixed.
6529 (calculate_global_regs_live): Typo fixed.
6530 (mark_regno_cond_dead): Typo fixed.
6531 (create_edge_list): Typos fixed.
6532 (verify_edge_list): Typo fixed.
6533 * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
6534 * loop.c (strength_reduce): Typo in function name fixed.
6535 * rtl.h: Added comments. Typo in function name fixed.
6536 * rtlanal.c: Typo in function name fixed.
6537 (insn_dependant_p): Rename to ...
6538 (insn_dependent_p): ... this.
6539 (computed_jumo_p): Typo fixed.
6540
6541 2000-07-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6542
6543 * system.h (__FUNCTION__): Wrap definition in #ifndef.
6544
6545 2000-07-21 David Edelsohn <edelsohn@gnu.org>
6546
6547 * rs6000.h (SIZE_TYPE): Define.
6548
6549 2000-07-21 Mark Mitchell <mark@codesourcery.com>
6550
6551 * ssa.c (rename_insn_1): Don't rename registers that are
6552 CLOBBERed.
6553
6554 2000-07-21 Zack Weinberg <zack@wolery.cumb.org>
6555
6556 * diagnostic.c (trim_filename, fancy_abort): Moved here from
6557 rtl.c.
6558 (fatal_function, set_fatal_function): Removed.
6559 (fatal): Don't prepare for or call the fatal_function.
6560 (diagnostic_lock, error_recursion): New.
6561 (diagnostic_for_decl, report_diagnostic): Guard against
6562 re-entering the error reporting routines.
6563 (fancy_abort): Assume function is not NULL.
6564
6565 * errors.c (fancy_abort): New. Assume function is not NULL.
6566 * tradcpp.c (fancy_abort): Assume function is not NULL.
6567
6568 * system.h: Provide default definition of __FUNCTION__.
6569 * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
6570 Always use __FUNCTION__ in definition of abort.
6571 * tree.h: Likewise.
6572 * varray.h: Likewise.
6573 * toplev.h: Likewise. Don't prototype set_fatal_function.
6574
6575 2000-07-20 Geoff Keating <geoffk@cygnus.com>
6576
6577 * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
6578 in 64-bit mode.
6579 * glimits.h: Don't do #if defined for ARCH_PPC.
6580
6581 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
6582 constants of size no larger than a pointer should go in the TOC.
6583 Add 'MODE' parameter.
6584 (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
6585 ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
6586 (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
6587 * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
6588 * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
6589 * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
6590 (rs6000_legitimize_address): Likewise.
6591 (rs6000_emit_move): Likewise.
6592 (rs6000_select_rtx_section): Likewise.
6593 (output_toc): Deal properly with outputting small constants like
6594 HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
6595 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
6596 MODE parameter. Put small constants in the TOC.
6597
6598 * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
6599 easy in SImode.
6600 (rs6000_emit_move): When reload calls us with an illegitimate
6601 address, exit early. Move the change_address calls to one place
6602 at the end of the routine. Merge the SImode and DImode expanders.
6603 When called by reload to put an integer into a FP register, force
6604 it to memory.
6605
6606 * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
6607 field.
6608 (rs6000_hash_constant): Hash mode too.
6609 (toc_hash_function): Allow for key_mode.
6610 (toc_hash_eq): Structures are different if key_mode differs.
6611 (output_toc): Add 'mode' parameter. Save key_mode.
6612 * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
6613 Pass 'mode' parameter.
6614 * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
6615
6616 * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
6617 for vtable references.
6618
6619 * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
6620 choice, don't put integer values in FP regs.
6621
6622 Thu Jul 20 18:13:52 2000 Jeffrey A Law (law@cygnus.com)
6623
6624 * flow.c (verify_flow_info): Revamp code to verify that the
6625 head and end of each basic block are in the insn chain.
6626
6627 Thu Jul 20 18:02:35 2000 Michael Matz <matzmich@cs.tu-berlin.de>
6628
6629 * gcse.c (record_one_set): Prepend instead of append onto
6630 reg_set_table, making it O(n) instead O(n^2).
6631 * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
6632 Use a queue instead of a stack as worklist.
6633
6634 2000-07-20 Kazu Hirata <kazu@hxi.com>
6635
6636 * h8300.c (two_insn_adds_subs_operand): Fix a typo.
6637 * h8300.h (OK_FOR_T): New.
6638 (EXTRA_CONSTRAINT): Support OK_FOR_T.
6639 * h8300.md: Use inc/dec.[wl] for increment/decrement
6640 by 1 and 2 in HI and SI modes.
6641
6642 2000-07-20 Jim Wilson <wilson@cygnus.com>
6643
6644 * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
6645 larger than 14 bits.
6646
6647 2000-07-20 Zack Weinberg <zack@wolery.cumb.org>
6648
6649 * cppmacro.c (CAN_PASTE_AFTER): New macro.
6650 (count_params): Don't set GNU_REST_ARGS on anything.
6651 (save_expansion): Set PASTE_LEFT only on tokens for which
6652 CAN_PASTE_AFTER is true, or which are named operators.
6653
6654 * cpplex.c (parse_args): Distinguish between a rest argument
6655 given one empty argument, and a rest argument given zero arguments.
6656 (maybe_paste_with_next): Look for VOID_REST tag, and trigger
6657 deletion of previous token based on that.
6658 (get_raw_token): Flatten some control structure.
6659
6660 * cpplib.h (CPP_LAST_EQ): Correct.
6661 (VOID_REST): New token flag.
6662 (GNU_REST_ARGS): Delete.
6663
6664 * tradcpp.c (main): Don't munge -D options.
6665 (make_definition): Bring -D handling in line with cpplib.
6666 (do_define): Strip all leading whitespace from macro definitions.
6667
6668 2000-07-20 David Billinghurst <David.Billinghurst@riotinto.com.au>
6669
6670 * Makefile.in (tradcpp): Depend on intl.o and version.o.
6671
6672 2000-07-20 Bruce Korb <bkorb@gnu.org>
6673
6674 * fixincl/check.tpl: strip the platform specific types before testing
6675 * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
6676 * fixincl/fixincl.tpl: use platform specific types
6677 * fixincl/fixlib.h: include the platform specific types
6678 * fixincl/inclhack.def(gnu_types): don't supply the types
6679 * fixincl/fixincl.x: regen
6680
6681 2000-07-19 Jim Wilson <wilson@cygnus.com>
6682
6683 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
6684 GR_REGS.
6685
6686 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
6687
6688 * tradcpp.c (rescan): Do not recognize directives when the #
6689 is indented.
6690
6691 2000-07-19 Zack Weinberg <zack@wolery.cumb.org>
6692
6693 Implement C++ named operators.
6694
6695 * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
6696 of operators allowed in #if and having an _EQ variant. Add
6697 CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
6698 (cpp_token flags): Add NAMED_OP.
6699 (enum node_type): Add T_OPERATOR.
6700 (struct cpp_hashnode): Add code slot to value union.
6701 * cpphash.h (spec_nodes): Remove n_defined.
6702
6703 * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
6704 (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
6705 (is_macro_disabled): Tweak error messages.
6706
6707 * cpplib.c (get_define_node): Disallow all named operators as
6708 macro names. Tweak error messages.
6709 (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
6710
6711 * cppinit.c (builtin_array): Add entries for the named operators.
6712 * cppexp.c (lex): Check for CPP_DEFINED token.
6713 (priority table): Add entries for CPP_MIN and CPP_MAX.
6714 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
6715
6716 2000-07-19 Bernd Schmidt <bernds@cygnus.co.uk>
6717
6718 * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
6719 larger than the array of cuids.
6720 (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
6721 cuids.
6722
6723 2000-07-19 Bruce Korb <bkorb@gnu.org>
6724
6725 * fixinc/fixincl.c: Convert to using a table of environment variables
6726 and activate the auto-edit marker on the fixed output files.
6727 * fixinc/fixlib.h: Define the environment table
6728 * fixinc/fixincl.sh: export the ${INPUT} dir
6729 * fixinc/check.tpl: likewise
6730
6731 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
6732
6733 * gcc.c (.h spec): Fix typo.
6734
6735 Wed Jul 19 01:22:15 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
6736
6737 * Makefile.in: Fix tradcif.c path.
6738
6739 2000-07-18 Zack Weinberg <zack@wolery.cumb.org>
6740
6741 * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
6742 macros, not five.
6743
6744 * cpphash.h (TOKEN_NAME): New macro.
6745 (_cpp_spell_operator): Deleted.
6746 (token_spellings): Now _cpp_token_spellings.
6747
6748 * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
6749 * cpplex.c: Use OP and TK macros when expanding the
6750 TTYPE_TABLE. Eliminate token_names. For non-OPERATOR tokens,
6751 store the stringification of the enumeration name (CPP_CHAR,
6752 etc.) in the name slot of token_spellings.
6753 Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
6754 token_spellings directly.
6755 * cpplib.c: Use TOKEN_SPELL.
6756
6757 * cpplex.c (_cpp_push_token): If the token being pushed back
6758 is the previous token in this context, just subtract one from
6759 context->posn.
6760 * cppmacro.c (save_expansion): Clear aux field when storing a
6761 placemarker.
6762
6763 2000-07-18 Jakub Jelinek <jakub@redhat.com>
6764
6765 * cpplex.c (cpp_scan_buffer): Output line command even at the stop
6766 buffer, provided it is not NULL.
6767
6768 2000-07-18 Alexandre Oliva <aoliva@redhat.com>
6769
6770 * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
6771 case of invalid volatile re-declaration.
6772
6773 2000-07-18 Jakub Jelinek <jakub@redhat.com>
6774
6775 * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
6776 (expand_call): Adjust caller.
6777
6778 2000-07-17 Gabriel Dos Reis <gdr@codesourcery.com>
6779
6780 * diagnostic.h (report_diagnostic): Change prototype.
6781
6782 * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
6783 diagnostic_for_decl): Change prototype.
6784 (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
6785 error, warning, error_with_file_and_line,
6786 warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
6787 Adjust call to report_diagnostic, diagnostic_for_decl.
6788 (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
6789 (output_verbatim, verbatim): Adjust call to output_do_verbatim.
6790
6791 * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
6792 varaible argument list.
6793
6794 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
6795
6796 * cpphash.c: Don't include hashtab.h. Most macro-handling code
6797 moved to cppmacro.c.
6798 (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
6799 dump_hash_helper): Delete.
6800 (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
6801 cpp_forall_identifiers): New. Implement specialized version of
6802 Vlad's expandable hash table.
6803 (cpp_lookup): Use new functions.
6804 (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
6805 implementation.
6806 * cppmacro.c: New file.
6807 * cppinit.c (dump_macros_helper): New.
6808 (cpp_finish): Iterate over the identifier table directly.
6809 * cpplex.c (parse_name): Calculate the hash of the identifier
6810 while we scan it. Use _cpp_lookup_with_hash when we can.
6811
6812 * cpphash.h: Update prototypes.
6813 (xcnewvec, HASHSTEP): New helper macros.
6814 * cpplib.h: Update prototypes.
6815 * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
6816 (cppmacro.o): New rule.
6817 (cpphash.o): Update deps.
6818
6819 * cppmain.c: Do not set pfile->printer if no_output is on.
6820
6821 2000-07-15 Neil Booth <neilb@earthling.net>
6822
6823 * cpplib.c: Change all directive-handler functions to return
6824 void, not int.
6825 * cpphash.h: Update typedefs.
6826
6827 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
6828
6829 * configure: Regenerate.
6830
6831 * extend.texi (Extended Asm): Mention that a memory clobber
6832 does not count as a side-effect.
6833
6834 * unroll.c (copy_loop_body): Fix one instance of using host
6835 arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
6836 cross-compile.
6837
6838 * tlink.c (scan_linker_output): Tweak for output of AIX ld.
6839
6840 2000-07-17 Richard Henderson <rth@cygnus.com>
6841
6842 * config/ia64/ia64.md (movdi): Split out load address code.
6843 New post-reload splitter for symbolic operands.
6844 (movdi_internal): Abort if we didn't split symbolic operands
6845 when we should have.
6846 * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
6847 (ia64_reorg): Split insns when not optimizing.
6848 * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
6849
6850 Mon Jul 17 23:43:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
6851
6852 * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
6853 instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
6854
6855 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
6856
6857 * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
6858
6859 2000-07-17 Jason Merrill <jason@redhat.com>
6860
6861 * Makefile.in (clean): Remove libgcc directory.
6862
6863 * configure.in (-Wno-long-long check): Use higher-level macros.
6864
6865 2000-07-17 Zack Weinberg <zack@wolery.cumb.org>
6866
6867 * simplify-rtx.c (simplify_binary_operation): Recognize
6868 (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
6869 (simplify_ternary_operation): Do not examine MODE_BITSIZE of
6870 a CONST_INT, it will always be zero.
6871
6872 2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
6873
6874 * loop.c (check_dbra_loop) : Return if more than one condition is
6875 present to control the loop.
6876
6877 Mon Jul 17 08:26:35 2000 Clinton Popetz <cpopetz@cygnus.com>
6878
6879 * mips.c (mips_expand_prologue): Don't calculate the last argument
6880 register unless we need it. When we are calculating this, make
6881 sure FUNCTION_ARG is giving us a REG.
6882
6883 2000-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
6884
6885 * flow.c (libcall_dead_p): Use single_set to verify the insn
6886 has only one set and get for analysis.
6887 (propagate_one_insn): Don't pass the PATTERN of the insn.
6888
6889 2000-07-17 Mark Klein <mklein@dis.com>
6890
6891 * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
6892
6893 2000-07-17 J. David Anglin <dave@hiauly1.hia.nrc.ca>
6894
6895 * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
6896 * configure.in (TARGET_GETGROUPS_T): Evaluate.
6897 * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
6898 of second argument of getgroups.
6899 * configure, config.in: Rebuilt.
6900
6901 2000-07-17 Geoffrey Keating <geoffk@cygnus.com>
6902
6903 * simplify-rtx.c (simplify_relational_operation): Two signed
6904 values with equal high words are less/greater than each other if
6905 their low words are less/greater when considered as unsigned.
6906
6907 Mon Jul 17 02:37:06 2000 Marc Espie <espie@openbsd.org>
6908
6909 * configure.in (vax-*-openbsd): Change to new style configuration,
6910 add collect2/float_format information.
6911 * configure: Rebuilt.
6912 * config/vax/openbsd1.h: New.
6913 * config/vax/openbsd.h: New.
6914 * config/vax/t-openbsd: New.
6915
6916 2000-07-17 Chip Salzenberg <chip@valinux.com>
6917
6918 * c-common.c (shorten_compare): Quiet warnings about unsigned
6919 comparisons with zero when they occur in a system header.
6920
6921 2000-07-17 Joseph S. Myers <jsm28@cam.ac.uk>
6922
6923 * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
6924 update to describe current practice.
6925
6926 * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
6927
6928 * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
6929 references to C9X. Change references to -fstd and -flang-isoc9x
6930 to refer to -std.
6931
6932 * c-common.c (scan_char_table): Allow "z" length modifiers on
6933 diouxXn formats.
6934 (check_format_info): Use TYPE_DOMAIN on the type matched against
6935 for "z" formats, to retrieve the language size_t rather than the
6936 internal one.
6937
6938 * c-common.c (check_format_info): Do not make a pedantic objection
6939 to the 'L' length modifier if used with a floating point type
6940 character.
6941
6942 * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
6943 constants in C99 mode.
6944
6945 2000-07-17 Kazu Hirata <kazu@hxi.com>
6946
6947 * h8300.md: Fix the format of mac.
6948 (movsi_h8300hs): Output a tab after stmac instead of a space.
6949
6950 * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
6951 profitable adds/subs sequences.
6952
6953 * fold-const.c: Fix comment typos.
6954
6955 2000-07-16 Laurynas Biveinis <lauras@softhome.net>
6956
6957 * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
6958
6959 2000-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6960
6961 * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
6962
6963 2000-07-16 Neil Booth <NeilB@earthling.net>
6964
6965 * cpplex.c: Update comments.
6966 * README.Portability: Small update.
6967
6968 2000-07-16 Neil Booth <NeilB@earthling.net>
6969
6970 * README.Portability: Small update.
6971
6972 2000-07-15 Richard Henderson <rth@cygnus.com>
6973
6974 * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
6975 * config/ia64/ia64.c (ia64_move_ok): New function.
6976 * config/ia64/ia64.md (movqi, movqi_internal): Use it.
6977 (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
6978
6979 2000-07-15 Zack Weinberg <zack@wolery.cumb.org>
6980
6981 * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
6982 immediately following a paste operator.
6983 * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
6984 (cpp_reader_init): Call it, if HOST_EBCDIC.
6985 (cpp_handle_options): Do not sort option list here.
6986 (handle_option): Rename to cpp_handle_option and export.
6987 * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
6988 _cpp_get_token directly.
6989 (cpp_scan_line): Return 0 at EOF, 1 otherwise.
6990 * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
6991 * cpplib.h: Prototype cpp_handle_option. Update prototype of
6992 cpp_scan_line.
6993
6994 2000-07-15 Richard Henderson <rth@cygnus.com>
6995
6996 * fold-const.c (extract_muldiv): Don't optimize past an unsigned
6997 cast around an expression. Tidy other unsigned tests.
6998
6999 2000-07-15 Gabriel Dos Reis <gdr@codesourcery.com>
7000
7001 * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
7002 v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
7003 (v_message_with_decl): Rename to ...
7004 (format_with_decl): ... this. Tweak
7005 (diagnostic_for_decl): New function.
7006 (fatal_io_error): Use verbatim in lieu of notice.
7007 (announce_function): Use verbatim.
7008 (default_print_error_function): Likewise.
7009 (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
7010 infratructure.
7011
7012 2000-07-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7013
7014 * mips.c (function_arg_pass_by_reference): Don't do automatic
7015 aggregate initialization.
7016 (machine_dependent_reorg): Initialize variable `mode'.
7017
7018 * mips.md (absdi2): Change variable `regno1' to unsigned int.
7019 (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
7020 conflicts with sys/param.h macro of the same name.
7021 (reload_outdi): Likewise.
7022
7023 2000-07-15 Michael Meissner <meissner@redhat.com>
7024
7025 * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
7026 == CONST + INCREMENT, don't overwrite the tree node for FOO++,
7027 create a new node instead.
7028
7029 2000-07-15 Neil Booth <NeilB@earthling.net>
7030
7031 * README.Portability: Correct example about calling a function
7032 through a pointer to function. Format wide paragraphs.
7033
7034 2000-07-15 Michael Meissner <meissner@redhat.com>
7035
7036 * README.Portability: Update integer suffixes and function
7037 prototype sections.
7038
7039 2000-07-15 Neil Booth <NeilB@earthling.net>
7040
7041 * README.Portability: Small update.
7042
7043 2000-07-15 Neil Booth <NeilB@earthling.net>
7044
7045 * README.Portability: New file.
7046
7047 Fri Jul 14 18:13:53 2000 Mark P Mitchell <mark@codesourcery.com>
7048
7049 * INSTALL: Give special instructions for building GCC on Irix 6.
7050 * config/mips/x-iris6 (CC): Don't set it.
7051 (OLDCC): Likewise.
7052
7053 2000-07-14 Jason Merrill <jason@redhat.com>
7054
7055 * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
7056 register in the stack and later in another register, use the new
7057 register.
7058
7059 Fri Jul 14 10:25:53 2000 Clinton Popetz <cpopetz@cygnus.com>
7060
7061 * config/mips/mips.md: (absdi2): Handle sign_extend for
7062 second operand.
7063
7064 2000-07-14 Nathan Sidwell <nathan@codesourcery.com>
7065
7066 * cpplib.c (do_pragma_dependency): Tidy warning messages.
7067
7068 2000-07-14 Zack Weinberg <zack@wolery.cumb.org>
7069
7070 * .cvsignore: Correct typo.
7071
7072 2000-07-13 Mark Mitchell <mark@codesourcery.com>
7073
7074 * .cvsignore: Add generated YACC files.
7075 * objc/.cvsignore: New file.
7076
7077 2000-07-14 Neil Booth <NeilB@earthling.net>
7078
7079 * cpplex.c (adjust_column): New funcion.
7080 (skip_whitespace): Use it.
7081 (skip_block_comment): Use it, and warn about /*/* with
7082 -Wcomments.
7083
7084 2000-07-14 Neil Booth <NeilB@earthling.net>
7085
7086 * cpphash.c (struct macro_info): Add new members.
7087 (_cpp_free_definition): Delete the macro directly.
7088 (count_params): Return void, with first token of
7089 expansion in struct macro_info on success.
7090 (parse_define): Return int. Hoist syntax checking from
7091 save_macro_expansion. Leave call to save_expansion to
7092 _cpp_create_definition.
7093 (alloc_macro): Needs just 2 arguments.
7094 (free_macro): Delete.
7095 (save_expansion): Don't perform syntax check.
7096 (_cpp_create_definition): Call save_expansion.
7097
7098 2000-07-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7099
7100 * genrecog.c (write_header): Split long string.
7101
7102 * cpphash.c (macro_info): Don't use the `signed' keyword.
7103
7104 * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
7105
7106 2000-07-13 Jakub Jelinek <jakub@redhat.com>
7107
7108 * calls.c (stored_args_map): New variable.
7109 (check_sibcall_argument_overlap_1): New.
7110 (check_sibcall_argument_overlap): New.
7111 (expand_call): Initialize stored_args_map.
7112 Call check_sibcall_argument_overlap.
7113
7114 2000-07-13 Bruce Korb <bkorb@gnu.org>
7115
7116 * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
7117 (emit_gnu_type): utility procedure for gnu_type_fix
7118 (gnu_type_fix): implement various pre-processor guards around
7119 standard types so these types can be defined over and over
7120 * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
7121 types alluded to above will have GNU-compliant base types
7122 * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
7123 * fixinc/inclhack.def: add test_text entries and utilize the new
7124 "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
7125 * fixinc/fixincl.x: regenerate
7126
7127 2000-07-12 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
7128
7129 * diagnostic.c (vline_wrapper_message_with_location,
7130 v_message_with_file_and_line, v_error_with_file_and_file,
7131 v_error_for_asm, v_warning_for_asm, vfatal,
7132 v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
7133 vsorry, verror, vwarning, vpedwarn): Remove.
7134 (diagnostic_for_asm): New function.
7135 (pedwarn, error, warning, pedwarn_with_file_and_line,
7136 error_with_file_and_line, warning_with_file_and_line, sorry,
7137 error_for_asm, warning_for_asm, fatal): Reimplement.
7138 (finish_diagnostic): Clear diagnostic info as well.
7139
7140 2000-07-13 Neil Booth <NeilB@earthling.net>
7141
7142 * c-common.h (flag_digraphs): New.
7143 * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
7144 * c-lex.c (yylex): Use flag_digraphs to decide whether to
7145 honour digraphs.
7146
7147 2000-07-13 Zack Weinberg <zack@wolery.cumb.org>
7148
7149 * gcc.c (do_spec_1): Add new %B operator.
7150 (set_input): Prepare for %B.
7151
7152 (link_command_spec): Move up with the other tm.h-
7153 overrideable specs. Factor out the portion conditional on
7154 LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
7155 (struct compiler): Just have a single spec string. All users
7156 updated.
7157 (default_compilers): Remove unnecessary braces.
7158 (static_specs): Update.
7159
7160 (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
7161 named specs.
7162 (C and assembly specs): Use the new named specs, as appropriate.
7163
7164 * objc/lang-specs.h: Use the new named specs.
7165 Remove unnecessary braces.
7166
7167 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
7168
7169 * gcc.c (execute): If a subprocess gets a fatal signal, report
7170 strsignal() of the signal number, and ask for a bug report.
7171 Do not do this for SIGPIPE if there's already been an error.
7172
7173 * tradcpp.c: Don't include signal.h. Don't catch SIGPIPE.
7174 Delete pipe_closed.
7175
7176 * tradcif.c: Remove.
7177
7178 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
7179
7180 * final.c (profile_function): Do not emit profile counters in
7181 the data section, if NO_PROFILE_COUNTERS is defined.
7182 * tm.texi: Document NO_PROFILE_COUNTERS. Update doc for
7183 FUNCTION_PROFILER.
7184
7185 * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
7186 (FUNCTION_PROFILER): Just emit a call to mcount.
7187
7188 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
7189
7190 * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
7191
7192 * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
7193 cpplib.c, cpplib.h: Eradicate all traces of code dependent on
7194 traditional, lang_chill, or lang_fortran.
7195
7196 * cppfiles.c: #undef strcmp to suppress warning about macros
7197 used without arguments.
7198 (_cpp_execute_include): Use f, not fname, in "No include path"
7199 error.
7200 (_cpp_pop_file_buffer): New function.
7201 * cpplib.c: Don't include <sys/mman.h>.
7202 (cpp_push_buffer): Set line_base and lineno in new buffer.
7203 (cpp_pop_buffer): Use _cpp_pop_file_buffer.
7204
7205 * cpplex.c: Move all prototypes and structure declarations to the
7206 top of the file. Properly parenthesise some macro arguments.
7207 (cpp_scan_line): New function.
7208 (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
7209 don't need to walk up the stack counting.
7210
7211 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7212
7213 * c-common.c (combine_strings): Emit a pedantic warning when a
7214 string length is greater than the minimum ANSI C is required
7215 to support.
7216
7217 Wed Jul 12 13:24:30 2000 Jeffrey A Law (law@cygnus.com)
7218
7219 * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
7220 * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
7221
7222 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7223
7224 * c-decl.c (define_label): Warn about identifier conflicts with
7225 labels in traditional C.
7226
7227 * c-parse.in (unop +): Warn about the unary plus operator for
7228 traditional C.
7229
7230 * c-typeck.c (store_init_value): Warn about automatic aggregate
7231 initialization for traditional C.
7232
7233 * invoke.texi (-Wtraditional): Document new warnings.
7234
7235 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
7236
7237 * Makefile.in (c-errors.o): Fix thinko in dependency.
7238
7239 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
7240
7241 * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
7242 -traditional, -ftraditional, or -traditional-cpp was given.
7243 Do not pass -traditional to the preprocessor.
7244 (.S spec): Likewise. Don't bother defining __ASSEMBLER__, the
7245 preprocessor does it automatically.
7246 * objc/lang-specs.h: Likewise. Don't bother defining __OBJC__.
7247
7248 * ch/lang-specs.h: Always use tradcpp. Do not pass
7249 -traditional, -trigraphs, or -pedantic to the preprocessor.
7250 * f/lang-specs.h (.F spec): Likewise. Don't bother defining
7251 _LANGUAGE_FORTRAN.
7252
7253 2000-07-12 Zack Weinberg <zack@wolery.cumb.org>
7254
7255 * cppexp.c (LOGICAL): Delete macro.
7256 (_cpp_parse_expr): Do not use UNARY for unary +. Implement ||
7257 and && directly.
7258
7259 * cpphash.c (HASHSIZE): Increase to 4096.
7260 (struct hashdummy): Add hash field.
7261 (eq_HASHNODE): Compare unreduced hashes, then lengths, then
7262 the string values using memcmp.
7263 (cpp_lookup): Set dummy.hash.
7264
7265 Wed Jul 12 13:15:16 2000 Marc Espie <espie@openbsd.org>
7266
7267 * configure.in (m88k-openbsd): Express configuration using new fragment
7268 style.
7269 * configure: Rebuilt.
7270 * m88k/aout-dbx.h: New.
7271 * m88k/openbsd.h: New.
7272 * m88k/xm-openbsd.h: New.
7273
7274 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7275
7276 * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
7277
7278 2000-07-12 Richard Henderson <rth@cygnus.com>
7279
7280 * reload.c (push_secondary_reload): Make sure to add the new
7281 reload at the end, after acquiring secondary memory.
7282
7283 2000-07-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7284
7285 * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
7286
7287 * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
7288 lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
7289
7290 * c-parse.in (stmt): Delete unused variables.
7291
7292 * convert.c (convert_to_vector): Likewise.
7293
7294 * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
7295
7296 * tree.c (finish_vector_type): Prototype.
7297
7298 2000-07-12 Bruce Korb <bkorb@gnu.org>
7299
7300 * fixinc/fixfixes.c: use xmalloc
7301 * fixinc/fixincl.c(initialize): set program name for xmalloc
7302 * fixinc/fixlib.c(must_malloc): obsolete
7303 (is_cxx_header): no longer used - disabled
7304 (skip_quote): inserted and disabled for future use
7305 * fixinc/fixlib.h: reflects above
7306 * fixinc/fixtests.c: removed dinkleberries
7307
7308 2000-07-12 Neil Booth <NeilB@earthling.net>
7309
7310 * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
7311 * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
7312
7313 * cpphash.c: (struct macro_info, alloc_macro, free_macro,
7314 struct toklist_dummy): New.
7315 (cpp_free_definition): Free macros with free_macro.
7316 (count_params): Don't save paramter spellings. Save macro
7317 information in a struct macro_info.
7318 (parse_define): Don't allocate a token list.
7319 (save_expansion): Allocate the macro's token list, and
7320 save parameter spellings if necessary. Use TOKEN_SPELL.
7321 (cpp_create_definition): Make list const.
7322
7323 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
7324
7325 * c-typeck.c (pedwarn_c99): Move to
7326 * c-errors.c: ... Here.
7327 * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
7328 * diagnostic.c (verror, vwarning, vpedwarn): Make static.
7329 * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
7330 (c-errors.o): List dependency.
7331
7332 2000-07-12 Mark Mitchell <mark@codesourcery.com>
7333
7334 * c-parse.c: Remove.
7335 * c-parse.h: Likewise.
7336 * c-parse.y: Likewise.
7337 * objc/objc-parse.c: Likewise.
7338 * objc/objc-pasre.y: Likewise.
7339
7340 2000-07-11 Rodney Brown <RodneyBrown@pmsc.com>
7341
7342 * gcc.texi: Fix minor typos
7343 * extend.texi: Fix minor typos
7344
7345 2000-07-11 Marc Espie <espie@openbsd.org>
7346
7347 * collect2.c (main): Recognize .lo as object files.
7348
7349 2000-07-11 J. David Anglin <dave@hiauly1.hia.nrc.ca>
7350
7351 * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
7352 true.
7353
7354 * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
7355 with MAP_ANONYMOUS and MAP_ANON.
7356 * configure, config.in: Rebuilt.
7357
7358 2000-07-12 Gabriel Dos Reis <gdr@codesourcery.com>
7359
7360 * diagnostic.c (save_output_state): Remove.
7361 (restore_output_state): Likewise.
7362 (clear_text_info): New function.
7363 (clear_diagnostic_info): Likewise.
7364 (output_text_length, is_starting_newline, output_prefix,
7365 line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
7366 prefixing_policy, output_buffer_ptr_to_format_args): New macros
7367 (set_real_maximum_length, output_set_maximum_length,
7368 output_set_prefix, output_get_prefix, output_set_maximum_length,
7369 output_destroy_prefix, init_output_buffer,
7370 reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
7371 output_add_newline, output_add_character, output_add_space,
7372 output_append_r, output_append, wrap_text, output_format,
7373 output_do_printf, output_printf, output_do_verbatim,
7374 output_verbatim, verbatim): Use them.
7375 (output_clear): Split into cleat_text_info and
7376 clear_diagnostic_info.
7377 (struct output_state): Move to...
7378
7379 * diagnostic.h: ...Here
7380 (struct output_buffer): Adjust.
7381
7382 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
7383
7384 * cpplex.c (parse_name): No longer inline (premature optimization).
7385 (do_pop_context): Fold into pop_context.
7386 (pop_context): Returns int.
7387 (lex_next): Hoist test for end of directive into pop_context.
7388 (push_macro_context): Returns int; takes just reader and token.
7389 Hoist test for excessive nesting to caller.
7390 (push_arg_context): Returns void; takes just reader and token.
7391 Do not call stringify_arg or get_raw_token.
7392 (get_raw_token): Convert tail recursion through push_arg_context
7393 to a loop at this level. Call stringify_arg here if appropriate.
7394 (maybe_paste_with_next): Convert tail recursion to a while loop.
7395 Hoist test of paste_level to caller.
7396
7397 (stringify_arg): Push arg context at beginning.
7398 (cpp_get_token): Split out core into _cpp_get_token. Call
7399 process_directive here. Throw away CPP_PLACEMARKER tokens.
7400 (_cpp_get_token): Convert tail recursion through
7401 push_macro_context to a loop at this level.
7402 (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
7403 _cpp_get_raw_token): Use _cpp_get_token.
7404 (_cpp_skip_rest_of_line): Drop the context stack directly; do
7405 not call pop_context.
7406 (_cpp_run_directive): Call lex_next directly.
7407
7408 * cpphash.h: Prototype _cpp_get_token.
7409 * cppexp.c (lex): Use it.
7410 * cpphash.c (parse_define): Use it.
7411 * cpplib.c (get_define_node, do_undef, parse_include,
7412 read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
7413 do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
7414 parse_ifdef, validate_else): Use it.
7415 (cpp_push_buffer): Tweak error message; abort if anyone tries
7416 to push a buffer while macro expansions are stacked.
7417
7418 2000-07-11 Donn Terry <donnte@microsoft.com>
7419
7420 * cpplex.c (free_macro_args, save_token): Cast arg of free
7421 and/or xrealloc to PTR.
7422 (_cpp_init_input_buffer): Clear all fields of the base context.
7423
7424 Tue Jul 11 15:28:21 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
7425
7426 * gensupport.c (process_rtx): Make rtl checking stop
7427 complaining about the define_insn while it is being
7428 converted from a define_insn_and_split.
7429
7430 Tue Jul 11 16:26:17 2000 Clinton Popetz <cpopetz@cygnus.com>
7431
7432 * config/mips/mips.c (simple_memory_operand): Access the
7433 INTVAL of the address, not it's containing MEM.
7434
7435 2000-07-11 Bruce Korb <bkorb@gnu.org>
7436
7437 * fixinc/fixtests.c(double_slash): obsolete
7438 (else_endif_label): likewise
7439 * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
7440 (libc1_ifdefd_memx): correct initial comment
7441 and omit the #if/#endif pair from the memxxx declarations
7442 * fixinc/fixincl.x: regen
7443
7444 2000-07-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7445
7446 * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
7447
7448 2000-07-11 Neil Booth <NeilB@earthling.net>
7449
7450 * cpp.texi: Update.
7451
7452 2000-07-11 Neil Booth <NeilB@earthling.net>
7453
7454 * cppinit.c: (cpp_reader_init): Allow digraphs by default.
7455 (handle_option): Set digraphs according to standard.
7456 Merge OPT_lang_c89 handler with OPT_std_c89.
7457
7458 * cpplex.c: (lex_line, can_paste): Honour digraphs in
7459 accordance with the digraphs flag.
7460
7461 * cpplib.h: (struct cpp_options): New option digraphs.
7462
7463 2000-07-10 Hans-Peter Nilsson <hp@axis.com>
7464 Bruce Korb <bkorb@gnu.org>
7465
7466 * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
7467 * fixinc/fixincl.x: Regenerate.
7468 * fixinc/tests/base/testing.h: Add testcase.
7469
7470 2000-07-10 Richard Henderson <rth@cygnus.com>
7471
7472 * config/ia64/ia64.c (got_symbolic_operand): New.
7473 (symbolic_operand, move_operand): Revert 0701 change.
7474 * config/ia64/ia64.h (PREDICATE_CODES): Update.
7475 * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
7476 * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
7477 split the offset into a 14-bit low part instead of a 13-bit low part.
7478 (load_fptr): Mark the mem as unchanging.
7479 (load_symptr): Use got_symbolic_operand.
7480
7481 2000-07-10 Nick Clifton <nickc@cygnus.com>
7482
7483 * libgcc2.c (next_stack_level): Cast result of computation to
7484 (void **) so that the assignment does not generate a warning.
7485
7486 2000-07-10 Chandrakala Chavva <cchavva@redhat.com>
7487
7488 * flags.h : Add new variable flag_single_precision_constant.
7489 * toplev.c (display_help) : Add -fsingle-precision-constant option.
7490 (flag_single_precision_constant): New.
7491 * c-lex.c (yylex): Convert floating point constant to single
7492 precision constant.
7493 * invoke.texi : Add documentation for this new option.
7494
7495 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
7496
7497 * diagnostic.c (output_octal): Second parameter is unsigned.
7498 (output_long_octal): Likewise.
7499 (output_hexadecimal): Likewise.
7500 (output_long_hexadecimal): Likewise.
7501 (output_format): Adjust arguments extraction. Tweak.
7502 (output_verbatim, verbatim): End variable argument list.
7503 (report_diagnostic): Improve documentation.
7504
7505 2000-07-10 Benjamin Chelf <chelf@codesourcery.com>
7506
7507 * c-common.h (build_stmt): Declare.
7508 (build_continue_stmt): Likewise.
7509 (build_break_stmt): Likewise.
7510 (build_return_stmt): Likewise.
7511
7512 * c-decl.c (do_case): Rewrite to do what previously done in
7513 c-parse.in.
7514
7515 * c-semantics.c (build_stmt): Define.
7516 (build_return_stmt): Likewise.
7517 (build_break_stmt): Likewise.
7518 (build_continue_stmt): Likewise.
7519 (build_case_label): Likewise.
7520
7521 * c-parse.in (BREAK): Change to build tree, then generate RTL.
7522 (CONTINUE): Likewise.
7523 (RETURN): Likewise.
7524 (CASE): Likewise.
7525 (DEFAULT): Likewise.
7526
7527 * c-parse.y: Regenerate.
7528 * c-pasre.c: Likewise.
7529
7530 2000-07-09 Jason Merrill <jason@redhat.com>
7531
7532 * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
7533
7534 * tree.h (STRIP_NOPS): Check for error_mark_node.
7535 (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
7536 (dwarf2out_*): Remove duplicate declarations.
7537
7538 * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
7539 DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
7540
7541 2000-07-10 Gabriel Dos Reis <gdr@codesourcery.com>
7542
7543 * diagnostic.c (wrap_text): New function.
7544 (maybe_wrap_text): Likewise.
7545 (output_add_string): Use it.
7546 (output_format): Likewise.
7547 (count_error): Use verbatim instead of notice.
7548 (report_error_function): Likewise. Don't use plain fprintf.
7549 (finish_diagnostic): New function.
7550 (output_do_verbatim): Tweak. Commonalize functionalities in
7551 output_verbatim and verbatim.
7552 (output_verbatim): Adjust.
7553 (verbatim): Likewise.
7554 (report_diagnostic): Define.
7555
7556 * diagnostic.h (report_diagnostic): Prototype.
7557
7558 2000-07-09 Zack Weinberg <zack@wolery.cumb.org>
7559
7560 * cppexp.c (_cpp_parse_expr): Don't use unary plus.
7561
7562 2000-07-09 Neil Booth <NeilB@earthling.net>
7563
7564 * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
7565 IShspace, ISspace: Update.
7566
7567 * cppinit.c: ISTABLE: Update.
7568 V: New.
7569
7570 * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
7571 (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
7572 (skip_block_comment, skip_line_comment, parse_string,
7573 lex_line): Use is_vspace rather than IS_NEWLINE.
7574 (skip_whitespace, lex_line): Clean up to use is_nvspace.
7575 (lex_line): Use KNOWN_DIRECTIVE. Any kind of directive
7576 gets a BOL flag.
7577 (lex_next): Unconditionally stop if within a directive.
7578 Treat directives within macro invocations as directives
7579 (after parse_args emits error), not as the argument.
7580
7581 2000-07-09 Gabriel Dos Reis <gdr@codesourcery.com>
7582
7583 * diagnostic.c (diagnostic_args): New macro.
7584 (diagnostic_msg): Likewise.
7585 (output_formatted_integer): Likewise.
7586 (output_state): New data type.
7587 (digit_buffer): Make global.
7588 (output_add_integer): Rename to output_decimal. Squeeze
7589 digit_buffer.
7590 (output_long_decimal, output_unsigned_decimal,
7591 output_long_unsigned_decimal, output_octal, output_long_octal,
7592 output_hexadecimal, output_long_hexadecimal): New functions.
7593 (output_append_r): New function.
7594 (output_append): Tweak.
7595 (output_flush_on): Rename to output_to_stream.
7596 (output_format): Change prototype. Improve documentation. Handle
7597 more format specifiers.
7598 (build_location_prefix): Rename to context_as_prefix.
7599 (output_notice): Rename to output_do_printf.
7600 (output_printf): Tweak.
7601 (line_wrapper_printf): Likewise.
7602 (vline_wrapper_message_with_location): Adjust call to renamed
7603 functions.
7604 (v_message_with_decl): Likewise.
7605 (default_print_error_function): Likewise.
7606 (save_output_state): New function.
7607 (restore_output_state): Likewise.
7608 (output_do_verbatim): Likewise.
7609 (output_verbatim): Define.
7610 (verbatim): Likewise.
7611
7612 * diagnostic.h (printer_fn): Change return type from void to int.
7613 Improve documentation.
7614 (output_add_integer): Rename to output_decimal.
7615 (output_flush_on, output_format): Don't export.
7616 (output_verbatim, verbatim): Declare.
7617
7618 2000-07-08 Toon Moene <toon@moene.indiv.nluug.nl>
7619
7620 * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
7621 Check whether c divides op1 exactly if operation is not
7622 multiplication.
7623
7624 2000-07-08 Richard Henderson <rth@cygnus.com>
7625
7626 * final.c (final): Do not abort when reg-stack introduces
7627 a new insn.
7628
7629 2000-07-08 Zack Weinberg <zack@wolery.cumb.org>
7630
7631 * cpplib.h (struct cpp_name): Now struct cpp_string.
7632 (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
7633 CPP_HEADER_NAME): Change to type S.
7634 (struct cpp_token): Rename 'name' field to 'str'. Add 'node'
7635 field, a cpp_hashnode *. All references to val.name updated
7636 to use val.str or val.node as appropriate.
7637 (struct cpp_reader): Add spec_nodes field.
7638 (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
7639
7640 * cpphash.h (struct spec_nodes): New.
7641 (enum spell_type): Reorder. Only SPELL_STRING tokens use
7642 val.str. All references to 'spelling > SPELL_NONE' updated to
7643 match.
7644
7645 (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
7646 pfile->buffer->inc are not NULL before dereferencing them.
7647
7648 * cpplex.c (parse_name): Take a pointer to the current token,
7649 plus current position and limit as args; return the new
7650 position; don't copy the text of a name into the string
7651 buffer, instead call cpp_lookup and store the node pointer.
7652 If extending a token, copy out the text of the old into a
7653 scratch buffer, append the new, look that up and store the new
7654 node pointer. Inline.
7655 (maybe_paste_with_next): If the result of paste is a NAME,
7656 then look up the pasted text and store its node pointer.
7657 (lex_line): Adjust for new parse_name interface.
7658 Check for L"str", L'str' using spec_nodes->n_L.
7659 (spell_token): SPELL_IDENT tokens have their spelling in
7660 val.node->name. Handle SPELL_STRING tokens that don't have
7661 string delimiters.
7662 (_cpp_expand_name_space,
7663 (can_paste): Check for L ## "str" using spec_nodes->n_L.
7664 (cpp_get_token, special_symbol): No need to call cpp_lookup.
7665 (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
7666 return 1=equal 0=not, not a tristate.
7667
7668 * cpphash.c (var_args_str): Delete.
7669 (find_param): Compare node fields directly.
7670 (is__va_args__): Use CPP_PEDANTIC. Just compare
7671 token->val.node with spec_nodes->n__VA_ARGS__.
7672 (dump_funlike_macro): Don't use var_args_str.
7673
7674 * cpplib.c (_cpp_check_directive): Just walk through
7675 spec_nodes->dirs comparing pointers.
7676 (get_define_node, do_pragma_poison, detect_if_not_defined,
7677 parse_ifdef): The identifier has already been looked up.
7678 (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
7679 node.
7680 (do_if): Only call detect_if_not_defined at beginning of file.
7681 (_cpp_parse_assertion): Only copy string pointers for
7682 SPELL_STRING tokens.
7683 (pragma_dispatch): Take a node pointer and examine its name
7684 field.
7685 (_cpp_init_stacks): Also initialize the spec_nodes structure.
7686
7687 * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
7688 _cpp_init_macros.
7689 (cpp_cleanup): Free pfile->spec_nodes. Call _cpp_cleanup_* in
7690 reverse order from the corresponding _cpp_init_* routines.
7691
7692 * cppexp.c (parse_number, parse_charconst, parse_defined,
7693 lex): Check val.node->type instead of calling cpp_defined.
7694 Use spec_nodes entries where appropriate.
7695
7696 * fix-header.c, scan-decls.c: Update for interface changes.
7697
7698 2000-07-08 Geoffrey Keating <geoffk@cygnus.com>
7699
7700 * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
7701 emitting aux_truncdfsf2.
7702
7703 2000-07-03 Donn Terry (donnte@microsoft.com)
7704
7705 * cppinit.c (print_help): split overlong line into ISO C89
7706 maximum chunks.
7707
7708 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
7709
7710 * cppexp.c: Update all code for new lexer interface.
7711 (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
7712 (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
7713 * cpplex.c (token_names): Trim leading CPP_ from names; make
7714 the strings unsigned.
7715 (_cpp_spell_operator): New.
7716 (is_macro_disabled): Disable all macros if rescanning
7717 preprocessed text.
7718 (_cpp_get_directive_token): Remove.
7719
7720 * cppinit.c: Don't set no_macro_expand.
7721 * cpplib.c (read_line_number, do_line): Check only for EOF,
7722 not VSPACE.
7723 * cpphash.h: Update prototypes.
7724 * cpplib.h (CPP_VSPACE): Remove.
7725 (struct cpp_reader): Remove no_macro_expand.
7726
7727 2000-07-08 Neil Booth <NeilB@earthling.net>
7728
7729 * cpphash.c (is__va_args__): New function.
7730 (count_params): Fix line reported in error messages. Use
7731 is__va_args__. Don't return ')' on error. Flag GNU style
7732 rest args macro definitions.
7733 (parse_define): Check macro name is not __VA_ARGS__.
7734 (save_expansion): Check identifier in non-varargs-macro is
7735 not __VA_ARGS__. Don't flag GNU_VARARGS.
7736 * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
7737 (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
7738 than per-token GNU_VARARGS.
7739 * cpplib.h (GNU_VARARGS): Remove.
7740 (GNU_REST_ARGS): New.
7741
7742 Sat Jul 8 01:38:25 MET DST 2000 Jan Hubicka <jh@suse.cz>
7743
7744 * i386.md (call_pop, call, call_value_pop): Do not set
7745 current_function_uses_pic_offset_table for calls to static
7746 functions or indirect calls.
7747
7748 2000-07-07 Jim Wilson <wilson@cygnus.com>
7749
7750 * config/ia64/ia64.c (rws_access_reg): New local write_count. If
7751 is_predicate_reg, then take max write_count of register pair.
7752
7753 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7754
7755 * tradcpp.c (main): Rename label `include' to `add_include' to
7756 avoid conflicts with variable `include' in traditional C.
7757
7758 2000-07-07 Jakub Jelinek <jakub@redhat.com>
7759
7760 * integrate.c (copy_insn_list): Remove REG_LABEL notes.
7761
7762 2000-07-07 Jakub Jelinek <jakub@redhat.com>
7763
7764 * sibcall.c (uses_addressof): Add INMEM argument, check for
7765 current_function_internal_arg_pointer outside of MEM rtxs in addition
7766 to ADDRESSOFs.
7767 (sequence_uses_addressof): Update caller.
7768
7769 2000-07-07 Zack Weinberg <zack@wolery.cumb.org>
7770
7771 * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
7772 and friends.
7773
7774 2000-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7775
7776 * system.h (UNION_INIT_ZERO): New macro for initializing union
7777 members in structs.
7778
7779 * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
7780
7781 2000-07-07 Neil Booth <NeilB@earthling.net>
7782
7783 * cpp.texi: Update.
7784
7785 Fri Jul 7 07:47:35 2000 Jeffrey A Law (law@cygnus.com)
7786
7787 * final.c (final): Detect out of bounds array access to
7788 the insn_lengths array.
7789
7790 2000-07-07 Kazu Hirata <kazu@hxi.com>
7791
7792 * fold-const.c (fold): Fix a comment typo.
7793
7794 2000-07-07 Neil Booth <NeilB@earthling.net>
7795
7796 * cpp.texi: Update to new lexer.
7797
7798 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
7799
7800 * tradcpp.c: New file.
7801 * tradcif.y: New file.
7802 * tradcif.c: New generated file.
7803
7804 * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
7805 $(srcdir)/tradcif.c. Add tradcpp to STAGESTUFF and
7806 dependencies of C. Install tradcpp from install-common, in
7807 $(libsubdir).
7808
7809 2000-07-06 Zack Weinberg <zack@wolery.cumb.org>
7810
7811 * cppinit.c: Include cppdefault.h. Refer to
7812 cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
7813 to GCC_INCLUDE_DIR and its length.
7814 (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
7815 USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
7816 STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT): Move to
7817 cppdefault.h.
7818 (include_defaults_array): Move to cppdefault.c.
7819
7820 * cppdefault.h: New file.
7821 * cppdefault.c: New file.
7822
7823 * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
7824 (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
7825 (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
7826 this file.
7827
7828 Thu Jul 6 18:30:36 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
7829
7830 * reload.c (push_reload): When seeing if can reuse a register,
7831 check extra registers against widest of INMODE and OUTMODE.
7832
7833 2000-07-06 Neil Booth <NeilB@earthling.net>
7834
7835 * cpplib.c: (_cpp_parse_assertion): Perform hash lookups
7836 based on full length of predicate.
7837
7838 2000-07-06 Hans-Peter Nilsson <hp@axis.com>
7839
7840 * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
7841 [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
7842
7843 2000-07-05 Kazu Hirata <kazu@hxi.com>
7844
7845 * h8300-proto.h: Fix formatting.
7846 * h8300.c: Likewise.
7847 * h8300.h: Likewise.
7848
7849 2000-07-05 Jim Wilson <wilson@cygnus.com>
7850
7851 * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
7852 CCmode.
7853
7854 2000-07-05 Rodney Brown <RodneyBrown@pmsc.com>
7855
7856 * invoke.texi: Fix minor typos
7857 * md.texi: Fix minor typos
7858
7859 2000-07-05 Zack Weinberg <zack@wolery.cumb.org>
7860
7861 * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
7862
7863 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
7864
7865 * cpplex.c: Don't include sys/mman.h.
7866 (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
7867
7868 * cpplib.c: Include sys/mman.h and obstack.h.
7869 (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
7870 obstack.
7871 (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
7872 (_cpp_unwind_if_stack): Now static, unwind_if_stack. Don't
7873 bother freeing if stack entries (they will be freed with their buffer).
7874 (do_endif): Free if stack entries from the buffer obstack.
7875 (push_conditional): Allocate if stack entries from the buffer obstack.
7876
7877 (find_answer): Rename to _cpp_find_answer.
7878 (do_assert, do_unassert): Update.
7879
7880 * cpphash.h: Update prototypes.
7881 (xobnew): New convenience macro.
7882 * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
7883 Update comments.
7884 (struct cpp_hashnode): Remove disabled field.
7885
7886 * cppinit.c: Don't include hashtab.h or splay-tree.h.
7887 (report_missing_guard): Moved to cppfiles.c.
7888 (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
7889 cpp_init_includes.
7890 (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
7891 cpp_cleanup_includes. Don't destroy hashtab or
7892 all_include_files here.
7893 (cpp_finish): Use _cpp_report_missing_guards.
7894
7895 * cppfiles.c (report_missing_guard): Moved from cppinit.c.
7896 (_cpp_init_include_table): Rename _cpp_init_includes.
7897 (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
7898
7899 * cppexp.c (parse_assertion): Update for new name of
7900 find_answer.
7901
7902 * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
7903
7904 2000-07-04 Zack Weinberg <zack@wolery.cumb.org>
7905
7906 * cpplib.c (do_ident): s/VSPACE/EOF/
7907
7908 2000-07-05 Neil Booth <NeilB@earthling.net>
7909
7910 * cpplex.c: Fix trigraph replacement within strings.
7911
7912 2000-07-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7913
7914 * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
7915
7916 * xcoffout.c (assign_type_number): Constify.
7917 (xcoffout_source_file): Add static prototype. Don't needlessly
7918 cast away const-ness.
7919
7920 2000-07-04 Jason Merrill <jason@redhat.com>
7921
7922 * frame.h (frame_state): Move base_offset to end.
7923
7924 Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
7925
7926 * calls.c (emit_library_call_value_1): Revert previous change.
7927
7928 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
7929
7930 * fix-header.c (struct partial_proto): Remove unnecessary fields.
7931 (recognized_extern, recognized_function, read_scan_file):
7932 Update for new scheme.
7933 (check_protection): It's still a multiple include guard even
7934 if it doesn't always trigger.
7935 * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
7936 new scheme.
7937 * scan.h: Declare struct cpp_token. Update prototypes.
7938
7939 2000-07-03 Neil Booth <neilb@earthling.net>
7940 Zack Weinberg <zack@wolery.cumb.org>
7941
7942 Complete overhaul of the lexer and macro expander.
7943
7944 * cpphash.c (object_defn, funct_defn, push_macro_expansion,
7945 arg, arglist, argdata, reflist, collect_objlike_expansion,
7946 collect_funlike_expansion, collect_params,
7947 warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
7948 unsafe_chars, macarg, compare_defs, special_symbol,
7949 scan_arguments, stringify, funlike_macroexpand,
7950 _cpp_quote_string, monthnames): Delete.
7951 (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
7952 _cpp_create_definition, _cpp_dump_definition,
7953 dump_hash_helper): Adjust.
7954 (find_param, count_params, parse_define, var_args_str,
7955 check_macro_redefinition, save_expansion): New.
7956
7957 * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
7958 parse_string, output_line_command, trigraph_replace,
7959 lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
7960 cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
7961 cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
7962 _cpp_skip_rest_of_line): Modify.
7963
7964 (maybe_macroexpand, skip_comment, copy_comment, skip_string,
7965 find_position, null_warning, bump_column, expand_name_space,
7966 pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
7967 _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
7968 _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
7969 _cpp_prescan): Delete.
7970
7971 (dump_param_spelling, process_directive, lex_next,
7972 is_macro_disabled, stringify_arg, expand_context_stack,
7973 output_token, make_string_token, alloc_number_token,
7974 special_symbol, duplicate_token, maybe_paste_with_next,
7975 can_paste, prevent_macro_expansion, restore_macro_expansion,
7976 get_temp_token, release_temp_tokens, quote_string,
7977 token_names, token_spellings, _cpp_expand_name_space,
7978 _cpp_glue_header_name, _cpp_reserve_name_space,
7979 digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
7980 placemarker_token, eof_token, cpp_context, macro_args,
7981 get_raw_token, parse_arg, parse_args, save_token,
7982 push_arg_context, push_macro_context, pop_context,
7983 do_pop_context, free_macro_args, _cpp_get_line,
7984 _cpp_run_directive): New.
7985
7986 * cpplib.c (validate_else, parse_include, push_conditional,
7987 pass_thru_directive, read_line_number, parse_ifdef,
7988 detect_if_not_defined, _cpp_check_directive, do_define,
7989 do_undef, do_include, do_import, do_include_next, do_error,
7990 do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
7991 top_pragmas, do_pragma_gcc, do_pragma_implementation,
7992 do_pragma_poison, do_pragma_system_header,
7993 do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
7994 dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
7995 do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
7996 cpp_defined): Update for new scheme.
7997 (strtoul_for_line, get_define_node, dump_macro_name,
7998 _cpp_check_linemarker, _cpp_parse_assertion): New.
7999 (_cpp_handle_directive, do_pragma_default): Delete.
8000
8001 * cpphash.h (struct predicate): Now struct answer.
8002 (enum spell_type, struct token_spelling, struct directive,
8003 directive_handler): New.
8004 Update prototypes. Remove unused macros.
8005 * cpplib.h: Update prototypes. Remove unused macros,
8006 structure definitions, and fields.
8007
8008 * cpperror.c (print_containing_files, v_message): Adjust.
8009 * cppexp.c (parse_assertion, lex, parse_escape,
8010 _cpp_parse_expr): Adjust.
8011 * cppfiles.c (open_include_file, _cpp_execute_include,
8012 _cpp_compare_file_date, cpp_read_file, read_include_file):
8013 Adjust.
8014 * cppinit.c (dump_special_to_buffer): Delete.
8015 (append_include_chain, merge_include_chains, cpp_reader_init,
8016 cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
8017 cpp_finish, handle_option, print_help): Adjust.
8018 * cppmain.c (main): Adjust.
8019
8020 2000-07-03 Zack Weinberg <zack@wolery.cumb.org>
8021
8022 * cppspec.c (lang_specific_driver): Use double quotes in error
8023 message.
8024
8025 Mon Jul 3 16:53:43 2000 Clinton Popetz <cpopetz@cygnus.com>
8026
8027 * calls.c (emit_library_call_value_1): Use valreg instead
8028 of hard_libcall_value.
8029
8030 2000-07-03 Geoff Keating <geoffk@cygnus.com>
8031
8032 * config/rs6000/rs6000.c (rs6000_emit_move): New function.
8033 * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
8034 * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
8035 (movhi): Likewise.
8036 (movqi): Likewise.
8037 (movdf): Likewise.
8038 (movsf): Likewise.
8039 (movdi): Likewise.
8040 (movti): Likewise.
8041
8042 * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
8043 mode instead of wider_mode is being used.
8044
8045 2000-07-03 Jakub Jelinek <jakub@redhat.com>
8046
8047 * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
8048 of 'r'. Use q_regs_operand.
8049 (andsi_1+2): Use q_regs_operand.
8050
8051 2000-07-03 Jakub Jelinek <jakub@redhat.com>
8052
8053 * builtins.c (get_memory_rtx): Always put into alias set 0.
8054
8055 2000-07-03 Nick Clifton <nickc@cygnus.com>
8056
8057 * config/arm/arm.md: Fix post increment and pre increment
8058 peepholes so that they do not generate UNPREDICATBLE opcodes.
8059 (ie ones where the increment clobbers the source/destination).
8060
8061 2000-07-01 Marek Michalkiewicz <marekm@linux.org.pl>
8062
8063 * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
8064 change too big for -mtiny-stack" a warning, if larger than 63.
8065 (out_set_stack_ptr): Change the logic so -mno-interrupts is
8066 always safe to use on possible future devices.
8067 (function_prologue): Write SPH before SPL, for consistency.
8068 If interrupt_func_p true, we know we have enabled interrupts.
8069 (avr_num_arg_regs): New function. Round up to even number of
8070 bytes if no -mpack-args or if calling a libgcc function.
8071 (function_arg, function_arg_advance): Use it.
8072 (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
8073 Output "movw" if available.
8074 (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
8075 of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
8076 (asm_output_section_name): Add blanks for consistent output.
8077 (encode_section_info): Set TREE_READONLY for progmem data to
8078 avoid gas warnings about changed section attributes.
8079 (avr_hard_regno_mode_ok): Force non-QImode data to start in
8080 even numbered registers on devices with "movw".
8081 * config/avr/avr.h (MASK_*): Define bits for target_flags.
8082 (TARGET_SWITCHES): Mark help strings for translation.
8083 Add new -mpack-args and -menhanced switches.
8084 (TARGET_OPTIONS): Mark help strings for translation.
8085 (progmem_section): Add section attributes.
8086 * config/avr/avr.md (*movhi, call_insn, call_value_insn):
8087 Output "movw" if available.
8088 (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
8089 New patterns.
8090 * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
8091 call convention (arguments aligned on even registers).
8092 (_cleanup, _exit): Make weak symbols libc can override.
8093
8094 2000-07-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8095
8096 * fp-bit.h: New file.
8097
8098 * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
8099 Comment #endif statements.
8100 (__thenan_sf, __thenan_df): Add missing braces around initializer.
8101
8102 Mon Jul 3 00:32:47 2000 Jeffrey A Law (law@cygnus.com)
8103
8104 * gcse.c (compute_pre_data): Compute ae_kill using other local
8105 properties instead of calling compute_ae_kill.
8106
8107 * alias.c (init_alias_analysis): Do not call
8108 prologue_epilogue_contains until after reload has completed.
8109
8110 2000-07-02 Benjamin Chelf <chelf@codesourcery.com>
8111
8112 * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
8113 (genrtl_finish_compound_stmt): Likewise.
8114 (genrtl_compound_stmt): Change to return void.
8115
8116 * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
8117 move code from here to ...
8118 (genrtl_compound_stmt): ... here.
8119 (genrtl_finish_compound_stmt): Remove.
8120 (expand_stmt): Add comment.
8121
8122 2000-07-02 Zack Weinberg <zack@wolery.cumb.org>
8123
8124 * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
8125 and VOID_TYPE_P.
8126
8127 2000-07-02 Jakub Jelinek <jakub@redhat.com>
8128
8129 * cpplib.h (struct cpp_reader): New field include_depth.
8130 (struct cpp_printer): Rename last_bsd to last_id.
8131 * cppfiles.c (read_include_file): Bump include_depth.
8132 * cpplex.c (cpp_pop_buffer): Decrement include_depth.
8133 (output_line_command): Output correct #line if a header
8134 is including itself and is not protected against multiple inclusion.
8135 Use include_depth instead of buffer_stack_depth, last_id instead of
8136 last_bsd.
8137 * cppinit.c (cpp_start_read): Initialize last_id instead of
8138 last_bsd.
8139
8140 2000-07-01 Benjamin Chelf <chelf@codesourcery.com>
8141
8142 * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
8143 (c-semantics.o): New target.
8144
8145 * c-common.h (TREE_LANG_FLAG_?): Added documentation.
8146 (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
8147 (genrtl_clear_out_block): Likewise.
8148 (genrtl_goto_stmt): Likewise.
8149 (genrtl_expr_stmt): Likewise.
8150 (genrtl_decl_stmt): Likewise.
8151 (genrtl_if_stmt): Likewise.
8152 (genrtl_while_stmt): Likewise.
8153 (genrtl_do_stmt): Likewise.
8154 (genrtl_return_stmt): Likewise.
8155 (genrtl_for_stmt): Likewise.
8156 (genrtl_break_stmt): Likewise.
8157 (genrtl_continue_stmt): Likewise.
8158 (genrtl_scope_stmt): Likewise.
8159 (genrtl_switch_stmt): Likewise.
8160 (genrtl_case_label): Likewise.
8161 (genrtl_begin_compound_stmt): Likewise.
8162 (gerntl_finish_compound_stmt): Likewise.
8163 (genrtl_compound_stmt): Likewise.
8164 (genrtl_asm_stmt): Likewise.
8165 (genrtl_decl_cleanup): Likewise.
8166 (DECL_ANON_UNION_ELEMS): Likewise.
8167 (emit_local_var): Likewise.
8168 (make_rtl_for_local_static): Likewise.
8169 (expand_cond): Likewise.
8170 (expand_stmt): Likewise.
8171 (c_expand_return): Likewise.
8172 (c_expand_start_case): Likewise.
8173 (do_case): Likewise.
8174 (COMPOUND_STMT_NO_SCOPE): Likewise.
8175 (c_expand_asm_operands): Likewise.
8176 (NEW_FOR_SCOPE_P): New macro.
8177 (expand_expr_stmt_fn): New type.
8178
8179 (set_current_function_name_declared): Likewise.
8180 (current_function_name_declared): Likewise.
8181 (lang_expand_stmt): Likewise.
8182 (stmts_are_full_exprs_p): Likewise.
8183 (anon_aggr_type_p): Likewise.
8184 (lang_expand_expr_stmt): Likewise.
8185 (build_case_label): Likewise.
8186
8187 * c-decl.c (lang_expand_expr_stmt): Initialize.
8188 (stmts_are_full_exprs_p): Define.
8189 (current_function_name_declared): Likewise.
8190 (do_case): Likewise.
8191 (lang_expand_stmt): Likewise.
8192 (set_current_function_name_declared): Likewise.
8193 (anon_aggr_type_p): Likewise.
8194
8195 * c-semantics.c: New file.
8196 (expand_cond): Moved from cp/semantics.c.
8197 (genrtl_do_pushlevel): Likewise.
8198 (genrtl_clear_out_block): Likewise.
8199 (genrtl_goto_stmt): Likewise.
8200 (genrtl_expr_stmt): Likewise.
8201 (genrtl_decl_stmt): Likewise.
8202 (genrtl_if_stmt): Likewise.
8203 (genrtl_while_stmt): Likewise.
8204 (genrtl_do_stmt): Likewise.
8205 (genrtl_return_stmt): Likewise.
8206 (genrtl_for_stmt): Likewise.
8207 (genrtl_break_stmt): Likewise.
8208 (genrtl_continue_stmt): Likewise.
8209 (genrtl_scope_stmt): Likewise.
8210 (genrtl_switch_stmt): Likewise.
8211 (genrtl_case_label): Likewise.
8212 (genrtl_begin_compound_stmt): Likewise.
8213 (genrtl_finish_compound_stmt): Likewise.
8214 (genrtl_compound_stmt): Likewise.
8215 (genrtl_asm_stmt): Likewise.
8216 (genrtl_decl_cleanup): Likewise.
8217 (make_rtl_for_local_static): Moved from cp/decl.c.
8218 (emit_local_var): Likewise.
8219 (expand_stmt): Define.
8220
8221 * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
8222 (c_expand_return): Likewise.
8223 (c_expand_start_case): Likewise.
8224
8225 2000-07-01 Richard Henderson <rth@cygnus.com>
8226
8227 * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
8228 with the low 13 bits set.
8229 (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
8230 * config/ia64/ia64.md (movdi): Likewise. Expand a CONST with one
8231 of the low 13 bits into a CONST plus an adddi3.
8232 (load_symptr): Set RTX_UNCHANGING_P.
8233
8234 See ChangeLog.3 for earlier changes.