OSDN Git Service

* tradcpp.c: T_WARNING: New.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2000-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2
3         * tradcpp.c: T_WARNING: New.
4         (do_warning): New function.
5         (finclude): Skip past the newline and increase the line number
6         before calling output_line_command.
7         (do_line): Skip the new line after output_line_command.  Don't  
8         pre-decrement the line number.   
9
10 2000-12-15  Jakub Jelinek  <jakub@redhat.com>
11
12         * gcc.c (cpp_options): Pass -fno-operator-names.
13         * cpplib.h (struct cpp_options): Add operator_names.
14         * cppinit.c (cpp_create_reader): Initialize it.
15         (initialize_builtins): If -fno-operator-names, don't add
16         C++ alternate operator names.
17         (COMMAND_LINE_OPTIONS): Add -fno-operator-names.
18         (cpp_handle_option): Clear operator_names.
19
20 2000-12-15  Jason Merrill  <jason@redhat.com>
21
22         * jump.c (jump_optimize_1): Don't delete the line note after the
23         prologue even if it seems redundant.
24
25         * config/arm/arm.c (arm_expand_prologue): Set RTX_FRAME_RELATED_P
26         on all insns used to adjust the stack.
27
28 Fri Dec 15 15:32:16 MET 2000  Jan Hubicka  <jh@suse.cz>
29
30         * combine.c (cant_combine_insn_p): Get around SUBREGs when determining
31         hardreg<->reg moves.
32
33 Fri Dec 15 14:48:37 MET 2000  Jan Hubicka  <jh@suse.cz>
34
35         * genrecog.c (add_to_sequence): Remove special case for
36         const_int_operand.
37         (maybe_both_true): Return 1 when falling out of sequence when
38         trying to find common possition in the pattern.
39
40 Fri Dec 15 14:44:51 MET 2000  Jan Hubicka  <jh@suse.cz>
41
42         * integrate.c (copy_rtx_and_substitute): Copy mode too.
43
44 Fri Dec 15 14:11:57 MET 2000  Jan Hubicka  <jh@suse.cz>
45
46         * flow.c (notice_stack_pointer_modification_1): Cleanup.
47
48 2000-12-15  Alexandre Oliva  <aoliva@redhat.com>
49
50         * function.c (adjust_trampoline_addr): New function.
51         (trampoline_address): Call it instead of round_trampoline_addr().
52         * tm.texi (TRAMPOLINE_ADJUST_ADDRESS): Document it.
53
54 2000-12-14  Zack Weinberg  <zack@wolery.stanford.edu>
55
56         * cppfiles.c (hack_vms_include_specification): Delete function
57         (not used since 1998).
58
59 Fri Dec 15 03:37:51 2000  J"orn Rennecke <amylaar@redhat.com>
60
61         * haifa-sched.c (sched_init): Don't put a note in front of any BARRIER.
62
63 2000-12-14  Jim Wilson  <wilson@redhat.com>
64
65         * alias.c (get_alias_set): Call record_component_aliases for
66         COMPLEX_TYPE.
67         (record_component_aliases): Handle COMPLEX_TYPE.
68         
69 2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
70
71         * fixinc/gnu-regex.c: Disable NLS.
72
73 2000-12-14  Richard Henderson  <rth@redhat.com>
74
75         * config/alpha/alpha.c (alpha_emit_conditional_move): Do not swap
76         comparison operands when that would create non-canonical rtl.
77
78         * config/i386/i386.md (umulsi3_highpart): Remove * from name.
79         (smulsi3_highpart): Likewise.
80
81 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
82
83         * gcc.c (cpp_options): Add -remap.
84
85 2000-12-14  Neil Booth  <neil@daikokuya.demon.co.uk>
86
87        * gcc.c (cpp_options): Update to use '&'.
88        (struct switchstr): Change type of validated to save space.
89        New member 'ordering'.
90        (handle_braces, validate_switches): Update to handle '&'.       
91
92 2000-12-13  Laurynas Biveinis  <lauras@softhome.net>
93
94         * fixinc/inclhack.def: skip stdio_va_list fix if __DJ_va_list
95         found in a header.
96         * fixinc/fixincl.x: regenerated.
97
98 2000-12-13  DJ Delorie  <dj@redhat.com>
99
100         * config.gcc (cygwin, win32, mingw32): Use float-i386.h.
101
102 2000-12-13  Tom Tromey  <tromey@redhat.com>
103
104         * gcc.c (handle_braces): Handle %{<S*} spec correctly.
105
106 2000-12-13  Alexandre Oliva  <aoliva@redhat.com>
107
108         * function.c (assign_parms): Optimize incoming PARALLELs into
109         REGs if possible.
110
111 2000-12-13  Bruce Korb  <bkorb@gnu.org>
112
113         * fixinc/Makefile.in(*): substantial rewrite to accommodate systems
114         that cannot handle bi-directional pipes, viz. BeOS and DOS.
115         * fixinc/fixlib.h(IGNORE_ARG): new macro
116         (STATIC): define for all of fixinc to use
117         * fixinc/fixfixes.c(*): eliminate unused arg warnings
118         * fixinc/fixtests.c(*): ditto
119         * fixinc/fixincl.c(start_fixer): chain_open now uses const arg list
120         * fixinc/gnu-regex.c: reorder some includes to avoid _GNU_SOURCE
121         warning.  Also, eliminate the ``#ifdef emacs'' stuff.
122         (re_syntax_options): make global as it is declared so.
123         * fixinc/mkfixinc.sh: process the argument list more consistently
124         (beos/msdosdjgpp): set TARGETS to twoprocess vs. oneprocess
125         * fixinc/procopen.c(globals): include "fixlib.h" for std defs
126         * fixinc/server.c(globals): ditto
127         * fixinc/server.h(defines): ditto
128
129 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
130
131         * tradcpp.c (special_symbol): Improve test for definedness,
132         though it is still not perfect.
133         (do_define): Don't define illegal macro names.
134         
135 2000-12-07  Aldy Hernandez  <aldyh@redhat.com>
136
137         * config/mips/elf.h (ASM_OUTPUT_SECTION_NAME): emit @nobits
138         if changing into .bss section.
139         * config/mips/elf64.h: same.
140         * config/mips/iris6.h: same.
141         * config/mips/netbsd.h: same.
142         * config/mips/openbsd.h: same.
143
144 2000-12-13  Neil Booth  <neil@daikokuya.demon.co.uk>
145
146         * cppfiles.c (read_name_map): Return null if open () fails.
147         (remap_filename): Simplify logic.  Add ICE if it doesn't work
148         as expected. Perform secondary lookup attempt on base filename
149         only.
150
151 Wed Dec 13 19:48:04 MET 2000  Jan hubicka  <jh@suse.cz>
152
153         * flow.c (notice_stack_pointer_modification_1): Notice midifications
154         using PRE_MODIFY and POST_MODIFY.
155
156 Wed Dec 13 17:25:32 MET 2000  Jan Hubicka  <jh@suse.cz>
157
158         * genoutput.c (process_template): Add sanity checking for '@' templates.
159
160 2000-12-13  Bernd Schmidt  <bernds@redhat.co.uk>
161
162         * simplify-rtx.c (cselib_finish): Free reg_values and used_regs
163         varrays.
164
165 2000-12-12  Mike Stump  <mrs@wrs.com>
166
167         * Makefile.in (distclean): Remove safe-ctype.c as well.
168
169 2000-12-12  Brad Lucier <lucier@math.purdue.edu>
170
171         * tradcpp.c (do_error): Cast difference of pointers to int
172         for error message.
173
174 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
175
176         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Move from here...
177         * config/rs6000/sysv4.h (HANDLE_PRAGMA_PACK_PUSH_POP): ...to here.
178
179 2000-12-12  Jim Wilson  <wilson@redhat.com>
180
181         * rtlanal.c (may_trap_p): Check operand modes of LE, LT, GE, and GT.
182
183 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
184
185         * configure.in: Simplify language enabling/disabling code.
186         * configure: Rebuilt.
187         * ch/config-lang.in (target_libs): Set.
188         (build_by_default): Set to no.
189         * cp/config-lang.in (target_libs): Set.
190         * f/config-lang.in (target_libs): Set.
191         * java/config-lang.in (target_libs): Set.
192         * objc/config-lang.in (target_libs): Set.
193
194 2000-12-12  Neil Booth  <neil@daikokuya.demon.co.uk>
195
196         * tradcpp.c (enum node_type): Add T_ERROR.
197         (do_error): New function.
198         (directive_table): Add #error handler.
199
200 2000-12-12  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
201
202         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Enable .file/.loc check
203         for powerpc*-*-*.
204         * configure: Regenerated.
205         * config/rs6000/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
206         * config/rs6000/rs6000.c (rs6000_unique_section): Use
207         STRIP_NAME_ENCODING.
208
209 Mon Dec 11 13:51:09 2000  Jeffrey A Law  (law@cygnus.com)
210
211         * pa.c (cmpib_comparison_operator): Remove GEU and LTU.
212         * pa.h (PREDICATE_CODES, cmpib_comparison_operator): Corresponding
213         changes.
214
215 2000-12-11  Bruce Korb  <bkorb@gnu.org>
216
217         * fixinc/fixincl.tpl: initialize all fields for warnings
218         * fixinc/fixincl.x: regenerate
219
220 2000-12-11  Neil Booth  <neilb@earthling.net>
221
222         * tradcpp.h: For tradcpp, NUL is not whitespace.
223
224 2000-12-11  Neil Booth  <neilb@earthling.net>
225
226         * fix-header.c (read_scan_file): Macro expansion is not a file buffer.
227
228 2000-12-05  Marek Michalkiewicz  <marekm@linux.org.pl>
229
230         * config/avr/avr.c (compare_condition, compare_sign_p): New functions.
231         (compare_diff_p, compare_eq_p): Call compare_condition.
232         (out_tsthi, out_tstsi): Call compare_sign_p.
233         (avr_progmem_p): Check for error_mark_node.
234
235 2000-12-11  Neil Booth  <neilb@earthling.net>
236
237         * cpperror.c (print_location): New function.
238         (print_containing_files): Simplify.
239         (_cpp_begin_message): Simplify and use print_location.
240         * cppfiles.c (stack_include_file): Update.
241         (_cpp_pop_file_buffer): Update.
242         * cpphash.h (struct cpp_buffer): New members
243         include_stack_listed and type.   
244         * cpplib.c (_cpp_handle_directive): Buffer->inc is not null.
245         (run_directive): Take buffer type.  cpp_push_buffer cannot fail.
246         (_cpp_do__Pragma, cpp_define, _cpp_define_builtin, cpp_undef,
247         handle_assertion): Update.
248         (cpp_push_buffer): Take a buffer type and file name.
249         (cpp_pop_buffer): Update.  Clear include_stack_listed.
250         * cpplib.h (input_stack_listing_current): Remove.
251         (enum cpp_buffer_type): New.
252         (cpp_push_buffer): New prototype.
253         * cppmacro.c (builtin_macro): Simplify; buffer cannot be null.
254         * fix-header.c (read_scan_file): Update.
255
256 2000-12-10  Robert Lipe <robertlipe@usa.net>
257
258         * install.texi (i*86-*-sco3.2v5*): Remove information duplicated
259         in html version.
260
261 2000-12-10  Richard Henderson  <rth@redhat.com>
262
263         * genrecog.c (find_operand): Handle 'V' format code.
264         (find_matching_operand): New.
265         (validate_pattern): Accept '=' for an in-out operand if there
266         is another operand with a matching constraint.
267
268         * config/i386/i386.md (andqi_ext_0_cc): Use matching constraint
269         for op1 to op0.
270
271 2000-12-10  Richard Henderson  <rth@redhat.com>
272
273         * genrecog.c (validate_pattern) [STRICT_LOW_PART]: Fix thinko.
274
275 2000-12-09  Richard Henderson  <rth@redhat.com>
276
277         * genrecog.c (validate_pattern): Verify that ZERO_EXTRACT and 
278         STRICT_LOW_PART as SET_DEST have in-out constraints.
279
280 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
281
282         * c-common.c (check_function_format): Don't suggest adding format
283         attributes to functions with no parameter to which to add them.
284
285 2000-12-09  Nick Clifton  <nickc@redhat.com>
286
287         * config/arm/arm.c (arm_expand_prologue): Mark the generated
288         insn not the set as being DWARF2_FRAME_RELATED_P.
289
290 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
291
292         * Makefile.in: use $(build_exeext) for all build
293         system executable targets.
294
295 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
296
297         * install.texi: remove i[345]86-*-winnt3.5 section.
298         * configur.bat: removed.
299         * config/msdos: directory removed.
300
301 2000-12-09  Neil Booth  <neilb@earthling.net>
302
303         * cppfiles.c (NEVER_REREAD, DO_NOT_REREAD): Move from cpphash.h.
304         * cpphash.h (NEVER_REREAD, DO_NOT_REREAD, ABSOLUTE_PATH): Delete.
305         * cpplex.c (parse_identifier): Improve diagnostic.
306         (_cpp_lex_token): Return unconditionally at the end of a directive.
307         * cpplib.c (read_flag): Verify legality of each flag.
308         (end_directive): Resotre pfile->skipping before skip_rest_of_line.
309         (do_line): Use the new read_flag.
310         * cppmacro.c (struct cpp_macro, parse_arg, replace_args,
311         check_macro_redefinition, parse_params): Rename var_args to
312         variadic.
313
314 2000-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
315
316         * .cvsignore: Add info files.
317
318 2000-12-08 Laurynas Biveinis <lauras@softhome.net>
319
320         * config/winnt: Remove obsolete directory.
321         * install.texi (Configurations): Remove obsolete documentation for
322         Windows NT.
323
324 2000-12-08  Joseph S. Myers  <jsm28@cam.ac.uk>
325
326         * configure.in: Don't define INSTALL_INFO.
327         * configure: Regenerate.
328         * Makefile.in (INSTALL_INFO): Remove.
329         (info): Depend on info files in source directory.
330         (cpp.info, gcc.info, c-tree.info): Build info files in source
331         directory.
332         (distclean): Don't remove info files.
333         (maintainer-clean): Remove info files from source directory.
334         (install-normal): Depend on install-info.
335         (install-info): Install info files from source directory, if they
336         exist.
337         * texinfo.tex: Update to version 2000-11-09.08 from ftp.gnu.org.
338
339 2000-12-08  Alexandre Oliva  <aoliva@redhat.com>
340
341         * lcm.c (optimize_mode_switching): Check whether an insn is a NOTE
342         before taking its NOTE_LINE_NUMBER.
343
344 2000-12-08  Nick Clifton  <nickc@redhat.com>
345
346         * config/arm/arm.md (load_indirect_jump): Add pool ranges.
347
348         * extend.texi: Document ARM "interrupt" function attribute.
349         Mention that the ARM also support the "naked" function
350         attribute.
351
352         * config/arm/arm-protos.h (arm_current_func_type): Add
353         prototype.
354
355         * config/arm/arm.h (EXCEPTION_LR_REGNUM): Define.
356         (struct machine_function): Add 'func_type' field.
357         Define bit values for 'func_type' field.
358         (ARM_FUNC_TYPE): New macro.
359         (IS_INTERRUPT): New macro.
360         (IS_VOLATILE): New macro.
361         (IS_NAKED): New macro.
362         (IS_NESTED): New macro.
363         (ARM_INITIAL_ELIMINATION_OFFSET): Use IS_VOLATILE.
364
365         * config/arm/arm.c (isr_attribute_args): New Structure.  A
366         list of "interrupt" function attribute modifiers.
367         (arm_isr_value): New Function: Returns the type of the current
368         interrupt function.
369         (arm_compute_func_type): New Function: Computes the type of
370         the current function.
371         (arm_current_func_type): New Function: Returns the type of the
372         current function.
373         (use_return_insn): Use arm_current_func_type.
374         (arm_valid_type_attribute_p): Accept "interrupt" function
375         attribute.
376         (arm_comp_type_attributes): Check "interrupt" attributes.
377         (arm_valid_machine_decl): Accept "interrupt" function
378         attribute.
379         (arm_function_ok_for_sibcall): Do not allow interrupt
380         functions to use sibcalls.
381         (arm_naked_function_p): Delete.
382         (print_multi_reg): Remove redundant parameter 'hat'.
383         (arm_compute_save_reg_mask): New Function: Compute a bit mask
384         of registers saved during the current function's prologue.
385         (output_arm_return_instruction): Use arm_current_func_type.
386         Generate return instruction when LR is not poppsed off the
387         stack.
388         (arm_volatile_func): Delete.
389         (output_arm_prologue): Use arm_current_func_type and
390         arm_compute_save_reg_mask.
391         Note presernce of interrupt functions.
392         (arm_output_epilogue): Use arm_current_func_type and
393         arm_compute_save_reg_mask.
394         (arm_expand_prologue): Use arm_current_func_type and
395         arm_compute_save_reg_mask.
396         (arm_init_machine_status): Initialise func_type field, if
397         necessary.
398         (thumb_expand_prologue): Use arm_current_func_type.
399         (output_thumb_prologue): Use arm_current_func_type.
400
401 2000-12-08  Brad Lucier <lucier@math.purdue.edu>
402
403         * tradcpp.c (do_include): Make pointer differences 64-bit clean.
404
405 Fri Dec  8 08:23:29 2000  J"orn Rennecke <amylaar@redhat.com>
406
407         * fp-bit.c (_fpmul_parts): Use USItype variables as inputs
408         for multiplies.
409
410 2000-12-07  Mike Stump  <mrs@wrs.com>
411
412         * Makefile.in (distclean): Remove alloca.c hashtab.c.
413
414 2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
415
416         * Makefile.in (HOST_RTL): Add safe-ctype.o.
417         (safe-ctype.o): New rule.
418         * system.h: Include safe-ctype.h, not ctype.h.  No need to
419         wrap ctype macros.
420
421         * cpphash.h: Zap IStable and related macros.  Define is_* in
422         terms of safe-ctype.h macros.
423         * cppinit.c: Delete the IStable and all related code.
424
425         * tradcpp.c: Delete is_idchar, is_idstart, is_hor_space, and
426         is_space arrays.  Delete initialize_char_syntax.  Change all
427         references to the above arrays to use macros instead.
428         * tradcpp.h: Define is_idchar, is_idstart, is_space, and
429         is_nvspace in terms of safe_ctype.h's macros.
430         * tradcif.y: is_idchar, is_idstart are macros not arrays.
431
432         * config/i370/i370.c, config/winnt/dirent.c,
433         config/winnt/fixinc-nt.c, config/winnt/ld.c:
434         Use uppercase ctype macros.  If we included ctype.h,
435         include safe-ctype.h instead.
436
437         * fixinc/fixfixes.c: Use uppercase ctype macros.  Don't test
438         ISLOWER(c) before calling TOUPPER(c).
439         * fixinc/fixincl.c (extract_quoted_files): Simplify out some gunk.
440         * fixinc/gnu-regex.c: Include safe-ctype.h, not ctype.h.  No need to
441         wrap ctype macros.  Don't test ISUPPER(x) before calling TOLOWER(x).
442
443 2000-12-07  DJ Delorie  <dj@redhat.com>
444
445         * c-decl.c (grokdeclarator): preserve previous alignments when
446         rebuilding array types.
447
448 2000-12-07  Neil Booth  <neilb@earthling.net>
449
450         * cppfiles.c (struct include_file): Move from cpphash.h.
451         (_cpp_never_reread): New function.
452         (open_file, read_include_file): Use it.
453         (stack_include_file): Set the buffer's sysp according to the
454         path in which the file was found.
455         (find_include_file): Don't set sysp.
456         (cpp_make_system_header, actual_directory): Update.
457         (_cpp_execute_include): Do #include_next lookup handling here,
458         not in cpplib.c.  Use _cpp_never_reread.
459         * cpphash.h (struct_include_file): Remove.
460         (struct cpp_buffer): New member sysp.
461         (CPP_IN_SYSTEM_HEADER, _cpp_execute_include): Update.
462         (_cpp_never_reread): New.
463         * cpplib.c (read_line_number): Rename read_flag.  Rework slightly.
464         (end_directive): Clear line_extension flag.
465         (_cpp_handle_directive): Set line_extension flag for #number.
466         (do_include_next): Handle path lookup in _cpp_execute_include.
467         (do_line): Cleanup to use read_flag.  Don't allow flags in #line.
468         (_cpp_do_file_change): Update.
469         (do_pragma_once): Use cpp_never_reread.  Clean up.
470         * cpplib.h (struct lexer_state): New member line_extension.
471
472 2000-12-07  Richard Henderson  <rth@redhat.com>
473
474         * flow.c (calculate_global_regs_live): Force the stack pointer live
475         after reload as well.
476
477 2000-12-07  Bruce Korb  <bkorb@gnu.org>
478
479         * fixinc/Makefile.*(exeext): the variables are exeext, the
480         substitution expression is build_exeext.
481
482 2000-12-07  Neil Booth  <neilb@earthling.net>
483
484         * c-common.c (parse_in): Make a cpp_reader *.
485         * cppfiles.c (_cpp_fake_include): Remove.
486         * cpphash.h: Similarly.
487         * cpplib.c (do_line): Don't call _cpp_fake_include.  A valid
488         #line always creates a callback; FC_RENAME if there are no
489         #line flags.
490         * fix-header.c (read_scan_file): cpp_push_buffer cannot fail.
491         The first EOF must be our get_char buffer.
492
493 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
494
495         * c-common.c (warn_format_security): New variable.
496         (check_format_info): Warn about non-literal formats with no format
497         arguments if either -Wformat-nonliteral or -Wformat-security is
498         specified.
499         (set_Wformat): Set warn_format_security for settings other than 1.
500         * c-common.h (warn_format_security): Declare.
501         * c-decl.c (c_decode_option): Decode -Wformat-security and
502         -Wno-format-security.
503         * invoke.texi: Document -Wformat-security.
504         * toplev.c (documented_lang_options): Include -Wformat-security
505         and -Wno-format-security.
506
507 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
508
509         * c-common.c (check_format_info): Warn for non-constant format
510         strings with strftime formats if -Wformat-nonliteral.  Where the
511         format can convert arguments, if the format is not a string
512         literal and there are no arguments to the format, give a different
513         warning message from the general non-string-literal case.
514
515 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
516
517         * c-common.c (format_wanted_type): Add reading_from_flag.
518         (print_char_table): Mark %s and %S formats with flag "R".
519         (check_format_info_main): Set up reading_from_flag appropriately.
520         If aflag, always set writing_in_flag rather than relying on the
521         format used being a scanf format and so having it set.
522         (check_format_types): Check for formats reading through null
523         pointers.
524
525 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
526
527         * invoke.texi (-Wformat): Document what format features are
528         checked.
529
530 2000-12-06  Kazu Hirata  <kazu@hxi.com>
531
532         * config/h8300/h8300.h: Fix formatting.
533
534 2000-12-06      Joel Sherrill <joel@OARcorp.com>
535
536         * config.gcc (a29k*-*-rtems*, arm*-*-rtems*, c4x-*-rtems*,
537         h8300-*-rtems*, hppa1.1-*-rtems, *mips*-*-rtems*): New targets.
538         * config.gcc (*-rtems*): Add support for gthr-rtems.h.
539         * gthr-rtems.h, config/a29k/rtems.h, config/arm/rtems-elf.h,
540         config/h8300/rtems.h, config/mips/rtems.h: New files.
541
542 2000-12-06  Mark Kettenis  <kettenis@gnu.org>
543
544         * config.gcc: Reorganize handling of *-*-gnu*, to share target
545         specific make details with Linux.  Update comments to clarify
546         the distinction between GNU/Linux and GNU/Hurd.
547
548 Wed Dec  6 19:22:02 2000  Jeffrey A Law  (law@cygnus.com)
549
550         * contrib.texi: Fix my email address.  Update Per's
551         list of contributions.
552
553 2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
554
555         * c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
556         * collect2.c (scan_libraries): Remove unused `ch'.
557         (COFF specific stuff): Prototype ldgetname.  Declare and prototype
558         ldbtread and ldclose.
559
560         * config/alpha/osf.h: Standarize copyright statement.
561         * config/arc/arc.h: Likewise.
562         * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise.
563         * config/arm/arm.c config/arm/arm.h: Likewise.
564         * config/elxsi/elxsi.h: Likewise.
565         * config/i386/sco.h: Likewise.
566         * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise.
567         * config/m68k/m68kv4.h config/m68k/next21.h: Likewise.
568         * config/m68k/sun3.h: Likewise.
569         * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise.
570         * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise.
571         * config/romp/romp.h: Likewise.
572         * config/rs6000/aix41.h: Likewise.
573         * config/sparc/sysv4.h: Likewise.
574         * config/we32k/we32k.c config/we32k/we32k.h: Likewise.
575         * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise.
576         * cpplib.h cppexp.c cselib.h profile.c: Likewise.
577         * longlong.h: Likewise.
578         * libgcc2.c: Likewise.
579
580 2000-12-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
581
582         * machmode.def: Use correct definition for BITSIZE on targets where
583         BITS_PER_UNIT != 8.
584
585 2000-12-06  Bruce Korb  <bkorb@gnu.org>
586
587         * fixinc/Makefile.*: Reduce differences to (ultimately) reduce
588         the number of them.
589
590 2000-12-06  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
591
592         * pa.c: Include expr.h before c-tree.h.
593         (remove_useless_addtr_insns): Use reverse_condition_maybe_unordered
594         instead of reverse_condition.
595         (print_operand): Correct predicates for GT, GE, LT and LE.  Add
596         predicates for LTGT, UNLE, UNLT, UNGE, UNGT, UNEQ, UNORDERED and
597         ORDERED.
598         (cmpib_comparison_operator): Add GEU and LTU codes.
599         * pa.h (PREDICATE_CODES): Add codes for cmpib_comparison_operator.
600         * pa.md (bltgt, bunle, bunlt, bunge, bungt, buneq, bunordered,
601         bordered): New float conditional branch patterns.
602
603 Wed Dec  6 21:03:41 2000  J"orn Rennecke <amylaar@redhat.com>
604
605         * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT.
606
607 2000-12-06  Sylvain Pion  <Sylvain.Pion@sophia.inria.fr>
608
609         * cpplex.c (skip_escaped_newlines): Don't warn for spaces between
610         backslash and newline, when inside a comment.
611
612 2000-12-06  Joseph S. Myers  <jsm28@cam.ac.uk>
613
614         * invoke.texi: Use @table @samp instead of @itemize @minus for
615         table of language standards.  Fix use of @pxref.  From Zack
616         Weinberg.  Also exclude specs documentation from generated
617         manpage, and create separate ENVIRONMENT section.
618
619 2000-12-06  Michael Matz  <matzmich@cs.tu-berlin.de>
620
621         * gcse.c (compute_pre_data): Kill trapping expressions in
622         destination blocks of abnormal edges.
623
624 2000-12-05  Richard Sandiford  <r.sandiford@redhat.com>
625
626         * config/mn10300/mn10300.c (mn10300_print_reg_list): Added.
627         (mn10300_get_live_callee_saved_regs): Likewise.
628         (mn10300_gen_multiple_store): Likewise.
629         (store_multiple_operation): Likewise.
630         (expand_prologue): Use mn10300_gen_multiple_store().
631         * config/mn10300/mn10300-protos.h (mn10300_print_reg_list): Added.
632         (mn10300_get_live_callee_saved_regs): Likewise.
633         (mn10300_gen_multiple_store): Likewise.
634         (store_multiple_operation): Likewise.
635         * config/mn10300/mn10300.md (store_movm): Use a MATCH_PARALLEL
636         tied to store_multiple_operation().
637
638 Tue Dec  5 20:09:14 2000  Jeffrey A Law  (law@cygnus.com)
639
640         * builtins.c (expand_builtin_setjmp_setup): Set
641         current_function_has_nonlocal_label.
642
643 2000-12-05  Neil Booth  <neilb@earthling.net>
644
645         * cppfiles.c (stack_include_file): Push zero-length buffers
646         in case of failure.  Return void, as we don't fail any more.
647         (read_include_file): Check for files we shouldn't re-read.
648         Don't return an error code; errors are implied by marking the
649         file NEVER_REREAD.
650         (_cpp_execute_include): Move the recursion and in-macro checks
651         here.  Update for stack_include_file not failing.
652         * cpplib.c (cpp_push_buffer): Always succeed, since
653         _cpp_execute_include performs the recursion check.  Tidy up.
654         * cpplib.h (cpp_push_buffer): Update prototype.
655
656 2000-12-05  Alexandre Oliva  <aoliva@redhat.com>
657
658         * sched-vis.c (visual_tbl_line_length): New variable.
659         (get_visual_tbl_length): Set it.
660         (visualize_stall_cycles): Don't let stalls overrun
661         visual_tbl_line_length.
662
663 2000-12-05  Geoffrey Keating  <geoffk@redhat.com>
664
665         * global.c (global_conflicts): Allow for a REG_UNUSED note
666         with a different mode to the REG set in the insn.
667
668 2000-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
669
670         * Makefile.in (fixinc.sh): Pass $WARN_CFLAGS into fixinc dir.
671
672         * fixinc/Makefile.in (FIXINC_DEFS): Add $(WARN_CFLAGS).
673
674 2000-12-05  Bruce Korb  <bkorb@gnu.org>
675
676         * fixinc/mkfixinc.sh(*-gnu*): activate fixinc for GNU/Hurd and
677         GNU/Linux.
678
679 2000-12-05  Richard Earnshaw  <rearnsha@arm.com>
680
681         * fixinc/mkfixinc.sh: Run fixinc on netbsd.
682         * fixinc/inclhack.def (machine/ansi.h): Run this rule on all files,
683         to cope with aliased copies.
684         * fixinc/fixincl.x: Regenerate.
685
686 2000-12-05  Bernd Schmidt  <bernds@redhat.co.uk>
687
688         * sched-vis.c: Guard with #ifdef INSN_SCHEDULING.
689         * sched-rgn.c: Likewise.
690         (rgn_print_insn): Fix output.
691
692 2000-12-05  Bruce Korb  <bkorb@gnu.org>
693
694         * fixinc/Makefile.*: make these more consistent
695         * fixinc/mkfixincl.sh: enable BeOS fixincludes
696
697 2000-12-05  Richard Henderson  <rth@redhat.com>
698
699         * stmt.c (warn_if_unused_value): Move side effects test earlier.
700
701 2000-12-05  Alan Modra <alan@linuxcare.com.au>
702
703         * bb-reorder.c (reorder_basic_blocks): Do check for EH edges even
704         when using sjlj.
705
706 2000-12-05  Richard Henderson  <rth@redhat.com>
707
708         * flow.c (calculate_global_regs_live): Only force stack pointer
709         live before reload.  Force pic register live before reload.
710         (insn_dead_p): Don't protect pic references from deletion.
711
712 2000-12-05  Joseph S. Myers  <jsm28@cam.ac.uk>
713
714         * invoke.texi: Add support for using texi2pod.pl.  Don't use
715         @multitable.
716
717 2000-12-04  Nick Clifton  <nickc@redhat.com>
718
719         * config/arm/arm.c (arm_override_options): Test 'insn_flags' not
720         'tune_flags' for XScale nature.
721         Remove spurious test of HARD_FLOAT and XScale flags.
722
723         * config/arm/arm.md (umulsidi3adddi): Restore "=&r" register
724         contraint, accidentally changed during XScale contribution.
725
726         * config/arm/lib1funcs.asm (interwork_call_via_, call_via_): Do
727         not create these functions if the target architecture does not
728         support Thumb instructions.
729
730 2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
731
732         * ONEWS: New file with the current contents of NEWS up to EGCS
733         1.1.
734         * NEWS: Generate automatically from online release notes from EGCS
735         1.0 to GCC 2.95.2, using ../contrib/gennews.
736
737 2000-12-04  Neil Booth  <neilb@earthling.net>
738
739         * tradcif.y: Move lexptr to top of file.  Add rule to handle
740         assertions in conditional expressions.
741         * tradcpp.c (parse_answer): Assertions do not need to go to
742         end of line in conditional directives.
743         (parse_assertion): Get first character of identifiers correct.
744         (test_assertion): New function.
745         * tradcpp.h (test_assertion): New prototype.
746
747 2000-12-01  Rodney Brown  <RodneyBrown@mynd.com>
748
749         * config.gcc: Fix typo for UnixWare 7.
750
751 2000-12-03  Phil Edwards  <pme@sources.redhat.com>
752
753         * invoke.texi:  Replace `pedwarns' with clearer text.
754
755 2000-12-04  Bruce Korb  <bkorb@gnu.org>
756
757         * fixinc/Makefile.*(clean):  don't clean autogenerated files.
758         (mainainer-clean): clean autogenerated files
759
760 2000-12-04  DJ Delorie  <dj@redhat.com>
761
762         * md.texi: Add overview, clarify match_dup and define_expand.
763
764 2000-12-04  DJ Delorie  <dj@redhat.com>
765
766         * print-tree.c (print_node): Target-specific builtins print
767         numbers, not names.
768
769 2000-12-04  Jason Merrill  <jason@redhat.com>
770
771         * stor-layout.c (int_mode_for_mode): Handle MODE_VECTOR_INT,
772         MODE_VECTOR_FLOAT.
773
774         * diagnostic.c (report_problematic_module): s/function/module/.
775
776         * c-lex.h: Remove decl for check_newline.
777
778 2000-12-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
779
780         * README.APOLLO: Remove obsolete file.
781
782 2000-12-04  Neil Booth  <neilb@earthling.net>
783
784         * cppinternals.texi: New file.
785
786 2000-12-04  Neil Booth  <neilb@earthling.net>
787
788         * cppfiles.c (cpp_make_system_header): Take 2 booleans,
789         and operate on current buffer.
790         (cpp_read_file): Rename _cpp_read_file.
791         * cpplib.c (do_line, do_pragma_system_header): Update calls to
792         cpp_make_system_header.
793         * fix-header.c: Similarly.
794         * cpphash.h (_cpp_read_file): Move from...
795         * cpplib.h: ... here.
796         * cppinit.c (do_includes, cpp_start_read): Update appropriately.
797
798 2000-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
799
800         * builtins.c (expand_builtin_strspn, expand_builtin_strcspn):
801         Handle another transformation.
802
803 2000-12-03  Nick Clifton  <nickc@redhat.com>
804
805         * config.gcc: Add support for StrongARM targets.
806         * config/arm/t-strongarm-elf: New file.
807         * config/arm/t-strongarm-coff: New file.
808         * config/arm/t-strongarm-pe: New file.
809         * config/arm/strongarm-pe.h: New file.
810
811 2000-12-03  Nick Clifton  <nickc@redhat.com>
812
813         * NEWS: Mention XScale has been added.
814         * config.gcc: Add support for XScale targets.
815         * config/arm/arm.h: Add support for XScale processor.
816         * config/arm/arm.c: Add support for XScale processor.
817         * config/arm/arm.md: Add support for XScale processor.
818         * config/arm/t-xscale-elf: New file.
819         * config/arm/t-xscale-coff: New file.
820         * config/arm/xscale-elf.h: New file.
821         * config/arm/xscale-coff.h: New file.
822
823 2000-12-03  Richard Henderson  <rth@redhat.com>
824
825         * bb-reorder.c (reorder_basic_blocks): Don't check for EH edges
826         unless exception handling is enabled, and if not using sjlj.
827
828         * builtins.c (expand_builtin_setjmp_setup): New.
829         (expand_builtin_setjmp_receiver): New.
830         (expand_builtin_setjmp): Split out _setup and _receiver functions.
831         Move argument parsing in from ...
832         (expand_builtin): ... here.
833         * except.c (receive_exception_label): Branch around receiver
834         unless new-style exceptions.  Call expand_builtin_setjmp_receiver.
835         (start_dynamic_handler): Call expand_builtin_setjmp_setup.
836         * expr.h: Update builtin setjmp decls.
837
838 2000-12-03  Bruce Korb  <bkorb@gcc.org>
839
840         * fixinc/mkfixinc.sh(build machine): Sometimes, there is no canonical
841         build machine name.  Default to the target.
842
843 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
844
845         * Makefile.in: use $(build_canonical), not $(canonical_build).
846
847 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
848
849         * Makefile.in (OBJS): Add sched-rgn.o.
850         (sched-rgn.o): New rule.  * haifa-sched.c (sched_verbose): No
851         longer static.
852         (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
853         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
854         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
855         MAX_BLOCKAGE_COST): Move to sched-int.h.
856         (MAX_RGN_BLOCKS, MAX_RGN_INSNS, INSN_REF_COUNT, FED_BY_SPEC_LOAD,
857         IS_LOAD_INSN, struct haifa_edge, edge_table, NEXT_IN, NEXT_OUT,
858         FROM_BLOCK, TO_BLOCK, nr_edges, in_edges, out_edges, IN_EDGES,
859         OUT_EDGES, edgelst, struct region, nr_regions, rgn_table,
860         rgn_bb_table, block_to_bb, containing_rgn, RGN_NR_BLOCKS,
861         RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,
862         debug_regions, find_single_block_region, find_rgns, too_large,
863         init_regions, current_nr_blocks, current_blocks, bitset, bitlst,
864         bitlst_table_last, bitlst_table_size, bitlst_table, bitset_member,
865         extract_bitlst, bblst, struct candidate, candidate_table,
866         bblst_table, bblst_size, bblst_last, IS_VALID, IS_SPECULATIVE,
867         SRC_PROB, target_bb, split_edges, compute_trg_info,
868         debug_candidate, debug_candidates, bbset, bbset_size, dom,
869         IS_RGN_ENTRY, IS_DOMINATED, prob, GET_SRC_PROB, edgeset,
870         rgn_nr_edges, rgn_edges, edgeset_size, edgeset_bitsize,
871         EDGE_TO_BIT, edge_to_bit, pot_split, ancestor_edges,
872         compute_dom_prob_ps, ABS_VALUE, INSN_PROBABILITY,
873         IS_SPECULATIVE_INSN, INSN_BB, MIN_DIFF_PRIORITY, MIN_PROBABILITY,
874         MIN_PROB_DIFF, check_live_1, update_live_1, check_live,
875         update_live, set_spec_fed, is_pfree, find_conditional_protection,
876         is_conditionally_protected, may_trap_exp, haifa_classify_insn,
877         is_prisky, is_exception_free, add_branch_dependences,
878         propagate_deps, compute_block_backward_dependences,
879         debug_dependencies, is_cfg_nonregular, build_control_flow,
880         new_edge, bb_deps, BITSET_UNION, BITSET_INTER, BITSET_DIFFER,
881         BITSET_INVERT, BITSET_ADD, BITSET_REMOVE, debug_regions,
882         UPDATE_LOOP_RELATIONS, INSN_TRAP_CLASS, WORST_CLASS, IS_REACHABLE,
883         CONST_BASED_ADDRESS_P, free_pending_lists, sched_target_n_insns,
884         target_n_insns, sched_n_insns, init_ready_list, deaths_in_region,
885         can_schedule_ready_p, new_ready, schedule_more_p, rgn_print_insn,
886         rgn_rank, region_sched_info): Move to sched-rgn.c.
887         (debug_reg_vector): Delete useless function.
888         (get_bb_head_tail): Likewise.
889         (insn_issue_delay, insn_cost, ready_add, get_block_head_tail,
890         no_real_insns_p, rm_line_notes, save_line_notes,
891         restore_line_notes, rm_redundant_line_notes, sched_init): No
892         longer static.
893         (rm_line_notes, save_line_notes, restore_line_notes,
894         schedule_block, set_priorities): Change argument to be a real
895         basic block, not one of haifa's "bb"s.  All callers changed
896         (rm_other_notes): Initialize note_list here, not in
897         schedule_region.
898         (sched_finish): New function, called from schedule_insn.  * *
899         sched-int.h (INSN_PRIORITY, INSN_COST, INSN_UNIT, INSN_REG_WEIGHT,
900         INSN_BLOCKAGE, UNIT_BITS, BLOCKAGE_MASK, ENCODE_BLOCKAGE,
901         UNIT_BLOCKED, BLOCKAGE_RANGE, MIN_BLOCKAGE_COST,
902         MAX_BLOCKAGE_COST): Moved here from haifa-sched.c.
903         (get_block_head_tail, no_real_insns_p, rm_line_notes,
904         save_line_notes, restore_line_notes, rm_redundant_line_notes,
905         rm_other_notes, insn_issue_delay, set_priorities, schedule_block,
906         sched_init, sched_finish, ready_add, insn_cost): Declare.
907
908 2000-12-03  Laurynas Biveinis  <lauras@softhome.net>
909             Bruce Korb  <bkorb@gnu.org>
910
911         * Makefile.in: pass $(build_canonical) to mkfixinc.sh.
912         * fixinc/mkfixinc.sh: accept build system name as an argument.
913         Use it for choosing the fix build method.  Use the target for
914         selecting special fix rules.
915
916 2000-12-03  Bernd Schmidt  <bernds@redhat.co.uk>
917
918         * Makefile.in (OBJS): Add sched-deps.o.
919         (sched-deps.o): New rule.
920         * haifa-sched.c (struct deps, struct haifa_insn_data): Moved to
921         sched-int.h.
922         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved to
923         sched-int.h.
924         (SIZE_FOR_MODE): Delete unused macro.
925         (reg_known_equiv_p, reg_known_value, reg_pending_clobbers,
926         reg_pending_sets, reg_pending_sets_all, true_dependency_cache,
927         anti_dependency_cache, output_dependency_cache,
928         forward_dependency_cache): Variables moved to sched-deps.c.
929         (add_dependence, remove_dependence, find_insn_list,
930         find_insn_mem_list, add_insn_mem_dependence, flush_pending_lists,
931         sched_analyze_insn, sched_analyze_1, sched_analyze_2,
932         sched_analyze, group_leader, compute_forward_dependences,
933         init_deps, free_deps, init_dependency_caches, free_dependency_caches):
934         Functions moved to sched-deps.c.
935         (schedule_region): Call init_deps_global and finish_deps_global
936         instead of directly manipulating dependency data structures.
937         * sched-deps.c: New file.
938         (init_deps_global, finish_deps_global): New functions.
939         * sched-int.h (struct haifa_insn_data, struct deps): Moved here from
940         haifa-sched.c.
941         (h_i_d): Declare.
942         (INSN_DEPEND, INSN_LUID, CANT_MOVE, INSN_DEP_COUNT): Macros moved here
943         from haifa-sched.c.
944
945         * Makefile.in (OBJS): Add sched-vis.o.
946         (sched-vis.o): New rule.
947         * haifa-sched.c (get_unit_last_insn): New function.
948         (sched_dump, insn_unit, actual_hazard_this_instance): No longer
949         static.
950         (schedule_block): Call visualize_alloc and visualize_free.  Delete
951         spurious return statement.
952         (init_target_units, insn_print_units, get_visual_tbl_length,
953         init_block_visualization, print_block_visualization, safe_concat,
954         visualize_scheduled_inns, visualize_no_unit, visualize_stall_cycles,
955         print_exp, print_value, print_pattern, print_insn, target_units,
956         MAX_VISUAL_LINES, INSN_LEN, n_visual_lines, visual_tbl,
957         n_vis_no_unit, vis_no_unit): Move scheduling visualization
958         functions/variables...
959         * sched-vis.c: ...here.  New file.
960         (visualize_alloc, visualize_free): New functions.
961         (visualize_scheduled_insns, visualize_stall_cycles,
962         print_block_visualization): Lose basic block argument.  All callers
963         changed.
964         (visualize_scheduled_insns): Use new function get_unit_last_insn.
965         * sched-int.h (current_sched_info, sched_dump): Declare.
966         (init_target_units, insn_print_units, init_block_visualization,
967         print_block_visualization, visualize_scheduled_inns,
968         visualize_no_unit, visualize_stall_cycles, visualize_alloc,
969         visualize_free): Declare functions.
970
971         * sched-int.h: New file.
972         * Makefile.in (haifa-sched.o): Depend on it.
973         * haifa-sched.c: Include it.
974         (no_real_insns_p): New function.
975         (current_sched_info): New static variable.
976         (__inline, HAIFA_INLINE): Moved to sched-int.h.
977         (get_block_head_tail): Minor cleanup.
978         (init_ready_list, can_schedule_ready_p, new_ready, schedule_more_p,
979         rgn_print_insn, rgn_rank): New functions, broken out of
980         rank_for_schedule, schedule_insn and schedule_block, where they
981         are now called through function pointers in current_sched_info.
982         (queue_insn, schedule_insn, queue_to_ready, debug_ready_list,
983         print_insn): To display uid and block number, call the print_insn
984         function pointer in current_schedule_info.
985         (region_sched_info): New static variable.
986         (sched_target_n_insns, sched_n_insns, target_n_insns): New global
987         variables, moved out of schedule_block.
988         (schedule_block): Return void.  All callers changed.
989         Move some of the setup code into schedule_region.  Get head/tail
990         from current_sched_info, and update it when done.
991         (schedule_region): Slightly rearranged, some code moved here from
992         schedule_block.  Call no_real_insns_p to avoid doing work for a
993         block that consists only of notes and labels.
994         (schedule_insns): Initialize current_sched_info.
995
996 2000-12-03  Neil Booth  <neilb@earthling.net>
997
998         * cppmacro.c (funlike_invocation_p): Re-disable macros enabled
999         by contexts drops AFTER argument pre-expansion, so that they
1000         remain enabled during argument pre-expansion.
1001         (_cpp_pop_context): Unconditionally re-enable a macro when
1002         dropping a context level.
1003
1004 2000-12-03  Manfred Hollstein  <manfredh@redhat.com>
1005
1006         * arm/t-linux (MULTILIB_OPTIONS): Comment.
1007         (MULTILIB_DIRNAMES): Likewise.
1008         (EXTRA_MULTILIB_PARTS): Likewise.
1009         (LIBGCC): Likewise.
1010         (INSTALL_LIBGCC): Likewise.
1011
1012 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1013
1014         * builtins.c (expand_builtin_strcat, expand_builtin_strncat,
1015         expand_builtin_strspn, expand_builtin_strcspn): New functions.
1016         (expand_builtin): Handle BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
1017         BUILT_IN_STRSPN and BUILT_IN_STRCSPN.
1018
1019         * builtins.def (BUILT_IN_STRCAT, BUILT_IN_STRNCAT,
1020         BUILT_IN_STRSPN, BUILT_IN_STRCSPN): New entries.
1021
1022         * c-common.c (c_common_nodes_and_builtins): Declare builtin
1023         strcat, strncat, strspn and strcspn.
1024         (string_ftype_string_cstring): Renamed from `string_ftype_ptr_ptr'.
1025
1026         * extend.texi (strcat, strcspn, strncat, strspn): Document new
1027         builtins.
1028
1029 2000-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1030
1031         * builtins.c (expand_builtin_strcmp): Use const*_rtx when
1032         expanding strcmp at compile-time.  Add another transformation.
1033         (expand_builtin_strncmp): Add more transformations.  Call
1034         expand_builtin_memcmp, not expand_builtin_strcmp, under
1035         appropriate conditions if HAVE_cmpstrsi.
1036
1037 2000-12-02  David Edelsohn  <edelsohn@gnu.org>
1038
1039         * rs6000.md (anddi3_internal[23]): Prefer rldic? over andis
1040         instruction.
1041         (cr logic): Really make operands sequential.
1042
1043 2000-12-02  Geoffrey Keating  <geoffk@redhat.com>
1044
1045         * c-common.c (combine_strings): When the ISO C standard specifies
1046         the maximum length of a string, it doesn't include the trailing
1047         zero byte.
1048
1049         * cpplib.c (do_ifdef): Add check_eol() call.
1050         (do_ifndef): Likewise.
1051
1052 2000-12-02  Daniel Berlin  <dberlin@redhat.com>
1053             Bruce Korb  <bkorb@gnu.org>
1054
1055         * fixinc/*: global substitute /__MSDOS__/SEPARATE_FIX_PROC/
1056         * fixinc/mkfixinc.sh: prepare to use Makefile.BEOS for *-*-beos*
1057         * fixinc/Makefile.DOS: define SEPARATE_FIX_PROC for build
1058         * fixinc/fixfix.c(wrap_fix): avoid wrapping files that
1059         use the "__need_" hackery.  It breaks them.
1060         * fixinc/fixincl.c(process - SEPARATE_FIX_PROC):
1061         Sometimes on DOS and BeOS the temp output file cannot be opened.
1062         Skip the file noisily.  Ought to be fixed instead.
1063
1064 2000-12-02  Bruce Korb  <bkorb@gnu.org>
1065
1066         From: 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1067
1068         * fixfixes.c (emit_gnu_type, format_write): Prototype.
1069         (format_write, char_macro_use_fix, char_macro_def_fix): Use gcc's
1070         custom uppercase ctype macros.
1071         * fixincl.c (do_version): Make static and add ATTRIBUTE_NORETURN.
1072         Use gcc's custom uppercase ctype macros.
1073         (main): Prototype.
1074         (machine_matches): Add static prototype and constify variable.
1075         (create_file, test_test, egrep_test): Add static prototype.
1076         (quoted_file_exists): Likewise, and constify parameters.
1077         (extract_quoted_files, internal_fix, start_fixer, fix_applies,
1078         write_replacement, test_for_changes): Add static prototype.
1079         (write_replacement, test_for_changes): Delete excess argument to
1080         `create_file'.
1081         * fixtests.c (test): Make static.
1082         * server.c (load_data, sig_handler, server_setup, find_shell): Add
1083         static prototype.
1084         (sig_handler): Mark parameter with ATTRIBUTE_UNUSED.
1085
1086 2000-12-02  Bruce Korb  <bkorb@gnu.org>
1087
1088         * fixnc/mkfixinc.sh(msdosdjgpp): remove from fixincludes exception list
1089         (per Laurynas Biveinis  <lauras@softhome.net>)
1090
1091 2000-12-02  Richard Earnshaw  <rearnsha@arm.com>
1092
1093         * arm.h (ARM_REGNO_OK_FOR_BASE_P, THUMB_REGNO_MODE_OK_FOR_BASE_P): New
1094         macros.
1095         (REGNO_MODE_OK_FOR_BASE_P): Define in terms of above.
1096         (REGNO_OK_FOR_FOR_BASE_P): Delete.
1097         (ARM_REG_OK_FOR_BASE_P, THUMB_REG_MODE_OK_FOR_BASE_P): New macros for
1098         both strict and non-strict uses.
1099         (REG_MODE_OK_FOR_BASE_P): Define in terms of above.
1100         (ARM_REG_OK_FOR_INDEX_P, THUMB_REG_OK_FOR_INDEX_P): New macros.
1101         (REG_OK_FOR_INDEX_P): Define in terms of above.
1102         (REG_OK_FOR_BASE_P): Delete.
1103         (REG_OK_FOR_PRE_POST_P): Delete.
1104         (ARM_BASE_REGISTER_RTX_P): Renamed from BASE_REGISTER_RTX_P.
1105         (ARM_INDEX_REGISTER_RTX_P): Renamed from INDEX_REGISTER_RTX_P.
1106         (ARM_GO_IF_LEGITIMATE_INDEX): Renamed from GO_IF_LEGITIMATE_INDEX.
1107         (THUMB_LEGITIMATE_OFFSET): Renamed from LEGITIMATE_OFFSET.
1108         (ARM_GO_IF_LEGITIMATE_ADDRESS): Adjust for name changes.  Use ARM
1109         specific variants rather than general ones.  Use ARM_REG_OK_FOR_BASE_P
1110         in pre/post increment cases.
1111         (THUMB_GO_IF_LEGITIMATE_ADDRESS): Similarly for Thumb.
1112         (ARM_LEGITIMIZE_ADDRESS): Similarly.
1113         (THUMB_LEGITIMIZE_RELOAD_ADDRESS): Similarly.
1114         * arm.c (legitimate_pic_address): Similarly.
1115
1116 2000-12-02  Neil Booth  <neilb@earthling.net>
1117
1118         * tradcpp.c (struct answer, parse_assertion, parse_answer,
1119         canonicalize_text, find_answer): New.
1120         (do_assert, do_unassert): Provide appropriate function bodies.
1121         (union hashval): New member answers.
1122
1123 2000-11-23  Marek Michalkiewicz  <marekm@linux.org.pl>
1124
1125         * config/avr/avr.md: Document UNSPEC usage.
1126         (*tablejump_rjmp, *tablejump_lib, *tablejump_enh, *tablejump):
1127         Make operand 0 input only, clobber it.  Use UNSPEC, not a bogus
1128         MEM for program memory word reference.  Do not add the label to
1129         the table index in each of the asm output templates, instead ...
1130         (casesi): ... do it in RTL.  Adjust to match the above change.
1131
1132 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
1133
1134         * c-common.c (PTRDIFF_TYPE): Provide default here, ...
1135         * c-decl.c: ... not here.
1136
1137         * haifa-sched.c (sched_dump): Renamed from dump.  All users changed.
1138         (old_max_uid): New variable.
1139         (compute_forward_dependences): Renamed from
1140         compute_block_forward_dependences; changed to accept block head and
1141         tail instead of block number.  Caller changed.
1142         (free_deps, init_dependency_caches, free_dependency_caches,
1143         init_regions, sched_init): New functions, split out from
1144         schedule_insns and compute_block_backward_dependences.
1145
1146 2000-12-02  Neil Booth  <neilb@earthling.net>
1147
1148         * cppexp.c (parse_number): Update diagnostic test.
1149
1150 2000-12-02  Bernd Schmidt  <bernds@redhat.co.uk>
1151
1152         * reload1.c (free_for_value_p): New function, frontend to
1153         reload_reg_free_for_value_p.  All callers of the latter now call
1154         this function with an additional mode argument.
1155
1156 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1157
1158         * install.texi (Configurations): Remove obsolete documentation for
1159         hppa*-*-*.
1160
1161 2000-12-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1162
1163         * install.texi (Installation): Remove obsolete description for
1164         libstdc++ which is now an integral part of GCC.
1165
1166 2000-12-01  Jim Blandy  <jimb@redhat.com>
1167
1168         * dbxout.c (dbxout_parms): Correctly describe parameters passed by
1169         invisible reference in registers, but then spilled to the stack.
1170         Remove code to emit a second stab for such parameters; it attempts
1171         to describe the value's location by introducing a synthetic C++
1172         `reference' type, and then saying the stack slot has that
1173         reference type.  This loses type information (breaking GDB's
1174         `ptype' command, among other things) just to describe a location
1175         which stabs can represent correctly in other ways.
1176
1177 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
1178
1179         * final.c (output_addr_const) <PLUS>: Don't assume at least one
1180         operand is a CONST_INT.
1181
1182         * config/sh/sh.c (reg_class_from_letter): Assign `k' to SIBCALL_REGS.
1183         (machine_dependent_reorg): Split all insns.
1184         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Compute
1185         reg_class_contents[SIBCALL_REGS].
1186         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add SIBCALL_REGS.
1187         * config/sh/sh.md (calli_pcrel, call_pcrel, call_valuei_pcrel,
1188         call_value_pcrel, call, call_value, sibcall): Match even when
1189         not optimizing.
1190         (sibcalli_pcrel, sibcall_pcrel): Likewise.  Use constraint `k'
1191         for call address.
1192         (sibcalli): Likewise.
1193
1194 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1195
1196         * c-common.c (warn_format, warn_format_y2k,
1197         warn_format_extra_args, warn_format_nonliteral): Define.
1198         (check_format_info): Check warn_format_nonliteral and
1199         warn_format_extra_args.
1200         (check_format_info_main): Check warn_format_y2k.
1201         (set_Wformat): New function.
1202         * c-common.h (warn_format_y2k, warn_format_extra_args,
1203         warn_format_nonliteral, set_Wformat): Declare.
1204         * c-decl.c (warn_format): Remove definition.
1205         (c_decode_option): Handle -Wformat-nonliteral,
1206         -Wno-format-extra-args and -Wno-format-y2k, and negated versions.
1207         Use set_Wformat.
1208         * invoke.texi: Document these new options and -Wformat=2.
1209         * toplev.c (documented_lang_options): Add these new options.
1210
1211 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1212
1213         * builtins.def (BUILT_IN_IMAXABS): Add.
1214         * builtins.c (expand_builtin): Also abort on BUILT_IN_IMAXABS.
1215         * c-common.c (c_common_nodes_and_builtins): Create builtin
1216         functions __builtin_imaxabs, and plain imaxabs unless
1217         flag_no_nonansi_builtin outside C99 mode.
1218         (expand_tree_builtin): Handle BUILT_IN_IMAXABS.
1219         * extend.texi: Document builtin imaxabs.
1220
1221 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1222
1223         * c-common.c: Include "defaults.h".
1224         (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Define.
1225         (c_common_nodes_and_builtins): Create string_type_node,
1226         const_string_type_node, wint_type_node, intmax_type_node,
1227         uintmax_type_node, default_function_type, ptrdiff_type_node and
1228         unsigned_ptrdiff_type_node.
1229         * c-common.h (identifier_global_value): Declare.
1230         * c-decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
1231         (init_decl_processing): Don't create string_type_node,
1232         const_string_type_node, wint_type_node, intmax_type_node,
1233         uintmax_type_node, default_function_type, ptrdiff_type_node and
1234         unsigned_ptrdiff_type_node.
1235         (identifier_global_value): New function.
1236
1237 2000-12-01  Neil Booth  <neilb@earthling.net>
1238
1239         * cppinit.c (initialize): Forgotten prototype.
1240         * cpplex.c (_cpp_lex_token): Loop until not skipping.
1241         Always clear PREV_WHITE upon meeting a new line.
1242         * cpplib.c (end_directive): Set pfile->skipping after
1243         skip_rest_of_line.
1244         * cpplib.h (cpp_reader): Remove macro_pos.
1245         * cppmacro.c (cpp_get_line): Don't do anything special inside
1246         macros.
1247         (parse_arg): Add PREV_WHITE if a token appears after new lines.
1248         (funlike_invocation_p): Save and restore the output position
1249         over a successful check for a '('.
1250         (enter_macro_context): Delete uses of macro_pos.
1251         (cpp_get_token): Don't use pfile->skipping.
1252
1253 2000-12-01  Phil Edwards  <pme@sources.redhat.com>
1254
1255         * diagnostic.c:  Fix typos in comments.
1256         * diagnostic.h:  Likewise.
1257
1258 2000-11-30  Phil Edwards  <pme@sources.redhat.com>
1259
1260         * rtl.texi (Machine Modes):  Document BImode and OImode.
1261
1262 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1263
1264         * gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and
1265         .FPP.
1266
1267 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
1268
1269         * c-decl.c (grokdeclarator): If pedantic, warn about arrays with
1270         incomplete element type.
1271         (grokparms): Before checking for incomplete parameter type, check
1272         the type isn't error_mark_node.
1273
1274 2000-12-01  Jakub Jelinek  <jakub@redhat.com>
1275
1276         * builtins.c (target_char_cast): New function.
1277         (expand_builtin_strchr): Use it.
1278         (expand_builtin_strrchr): Use it.
1279         (builtin_memset_read_str): New function.
1280         (expand_builtin_memset): Use target_char_cast.
1281         Try to optimize memset with second argument non-zero using
1282         store_by_pieces.
1283
1284 2000-11-30  Marek Michalkiewicz  <marekm@linux.org.pl>
1285
1286         * install.texi (avr): Replace incomplete list of supported MCU
1287         types with a link to the current one ...
1288         * invoke.texi (AVR Options): ... here.  Update -mmcu= to list
1289         all supported MCU types.  Document -minit-stack= default.
1290         Document new options -mno-tablejump, -mtiny-stack.
1291         * md.texi (AVR family):  Fix typo in 'w' constraint letter
1292         description.  Document 'q'.  Update 'O'.
1293
1294 2000-12-01  Bernd Schmidt  <bernds@redhat.co.uk>
1295
1296         * combine.c (cant_combine_insn_p): Only disallow insns involving
1297         hard regs if they are reg-reg moves.
1298         (try_combine, can_combine_p, combinable_i3pat): Delete old
1299         SMALL_REGISTER_CLASSES tests.
1300
1301 2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
1302
1303         * config/sh/sh.c (shiftcosts): Don't get INTVAL before testing
1304         whether X is a CONST_INT.
1305         (addsubcosts): Likewise.
1306
1307         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA): Use INTVAL instead of
1308         mis-used XINT.
1309         (ARG_POINTER_REGNUM): Set to AP_REG.
1310
1311 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
1312
1313         * config/sh/sh.md (fpu_switch0, fpu_switch1, movpsi, fpu_switch,
1314         splits): Only match on TARGET_SH4.
1315
1316         * combine.c (try_combine): Disregard USEs when updating LOG_LINKS
1317         of subsequent insns.
1318
1319 2000-11-30  Richard Henderson  <rth@redhat.com>
1320
1321         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Disable.
1322         * config/alpha/alpha32.h (ASM_OUTPUT_MI_THUNK): Likewise.
1323
1324 2000-11-30  Richard Henderson  <rth@redhat.com>
1325
1326         * config/alpha/elf.h (ASM_OUTPUT_SECTION_NAME): Copy elfos.h defn.
1327         (DO_SELECT_SECTION): New.
1328         (SELECT_SECTION): Use it.
1329         (UNIQUE_SECTION_P): New.
1330         (UNIQUE_SECTION): New.
1331
1332 2000-11-30  Alexandre Oliva  <aoliva@redhat.com>
1333
1334         * c-common.c (status_warning) [! ANSI_PROTOTYPES]: Load status
1335         from va_list before using it.
1336
1337 2000-11-30  Michael Matz  <matzmich@cs.tu-berlin.de>
1338
1339         * flow.c (make_edge): Early out, if no flags to set.
1340         (calculate_global_regs_live): Clear out garbage only when necessary.
1341
1342         * simplify-rtx.c (varray_type used_regs): New.
1343         (clear_table): Use it to only clear necessary items.
1344         (cselib_lookup, cselib_record_set): Remember newly set items.
1345         (cselib_update_varray_sizes, cselib_init): Initialize and grow
1346         used_regs.
1347
1348         * local-alloc.c (update_equiv_regs): New local `cleared_regs'.
1349         Move clearing of dead regs out of insn-loop.
1350
1351 2000-11-30  Richard Henderson  <rth@redhat.com>
1352
1353         * calls.c (expand_call): Emit queued insns before creating
1354         the tail recursion sequence.
1355
1356 2000-11-30  J. David Anglin  <dave.anglin@nrc.ca>
1357             Bruce Korb  <bkorb@gnu.org>
1358
1359         * fixinc/inclhack.def(): prevent dual double definition protection
1360         * fixinc/fixincl.x: regenerate
1361
1362 2000-11-29  Loren J. Rittle  <ljrittle@acm.org>
1363
1364         * fixinc/Makefile.in (fixincl.x): Explicitly state the
1365         location of the generated file.
1366
1367 2000-11-30  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1368
1369         * README.FRESCO: Remove obsolete file.
1370
1371 2000-11-30  Mark Kettenis  <kettenis@gnu.org>
1372
1373         * config/t-gnu (LIBGCC1, CROSS_LIBGCC1, CRTSTUFF_T_CFLAGS,
1374         TARGET_LIBGCC2_CFLAGS): Remove.  We now use the settings from
1375         config/t-linux for the Hurd.
1376
1377 2000-11-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1378
1379         * config/mn10200/udivmod.c, config/mn10200/divmod.c,
1380         config/mn10200/udivmodsi4.c: Moved from here.
1381         * config/udivmod.c, config/divmod.c, config/udivmodsi4.c: To here.
1382         * config/mn10200/t-mn10200 (LIB2FUNCS_EXTRA): Use the generic
1383         C division functions.
1384         * config/m68hc11/t-m68hc11-gas (LIB2FUNCS_EXTRA): Likewise.
1385
1386 Thu Nov 30 01:12:52 2000  Jeffrey A Law  (law@cygnus.com)
1387
1388         * pa.md (conditional moves): Avoid holes in operand list.
1389         (mod, umod patterns): Similarly.
1390         (variable extract/shift patterns): Similarly.
1391
1392 2000-11-30  Neil Booth  <neilb@earthling.net>
1393
1394         * objc/objc-act.c (lang_init, finish_file, maybe_objc_comptypes,
1395         maybe_objc_check_decl, build_objc_string_object,
1396         objc_declare_alias, objc_declare_class, build_message_expr,
1397         build_protocol_expr, build_selector_expr, build_encode_expr,
1398         get_class_ivars, start_class, start_protocol): Remove
1399         redundant code, assuming doing_objc_thang is true.
1400
1401 2000-11-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1402
1403         * pa.c (restore_unscaled_index_insn_codes): Delete procedure.
1404         (record_unscaled_index_insn_codes): Likewise.
1405         (unscaled_index_insn_codes): Delete.
1406         (max_unscaled_index_insn_codes_uid): Delete.
1407         (output_function_prologue, output_function_epilogue, pa_reorg):
1408         Don't use the unscaled index insn hack.
1409
1410         * pa.md: Remove hack from all index insns to reverse the operand
1411         order of frame and stack pointer references incorrectly created
1412         in the reload pass.
1413
1414         * function.h (emit_status): Delete member regno_pointer_flag and
1415         rename regno_pointer_flag_length to regno_pointer_align_length.
1416         Delete define for REGNO_POINTER_FLAG.
1417         * integrate.h (inline_remap): Delete member regno_pointer_flag.
1418         Add member x_regno_reg_rtx.
1419         * rtl.h (rtx_def): Use frame_related bit to indicate register is
1420         a pointer in REG expressions.  Define REG_POINTER macro.
1421         * alias.c (find_base_value, find_base_term): Use REG_POINTER
1422         instead of REGNO_POINTER_FLAG.
1423         * combine.c (nonzero_bits, num_sign_bit_copies): Likewise.
1424         * emit-rtl.c (gen_reg_rtx): Use regno_pointer_align_length instead
1425         of regno_pointer_flag_length.  Remove code which refers to
1426         regno_pointer_flag.
1427         (mark_reg_pointer): Use REG_POINTER.
1428         (free_emit_status): Remove code which refers to regno_pointer_flag.
1429         (init_emit, mark_emit_status): Likewise.
1430         * flow.c (dump_flow_info): Likewise.
1431         * function.c (preserve_temp_slots): Likewise.
1432         * integrate.c (expand_inline_function, copy_rtx_and_substitute):
1433         Use x_regno_reg_rtx instead of regno_pointer_flag for function
1434         pointer determination in map.
1435         * loop.c (strength_reduce, maybe_eliminate_biv_1): Use REG_POINTER.
1436         * predict.c (estimate_probability): Likewise.
1437         * regclass.c (record_address_regs, reg_scan_mark_refs): Likewise.
1438         * unroll.c (unroll_loop): Use x_regno_reg_rtx instead of
1439         regno_pointer_flag for function pointer determination in map.
1440         * convex.h (RTX_COSTS): Don't test regno_pointer_flag and use
1441         REG_POINTER.
1442         * pa.c (hppa_legitimize_address, emit_move_sequence, basereg_operand):
1443         Use REG_POINTER.
1444         (restore_unscaled_index_insn_codes): Revise comment.
1445
1446         * expr.c (do_compare_and_jump): Add missing TYPE_MODE in statement.
1447
1448 2000-11-30  Joseph S. Myers  <jsm28@cam.ac.uk>
1449
1450         * extend.texi: Update documentation for attributes.
1451
1452 2000-11-29  David O'Brien  <obrien@FreeBSD.org>
1453
1454         * config/alpha/elf.h (IDENT_ASM_OP): Protect the #define.
1455         (ASM_DECLARE_OBJECT_NAME): Same.
1456         (ASM_FILE_END): Same.
1457         (ASM_FINISH_DECLARE_OBJECT): Same.
1458         (ASM_IDENTIFY_GCC): Same.
1459         (ASM_IDENTIFY_LANGUAGE): Same.
1460         (ASM_OUTPUT_CONSTRUCTOR): Same.
1461         (ASM_OUTPUT_DEF): Same.
1462         (ASM_OUTPUT_DESTRUCTOR): Same.
1463         (ASM_OUTPUT_EXTERNAL_LIBCALL): Same.
1464         (ASM_OUTPUT_SECTION_NAME): Same.
1465         (ASM_WEAKEN_LABEL): Same.
1466         (BSS_SECTION_ASM_OP): Same.
1467         (COMMON_ASM_OP): Same.
1468         (CONST_SECTION_ASM_OP): Same.
1469         (CONST_SECTION_FUNCTION): Same.
1470         (CTORS_SECTION_ASM_OP): Same.
1471         (DTORS_SECTION_ASM_OP): Same.
1472         (ESCAPES): Same.
1473         (FINI_SECTION_ASM_OP): Same.
1474         (IDENT_ASM_OP): Same.
1475         (IDENT_ASM_OP): Same.
1476         (INIT_SECTION_ASM_OP): Same.
1477         (INT_ASM_OP): Same.
1478         (MAX_OFILE_ALIGNMENT): Same.
1479         (SBSS_SECTION_ASM_OP): Same.
1480         (SDATA_SECTION_ASM_OP): Same.
1481         (SECTION_FUNCTION_TEMPLATE): Same.
1482         (SELECT_SECTION): Same.
1483         (SE_CONST_SECTION): Same.
1484         (SIZE_ASM_OP): Same.
1485         (SKIP_ASM_OP): Same.
1486         (STRING_ASM_OP): Same.
1487         (STRING_LIMIT): Same.
1488         (TYPE_ASM_OP): Same.
1489         (TYPE_OPERAND_FMT): Same.
1490
1491 2000-11-29  Neil Booth  <neilb@earthling.net>
1492
1493         * c-decl.c (c_decode_option): Don't handle -lang-objc.
1494         * objc/lang-options.h: Remove -lang-objc.
1495         * objc/lang-specs.h: Don't pass -lang-objc to cc1obj.
1496         * objc/objc-act.c (lang_init_options): Set c_language.
1497
1498 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1499
1500         * expr.c (can_store_by_pieces): Reinitialize max_size for reverse
1501         tests.
1502
1503 2000-11-29  Neil Booth  <neilb@earthling.net>
1504
1505         * c-pragma.c (init_pragma): Update for parse_in type change.
1506
1507 2000-11-29  Laurynas Biveinis  <lauras@softhome.net>
1508
1509         * configure.in: recognize DOS-style absolute paths.
1510
1511 2000-11-29  Jakub Jelinek  <jakub@redhat.com>
1512
1513         * expr.h (store_by_pieces): Add prototype.
1514         (can_store_by_pieces): Likewise.
1515         * expr.c (struct store_by_pieces): Renamed from clear_by_pieces.
1516         (can_store_by_pieces): New.
1517         (store_by_pieces): New.
1518         (clear_by_pieces): New.
1519         (clear_by_pieces_1): New.
1520         (store_by_pieces_1): Renamed from clear_by_pieces, handle storing
1521         arbitrary compiler generated constants into memory block.
1522         (store_by_pieces_2): Renamed from clear_by_pieces_1, likewise.
1523         * builtins.c (c_readstr): New.
1524         (builtin_memcpy_read_str): New.
1525         (expand_builtin_memcpy): If src is string constant and
1526         emit_block_move would move it by pieces, compute integer constants
1527         from the string and store it into memory block instead.
1528         (builtin_strncpy_read_str): New.
1529         (expand_builtin_strncpy): If N is not constant zero and c_strlen does
1530         not return INTEGER_CST, don't optimize.
1531         If N is larger than strlen(src) + 1, try to copy the string
1532         including padding with store_by_pieces.
1533         (expand_builtin_strcmp): If both arguments have side effects, don't
1534         optimize.
1535         (expand_builtin_fputs): If STR has side effects, don't optimize.
1536
1537 2000-11-29  Richard Earnshaw  <rearnsha@arm.com>
1538
1539         * arm.md (sibcall, sibcall_value, sibcall_insn, sibcall_value_insn):
1540         Add use of link register.
1541
1542 2000-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1543
1544         * extend.texi: Update documentation for default format attributes.
1545
1546 Tue Nov 28 21:56:45 2000  Jeffrey A Law  (law@cygnus.com)
1547
1548         * pa/pa-64.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
1549         a list, to keep track of the sections.
1550
1551 2000-11-28  Nick Clifton  <nickc@redhat.com>
1552
1553         * config/arm/arm.md (pic_load_addr): Split into
1554         pic_load_addr_arm and pic_load_addr_thumb.
1555
1556         * config/arm/arm.c (legitimize_pic_address): Generate either
1557         ARM or Thumb versions of pic_load_addr.
1558         (arm_finalize_pic): Generate either ARM or Thumb versions of
1559         pic_load_addr.
1560
1561 2000-11-28  Richard Henderson  <rth@redhat.com>
1562
1563         * calls.c (expand_call): Defer const/pure NO_DEFER_POP until
1564         after sibcall do_pending_stack_adjust.
1565
1566 Wed Nov 29 00:08:23 2000  J"orn Rennecke <amylaar@redhat.com>
1567
1568         * jump.c (delete_insn): Check that REG_LABEL note actually contains
1569         a CODE_LABEL.
1570
1571 2000-11-28  Neil Booth  <neilb@earthling.net>
1572
1573         * c-common.h: Remove flag_digraphs.
1574         * c-decl.c: Remove flag_digraphs.
1575         (c_decode_option): Don't set it.
1576         * c-lex.c (init_c_lex): Don't do anything for digraphs.
1577
1578 2000-11-28  Richard Henderson  <rth@redhat.com>
1579
1580         * c-parse.in (finish_parse): Update for parse_in type change.
1581         (_yylex): Likewise.
1582
1583 2000-11-28  Neil Booth  <neilb@earthling.net>
1584
1585         * cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean
1586         indicating whether to scan all buffers on the stack or
1587         just one.
1588         * cppinit.c (do_includes): Update.
1589         * cppmain.c (main): Update.
1590         * cpplib.h: Update prototype.
1591
1592 2000-11-28  Richard Henderson  <rth@redhat.com>
1593
1594         * genoutput.c (validate_insn_operands): New.
1595         (gen_insn): Call it.
1596
1597         * config/alpha/alpha.md (divmodsi_internal): Renumber operands.
1598         (divmoddi_internal): Likewise.
1599         * config/arm/arm.md (andsi3_compare0_scratch): Likewise.
1600         * config/i960/i960.md (branch patterns): Likewise.
1601         * config/ia64/ia64.md (tbit_and_0): Likewise.
1602         (tbit_and_1, tbit_or_0, tbit_or_1): Likewise.
1603         * config/m68k/m68k.md (zero_extract memory patterns): Likewise.
1604         * config/mips/mips.md (divmodsi4_internal): Likewise.
1605         (divmoddi4_internal): Likewise.
1606         * config/rs6000/rs6000.md (call patterns): Likewise.
1607         * config/sh/sh.md (movsi_y): Likewise.
1608         * config/sparc/sparc.md: Comment out if 0 v8p shift pattern.
1609
1610 2000-11-28  Richard Henderson  <rth@redhat.com>
1611
1612         * config.gcc: Kill residual pyramid support.
1613
1614 2000-11-28  Neil Booth  <neilb@earthling.net>
1615
1616         * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
1617         * c-decl.c (c_decode_option): Update to match.
1618         * c-lex.c (init_c_lex, yyparse): Update to match.
1619         * c-lang.c (lang_init_options): Use cpp_create_reader.
1620         * cppinit.c (cpp_init): Rename initialize.
1621         (cpp_reader_init): Rename cpp_create_reader.  Create the
1622         reader.  Initialize cpplib if appropriate.
1623         * cpplib.h (cpp_create_reader) New prototype.
1624         (cpp_init, cpp_reader_init): Delete prototypes.
1625         * cppmain.c (general_init, setup_callbacks): New functions.
1626         (main): Use them.
1627         * fix-header.c (scan_in): Change type to cpp_reader *.
1628         (read_scan_file): Update for new cpplib interface and scan_in type.
1629
1630         * cp/decl.c (parse_in): Change to cpp_reader *.
1631         (lang_decode_option): Update.
1632         * cp/lex.c (lang_init_options): Use new cpplib interface.
1633         (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.
1634         * cp/spew.c (read_token): Update.
1635         * objc/objc-act.c (lang_init_options): Update new cpplib interface.
1636
1637 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1638
1639         * loop.c (load_mems): Avoid using next_label to find end_label. If
1640         jumping outside of the loop (other than loop end), don't hoist MEMs
1641         out of loop.
1642
1643 2000-11-28  Jan Hubicka  <jh@suse.cz>
1644
1645         * calls.c (expand_call): Don't disable tail recursion based
1646         on the loop nest.
1647
1648 2000-11-28  Neil Booth  <neilb@earthling.net>
1649
1650         * tradcpp.c (enum node_type): New hash types T_ASSERT, T_UNASSERT.
1651         (struct directive): Drop 4th argument from handlers.
1652         (do_define, do_line, do_include, do_undef, do_else, do_elif,
1653         do_endif): Similarly.
1654         (do_assert, do_unassert, do_ifdef, do_ifndef): New handlers.
1655         (do_ifxdef): Update as common handler of do_ifdef and do_ifndef.
1656         (make_definition, make_undef): Take a const char*.
1657         (make_assertion): New function.
1658         (struct directive_table): Update.
1659         (main): Handle -A command line argument.
1660         (handle_directive): Drop fourth handler argument.
1661
1662 2000-11-28  Bernd Schmidt  <bernds@redhat.co.uk>
1663
1664         * simplify-rtx.c (cselib_record_sets): Ignore sets whose destination
1665         is anything but REG or MEM, but look inside STRICT_LOW_PART.
1666
1667 Tue Nov 28 09:53:50 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1668
1669         * system.h (IS_DIR_SEPARATOR): Use uppercase macro name.
1670         (IS_ABSOLUTE_PATHNAME): New macro.
1671         * gcc.c (find_a_file, process_command, do_spec_1, main): Use it.
1672
1673 2000-11-28  Jakub Jelinek  <jakub@redhat.com>
1674
1675         * config/i386/i386.md (truncxfsf2_2): Fix predicate.
1676
1677 2000-11-27  Jim Wilson  <wilson@redhat.com>
1678
1679         * reload1.c (reload): Use HOST_WIDE_INT for old_frame_size.
1680
1681 2000-11-27  Matthias Klose  <doko@cs.tu-berlin.de>
1682
1683         * extend.texi (Nested Functions): Update URL of Usenix paper.
1684
1685 2000-11-27  Mark Mitchell  <mark@codesourcery.com>
1686
1687         * function.c (free_after_compilation): Clear x_clobber_return_insn.
1688
1689 2000-11-27  Neil Booth  <neilb@earthling.net>
1690
1691         * cppinit.c (cpp_reader_init): Remove handling of warn_paste
1692         command line options.
1693         (cpp_handle_option): Similarly.
1694         * cpplib.h (struct cpp_options): Remove warn_paste.
1695         * cppmacro.c (paste_tokens): Apart from assembler, make
1696         unpasteable token warning mandatory.
1697
1698 2000-11-27  Neil Booth  <neilb@earthling.net>
1699
1700         * tradcpp.c (enum pending_dir_t, struct pending_dir): New.
1701         (main): Allocate a pending directive set of these.  Use it.
1702         Merge handling of -D and -U.  Update handling of pending
1703         directives.  Free the memory after use.
1704
1705 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
1706
1707         * flow.c (entry_exit_blocks): Add entry for cond_local_set.
1708         (struct propagate_block_info): Add new member cond_local_set.
1709         (propagate_block): Accept new arg cond_local_set.  All callers
1710         changed.
1711         (init_propagate_block_info): Likewise.
1712         (calculate_global_regs_live): Allocate & free cond_local_set.  Always
1713         rescan if there's overlap between cond_local_set and new_live_at_end.
1714         (mark_set_1): Set bits either in cond_local_set or local_set, as
1715         appropriate.
1716         * basic-block.h (struct basic_block_def): New field cond_local_set.
1717         (propagate_block, init_propagate_block_info): Update prototypes.
1718
1719 Mon Nov 27 17:29:44 2000  kaz Kojima <kkojima@rr.iij4u.or.jp>
1720
1721         * gcc/config/sh/sh.md (udivsi3_i4, udivsi3_i4_single): Clobber
1722         T register.
1723
1724 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
1725
1726         * arm.c (select_dominance_cc_mode): Handle new way that combine
1727         canonicalizes conditional compares.
1728         (arm_select_cc_mode): Likewise.
1729         * arm.md: Garbage collect some dead code.
1730         (cmp_and, cmp_ior): New patterns.
1731         (splitter for conditional move with inverted false): Use cond_exec
1732         and handle unordered comparisons.
1733
1734 Mon Nov 27 17:22:56 MET 2000  Jan Hubicka  <jh@suse.cz>
1735
1736         * i386.c (ix86_force_to_memory, ix86_free_from_memory): New.
1737         * i386-protos.h (ix86_force_to_memory, ix86_free_from_memory): Declare
1738         * i386.md (float?i?f, int/fp operations): Rewrite spliters to use
1739         ix86_force_to_memory and ix86_free_from_memory.
1740
1741 2000-11-27  Richard Earnshaw  <rearnsha@arm.com>
1742
1743         * arm.md (arm_adddi3, adddi_sesidi_di, adddi_zesidi_di, arm_addsi3,
1744         arm_subsi3_insn, anddi_zesidi_di, arm_andsi3_insn, anddi_notdi_di,
1745         anddi_notzesidi_di, anddi_notsesidi_di, arm_iorsi3,
1746         one_cmpldi2): Merge with splitters to create define_insn_and_split
1747         patterns.  Remove redundant splits.
1748         (peephole2 for add:SI of invalid immediate): New.
1749         (peephole2 for minus:SI of invalid immediate): New.
1750         (peephole2 for ior:SI of invalid immediate): New.
1751         (peephole for merge of move and compare): Convert ot peephole2.
1752         (addsf3, adddf3): Mark as commutative.
1753
1754         * arm.md (thumb peephole for merging stack adjustments): Convert to
1755         peephole2.
1756
1757 2000-11-27  Bernd Schmidt  <bernds@redhat.co.uk>
1758
1759         * haifa-sched.c (print_pattern): Prettier output for COND_EXEC.
1760
1761         * reload1.c (reload_cse_simplify_set): Pass down mode to cselib_lookup.
1762         (reload_cse_simplify_operands): Do nothing about operands where both
1763         the operand and the match_operand fail to give us a mode.
1764         * simplify-rtx.c (wrap_constant): New function.
1765         (entry_and_rtx_equal_p): Except integer constants to come wrapped in a
1766         CONST describing the proper mode.
1767         (rtx_equal_for_cselib_p): Pass down modes to recursive calls of
1768         cselib_lookup.
1769         (cselib_lookup_mem): Call wrap_constant on the rtx that is passed to
1770         htab_find_slot_with_hash.
1771         (cselib_lookup): Likewise.
1772
1773         Based on a patch from Geoff Keating <geoffk@redhat.com>:
1774         * loop.c (basic_induction_var): If a REG is set from something
1775         that is not a biv, then the REG is not a biv.  Even if it is
1776         earlier set from something that is a biv.
1777
1778 2000-11-27  Alexandre Oliva  <aoliva@redhat.com>
1779
1780         * configure.in (extra_objs): Enclose extra_headers in quotes.
1781         * configure: Rebuilt.
1782
1783 2000-11-27  Neil Booth  <neilb@earthling.net>
1784
1785         * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):
1786         Combine into the new function cb_change_file.
1787         (init_c_lex): Update.
1788         * cppfiles.c (stack_include_file): Use _cpp_do_file_change.
1789         (cpp_syshdr_flags): Delete.
1790         * cpphash.h (_cpp_do_file_change): New prototype.
1791         Move struct cpp_buffer here from...
1792         * cpplib.h (struct cpp_buffer): ... here.
1793         (enum cpp_fc_reason, struct cpp_file_loc,
1794         struct_cpp_file_change, change_file): New.
1795         (enter_file, leave_file, rename_file, cpp_syshdr_flags): Delete.
1796         * cpplib.c (do_line): Update for new cb_change_file callback.
1797         (_cpp_do_file_change): New function.
1798         (_cpp_pop_buffer): Update to use it.
1799         * cppmain.c (move_printer): Delete.
1800         (main): Set up single callback cb_change_file.
1801         (cb_enter_file, cb_leave_file, cb_rename_file): Delete.
1802         (cb_change_file): New.
1803         * fix-header.c (cur_file, cb_change_file): New.
1804         (recognized_function, read_scan_file): Update.
1805         * scan-decls.c (scan_decls): Update.
1806         * scan.h (recognized_function): Update prototype.
1807
1808 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
1809
1810         * tree.h (mark_tree_hashtable): New function.
1811         * tree.c (mark_tree_hashtable_entry): New function.
1812         (mark_tree_hashtable): Likewise.
1813
1814 2000-11-27  Michael Meissner  <meissner@redhat.com>
1815
1816         * d30v-protos.h (srelational_si_operator): Correctly spell
1817         function.
1818         (urelational_si_operator): Ditto.
1819         (relational_si_operator): Ditto.
1820         (d30v_expand_prologue): Add prototype.
1821         (d30v_expand_epilogue): Ditto.
1822
1823         * d30v.h (OPTIMIZATION_OPTIONS): Undo November 22nd change.
1824
1825         * d30v.md (movcccc_*): Delete now unused patterns.
1826         (64 bit comparison splitters): Rewrite to use COND_EXEC instead of
1827         IF_THEN_ELSE.
1828         (define_cond_exec): Use 'b' to select branch flags.
1829
1830 2000-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1831
1832         * builtins.c (expand_builtin_strncmp, expand_builtin_strncpy): New
1833         functions.
1834         (expand_builtin): Handle BUILT_IN_STRNCPY and BUILT_IN_STRNCMP.
1835
1836         * builtins.def (BUILT_IN_STRNCPY, BUILT_IN_STRNCMP): New entries.
1837
1838         * c-common.c (c_common_nodes_and_builtins): Declare builtin
1839         strncpy and strncmp.
1840
1841         * extend.texi (strncmp, strncpy): Document new builtins.
1842
1843 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
1844
1845         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Use a hash table, not
1846         a list, to keep track of the sections.
1847         * tm.texi (ASM_OUTPUT_SECTION_NAME): Document the fact that the
1848         parameter provided will always be a canonical string.
1849
1850 2000-11-26  Neil Booth  <neilb@earthling.net>
1851
1852         * cppmacro.c (cpp_scan_buffer_nooutput): Only scan the
1853         current buffer.
1854
1855 2000-11-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1856
1857         * makefile.vms: Remove EGCS references.
1858
1859 2000-11-26  Ulrich Drepper  <drepper@redhat.com>
1860
1861         * dwarf2out.c (output_file_names): New function.  Compute minimal
1862         combination of directory and file name table and emit them.
1863         (output_line_info): Remove code to emit directory and file name
1864         table and call output_file_names instead.
1865         (file_info_cmp): Helper function to sort directory names.
1866
1867 2000-11-26  Neil Booth  <neilb@earthling.net>
1868
1869         * cpplib.h (struct cpp_reader): Remove lang_asm.
1870         (struct cpp_options): Remove c89. New members lang,
1871         extended_numbers.
1872         * cppexp.c (parse_number): Use them.
1873         * cpphash.h (VALID_SIGN): Use them.
1874         * cppinit.c (set_lang, cpp_start_read): Update.
1875         * cpplex.c (parse_string, _cpp_lex_token): Update.
1876         * cpplib.c (_cpp_handle_directive): Update.
1877         * cppmacro.c (parse_args): Update.
1878         * cppmain.c (scan_buffer): Update.
1879
1880 Sun Nov 26 10:02:37 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1881
1882         * fold-const.c (fold, case CONVERT_EXPR): Always return tree of
1883         proper type.
1884
1885 2000-11-26  Neil Booth  <neilb@earthling.net>
1886
1887         * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
1888         * c-decl.c: Remove parse_in declaration.
1889         * c-lang.c: Similarly.
1890         * c-lex.c: Similarly.
1891         * c-parse.in: Similarly.
1892         * c-pragma.c: Similarly.
1893         * configure.in: Similarly.
1894         * cp/Make-lang.in: Similarly.
1895         * cp/spew.c: Similarly.
1896         * cp/decl2.c: Remove check for lang-c++ option.
1897         * cp/lang-specs.h: Remove -lang-c++ from cc1plus command line.
1898         * cp/lex.c (lang_init_options): With cpp_reader_init, default to C++.
1899         * c-lex.h: Add declaration of parse_in.
1900         * cppinit.c: Call set_lang after allocating pfile->pending.
1901         * configure: Regenerate.
1902
1903 2000-11-25  Zack Weinberg  <zack@wolery.stanford.edu>
1904
1905         * combine.c (try_combine): Remove redundant test.
1906
1907 2000-11-25  Richard Henderson  <rth@redhat.com>
1908
1909         * c-common.h (DECL_C_HARD_REGISTER): New.
1910         * c-decl.c (finish_decl): Set it for asm register variables.
1911         * c-semantics.c (emit_local_var): Test it when instantiating one.
1912
1913 2000-11-25  Richard Henderson  <rth@redhat.com>
1914
1915         * c-decl.c (c_expand_body): Use DECL_SOURCE_LINE rather than
1916         lineno for the start of the function.
1917
1918 2000-11-25  Richard Henderson  <rth@redhat.com>
1919
1920         * dwarf2out.c (file_table, file_table_allocated): Remove.
1921         (file_table_allocated): Remove.
1922         (struct file_table): New.
1923         (decl_file_table, line_file_table): New.
1924         (print_dwarf_line_table): Use them.
1925         (size_of_line_prolog): Likewise.
1926         (output_line_info): Likewise.
1927         (add_src_coords_attributes): Likewise.
1928         (gen_subprogram_die): Likewise.
1929         (gen_variable_die): Likewise.
1930         (dwarf2out_add_library_unit_info): Likewise.
1931         (dwarf2out_line): Likewise.
1932         (lookup_filename): Take a struct file_table argument.
1933         (init_file_table): New.
1934         (dwarf2out_init): Use it.
1935
1936 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1937
1938         * invoke.texi: Update sequence points references.
1939
1940 2000-11-25  Neil Booth  <neilb@earthling.net>
1941
1942         * c-common.c: Remove USE_CPPLIB conditional inclusions.
1943         * c-common.h: Similarly.
1944         * c-decl.c: Similarly.
1945         * c-lang.c: Similarly.
1946         * c-lex.c: Similarly.
1947         * c-parse.in: Similarly.
1948         * c-pragma.c: Similarly.
1949         * c-pragma.h: Similarly.
1950         * gcc.c: Similarly.
1951         * toplev.c: Similarly.
1952         * cp/cp-tree.h: Similarly.
1953         * cp/decl2.c: Similarly.
1954         * cp/lang-specs.h: Similarly.
1955         * cp/lex.c: Similarly.
1956         * cp/lex.h: Similarly.
1957         * cp/spew.c: Similarly.
1958         * java/lang-options.h: Similarly.
1959         * objc/lang-specs.h: Similarly.
1960         * objc/objc-act.c: Similarly.
1961
1962         * configure.in: Remove configure option.
1963         * config.in: Regenerate.
1964         * configure: Regenerate.
1965
1966 2000-11-25  Richard Henderson  <rth@redhat.com>
1967
1968         * haifa-sched.c (sched_analyze_1, sched_analyze_2, sched_analyze):
1969         Revert 2000-11-22 change.
1970
1971 2000-11-25  Bernd Schmidt  <bernds@redhat.co.uk>
1972
1973         * config/i386/i386.h (FIXED_REGS): Make the three flags registers
1974         fixed.
1975
1976 2000-11-25  Philipp Thomas  <pthomas@suse.de>
1977         * configure.in (ALL_LINGUAS): Remove en_GB and add sv.
1978         * configure: Rebuilt.
1979
1980 2000-11-25  Jakub Jelinek  <jakub@redhat.com>
1981
1982         * config/sparc/sparc.md (muldi3_v8plus): Remove H constraint.
1983         Handle CONST_INT as second argument.
1984         * config/sparc/sparc.c (set_extends): Remove first argument.
1985         Properly handle AND, CONST_INT and CONST_DOUBLE, handle IOR, XOR and
1986         MOV.
1987         (sparc_check_64): Abort if first argument is not REG.
1988         If it is DImode REG, look at the lower register of the register
1989         pair.
1990
1991         * config/sparc/sparc.c (load_pic_register, restore_regs,
1992         output_return, sparc_v8plus_shift, sparc_function_profiler,
1993         sparc_function_block_profiler, sparc_block_profiler): Fix output
1994         formatting.
1995
1996 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>
1997
1998         * config/sh/sh.h (TARGET_NONE): New.
1999         (TARGET_SWITCHES): For all variant-selecting switch, use
2000         TARGET_NONE to reset all other variant-selecting switch.  Added
2001         empty strings to avoid warnings.
2002         (TARGET_DEFAULT): Set to SH1_BIT.
2003
2004         * Makefile.in ($(INTL_TARGETS)): Added $(CONFIG_H) for
2005         insn-codes.h.
2006
2007         * gcc/config/sh/sh.md (sibcalli, sibcalli_pcrel): New insns.
2008         (sibcall_pcrel): New insn_and_split.
2009         (sibcall, sibcall_value, sibcall_epilogue): New expands.
2010
2011         * config/sh/sh.md (GOTaddr2picreg, symGOT2reg, symGOTOFF2reg,
2012         symPLT_label2reg, call, call_value): Don't set
2013         current_function_uses_pic_offset_table.
2014         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Don't mark
2015         PIC_OFFSET_TABLE_REGNUM as call_used, so that calc_live_regs
2016         takes it into account.
2017         (FINALIZE_PIC): Delete, useless.
2018         (LEGITIMATE_CONSTANT_P): Delete, unused.
2019         * config/sh/sh.c (sh_expand_prologue): Don't use
2020         current_function_uses_pic_offset_table.  Don't special-case
2021         PIC_OFFSET_TABLE_REGNUM.  Initialize it if it's ever live and
2022         PIC is enabled.
2023         (sh_expand_epilogue, initial_elimination_offset): Don't
2024         special case PIC_OFFSET_TABLE_REGNUM.
2025
2026 2000-11-25  Alexandre Oliva  <aoliva@redhat.com>, NIIBE Yutaka  <gniibe@m17n.org>
2027
2028         * config/sh/sh-protos.h (symbol_ref_operand): Declare.
2029         * config/sh/sh.md (UNSPEC_CALLER): New constant.
2030         (calli_pcrel, call_valuei_pcrel): Use PIC_REG.
2031         (call_pcrel, call_value_pcrel): New insn_and_splits.
2032         (call, call_value): Use them.
2033         (call_site): New expand.
2034         (sym_label2reg, symPLT_label2reg): Adjust to hold call_sites.
2035         * config/sh/sh.h (OUTPUT_ADDR_CONST_EXTRA) [UNSPEC_CALLER]:
2036         Output call_site label.
2037         (PREDICATE_CODES): Added symbol_ref_operand.
2038         * config/sh/sh.c (symbol_ref_operand): Define.
2039         * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
2040         to CALL_INSNs in the split sequence.
2041
2042 2000-11-24  Nick Clifton  <nickc@redhat.com>
2043
2044         * config.gcc (v850-*-*): Define c_target_objs and
2045         cxx_target_objs.
2046
2047         * config/v850/t-v850: Define how to build v850-c.o
2048
2049         * config/v850/v850.h (struct data_area_stack_element): Move
2050         definition here from v850.c.
2051
2052         * config/v850v850.c: Include gcc.h to avoid compile time
2053         warning.
2054         (push_data_area): Move to v850-c.c.
2055         (pop_data_area): Move to v850-c.c.
2056         (mark_current_function_as_interrupt): Move to v850-c.c.
2057         (GHS_default_section_names): Allow to be exported.
2058         (GHS_current_section_names): Allow to be exported.
2059         (data_area_stack_elements): Allow to be exported.
2060         (ghs_pragma_section): Move to v850-c.c.
2061         (ghs_pragma_interrupt): Move to v850-c.c.
2062         (ghs_pragma_starttda): Move to v850-c.c.
2063         (ghs_pragma_startsda): Move to v850-c.c.
2064         (ghs_pragma_startzda): Move to v850-c.c.
2065         (ghs_pragma_endtda): Move to v850-c.c.
2066         (ghs_pragma_endsda): Move to v850-c.c.
2067         (ghs_pragma_endzda): Move to v850-c.c.
2068
2069         * config/v850/v850-c.c: New file: Contains v850 specific
2070         pragma parsing functions.
2071
2072 2000-11-24  Nick Clifton  <nickc@redhat.com>
2073
2074         * config.gcc (extra_objs): Remove duplicate description.
2075         (c_target_objs): New variable.  Contains target specific
2076         object files for the gcc C compiler only.
2077         (cxx_target_objs): New variable.  Contains target specific
2078         object files for the gxx C++ compiler only.
2079
2080         * configure.in (c_target_objs): Substitute in the makefile.
2081         (cxx_target_objs): Substitute in the makefile.
2082         * configure: Regenerate.
2083
2084         * Makefile.in (C_TARGET_OBJS): Define and initialise from
2085         c_target_objs.
2086         (CXX_TARGET_OBJS): Define and initialise from
2087         cxx_target_objs.
2088         (C_AND_OBJC_OBJS): Include C_TARGET_OBJS.
2089
2090         * cp/Make-lang.in (CXX_C_OBJS): Include CXX_TARGET_OBJS).
2091
2092         * tm.texi (REGISTER_TARGET_PRAGMAS): Add paragraph explaining
2093         about how the use of the 'c_lex' function requires the use of
2094         the target specific, language specific object files feature of
2095         the configuration mechanism.
2096
2097 Fri Nov 24 18:50:58 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2098
2099         * gcc.c (process_command): Use F_OK, not R_OK.
2100
2101 2000-11-24  Arno J. Klaassen  <arno@heho.snv.jussieu.fr>
2102
2103         * flow.c (print_rtl_and_abort): Remove ANSIism.
2104
2105 Fri Nov 24 19:54:36 2000  Alexandre Oliva  <aoliva@redhat.com>
2106
2107         * config/sh/sh.h (GENERAL_REGISTER_P,
2108         GENERAL_OR_AP_REGISTER_P, FP_REGISTER_P, XD_REGISTER_P,
2109         FP_OR_XD_REGISTER_P, FP_ANY_REGISTER_P): New macros.  Use them
2110         all over.
2111         (SPECIAL_REG): Renamed to SPECIAL_REGISTER_P.
2112         * config/sh/sh.c: Use new macros.
2113         * config/sh/sh.md: Likewise.
2114
2115 Fri Nov 24 19:46:16 2000  Alexandre Oliva  <aoliva@redhat.com>
2116
2117         * config/sh/sh.md: Clobber MACH_REG and MACL_REG in SImode,
2118         instead of just MACH_REG in DImode.  Always refer to FPSCR_REG
2119         in PSImode.
2120
2121 Fri Nov 24 22:37:41 2000  Denis Chertykov  <denisc@overta.ru>
2122
2123         * config/avr/avr.c (out_tsthi,out_tstsi): Test simplification bug
2124         fixed.
2125         (machine_dependent_reorg): Wrong optimization based on
2126         NOTICE_UPDATE_CC removed.
2127
2128 Fri Nov 24 19:48:09 2000  J"orn Rennecke <amylaar@redhat.com>
2129
2130         * jump.c (delete_computation): Re-instate deletion of feeding insn.
2131         (delete_insn): Look for REG_LABEL notes.
2132         (redirect_tablejump): Delete feeding insns.
2133
2134 2000-11-24  Bernd Schmidt  <bernds@redhat.co.uk>
2135
2136         * config/i386/i386.md (call_pop_0, call_pop_1, call_value_pop_0,
2137         call_value_pop_1): Make sure operand numbers are contiguous.
2138
2139         * fold-const.c (fold_range_test): Avoid crash if LHS or RHS is null.
2140
2141         * reload1.c (conflicts_with_override): New function.
2142         (emit_input_reload_insns): Use it to tighten test for validity
2143         of substituting into output of previous insn.
2144
2145         * haifa-sched.c (struct ready_list): New.
2146         (ready_lastpos, ready_add, ready_remove_first, ready_sort): New static
2147         functions.
2148         (schedule_insn): Replace args READY and N_READY with a pointer to a
2149         ready_list; return void.  Use the new functions to access the ready
2150         list.  All callers changed.
2151         (queue_to_ready, debug_ready_list): Likewise.
2152         (schedule_block): Initialize a ready_list structure.  Use new
2153         functions to access it.
2154         (max_priority): Remove unused variable.
2155         (schedule_insn): Don't set it.
2156
2157         * c-common.c (verify_tree): Don't recurse into CONSTRUCTORs.
2158
2159         * combine.c (cant_combine_insn_p): New function.
2160         (try_combine): Use it.
2161
2162         * Makefile.in (c-common.o): Depend on $(OBSTACK_H).
2163         * c-common.c (c-obstack.c): Include "obstack.h".
2164         (struct reverse_tree): Delete.
2165         (reverse_list, reverse_max_depth): Delete.
2166         (build_reverse_tree, common_ancestor, modify_ok): Delete functions.
2167         (struct tlist, struct tlist_cache): New.
2168         (tlist_obstack, tlist_firstobj, warned_ids, save_expr_cache): New.
2169         (add_tlist, merge_tlist, verify_tree, warning_candidate_p,
2170         warn_for_collisions, warn_for_collisions_1, new_tlist): New
2171         static functions.
2172         (verify_sequence_points): Rewritten.
2173         * fold-const.c (fold): Don't lose possibly important sequence
2174         points when removing one arm of TRUTH_ORIF_EXPRs or TRUTH_ANDIF_EXPRs.
2175
2176 2000-11-24  Richard Sandiford  <rsandifo@redhat.com>
2177
2178         * gcc/cse.c (cse_insn): Removed conversion of REG_EQUIV to REG_EQUAL
2179         when reversing a register-to-register copy.  Reversal now disabled
2180         when the previous instruction has a REG_EQUIV.
2181
2182 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
2183
2184         * c-parse.in (unary_expr): Move VA_ARG from here ...
2185         (primary): ... to here.
2186
2187 2000-11-23  Graham Stott  <grahams@redhat.com>
2188
2189         * expr.c (store_constructor): If a field is non addressable and
2190         the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.
2191
2192 2000-11-23  Bernd Schmidt  <bernds@redhat.co.uk>
2193
2194         * flow.c (print_rtl_and_abort): New function.
2195         (verify_wide_reg, verify_local_live_at_start): Try to dump more
2196         information before aborting.
2197
2198 2000-11-23  Alexandre Oliva  <aoliva@redhat.com>
2199
2200         * emit-rtl.c (gen_lowpart_common): Use word 0 if register mode
2201         is narrower than requested mode.
2202         (gen_highpart): Abort if register mode is narrower than
2203         requested mode.
2204
2205 2000-11-23  Graham Stott  <grahams@redhat.com>
2206
2207         * cse.c (cse_insn): Initialise all regcost variables.
2208         Fix a typo add missing '='.
2209         Only compare costs if there is a replacement insn.
2210
2211 Thu Nov 23 04:33:33 2000  Alexandre Oliva  <aoliva@redhat.com>
2212
2213         * final.c (output_addr_const) [LABEL_REF]: Simplify.
2214         [MINUS]: Enclose non-CONST_INTs in parentheses.
2215         [default]: Try OUTPUT_ADDR_CONST_EXTRA.
2216         * tm.texi (OUTPUT_ADDR_CONST_EXTRA): Document it.
2217         * varasm.c (decode_rtx_const) [CONST]: If it's not something
2218         PLUS or MINUS a CONST_INT, use the whole CONST with offset 0
2219         instead of abort()ing.
2220         * sh.c (output_pic_addr_const): Removed.  Fixed all callers.
2221         * sh.h (OUTPUT_ADDR_CONST_EXTRA): New.  Handle the UNSPECs
2222         formerly handled in output_pic_addr_const.
2223         * sh.md (sym_label2reg, symPLT_label2reg): Enclose UNSPEC
2224         operands of MINUS in CONSTs so that decode_rtx_const() will
2225         accept them.
2226
2227 Thu Nov 23 04:10:30 2000  Alexandre Oliva  <aoliva@redhat.com>
2228
2229         * config/sh/sh.md (mova_const): New pattern.
2230         (GOTaddr2picreg): Use it.
2231         * config/sh/sh.c (broken_move): Match it.
2232         (mova_p): Don't match it.
2233         (machine_dependent_reorg): Adjust it.
2234
2235 Thu Nov 23 02:09:09 2000  Alexandre Oliva  <aoliva@redhat.com>
2236
2237         * config/sh/sh.h (FIRST_GENERAL_REG, LAST_GENERAL_REG): New.
2238         Moved most register-number #defines...
2239         * config/sh/sh.md (define_constants): ... here.  Use macros to
2240         refer to registers and unspecs.
2241         * config/sh/sh.c: Likewise.
2242
2243 Thu Nov 23 01:01:32 2000  J"orn Rennecke <amylaar@redhat.com>
2244
2245         * Makefile.in (HOST_CFLAGS): Add -DGENERATOR_FILE.
2246         (rtl.o, print-rtl.o, bitmap.o, obstack.o): Build with -DGENERATOR_FILE.
2247         (alloca.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
2248         (splay-tree.o, hash.o): Likewise.
2249         GCONFIG_H: New.
2250         (rtl.o, print-rtl.o): Depend on $(GCONFIG_H) instead of $(CONFIG_H).
2251         (bitmap.o, obstack.o, vfprintf.o, ggc-none.o, errors.o): Likewise.
2252         (hashtab.o): Likewise.
2253         (gcov.o): Depend on $(CONFIG_H).
2254         * configure.in: #include insn-codes.h in tm.h.
2255
2256 2000-11-22  Nick Clifton  <nickc@redhat.com>
2257
2258         * config/arm/arm.c (arm_encode_call_attribute): Make 'newstr' a
2259         const char * to avoid a compile time warning.
2260
2261         * config/arm/arm.md (define_constants): Define symbolic names for
2262         the link register, last integer register and the fake CC register.
2263         Update patterns to use these symbolic names.
2264
2265 2000-11-22  Neil Booth  <neilb@earthling.net>
2266
2267         * cpplex.c (trigraph_ok): Ensure we don't warn twice.
2268         * cpplib.h (struct cpp_buffer): New member last_Wtrigraphs.
2269
2270 2000-11-22  Richard Henderson  <rth@redhat.com>
2271
2272         * haifa-sched.c (sched_analyze_1): Don't special-case calls
2273         for clobbering registers.
2274         (sched_analyze_2): Likewise.
2275         (sched_analyze): Zap reg_last_uses and reg_last_sets after calls.
2276
2277 2000-11-22  Chris Demetriou  <cgd@sibyte.com>
2278             Neil Booth  <neilb@earthling.net>
2279
2280         * gcc.c (validate_switches): Validate multiple switches named
2281         in '|' (or) expressions in specs.
2282         (handle_braces): If more than 1 alternative in a '|' spec
2283         matches, call do_spec1 just once.
2284
2285 2000-11-22  Michael Meissner  <meissner@redhat.com>
2286
2287         * d30v.h (TARGET_SWITCHES): Add documentation strings.
2288         (TARGET_OPTIONS): Ditto.
2289         (OPTIMIZATION_OPTIONS): Temporarily turn off -frename-registers if
2290         -O3.
2291
2292 Wed Nov 22 06:40:56 2000  Jeffrey A Law  (law@cygnus.com)
2293
2294         * pa.c (hppa_encode_label): Account for addition of encoding
2295         character when allocating persistent space for the new label
2296         name.
2297
2298 2000-11-22  Zack Weinberg  <zack@wolery.stanford.edu>
2299
2300         * Makefile.in, config.gcc, configure.in: Expunge remaining
2301         traces of facility for running MD files through C preprocessor.
2302
2303 2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
2304
2305         * gcov.texi: Add magic comments for texi2pod.pl.
2306         * Makefile.in: Add rules to generate and install gcov.1.
2307         * gcov.1: New (generated) file.
2308
2309 2000-11-21  Richard Henderson  <rth@redhat.com>
2310
2311         * regrename.c (scan_rtx_reg): Terminate the chain rather than
2312         abort on mark_read with NO_REGS.
2313
2314 2000-11-21  Mike Stump  <mrs@wrs.com>
2315
2316         * fixinc/fixtests.c (TEST_FOR_FIX_PROC_HEAD): Fix to allow
2317         compilation with older compilers, such as /bin/cc on SunOS.
2318         * fixinc/fixfixes.c (FIX_PROC_HEAD): Ditto.
2319
2320 2000-11-21  Richard Henderson  <rth@redhat.com>
2321
2322         * varasm.c (record_constant): Pad the constructed
2323         constant_descriptor appropriately.
2324
2325 Wed Nov 22 00:52:55 2000  J"orn Rennecke <amylaar@redhat.com>
2326
2327         * rtl.h (traverse_md_constants): Declare.
2328         (struct md_constant): Define.
2329         * Makefile.in (HOST_RTL): Add hashtab.o .
2330         (OBJS): Add hashtab.o .
2331         (hashtab.o): New rule.
2332         (rtl.o): Depends on HASHTAB_H.
2333         * rtl.c (hashtab.h): #include.
2334         (md_constants): New static variable.
2335         (def_hash, def_name_eq_p, read_constants): New static functions.
2336         (traverse_md_constants): New function.
2337         (read_name): Do constant expansion.
2338         (read_rtx): Recognize define_constants.
2339         * gencodes.c (print_md_constant): New function.
2340         (main): Emit #defines for all constant definitions encountered.
2341         * md.texi (Constant Definitions): New node.
2342         * gensupport.c (xcalloc): New function.
2343
2344 2000-11-21  Richard Henderson  <rth@redhat.com>
2345
2346         * config/alpha/alpha.c (alpha_split_tfmode_frobsign): New.
2347         * config/alpha/alpha-protos.h: Declare it.
2348         * config/alpha/alpha.md (abstf_internal): Use it.
2349         (negtf_internal): Likewise.
2350         (andnotdi3): Unstar the name.
2351         (movtf_internal): Add o/G alternative.
2352
2353 2000-11-21  Zack Weinberg  <zack@wolery.stanford.edu>
2354
2355         * stringpool.c (stringpool_statistics): Also report number and
2356         percentage of entries which are identifiers.
2357
2358 2000-11-21  Diego Novillo  <dnovillo@redhat.com>
2359
2360         * gcse.c (hoist_expr_reaches_here_p): Do not mark expr_bb as
2361         visited before visiting it.
2362
2363 2000-11-21  Nick Clifton  <nickc@redhat.com>
2364
2365         * config/arm/arm.h: Accept TARGET_CPU_arm9tdmi,
2366         TARGET_CPU_strongarm110 and TARGET_SPU_strongarm1100.
2367
2368         * config.gcc: Accept --with-cpu=arm9 and --with-cpu=arm9tdmi.
2369
2370 2000-11-21  Richard Henderson  <rth@redhat.com>
2371
2372         * c-common.c (c_unsafe_for_reeval): New function.
2373         (add_c_tree_codes): Register it.
2374         * c-common.h: Declare it.
2375         * tree.c (lang_unsafe_for_reeval): New hook.
2376         (unsafe_for_reeval): Call it.
2377         * tree.h: Declare it.
2378
2379 2000-11-21  Richard Henderson  <rth@redhat.com>
2380
2381         * config/i386/i386.c (i386_simplify_dwarf_addr): Simplify @GOT
2382         references as well.
2383
2384 2000-11-21  Neil Booth  <neilb@earthling.net>
2385
2386         * do_includes: Revert to using cpp_read_file.
2387
2388 2000-11-21  Bernd Schmidt  <bernds@redhat.co.uk>
2389
2390         * loop.c (consec_sets_giv): If the reg we're examining is anything
2391         but UNKNOWN_INDUCT, do nothing.
2392         Reset the reg's type to UNKNOWN_INDUCT before returning.
2393
2394         Mostly from Vladimir Makarov (vmakarov@redhat.com)
2395         * ia64.md (attr itanium_class): Define insn types as described in
2396         Itanium docs.
2397         (all insn patterns): Use itanium_class, not type attributes.
2398         Occasionally split alternatives as necessary.
2399         (attr type): Compute from new attr itanium_class.
2400
2401 2000-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2402
2403         * tradcpp.c (output_line_command): Mark system headers as such in
2404         `line' commands.
2405
2406 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2407
2408         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): Sparc has .file/.loc
2409         support in as as well.
2410         * configure: Regenerate.
2411
2412 2000-11-20  Richard Henderson  <rth@redhat.com>
2413
2414         * c-lex.c (orig_filename): New variable.
2415         (init_c_lex): Set it.  Move call to cpp_start_read ...
2416         (yyparse): ... here.  New function.
2417         * c-parse.in (yyparse_1): Rename the parser entry point.
2418         * c-tree.h: Declare it.
2419
2420 2000-11-21  Jakub Jelinek  <jakub@redhat.com>
2421
2422         * expr.c (do_compare_and_jump): If op0 was replaced by promoted
2423         integer constant, use type of op1 for comparison.
2424
2425 2000-11-20  Stan Shebs  <shebs@apple.com>
2426
2427         * config/rs6000/xm-darwin.h: New file, Darwin host definitions.
2428         * config/rs6000/x-darwin: New file, Darwin host fragment.
2429         * config.gcc (powerpc-*-darwin*): New host.
2430         * system.h (HAVE_DESIGNATED_INITIALIZERS):  Allow this to be
2431         overridden by a config file.
2432
2433 2000-11-20  Neil Booth  <neilb@earthling.net>
2434
2435         * cppmacro.c (paste_tokens): Rename from paste_payloads.
2436         Change token type after pasting spellings.
2437         (paste_all_tokens): Use it.
2438         * gcc.dg/cpp/paste2.c: Update test.
2439         * objc/execute/paste.m: New test.
2440
2441 2000-11-20  Richard Henderson  <rth@redhat.com>
2442
2443         * dwarf.h (FMT_CODE): Adjust argument order; fix mapping to
2444         dwarf_subscr_data_formats bits.
2445         * dwarfout.c (simple_type_size_in_bits): Handle a type with
2446         no computed size as size zero.
2447         (field_byte_offset): Likewise.
2448         (subscript_data_attribute): Handle a range with no upper bound.
2449
2450 2000-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2451
2452         * gansidecl.h (const): Check __STDC__ before undef'ing `const'.
2453
2454 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2455
2456         * c-typeck.c (build_conditional_expr): When merging type
2457         qualifiers for conditional expressions between a pointer and a
2458         pointer to a void type, merge the qualifiers on the target types
2459         rather than the pointer type.  Remove obsolete conditioned out
2460         code.
2461
2462 2000-11-20  Neil Booth  <neilb@earthling.net>
2463
2464         * c-lang.c (lang_init_options): Update call to
2465         cpp_reader_init.
2466         * cppmain.c (main): Similarly.
2467         * fix-header.c (read_scan_file): Similarly.
2468         * cp/lex.c (lang_init_options): Similarly.
2469         * objc/objc-act.c (lang_init_options): Similarly.
2470         * cppexp.c (parse_number): Only warn for unextended C89.
2471         * cppinit.c (set_lang): New function.
2472         (cpp_reader_init): Take a LANG argument and pass it to set_lang.
2473         (COMMAND_LINE_OPTIONS): New option std=c++98.
2474         (cpp_handle_option): Use set_lang.
2475         * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
2476         * cppib.h (enum_c_lang): New enumeration.  Update comments.
2477
2478 2000-11-20  Will Cohen  <wcohen@redhat.com>
2479
2480         * calls.c (expand_call): Clear target only when target is in
2481         hard register and current_function_check_memory_usage is set.
2482
2483 2000-11-20  Bernd Schmidt  <bernds@redhat.co.uk>
2484
2485         * toplev.c (rest_of_compilation): Run optimize_mode_switching even
2486         if not optimizing.
2487         * sh.c (emit_sf_insn, emit_df_insn): Just call emit_insn.
2488
2489 2000-11-19  Richard Henderson  <rth@redhat.com>
2490
2491         * crtstuff.c (force_to_data): Use array size 1 not 0.
2492
2493         * dwarf2out.c (simple_type_size_in_bits): Handle a type with
2494         no computed size as size zero.
2495         (field_byte_offset): Likewise.
2496
2497 2000-11-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2498
2499         * config.gcc: Fix another typo.
2500
2501 2000-11-19  Richard Henderson  <rth@redhat.com>
2502
2503         * c-decl.c (grokdeclarator): Support flexible array members.
2504         Use open-ended ranges for these and zero-length arrays.
2505         * c-typeck.c (push_init_level): Validate the context of
2506         initialization of a zero-length array.
2507         * tree.c (int_fits_type_p): Be prepared for missing bounds.
2508         * varasm.c (array_size_for_constructor): New.
2509         (output_constructor): Use it for arrays of unspecified length.
2510         * extend.texi (Zero Length): Mention C99 flexible array members.
2511         Document initialization in a top-level struct as valid.
2512
2513 2000-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2514
2515         * config.gcc, invoke.texi: Fix errors in spelling of "deprecated".
2516
2517         * alias.c (mems_in_disjoint_alias_sets_p): Do use alias sets in
2518         stdarg and varargs functions.
2519
2520 2000-11-19  Zack Weinberg  <zack@wolery.stanford.edu>
2521
2522         * gcc.c (process_command): Define 'j' variable when
2523         MODIFY_TARGET_NAME is defined.
2524
2525 2000-11-19  Richard Henderson  <rth@redhat.com>
2526
2527         * stor-layout.c (variable_size): Only put SAVE_EXPRs on pending_sizes.
2528
2529 2000-11-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2530
2531         * rs6000/rs6000.c (rs6000_encode_section_info): Fix string length
2532         calculation and allocation.
2533
2534 2000-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2535
2536         * builtins.c (c_getstr): Constify variable.
2537         * gmon-sol2.c (_mcleanup): Comment out #endif labels.
2538         * conflict.c (const_conflict_graph_arc): New typedef.
2539         (arc_hash, arc_eq): Avoid needlessly casting away const-ness.
2540         * cppmacro.c (builtin_macro): Likewise.
2541         * dwarf2out.c (output_comp_unit): Constify variable.
2542         * fix-header.c (v_fatal): Add ATTRIBUTE_PRINTF.
2543         * protoize.c (IS_SAME_PATH_CHAR): Use TOUPPER, not toupper.
2544         * ssa.c (ssa_rename_from_hash_function): Avoid needlessly casting
2545         away const-ness.
2546         * tradcpp.c (rescan, do_line, macroexpand, macarg): Use
2547         ISALNUM/ISDIGIT/ISPRINT, not isalnum/isdigit/isprint.
2548         * varasm.c (const_str_htab_hash, const_str_htab_eq,
2549         compare_constant_1, record_constant_1): Constify.
2550
2551 2000-11-18  Richard Henderson  <rth@redhat.com>
2552
2553         * c-decl.c (grokdeclarator): Special case the creation of an
2554         index for a zero-length array.
2555         * tree.c (build_index_type): Revert Oct 20 change.
2556
2557 2000-11-18  Marek Michalkiewicz  <marekm@linux.org.pl>
2558
2559         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Prototype.
2560         * config/avr/avr.c (jump_tables_size): New variable.
2561         (function_prologue): Initialize it as 0.
2562         (function_epilogue): Add it to function_size.
2563         (avr_output_addr_vec_elt): New function.  Count words in jump
2564         tables in jump_tables_size.  Move code ...
2565         * config/avr/avr.h (ASM_OUTPUT_ADDR_VEC_ELT): ... from here.
2566         Call avr_output_addr_vec_elt instead.
2567         * config/avr/avr.md (tablejump): Remove disabled define_expand.
2568
2569 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
2570
2571         * configure.in: Make --enable-new-gxx-abi the default.
2572         * configure: Likewise.
2573
2574 2000-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2575
2576         * Makefile.in (tradcpp.o, tradcif.o): Depend on tradcpp.h.
2577
2578         * tradcif.y: Include tradcpp.h.  Constify.  Make functions static.
2579         Move extern function declarations to tradcpp.h.
2580
2581         * tradcpp.c: Likewise.
2582
2583         * tradcpp.h: New file.
2584
2585 2000-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2586
2587         * c-decl.c (check_for_loop_decls): New function.
2588         * c-parse.in (for_init_stmt): New.
2589         (select_or_iter_stmt): Use for_init_stmt.
2590         * c-tree.h (check_for_loop_decls): New declaration.
2591
2592 2000-11-18  Neil Booth  <neilb@earthling.net>
2593
2594         * cppinit.c: Update comments.
2595         (cpp_reader_init): Make -imacro and -include use the standard
2596         #include "" search path.
2597         (do_includes): New function.
2598
2599 2000-11-18  Ben Elliston  <bje@redhat.com>
2600
2601         * config/sh/crt1.asm (start_l): Move PC-relative move instruction
2602         out of a branch delay slot.
2603
2604 2000-11-17  Richard Henderson  <rth@redhat.com>
2605
2606         * config/alpha/elf.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG.
2607         (ASM_SPEC): Disable and enable .mdebug based on -gstabs.
2608         (ASM_FILE_START): Only write out ecoff .file directive if
2609         emitting mdebug debugging.
2610
2611 2000-11-17  Richard Henderson  <rth@redhat.com>
2612
2613         * configure.in (HAVE_AS_DWARF2_DEBUG_LINE): New.  Detect
2614         whether as accepts .file/.loc and produces dwarf2 line info.
2615         * dwarf2out.c (DWARF2_ASM_LINE_DEBUG_INFO): Default on if
2616         the assembler supports it.
2617         * config.in, configure: Regenerate.
2618
2619 2000-11-17  Richard Henderson  <rth@redhat.com>
2620
2621         * fixinc/mkfixinc.sh: Don't disable fixincludes for any linux*.
2622
2623 2000-11-17  Jim Wilson  <wilson@redhat.com>
2624
2625         * config/ia64/ia64.c (emit_insn_group_barriers, case CALL_INSN):
2626         Don't clear need_barrier is next_insn is a CALL_INSN, or has
2627         instruction type B or UNKNOWN.
2628
2629 2000-11-17  Neil Booth  <neilb@earthling.net>
2630
2631         * cpperror.c (print_file_and_line): Don't display line number if 0.
2632
2633 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
2634
2635         * ggc.h: Delete ggc_add_string_root and ggc_mark_string.  Add
2636         digit_vector and digit_string.
2637         * stringpool.c (digit_vector): New.
2638         (ggc_alloc_string): Use digit_string.
2639
2640         * stmt.c (digit_strings): Delete.
2641         (init_stmt): Do not initialize digit_strings.
2642         (expand_asm_operands): Use ggc.h's digit_string macro.
2643         * toplev.c (mark_file_stack): Delete.
2644         (compile_file): Don't call init_tree_codes.
2645         (main): No need to make the file stack a GC root.
2646         * tree.c (init_tree_codes): Delete.
2647         * tree.h (init_tree_codes): Delete.
2648
2649         * c-lex.c: Don't include ggc.h.
2650         (mark_splay_tree_node, mark_splay_tree): Delete.
2651         (init_c_lex): No need to ggc_strdup string constant.  Don't add
2652         file_info_tree to GGC roots.
2653         (cb_enter_file, cb_rename_file): No need to ggc_strdup
2654         ip->nominal_fname.
2655
2656         * Makefile.in (c-lex.o): No longer depends on $(GGC_H).
2657
2658         * dbxout.c (dbxout_init),
2659         dwarf2out.c (dwarf2out_line),
2660         ggc-common.c (ggc_mark_rtx_children, ggc_mark_trees),
2661         varasm.c (mark_const_hash_entry, mark_pool_constant, init_varasm_once),
2662         xcoffout.c (xcoffout_source_file),
2663         i386.c (load_pic_register):
2664         Delete call(s) to ggc_add_string_root and/or ggc_mark_string.
2665
2666         * except.c (create_rethrow_ref),
2667         profile.c (init_edge_profiler),
2668         toplev.c (compile_file),
2669         varasm.c (named_section, assemble_static_space,
2670         assemble_trampoline_template, output_constant_def, force_const_mem),
2671         i386.c (load_pic_register),
2672         ia64.c (ia64_encode_section_info),
2673         rs6000.c (rs6000_emit_load_toc_table, create_TOC_reference,
2674         rs6000_emit_prologue, rs6000_emit_epilogue),
2675         rs6000.md (load_toc_aix_si, load_toc_aix_di):
2676         Change ggc_alloc_string (var, -1) to ggc_strdup (var).
2677
2678         * profile.c (output_func_start_profiler),
2679         tree.c (make_node),
2680         i386.c (load_pic_register): No need to ggc_strdup string constant.
2681
2682 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
2683
2684         * Makefile.in (config.status): Depend on config.gcc.
2685         * configure.in <for machine in $build $host $target>: Move
2686         contents of loop into config.gcc, removing autoconf quoting.
2687         Fix changequote bug for alpha*-*-vxworks*.
2688         * configure: Regenerate.
2689         * config.gcc: New.
2690
2691 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
2692
2693         * c-parse.in (if_prefix): Find the filename and line number at
2694         $-2 and $-1 respectively.
2695         * diagnostic.c (error_recursion): Add missing newline, use
2696         fputs, translate string.
2697
2698 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
2699
2700         * stringpool.c: New file.
2701         * ggc-common.c (ggc_mark_string_ptr, ggc_add_string_root): Delete.
2702         (ggc_alloc_string): Now in stringpool.o.
2703         * ggc-page.c, ggc-simple.c: Do not define or allocate empty_string.
2704         * ggc.h: Delete prototype of ggc_add_string_root.  #define
2705         ggc_add_string_root and ggc_mark_string to nothing.  Prototype
2706         init_stringpool and stringpool_statistics.
2707         (ggc_alloc_string): Returns a const char *.
2708         * tree.c (hash_table, do_identifier_warnings): Delete.
2709         (init_obstacks): Don't initialize the identifier hash table.
2710         (get_identifier, maybe_get_identifier, start_identifier_warnings,
2711         set_identifier_size): Now in stringpool.c.
2712         * tree.h (struct tree_string): Constify pointer field.
2713         (approx_sqrt): Prototype.
2714
2715         * Makefile.in (stringpool.o): Add rule, mention in OBJS.
2716
2717         * toplev.c (approx_sqrt): New function.
2718         (compile_file): Call stringpool_statistics if mem_report is on.
2719         (main): Call init_stringpool.
2720
2721         * builtins.c (c_strlen), c-decl.c (finish_decl), c-lex.c
2722         (process_directive), c-typeck.c (constructor_asmspec, struct
2723         initializer_stack, start_init), except.c (create_rethrow_ref),
2724         stmt.c (digit_strings), toplev.c (decode_f_option), tree.c
2725         (built_in_filename), varasm,c (in_named_name,
2726         assemble_static_space, struct constant_descriptor, struct
2727         deferred_string, struct pool_constant, force_const_mem),
2728         i386.c (pic_label_name, global_offset_table_name), rs6000.c
2729         (rs6000_emit_prologue, rs6000_emit_epilogue) : Constify a char *.
2730
2731         * c-common.c (combine_strings): Combine strings in scratch
2732         buffer, then pass to build_string.
2733         * optabs.c (init_libfuncs), profile.c (init_edge_profiler,
2734         output_func_start_profiler), stmt.c (init_stmt), alpha.c
2735         (alpha_need_linkage), arm.c (arm_encode_call_attribute),
2736         i386.c (load_pic_register), ia64.c (ia64_encode_section_info),
2737         rs6000.c (rs6000_encode_section_info): Create string in
2738         scratch buffer, then pass to ggc_alloc_string.
2739
2740         * stmt.c (expand_asm_operands): If we must adjust the
2741         constraint strings, do so by creating a new one, not by
2742         modifying the old one in place.  Constify some char *s.
2743         * config/pa/pa.c (hppa_encode_label): Drop unnecessary second
2744         argument.  Create string in scratch buffer, then pass to
2745         ggc_alloc_string.
2746         * config/pa/pa-protos.h: Update prototype.
2747         * config/pa/elf.h, config/pa/pa.h, config/pa/som.h:
2748         hppa_encode_label takes only one argument.
2749
2750 2000-11-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2751
2752         * mcore.c (mcore_expand_prolog): Call xmalloc/xrealloc, not
2753         malloc/realloc.
2754
2755         * cpplib.c (glue_header_name): Likewise.
2756
2757         * fixincl.c (run_compiles, start_fixer): Likewise.
2758
2759         * fixlib.c (load_file_data): Likewise.
2760
2761         * mkdeps.c (munge): Likewise.
2762
2763 2000-11-17  Hans-Peter Nilsson  <hp@axis.com>
2764
2765         * defaults.h [EH_FRAME_SECTION_ASM_OP] (EH_FRAME_SECTION): Remove
2766         trailing ';'.  Fix formatting.
2767
2768 2000-11-16  Jim Wilson  <wilson@redhat.com>
2769
2770         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT, MASK_INLINE_DIV_THR):
2771         Shift masks left by one to avoid conflict.
2772
2773         * config/ia64/ia64.c (ia64_encode_section_info): Disallow decls with
2774         DECL_EXTERNAL set.
2775
2776 2000-11-16  Nick Clifton  <nickc@redhat.com>
2777
2778         * config/arm/arm.c (output_arm_prologue): Note nested functions.
2779         (arm_expand_prologue): For nested functions preserve the
2780         static chain register during stack frame creation.
2781
2782         * config/arm/arm.h (STATIC_CHAIN_REGNUM): Change to 12.
2783         (ARM_INITIAL_FRAME_ELIMINATION_OFFSET): For a nested function
2784         with a stack frame there is a 4 byte gap between the arg
2785         pointer and the hard frame pointer (used to preserve the
2786         static chain register during stack frame creation).
2787
2788 2000-11-16  DJ Delorie  <dj@redhat.com>
2789
2790         * rtl.c (read_rtx): Provide suitable names for unnamed
2791         define_insn and define_insn_and_split patterns, based on file
2792         and line numbers.
2793
2794 2000-11-15  Neil Booth  <neilb@earthling.net>
2795
2796         * cpplib.c (start_directive, end_directive): New functions.
2797         (_cpp_handle_directive, run_directive): Use them.
2798         (_cpp_handle_directive): Don't -Wtraditional on indented
2799         null directives.
2800         (_cpp_push_buffer): Don't re-clear was_skipping.
2801         * cpplib.h (struct cpp_reader): New member la_saved.
2802         * cppmacro.c (cpp_get_token): Don't interpret _Pragma in
2803         directives.
2804
2805         gcc.dg/cpp/_Pragma1.c: Update.
2806         gcc.dg/cpp/_Pragma2.c: New test.
2807
2808 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
2809
2810         * toplev.c (wrapup_global_declarations): Don't write out
2811         artificial static variables that aren't needed.
2812
2813 2000-11-15  Bernd Schmidt  <bernds@redhat.co.uk>
2814
2815         * ia64.c (struct group): New structure.
2816         (last_group): New static array.
2817         (group_idx): New static variable.
2818         (emit_group_barrier_after, errata_find_address_regs, errata_emit_nops):
2819         New static functions.
2820         (emit_insn_group_barriers): Initialize and keep track of group_idx
2821         and last_group.
2822         Call errata_emit_nops if TARGET_B_STEP or TARGET_A_STEP.
2823         Replace all calls to emit_insn_after that emit a group barrier to use
2824         emit_group_barrier_after.
2825         * ia64.h (MASK_B_STEP): New.
2826         (other MASK_XXX macros): Renumbered.
2827         (TARGET_B_STEP): New.
2828         (TARGET_SWITCHES): Add -mb-step.
2829
2830 2000-11-15  Fred Fish  <fnf@be.com>
2831
2832         * fixinc/mkfixinc.sh (fixincludes): Add *-*-beos* to list of
2833         machines for which fixincludes is not needed.
2834         * config/i386/x-beos (STMP_FIXPROTO): Don't run fixproto.
2835
2836 2000-11-15  Jason Merrill  <jason@redhat.com>
2837
2838         * diagnostic.c (finish_abort): New fn.
2839         (fancy_abort, error_recursion): Use it.
2840         * toplev.c (crash_signal): Likewise.
2841         * diagnostic.h: Declare it.
2842
2843 2000-11-13  Andrew Haley  <aph@redhat.com>
2844
2845         * tree.c (build_type_no_quals): New function.
2846         * tree.h (build_type_no_quals): Declare.
2847         * c-common.c (c_get_alias_set): When considering type
2848         compatibility for pointer types, ignore cv-qualifiers anywhere in
2849         a pointer chain.
2850
2851 2000-11-15  Graham Stott  <grahams@redhat.com>
2852
2853         * regrename.c (scan_rtx_rtx): Skip to the next chain on
2854         encountering a terminated chain.
2855
2856 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
2857
2858         * configure.in: Move check for V3 above check for C++ header-file
2859         directory.
2860         * configure: Regenerated.
2861
2862 2000-11-14  DJ Delorie  <dj@redhat.com>
2863
2864         * config/v850/v850.c: Remove obstacks.
2865
2866 Tue Nov 14 21:54:31 2000  Marek Michalkiewicz  <marekm@linux.org.pl> & Denis Chertykov  <denisc@overta.ru>
2867
2868         * config/avr/avr.c (avr_case_values_threshold): New.
2869         (avr_override_options): Set it depending on options, make it large
2870         when not optimizing to work around "unable to generate reloads".
2871
2872         * config/avr/avr.h (TARGET_SWITCHES): Add -mno-tablejump option.
2873         (EXTRA_SECTION_FUNCTIONS): Make the .progmem.gcc_sw_table section
2874         executable if not AVR_MEGA.  Make sure jump tables are word-aligned.
2875         (JUMP_TABLES_IN_TEXT_SECTION): Define as 0, not 1.
2876         (ASM_OUTPUT_ADDR_VEC_ELT): Optimize, use "rjmp" if not AVR_MEGA.
2877         (avr_case_values_threshold): Declare as extern int.
2878         (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
2879
2880         * config/avr/avr.md (tablejump): Removed.
2881         (*tablejump_rjmp): New for jump tables made from "rjmp" instructions.
2882         (*tablejump_lib, *tablejump_enh, *tablejump): Change to expect the
2883         index in the table, not multiplied by 2.
2884         (casesi): Change to match the above insns.  Always enable.
2885
2886         * config/avr/libgcc.S (__tablejump__): Rename to __tablejump2__.
2887         Change to expect the word address of the table, multiply it by 2
2888         here and not in the caller.  Change "adiw" to faster "inc".
2889
2890 2000-11-14  Neil Booth  <neilb@earthling.net>
2891
2892         * cppexp.c (parse_defined): Call cpp_get_token not
2893         _cpp_get_token.
2894         (lex): Similarly.
2895         * cpplex.c (cpp_output_line): Similarly.
2896         * cpplib.c (glue_header_name, do_line, do_ident,
2897         parse_answer, parse_assertion): Similarly.
2898         (_cpp_handle_diretive): Don't save to lookaheads
2899         when processing directives.
2900         * cppmacro.c (parse_arg, expand_arg): Call cpp_get_token not
2901         _cpp_get_token.
2902         (funlike_invocation_p): Don't save to lookaheads
2903         when pre-expanding arguments.
2904         (_cpp_get_token): Delete.
2905         (cpp_get_token): Merge contents of _cpp_get_token.
2906
2907 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2908
2909         * builtins.c (expand_builtin_setjmp): Set
2910         current_function_calls_setjmp.
2911         (expand_builtin_longjmp): Set current_function_calls_longjmp.
2912
2913         * config/sparc/sparc.md (builtin_setjmp_setup): New expand.
2914         (do_builtin_setjmp_setup): New insn.
2915
2916 Tue Nov 14 12:34:56 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2917
2918         * tree.c (get_unwidened): Use host_integerp and tree_low_cst.
2919         (int_fits_type_p): For variable bounds, call force_fit_type.
2920
2921 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2922
2923         * varasm.c (struct deferred_string): New structure.
2924         (const_str_htab): New variable.
2925         (STRHASH): New macro.
2926         (mark_const_str_htab_1, mark_const_str_htab, const_str_htab_hash,
2927         constr_str_htab_eq, const_str_htab_del): New functions.
2928         (output_constant_def): Add DEFER argument, defer string
2929         constants until mark_constant_pool time if requested.
2930         (mark_constant_pool): Walk the insn chain even if const_str_htab is
2931         not empty.
2932         (mark_constants): If a SYMBOL_REF for deferred string is found,
2933         output it and remove from hash table.
2934         (output_addressed_constants): Set DEFER to 0 in call to
2935         output_constant_def.
2936         * rtl.h (STRING_POOL_ADDRESS_P): Define.
2937         (output_constant_def): Adjust prototype.
2938         * expr.c (expand_expr): Set DEFER to 1 in call to output_constant_def.
2939
2940 2000-11-14  Chandrakala Chavva  <cchavva@redhat.com>
2941
2942         * optabs.c (expand_complex_ab):: Use overflow-trapping optabs for
2943         signed types if flag_trapv.
2944
2945 2000-11-14  Zack Weinberg  <zack@wolery.stanford.edu>
2946
2947         * tradcpp.c, tradcif.y: Update FSF mailing address, delete
2948         reference to GPLv1.
2949
2950 2000-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2951
2952         * c-common.h (CTI_C_SIZE_TYPE): Update comment.
2953
2954 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2955
2956         * varasm.c (struct varasm_status): Change x_const_rtx_sym_hash_table
2957         to array of pool_constnat pointers.
2958         (struct pool_constant): Add next_sym and label members.
2959         (struct pool_sym): Remove.
2960         (init_varasm_status): Change pool_sym into pool_constant.
2961         (mark_pool_constant): Mark pc->label string as well.
2962         (mark_pool_sym_hash_table): Remove.
2963         (mark_varasm_status): Remove it from caller as well.
2964         (free_varasm_status): Don't free pool_sym structures.
2965         (force_const_mem): Don't allocate pool_sym structure, instead
2966         fill pool->label and chain it into rtx_sym hash table.
2967         (find_pool_constant, mark_constant_pool): Use pool_constant instead
2968         of pool_sym.
2969
2970 2000-11-14  Jakub Jelinek  <jakub@redhat.com>
2971
2972         * reload1.c (emit_input_reload_insns): Honour forcing of constants
2973         into memory by PREFERRED_RELOAD_CLASS NO_REGS.
2974
2975 2000-11-14  Michael Matz  <matzmich@cs.tu-berlin.de>
2976
2977         * dominance.c: New file.
2978         * Makefile.in (OBJS): Add dominance.o.
2979
2980         * flow.c (compute_flow_dominators): Remove.
2981         (compute_immediate_dominators): Remove.
2982         (compute_immediate_postdominators): Remove.
2983         * basic-block.h: Remove their prototypes.
2984         (calculate_dominance_info): Add prototype.
2985
2986         * dce.c (eliminate_dead_code): Change calls to above functions.
2987         Don't compute dominators but only immediate dominators.
2988         * flow.c (flow_loops_find): Change callers.
2989         * gcse.c (compute_code_hoist_data): Likewise.
2990         * haifa-sched.c (schedule_insns): Likewise.
2991         * ifcvt.c (if_convert): Likewise.
2992         * ssa.c (convert_to_ssa): Likewise, and only compute immediate
2993         dominators.
2994
2995 2000-11-14  Richard Henderson  <rth@redhat.com>
2996
2997         * stmt.c (warn_if_unused_value): Don't warn if the expression
2998         has side effects.
2999
3000         * c-typeck.c (c_sizeof): Fold result to c_size_type_node.
3001         (c_sizeof_nowarn, c_alignof, c_alignof_expr): Likewise.
3002
3003 2000-11-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3004
3005         * loop.c (basic_induction_var): Revert accidental checkin.
3006
3007 2000-11-13  Hans-Peter Nilsson  <hp@axis.com>
3008
3009         * c-lex.c (cb_leave_file): Harmonize conditions and order of
3010         statements to those of process_directive for (action == act_pop).
3011
3012         * collect2.c (main): Pass on -B options from COLLECT_GCC_OPTIONS.
3013
3014         * local-alloc.c (equiv_init_movable_p): References to CC0 are not
3015         movable.
3016
3017 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3018
3019         * c-parse.in (stmts_and_decls): Deprecate use of label at end of
3020         compound statement.
3021
3022 2000-11-13  Neil Booth  <neilb@earthling.net>
3023
3024         * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
3025         cases return without MI check.
3026         * cpplib.c (do_diagnostic): Take boolean of whether to
3027         print the directive name.
3028         (do_error, do_warning): Update.
3029         (do_pragma_dependency): Use it.
3030         * cpplib.h (VARARGS_FIRST): Delete.
3031         (struct cpp_token): Delete integer.
3032         * cppmacro.c (enter_macro_context): Move disabled check
3033         to _cpp_get_token.
3034         (_cpp_get_token): Simplify into a single loop.
3035
3036 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
3037
3038         * configure.in:  Use 'test -f' not '[ -e'.
3039         * configure: Regenerated.
3040
3041 2000-11-13  DJ Delorie  <dj@redhat.com>
3042
3043         * config/mn10300/mn10300.md (store_movm): Note which registers are
3044         really used or clobbered.
3045
3046 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3047
3048         * c-parse.in (ends_in_label): Remove from %union and %type.
3049         (decls, stmts, lineno_stmt_or_labels, xstmts,
3050         lineno_stmt_or_label, stmt_or_label): Remove.
3051         (stmts_and_decls, lineno_stmt_decl_or_labels_ending_stmt,
3052         lineno_stmt_decl_or_labels_ending_decl,
3053         lineno_stmt_decl_or_labels_ending_label,
3054         lineno_stmt_decl_or_labels_ending_error,
3055         lineno_stmt_decl_or_labels, compstmt_contents_nonempty,
3056         lineno_stmt, lineno_label): New.
3057         (compstmt_nostart): Use compstmt_contents_nonempty.
3058
3059 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3060
3061         * c-common.c (boolean_increment): New function.
3062         * c-common.h (enum c_tree_index): Add CTI_C_BOOL_TYPE,
3063         CTI_C_BOOL_TRUE and CTI_C_BOOL_FALSE.
3064         (c_bool_type_node, c_bool_true_node, c_bool_false_node): Define.
3065         (boolean_increment): Declare.
3066         * c-convert.c (convert): Allow for BOOLEAN_TYPE.
3067         * c-decl.c (init_decl_processing): Create boolean nodes.
3068         (finish_struct): Allow for _Bool bitfields.
3069         * c-parse.in (reswords): Add _Bool.
3070         (rid_to_yy): Allow for RID_BOOL.
3071         * c-typeck.c (default_conversion): Make booleans promote to int.
3072         (convert_arguments, build_unary_op, build_modify_expr,
3073         convert_for_assignment): Allow for booleans.
3074         * ginclude/stdbool.h: Make conforming to C99.
3075
3076 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3077
3078         * c-parse.in (c99_block_start, c99_block_end,
3079         c99_block_lineno_labeled_stmt): New.
3080         (simple_if, do_stmt_start): Use c99_block_lineno_labeled_stmt.
3081         (stmt): Split off selection and iteration statements into...
3082         (select_or_iter_stmt): New.  Use c99_block_lineno_labeled_stmt.
3083
3084 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3085
3086         * invoke.texi (-Wtrigraphs, -fdump-translation-unit, -save-temps,
3087         -time): Update.
3088
3089 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
3090
3091         * arm.md (mulsidi3adddi, umulsidi3adddi): Revert previous change.
3092         Rewrite to avoid use of match_dup.  Don't try to tie registers that
3093         are not in the same mode.
3094
3095 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3096
3097         * invoke.texi: Update lists of languages and suffixes supported.
3098
3099 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3100
3101         * configure.in: Take toplevel configure arguments from the
3102         environment to create configargs.h and substitute
3103         gcc_config_arguments, taking account of any existing configargs.h
3104         if reconfiguring.
3105         * configure: Regenerate.
3106         * gccbug.in: Include toplevel configure arguments in gccbug.
3107
3108 2000-11-13  Richard Earnshaw  <rearnsha@arm.com>
3109
3110         * varasm.c (struct constant_descriptor): Put CONTENTS inside a
3111         union to make it well-aligned.  Update all uses.
3112
3113 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3114
3115         * c-parse.in (initelt): Give appropriate pedantic warnings,
3116         depending on flag_isoc99, for non-ISO syntax and for C99 syntax
3117         outside C99 mode.
3118         (designator): If pedantic, pedwarn for a designator specifying a
3119         range of elements.
3120         * c-typeck.c (set_init_index, set_init_label): Don't pedwarn for
3121         these cases.
3122         * extend.texi: Document the C99 syntax as the preferred syntax,
3123         and the pre-2.5 syntax as obsolete.  Mention use of designator
3124         lists for nested subobjects.
3125
3126 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3127
3128         * diagnostic.c (vbuild_message_string, output_do_printf, vnotice):
3129         Add ATTRIBUTE_PRINTF.
3130         * tradcpp.c (v_message, warning, error, fatal, error_with_line):
3131         Add ATTRIBUTE_PRINTF*.
3132
3133 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
3134
3135         * function.c (assign_parms): When calling put_var_into_stack, make
3136         sure that there are no hidden pending sequences.
3137
3138 2000-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3139
3140         * builtins.c (expand_builtin): Handle BUILT_IN_INDEX and
3141         BUILT_IN_RINDEX.  Add missing checks for BUILT_IN_STRCHR and
3142         BUILT_IN_STRRCHR.
3143
3144         * builtins.def (BUILT_IN_INDEX, BUILT_IN_RINDEX): New entries.
3145
3146         * c-common.c (c_common_nodes_and_builtins): Declare index and
3147         rindex when nonansi builtins are allowed.
3148
3149         * extend.texi (index, rindex): Document new builtins.
3150
3151 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
3152
3153         * configure.in: Turn on libstdc++ V3 by default.
3154         * configure: Regenerated.
3155
3156         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on Solaris.
3157
3158 2000-11-12  Jakub Jelinek  <jakub@redhat.com>
3159
3160         * reload1.c (set_label_offsets): Go inside of PARALLELs.
3161
3162 2000-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3163
3164         * invoke.texi: Clean up option summary.
3165
3166 2000-11-12  Nick Clifton  <nickc@redhat.com>
3167
3168         * config/mcore/mcore.c: Fix comment formating, and adjust sequence
3169         of #include headers.
3170
3171 2000-11-12  Marc Espie <espie@openbsd.org>
3172
3173         * configure.in: Fix filds test.
3174         * configure: Regen.
3175
3176 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
3177
3178         * jump.c (delete_computation): Don't assume that just becuase an
3179         instruction sets a register, that register is dead.
3180
3181 2000-11-12  Neil Booth  <neilb@earthling.net>
3182
3183         * cppexp.c: Don't worry about pfile->skipping.
3184         * cpplib.c (struct if_stack): Make was_skipping unsigned char.
3185         (cpp_handle_directive): Save pfile->skipping in struct cpp_buffer
3186         for handled directives.
3187         (skip_rest_of_line): Use _cpp_lex_token after popping contexts
3188         and releasing lookaheads.
3189         (do_ifdef, do_ifndef, do_if): Use buffer->was_skipping.
3190         (do_else, do_elif, push_conditional): Update logic.
3191         (do_endif): Set buffer->was_skipping rather than pfile->skipping.
3192         (unwind_if_stack): Inline into cpp_pop_buffer.
3193         (cpp_push_buffer): Clear ifs->was_skipping for cpp_handle_directive.
3194         * cpplex.c (_cpp_lex_token): Clear skipping on EOF.  Handle
3195         multiple-include optimisation.
3196         * cpplib.h (struct cpp_buffer): New member was_skipping.
3197         * cppmacro.c (_cpp_get_token): Loop whilst pfile->skipping.  This
3198         works because skipping == 0 in directives.
3199         (_cpp_release_lookahead): Renamed from release_lookahead.
3200         (cpp_get_token): No need to check skipping as _cpp_get_token does
3201         this for us.  No need to handle MI optimisation.
3202
3203 Sat Nov 11 21:14:02 2000  Mark P Mitchell  <mark@codesourcery.com>
3204
3205         * fixinc/inclhack.def (sunos_matherr_decl): Bypass matherr
3206         declarations that use `__MATH_EXCEPTION' in their prototypes, too.
3207         * fixinc/fixincl.x: Regenerated.
3208
3209 2000-11-11  Bruce Korb  <bkorb@gnu.org>
3210
3211         * fixinc/inclhack.def (avoid_bool_type): avoid commenting out #endif
3212         (avoid_wchar_t_type): ditto
3213         * fixinc/fixinc.irix: obsoleted
3214
3215 2000-11-11  Zack Weinberg  <zack@wolery.stanford.edu>
3216
3217         * configure.in: Don't add $outputs to all_lang_makefiles.  Add
3218         $srcdir/$s/Makefile.in if it exists.
3219         * configure: Regenerate.
3220
3221 Sat Nov 11 18:41:20 2000  Mark P Mitchell  <mark@codesourcery.com>
3222
3223         * fixinc/mkfixinc.sh: Use the ordinary fixincludes on IRIX.
3224
3225 2000-11-11  Jason Merrill  <jason@redhat.com>
3226
3227         * function.c (assign_parms): If TREE_ADDRESSABLE is set, try to
3228         give the parm a register and then call put_var_into_stack.
3229         * stmt.c (expand_decl): Likewise.
3230
3231 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3232
3233         * gcc.texi: Adjust wording.
3234
3235 2000-11-11  Mark Mitchell  <mark@codesourcery.com>
3236
3237         * fixinc/inclhack.def (avoid_wchar_t_type): New fix.
3238         * fininc/fixincl.x: Regenerated.
3239
3240 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3241
3242         * invoke.texi: Correct spelling of -foptimize-register-move.
3243
3244 2000-11-11  Neil Booth  <neilb@earthling.net>
3245
3246         Remove CPP_PLACEMARKERs.
3247
3248         * cppexp.c (lex): Don't handle CPP_PLACEMARKER.
3249         * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol
3250         * cpplib.c (skip_rest_of_line, check_eol, cpp_push_buffer):
3251                    Similarly.
3252         * cpplib.h: Remove CPP_PLACEMARKER.
3253         (struct lexer_state): Rename skip_newlines to next_bol.
3254         * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER.
3255         Simplify prev_white handling as a result.
3256         (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
3257         (parse_arg): Empty arguments are now empty, not CPP_PLACEMARKERs.
3258         (parse_args): Similarly.  Update argument count tests.
3259         (enter_macro_context): Return 2 to indicate an empty macro.
3260         (replace_args): Don't bother pre-expanding an empty argument.
3261         Handle placemarkers and ## extension during pre-expansion.
3262         (cpp_get_token): Handle empty macro expansions.  Don't worry
3263         about CPP_PLACEMARKERs.
3264         (_cpp_create_definition): Empty macros are now empty.
3265         (cpp_macro_defintion): Don't special case empty macros.
3266         * scan-decls.c: Don't bother with CPP_PLACEMARKERs.
3267         * c-lex.c: Similarly.
3268
3269 2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3270
3271         * gcc.texi, invoke.texi: Add new section discussing language
3272         standards; link to it where appropriate; refer to ISO C instead of
3273         ANSI C.
3274
3275 2000-11-11  Alexandre Oliva  <aoliva@redhat.com>
3276
3277         * builtins.c (std_expand_builtin_va_start): Take PARM_BOUNDARY
3278         into account.
3279
3280         * config/sh/sh.h (MODES_TIEABLE_P): Don't tie SFmode to other FP
3281         modes.
3282
3283 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3284
3285         * gcc.texi, gcov.texi: Update dates and version numbers.
3286
3287 2000-11-10  Zack Weinberg  <zack@wolery.stanford.edu>
3288
3289         * configure.in: Remove AC_PROG_LEX and AC_PROG_YACC.  Look for
3290         flex and bison, specifically, first in a unified build and
3291         then installed on the system.
3292         * Makefile.in: Set BISON to @BISON@, FLEX to @FLEX@.  Rename
3293         LEXFLAGS to FLEXFLAGS.  Adjust ORDINARY_FLAGS_TO_PASS to
3294         match.
3295
3296         (collect2.o, gcc.o, prefix.o, toplev.o, alloca.o, intl.o,
3297         cppdefault.o): Remove pointless sed munging of source file
3298         name.
3299
3300 2000-11-10  Bernd Schmidt  <bernds@redhat.co.uk>
3301
3302         * reload.c (find_reloads_address_1, case POST_MODIFY): Use RELOAD_OTHER
3303         for address reloads.  Push replacements for REG_INC notes.
3304         (regno_clobbered_p): New arg SETS.  Examine SETs if it's nonzero.  All
3305         callers changed.
3306         * reload1.c (choose_reload_regs): Registers set in the insn can't be
3307         used for RELOAD_OTHER reloads.
3308
3309 2000-11-10  Mark Mitchell  <mark@codesourcery.com>
3310
3311         * c-dump.h: New file.
3312
3313 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3314
3315         * alpha.c (check_float_value): Use memcpy, not bcopy.
3316         * arm.c (output_move_double): Likewise.
3317         * arm.md: Likewise.
3318         * m88k.c (legitimize_operand): Likewise.
3319         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
3320         * m88k.md: Likewise.
3321         * mips.c (override_options): Likewise.
3322         * mips.md: Likewise.
3323         * romp.c (output_fpops): Likewise.
3324         * rs6000.c (rs6000_override_options): Likewise.
3325         * sh.md: Likewise.
3326         * vax.c (check_float_value): Likewise.
3327
3328         * emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
3329         * expmed.c (synth_mult): Likewise.
3330         * final.c (add_bb_string): Likewise.
3331         * genattr.c (main): Likewise.
3332         * genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
3333         Likewise.
3334         * jump.c (thread_jumps): Likewise.
3335         * prefix.c (save_string): Likewise.
3336         * real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
3337         * regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
3338         * reload1.c (reload, eliminate_regs): Likewise.
3339
3340 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3341
3342         * gcc.texi (Service): Update to reflect current practice and
3343         location of the GNU service directory.
3344
3345 2000-11-09  Bernd Schmidt  <bernds@redhat.co.uk>
3346
3347         * regrename.c (build_def_use): Mark contents of REG_INC notes as
3348         needing replacement.
3349
3350         * config/ia64/ia64.md (extendsfdf2, extendsftf2, extenddftf2): Emit
3351         a no-op move if regs are equal.
3352         * toplev.c (rest_of_compilation): Do the noop moves elimination pass
3353         when calling jump after post-reload splitting.
3354
3355 2000-11-09  Jan van Male  <jan.vanmale@fenk.wau.nl>
3356
3357         * c-tree.texi: Fix typos.
3358         * extend.texi: Likewise
3359         * gcov.texi: Likewise
3360         * rtl.texi: Likewise
3361         * tm.texi: Likewise
3362
3363 2000-11-09  Hans-Peter Nilsson  <hp@axis.com>
3364
3365         * c-lex.c [! NO_IMPLICIT_EXTERN_C] (cb_enter_file): Check
3366         in_system_header and flags[1] before dereferencing flags[2].
3367
3368 2000-11-09  Matthew Hiller <hiller@redhat.com>
3369
3370         * reload1.c (reload_combine): Fixed calculation of
3371         first_index_reg, last_index_reg.
3372
3373 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
3374
3375         * c-dump.c (dequeue_and_dump): Dump function bodies.
3376
3377         * Makefile.in (C_AND_OBJC_OBJS): Add c-dump.o.
3378         (c-dump.o): New target.
3379         * c-common.h (flag_dump_translation_unit): New variable.
3380         (C_TYPE_QUALS): New macro.
3381         (strip_array_types): New function.
3382         (DECL_C_BIT_FIELD): New macro.
3383         (SET_DECL_C_BIT_FIELD): Likewise.
3384         (CLEAR_DECL_C_BIT_FIELD): Likewise.
3385         (dump_info_p): New typedef.
3386         (dump_tree_fn): Likewise.
3387         (lang_dump_tree): New variable.
3388         (dump_node_to_file): New function.
3389         * c-common.c (flag_dump_translation_unit): Define it.
3390         (strip_array_types): New function.
3391         * c-decl.c (c_decode_option): Handle -fdump-translation-unit.
3392         * c-lang.c (finish_file): Call dump_node_to_file if
3393         flag_dump_translation_unit.
3394         * c-semantics.c (mark_rtl_for_local_static): Fix typo in comment.
3395         * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
3396         * c-dump.c: New file.
3397
3398 2000-11-09  Christopher Faylor <cgf@cygnus.com>
3399
3400         * config/i386/cygwin.h: Add mingw startfile prefix.
3401
3402 2000-11-09  Richard Henderson  <rth@redhat.com>
3403
3404         * flow.c (invalidate_mems_from_set): Split out from ...
3405         (mark_set_1): ... here.
3406         (try_pre_increment_1): Use it.  Use propagate_block_delete_insn
3407         instead of turning insn into a NOTE_INSN_DELETED.
3408
3409 2000-11-10  Joseph S. Myers  <jsm28@cam.ac.uk>
3410
3411         * extend.texi, invoke.texi: Move documentation of builtin versions
3412         of C library functions to one place and update.
3413
3414 2000-11-09  Richard Henderson  <rth@redhat.com>
3415
3416         * fold-const.c (fold): Compare TYPE_MAIN_VARIANT rather than
3417         the types themselves to discover type equivalence.
3418
3419 2000-11-09  Mike Stump  <mrs@wrs.com>
3420
3421         * Makefile.in (distclean): Remove a few extra leftovers.
3422
3423 2000-11-09  Richard Henderson  <rth@redhat.com>
3424
3425         * recog.c (validate_replace_rtx_1): Consider subregs when
3426         replacing a register with a constant inside a sign/zero_extend.
3427
3428         * config/alpha/linux.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.
3429
3430 2000-11-09  Geoffrey Keating  <geoffk@redhat.com>
3431
3432         * c-decl.c (finish_struct): When a structure is completed,
3433         check all its variant types for completeness.
3434
3435 2000-11-09  Neil Booth  <neilb@earthling.net>
3436
3437         * cpphash.c: Move cpp_defined here from cpplib.c.
3438         * cpplib.c: Update comments, move cpp_defined to cpphash.c.
3439         * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
3440         * cppmacro.c (cpp_get_token): Update comments, no need now
3441         to catch the CPP_EOF meaning EOL case.
3442
3443 2000-11-08  Geoffrey Keating  <geoffk@redhat.com>
3444
3445         * config/sparc/sparc.c (sparc_va_arg): When the required alignment
3446         is more than that provided, copy to a temporary.
3447
3448 2000-11-09  Alexandre Oliva  <aoliva@redhat.com>
3449
3450         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Prevent `make' from
3451         interpreting $out as a macro assignment.
3452         * Makefile.in (T_TARGET): New auxiliary macro and target.
3453         (all): Add a target right in the beginning, so that we don't build
3454         T_TARGET by default.
3455
3456 2000-11-09  Graham Stott  <grahams@redhat.com>
3457
3458         * config/i386/i386.md (mmx_pinsrw): Output operands in correct
3459         order for -mintel-syntax.  Remove comment now that the operand
3460         order has been checked.
3461         (mmx_pextrw): Likewise.
3462         (mmx_pshufw): Likewise.
3463
3464 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
3465
3466         * builtins.c (c_strlen): Use TREE_STRING_LENGTH - 1 for max.
3467         (c_getstr): New function.
3468         (expand_builtin_strstr): Do nothing if -fcheck-memory-usage.
3469         If both arguments are constant string, optimize out.
3470         (expand_builtin_strchr, expand_builtin_strrchr): New functions.
3471         (expand_builtin_strpbrk): Use c_getstr, do nothing if
3472         -fcheck-memory-usage.
3473         (expand_builtin_fputs): Likewise.
3474         (expand_builtin_strcmp): Add MODE argument.
3475         Use even if !HAVE_cmpstrsi.
3476         Optimize the case when both arguments are constant strings.
3477         (expand_builtin): Adjust expand_builtin_strcmp caller.
3478         Call expand_builtin_strchr and expand_builtin_strrchr.
3479         * c-common.c (c_common_nodes_and_builtins): Add strchr and strrchr
3480         builtins.
3481         * builtins.def (BUILT_IN_STRRCHR): Add.
3482
3483 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3484
3485         * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
3486
3487 2000-11-09  Joseph S. Myers  <jsm28@cam.ac.uk>
3488
3489         * calls.c (expand_call, emit_library_call_value_1), collect2.c
3490         (scan_prog_file), config/a29k/a29k.c (print_operand),
3491         config/sparc/sparc.c (order_regs_for_local_alloc): Use memcpy ()
3492         instead of bcopy ().
3493         * real.h: Use memcmp () instead of bcmp ().
3494         * config/m88k/m88k.c (m88k_layout_frame), config/sh/sh.c
3495         (split_branches), config/sparc/sparc.c (ultra_flush_pipeline,
3496         ultrasparc_sched_init, ultrasparc_sched_reorder),
3497         config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Use memset ()
3498         instead of bzero ().
3499         * config/vax/xm-xms.h (FILE_NAME_NONDIRECTORY): Use strrchr ()
3500         instead of rindex ().
3501         * configure.in: Don't check for bzero, bcmp, index or rindex.
3502         * configure, config.in: Regenerate.
3503         * system.h: Don't include declarations for bzero, bcmp, index or
3504         rindex.
3505         * config/i386/xm-beos.h, config/rs6000/xm-beos.h: Don't define
3506         bzero, bcmp, index or rindex.
3507
3508 Wed Nov  8 21:58:20 2000  Christopher Faylor <cgf@cygnus.com>
3509
3510         * config/i386/cygwin.h: Add -no-win32 switch.  Separate -mno-cygwin
3511         include and library paths from -mcygwin case.  Parameterize some
3512         declarations to avoid warnings.  Use standard locations for include and
3513         lib dirs.
3514
3515 2000-11-08  Nick Clifton  <nickc@redhat.com>
3516
3517         * config/arm/arm.md (mulsidi3adddi): Change output operand
3518         constraint from "=&" to "+&".
3519         (umulsidi3adddi): Change output operand constraint from "=&" to
3520         "+&".
3521
3522 2000-11-08  Richard Henderson  <rth@redhat.com>
3523
3524         * flow.c (init_propagate_block_info): Protect the rtx stored in
3525         mem_set_list from modification by find_auto_inc.
3526         (mark_set_1): Likewise.
3527
3528 2000-11-08  Neil Booth  <neilb@earthling.net>
3529
3530         Move directive handling into the lexer itself.
3531
3532         * cpplex.c (_cpp_lex_token): Handle directives directly.
3533         In the case of a directive interrupting a function-like
3534         macro invocation, use extra_char since read_ahead is
3535         used to store the '#'.  Return a CPP_EOF in this case.
3536         * cppmacro.c (parse_arg): No need to handle CPP_DHASH any more.
3537         (cpp_get_token): Don't handle directives here.
3538         * cpplib.h: Remove CPP_DHASH token type.
3539
3540 Wed Nov  8 21:53:41 MET 2000  Jan Hubicka  <jh@suse.cz>
3541
3542         * regmove.c (combine_stack_adjustments_for_blocks): Recognize pushes
3543         formed using PRE_MODIFY too.
3544
3545 2000-11-08  Mark Mitchell  <mark@codesourcery.com>
3546
3547         * c-tree.texi (VAR_DECL): Describe representation of GCC's
3548         extension for placing variables in particular registers.
3549
3550         * c-tree.texi (FUNCTION_TYPE): Clarify TYPE_ARG_TYPES for
3551         unprototyped C functions with no parameters.
3552
3553 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3554
3555         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Cast DELTA to int
3556         before passing to fprintf.
3557
3558 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3559
3560         * function.c (expand_function_start): Cast GET_MODE_SIZE to
3561         HOST_WIDE_INT before negating it.
3562
3563 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
3564
3565         * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
3566         passed in multiple non-contiguous locations.
3567
3568 2000-11-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3569
3570         * README.gnat: Remove file.
3571
3572 2000-11-08  Alexandre Oliva  <aoliva@redhat.com>
3573
3574         * mklibgcc.in (EXTRA_MULTILIB_PARTS): Generate multilib parts
3575         in-place.
3576
3577 2000-11-07  Richard Henderson  <rth@redhat.com>
3578
3579         * dwarfout.c (INSN_LABEL_FMT): Remove.
3580         (output_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
3581         (dwarfout_label): Remove.
3582         * dwarfout.h: Remove it's prototype.
3583         * dwarf2out.c (INSN_LABEL_FMT): Remove.
3584         (gen_label_die): Use ASM_GENERATE_INTERNAL_LABEL.
3585         (dwarf2out_label): Remove.
3586         * dwarf2out.h: Remove it's prototype.
3587         * final.c (final_scan_insn): Don't call dwarf[2]out_label.
3588
3589 2000-11-07  Richard Henderson  <rth@redhat.com>
3590
3591         * config/ia64/fde-glibc.c (find_fde_for_dso): Do a binary
3592         search on the unwind region section.
3593
3594         * config/ia64/ia64.md (movbi): Add r/r alternative.
3595         (cmovdi_internal_astep): Describe all combinations of register
3596         classes for sources & destinations; remove matching constraints.
3597         (cmovdi_internal): Likewise.
3598
3599         * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed.
3600
3601 2000-11-07  Richard Henderson  <rth@redhat.com>
3602
3603         * c-lang.c (start_cdtor, finish_cdtor): New functions.
3604         (finish_file): Use them in building constructor/destructor functions.
3605
3606         * config/alpha/alpha.h (HAS_INIT_SECTION, LD_INIT_SWITCH,
3607         LD_FINI_SWITCH): Move ...
3608         * config/alpha/osf.h: ... here.
3609         * config/alpha/alpha-interix.h: Don't undef them.
3610
3611 2000-11-07  Jeffrey Oldham  <oldham@oz.codesourcery.com>
3612
3613         * config/mips/t-iris6 (FPBIT): New.  Added so that __unorddf2 is
3614         included in libgcc.a.
3615         (DPBIT): Likewise.
3616         (dp-bit.c): Likewise.
3617         (fp-bit.c): Likewise.
3618
3619 2000-11-07  Nick Clifton  <nickc@redhat.com>
3620
3621         * config/m88k/m88k.h (GLOBAL_ASM_OP): Add missing tab.
3622         (INTERNAL_ASM_OP): Add missing tab.
3623
3624 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3625
3626         * alias.c (init_alias_analysis), calls.c (expand_call,
3627         emit_library_call_value_1), combine.c (init_reg_last_arrays),
3628         cse.c (new_basic_block), dbxout.c (dbxout_type), diagnostic.c
3629         (init_output_buffer, set_diagnostic_context), dwarf2out.c
3630         (equate_decl_number_to_die, build_abbrev_table), emit-rtl.c
3631         (init_emit_once), fold-const.c (mul_double, div_and_round_double),
3632         function.c (assign_parms), gcse.c (compute_can_copy,
3633         alloc_gcse_mem, alloc_reg_set_mem, record_one_set,
3634         compute_hash_table, compute_set_hash_table,
3635         compute_expr_hash_table), genattrtab.c (optimize_attrs), global.c
3636         (global_alloc, global_conflicts), haifa-sched.c (compute_trg_info,
3637         clear_units, schedule_block), integrate.c (initialize_for_inline,
3638         expand_inline_function), jump.c (thread_jumps), local-alloc.c
3639         (local_alloc), loop.c (combine_movables, count_loop_regs_set,
3640         load_mems_and_recount_loop_regs_set), print-tree.c (debug_tree),
3641         regclass.c (init_reg_sets, init_reg_sets_1, regclass,
3642         record_reg_classes, allocate_reg_info), reload.c
3643         (get_secondary_mem, remove_address_replacements, find_reloads),
3644         reload1.c (reload, set_initial_label_offsets, finish_spills,
3645         reload_as_needed, choose_reload_regs_init,
3646         reload_cse_simplify_operands), reorg.c (dbr_schedule), sbitmap.c
3647         (sbitmap_zero), simplify-rtx.c (simplify_plus_minus), ssa.c
3648         (rename_registers), stmt.c (expand_end_case), unroll.c
3649         (unroll_loop), varray.c (varray_grow), objc/objc-act.c: Use memset
3650         () instead of bzero ().
3651
3652 2000-11-07  Neil Booth  <neilb@earthling.net>
3653
3654        * cp/lang-specs.h: Fix -save-temps specs under USE_CPPLIB.
3655
3656 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3657
3658         * c-common.c (combine_strings): Only warn about long strings for C.
3659
3660 Tue Nov  7 19:44:30 2000  J"orn Rennecke <amylaar@redhat.com>
3661
3662         * combine.c (distribute_notes): Fix typo in last change.
3663
3664 2000-11-07  Geoff Keating  <geoffk@redhat.com>
3665
3666         * config/rs6000/rs6000.md (movdi_internal32+1): Use
3667         operand_subreg_force rather than gen_rtx_SUBREG.
3668         (movdi_internal32+2): Likewise.
3669
3670 2000-11-07  Philip Blundell  <philb@gnu.org>
3671
3672         * configure.in (arm*-*-linuxaout*): Obsolete, deleted.
3673         * config/arm/linux-aout.h: Likewise.
3674         * configure: Regenerate.
3675
3676 2000-11-07  Philipp Thomas  <pthomas@suse.de>
3677
3678         * ABOUT-GCC-NLS: Remove the patch for gettext as it has been
3679         accepted my the gettext maintainer.
3680
3681 2000-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3682
3683         * builtins.c (expand_builtin_strpbrk): New function.
3684         (expand_builtin): Handle BUILT_IN_STRPBRK.
3685
3686         * builtins.def (BUILT_IN_STRPBRK): New entry.
3687
3688         * c-common.c (c_common_nodes_and_builtins): Declare builtin
3689         strpbrk.
3690
3691 2000-11-07  David O'Brien  <obrien@dragon.nuxi.com>
3692
3693         * config/alpha/freebsd.h: New file -- FreeBSD/alpha architecture file.
3694         * POTFILES.in: Add config/alpha/freebsd.h
3695         * configure.in: Add alpha*-freebsd support.
3696         * configure: Regenerate.
3697
3698 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3699
3700         * tree.c (build_common_tree_nodes_2): Make va_list_type_node be a
3701         copy of ptr_type_node rather than ptr_type_node itself.
3702
3703 Tue Nov  7 06:29:24 2000  J"orn Rennecke <amylaar@redhat.com>
3704
3705         * combine.c (recog_for_combine): Allocate uninitialized vector with
3706         rtvec_alloc.
3707         * recog.c (apply_change_group): Likewise.
3708
3709 Tue Nov  7 06:24:02 2000  J"orn Rennecke <amylaar@redhat.com>
3710
3711         * flow.c (verify_local_live_at_start): Back out last change.
3712         * combine.c (distribute_notes): When parts of a hard reg are
3713         neither set nor referenced in PLACE, search backwards for a
3714         place to put a REG_UNUSED note; if none found, ask for flow
3715         info refresh.
3716
3717 Mon Nov  6 20:08:13 2000  J"orn Rennecke <amylaar@redhat.com>
3718
3719         * reload1.c (eliminate_regs_in_insn): Allow a set to be a PARALLEL
3720         with (clobber (match_scratch...)).
3721
3722 2000-11-06  Neil Booth  <neilb@earthling.net>
3723
3724         * c-lex.c (init_c_lex): If cpp_start_read fails, exit with
3725         error status.
3726
3727 2000-11-06  Neil Booth  <neilb@earthling.net>
3728
3729         * tradcpp.c (special_symbol): Assign an null string rather
3730         than writing to an unallocated buffer.
3731
3732 2000-11-06  Neil Booth  <neilb@earthling.net>
3733
3734         * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
3735         CPP_MACRO_ARG case.
3736
3737 2000-11-06  Neil Booth  <neilb@earthling.net>
3738
3739         * c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or
3740         tok.val.arg_no as appropriate.
3741         * cppexp.c (lex): Similarly.
3742         * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
3743         cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
3744         * cppmacro.c (stringify_arg, replace_args, lex_expansion_token,
3745         cpp_macro_definition): Similarly.
3746         * cpplib.h (struct cpp_token): Replace aux with c and arg_no.
3747
3748 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3749
3750         * config/sparc/sparc.md (adddi3): If operands[2] is 4096 and
3751         operands[1] is constant, calculate the sum and generate movdi.
3752         (addsi3): Similarly.  Use SImode in call to arith_4096_operand.
3753         (subsi3): Use SImode in call to arith_4096_operand.
3754
3755 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3756
3757         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): On sparc64 we need to
3758         adjust %o1, not %o0 if the return type is large structure.
3759
3760 2000-11-06  Jakub Jelinek  <jakub@redhat.com>
3761
3762         * config/sparc/sparc.md (smulsi3_highpart_v8plus, ashldi3_v8plus+1,
3763         update_return, flush, flushdi, ffssi2, ffsdi2): Fix output formatting.
3764
3765 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz  <marekm@linux.org.pl>
3766
3767         * expmed.c (expand_divmod): For signed divide by 2, prefer
3768         a branch and fewer shifts if branches are very cheap.
3769
3770 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3771
3772         * Makefile.in: Remove all targets related to building
3773         distributions and diffs, or INSTALL.
3774         * INSTALL, install1.texi: Remove.
3775         * configure.in: Remove mention of distdir.
3776         * configure: Regenerate.
3777         * objc/Make-lang.in: Remove mention of distdir.
3778
3779 2000-11-04  Neil Booth  <neilb@earthling.net>
3780
3781         * cpp.texi: Update for _Pragma.
3782
3783 2000-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
3784
3785         * gcc.texi (Contributing): Update URL for projects web page.
3786
3787 2000-11-04  Neil Booth  <neilb@earthling.net>
3788
3789         * cpplex.c (parse_string): Don't allow multiline strings in
3790         #include family directives.
3791
3792 2000-11-04  Neil Booth  <neilb@earthling.net>
3793
3794         * cpplib.c (do_line): Only warn pedantically if not reading
3795         preprocessed input.
3796
3797 2000-11-04  Alexandre Oliva  <aoliva@redhat.com>
3798
3799         * calls.c (emit_call_1) [sibcall_pop]: Use n_popped instead of
3800         RETURN_POPS_ARGS().
3801
3802 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
3803
3804         * builtins.c (expand_builtin_strlen): Remove unused mode
3805         argument.
3806         * gcc.c (process_command): Remove unused variable.
3807         * fold-const.c: Include expr.h.
3808         * recog.c: Include reload.h.
3809         * Makefile.in (recog.o, fold-const.o): Update deps.
3810
3811 2000-11-02  Geoffrey Keating  <geoffk@cygnus.com>
3812
3813         * fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
3814
3815 Fri Nov  3 13:41:04 2000  Mark P Mitchell  <mark@codesourcery.com>
3816
3817         * config/mips/iris6.h (SUBTARGET_CC1_SPEC): Remove -static
3818         handling.
3819         (STARTFILE_SPEC): Likewise.
3820         (LINK_SPEC): Likewise.
3821
3822 2000-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3823
3824         * Makefile.in (fold-const.o): Depend on $(GGC_H), not ggc.h.
3825         (toplev.o): Likewise for $(LOOP_H)/loop.h and $(REGS_H)/regs.h.
3826         (simplify-rtx.o): Likewise for $(GGC_H)/ggc.h.
3827
3828 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3829
3830         * c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
3831         (dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
3832         perm_calloc, get_identifier, maybe_get_identifier,
3833         real_value_from_int_cst, simple_cst_equal), varasm.c
3834         (assemble_name, assemble_real, immed_real_const_1,
3835         compare_constant_1, decode_rtx_const, output_constant_pool): Use
3836         strrchr () instead of rindex ().  Use memcmp () instead of bcmp
3837         ().  Use memcpy () instead of bcopy ().  Use memset () instead of
3838         bzero ().
3839
3840 2000-11-03  Nathan Sidwell  <nathan@codesourcery.com>
3841
3842         * cppfiles.c (open_file): If already read, then don't reopen.
3843         Immediately close an empty file.
3844
3845 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
3846
3847         * expr.h (fold_builtin): Move declaration...
3848         * tree.h (fold_builtin): ... here.
3849
3850 Fri Nov  3 05:41:07 2000  J"orn Rennecke <amylaar@redhat.com>
3851
3852         * flow.c (verify_local_live_at_start): Allow hard regs to die.
3853
3854 2000-11-02  Neil Booth  <neilb@earthling.net>
3855
3856 config:
3857         * a29k/a29k.h, a29k/unix.h, a29k/vx29k.h,
3858         alpha/alpha-interix.h, alpha/alpha.h, alpha/linux.h,
3859         alpha/openbsd.h, alpha/osf.h, alpha/vms.h, alpha/vxworks.h,
3860         alpha/win-nt.h, arc/arc.h, arm/arm.h, arm/conix-elf.h,
3861         arm/linux-aout.h, arm/linux-elf.h, arm/netbsd.h, arm/riscix.h,
3862         arm/riscix1-1.h, arm/semiaof.h, arm/unknown-elf-oabi.h, arm/vxarm.h,
3863         c4x/rtems.h, clipper/clix.h, convex/convex.h, d30v/d30v.h,
3864         elxsi/elxsi.h, fr30/fr30.h, h8300/h8300.h, i370/linux.h, i370/mvs.h,
3865         i370/oe.h, i386/386bsd.h, i386/aix386ng.h, i386/beos-elf.h,
3866         i386/bsd386.h, i386/crtdll.h, i386/cygwin.h, i386/dgux.h,
3867         i386/djgpp-rtems.h, i386/djgpp.h, i386/freebsd-aout.h, i386/freebsd.h,
3868         i386/gnu.h, i386/i386-interix.h, i386/i386.h, i386/linux-aout.h,
3869         i386/linux-oldld.h, i386/linux.h, i386/lynx-ng.h, i386/lynx.h,
3870         i386/mach.h, i386/mingw32.h, i386/moss.h, i386/netbsd.h,
3871         i386/netware.h, i386/next.h, i386/openbsd.h, i386/osf1elf.h,
3872         i386/osfelf.h, i386/osfrose.h, i386/ptx4-i.h, i386/rtems.h,
3873         i386/rtemself.h, i386/sco.h, i386/sco4.h, i386/sco4dbx.h, i386/sco5.h,
3874         i386/scodbx.h, i386/sequent.h, i386/sol2.h, i386/sun.h, i386/sysv3.h,
3875         i386/sysv4.h, i386/uwin.h, i386/vsta.h, i386/vxi386.h, i386/win-nt.h,
3876         i386/win32.h, i860/fx2800.h, i860/i860.h, i860/mach.h, i860/sysv3.h,
3877         i860/sysv4.h, i960/i960.h, i960/rtems.h, i960/vx960-coff.h,
3878         ia64/ia64.h, ia64/linux.h, m32r/m32r.h, m68k/3b1.h, m68k/3b1g.h,
3879         m68k/a-ux.h, m68k/altos3068.h, m68k/amix.h, m68k/apollo68.h,
3880         m68k/crds.h, m68k/ctix.h, m68k/dpx2.h, m68k/hp2bsd.h, m68k/hp320.h,
3881         m68k/hp3bsd.h, m68k/hp3bsd44.h, m68k/isi.h, m68k/linux-aout.h,
3882         m68k/linux.h, m68k/lynx-ng.h, m68k/lynx.h, m68k/m68kemb.h,
3883         m68k/m68kv4.h, m68k/mot3300.h, m68k/netbsd.h, m68k/news.h,
3884         m68k/next.h, m68k/openbsd.h, m68k/pbb.h, m68k/plexus.h, m68k/rtems.h,
3885         m68k/rtemself.h, m68k/sun2.h, m68k/sun3.h, m68k/sun3mach.h,
3886         m68k/tower-as.h, m68k/tower.h, m68k/vxm68k.h, m88k/dgux.h,
3887         m88k/dolph.h, m88k/luna.h, m88k/m88k-aout.h, m88k/m88k-coff.h,
3888         m88k/openbsd.h, m88k/sysv3.h, m88k/sysv4.h, mips/bsd-4.h,
3889         mips/bsd-5.h, mips/dec-bsd.h, mips/dec-osf1.h, mips/gnu.h,
3890         mips/iris3.h, mips/iris5.h, mips/iris6.h, mips/linux.h, mips/mips.h,
3891         mips/netbsd.h, mips/news4.h, mips/news5.h, mips/nws3250v4.h,
3892         mips/openbsd.h, mips/osfrose.h, mips/rtems64.h, mips/sni-svr4.h,
3893         mips/svr3-4.h, mips/svr3-5.h, mips/svr4-4.h, mips/svr4-5.h,
3894         mips/ultrix.h, ns32k/encore.h, ns32k/merlin.h, ns32k/netbsd.h,
3895         ns32k/ns32k.h, ns32k/pc532-mach.h, ns32k/pc532.h, ns32k/sequent.h,
3896         ns32k/tek6000.h, ns32k/tek6100.h, ns32k/tek6200.h, pa/pa-hiux.h,
3897         pa/pa-hpux.h, pa/pa-hpux7.h, pa/pa-linux.h, pa/pa-osf.h,
3898         pa/pa-pro-end.h, pa/pa.h, pa/rtems.h, pj/linux.h, pj/pj.h,
3899         romp/romp.h, rs6000/aix.h, rs6000/aix31.h, rs6000/aix41.h,
3900         rs6000/aix43.h, rs6000/beos.h, rs6000/eabi.h, rs6000/eabisim.h,
3901         rs6000/linux.h, rs6000/lynx.h, rs6000/mach.h, rs6000/rtems.h,
3902         rs6000/sysv4.h, rs6000/vxppc.h, sh/elf.h, sh/linux.h, sh/rtems.h,
3903         sh/rtemself.h, sh/sh.h, sparc/aout.h, sparc/elf.h, sparc/linux-aout.h,
3904         sparc/linux.h, sparc/linux64.h, sparc/lite.h, sparc/litecoff.h,
3905         sparc/liteelf.h, sparc/lynx-ng.h, sparc/lynx.h, sparc/netbsd.h,
3906         sparc/openbsd.h, sparc/pbd.h, sparc/rtems.h, sparc/rtemself.h,
3907         sparc/sol2-sld-64.h, sparc/sol2.h, sparc/sp64-aout.h,
3908         sparc/sp64-elf.h, sparc/sp86x-aout.h, sparc/sp86x-elf.h,
3909         sparc/sparc.h, sparc/sysv4.h, sparc/vxsim.h, sparc/vxsparc.h,
3910         v850/rtems.h, vax/netbsd.h, vax/openbsd.h, vax/ultrix.h, vax/vax.h,
3911         vax/vaxv.h, vax/vms.h, we32k/we32k.h
3912
3913         Replace -A() with -A=, the new assertion syntax.
3914
3915 Thu Nov  2 21:52:35 2000  J"orn Rennecke <amylaar@redhat.com>
3916
3917         * combine.c (distribute_notes): Use rtx_equal_p to check elim_i2 /
3918         elim_i1.
3919         In REG_DEAD handling: When handling parts of multi-hard-reg hard
3920         registers, increment the loop counter by the size of the parts;
3921         use recursion to handle individual parts.
3922
3923 2000-11-02  Neil Booth  <neilb@earthling.net>
3924
3925         * configure.in: Make integrated CPP the default.
3926         * configure: Regenerate.
3927
3928 Thu Nov  2 19:20:12 2000  J"orn Rennecke <amylaar@redhat.com>
3929
3930         * reload.c (find_equiv_reg): Test all hard registers for membership
3931         in the requested class.
3932
3933 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3934
3935         * collect2.c (main, write_c_file_stat), gcc.c (translate_options,
3936         process_command, main), gcov.c (open_files, output_data), tlink.c
3937         (frob_extension, scan_linker_output), toplev.c
3938         (file_name_nondirectory): Use strchr () and strrchr () instead of
3939         index () and rindex ().
3940
3941 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3942
3943         * c-common.c (get_flag_spec, check_format_info_main,
3944         check_format_types): Use strchr () instead of index ().  Compare
3945         against error_mark_node instead of comparing the TREE_CODE against
3946         ERROR_MARK.
3947
3948 2000-11-02  Zack Weinberg <zackw@Stanford.EDU>
3949
3950         Integrated CPP.
3951
3952         * c-lex.c (init_c_lex): Update cpp_start_read call.
3953         (cb_ident): Update for new callback prototype.
3954         (cb_def_pragma): Update for new cpp_get_token prototype.
3955         (c_lex): Similarly.  Use cpp_get_line.
3956
3957         * c-parse.in (finish_parse): Update for new cpp_finish
3958         prototype.
3959
3960         * cp/lex.c (finish_parse): Similarly.
3961
3962 2000-11-01  Geoff Keating  <geoffk@cygnus.com>
3963
3964         * machmode.def: Add V16QImode.
3965
3966 2000-11-01  Richard Henderson  <rth@redhat.com>
3967
3968         * dwarf2out.c (loc_descriptor_from_tree): Check for null result
3969         from rtl_for_decl_location.
3970         (add_location_or_const_value_attribute): Likewise.
3971
3972 2000-11-01  Neil Booth  <neilb@earthling.net>
3973
3974         * cpplib.c (run_directive): Use correct line number for output
3975         of _Pragma.  Remember any in-progress directive.
3976
3977         * gcc.dg/cpp/vararg2.c, gcc.dg/cpp/_Pragm1.c: New tests.
3978
3979 2000-11-01  Richard Henderson  <rth@redhat.com>
3980
3981         * stmt.c (expand_start_null_loop): Set continue_label.
3982
3983 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
3984
3985         * builtins.c (fold_builtin_constant_p, fold_builtin): New functions.
3986         (expand_builtin_constant_p): Move parts of the code into
3987         fold_builtin_constant_p.
3988         (expand_builtin_strlen): Move parts of the code into fold_builtin.
3989         * expr.h (fold_builtin): Declare.
3990         * fold-const.c (fold): Handle builtin calls.
3991
3992         * c-typeck.c (build_function_call): Call fold on the CALL_EXPR.
3993
3994 2000-11-01  Richard Henderson  <rth@redhat.com>
3995
3996         * stmt.c (expand_start_null_loop): New.
3997         (expand_end_null_loop): New.
3998         * c-semantics.c (genrtl_do_stmt): Use them.
3999         * tree.h: Declare them.
4000
4001 2000-11-01  Richard Henderson  <rth@redhat.com>
4002
4003         * cppmain.c (scan_buffer): Don't avoid paste for assembly.
4004
4005 2000-11-01  Neil Booth  <neilb@earthling.net>
4006
4007         * c-parse.in (_yylex): Remove CPP_BACKSLASH case.
4008         * cp/spew.c: Similarly.
4009         * cpplex.c (_cpp_lex_token): Backslashes are now CPP_OTHER.
4010         * cppmacro.c (stringify_arg): Similarly.
4011         * cpplib.h (CPP_BACKSLASH): Delete.
4012
4013 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4014
4015         * builtins.c (expand_builtin_strstr): New function.
4016         (expand_builtin): Handle BUILT_IN_STRSTR and BUILT_IN_STRCHR.
4017
4018         * builtins.def (BUILT_IN_STRSTR, BUILT_IN_STRCHR): New entries.
4019
4020         * c-common.c (c_common_nodes_and_builtins): Declare builtin strstr
4021         and builtin strchr.
4022
4023 2000-10-31  Richard Henderson  <rth@redhat.com>
4024
4025         * config/i386/i386.c (fcmov_comparison_operator): Check for
4026         CCFPmode or CCFPUmode instead of CCmode.
4027         (ix86_expand_fp_movcc): Call ix86_expand_setcc for most
4028         unordered operations as well.
4029
4030 2000-10-31  Richard Henderson  <rth@redhat.com>
4031
4032         * c-semantics.c (genrtl_do_stmt): Use integer_zerop instead
4033         of integer_zero_node.
4034
4035 2000-10-31  Richard Henderson  <rth@redhat.com>
4036
4037         * c-semantics.c (genrtl_do_stmt): Special case do/while(0).
4038
4039 2000-10-31  Nick Clifton  <nickc@redhat.com>
4040
4041         * config/arm/unknown-elf.h (UNIQUE_SECTION_P): Do not allow
4042         -fdata-sections to override the section attribute of a DECL.
4043
4044 2000-10-31  Chris Demetriou  <cgd@sibyte.com>
4045
4046         * libgcc2.c (__shtab): Remove __shtab variable.
4047         * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list.
4048         * Makefile.in (LIB2FUNCS): Remove _shtab from list of library
4049         members.
4050
4051 2000-10-31  Jim Wilson  <wilson@redhat.com>
4052
4053         * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
4054         * tm.texi (ASM_OUTPUT_DEBUG_LABEL): Document.
4055         * dwarf2out.c (dwarf2out_begin_block): Use ASM_OUTPUT_DEBUG_LABEL
4056         instead of ASM_OUTPUT_INTERNAL_LABEL.
4057         (dwarf2out_end_block, dwarf2out_label): Likewise.
4058         * final.c (final_scan_insn, case NOTE_INSN_DELETED_LABEL): Likewise
4059         * config/ia64/ia64.h (ASM_OUTPUT_DEBUG_LABEL): Define.
4060
4061 2000-10-31  Richard Henderson  <rth@redhat.com>
4062
4063         * dwarf2out.c (struct dw_loc_descr_struct): Add dw_loc_addr.
4064         (size_of_locs): Set it.
4065         (output_loc_operands): Use it to compute branch displacement.
4066         (int_loc_descriptor): New.
4067         (mem_loc_descriptor): Dereference memory in the proper size.
4068         Use DW_OP_plus_uconst when possible.  Use int_loc_descriptor.
4069         (loc_descriptor_from_tree): New.
4070         (rtl_for_decl_location): Break out from ...
4071         (add_location_or_const_value_attribute): ... here.
4072         (add_bound_info): Use loc_descriptor_from_tree.
4073
4074 2000-10-31  Neil Booth  <neilb@earthling.net>
4075
4076         * cpp.texi: Update for new command line assertion syntax.
4077         * cpplib.c (cpp_define): Simplify a bit.
4078         (cpp_assert, cpp_unassert): Use handle_assertion.
4079         (handle_assertion): New function; accept new command line
4080         syntax with '='.
4081         * testsuite/gcc.dg/cpp/assert3.c: New tests.
4082
4083 2000-10-31  Neil Booth  <neilb@earthling.net>
4084
4085         * cppmacro.c (STDC_0_IN_SYSTEM_HEADERS): Define to 0 if
4086         undefined.  Remove #ifdef check.
4087         * config/i386/sol2.h, config/rs6000/sol2.h, config/sparc/sol2.h:
4088         Define STDC_0_IN_SYSTEM_HEADERS to 1.
4089
4090 2000-10-31  Jan Hubicka  <jh@suse.cz>
4091             Jakub Jelinek  <jakub@redhat.com>
4092
4093         * config/i386/i386.h: Clarify CCNOmode description in comment.
4094         (EXTRA_CC_MODES): Remove CCRCmode.
4095         * config/i386/i386.c (ix86_comparison_operator): Remove CCRCmode.
4096         (put_condition_code, ix86_match_ccmode): Likewise.
4097         (ix86_cc_mode): Likewise.  Fix comment.
4098         (ix86_expand_strlensi_unroll_1): *rc patterns are gone.
4099         * config/i386/i386.md: Add unspec 12 description.
4100         (adddi3 split): Use unspec 12 instead of CCRCmode.
4101         (addsi3_carry_rc): Remove.
4102         (addsi3_cc, addqi3_cc): New patterns.
4103         (addsi_3): Swap operands, match CCZmode.
4104         (addsi_4): Rewritten.
4105         (addsi_5): Renamed from addsi_6.
4106         (addsi_6): Removed.
4107         (addhi_3): Swap operands, match CCZmode.
4108         (addhi_4): Rewritten.
4109         (addhi_5): Renamed from addhi_6.
4110         (addhi_6): Removed.
4111         (addqi_3): Swap operands, match CCZmode.
4112         (addqi_4): Rewritten.
4113         (addqi_5): Renamed from addqi_6.  Use =q constraint for clobber.
4114         (subsi3_carry_rc): Removed.
4115         (iorqi_3): Use =q constraint for clobber.
4116         (xorqi_cc_2): Likewise.
4117         (negdi2_1 split): Don't use CCRCmode, use ltu instead of gtu.
4118         (x86_movsicc_0_m1_rc): Removed.
4119         (cmp?i peepholes): Remove neg.  Use CCGCmode instead of CCRCmode.
4120
4121 2000-10-31  Joseph S. Myers  <jsm28@cam.ac.uk>
4122
4123         * c-typeck.c (build_unary_op): If pedantic, pedwarn for increment
4124         and decrement of complex types.
4125
4126 2000-10-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4127
4128         * builtins.c (expand_builtin_fputs): When deleting NOP calls to
4129         builtin fputs, ensure we still evaluate the stream in case it
4130         has side-effects.
4131
4132 2000-10-31  Jakub Jelinek  <jakub@redhat.com>
4133
4134         * expr.c (do_store_flag): Pass operand_mode instead of GET_MODE (op0)
4135         to expand_shift.
4136
4137 Tue Oct 31 15:33:27 2000  J"orn Rennecke <amylaar@redhat.com>
4138
4139         * sh-protos.h (reg_no_subreg_operand, emit_fpscr_use): Don't declare.
4140         (fp_extended_operand, emit_fpscr_use): Likewise.
4141         * sh.c (reg_no_subreg_operand, fp_extended_operand): Delete functions.
4142         (fpul_operand): New function.
4143         * sh.h (PREDICATE_CODES): Remove reg_no_subreg_operand and
4144         fp_extended_operand.  Add fpul_operand.
4145         * sh.md (mulsf3, mulsf3_i4): Use fp_arith_reg_operand for "f" operands.
4146         (mulsf3_ie, macsf3, cmpgtsf_t, cmpeqsf_t, ieee_ccmpeqsf_t): Likewise.
4147         (cmpgtsf_t_i4, cmpeqsf_t_i4, ieee_ccmpeqsf_t_4, negsf2): Likewise.
4148         (negsf2_i, sqrtsf2, sqrtsf2_i, abssf2, abssf2_i, adddf3): Likewise.
4149         (adddf3_i, subdf3, subdf3_i, muldf3, muldf3_i, divdf3): Likewise.
4150         (divdf3_i): Likewise.
4151         (floatsisf2): Likewise.  Use fpul_operand for 'y' operand.
4152         (floatsisf2_i4, floatsisf2_ie, fix_truncsfsi2): Likewise.
4153         (fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i): Likewise.
4154         (fix_truncdfsi2, fix_truncdfsi2_i, extendsfdf2): Likewise.
4155         (extendsfdf2_i4, truncdfsf2, truncdfsf2_i4): Likewise.
4156
4157 2000-10-31  Bernd Schmidt  <bernds@redhat.co.uk>
4158
4159         * config/i386/i386.c (ix86_init_builtins): Correct return type
4160         building v4hi_ftype_v4hi_int_int tree node.
4161         (ix86_expand_builtin): Use correct operand numbers 0 and 1.
4162         Copy operand 0 into a Pmode register, don't generate a MEM rtx.
4163
4164         * config/i386/i386.md (sse_movntdi): Use mmx register constraint
4165         for operand 1.
4166         (mmx__uavgv8qi3): Correct insn mnemonic.
4167         (mmx_psadbw): Correct insn mnemonic.  Use V8QI mode for operands 1 and 2.
4168         (mmx_punpckhwd): Correct insn mnemonic.
4169         (mmx_punpckhdq): Likewise.
4170         (mmx_punpcklwd): Likewise.
4171         (mmx_punpckldq): Likewise.
4172         (prefetch): Use immediare_operand and 'n' constraint for operand 1.
4173         Renumber case labels to match the _mm_prefetch constants defined in
4174         xmmintrin.h.
4175
4176         * recog.c (split_all_insns): Don't try to call cleanup_subreg_operands
4177         if the splitter didn't emit new insns.
4178         Make sure we call cleanup_subreg_operands even when splitting the last
4179         insn in a basic block.
4180
4181         * invoke.texi (Debugging Options): Describe -do.
4182         * toplev.c (enum_dump_file_index): New entry DFI_postreload.
4183         (dump_file): Likewise.
4184         (rest_of_compilation): Split .greg dump into .greg and .postreload.
4185
4186 2000-10-30  Neil Booth  <neilb@earthling.net>
4187
4188         * cppfiles.c (stack_include_file): Check for stacked contexts
4189         here.
4190         * cpphash.h (_cpp_do__Pragma): New prototype.
4191         * cppinit.c (cpp_reader_init): Add _Pragma keyword to hash table.
4192
4193         * cpplex.c (skip_escaped_newlines): Only process trigraphs and
4194         escaped newlines if !(buffer->from_stage3).
4195         (_cpp_lex_token): Warn about missing newlines iff
4196         !buffer->from_stage3.
4197
4198         * cpplib.c (get__Pragma_string, destringize,
4199         _cpp_do__Pragma): New functions.
4200         (run_directive): Set output_line for _Pragma to avoid line
4201         markers in output.  Set from_stage3 and prevent macro expansion
4202         for _Pragma and command-line options.  Check buffer exhaustion.
4203         (cpp_push_buffer): Don't check for stacked macro contexts, as
4204         this is perfectly legitimate for _Pragma.  Move the check to
4205         stack_include_file instead. Set from_stage3 iff buffer is
4206         preprocessed input.
4207
4208         * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
4209         unsigned. New boolean from_stage3.
4210         (struct spec_nodes): Add n__Pragma.
4211
4212         * cppmacro.c (enter_macro_context): Flip sense of return value.
4213         (_cpp_get_token): Handle _Pragma operator.
4214
4215 2000-10-30  Phil Edwards  <pme@sources.redhat.com>
4216
4217         * gcc.texi:  The C++ standard isn't "draft" anymore.
4218
4219 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
4220
4221         * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
4222
4223 2000-10-29  Neil Booth  <neilb@earthling.net>
4224
4225         * cpplib.c (skip_rest_of_line):  Use _cpp_get_token.
4226
4227 2000-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4228
4229         * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
4230         fixinc/inclhack.def: Change comments mentioning C9X to refer to
4231         C99 instead.
4232
4233         * invoke.texi: Document that -V will only work for very similar
4234         versions of driver and compiler.
4235
4236 2000-10-29  Neil Booth  <neilb@earthling.net>
4237
4238         * cppmacro.c (_cpp_create_definition): Optimize the case of
4239         a macro defined to itself.
4240
4241 2000-10-29  Neil Booth  <neilb@earthling.net>
4242
4243         * cpplex.c (save_comment): Don't store new lines in C++ comments.
4244
4245 2000-10-29  Michael Hayes  <mhayes@redhat.com>
4246
4247         * integrate.c (copy_insn_list): Copy the unchanging flag for calls.
4248
4249 2000-10-28  Geoffrey Keating  <geoffk@cygnus.com>
4250
4251         * cpphash.c (cpp_forall_identifiers): Add context variable
4252         for callback routine.
4253         * cppmain.c (dump_macro): Update to match cpp_forall_identifiers
4254         change.
4255         (main): Call cpp_forall_identifiers with null context.
4256         * cpplib.h (cpp_forall_identifiers): Update prototype.
4257
4258         * cppmain.c: Make `parse_in' and `print' static.
4259
4260 2000-10-28  Alan Modra <alan@linuxcare.com.au>
4261
4262         * c-decl.c (finish_function): Clear c_function_name_declared_p.
4263
4264 2000-10-28  Richard Henderson  <rth@redhat.com>
4265
4266         * regrename.c (scan_rtx_address): Frob action, not class,
4267         when trying to disable optimization.
4268
4269 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
4270
4271         * c-semantics.c (make_rtl_for_local_static): Don't clobber
4272         DECL_ASSEMBLER_NAME.
4273
4274 2000-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
4275
4276         * configure.in: Determine and substitute gcc_version_full.
4277         * configure: Regenerate.
4278         * gccbug.in: Use it to give full version.  Don't allow
4279         confidential PRs.
4280
4281 2000-10-28  Richard Henderson  <rth@redhat.com>
4282
4283         * recog.c (split_all_insns): Run cleanup_subreg_operands
4284         after reload.
4285
4286         * regrename.c (regrename_optimize): Verify that all registers of
4287         a multiple register mode are available.
4288         (scan_rtx_address): Accept the mode of the address; all callers
4289         changed.
4290
4291         * cpplib.c (run_directive): Fix prototype.
4292
4293 2000-10-28  Bernd Schmidt  <bernds@redhat.co.uk>
4294
4295         * reload.c (find_reloads): Distinguish "wins" so that we know whether
4296         a given operand won because of a matching constraint or not; then use
4297         that information to compute goal_alternative_matched properly.
4298         * reload1.c (choose_reload_regs): Never set reload_override_in for an
4299         optional reload.
4300
4301         * config/ia64/ia64.h (RTX_COSTS): A few more entries, and a more
4302         accurate value for MULT.
4303         * config/ia64/ia64.c (ia64_print_operand): Require probability to be
4304         2% or > 98% before using static branch prediction bits.
4305
4306 2000-10-28  Neil Booth  <neilb@earthling.net>
4307
4308         New macro expander.
4309
4310         * cpplib.c (struct answer): New.
4311         (struct if_stack): Use cpp_lexer_pos rather than line and col.
4312         Rename cmacro mi_cmacro.
4313         (struct directive, KANDR, STDC89, EXTENSION, COND, IF_COND, INCL,
4314         IN_I): New directive and flags.
4315         (skip_rest_of_line, check_eol, run_directive, glue_header_name,
4316         parse_answer, parse_assertion, find_answer): New functions.
4317         (parse_ifdef, detect_if_not_defined, validate_else): Remove.
4318         (lex_macro_node): New function to replace parse_ifdef and
4319         get_define_node.
4320
4321         (_cpp_handle_directive): New function, combines _cpp_check_directive
4322         and _cpp_check_linemarker.
4323
4324         (do_define, do_undef, parse_include, do_include, do_import,
4325         do_include_next, read_line_number, do_line, do_ident, do_pragma,
4326         do_pragma_once, do_pragma_poison, do_pragma_dependency):
4327         Update for new token getting interface.
4328
4329         (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional)
4330         : Update for new multiple-include optimisation technique.
4331         (do_elif): Don't forget to invalidate controlling macros.
4332
4333         (unwind_if_stack, cpp_defined, cpp_push_buffer, cpp_pop_buffer): Update.
4334         (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
4335         Functions to handle assertions with the new token interface.
4336         (do_assert, do_unassert): Use them.
4337
4338         (cpp_define, _cpp_define_builtin, cpp_undef, cpp_assert, cpp_unassert):
4339         Use run_directive.
4340
4341         (_cpp_init_stacks): Register directive names.  Don't register special
4342         nodes.
4343
4344         * cpperror.c (print_containing_files, _cpp_begin_message): Update to
4345         new position recording regime.
4346         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
4347         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line,
4348         cpp_pedwarn_with_file_and_line): Update for _cpp_begin_message changes.
4349         (cpp_type2name): Move to cpplex.c.
4350
4351         * cppexp.c (parse_charconst): spec_nodes is no longer a pointer.
4352         (parse_defined): Update to handle new multiple include optimisation
4353         method.  Remove poisoned identifier warning.
4354         (parse_assertion, TYPE_NAME): Delete.
4355         (lex): Update for multiple include optimisation, removal of
4356         CPP_DEFINED, to use _cpp_test_assertion for assertions and
4357         cpp_token_as_text.
4358         (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
4359         (op_as_text): New function, to wrap cpp_token_as_text.
4360
4361         * cppfiles.c (stack_include_file, _cpp_pop_file_buffer):
4362         Update for MI optimisation.
4363         (_cpp_execute_include): Take a token rather than 3 arguments.  Fix
4364         segfault on diagnostic.
4365         (_cpp_compare_file_date): Take a token rather than 3 args.
4366         (cpp_read_file): Work correctly for zero-length files.
4367
4368         * cpphash.c (_cpp_init_macros, _cpp_cleanup_macros): Rename
4369         _cpp_init_hashtable and _cpp_cleanup_hashtable.
4370         (cpp_lookup): Place identifiers at front of identifier pool
4371         for _cpp_lookup_with_hash.
4372         (_cpp_lookup_with_hash): Require identifiers to be at the front of
4373         the identifier pool.  Commit the memory if not already in the
4374         hash table.
4375
4376         * cppinit.c (cpp_reader_init): Move cpp_init_completed test to top.
4377         Initialise various members of cpp_reader, memory pools, and the
4378         special nodes.
4379         (cpp_printer_init): Delete.
4380         (cpp_cleanup): Update.
4381         (struct builtin, builtin_array, initialize_builtins): Update for new
4382         hashnode definition and builtin handling.
4383         (cpp_start_read, cpp_finish): Don't take or initialise a
4384         printer.  Update.
4385
4386         * cpplib.h (cpp_printer, cpp_toklist, CPP_DEFINED, BOL,
4387         PASTED, VAR_ARGS, BEG_OF_FILE, IN_DIRECTIVE, KNOWN_DIRECTIVE,
4388         T_VOID, T_SPECLINE, T_DATE, T_FILE, T_BASE_FILE, T_INCLUDE_LEVEL,
4389         T_TIME, T_STDC, T_OPERATOR, T_POISON, T_MACRO, T_ASSERTION): Delete.
4390         (struct cpp_pool, struct cpp_macro, struct cpp_lexer_pos,
4391         struct cpp_lookahead, CPP_DHASH, enum mi_state, enum mi_ind,
4392         NO_EXPAND, VARARGS_FIRST, struct cpp_token_with_pos,
4393         struct toklist, struct cpp_context, struct specnodes,
4394         TOKEN_LOOKAHEAD, TOKEN_BUFFSIZE, NODE_OPERATOR, NODE_POISONED,
4395         NODE_BUILTIN, NODE_DIAGNOSTIC, NT_VOID, NT_MACRO, NT_ASSERTION,
4396         enum builtin_type, cpp_can_paste): New.
4397         (struct cpp_token): Delete line and col members.
4398         (struct cpp_buffer): New member output_lineno.
4399         (struct lexer_state): Delete indented, in_lex_line, seen_dot.
4400         Add va_args_ok, poisoned_ok, prevent_expansion, parsing_args.
4401         (struct cpp_reader): New members lexer_pos, macro_pos, directive_pos,
4402         ident_pool, temp_string_pool, macro_pool, argument_pool, string_pool,
4403         base_context, context, directive, mi_state, mi_if_not_defined,
4404         mi_lexed, mi_cmacro, mi_ind_cmacro, la_read, la_write, la_unused,
4405         mlstring_pos, macro_buffer, macro_buffer_len.
4406         Delete members mls_line, mls_column, token_list, potential_control_macro,
4407         temp_tokens, temp_cap, temp_alloced, temp_used, first_directive_token,
4408         context_cap, cur_context, no_expand_level, paste_level, contexts, args,
4409         save_parameter_spellings, need_newline, .
4410         Change type of date, time and spec_nodes members.
4411         Change prototypes for include and ident callbacks.
4412         (struct cpp_hashnode): Change type of name.  Remove union members
4413         expansion and code.  Add members macro, operator and builtin.
4414
4415         (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
4416         cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
4417         cpp_get_output_line, cpp_macro_definition, cpp_start_lookahead,
4418         cpp_stop_lookahead): New prototypes.
4419         (cpp_printer_init, cpp_dump_definition): Delete prototypes.
4420
4421         (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr, ufputs):
4422         Move from cpphash.h.
4423
4424         * cpphash.h (U_CHAR, U, ustrcmp, ustrncmp, ustrlen, uxstrdup, ustrchr,
4425         ufputs): Move to cpplib.h.
4426         (enum spell_type, struct token_spelling, _cpp_token_spellings, TOKEN_SPELL,
4427         TOKEN_NAME, struct answer, FREE_ANSWER, KANDR, STDC89, EXTENSION,
4428         COND, EXPAND, INCL, COMMENTS, IN_I, struct directive, directive_handler,
4429         struct spec_nodes, _cpp_digraph_spellings, _cpp_free_temp_tokens,
4430         _cpp_init_input_buffer, _cpp_grow_token_buffer, _cpp_init_toklist,
4431         _cpp_clear_toklist, _cpp_expand_token_space, _cpp_expand_name_space,
4432         _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
4433         _cpp_run_directive, _cpp_get_line, _cpp_get_raw_token, _cpp_glue_header_name,
4434         _cpp_can_paste, _cpp_check_directive, _cpp_check_linemarker,
4435         _cpp_parse_assertion, _cpp_find_answer): Delete.
4436         (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
4437         POOL_USED, POOL_COMMIT, struct cpp_chunk, _cpp_lex_token, _cpp_init_pool,
4438         _cpp_free_pool, _cpp_pool_reserve, _cpp_pool_alloc, _cpp_next_chunk,
4439         _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
4440         _cpp_handle_directive, DSC): New.
4441         (struct include_file): New member defined.
4442
4443         (DO_NOT_REREAD, _cpp_begin_message, _cpp_execute_include,
4444         _cpp_compare_file_date): Update.
4445         (_cpp_pop_context, _cpp_get_token, _cpp_free_lookaheads, _cpp_push_token): New.
4446         (_cpp_init_macros, _cpp_cleanup_macros): Rename to _cpp_init_hashtable,
4447         _cpp_cleanup_hashtable.
4448
4449         * Makefile.in: Remove cppoutput.c.
4450
4451         * cppoutput.c: Delete
4452
4453         * fixheader.c (read_scan_file): Update for new cpp_get_token
4454         prototype.
4455         (recognized_function): New argument LINE.
4456
4457         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
4458         new cpp_get_token prototype.
4459
4460         * scan.h (recognized_function): Update prototype.
4461
4462         * po/POTFILES.in: Remove cppoutput.c.
4463
4464 2000-10-27  Mark Mitchell  <mark@codesourcery.com>
4465
4466         * c-typeck.c (check_init_type_bitfields): Remove.
4467         (constructor_incremental): Likewise.
4468         (struct constructor_stack): Remove incremental bit.
4469         (struct initializer_stack): Likewise.
4470         (start_init): Don't play with constructor_incremental.
4471         (finish_init): Likewise.
4472         (really_start_incremental_init): Likewise.
4473         (push_init_level): Likewise.
4474         (pop_init_level): Likewise.
4475         (output_init_level): Likewise.
4476         (output_pending_init_elements): Likewise.
4477
4478 2000-10-21  Mike Coleman  <mcoleman2@kc.rr.com>
4479
4480         * c-pragma.c (handle_pragma_pack): Initialize align to -1.
4481         Improve error messages.  Correct parsing of
4482         #pragma pack(pop [,id]).  Do not check the user-supplied
4483         alignment if we're popping.
4484
4485         * gcc.dg/pack-test-1.c: New test case.
4486         * gcc.dg/pack-test-2.c: New test case.
4487         * gcc.dg/pack-test-1.h: New file.
4488
4489 2000-10-27  Neil Booth  <neilb@earthling.net>
4490
4491         * cpp.texi: Update.
4492
4493 2000-10-27  Kelley Cook <kelley.cook@home.com>
4494
4495         * invoke.texi: Document -mintel-syntax
4496
4497 2000-10-27  Richard Henderson  <rth@redhat.com>
4498
4499         * invoke.texi: Document -frename-registers.  Add it to -O3.
4500         * toplev.c (rest_of_compilation): Run regrename before ifcvt2.
4501         (enum dump_file_index, dump_file): Update order.
4502         (main): Set flag_rename_registers at -O3.
4503
4504 2000-10-27  Richard Henderson  <rth@redhat.com>
4505
4506         * config/alpha/alpha.h (enum reg_class): Add PV_REG.
4507         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
4508         (REG_CLASS_FROM_LETTER): Assign it to 'c'.
4509         * config/alpha/alpha.md (call_osf_1): Use it.
4510         (call_value_osf_1): Likewise.
4511
4512         * config/ia64/ia64.c: Revert 10-23 patch.
4513         (ia64_hard_regno_rename_ok): New.
4514         * config/ia64/ia64-protos.h: Declare it.
4515         * config/ia64/ia64.h (HARD_REGNO_RENAME_OK): Use it.
4516
4517 2000-10-27  Bernd Schmidt  <bernds@redhat.co.uk>
4518             Richard Henderson  <rth@redhat.com>
4519
4520         * regrename.c: Rewrite to handle multi-register modes and
4521         cond_exec instructions.
4522         * Makefile.in (regrename.o): Update dependancies.
4523         * recog.h (struct operand_alternative): Add is_address.
4524         * recog.c (preprocess_constraints) [case 'p']: Set it.
4525
4526 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
4527
4528         * configure.in: If not NO_MINUS_C_MINUS_O, substitute
4529         OUTPUT_OPTION with '-o $@'.  Make zlibdir, zlibinc relative to
4530         top level.  Kill oldstyle_subdirs.  Do not include
4531         $srcdir/$s/Makefile.in in all_lang_makefiles, but do include
4532         $outputs.  Do not run configure.lang from config.status.
4533         Rearrange warning-flag logic to correspond to what the
4534         makefile wants.  Put special vax stage1 options in
4535         @stage1_flags@ not @stage1_warn_cflags@.  Don't do anything
4536         with extra_c_objs, extra_cxx_objs, or extra_cpp_objs.
4537         (--enable-c-cpplib): AC_SUBST(maybe_cpplib) with "libcpp.a" if
4538         switch is given, nothing otherwise.
4539         * configure.lang: Delete.
4540
4541         * Makefile.in: Expunge all traces of extra_c_objs,
4542         extra_cxx_objs, and extra_cpp_objs.  Set MAYBE_CPPLIB from
4543         @maybe_cpplib@. Add $(MAYBE_CPPLIB) to C_AND_OBJC_OBJS.  Set
4544         warning options via a three level scheme so that -pedantic and
4545         -Wtraditional are not used for non-C front ends: LOOSE_WARN,
4546         STRICT1_WARN, STRICT2_WARN -> $(@D)-warn, GCC_WARN_CFLAGS ->
4547         WARN_CFLAGS.  Distinguish STAGE1_CFLAGS from BOOT_CFLAGS.
4548         Add -I$(@D) and -I$(srcdir)/$(@D) to INCLUDES.
4549         Set OUTPUT_OPTION, ZLIB, ZLIBINC.  Do not set P,
4550         LANG_FLAGS_TO_PASS.  Add OUTPUT_OPTION to all object-file
4551         generation rules.  Wrap all rules that change the current
4552         directory in parentheses; pmake doesn't spawn a new shell for
4553         each command.  Expunge all references to $(P).  When one
4554         command depends on another and they're run all at once, use &&
4555         to separate them, not ;.  Add libgcc_s$(SHLIB_EXT) to files
4556         deleted on make clean.  Force OUTPUT_OPTION='-o $@' in stage2
4557         and beyond.
4558
4559         * objc/Make-lang.in: Wrap all rules that change the current
4560         directory in parentheses.  Expunge all references to $(P).
4561         When one command depends on another and they're run all at
4562         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
4563         all object-file generation rules.  Delete obsolete variables.
4564         * objc/Makefile.in: Delete.
4565
4566 2000-10-27  Jakub Jelinek  <jakub@redhat.com>
4567
4568         * calls.c (expand_call): If sibcall_failure is set during pass 1,
4569         clear tail_call_insns as well.
4570
4571 2000-10-27  Nick Clifton  <nickc@redhat.com>
4572
4573         * config/arm/arm-protos.h (arm_function_ok_for_sibcall): Add
4574         prototype.
4575
4576 2000-10-26  Richard Henderson  <rth@redhat.com>
4577
4578         * calls.c (expand_call): Supress sibcall if we have a
4579         BLKmode return in registers.
4580
4581 2000-10-26  Bernd Schmidt  <bernds@redhat.co.uk>
4582
4583         * ia64.h (PREFERRED_RELOAD_CLASS): Force floating point constants
4584         into memory.
4585
4586 2000-10-26  Nathan Sidwell  <nathan@codesourcery.com>
4587
4588         * tree.c (make_node, case 't'): Set alignment to that of
4589         char_type_node.
4590         * expr.c (move_by_pieces_ninsns): Abort if some length remains.
4591
4592 2000-10-25  Mark Mitchell  <mark@codesourcery.com>
4593
4594         * Makefile.in (site.exp): Define HAVE_LIBSTDCXX_V3.
4595         * configure.in (enable-libstdcxx-v3): Arrange to have
4596         HAVE_LIBSTDCXX_V3 substituted into the output files.
4597
4598 2000-10-25  Richard Henderson  <rth@redhat.com>
4599
4600         * recog.c (constrain_operands): Initialize which_alternative
4601         before no alternatives early exit.
4602
4603         * cse.c (find_comparison_args): Check that we can reverse a
4604         comparison if needed before accepting the substitution.
4605
4606         * reload.c (find_reloads_address_part): Kill rtx obstack hackery.
4607
4608         * simplify-rtx.c (simplify_relational_operation): Sign extend
4609         low words before sign extending to high words.
4610
4611 2000-10-25  Nick Clifton  <nickc@redhat.com>
4612
4613         * config/mcore/mcore.c: Include config.h before system.h.
4614
4615 2000-10-25  Ray Essick  <essick@ddna.labs.mot.com>
4616
4617         * config/mcore/mcore.md (return): Force function epilogue to
4618         always be generated to work around epilogue suppression bug in
4619         M*Core backend.
4620
4621 2000-10-25  Joseph S. Myers  <jsm28@cam.ac.uk>
4622
4623         * c-decl.c (grokdeclarator): Move warning for qualified void
4624         return types with -pedantic to when the function type is
4625         constructed.  At -W, warn in general for qualified function return
4626         types, except for volatile void.
4627         * invoke.texi: Document this new warning at -W.
4628
4629 2000-10-25  Neil Booth  <neilb@earthling.net>
4630
4631         * cpp.texi: Update with implementation-defined behavior and
4632         internal limits.
4633
4634 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
4635
4636         * stor-layout.c (layout_type): If TYPE_ALIAS_SET was already set on the
4637         incomplete type force it into alias set 0.
4638
4639 Wed Oct 25 01:02:44 EDT 2000  John Wehle  (john@feith.com)
4640
4641         * alias.c: Include basic-block.h.
4642         (loop_p): New function.
4643         (mark_constant_function): Use it.
4644         * Makefile.in (alias.o): Update dependencies.
4645
4646 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
4647
4648         * config/mn10300/mn10300.c (secondary_reload_class): Treat pseudos
4649         like memory.
4650
4651 2000-10-24  Jim Wilson  <wilson@cygnus.com>
4652
4653         * expmed.c (store_bit_field): Move integer pun code down after
4654         code that calls emit_move_insn for entire register move.
4655         * stor-layout.c (compute_record_mode): Revert Mar 25, Aug 18, and
4656         Oct 20 changes.  Only store mode in TYPE_MODE if RECORD_TYPE.
4657
4658 2000-10-24  Richard Henderson  <rth@cygnus.com>
4659
4660         * rtlanal.c (rtx_unstable_p, rtx_varies_p): Don't consider pic
4661         register stable if PIC_OFFSET_TABLE_REG_CALL_CLOBBERED.
4662
4663 2000-10-24  Aldy Hernandez  <aldyh@redhat.com>
4664
4665         * gcse.c (cprop_insn): do not propagate constants into jump_insn
4666         for machines with CC0 more than once.
4667
4668 2000-10-24  Richard Henderson <rth@cygnus.com>, Aldy <aldyh@cygnus.com>
4669
4670         * config/mn10300/mn10300.h (PREFERRED_RELOAD_CLASS): Treat
4671         pseudos just like memory.
4672
4673 2000-10-24  Alexandre Oliva  <aoliva@redhat.com>
4674
4675         * combine.c (distribute_notes): Discard REG_LIBCALL and REG_RETVAL
4676         when deleting libcall sequence collapsed to a single instruction.
4677
4678 2000-10-24  Andrew Haley  <aph@cygnus.co.uk>
4679
4680         * expr.c (do_store_flag): Don't crash if either side of a
4681         comparison is error_mark_node.
4682
4683 2000-10-24  Jakub Jelinek  <jakub@redhat.com>
4684
4685         * sibcall.c (purge_mem_unchanging_flag): New function.
4686         (optimize_sibling_and_tail_recursive_calls): Call it.
4687
4688 2000-10-24  Philipp Thomas  <pthomas@suse.de>
4689
4690         * Makefile.in (check-po): New target for doing checks in the po
4691         subdir if all languages configured.
4692         (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
4693         configure if NLS is enabled.
4694         * configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
4695         otherwise leave empty.
4696         * configure: Regenerate.
4697
4698 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4699
4700         * i386.c (print_operand): Handle new 'A' formatting code.
4701         387 opcodes need suffixes even with -mintel-syntax.
4702         Check for explicit size override (codes 'b', 'w' and 'k').
4703         (print_operand_address): Check if register prefix is needed when
4704         emitting `ds' segment override.
4705         * i386.h: Add comment about new 'A' formatting code.
4706         * i386.md (jump and call patterns): Emit absolute references using %A.
4707
4708 2000-10-23  Richard Henderson  <rth@cygnus.com>
4709
4710         * config/ia64/ia64.c (ia64_expand_prologue): Mark extra
4711         output registers as fixed.
4712         (ia64_function_epilogue): Undo output fixation.
4713
4714 2000-10-23  Richard Henderson  <rth@cygnus.com>
4715
4716         * config/alpha/alpha.md: Add names for all unnamed insns; use
4717         define_insn_and_split in some obvious places.
4718         (lda): Remove.
4719         (zero_extendqihi2): Use an expander w/ nonimmediate_operand for BWX.
4720         (zero_extendqisi2, zero_extendqidi2): Likewise.
4721         (zero_extendhisi2, zero_extendhidi2): Likewise.
4722         (abs splitters): Fix match_scratch operand number.
4723         (bcc_reverse): Swap pc & label instead of non-canonical compare.
4724
4725 2000-10-23  Jim Wilson  <wilson@cygnus.com>
4726
4727         * ia64.c (ia64_print_operand, case 'r'): Correct comment.  Handle
4728         CONST_INT.
4729         * ia64.md (cmpsi_adjusted): Use %r3.
4730         (cmpdi_adjusted): Likewise.
4731
4732 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4733
4734         * config/i386/att.h (ASM_FILE_START): Define.
4735
4736 2000-10-23  Diego Novillo  <dnovillo@cygnus.com>
4737
4738         * config/i386/linux.h (ASM_FILE_START): Define.
4739
4740 Wed Oct 18 11:16:40 2000  Donald Lindsay  <dlindsay@cygnus.com>
4741
4742         * gcc/configure.in: m68k-coff tm_file should not have libgloss.h,
4743         since this (only) drags in a crt0.o reference that the .ld files
4744         also introduce.
4745
4746 2000-10-23  Geoff Keating  <geoffk@cygnus.com>
4747
4748         * reload1.c (reload_reg_reaches_end_p): A RELOAD_OTHER can
4749         overwrite the value in a RELOAD_FOR_INPUT and other kinds of
4750         reloads just like an RELOAD_FOR_OUTPUT would.
4751
4752         * local-alloc.c (update_equiv_regs): Add an abort().  When
4753         deleting or moving insns, update reg_equiv[regno].init_insns.
4754
4755 2000-10-23  Mark Mitchell  <mark@codesourcery.com>
4756
4757         * c-tree.texi: Improve documentation for IF_STMTs and related
4758         conditional statements.
4759
4760 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
4761
4762         * expr.c (do_preexpand_calls): Remove.
4763         (same_from_p): Don't use CALL_EXPR_RTL.
4764         (expand_expr): Don't call preexpand_calls, or use CALL_EXPR_RTL.
4765         (preexpand_calls): Remove.
4766         * tree.c (first_rtl_op): Remove CALL_EXPR case.
4767         (unsave_expr_1): Likewise.
4768         * tree.def (CALL_EXPR): Give it only two slots.
4769         * tree.h (CALL_EXPR_RTL): Remove.
4770
4771 2000-10-21  Chandrakala Chavva   <cchavva@redhat.com>
4772
4773         * libgcc-std.ver (__addvsi3, __addvdi3,  __subvsi3, __subvdi3,
4774         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
4775         New functions.
4776
4777 2000-10-22  Alexandre Oliva  <aoliva@redhat.com>
4778
4779         * calls.c (combine_pending_stack_adjustment_and_call): Don't
4780         adjust stack when unadjusted_alignment ends up as zero.
4781
4782 2000-10-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4783
4784         * fixinc/genfixes: Remove EGCS reference.
4785         * install.texi: Remove EGCS reference.
4786         * INSTALL: Regenerate.
4787
4788 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
4789
4790         * tree.h (TYPE_IS_SIZETYPE): Add more documentation.
4791
4792 2000-10-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4793
4794         * diagnostic.c: Remove EGCS reference in comment.
4795
4796 Sat Oct 21 08:24:25 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4797
4798         * loop.c (strength_reduce): Fix error in last change.
4799
4800 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
4801
4802         * Makefile.in (SHLIB_NM_FLAGS): New.
4803         (libgcc.mk): Pass it.
4804         * mklibgcc.in (libgcc.map): Use it.
4805
4806         * rs6000/t-aix43 (SHLIB_EXT, SHLIB_LINK, SHLIB_LIBS,
4807         SHLIB_MKMAP, SHLIB_MAPFILES, SHLIB_NM_FLAGS): New.
4808
4809 2000-10-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4810
4811         * mips.h (REG_CLASS_FROM_LETTER): Cast array arg to unsigned char.
4812
4813         * sparc.c (load_pic_register): Delete unused varaible.
4814
4815         * libgcc2.c (__addvsi3): Delete unused variable.
4816
4817         * libgcc2.h (__absvsi2, __absvdi2, __addvsi3, __addvdi3,
4818         __subvsi3, __subvdi3, __mulvsi3, __mulvdi3, __negvsi2,
4819         __negvdi2): Prototype.
4820
4821         * ssa.c (apply_delayed_renames): Avoid undefined operation.
4822
4823         * toplev.c (display_target_options): Make static to match
4824         prototype.  Delete empty declaration.
4825
4826 2000-10-20  Tom Tromey  <tromey@cygnus.com>
4827
4828         * cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
4829         * gcc.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT.
4830
4831 Fri Oct 20 17:05:49 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4832
4833         * expr.c (expand_expr, case SAVE_EXPR): Set RTX_UNCHANGING_P on
4834         returned MEM.
4835         (expand_expr_unaligned, case ARRAY_REF): Check that index is
4836         a constant before comparing it; use tree_low_cst.
4837         * tree.c (save_expr): Set TREE_READONLY.
4838         (substitute_expr): Return inside of NON_LVALUE_EXPR.
4839         (build, build1): Set TREE_READONLY if all operands are.
4840         (build_index_type): If upper bound is a negative number, lower
4841         bound is zero and sizetype is unsigned, use upper bound of one and
4842         lower of zero.
4843
4844 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
4845
4846         * gcc.c (process_command, main): Use "because" instead of
4847         "since" in error messages.
4848
4849 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4850
4851         * stor-layout.c (compute_record_mode): Use tree_low_cst.
4852         Don't use mode of field for record unless sizes are the same.
4853         (layout_type, case ARRAY_TYPE): Remove special bounds handling
4854         previously added for Ada; also change to using host_integerp
4855         and tree_low_cst.
4856
4857         * loop.c (strength_reduce): Show when new register made for
4858         giv is known to be a pointer and its aligment if so and known.
4859         (loop_dump_aux): Show VERBOSE parameter unused.
4860
4861         * gcse.c (set_hash_table_size): Now unsigned.
4862         * sdbout.c (template_name_p): Add "const" to avoid warnings.
4863         (sdbout_record_type_name, plain_type_1, sdbout_symbol): Likewise.
4864         (sdbout_one_type, sdbout_parms, sdbout_reg_parms): Likewise.
4865         (sdbout_end_epilogue): Remove variable NAME.
4866         * system.h (getopt): Add default definition.
4867         * config/alpha/alpha.c (print_operand): Don't continue processing
4868         after issuing error.
4869         (summarize_insn): Avoid use of UL in constant.
4870
4871         * function.c (locate_and_pad_parm): Use host_integerp and tree_low_cst.
4872
4873         * fold-const.c (force_fit_type): Unsigned values can overflow
4874         if they are sizetype.
4875         (int_const_binop): Don't use cache if overflows.
4876
4877 2000-10-20  Richard Henderson  <rth@cygnus.com>
4878
4879         * function.c (locate_and_pad_parm): Zero alignment_pad.
4880
4881         * regrename.c (rr_replace_reg): Rewrite to use recog_data to
4882         perform substitutions, and apply_change_group to see if it worked.
4883
4884 Fri Oct 20 13:33:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4885
4886         * dwarf2out.c (add_bound_info): Also ignore COND_EXPR.
4887
4888         * combine.c (struct undo): Change int to unsigned int.
4889         (do_SUBST_INT): Args are unsigned int.
4890         (make_extraction, force_to_mode): Use proper type when forming mask.
4891         (make_field_assignment): Likewise.
4892
4893 2000-10-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4894
4895         * c-common.c (check_format_info_recurse): Extract string constant
4896         initializers from non-volatile constant arrays and check them as
4897         formats.
4898         * c-typeck.c (decl_constant_value): Don't check pedantic or check
4899         for DECL_MODE (decl) != BLKmode.
4900         (decl_constant_value_for_broken_optimization): New function which
4901         includes these checks.
4902         (default_conversion, convert_for_assignment, digest_init): Use
4903         decl_constant_value_for_broken_optimization instead of
4904         decl_constant_value.
4905
4906 2000-10-20  Mark Mitchell  <mark@codesourcery.com>
4907
4908         * tree.h (DECL_ALIGN_UNIT): New macro.
4909
4910 2000-10-14  Marek Michalkiewicz  <marekm@linux.org.pl>
4911
4912         * config/avr/avr-protos.h (avr_output_bld): New.
4913         (out_shift_with_cnt): Add t_len argument.
4914         * config/avr/avr.c (avr_num_arg_regs): Remove -mpack-args.
4915         (output_movqi, output_movhi, output_movsisf): Optimize loading
4916         any constant with exactly one bit set to NO_LD_REGS.
4917         (out_shift_with_cnt): Optimize output code for size or speed,
4918         depending on optimize_size.  Handle small shift counts as well
4919         (if not hand-optimized in ?sh??i3_out).  Shifts can be done
4920         with or without a scratch register, with help of __tmp_reg__
4921         or __zero_reg__ if necessary.  Add T_LEN argument to pass the
4922         length of TEMPLATE in words, return total insn length in *LEN.
4923         (ashlqi3_out, ashrqi3_out, lshrqi3_out): Change all calls to
4924         out_shift_with_cnt to work with the above change.
4925         (ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out, lshrhi3_out,
4926         lshrsi3_out): Likewise.  Optimize more known shift count cases.
4927         Remove cases already well optimized in out_shift_with_cnt.
4928         (avr_output_bld): New function.
4929         * config/avr/avr.h (MASK_PACK_ARGS, TARGET_PACK_ARGS): Remove.
4930         (TARGET_SWITCHES): Remove -mpack-args backward compatibility.
4931         * config/avr/avr.md (*reload_inqi, *reload_inhi, *reload_insi):
4932         Add reload_completed to insn condition - only for peepholes.
4933         (ashlqi3, ashrqi3, lshrqi3): Correct insn length for shift counts
4934         in a register or memory.
4935         (ashlhi3, ashlsi3, ashrhi3, ashrsi3, lshrhi3, lshrsi3): Likewise.
4936         Do not require a scratch register.
4937         (*ashlhi3_const, *ashlsi3_const, *ashrhi3_const, *ashrsi3_const,
4938         *lshrhi3_const, *lshrsi3_const): New insns and matching peepholes.
4939         Optimize shifts by known count using a scratch register, but only
4940         if one is still available after register allocation.
4941
4942 2000-10-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
4943
4944         * t-vax: New file.  Don't build modules from libgcc1.c.
4945
4946 Fri Oct 20 00:57:00 EDT 2000  John Wehle  (john@feith.com)
4947
4948         * alias.c: (mark_constant_function): Don't check pure functions.
4949         Initialize and end alias analysis.
4950         (nonlocal_mentioned_p): Rename from nonlocal_reference_p.
4951         Don't make a special exception for recursion.  Handle
4952         UNSPEC_VOLATILE.  Don't assume ASM_OPERANDS is non-local
4953         unless it's volatile.
4954
4955         * local-alloc.c (equivalence): New structure.
4956         (reg_equiv): Define.
4957         (contains_replace_regs): Remove array and use
4958         field in reg_equiv.
4959         (memref_referenced_p): Likewise.
4960         (no_equiv): Likewise.
4961         (update_equiv_regs): Likewise.
4962
4963         (equiv_init_varies_p,
4964         equiv_init_movable_p): New functions.
4965         (update_equiv_regs): Use them.  Use rtx_varies_p
4966         instead of function_invariant_p.  Process insns
4967         from end to beginning.  Allow a REG_EQUIV insn
4968         within the same loop as a use to be moved, also
4969         allow it to be moved out of a loop.  Update
4970         REG_DEAD notes when substituting into an insn.
4971
4972 2000-10-19  Jim Wilson  <wilson@cygnus.com>
4973
4974         * c-decl.c (start_decl): Check for error_mark_node type before using
4975         COMPLETE_TYPE_P.
4976         (finish_decl): Likewise.  Don't give an error if decl type is
4977         already error_mark_node.
4978
4979         * haifa-sched.c (compute_trg_info): Add explanatory comments.
4980         New local update_blocks.  Use update_blocks to remove duplicates
4981         when computing update blocks.  Check for bblst_table overflow.
4982         (schedule_block): Add explanatory comment.  Reduce bblst_size by
4983         factor of 2.
4984         * config/ia64/ia64.md (movdi_symbolic): Document loss of REG_LABEL
4985         notes.
4986
4987 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4988
4989         * libgcc2.c (_mulvsi3): Change variables u and v to a and b.
4990
4991 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4992
4993         * expmed.c: Minor corrections in comments.
4994         * invoke.texi: Added desciption for the new option -ftrapv.
4995
4996 2000-10-19  Chandrakala Chavva   <cchavva@redhat.com>
4997
4998         * libgcc2.c: Added the missing #endif.
4999
5000 Thu Oct 19 14:25:11 MET DST 2000  Jan Hubicka  <jh@suse.cz>
5001
5002         * i386.h (CONST_OK_FOR_LETTER): Re-add 'N'; document.
5003
5004 2000-10-18  Chandrakala Chavva  <cchavva@redhat.com>
5005
5006         * expmed.c (expand_mult): Don't do synth_mult optimization for -ftrapv.
5007         Use smulv_optab for -ftrapv.
5008         (expand_mult_highpart): Use unsigned multiply.
5009         (expand_divmod): Special-case division by -1.
5010         For EXACT_DIV_EXPR, do right shift first, then the multiply.
5011         For complex divide, use abs with unsigned result.
5012         * expr.c (force_operand): Use unsigned multiply.
5013         (expand_expr): Use overflow-trapping optabs for signed types if
5014         flag_trapv.
5015         If flag_trapv, don't generate a recursive call with EXPAND_SUM
5016         if the type is signed and the original call wasn't EXPAND_SUM or
5017         EXPAND_INITIALIZER.
5018         * expr.h (addv_optab, subv_optab, smulv_optab, sdivv_optab): Declare.
5019         (negv_optab, absv_optab): Declare.
5020         * flags.h (flag_trapv): Declare.
5021         * genopinit.c (optabs): Add entries for addv_optab, subv_optab,
5022         smulv_optab, sdivv_optab, negv_optab and absv_optab.
5023         (gen_insn): Interpret '$P' as requiring an integer mode,
5024         including partial integer modes.
5025         * loop.c (emit_iv_add_mult): Use unsigned expand_mult_add.
5026         (product_cheap_p): Use unsigned expand_mult.
5027         * optabs.c (addv_optab, subv_optab, smulv_optab, sdivv_optab): Define.
5028         (negv_optab, absv_optab): Define.
5029         (expand_binop): Use overflow-trapping optabs for signed types if
5030         flag_trapv.
5031         Handle negv_optab libe neg_optab.
5032         (expand_abs): Take result_unsignedp argument instead of unsignedp one.
5033         Use overflow-trapping optabs for signed result if flag_trapv.
5034         (expand_complex_abs): Use overflow-trapping optabs for signed types if
5035         flag_trapv.
5036         Don't open-code complex absolute-value operation for flag_trapv.
5037         (init_optabs): Initialize addv_optab, subv_optab, smulv_optab,
5038         sdivv_optab, negv_optab and absv_optab.
5039         * toplev.c (flag_trapv): Define.
5040         (lang_independent_options f_options): Include flag_trapv.
5041         * tree.h (TYPE_TRAP_SIGNED): Define.
5042         * libgcc2.c (__addvsi3, __addvdi3, __subvsi3,__subvsi3, __subvdi3,
5043         __mulvsi3, __negvsi2, __negvdi2, __absvsi2, __absvdi2, __mulvdi3):
5044         New functions.
5045         * Makefile.in: add _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3
5046         _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2.
5047
5048 2000-10-18  Geoffrey Keating  <geoffk@cygnus.com>
5049             David V. Henkel-Wallace  <gumby@cygnus.com>
5050
5051         * config/i386/t-netware: Bring in from the Red Hat tree.
5052         * config/i386/netware.h: Likewise.
5053         * config/netware.h: Likewise.
5054         * config/rs6000/netware.h: Delete.
5055         * configure.in: Add i[34567]86-*-netware.
5056         * configure: Hand-edit to match configure.in change.
5057
5058 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
5059
5060         * c-common.h (flag_no_builtin): Declare.
5061         (flag_no_nonansi_builtin): Likewise.
5062         (c_common_nodes_and_builtins): Change prototype.
5063         * c-common.c (flag_no_builtin): New variable.
5064         (flag_no_nonansi_builtin): Likewise.
5065         (c_common_nodes_and_builtins): Remove parameters.  Adjust
5066         accordingly.
5067         * c-decl.c (flag_no_builtin): Remove.
5068         (flag_no_nonansi_builtin): Likewise.
5069         (init_decl_processing): Adjust call to
5070         c_common_nodes_and_builtins.
5071
5072 2000-10-18  Marc Espie <espie@openbsd.org>
5073
5074         * tm.texi (LIBGCC_SPEC): Synch with reality.
5075
5076 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5077
5078         * c-common.c (check_format_types): Check for writing through a
5079         NULL pointer argument.
5080
5081 2000-10-18  Hans-Peter Nilsson  <hp@axis.com>
5082
5083         * tm.texi (Exception Region Output): Document
5084         DWARF_CIE_DATA_ALIGNMENT.
5085         * dwarf2out.c (DWARF_CIE_DATA_ALIGNMENT): Wrap definition in
5086         #ifndef.
5087         [ENABLE_CHECKING] (reg_save): Abort if offset is not a multiple of
5088         DWARF_CIE_DATA_ALIGNMENT.
5089
5090 2000-10-18  Michael Hayes  <mhayes@cygnus.com>
5091
5092         * basic-block.h (struct loop): Delete fields pre_header_root
5093         and pre_header_trace and replace with pre_header_edges
5094         and num_pre_header_edges.
5095         * flow.c (flow_loop_dump): Dump pre_header_edges.
5096         (flow_loops_free): Free pre_header_edges.
5097         (flow_loop_pre_header_scan): Calculate pre_header_edges.
5098
5099 2000-10-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5100
5101         * contrib.texi: Update references to steering committee members
5102         and Jeff Law's entry.
5103
5104 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5105
5106         * c-common.c (CPLUSPLUS_STD_VER, C_STD_VER, C_STD_NAME): Define.
5107         (maybe_read_dollar_number, check_format_info_main): Use them for
5108         pedantic warning messages.
5109
5110 2000-10-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5111
5112         * c-common.c (check_format_info_main): Minor cleanup: move
5113         variables into inner scopes; initialize declarations where
5114         appropriate; don't hardcode "scanf" name on warning for zero
5115         width.
5116
5117 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
5118
5119         * c-common.c (back_end_hook): New variable.
5120         * c-common.h (back_end_hook): Declare it.
5121         * c-lang.c (finish_file): Use it.
5122
5123         * emit-rtl.c (init_emit_once): Initialize the const_int_htab
5124         earlier.
5125
5126 2000-10-18  Jan Hubicka  <jh@suse.cz>
5127
5128         * i386.c (ix86_comparison_operator, put_condition_code,
5129         ix86_match_ccmode, ix86_cc_mode): Handle CCRCmode.
5130         (ix86_expand_strlensi_unroll_1): Use CCRCmode.
5131         * i386.h (EXTRA_CC_MODES): Add CCRCmode.
5132         * i386.md (adddi and negdi splitter): Use CCRCmode.
5133         (add?i_3, add?i_4, add?i_5): Use CCRCmode; swap operands
5134         (subsi3_carry): add '*'
5135         (addsi3_carry_rc, subsi3_carry_rc, x86_movsicc_0_m1_rc): New.
5136         (cmp to add peep2): Use CCRCmode; swap operands.
5137
5138 2000-10-18  Kazu Hirata  <kazu@hxi.com>
5139
5140         * h8300.c: Fix a comment typo.
5141         (round_frame_size): New.
5142         (compute_saved_regs): Likewise.
5143         (push): Likewise.
5144         (pop): Likewise.
5145         (push_order): Remove.
5146         (pop_order): Likewise.
5147         (function_prologue): Rearrange code for readability.
5148         (function_epilogue): Likewise.
5149
5150         * config/h8300/h8300.md: Remove an unnecessary sign_extend
5151         expander that is used when not optimizing.  Output a tab after
5152         each assembly insns.
5153
5154         * reorg.c: Fix formatting.
5155
5156 2000-10-17  Joern Rennecke <amylaar@redhat.co.uk>
5157
5158         * reload1.c (move2add_note_store): Check for simple
5159         auto-inc in destination.
5160
5161 2000-10-17  Michael Chastain  <chastain@redhat.com>
5162
5163         * config/i386/i386-aout.h: define INT_ASM_OP.
5164
5165 Tue Oct 17 20:11:08 2000  Alan Modra <alan@linuxcare.com.au>
5166
5167         * pa.c (print_operand): Handle case 'c' for .vtable_inherit
5168
5169 Tue Oct 17 20:05:51 2000  Martin Buchholz <martin@xemacs.org>
5170
5171         * i370.md: Fix spelling typo.
5172
5173 2000-10-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5174
5175         * function.c (locate_and_pad_parm): Don't align stack unconditionally.
5176         Fixes execute/20001017-1.c on powerpc-linux-gnu.
5177
5178         * expr.c (store_constructor): Apply MEM_ALIAS_SET to MEMs only.
5179         * rs6000/rs6000.c (rs6000_hash_constant): Use X0INT to access a
5180         LABEL_REF.
5181
5182         * rs6000/rs6000.h (NO_DOLLAR_IN_LABEL, DOLLARS_IN_IDENTIFIERS,
5183         ENCODE_SECTION_INFO, ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Move from
5184         here...
5185         * rs6000/aix.h: ...to here.
5186         * rs6000/linux.h (ASM_APP_ON, ASM_APP_OFF): Define to Linux-style.
5187
5188 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
5189
5190         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Reload gp if needed.
5191
5192         * config/sparc/sparc.h (ASM_OUTPUT_MI_THUNK): Always use call, make
5193         sure linker can relax even the delay slot mov %g1,%o7, fix output
5194         formating.
5195
5196 2000-10-17  Kazu Hirata  <kazu@hxi.com>
5197
5198         * config/h8300/h8300.md: Remove an unnecessary zero_extend
5199         expander that is used when not optimizing.  Output a tab after
5200         each assembly insns.
5201
5202 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
5203
5204         * gcc.c: New options --target-help.
5205         (process_command): Added code to parse this new option.
5206         * toplev.c (display_target_options): New function to support the
5207         above new option.
5208         * cppinit.c (new_pending_directive) : New option OPT_target__help.
5209         (cpp_handle_option): Support this new option.
5210         * invoke.texi: Added notes about --target-help option.
5211
5212 2000-10-17  Graham Stott  <grahams@redhat.com>
5213
5214         * config/i386/i386.md (testqi_1): Add missing operand prefix
5215         for operand 0.
5216         * config/i386/i386-protos.h: Add missing prototype.
5217
5218 2000-10-17  Diego Novillo  <dnovillo@cygnus.com>
5219
5220         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Symbol
5221         _GLOBAL_OFFSET_TABLE should not have a $ prefix when
5222         using -mintel-syntax.
5223
5224 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5225
5226         * c-common.c (FMT_FLAG_DOLLAR_MULTIPLE): Define.
5227         (format_types): Use it for printf.
5228         (maybe_read_dollar_number): Add parameter for the kind of format
5229         involved.  Warn for multiple use for arguments if this is
5230         inappropriate for the kind of format involved.
5231         (check_format_info_main): Update calls to maybe_read_dollar_number.
5232
5233 2000-10-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5234
5235         * inclhack.def (hpux_maxint): Also apply fix to values.h.
5236         * fixincl.x: Rebuilt.
5237
5238 2000-10-17  Alexandre Oliva  <aoliva@redhat.com>
5239
5240         * genrecog.c (write_switch): Return the first condition that needs a
5241         label.
5242
5243 2000-10-17  Bernd Schmidt  <bernds@redhat.co.uk>
5244
5245         * c-tree.h (warn_sequence_point): Move declaration to...
5246         * c-common.h (warn_sequence_point): ... here.
5247         * c-decl.c (warn_sequence_point): Move definition to...
5248         * c-common.c (warn_sequence_point): ... here.
5249         (struct reverse_tree): New.
5250         (reverse_list, reverse_max_depth): New static variables.
5251         (build_reverse_tree, common_ancestor, modify_ok
5252         verify_sequence_points): New functions.
5253         (c_expand_expr_stmt): Call verify_sequence_points if -Wsequence-point.
5254         * c-typeck.c (check_modify_expr): Delete.
5255         (build_modify_expr): Don't call it.
5256
5257 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
5258
5259         * c-common.h (warn_missing_format_attribute): New variable.
5260         * c-decl.c (warn_missing_format_attribute): New variable.
5261         (c_decode_option): Decode -Wmissing-format-attribute and
5262         -Wno-missing-format-attribute.
5263         * c-common.c (check_function_format): If
5264         -Wmissing-format-attribute, give a warning where a vprintf or
5265         vscanf function is called by a function without its own printf or
5266         scanf attribute.
5267         * toplev.c (documented_lang_options): Add
5268         -Wmissing-format-attribute.
5269         * invoke.texi: Document -Wmissing-format-attribute.
5270
5271 2000-10-17  Marc Espie <espie@openbsd.org>
5272
5273         * invoke.texi (-shared): Insist on requiring code generation flags
5274         to be used along with -shared, and document the subtle failure that
5275         may occur otherwise.
5276
5277 2000-10-16  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5278
5279         * pa.md (return_internal): Move `use' after `return'.
5280
5281 2000-10-16 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5282
5283         * machmode.def: Correct comment.
5284
5285 2000-10-16  Rodney Brown  <RodneyBrown@mynd.com>
5286
5287         * print-rtl.c (print_rtx_head): Constify.
5288         * rtl.h (print_rtx_head): Similarly.
5289
5290         * config/pa/pa/pa-protos.h (output_64bit_and, output_64bit_ior):
5291         Constify char * return value.
5292         * config/pa/pa/pa.c
5293         (output_64bit_and, output_64bit_ior): Constify char * return value.
5294         (pa_can_combine_p): Make static.
5295         (function_arg): Decorate unused `named' argument. Fix comment typo.
5296         (function_arg_partial_nregs): Decorate unused `named' argument.
5297
5298 2000-10-16  Joseph S. Myers  <jsm28@cam.ac.uk>
5299
5300         * c-common.c (format_check_results): New structure.
5301         (finish_dollar_format_checking): Adjust to take a
5302         format_check_results * parameter.
5303         (check_format_info, check_format_info_recurse,
5304         check_format_info_main): Split check_format_info into three
5305         functions, the main checking going in check_format_info_main.
5306         Recurse when any reduction of the format string argument towards a
5307         string literal is done; go down both branches of a conditional
5308         expression.  Don't warn for extra format arguments or empty format
5309         strings if they only occur in some branches of a conditional
5310         expression.
5311
5312 2000-10-16  Kazu Hirata  <kazu@hxi.com>
5313
5314         * config/h8300/h8300.c: Remove obstack.  Include ggc.h.
5315
5316 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
5317
5318         * rtlanal.c (may_trap_p): Check operand modes of COMPARE.
5319
5320 2000-10-15  Diego Novillo  <dnovillo@cygnus.com>
5321
5322         * i386.md (*movsi_or): Switch operand order for intel syntax.
5323
5324 2000-10-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5325
5326         * PROBLEMS: Remove.
5327
5328         * gcc.texi (Contributing): Update.
5329
5330 2000-10-13  Diego Novillo  <dnovillo@cygnus.com>
5331
5332         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Output final jump using
5333         appropriate assembler dialect.
5334
5335 2000-10-13  Alexandre Oliva  <aoliva@redhat.com>
5336
5337         * c-common.c (c_expand_builtin): PARAMS-ize prototype.
5338
5339 2000-10-12  Marek Michalkiewicz  <marekm@linux.org.pl>
5340
5341         * config/avr/avr.c (output_movhi, output_movsisf): Fix loading
5342         constants 1 and 2 to NO_LD_REGS.
5343
5344 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5345
5346         * Makefile.in (c-parse.c, tradcif.c): Create atomically.
5347
5348         * objc/Make-lang.in (objc-parse.c): Likewise.
5349
5350 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
5351
5352         * arm.c: Include obstack.h
5353         (minipool_obstack, minipool_startobj): Define.
5354         (arm_add_gc_roots): Initialize them.
5355         (create_fix_barrier): Use our new obstack.
5356         (push_minipool_barrier, push_minipool_fix): Likewise.
5357         (arm_reorg): Release obstack memory.
5358
5359 2000-10-13  Jakub Jelinek  <jakub@redhat.com>
5360
5361         * config/sparc/sparc.md (nonlocal_goto_receiver): Remove.
5362         (prologue, exception_receiver, builtin_setjmp_receiver): New
5363         patterns.
5364         * config/sparc/sparc.h (FINALIZE_PIC): Remove.
5365         * config/sparc/sparc-protos.h (finalize_pic): Remove.
5366         (load_pic_register): New prototype.
5367         * config/sparc/sparc.c (pic_setup_code): Remove.
5368         (finalize_pic): Rename to...
5369         (load_pic_register): ...this function.
5370         Don't look for nonlocal_goto_receivers and emit pic setup code
5371         directly.  Don't check current_function_uses_pic_offset_table.
5372
5373 2000-10-13  Richard Earnshaw <rearnsha@arm.com>
5374
5375         * tree.h (struct obstack): Declare.
5376
5377 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
5378
5379         Remove obstacks.
5380         * Makefile.in (ggc-callbacks.o): Remove target.
5381         (flow.o): Depend on GGC_H.
5382         * alias.c (init_alias_analysis):
5383         Remove ggc_p conditionals.
5384         (end_alias_analysis): Likewise.
5385         * basic-block.h (init_flow): New function.
5386         (allocate_reg_life_data): Declare.
5387         * bb-reorder.c  (function_obstack): Replace with ...
5388         (flow_obstack): ... new variable.
5389         (fixup_reorder_chain): Use it.
5390         * c-decl.c (ggc_p): Remove.
5391         (caller-save.c): Don't call oballoc/obfree.
5392         * combine.c (struct
5393         undobuf): Remove storage.
5394         (try_combine): Don't call oballoc.
5395         (undo_all): Don't call obfree.
5396         * cse.c (insert): Use xmalloc, not
5397         oballoc.
5398         (cse_main): Adjust accordingly.
5399         * dwarf2out.c (save_rtx): Remove
5400         obstack code.
5401         (dwarf2out_init): Remove ggc_p conditionals.
5402         * emit-rtl.c (rtl_obstack): Remove.
5403         (gen_rtx_CONST_INT): Remove ggc_p conditionals.
5404         (make_insn_raw): Likewise.
5405         (emit_insn_before): Likewise.
5406         (emit_insn_after): Likewise.
5407         (emit_insn): Likewise.
5408         (gen_sequence): Likewise.
5409         (copy_insn_1): Remove handling of `b' RTL components.
5410         (init_emit_once): Remove ggc_p conditionals.
5411         * except.c (create_rethrow_ref): Don't fool with obstacks.
5412         (add_partial_entry): Likewise.
5413         (call_get_eh_context): Likewise.
5414         (begin_protect_partials): Likewise.
5415         (protect_with_terminate): Likewise.
5416         * explow.c
5417         (plus_constant_wide): Likewise.
5418         * expr.c (init_expr_once):
5419         Likewise.
5420         (emit_block_move): Likewise.
5421         (clear_storage): Likewise.
5422         (expand_expr): Likewise.
5423         * flow.c (function_obstack): Remove.
5424         (flow_obstack): New variable.
5425         (flow_firstobj): Likewise.
5426         (create_base_block): Use the flow_obstack.
5427         (split_block): Likewise.
5428         (split_edge): Likewise.
5429         (calculate_global_regs_live): Likewise.
5430         (allocate_bb_life_data): Make it static.  Likewiwse.
5431         (init_flow): New function.
5432         (size_int_type_wide): Remove ggc_p conditionals.
5433         * function.c
5434         (push_function_context_to): Don't call save_tree_status.
5435         (pop_function_context_from): Or restore_tree_status.
5436         (assign_stack_local_1): Don't call push_obstacks.
5437         (find_fixup_replacement): Use xmalloc.
5438         (fixup_var_refs_insns): Free the storage.
5439         (insns_for_mem_walk): Don't mess with obstacks.
5440         (instantiate_decls): Likewise.
5441         (trampoline_address): Likewise.
5442         (expand_function_end): Likewise.
5443         * function.h (sturct function):
5444         Remove obstack-related variables.
5445         (save_tree_status): Don't declare.
5446         (restore_tree_status): Likewise.
5447         * gcse.c (compute_can_copy):
5448         Don't call oballoc/obfree.
5449         * genattrtab.c (operate_exp): Remove
5450         ggc_p conditionals.
5451         (simplify_cond): Likewise.
5452         (simplify_test_exp): Don't mess with obstacks.
5453         (optimize_attrs): Likewise.
5454         * gengenrtl.c (gendef): Don't include
5455         ggc_p conditionals.
5456         * ggc-callbacks.c (ggc_p): Remove.
5457         * ggc-none.c (ggc_p): Remove.
5458         * ggc.h (ggc_p): Don't declare.
5459         * integrate.c (save_for_inline): Don't mess with obstacks.
5460         (integrate_decl_tree): Likewise.
5461         (output_inline_function): Likewise.
5462         * lists.c
5463         (init_EXPR_INSN_LIST_cache): Likewise.
5464         * loop.c (temp_obstack):
5465         Remove.
5466         (rtl_obstack): Likewise.
5467         (init_loop): Don't mess with obstacks.
5468         (reg_address_cost): Free BIVs and GIVs.
5469         (check_insns_for_bivs): Use xmalloc, not oballoc.
5470         (find_mem_givs): Likewise.
5471         (record_biv): Likewise.
5472         (general_induction_var): Likewise.
5473         (product_cheap_p): Likewse.
5474         * optabs.c (init_one_libfunc): Remove
5475         ggc_p conditional.
5476         * print-tree.c (debug_tree): Don't use
5477         oballoc/obfree.
5478         (print_node): Likewise.
5479         * profile.c (output_func_start_profiler):
5480         Remove call to temporary_allocation.
5481         * reload1.c
5482         (eliminate_regs_in_insn): Don't mess with obstacks.
5483         * resource.c
5484         (mark_target_live_regs): Use xmalloc.
5485         (free_resource_info): Free the memory.
5486         * rtl.c (rtl_obstack):
5487         Remove.
5488         (rtvec_alloc): Don't mess with obstacks.
5489         (rtx_alloc): Likewise.
5490         (rtx_free): Remove.
5491         (copy_rtx): Don't handle `b' cases.
5492         (read_rtx): Use a local rtl_obstack.
5493         * rtl.h (oballoc): Remove.
5494         (obfree): Likewise.
5495         (pop_obstacks): Likewise.
5496         (push_obstacks): Likewise.
5497         (allocate_bb_life_data): Likewise.
5498         (allocate_reg_life_data): Likewise.
5499         (rtx_free): Likewise.
5500         * sdbout.c (sdbout_queue_anonymous_type):
5501         Use tree_cons, not saveable_tree_cons.
5502         * simplify-rtx.c
5503         (cselib_init): Don't mess with obstacks.
5504         * stmt.c
5505         (mark_block_nesting): Mark the label_chain.
5506         (epxand_label): Use ggc_alloc, not oballoc.
5507         (clear_last_expr): Don't mess with obstacks.
5508         (expand_decl_cleanup): Likewise.
5509         (expand_dcc_cleanup): Likewise.
5510         (expand_dhc_cleanup): Likewise.
5511         (expand_anon_union_decl): Likewise.
5512         (add_case_node): Use xmalloc, not oballoc.
5513         (free_case_nodes): New function.
5514         (expand_end_case): Call it.
5515         * stor-layout.c (layout_type): Don't
5516         mess with obstacks.
5517         (layout_type): Likewise.
5518         * toplev.c (wrapup_global_declarations):
5519         Likewise.
5520         (compile_file): Remove ggc_p conditionals.
5521         (rest_of_compilation): Call init_flow.  Remove ggc_p conditionals.
5522         (decode_f_option): Remove ggc_p conditionals.
5523         * tree.c
5524         (function_maybepermanent_obstack): Remove.
5525         (maybepermanent_obstack): Likewise.
5526         (function_obstack): Likewise.
5527         (tmeporary_obstack): Likewise.
5528         (momentary_obstack): Likewise.
5529         (temp_decl_obstack): Likewise.
5530         (saveable_obstack): Likewise.
5531         (rtl_obstack): Likewise.
5532         (current_obstack): Likewise.
5533         (expression_obstack): Likewise.
5534         (struct obstack_stack): Likewise.
5535         (obstack_stack): Likewise.
5536         (obstack_stack_obstack): Likewise.
5537         (maybepermanent_firstobj): Likewise.
5538         (temporary_firstobj): Likewise.
5539         (momentary_firstobj): Likewise.
5540         (temp_decl_firstobj): Likewise.
5541         (momentary_function_firstobj): Likewise.
5542         (all_types_permanent): Likewise.
5543         (struct momentary_level): Likewise.
5544         (momentary_stack): Likewise.
5545         (init_obstacks): Remove initialization of removed obstacks.
5546         (save_tree_status): Remove.
5547         (restore_tree_status): Likewise.
5548         (temporary_allocation): Liekwise.
5549         (end_temporary_allocation): Liekwise.
5550         (resume_temporary_allocation): Likewise.
5551         (saveable_allocation): Likewise.
5552         (push_obstacks): Likewise.
5553         (push_obstacks_nochange): Likewise.
5554         (pop_obstacks): Likewise.
5555         (allocation_temporary_p): Likewise.
5556         (permanent_allocation): Likewise.
5557         (preserve_data): Likewise.
5558         (preserve_initializer): Likewise.
5559         (rtl_in_current_obstack): Likewise.
5560         (rtl_in_saveable_obstack): Likewise.
5561         (oballoc): Likewise.
5562         (obfree): Likewise.
5563         (savealloc): Likewise.
5564         (expralloc): Likewise.
5565         (print_obstack_name): Likewise.
5566         (debug_obstack): Likewise.
5567         (object_permanent_p): Likewise.
5568         (push_momentary): Likewise.
5569         (perserve_momentary): Likewise.
5570         (clear_momentary): Likewise.
5571         (pop_momentary): Likewise.
5572         (pop_momentary_nofree): Likewise.
5573         (suspend_momentary): Likewise.
5574         (resume_momentary): Likewise.
5575         (make_node): Don't set TREE_PERMANENT.
5576         (copy_node): Remove ggc_p conditionals.  Don't set TYPE_OBSTACK.
5577         Don't set TREE_PERMANENT.
5578         (get_identifier): Remove ggc_p conditionals.
5579         (build_string): Likewise.
5580         (make_tree_vec): Likewise.
5581         (build_decl_list): Remove.
5582         (build_expr_list): Likewise.
5583         (tree_cons): Remove ggc_p conditionals.
5584         (decl_tree_cons): Remove.
5585         (expr_tree_cons): Likewise.
5586         (perm_tree_cons): Likewise.
5587         (temp_tree_cons): Likewise.
5588         (saveable_tree_cons): Likewise.
5589         (build1): Remove ggc_p conditionals.
5590         (build_parse_node): Likewise.
5591         (build_type_attribute_variant): Don't mess with obstacks.
5592         (build_type_copy): Likewise.
5593         (type_hash_canon): Likewise.
5594         (build_pointer_type): Likewise.
5595         (build_reference_type): Likewise.
5596         (build_index_type): Likewise.
5597         (build_range_type): Likewise.
5598         (dump_tree_statistics): Don't print obstack information.
5599         * tree.h
5600         (struct tree_common): Remove permanent_flag.
5601         (TREE_PERMANENT): Remove.
5602         (TREE_SET_PERMANENT): Likewise.
5603         (TYPE_OBSTACK): Likewise.
5604         (struct tree_type): Remove obstack.
5605         (oballoc): Remove.
5606         (savealloc): Likewise.
5607         (build_decl_list): Likewise.
5608         (build_expr_list): Likewise.
5609         (perm_tree_cons): Likewise.
5610         (temp_tree_cons): Likewise.
5611         (saveable_tree_cons): Likewise.
5612         (decl_tree_cons): Likewise.
5613         (expr_tree_cons): Likewise.
5614         (suspend_momentary): Likewise.
5615         (allocation_temporary_p): Likewise.
5616         (resume_momentary): Likewise.
5617         (push_obstacks_nochange): Likewise.
5618         (permanent_allocation): Likewise.
5619         (push_momentary): Likewise.
5620         (clear_momentary): Likewise.
5621         (pop_momentary): Likewise.
5622         (end_temporary_allocation): Likewise.
5623         (pop_obstacks): Likewise.
5624         (push_obstacks): Likewise.
5625         (pop_momentary_nofree): LIkewise.
5626         (preserve_momentary): Likewise.
5627         (saveable_allocation): Likewise.
5628         (temporary_allocation): Likewise.
5629         (resume_temporary_allocation): Likewise.
5630         (perserve_initializer): Likewise.
5631         (debug_obstack): Likewise.
5632         (rtl_in_current_obstack): Likewise.
5633         (rtl_in_saveable_obstack): Likewise.
5634         (obfree): Likewise.
5635         * varasm.c (current_obstack): Remove.
5636         (saveable_obstack): Remove.
5637         (rtl_obstack): Remove.
5638         (immed_double_const): Don't mess with obstacks.
5639         (immed_real_cons): Likewise.
5640         (output_constant_def): Likewise.
5641         (init_varasm_status): Use xcalloc.
5642         (mark_pool_constant): Mark the pool constant itself.
5643         (free_varasm_status): Free memory.
5644         (decode_rtx_const): Call bzero directly, rather than expanding it
5645         inline.
5646         (record_rtx_const): Don't mess with obstacks.
5647         (force_const_mem): Likewise.
5648         * config/arm/arm.c (arm_encode_call_attribute): Remove ggc_p
5649         conditionals.
5650         (aof_pic_entry): Likewise.
5651         * config/ia64/ia64.c (ia64_encode_section_info): Likewise.
5652         * config/m32r/m32r.c (m32r_encode_section_info): Likewise.
5653         * config/pa/pa.c (saveable_obstack): Remove.
5654         (rtl_obstack): Likewise.
5655         (current_obstack): Likewise.
5656         (output_call): Don't mess with obstacks.
5657         (hppa_encode_label): Remove ggc_p conditionals.
5658         * config/romp/romp.c (get_symref): Don't mess with obstacks.
5659         * config/rs6000/rs6000.c (output_toc): Remove ggc_p conditional.
5660         (rs6000_encode_section_info): Likewise.
5661         * config/sh/sh.c (get_fpscr_rtx): Likewise.
5662
5663 Thu Oct 12 16:02:31 MET DST 2000 Jan Hubicka  <jh@suse.cz>
5664
5665         * i386.md (adddi3, subdi3 splitters): Update for new pattern.
5666         (addsi3_cc, addqi3_cc, subsi3_cc): Remove
5667         (addsi3_carry): Canonicalize.
5668         (addqi_5): Remove '*'.
5669         (sbb pattern): Canonicalize.
5670
5671         * i386.md (cmp to inc/add peep2): New.
5672
5673 2000-10-12  Richard Earnshaw  <rearnsha@arm.com>
5674
5675         * bb-reorder.c (reorder_basic_blocks): Allocate an aux block for
5676         the exit block.
5677
5678 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5679
5680         * gcc.texi: Merge in contents of README.TRAD and TESTS.FLUNK.
5681         * README.TRAD, TESTS.FLUNK: Remove.
5682
5683 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5684
5685         * c-common.c (decl_attributes): Don't allow strftime formats with
5686         first_arg_num nonzero.
5687         (check_format_info): Set wanted_type and wanted_type_name to zero
5688         before they are possibly assigned and used.
5689
5690 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5691
5692         * c-common.c (scanf_flag_specs): Add flags ' and I.
5693         (strftime_flag_pairs): Disallow any pair of the _, - and 0 flags,
5694         or the ^ and # flags together.
5695         (scan_char_table): Handle the ' and I flags.
5696         (format_types): Add ' and I flags for scanf.
5697
5698 2000-10-12  Joseph S. Myers  <jsm28@cam.ac.uk>
5699
5700         * c-common.c (print_char_table): Use the unpromoted type for
5701         lengths "h" and "hh" with conversions dioxXu.
5702         (check_format_types): Apply the default argument promotions where
5703         the wanted type is not a pointer target.
5704
5705 2000-10-11  Michael Meeks  <mmeeks@gnu.org>
5706             Joseph S. Myers  <jsm28@cam.ac.uk>
5707
5708         * c-typeck.c (check_modify_expr): New function.
5709         (build_modify_expr): Call it if warn_sequence_point.
5710         * c-decl.c (warn_sequence_point): New variable.
5711         (c_decode_option): Handle -Wsequence-point and
5712         -Wno-sequence-point.  Enable -Wsequence-point as part of -Wall.
5713         * c-tree.h (warn_sequence_point): Declare.
5714         * invoke.texi (-Wsequence-point): Document.
5715         * toplev.c (documented_lang_options): Add -Wsequence-point and
5716         -Wno-sequence-point.
5717         Original work by Michael Meeks, 16 Jun 1998.
5718
5719 Wed Oct 11 06:15:41 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5720
5721         * tree.c (get_narrower): Don't look at precision of field if
5722         not laid out yet.
5723
5724 Tue Oct 10 23:14:33 2000  Denis Chertykov  <denisc@overta.ru>
5725
5726         * config/avr/avr.c (valid_machine_decl_attribute): Allow `extern'
5727         declaration for data with "progmem" attribute.
5728
5729 2000-10-09  Marek Michalkiewicz  <marekm@linux.org.pl>
5730
5731         * config/avr/avr.c (out_shift_with_cnt): Use AS2 macro.
5732         Correct insn length if shift count is a memory operand.
5733         * config/avr/avr.md: New define_peephole2 to use *reload_inqi.
5734         (*iorhi3_clobber): Change lo8 to hi8.
5735         (zero_extendhisi2): Change %B0 to %A1.
5736         (ashlhi3, ashrhi3): Correct insn length.
5737         (andhi3, abssf2, extendqisi2, extendhisi2): Change "cc"
5738         from "clobber" to "set_n" in some alternatives.
5739
5740 2000-10-10  Jakub Jelinek  <jakub@redhat.com>
5741
5742         * reload1.c (calculate_needs_all_insns): If deleting an instruction,
5743         remove its insn_chain structure as well.
5744
5745 2000-10-09  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
5746
5747         * dbxout.c (dbxout_source_line): Remove extra tab.
5748
5749 2000-10-09  Hans-Peter Nilsson  <hp@bitrange.com>
5750
5751         * config/elfos.h (UNIQUE_SECTION): Apply STRIP_NAME_ENCODING on name.
5752
5753 2000-10-09  Richard Henderson  <rth@cygnus.com>
5754
5755         * Makefile.in (LANG_LIB2FUNCS): Remove.
5756         (LIB2FUNCS): Remove _pure.
5757         (LIB2ADD): Remove LANG_LIB2FUNCS.
5758         (stage_a): Don't set LANG_LIB2FUNCS.
5759         * libgcc2.c (__terminate): Mark noreturn.
5760         (__pure_virtual): Remove.
5761         * mklibgcc.in: Remove LIB2ADD .txt processing.
5762
5763 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5764
5765         * arm.md (push_multi): Revert unintended change.
5766
5767 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5768
5769         * arm.c: Miscellaneous white space and comment clean-ups.  No
5770         functional change.
5771         * arm.md: Likewise.
5772
5773 2000-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5774
5775         * c-common.c (c_expand_builtin_printf): Set the TREE_TYPE of a new
5776         STRING_CST by calling combine_strings.
5777
5778 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5779
5780         * arm.c (thumb_expand_movstrqi): Rewrite to support SSA form.
5781         (thumb_output_move_mem_multiple): Support new insn format.
5782         * arm.md (movmem12b): Use SSA compatible format.
5783         (movmem8b): Likewise.
5784
5785 2000-10-09  Richard Earnshaw  <rearnsha@arm.com>
5786
5787         * arm.md (predicable): New attribute, default to "no".
5788         (all patterns): Mark as predicable if appropriate.
5789         (conditional execution splits): Split using predication format.
5790         (define_cond_exec): Define.
5791         * arm.c (arm_print_operand): handle insn predicate.
5792
5793 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5794
5795         * README.NS32K: Remove file.
5796
5797 2000-10-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5798
5799         * README-bugs: Remove file.
5800
5801 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5802         * aclocal.m4 (AM_GNU_GETTEXT): Fix non portable use of == operator
5803         for test.
5804         * configure: Rebuilt.
5805
5806 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5807         * aclocal.m4 (AM_WITH_NLS): When not using included gettext,
5808         disable catalog building if no suitable program was found.
5809         Move warning message from here
5810         (AM_GNU_GETTEXT): To here.
5811         * configure: Rebuilt.
5812
5813 2000-10-08  Philipp Thomas  <pthomas@suse.de>
5814         * aclocal.m4 (GCC_PATH_PROG): New. Like AC_PATH_PROG but uses
5815         different cache variables.
5816         (GCC_PATH_PROG_WITH_TEST): New. Like AM_PATH_PROG_WITH_TEST but
5817         uses different cache variables.
5818         (AM_WITH_NLS): Use GCC_PATH_PROG and GCC_PATH_PROG_WITH_TEST.
5819         * configure: Regenerated.
5820
5821 2000-10-08  Richard Henderson  <rth@cygnus.com>
5822
5823         * Makefile.in (libgcc.mk): Pass SHLIB_EXT, not SHLIB_LIBS.
5824         * configure.in (sparc*-*-solaris*): Use t-slibgcc{,-sld}.
5825         * mklibgcc.in: Consider SHLIB_LINK the entire shlib build command.
5826         Use SHLIB_EXT.
5827
5828         * config/t-linux (SHLIB_EXT): New.
5829         (SHLIB_LINK): Use the entire build command, with substitutions.
5830         (SHLIB_LIBS): Remove.
5831         * config/alpha/t-osf4: Likewise.
5832         * config/mips/t-iris6: Likewise.
5833         * config/sparc/t-sol2: Likewise, but move shlib stuff...
5834         * config/sparc/t-slibgcc-sld: ...here.
5835         * config/sparc/t-slibgcc: New file.
5836
5837 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5838
5839         * tm.texi (INTMAX_TYPE, UINTMAX_TYPE): Define.
5840         * c-common.h (enum c_tree_index): Add CTI_INTMAX_TYPE and
5841         CTI_UINTMAX_TYPE.
5842         (intmax_type_node, uintmax_type_node): Define.
5843         * c-common.c (decl_attributes): If pedantic, warn if `mode'
5844         attributes create a type wider than intmax_t.
5845         (T_IM, T_UIM): Define properly.
5846         * c-decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
5847         defined.
5848         (init_decl_processing): Initialize intmax_type_node and
5849         uintmax_type_node.
5850         * c-lex.c (lex_number): When pedantic and warning for integer
5851         constants that are too large, in C99 mode warn for those that have
5852         a type wider than long long.
5853
5854 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
5855
5856         * c-common.c (FMT_FLAG_ARG_CONVERT, FMT_FLAG_SCANF_A_KLUDGE,
5857         FMT_FLAG_FANCY_PERCENT_OK): Define.
5858         (format_char_info): Add flag "4" to comment.
5859         (format_flag_spec, format_flag_pair): New structures.
5860         (format_kind_info): Add additional fields to control format
5861         checking.
5862         (printf_flag_specs, printf_flag_pairs, scanf_flag_specs,
5863         scanf_flag_pairs, strftime_flag_specs, strftime_flag_pairs): New
5864         arrays.
5865         (time_char_table): Use "4" flag to handle %Ey.
5866         (format_types): Add entries for new fields.
5867         (get_flag_spec): New function.
5868         (check_format_info): Increase size of flag_chars[] to 256.
5869         Control format checking using the new fields of a format_kind_info
5870         and the new tables; remove all conditionals on printf_format_type,
5871         scanf_format_type or strftime_format_type.  Handle all details of
5872         bad combinations of flags (including width, precision and strftime
5873         modifiers) through data rather than ad hoc code.  Handle all
5874         details of standard versions in which flags appeared through
5875         data.  Use the "4" flag.
5876
5877 2000-10-07  Will Cohen  <wcohen@redhat.com>, Kazu Hirata  <kazu@hxi.com>
5878
5879         * config/h8300/h8300.md: Remove the memory alternative and correct
5880         the insn lengths in the templates for sign extention and zero
5881         extention.
5882
5883 2000-10-07  Richard Henderson  <rth@cygnus.com>
5884
5885         * calls.c (expand_call): Disallow sibcalls to noreturn functions.
5886         * flow.c (make_edges): Revert last change.
5887
5888         * config/alpha/alpha.h (FUNCTION_OK_FOR_SIBCALL): Don't test
5889         TREE_THIS_VOLATILE.
5890         * config/pa/pa.h (FUNCTION_OK_FOR_SIBCALL): Likewise.
5891
5892 2000-10-06  David O'Brien  <obrien@dragon.nuxi.com>
5893
5894         * config/alpha/elf.h: Standardize the formatting.
5895
5896 2000-10-06  David O'Brien  <obrien@FreeBSD.org>
5897
5898         * config/alpha/elf.h: Protect the ASM_OUTPUT_IDENT definition with an
5899         #undef.
5900
5901 2000-10-06  Richard Henderson  <rth@cygnus.com>
5902
5903         * function.c (diddle_return_value): Examine
5904         current_function_return_rtx instead of the DECL_RESULT.
5905         (expand_function_end): Handle reloading DECL_RESULT from memory
5906         into a hard register.  Query promote_mode for sign of mismatched
5907         modes.
5908
5909 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
5910
5911         * haifa-sched.c (schedule_insns): Fix typo in freeing
5912         forward_dependency_cache.
5913
5914 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
5915
5916         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
5917         `TARGET_SH2' as a condition.
5918
5919 2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
5920
5921         * haifa-sched.c (anti_dependency_cache, output_dependency_cache,
5922         forward_dependency_cache): New variables.
5923         (add_dependence, remove_dependence): Use anti_dependency_cache and
5924         output_dependency_cache.
5925         (compute_block_forward_dependences): Use forward_dependency_cache.
5926         (schedule_insns): Allocate and free memory for anti/output/forward
5927         dependencies caches.
5928
5929 2000-10-06  Alexandre Oliva  <aoliva@redhat.com>
5930
5931         * config/sh/sh.md (call, call_value): Use `TARGET_SH2' instead of
5932         `! TARGET_SH1'.  Reindent.
5933
5934 2000-10-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5935
5936         * builtins.c (is_valid_printf_arglist, expand_builtin_printf):
5937         Move functions from here ...
5938
5939         * c-common.c (is_valid_printf_arglist, c_expand_builtin_printf):
5940         ... to here.
5941         (c_expand_builtin): New function.
5942         (init_function_format_info): Don't set `check_function_format_ptr'.
5943         (c_common_nodes_and_builtins): Set built_in_class type for
5944         printf/__builtin_printf to BUILT_IN_FRONTEND.
5945         (c_expand_expr): Handle CALL_EXPRs that are front-end builtins.
5946
5947         * c-common.h (build_function_call): Declare.
5948
5949         * expr.c (expand_expr): Pass builtins with class BUILT_IN_FRONTEND
5950         to `lang_expand_expr' rather than `expand_builtin'.
5951
5952         * tree.c (check_function_format_ptr): Delete.
5953
5954         * tree.h (check_function_format_ptr): Likewise.
5955
5956 2000-10-06  Hans-Peter Nilsson  <hp@bitrange.com>
5957
5958         * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
5959         DW_OP_bregx when cfa->reg > 31.
5960
5961         * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
5962         break.
5963
5964 2000-10-05  Richard Henderson  <rth@cygnus.com>
5965
5966         * c-decl.c (warn_missing_noreturn): Remove.
5967         (c_expand_body): Don't set or check can_reach_end.
5968         * c-tree.h (warn_missing_noreturn): Move ...
5969         * flags.h: ... here.
5970         (can_reach_end): Remove.
5971         * flow.c (check_function_return_warnings): New.
5972         (make_edges): No edge to exit for noreturn sibcalls.
5973         * function.c (expand_function_end): Save the return value
5974         clobber instruction.
5975         (mark_function_status): Mark it.
5976         * function.h (struct function): Add x_clobber_return_insn.
5977         * jump.c (can_reach_end): Remove.
5978         (calculate_can_reach_end): Remove.
5979         (jump_optimize_1): Don't call it.
5980         * output.h (check_function_return_warnings): Declare.
5981         * toplev.c (warn_missing_noreturn): Move from c-decl.c
5982         (rest_of_compilation): Call check_function_return_warnings.
5983
5984 2000-10-05  Richard Henderson  <rth@cygnus.com>
5985
5986         * Makefile.in (NM_FOR_TARGET): New.
5987         (libgcc.mk): Pass SHLIB_MKMAP, SHLIB_MAPFILES.
5988         (libgcc.a, stmp-multilib): Pass NM_FOR_TARGET.
5989         * mklibgcc.in: If SHLIB_MKMAP, build libgcc.map.  Depend the
5990         shared library build on that and EXTRA_MULTILIB_PARTS.
5991         * mkmap-flat.awk: New file.
5992         * mkmap-symver.awk: New file.
5993         * libgcc-std.ver: New file.
5994         * config/libgcc-glibc.ver: New file.
5995         * config/ia64/libgcc-ia64.ver: New file.
5996         * config/t-linux (SHLIB_MKMAP, SHLIB_MAPFILES): New.
5997         (SHLIB_LINK): Add --version-script.
5998         * config/ia64/t-ia64 (SHLIB_MAPFILES): Add libgcc-ia64.ver.
5999         * config/mips/t-iris6 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
6000         * config/sparc/t-sol2 (SHLIB_MKMAP, SHLIB_MAPFILES): New.
6001         (SHLIB_LINK): Add -M.
6002
6003 2000-10-05  Richard Henderson  <rth@cygnus.com>
6004
6005         * Makefile.in (LIB2FUNCS): Add _clz.
6006         * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
6007         (__clz_tab): Put in its own unit, non-static.
6008         * libgcc2.h: Always include longlong.h.
6009
6010         * longlong.h [alpha] (count_leading_zeros): Use cmpbge with
6011         a zero instead of -1.
6012         (count_trailing_zeros): Likewise.
6013
6014 2000-10-05  Richard Henderson  <rth@cygnus.com>
6015
6016         * config/alpha/alpha.c (alpha_emit_setcc): Don't swap GT tests
6017         when second op1 is const0_rtx.  Validate op0 as a register.
6018         * config/alpha/alpha.md (setcc_internal): Don't allow constants
6019         in the first argument of the compare.
6020         (setcc_swapped_internal): Likewise.
6021         (setne_internal): Likewise.
6022
6023 2000-10-05  Geoff Keating  <geoffk@cygnus.com>
6024
6025         * tree.c (tree_size): New function split out of copy_node.
6026         (make_node): Remove obstack handling.  Use tree_size.
6027         (copy_node): Use tree_size.
6028         * tree.h: Prototype tree_size.
6029
6030 2000-10-05  Richard Henderson  <rth@cygnus.com>
6031
6032         * diagnostic.c (output_format): Add missing break.
6033
6034 2000-10-05  Jim Wilson  <wilson@cygnus.com>
6035
6036         * function.c (fixup_var_refs_1, case SET): When gen_move_insn returns a
6037         SEQUENCE, call emit_insn_before, copy PATTERN and REG_NOTES of last
6038         sequence insn to INSN, and delete last sequence insn.
6039
6040 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
6041
6042         * gcc.c (main): Include generated configargs.h header
6043         and use arguments in '-v' output.
6044
6045 Thu Oct  5 16:16:57 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6046
6047         * gcc.c: Move data on prefixes forward in file and reorganize.
6048         (md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
6049         Always define, but make null if no value.
6050         (static_specs): Add "md_exec_prefix", "md_startfile_prefix",
6051         and "md_startfile_prefix_1".
6052         (main): Check whether md_exec_prefix and the others are the
6053         null string rather than whether the macro is defined.
6054
6055 Thu Oct  5 19:04:18 2000  J"orn Rennecke <amylaar@redhat.co.uk>
6056
6057         * (convert_move): Use zero_extendpsisi2 to do an unsigned extension
6058         from PSImode to SImode.
6059
6060 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
6061
6062         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETICS]: Fix conversion
6063         from float to integral mode with HOST_BITS_PER_WIDE_INT 64.
6064         * dwarf2out.c (add_const_value_attribute): Divide by 4, not
6065         sizeof(long).
6066
6067 Thu Oct  5 09:31:31 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6068
6069         * fold-const.c (fold, case MINUS_EXPR, case EQ_EXPR): Perform
6070         negation in proper type.a
6071
6072 2000-10-04  Richard Henderson  <rth@cygnus.com>
6073
6074         * configure.in (enable-shared): New.
6075         * Makefile.in (LIBGCC_DEPS): Depend on EXTRA_PARTS as well.
6076         (libgcc.mk): Pass SHLIB_LINK, SHLIB_LIBS, SHLIB_MULTILIB to mklibgcc.
6077         * mklibgcc.in: Use them to link shared a libgcc.
6078         * config/t-linux (SHLIB_LINK, SHLIB_LIBS): New.
6079         * config/alpha/t-ieee (SHLIB_MULTILIB): New.
6080         * config/mips/t-iris6 (SHLIB_LINK, SHLIB_LIBS): New.
6081         * config/sparc/t-sol2 (SHLIB_LINK, SHLIB_LIBS): New.
6082
6083         * configure.in (alpha-osf*): Use t-osf and x-osf.
6084         * config/alpha/t-osf: New file.
6085         * config/alpha/t-osf4: New file.
6086         * config/alpha/x-osf: New file.
6087         * config/alpha/x-alpha: Remove file.
6088
6089 2000-10-04  Will Cohen  <wcohen@redhat.com>
6090
6091         * c-typeck.c (process_init_element): Added warning for zero-length
6092         array.
6093
6094         * extend.texi (Zero Length): State that static initializers for
6095         zero-length arrays are not allowed.
6096
6097 Mon Oct  2 14:50:14 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6098
6099         * rtlanal.c (single_set_1): Do not require USE and CLOBBERs
6100         to come last.
6101
6102 2000-10-03  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
6103
6104         * config/float-c4x.h: New.
6105         * configure.in (c4x-*): Set float_format to c4x.
6106         * configure: Regenerate.
6107
6108 2000-10-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6109
6110         * configure.in (sparc-*-solaris2*): Disable 32-to-64 cross
6111         compilation for solaris versions 2.7 and greater.
6112
6113 2000-10-02  Marc Espie <espie@openbsd.org>
6114
6115         * config/alpha.h (WORD_SWITCH_TAKES_ARG): add -rpath to default,
6116         instead of redefining from scratch.
6117
6118 2000-10-02  David O'Brien  <obrien@dragon.nuxi.com>
6119
6120         * config/i386/freebsd.h (NO_PROFILE_COUNTERS): Define.
6121
6122 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
6123
6124         * config/ns32k/genix.h: Remove.
6125         * config/ns32k/x-genix: Likewise.
6126         * config/ns32k/xm-genix.h: Likewise.
6127         * config/fx80: Remove all filee in directory.
6128         * config/pyr: Likewise.
6129         * config/tahoe: Likewise.
6130         * config/gmicro: Likewise.
6131         * config/spur: Likewise.
6132         * configure.in: Remove configury bits for above targets.
6133         * configure: Regenerated.
6134
6135         * configure.in: Don't configure chill by default.
6136         * configure: Regenerated.
6137
6138         * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.
6139         (lang_mark_false_label_stack): Remove.
6140         * c-lex.c (init_c_lex): Add file_info_tree as GC root.  Allocate
6141         <top level> string in GC area.
6142         (mark_splay_tree_node): New function.
6143         (mark_splay_tree): Likewise.
6144         * except.c (mark_eh_status): Only call lang_mark_false_label_stack
6145         if it exists.
6146         * ggc-callbacks.c (lang_mark_false_label_stack): Remove.
6147         * ggc-common.c (lang_mark_false_label_stack): Change type.
6148         * ggc.h (ggc_alloc_string): Add comment.
6149         (ggc_strdup): New function.
6150
6151 Sat Sep 23 19:10:20 2000  Denis Chertykov  <denisc@overta.ru>
6152
6153         * config/avr/avr.h (BRANCH_COST): Define as 0.
6154
6155         * config/pdp11/pdp11.c: #include "tree.h" added.
6156
6157 2000-09-30  Marek Michalkiewicz  <marekm@linux.org.pl>
6158
6159         * config/avr/avr.c (ashlhi3_out, ashlsi3_out, ashrhi3_out,
6160         ashrsi3_out, lshrhi3_out, lshrsi3_out): Optimize more cases
6161         with known shift count.
6162         * config/avr/avr.md (ashlsi3, ashrsi3, lshrsi3):
6163         New alternative for shift count 2 with no scratch register.
6164         (ashlhi3, ashlsi3): Change "cc" attribute from "clobber" to
6165         "set_n" for shift counts 1 and 2.
6166
6167 2000-09-30  Geoff Keating  <geoffk@cygnus.com>
6168
6169         * config/rs6000/rs6000.md (movsi_to_cr): Remove the USE.  Calculate
6170         the mask value from the individual SET operations.
6171         (return_internal_si): Move the USE after the RETURN.
6172         (return_internal_di): Likewise.
6173         (return_and_restore_fpregs_si): Likewise.
6174         (return_and_restore_fpregs_di): Likewise.
6175         (return_eh_si): Likewise.
6176         (return_eh_di): Likewise.
6177         * config/rs6000/rs6000.c (mtcrf_operation): Don't look for,
6178         or check, the USE.
6179         (rs6000_emit_prologue): Don't emit the USE for movsi_to_cr.
6180         Don't generate a PARALLEL around a single operation movsi_to_cr.
6181         Generate the RETURN first in any PARALLELs.
6182
6183         * rtlanal.c (single_set_1): Use fatal_insn to display the
6184         invalid insn.  Check for more cases when a USE or CLOBBER occurs
6185         before a SET.
6186         * Makefile.in: Update dependencies for rtlanal.o.
6187
6188 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6189
6190         * i386.c: Move include of "config.h" to before that of <setjmp.h>.
6191
6192 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6193
6194         * c-tree.texi, contrib.texi, gcc.texi, install.texi, invoke.texi:
6195         Consistently use @email for formatting email addresses.
6196
6197 2000-09-29  Richard Henderson  <rth@cygnus.com>
6198
6199         * cse.c (notreg_cost): New argument outer.
6200         (COST): Pass in SET to notreg_cost
6201         (COST_IN): New.
6202         (fold_rtx): Use COST_IN.  Prefer constants when costs
6203         are the same.
6204
6205 2000-09-29  David Edelsohn  <edelsohn@gnu.org>
6206
6207         * fixinc/inclhack.def (broken_cabs): Generalize regex.
6208         * fixinc/fixincl.x: Regenerate.
6209
6210 2000-09-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6211
6212         * loop.c (check_final_value): A GIV is not replaceable if used
6213         before set.
6214
6215 Fri Sep 29 10:04:12 2000  Jeffrey A Law  (law@cygnus.com)
6216
6217         * version.c: Bump to gcc-2.97.
6218
6219 Frs Sep 29 13:37:59 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6220
6221         * final.c (final_scan_insn): Remove extra extract_insn call;
6222         Use caching for constrain_operands.
6223         (cleanup_subreg_operands): Use caching for extract_insn.
6224         * recog.c (constrain_operands_cached): New.
6225         * recog.h (constrain_operands_cached): Declare.
6226         * i386.c (ix86_attr_length_immediate_default,
6227         ix86_attr_length_address_default, ix86_agi_dependant): Cache
6228         extract_insn call.
6229
6230         * recog.c (asm_noperands): Tweak.
6231         (extract_insn): Do not call asm_noperads for non-asm instructions.
6232
6233 Fri Sep 29 13:20:42 MET DST 2000  Jan Hubicka  <jh@suse.cz>
6234
6235         * recog.c (recog_memoized): Rename to recog_memoized_1.
6236         * recog.h (recog_memoized): Rename to recog_memoized_1.
6237         (recog_memoized): New macro.
6238         * rtl.h (single_set): Rename to single_set_1
6239         (single_set): New macro.
6240         * rtlanal.c (single_set): Rename to single_set_1;  expect clobbers
6241         to be last.
6242
6243         * i386.md (strmovsi_1, strmovhi_1 strmovqi_1):
6244         Do not use match_dup of input operands at outputs.
6245         Use register_operand for memory expression.
6246         (rep_movsi): Put use last, canonicalize.
6247         Use register_operand for memory expression.
6248         (rep_movqi): Put use last.
6249         Use register_operand for memory expression.
6250         (strsetsi_1, strset_hi_1, strsetqi_1): Do not use match_dup
6251         of input operands at outputs.  Use register_operand for memory
6252         expression.
6253         (rep_stossi): Put use last; canonicalize; fix match_dup in
6254         the address expression
6255         (rep_stosqi): Likewise.
6256         (memcmp expander): Update calls.
6257         (cmpstrsi_nz_1, cmpstrsi_1, strlensi_1): Avoid match_dups in
6258         the clobbers.
6259
6260         * i386.md (fp_jcc_3, fp_jcc_4, jp_fcc_5): if_then_else operand is
6261         VOIDmode.
6262         (fp_jcc_4, fp_jcc_3): Refuse unordered comparisons.
6263
6264 2000-09-28  David O'Brien  <obrien@FreeBSD.org>
6265
6266         * config/i386/freebsd-aout.h: New, FreeBSD a.out config file.
6267         Contains the old contents of config/i386/freebsd.h
6268         * config/i386/freebsd.h: Now the ELF rather than a.out config file.
6269         Contains the old contents of config/i386/freebsd-elf.h
6270         * config/i386/freebsd-elf.h: Retire this file -- contents moved to
6271         config/i386/freebsd.h.
6272         * configure.in: Adjust for above changes.
6273         * po/POTFILES.in: Likewise.
6274         * po/en_GB.po: Likewise.
6275         * po/gcc.pot: Likewise.
6276         * configure: Rebuilt.
6277
6278 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6279
6280         * doloop.c (doloop_modify): Prevent delete_insn() from
6281         deleting too much.  Prefer loop->top over loop->start as
6282         target for the new JUMP insn.
6283         (doloop_valid_p): Ignore loop with exit_count != 0.
6284
6285 2000-09-28  Philipp Thomas  <pthomas@suse.de>
6286
6287         * invoke.texi (i386 Options): Add athlon to table of possible
6288         choices for -mcpu=.
6289
6290 2000-09-28  Gabriel Dos Reis  <gdr@codesourcery.com>
6291
6292         * diagnostic.h (output_clear_message_text): New function.
6293         (output_message_text): New macro.
6294
6295         * diagnostic.c (clear_text_info): Rename to
6296         output_clear_message_text.
6297         (output_clear): Adjust.
6298         (output_finish): Rename to output_finalize_message.  Tweek.
6299         (output_to_stream): Adjust.
6300
6301 2000-09-28  Neil Booth  <neilb@earthling.net>
6302
6303         * cpperror.c (_cpp_begin_message):  Do the test for suppression
6304         of warnings and pedantic warnings before the "is a warning an
6305         error" tests.
6306         * cppinit.c (cpp_handle_option): Remove surplus \n.
6307         * cpplex.c (ON_REST_ARG): Delete.
6308         (skip_block_comment): Initialise prevc.
6309         (parse_args): Improve error messages.
6310         (maybe_paste_with_next): Use CONTEXT_VARARGS rather
6311         than ON_REST_ARG.
6312         * cpplib.c (cpp_push_buffer): Fix grammar in message.
6313         * cppmain.c (main): Set callbacks for #ident and #pragma
6314         only if no_output option is false.
6315         (do_pragma_implementation): Only call the #pragma handler
6316         if it is set in the cpp_reader structure.
6317
6318 Wed Sep 27 14:00:07 2000  Donald Lindsay  <dlindsay@cygnus.com>
6319
6320         * integrate.c (copy_insn_list): if an ignored return value
6321         is being clobbered, skip cloning that into the inline copy.
6322
6323 2000-09-27  Joseph S. Myers  <jsm28@cam.ac.uk>
6324
6325         * extend.texi, invoke.texi, gcc.texi, install.texi: Consistently
6326         use @uref for formatting URLs.
6327
6328 2000-09-27  Mark Elbrecht  <snowball3@bigfoot.com>
6329
6330         * config/i386/djgpp.h (UNIQUE_SECTION): Constify the variables
6331         name and prefix.
6332
6333 Tue 26-Sep-2000 18:25:38 BST  Neil Booth  <neilb@earthling.net>
6334
6335         * gcc.c (cpp_options): Add spec for -ftabstop=.
6336         (invoke_as): New spec that handles invoking as.
6337         Update specs to handle -save-temps and -traditional.
6338         * ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
6339         Use invoke_as.
6340         * cp/lang-specs.h, objc/lang-specs.h: Update to use
6341         invoke_as, and handle -save-temps and -traditional (if
6342         appropriate).
6343
6344 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
6345
6346         * config/sparc/sparc.c (sparc_emit_set_const64): Don't abort when
6347         op0 is a SUBREG.
6348         (function_arg_slotno): Accept TImode/CTImode.
6349         * config/sparc/sparc.h (MIN_UNITS_PER_WORD): If IN_LIBGCC2 define
6350         to UNITS_PER_WORD.
6351
6352 2000-09-26  Michael Hayes  <mhayes@cygnus.com>
6353
6354         * flow.c (flow_loop_pre_header_scan): Punt if loop enters
6355         from entry block.
6356
6357 2000-09-25  Jim Wilson  <wilson@cygnus.com>
6358
6359         * config/ia64/ia64.h (INDEX_REG_CLASS): Define to GENERAL_REGS.
6360         (REGNO_OK_FOR_INDEX_P): Define to REGNO_OK_FOR_BASE_P.
6361         (LEGITIMATE_ADDRESS_DISP): Use LEGITIMATE_ADDRESS_REG.
6362         (REG_OK_FOR_INDEX): Define to REG_OK_FOR_BASE_P.
6363
6364 Tue 26-Sep-2000 00:16:22 BST  Neil Booth  <neilb@earthling.net>
6365
6366         * cpplex.c (parse_args): Don't set VOID_REST flag.
6367         (CONTEXT_VARARGS): New flag.
6368         (maybe_paste_with_next): Set context earlier in loop.  Use
6369         it.  Do varargs test with CONTEXT_VARARGS flag.
6370         (push_arg_context): Set CONTEXT_VARARGS flag if we're
6371         pushing an argument context for a varargs argument.
6372         * cpplib.h (VOID_REST): Delete.
6373         * gcc.dg/cpp/vararg1.c: Add test case.
6374
6375 2000-09-25  Branko Cibej  <branko.cibej@hermes.si>
6376
6377         * flags.h:  Declare warning flag warn_system_headers.
6378         * toplev.c:  Define it.
6379         (W_options): Add option -Wsystem-headers.
6380         * diagnostic.c (count_error): Test warn_system_headers.
6381         * invoke.texi:  Add description for -Wsystem-headers.
6382         * cpplib.h (cpp_options): New member warn_system_headers.
6383         * cpphash.h (CPP_PEDANTIC, CPP_WTRADITIONAL): Don't test
6384         CPP_IN_SYSTEM_HEADER.
6385         * cpplib.c (do_import, do_pragma_once): Likewise.
6386         * cpperror.c (_cpp_begin_message): Test warn_system_headers
6387         and CPP_IN_SYSTEM_HEADER.
6388         * cppinit.c (handle_option): Recognize -Wsystem_headers.
6389         (print_help): Describe -Wsystem_headers.
6390         * cpplex.c (lex_line): Reorganize condition so that warnings
6391         about C++ comments in system headers can be enabled. Remove
6392         label do_line_comment.
6393
6394 Mon 25-Sep-2000 23:38:27 BST  Neil Booth  <neilb@earthling.net>
6395
6396         * cpplex.c (save_comment): Only store the initial '/'
6397         now.
6398         (lex_token): Combine handling of the two comment types.
6399         Pass everything but the initial '/' to save_comment.
6400
6401 Mon 25-Sep-2000 23:31:45 BST  Neil Booth  <neilb@earthling.net>
6402
6403         * cpphash.h (_cpp_digraph_spellings, _cpp_process_directive,
6404         _cpp_can_paste): New library-internal prototypes.
6405         * cpplex.c (dump_param_spelling, output_line_command,
6406         output_token, cpp_scan_buffer, cpp_scan_buffer_nooutput,
6407         cpp_printf, cpp_output_list): Move to cppoutput.c.
6408         (process_directive, can_paste, digraph_spellings): Add _cpp_ prefix.
6409         * cppmacro.c (dump_macro_args, cpp_dump_definition) Move to
6410         cppoutput.c.
6411         * cppoutput.c (dump_macro_args, cpp_dump_definition, output_token,
6412         dump_param_spelling, output_line_command, cpp_scan_buffer,
6413         cpp_scan_buffer_nooutput, cpp_printf, cpp_output_list): Moved
6414         from elsewhere.
6415         * Makefile.in: Add cppoutput.c.
6416         * po/POTFILES.in: Add cppoutput.c.
6417
6418 2000-09-25  Richard Henderson  <rth@cygnus.com>
6419
6420         * config/ia64/ia64.c (ia64_print_operand): Define 'e' as 64-n.
6421         * config/ia64/ia64.md (rotrsi3): Allow variable rotates; don't
6422         split until after reload.
6423         (rotlsi3, rotldi3): New.
6424
6425 2000-09-25  Gabriel Dos Reis  <gdr@codesourcery.com>
6426
6427         * diagnostic.c (output_last_position): Define.
6428         (set_real_maximum_length): Tweek.
6429         * diagnostic.h (output_last_position): Declare.
6430
6431 2000-09-25  Kazu Hirata  <kazu@hxi.com>
6432
6433         * config/i386/i386.c: Fix formatting.
6434
6435 2000-09-24  Alan Lehotsky  <alehotsky@cygnus.com>
6436
6437         * emit-rtl-c (gen_lowpart_common): Accept non-paradoxical SUBREG when
6438         UNITS_PER_WORD is small.
6439
6440 2000-09-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6441
6442         * c-common.c (format_char_info): Add flags2; update comments.
6443         (print_char_table, scan_char_table, time_char_table): Split some
6444         flags out into flags2.
6445         (check_format_info): Use flags2 for those flags, for identifying
6446         the initial character of a scanf scanset, and for identifying
6447         printf formats where the '0' flag is ignored with precision.
6448
6449 2000-09-25  Hans-Peter Nilsson  <hp@axis.com>
6450
6451         Changes below marked "here" add TABs on either or both sides,
6452         covering start of line, up to any operand for all noted .*ASM.*_OP
6453         definitions.  All callers changed.
6454         * tm.texi: Make documented *_ASM.*_OP:s include spacing
6455         (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, SHARED_SECTION_ASM_OP,
6456         BSS_SECTION_ASM_OP, SHARED_BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6457         ASM_BYTE_OP, FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
6458         ASM_STABS_OP, ASM_STABD_OP, ASM_STABN_OP).
6459         Fix typos in description for LONG_LONG_TYPE_SIZE and
6460         FINI_SECTION_ASM_OP.
6461         * crtstuff.c (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Explain
6462         why these defaults don't have leading spacing.
6463         * dbxout.c (ASM_STABS_OP, ASM_STABN_OP): Here.
6464         * dwarf2out.c (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6465         UNALIGNED_DOUBLE_INT_ASM_OP, SECTION_ASM_OP, ASM_BYTE_OP): Here.
6466         * dwarfout.c (FILE_ASM_OP, VERSION_ASM_OP,
6467         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP, ASM_BYTE_OP,
6468         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP): Here.
6469         * defaults.h (ASM_STABD_OP, EH_FRAME_SECTION_ASM_OP): Here.
6470         * varasm.c (ASM_STABS_OP): Here.
6471         * xcoffout.h (ASM_STABS_OP): Here.
6472         * config/elfos.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
6473         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
6474         INT_ASM_OP, ASCII_DATA_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP,
6475         STRING_ASM_OP): Here.
6476         * config/freebsd.h (IDENT_ASM_OP): Here.
6477         * config/linux-aout.h (SET_ASM_OP): Here.
6478         * config/linux.h (SET_ASM_OP): Here.
6479         * config/lynx.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6480         INT_ASM_OP): Here.
6481         * config/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
6482         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP, ALIGN_ASM_OP): Here.
6483         * config/openbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP): Here.
6484         * config/psos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6485         INT_ASM_OP): Here.
6486         * config/ptx4.h (IDENT_ASM_OP, ASM_BYTE_OP, SET_ASM_OP,
6487         SKIP_ASM_OP, ALIGN_ASM_OP, COMMON_ASM_OP, LOCAL_ASM_OP,
6488         INT_ASM_OP, ASCII_DATA_ASM_OP, CONST_SECTION_ASM_OP,
6489         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6490         FINI_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP STRING_ASM_OP): Here.
6491         * config/svr3.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6492         CONST_SECTION_ASM_OP, ASM_BYTE_OP): Here.
6493         * config/a29k/udi.h (INT_ASM_OP): Here.
6494         * config/alpha/alpha-interix.h (CONST_SECTION_ASM_OP,
6495         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
6496         SET_ASM_OP): Here.
6497         * config/alpha/alpha.h (TEXT_SECTION_ASM_OP,
6498         READONLY_DATA_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6499         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6500         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_STABS_OP, ASM_STABN_OP,
6501         ASM_STABD_OP): Here.
6502         * config/alpha/elf.h (IDENT_ASM_OP, SKIP_ASM_OP, ALIGN_ASM_OP,
6503         COMMON_ASM_OP, INT_ASM_OP, ASCII_DATA_ASM_OP,
6504         CONST_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6505         BSS_SECTION_ASM_OP, SBSS_SECTION_ASM_OP, SDATA_SECTION_ASM_OP,
6506         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP, TYPE_ASM_OP,
6507         SIZE_ASM_OP, STRING_ASM_OP): Here.
6508         * config/alpha/vms.h (LINK_SECTION_ASM_OP,
6509         READONLY_SECTION_ASM_OP, LITERALS_SECTION_ASM_OP,
6510         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, COMMON_ASM_OP): Here.
6511         * config/arc/arc.h (ASM_BYTE_OP, SET_ASM_OP): Here.
6512         (PUSHSECTION_ASM_OP): Define this, not PUSHSECTION_FORMAT.
6513         * config/arm/aof.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP):
6514         Here.
6515         * config/arm/aout.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6516         BSS_SECTION_ASM_OP, SET_ASM_OP): Here.
6517         * config/arm/coff.h (INT_ASM_OP): Here.
6518         * config/arm/conix-elf.h (UNALIGNED_WORD_ASM_OP): Here.
6519         * config/arm/elf.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP): Here.
6520         * config/arm/linux-elf.h (IDENT_ASM_OP, CONST_SECTION_ASM_OP,
6521         INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP): Here.
6522         * config/arm/unknown-elf.h (UNALIGNED_WORD_ASM_OP): Here.
6523         * config/avr/avr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6524         ASM_BYTE_OP, TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP,
6525         STRING_ASM_OP): Here.  Update documentation copy in comments.
6526         * config/c4x/c4x.h (ASM_STABS_OP, BSS_SECTION_ASM_OP): Here.
6527         * config/clipper/clipper.h (TEXT_SECTION_ASM_OP,
6528         DATA_SECTION_ASM_OP): Here.
6529         * config/clipper/clix.h (BSS_SECTION_ASM_OP, INIT_SECTION_ASM_OP):
6530         Here.
6531         * config/convex/convex.h (TEXT_SECTION_ASM_OP,
6532         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
6533         * config/d30v/d30v.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6534         BSS_SECTION_ASM_OP): Here.
6535         * config/fr30/fr30.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6536         BSS_SECTION_ASM_OP): Here.
6537         * config/fx80/fx80.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6538         Here.
6539         * config/gmicro/gmicro.h (TEXT_SECTION_ASM_OP,
6540         DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP): Here.
6541         * config/h8300/h8300.h (ASM_WORD_OP): Here.
6542         * config/i370/i370.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6543         BSS_SECTION_ASM_OP): Here.
6544         * config/i386/aix386.h (INIT_SECTION_ASM_OP): Here.
6545         * config/i386/bsd.h (ASM_BYTE_OP): Here.
6546         * config/i386/cygwin.h (SET_ASM_OP, INT_ASM_OP): Here.
6547         * config/i386/dgux.h (CONST_SECTION_ASM_OP): Here.
6548         * config/i386/djgpp.h (IDENT_ASM_OP, INT_ASM_OP, SET_ASM_OP):
6549         Here.
6550         * config/i386/freebsd-elf.h (SET_ASM_OP): Here.
6551         * config/i386/freebsd.h (TYPE_ASM_OP, SIZE_ASM_OP, INT_ASM_OP):
6552         Here.
6553         * config/i386/i386-coff.h (CTORS_SECTION_ASM_OP,
6554         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6555         * config/i386/i386-interix.h (STRING_ASM_OP, CONST_SECTION_ASM_OP,
6556         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP,
6557         SET_ASM_OP): Here.
6558         * config/i386/i386elf.h (BSS_SECTION_ASM_OP): Here.
6559         * config/i386/netbsd.h (INT_ASM_OP): Here.
6560         * config/i386/openbsd.h (INT_ASM_OP): Here.
6561         * config/i386/osfrose.h (TYPE_ASM_OP, SIZE_ASM_OP, SET_ASM_OP,
6562         IDENT_ASM_OP): Here.
6563         * config/i386/sco5.h (ALIGN_ASM_OP, ASCII_DATA_ASM_OP,
6564         ASM_BYTE_OP, IDENT_ASM_OP, COMMON_ASM_OP, SET_ASM_OP,
6565         LOCAL_ASM_OP, INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, STRING_ASM_OP,
6566         SKIP_ASM_OP, GLOBAL_ASM_OP): Here.
6567         * config/i386/seq-sysv3.h (SHARED_SECTION_ASM_OP,
6568         SHARED_BSS_SECTION_ASM_OP): Here.
6569         * config/i386/sequent.h (SHARED_SECTION_ASM_OP): Here.
6570         * config/i386/sun386.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6571         DATA_SECTION_ASM_OP): Here.
6572         * config/i386/svr3gas.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6573         CONST_SECTION_ASM_OP): Here.
6574         * config/i386/sysv3.h (INIT_SECTION_ASM_OP): Here.
6575         * config/i386/unix.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6576         BSS_SECTION_ASM_OP): Here.
6577         * config/i860/bsd-gas.h (ASCII_DATA_ASM_OP): Here.
6578         * config/i860/bsd.h (ASCII_DATA_ASM_OP): Here.
6579         * config/i860/fx2800.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP,
6580         BSS_ASM_OP): Here, but use trailing spaces.
6581         * config/i860/i860.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6582         DATA_SECTION_ASM_OP): Here.
6583         * config/i860/paragon.h (ASCII_DATA_ASM_OP, BSS_SECTION_ASM_OP):
6584         Here.
6585         * config/i860/sysv3.h (ASCII_DATA_ASM_OP, CTORS_SECTION_ASM_OP,
6586         DTORS_SECTION_ASM_OP, TDESC_SECTION_ASM_OP): Here.
6587         * config/i860/sysv4.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6588         TDESC_SECTION_ASM_OP): Here.
6589         * config/i960/i960-coff.h (CTORS_SECTION_ASM_OP,
6590         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6591         * config/i960/i960.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6592         Here.
6593         * config/ia64/ia64.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6594         BSS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP,
6595         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6596         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
6597         * config/ia64/sysv4.h (ASM_BYTE_OP, STRING_ASM_OP, SKIP_ASM_OP,
6598         COMMON_ASM_OP, ASCII_DATA_ASM_OP, INIT_SECTION_ASM_OP,
6599         FINI_SECTION_ASM_OP, CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6600         SDATA_SECTION_ASM_OP, SBSS_SECTION_ASM_OP): Here.
6601         * config/m32r/m32r.h (SCOMMON_ASM_OP): Here.
6602         * config/m68hc11/m68hc11.h (GLOBAL_ASM_OP): Here.
6603         * config/m68k/auxas.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
6604         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
6605         SET_ASM_OP): Here.
6606         * config/m68k/coff.h (BSS_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
6607         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6608         * config/m68k/crds.h (BSS_SECTION_ASM_OP): Here.
6609         * config/m68k/dpx2.h (ASM_BYTE_OP, GLOBAL_ASM_OP): Here.
6610         * config/m68k/hp320.h (ASCII_DATA_ASM_OP, GLOBAL_ASM_OP): Here.
6611         * config/m68k/linux.h (BSS_SECTION_ASM_OP): Here.
6612         * config/m68k/lynx.h (BSS_SECTION_ASM_OP): Here.
6613         * config/m68k/m68k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6614         GLOBAL_ASM_OP): Here.
6615         * config/m68k/m68kelf.h (SWBEG_ASM_OP, BSS_ASM_OP,
6616         BSS_SECTION_ASM_OP): Here.
6617         * config/m68k/m68kv4.h (BSS_ASM_OP): Here.
6618         * config/m68k/mot3300.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6619         ASCII_DATA_ASM_OP, SET_ASM_OP, CTORS_SECTION_ASM_OP,
6620         DTORS_SECTION_ASM_OP, GLOBAL_ASM_OP, ASM_BYTE_OP, ALIGN_ASM_OP,
6621         SKIP_ASM_OP): Here.
6622         * config/m68k/newsgas.h (SET_ASM_OP): Here.
6623         * config/m68k/rtemself.h (INIT_SECTION_ASM_OP,
6624         FINI_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
6625         * config/m68k/sgs.h (BYTE_ASM_OP, WORD_ASM_OP, LONG_ASM_OP,
6626         SPACE_ASM_OP, ALIGN_ASM_OP, GLOBAL_ASM_OP, SWBEG_ASM_OP,
6627         SET_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here,
6628         but use trailing spaces.
6629         * config/m68k/tower-as.h (TEXT_SECTION_ASM_OP,
6630         DATA_SECTION_ASM_OP, GLOBAL_ASM_OP, INIT_SECTION_ASM_OP,
6631         FINI_SECTION_ASM_OP, CONST_SECTION_ASM_OP, BSS_SECTION_ASM_OP):
6632         Here.
6633         * config/m88k/dgux.h (FINI_SECTION_ASM_OP, INIT_SECTION_ASM_OP,
6634         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
6635         * config/m88k/m88k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6636         CONST_SECTION_ASM_OP, TDESC_SECTION_ASM_OP, CTORS_SECTION_ASM_OP,
6637         DTORS_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6638         IDENT_ASM_OP, FILE_ASM_OP, SECTION_ASM_OP, SET_ASM_OP,
6639         GLOBAL_ASM_OP, ALIGN_ASM_OP, SKIP_ASM_OP, COMMON_ASM_OP,
6640         BSS_ASM_OP, FLOAT_ASM_OP, DOUBLE_ASM_OP, INT_ASM_OP, SHORT_ASM_OP,
6641         CHAR_ASM_OP, ASCII_DATA_ASM_OP, SBSS_ASM_OP, SCOMM_ASM_OP,
6642         SDATA_SECTION_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP, INTERNAL_ASM_OP,
6643         VERSION_ASM_OP, UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
6644         PUSHSECTION_ASM_OP, POPSECTION_ASM_OP, REQUIRES_88110_ASM_OP,
6645         ASM_BYTE_OP): Here.
6646         * config/m88k/openbsd.h (SET_ASM_OP): Here.
6647         * config/m88k/sysv4.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6648         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Here.
6649         * config/mcore/mcore-elf.h (UNALIGNED_INT_ASM_OP,
6650         UNALIGNED_SHORT_ASM_OP, CTORS_SECTION_ASM_OP,
6651         DTORS_SECTION_ASM_OP): Here.
6652         * config/mcore/mcore-pe.h (CTORS_SECTION_ASM_OP,
6653         DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6654         * config/mips/elf.h (TYPE_ASM_OP, SIZE_ASM_OP,
6655         BSS_SECTION_ASM_OP): Here.
6656         * config/mips/elf64.h (TYPE_ASM_OP, SIZE_ASM_OP): Here.
6657         * config/mips/iris5.h (ABICALLS_ASM_OP): Here.
6658         * config/mips/iris6.h (TYPE_ASM_OP, SIZE_ASM_OP,
6659         POPSECTION_ASM_OP, BSS_SECTION_ASM_OP, CONST_SECTION_ASM_OP_32,
6660         CONST_SECTION_ASM_OP_64, CTORS_SECTION_ASM_OP,
6661         DTORS_SECTION_ASM_OP, EH_FRAME_SECTION_ASM_OP): Here.
6662         * config/mips/mips.c (ABICALLS_ASM_OP): Here.
6663         * config/mips/mips.h (ASM_STABS_OP, ASM_STABN_OP, ASM_STABD_OP):
6664         Here.
6665         * config/mips/netbsd.h (TYPE_ASM_OP, SIZE_ASM_OP, WEAK_ASM_OP):
6666         Here.
6667         * config/mips/osfrose.h (SET_ASM_OP): Here.
6668         * config/mips/sni-svr4.h (ABICALLS_ASM_OP): Here.
6669         * config/ns32k/encore.h (SHARED_SECTION_ASM_OP): Here.
6670         * config/ns32k/merlin.h (SHARED_SECTION_ASM_OP): Here.
6671         * config/ns32k/ns32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6672         Here.
6673         * config/ns32k/sequent.h (SHARED_SECTION_ASM_OP): Here.
6674         * config/ns32k/tek6000.h (SHARED_SECTION_ASM_OP): Here.
6675         * config/pa/pa-64.h (INT_ASM_OP, TYPE_ASM_OP, SIZE_ASM_OP): Here.
6676         * config/pa/pa.h (ASM_STABS_OP, ASM_STABN_OP): Here.
6677         * config/pj/pj.h (SET_ASM_OP, BSS_SECTION_ASM_OP): Here.
6678         * config/pyr/pyr.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6679         Here.
6680         * config/romp/romp.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6681         Here.
6682         * config/rs6000/rs6000.h (SET_ASM_OP): Here.
6683         * config/rs6000/sol2.h (ASM_STABN_OP): Here.
6684         * config/rs6000/sysv4.h (SKIP_ASM_OP, LOCAL_ASM_OP, LCOMM_ASM_OP):
6685         Here.
6686         * config/sh/sh.h (SET_ASM_OP, BSS_SECTION_ASM_OP,
6687         UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP): Here.
6688         * config/sparc/linux.h (COMMON_ASM_OP): Here.
6689         * config/sparc/linux64.h (COMMON_ASM_OP,
6690         UNALIGNED_DOUBLE_INT_ASM_OP): Here.
6691         * config/sparc/litecoff.h (BSS_SECTION_ASM_OP,
6692         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP, INT_ASM_OP): Here.
6693         * config/sparc/lynx.h (BSS_SECTION_ASM_OP): Here.
6694         * config/sparc/pbd.h (ASM_INT_OP): Here.
6695         * config/sparc/sp64-elf.h (UNALIGNED_LONGLONG_ASM_OP): Here.
6696         * config/sparc/sparc.h (ASM_BYTE_OP, TEXT_SECTION_ASM_OP,
6697         DATA_SECTION_ASM_OP, IDENT_ASM_OP): Here.
6698         * config/sparc/sun4gas.h (UNALIGNED_DOUBLE_INT_ASM_OP,
6699         UNALIGNED_INT_ASM_OP, UNALIGNED_SHORT_ASM_OP): Here.
6700         * config/sparc/sysv4.h (STRING_ASM_OP, COMMON_ASM_OP, SKIP_ASM_OP,
6701         UNALIGNED_DOUBLE_INT_ASM_OP, UNALIGNED_INT_ASM_OP,
6702         UNALIGNED_SHORT_ASM_OP, PUSHSECTION_ASM_OP, POPSECTION_ASM_OP,
6703         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, BSS_SECTION_ASM_OP,
6704         CONST_SECTION_ASM_OP, INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
6705         CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP,
6706         EH_FRAME_SECTION_ASM_OP): Here.
6707         * config/sparc/vxsim.h (COMMON_ASM_OP): Here.
6708         * config/spur/spur.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6709         Here.
6710         * config/tahoe/tahoe.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6711         Here.
6712         * config/v850/v850.h (SCOMMON_ASM_OP, ZCOMMON_ASM_OP,
6713         TCOMMON_ASM_OP): Here.
6714         * config/vax/vax.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP):
6715         Here.
6716         * config/we32k/we32k.h (TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
6717         ASM_BYTE_OP): Here.
6718
6719 2000-09-25  Richard Henderson  <rth@cygnus.com>
6720
6721         * expmed.c (store_bit_field): Adjust last change to not consider
6722         any word-sized field naturally aligned.
6723
6724 2000-09-24  Richard Henderson  <rth@cygnus.com>
6725
6726         * config/alpha/alpha.c (alpha_emit_conditional_branch): Handle
6727         TFmode unordered compares properly.  Revalidate integer compare
6728         operands.
6729         (alpha_emit_setcc): New.
6730         (alpha_emit_conditional_move): Revalidate integer compare operands.
6731         * config/alpha/alpha-protos.h: Update.
6732         * config/alpha/alpha.md (cmpdi): Allow general operands.
6733         (sne): Use alpha_emit_setcc.
6734         (seq, slt, sle, sgt, sge, sltu, sleu, sgtu, sgeu): Likewise.
6735         (sunordered, sordered): New.
6736
6737 2000-09-24  Richard Henderson  <rth@cygnus.com>
6738
6739         * config/ia64/ia64-protos.h: Update.
6740         * config/ia64/ia64.c (call_multiple_values_operation): Remove.
6741         (ia64_expand_call): New.
6742         (ia64_expand_prologue): Emit an alloc if we need extra input
6743         registers.
6744         (ia64_expand_epilogue): New arg sibcall_p; don't emit the return
6745         instruction if true.
6746         (struct reg_flags): Add is_sibcall.
6747         (rtx_needs_barrier): A sibcall does not use CFM et al.  Ignore USEs.
6748         (emit_insn_group_barriers): Set flags.is_sibcall.  Remove hacks
6749         for CODE_FOR_gr_spill_internal/CODE_FOR_gr_restore_internal.
6750         * config/ia64/ia64.h (PREDICATE_CODES): Update.
6751         * config/ia64/ia64.md (call): Use ia64_expand_call.
6752         (call_value): Likewise.
6753         (sibcall, sibcall_value): New.
6754         (call patterns): Remove extra expanders; tidy.
6755         (sibcall_epilogue): New.
6756         (set_bsp): Remove the extra USE.  Put the operand inside the UNSPEC.
6757
6758 2000-09-24  Richard Henderson  <rth@cygnus.com>
6759
6760         * emit-rtl.c (gen_lowpart_common): Use trunc_int_for_mode.
6761
6762         * sibcall.c (skip_pic_restore): New.
6763         (identify_call_return_value): Use it.
6764
6765 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
6766
6767         * c-tree.texi: Moved here from cp/ir.texi.  Documented nested
6768         functions.  Generalize to handle both C and C++.
6769         * Makefile.in (c-tree.info): New target.
6770         (info): Add c-tree.info.
6771
6772 Sun Sep 24 09:15:48 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6773
6774         * expr.c (store_field): If BITSIZE is negative, use size of type.
6775         (expand_expr, case COMPONENT_EXPR): Likewise.
6776
6777 Sun 24-Sep-2000 11:40:23 BST  Neil Booth  <NeilB@earthling.net>
6778
6779         * cpplex.c: Update TODO comment.
6780         * cpplib.c (do_error, do_warning): Merge common code of
6781         do_error and do_warning into do_diagnostic.  Use it.
6782         (do_diagnostic): New function.
6783         * cpplib.h: Fix comment typo.
6784
6785 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6786
6787         * c-common.c (check_format_info): Warn for a wide character string
6788         used as a non-wide format argument.
6789
6790 2000-09-24  Joseph S. Myers  <jsm28@cam.ac.uk>
6791
6792         * builtins.def (BUILT_IN_LLABS): Add.
6793         * builtins.c (expand_builtin): Also abort on BUILT_IN_LLABS.
6794         * c-common.c (c_common_nodes_builtins): Create builtin functions
6795         __builtin_llabs, and plain llabs unless no_nonansi_builtins
6796         outside of C99 mode.
6797         (expand_tree_builtin): Handle BUILT_IN_LLABS.
6798
6799 Sat 23-Sep-2000 22:39:18 BST  Neil Booth  <NeilB@earthling.net>
6800
6801         * cpphash.h (CPP_RESERVE, CPP_PUTS_Q, CPP_PUTS, CPP_PUTC_Q,
6802         CPP_PUTC, DUMMY_TOKEN, NO_DUMMY_TOKEN): Delete.
6803         * cpplex.c (_cpp_expand_token_space, _cpp_init_toklist,
6804         _cpp_free_toklist): No need to worry about extra dummy token
6805         at the start of token lists any more.
6806         (trigraph_ok): Only warn outside comments.
6807         (skip_block_comment): Set and clear lexing_comment.
6808         (skip_line_comment): Take a cpp_reader not cpp_buffer.
6809         Set and clear lexing_comment.
6810         (parse_number): Handle leading '.' indicated by pfile->seen_dot.
6811         (check_long_token): Delete.
6812         (lex_percent, lex_dot): New subroutines of lex_token to
6813         handle lexing of '.' and '%' without lookback.
6814         (lex_token): Use lex_dot and lex_percent.
6815         (lex_line): Don't check for LIST_OFFSET.
6816         (_cpp_init_input_buffer): Update for new _cpp_init_toklist.
6817         * cpplib.c (_cpp_parse_assertion): Similarly.
6818         (cpp_push_buffer): Initialize extra_char.
6819         * cpplib.h (LIST_OFFSET): Delete.
6820         (struct cpp_buffer): New member extra_char.
6821         (struct lexer_state): New members lexing_comment and seen_dot.
6822
6823 2000-09-23  Jason Merrill  <jason@redhat.com>
6824
6825         * config/rs6000/x-aix41 (CLIB): Define here.
6826         * config/rs6000/t-aix43: Not here.
6827         * config/rs6000/t-aix41: Or here.  Remove.
6828         * configure.in: Don't use it.
6829
6830 2000-09-22  Jason Merrill  <jason@redhat.com>
6831
6832         * configure.in: Add test for HAVE_LD_DWARF_LINKONCE.
6833         * toplev.c: Use it to initialize flag_eliminate_dwarf2dups.
6834         * config.in: Regenerate.
6835
6836         * configure.in: Fix checks for assembler features when using a
6837         one-tree assembler that has not yet been built.
6838         Fix --disable-threads.
6839
6840 2000-09-19  Geoff Keating  <geoffk@cygnus.com>
6841
6842         * stmt.c (expand_asm_operands): Allow # in constraints.
6843
6844 2000-09-22  Jason Merrill  <jason@redhat.com>
6845
6846         * c-lex.c (skip_white_space): Just treat CRs as horizontal whitespace.
6847
6848         * dbxout.c (dbxout_symbol_name): Just use DECL_NAME for
6849         function-local names.
6850
6851 2000-09-22  Brad Lucier <lucier@math.purdue.edu>
6852             Mark Mitchell  <mark@codesourcery.com>
6853
6854         * toplev.c (warn_disabled_optimization): Declare new warning flag.
6855         * flags.h (warn_disabled_optimization): Add it here.
6856         * gcse.c (gcse_main): Add warning when disabled.
6857         * invoke.texi: Document -Wdisabled-optimization.
6858
6859 2000-09-21  Jason Merrill  <jason@redhat.com>
6860
6861         * dwarf2out.c (add_const_value_attribute): Multiply by length, not 4.
6862
6863         * dwarf2out.c (tree_add_const_value_attribute): New fn.
6864         (gen_variable_die): Call it for non-definitions.
6865
6866         * dwarf2out.c (die_struct): Add die_mark field.
6867         (mark_dies, unmark_dies): New fns.
6868         (clear_die_sizes): Remove.
6869         (print_die): Check die_symbol rather than die_offset.
6870         (build_abbrev_table, output_pubnames, output_aranges): Check
6871         die_mark rather than die_offset.
6872         (output_comp_unit): Move calc_die_sizes after build_abbrev_table.
6873         Call mark_dies.
6874
6875 Thu 21-Sep-2000 18:19:05 BST  Neil Booth  <NeilB@earthling.net>
6876
6877         * cppfiles.c (lookup_include_file): Rename to open_file.
6878         Always create a splay tree value, even on syscall failures.
6879         Negative entries indicated by fd == -2.
6880         Re-open files closed in the meantime.
6881         (_cpp_fake_include): Create a negative splay tree entry.
6882         (find_include_file, cpp_read_file): Update for function name
6883         change.
6884         * gcc.gd/cpp/mi4.c: Testcase.
6885
6886 2000-09-21  Nick Clifton  <nickc@redhat.com>
6887
6888         * config/arm/t-arm-elf (MULTILIB_DIRNAMES): Enable multilibs for
6889         ARM and THUMB modes.
6890
6891         * config/mcore/mcore.c: Fix compile time warnings.
6892         * config/mcore/mcore-protos.h: Fix compile time warnings.
6893
6894 2000-09-20  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6895
6896         * configure.in: Correct test of gcc_cv_glibc.
6897         * configure: Rebuilt.
6898         * config.in: Rebuilt.
6899
6900 2000-09-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6901
6902         * builtins.c (expand_builtin_fputs): Also expand when length!=1.
6903         (expand_builtin): Handle BUILT_IN_FWRITE.
6904
6905         * builtins.def (BUILT_IN_FWRITE): New entry.
6906
6907         * c-common.c (c_common_nodes_and_builtins): Declare __builtin_fwrite.
6908
6909 Wed Sep 20 15:39:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6910
6911         * gcc.c (modify_target): New variable and struct.
6912         (process_command): Handle MODIFY_TARGET_NAME.
6913         * tm.texi (MODIFY_TARGET_NAME): Add documentation for new macro.
6914         * config/pa/pa.h (MODIFY_TARGET_NAME): New macro.
6915
6916         * c-decl.c (finish_decl): Add else's to avoid referencing
6917         TYPE_DOMAIN of an ERROR_MARK.
6918
6919 Wed Sep 20 21:44:31 2000  Denis Chertykov  <denisc@overta.ru>
6920
6921         * config/avr/avr.c (adjust_insn_length): Adjust lengths of
6922         `reload_in*' insns.
6923
6924 2000-09-19  Marek Michalkiewicz  <marekm@linux.org.pl>
6925
6926         * config/avr/avr.md (neghi2): Add alternative for input and output
6927         operands in different registers, as in negsi2.
6928         (*negsi2): Remove '*' from the name.  Use "movw" if available.
6929
6930 2000-09-19  Jim Wilson  <wilson@cygnus.com>
6931
6932         * config/ia64/crtbegin.asm (__dso_handle): Delete use of
6933         HAVE_GAS_HIDDEN macro.
6934
6935 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
6936
6937         * cpplex.c (lex_line): Drop the EOF token for unknown
6938         directives in assembler.
6939
6940 2000-09-19  David Edelsohn  <edelsohn@gnu.org>
6941
6942         * configure.in: Allow enable_threads_flag value of "aix".  Define
6943         thread_file as "aix" for AIX 4.3 and above.
6944         * configure: Regenerated.
6945
6946         * gthr-aix.h: New file.
6947
6948         * rs6000/t-aix43: Replace soft-float multilib with pthread.
6949         Remove 403 processor multilib match.  Fix rios2 processor multilib
6950         match.
6951
6952         * rs6000/aix.h (ASM_DECLARE_FUNCTION_NAME): Use function_section
6953         to return to appropriate csect.
6954
6955 2000-09-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6956
6957         * builtins.c (is_valid_printf_arglist, expand_builtin_printf): New
6958         functions.
6959         (expand_builtin_fputs): Set `target' parameter for `expand_expr'.
6960         (expand_builtin): Handle BUILT_IN_PUTCHAR, BUILT_IN_PUTS and
6961         BUILT_IN_PRINTF.
6962
6963         * builtins.def (BUILT_IN_PUTCHAR, BUILT_IN_PUTS, BUILT_IN_PRINTF):
6964         New entries.
6965
6966         * c-common.c (init_function_format_info): Handle __builtin_printf.
6967         Set `check_function_format_ptr'.
6968         (c_common_nodes_and_builtins): Set `puts_ftype' and
6969         `printf_ftype'.  Declare __builtin_putchar, __builtin_puts,
6970         __builtin_printf and printf.
6971
6972         * tree.c, tree.h (check_function_format_ptr): Declare.
6973
6974 Tue 19-Sep-2000 18:26:57 BST  Neil Booth  <NeilB@earthling.net>
6975
6976         * cppfiles.c (read_include_file): Take no special action for
6977         zero-length files.
6978
6979 2000-09-19  Bernd Schmidt  <bernds@redhat.co.uk>
6980
6981         * final.c (insn_current_reference_address): Use INSN_SHUID of seq
6982         rather than that of branch.
6983         (shorten_branches): Don't increment insn_current_address twice.
6984
6985         Undo most of the Wed Jan 27 23:39:53 1999 patch:
6986         * loop.h (struct induction): Delete members derived, ix and last_use.
6987         (struct loop_ivs): Delete members first_increment_giv and
6988         last_increment_giv.
6989         * loop.c (verify_dominator, find_life_end, cmp_recombine_givs_stats,
6990         recombine_givs): Delete functions.
6991         (find_and_verify_loops): Don't initialize cont_dominator.
6992         (strength_reduce): Lose code to try to find bivs that can be
6993         expressed as givs of another biv, and to convert biv increments
6994         into givs.
6995         Lose loop_scan_start variable, always use loop->scan_start.
6996         Don't call recombine_givs.  Don't handle derived givs.
6997         (record_giv): Don't initialize derived and last_use fields.
6998         (biv_eliminiation_giv_has_0_offset): Lose code to handle derived
6999         givs.
7000         * unroll.c (derived_regs): Delete static variable.
7001         (unroll_loop): Don't initialize it.
7002         (copy_loop_body): Lose code to handle derived givs.
7003         (find_splittable_givs): Don't check for givs made from biv
7004         increments.
7005         Don't set derived_regs.
7006
7007         Fix misapplied earlier patch:
7008         * config/sh/sh.md (floatsisf_ie): Reenable.  Remove explicit reference
7009         to fpul.
7010         (floatsisf2): Generate floatsisf_ie by default.
7011         (floatsisf_i4): Conditional on TARGET_SH4.
7012
7013         (floatsisf2, floatsidf2, extendsfdf2): Also use reg_no_subreg_operand
7014         predicate for the expanders.
7015
7016 2000-09-19  Richard Henderson  <rth@cygnus.com>
7017
7018         * config/i386/i386.h (CPP_CPU_SPEC): Define i586 and i686 symbols
7019         in addition to pentium and pentiumpro symbols.
7020         (CPP_CPU_DEFAULT_SPEC): Likewise.
7021
7022         * c-typeck.c (c_expand_asm_operands): Restore the output tree
7023         after expanding.
7024
7025         * stmt.c (expand_expr_stmt): Only call warn_if_unused_value
7026         if the tree has side effects.
7027         (warn_if_unused_value): Do not warn about void constructs.
7028
7029         * c-decl.c (poplevel): Invoke warn_about_unused_variables.
7030
7031         * unroll.c (copy_loop_body): Update LABEL_NUSES before
7032         calling invert_jump.
7033
7034 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
7035
7036         * combine.c (can_combine_p): Don't substitute an ASM_OPERANDS
7037         into anything.
7038
7039 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7040
7041         * Makefile.in (c-common.o): Depend on diagnostic.h.
7042
7043         * c-common.c: Include diagnostic.h.
7044         (tfaff): Delete.
7045         (status_warning): New function.
7046         (check_format_info, maybe_read_dollar_number, check_format_types,
7047         finish_dollar_format_checking, check_function_format): Accept a
7048         `status' parameter.  All callers changed.
7049
7050         * c-common.h (check_function_format): Accept a `status' parameter.
7051
7052         * c-typeck.c: Update call to `check_function_format'.
7053
7054 2000-09-18  Richard Henderson  <rth@cygnus.com>
7055
7056         * c-decl.c (c_expand_body): Call mark_varargs before
7057         expand_function_start.
7058
7059 2000-09-18  Geoff Keating  <geoffk@cygnus.com>
7060
7061         * config/rs6000/eabi-cn.asm: Use /**/ to delimit comments, not #.
7062         * config/rs6000/eabi-ci.asm: Likewise.
7063
7064 2000-09-18  Richard Henderson  <rth@cygnus.com>
7065
7066         * emit-rtl.c (init_emit_once): Initialize const_tiny_rtx
7067         for BImode.
7068
7069 2000-09-18  Jim Wilson  <wilson@cygnus.com>
7070
7071         * unroll.c (loop_iterations): Pass increment to extend_for_giv_value
7072         before passing it to fold_rtx_mult_add.
7073
7074         * unroll.c (final_giv_value): Pass increment through
7075         extend_value_for_giv before passing it to emit_iv_add_mult.
7076
7077         * function.c (fixup_var_refs_1, case ZERO_EXTRACT): If we have a
7078         paradoxical subreg, then directly substitute the replacement and
7079         return.
7080
7081 Mon 18-Sep-2000 22:12:44 BST  Neil Booth  <NeilB@earthling.net>
7082
7083         * cpp.texi: Update documentation, including some clarifications,
7084         the treatment of various newline combinations, and space between
7085         backslash and newline.
7086
7087 Mon Sep 18 21:00:47 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7088
7089         * sdbout.c (PUT_SDB_DEF, PUT_SDB_TAG, PUT_SDB_EPILOGUE_END):
7090         Replace ASM_OUTPUT_LABELREF with assemble_name.
7091
7092 Mon Sep 18 20:26:50 2000  J"orn Rennecke <amylaar@redhat.co.uk>
7093
7094         * sh.c (addsubcosts): CONST is not cheap.
7095         (find_barrier): For Sh1, take alignment after jumps into account.
7096
7097 2000-09-15  Andrew Haley  <aph@redhat.com>
7098
7099         * toplev.c (rest_of_compilation): Call purge_hard_subreg_sets to
7100         remove all SETs of SUBREGs of hard registers.
7101         * function.c (purge_hard_subreg_sets): New function.
7102         (purge_single_hard_subreg_set): New function.
7103         * rtl.h: (purge_hard_subreg_sets): New function.
7104
7105 2000-09-18  Richard Henderson  <rth@cygnus.com>
7106
7107         * config/ia64/ia64-protos.h: Update.
7108         * config/ia64/ia64.c (signed_inequality_operator): New.
7109         (ia64_expand_compare): New.
7110         (ia64_register_move_cost): Handle PR_REGS moves.
7111         (ia64_secondary_reload_class): Require a GR when moving to a PR.
7112         (struct reg_write_state): Add written_by_and/or.
7113         (struct reg_flags): Add is_and/or.
7114         (rws_update): Set them.
7115         (rws_access_regno): Test them to allow parallel comparisons.
7116         (rtx_needs_barrier): Recognize parallel comparisons.
7117         (emit_insn_group_barriers): Set prev_insn after a call stop bit.
7118         Call recog_memoized; ignore pred_rel_mutex.
7119         (emit_predicate_relation_info): Don't call find_basic_blocks here.
7120         (ia64_reorg): Do it here instead.
7121         * config/ia64/ia64.h: s/CCmode/BImode/g
7122         (MODES_TIEABLE_P): Don't tie BImode.
7123         (PREFERRED_RELOAD_CLASS): Do not reload operations into AR regs.
7124         (CONST_COSTS): Pick sensible values for CONST_INT based on context.
7125         (RTX_COSTS): Make multiply 4 insns.
7126         (MEMORY_MOVE_COST): New.
7127         (PREDICATE_CODES): Update.
7128         * config/ia64/ia64.md: s/CCmode/BImode/g
7129         (movcci, movbi): New.
7130         (andbi3, andcmbi3, iorbi3, iorcmbi3, one_cmplbi2): New.
7131         (cmpsi_and_0, cmpsi_and_1, cmpsi_andnot_0, cmpsi_andnot_1): New.
7132         (cmpdi_and_0, cmpdi_and_1, cmpdi_andnot_0, cmpdi_andnot_1): New.
7133         (tbit_and_0, tbit_and_1, tbit_and_2, tbit_and_3): New.
7134         (cmpsi_or_0, cmpsi_or_1, cmpsi_orcm_0, cmpsi_orcm_1): New.
7135         (cmpdi_or_0, cmpdi_or_1, cmpdi_orcm_0, cmpdi_orcm_1): New.
7136         (tbit_or_0, tbit_or_1, tbit_or_2, tbit_or_3): New.
7137         (mulsi, muldi): Use xmpy not xma.
7138         (cmpbi): New.
7139         (movcc, movcc_internal): Remove.
7140         (branch expanders): Use ia64_expand_compare.
7141         (setcc expanders): Likewise.
7142         (cmov insns): Use move_operand and ia64_move_ok.
7143         (pred_rel_mutex): Use unspec not unspec_volatile.  Prevent the
7144         scheduler from moving it past a use.
7145         * config/ia64/build.hacks: Remove.
7146
7147 Mon 18-Sep-2000 19:21:35 BST  Neil Booth  <NeilB@earthling.net>
7148
7149         * cpphash.h (HASHSTEP): Take character rather than pointer
7150         to character.
7151         (_cpp_check_directive, _cpp_check_linemarker): Update prototypes.
7152
7153         * cpphash.c (cpp_loookup): Update for new HASHSTEP.
7154
7155         * cpplex.c (auto_expand_name_space, trigraph_replace,
7156         backslash_start, handle_newline, parse_name, INIT_TOKEN_STR,
7157         IMMED_TOKEN, PREV_TOKEN_TYPE, PUSH_TOKEN, REVISE_TOKEN,
7158         BACKUP_TOKEN, BACKUP_TRIGRAPH, MIGHT_BE_DIRECTIVE,
7159         KNOWN_DIRECTIVE): Delete.
7160
7161         (handle_newline, check_long_token, skip_escaped_newlines,
7162         unterminated): New functions.
7163         (ACCEPT_CHAR, SAVE_STATE, RESTORE_STATE): New macros.
7164
7165         (parse_identifier): Was parse_name, new implementation.
7166         (skip_line_comment, skip_block_comment, skip_whitespace,
7167         parse_number, parse_string, trigraph_ok, save_comment,
7168         adjust_column, _cpp_get_line): New implementations.
7169
7170         (lex_token): New function.  Lexes a token at a time, looking
7171         forwards.  Contains most of the guts of the old lex_line.
7172         (lex_line): New implementation, using lex_token to obtain
7173         individual tokens.
7174         (cpp_scan_buffer): Use the token's line, not the list's line.
7175
7176         * cpplib.c (_cpp_check_directive, _cpp_check_linemarker):
7177          New implementations.
7178         (do_assert): Don't bother setting the answer's list's line.
7179         (cpp_push_buffer): Initialise new pfile and read_ahead members
7180         of struct cpp_buffer.
7181
7182         * cpplib.h (cppchar_t): New typedef.
7183         (struct cpp_buffer): read_ahead, pfile and col_adjust are
7184         new members.
7185         (struct lexer_state): New structure that determines the state
7186         and behaviour of the lexer.
7187         (IN_DIRECTIVE, KNOWN_DIRECTIVE): New macros.
7188         (struct cpp_reader): New member "state". Rename
7189         multiline_string_line and multiline_string_column. Delete
7190         col_adjust, in_lex_line members.
7191         (CPP_BUF_COLUMN): Update.
7192
7193 2000-09-18  Richard Henderson  <rth@cygnus.com>
7194
7195         * combine.c (simplify_comparison): Shift a NOT out of a single
7196         bit test.
7197
7198         * combine.c (if_then_else_cond): Canonicalize BImode true to
7199         STORE_FLAG_VALUE.
7200         * explow.c (trunc_int_for_mode): Likewise.
7201
7202         * combine.c (combine_simplify_rtx): Use gen_unary to distribute
7203         the NOT for De Morgan's rule.
7204         * simplify-rtx.c (simplify_unary_operation): Simplify a BImode NOT
7205         of a comparison to the reverse comparison.
7206
7207         * combine.c (try_combine): Allow split to create a single insn.
7208
7209         * machmode.def: Add BImode.  Add a column for bitsize.
7210         * machmode.h (DEF_MACHMODE): Adjust for extra column.
7211         (GET_MODE_BITSIZE): Use it.
7212         * rtl.c (DEF_MACHMODE): Adjust for extra column.
7213         (mode_bitsize): New.
7214         (mode_mask_array): Use bitsize.
7215         * combine.c (combine_simplify_rtx): Require inner and outer
7216         modes to match on nonzero_bits optimizations.
7217
7218 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
7219
7220         * reload1.c (forget_old_reloads_1): If a hard reg is stored, clear
7221         its entry in spill_reg_store.
7222         * config/sh/lib1funcs.ams (movstr_i4 functions): Always compile in.
7223         * sh.c (reg_no_subreg_operand): New function.
7224         * sh-protos.h (reg_no_subreg_operand): Declare it.
7225         * sh.h (PREDICATE_CODES): Add it.
7226         * sh.md (floatsisf2_i4, floatsidf2_i, extendsfdf2_i4): Use it for
7227         input operand that needs to be in fpul.
7228         (fix_truncsfsi2, fix_truncsfsi2_i4): Use register_operand for output.
7229         * sh.c (find_barrier): Take into account that machine_dependent_reorg
7230         might add new insns.
7231
7232 2000-09-18  Alexandre Oliva  <aoliva@redhat.com>
7233
7234         * config/sh/sh.c (sh_expand_prologue): Mark GOTaddr2picreg as
7235         MAYBE_DEAD.
7236         (sh_expand_epilogue): Take the PIC register into account when
7237         computing the frame size.
7238
7239         * config/sh/sh.c (nonpic_symbol_mentioned_p): Check LABEL_REFs.
7240         * config/sh/sh.md (sym_label2reg, symPLT_label2reg): Protect
7241         LABEL_REFs with a PIC-safe unspec.
7242
7243 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7244
7245         * c-common.c (check_format_info): Properly save the argument
7246         number and parameter for $ operand number formats in case width
7247         and precision arguments are also used.  Allow printf width and
7248         precision arguments to have operand numbers even if none was
7249         specified for the main format, since this is OK for %*.*m.  Only
7250         object to missing $ operand number if the format used requires an
7251         argument.
7252
7253 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7254
7255         * c-common.c (format_char_info): Add 'W' flag to comment.
7256         (print_char_table, scan_char_table): Use it.
7257         (check_format_info): Use the 'W' flag to determine whether a
7258         format argument is written into.
7259
7260 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7261
7262         * c-common.c (check_format_types): Reorganise and clean up,
7263         checking earlier for ERROR_MARKs and making cur_type into its
7264         TYPE_MAIN_VARIANT where convenient.
7265
7266 2000-09-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7267
7268         * gcc.c (cpp_options): Add specs for __STDC_HOSTED__.
7269
7270 2000-09-18  Bernd Schmidt  <bernds@redhat.co.uk>
7271
7272         * optabs.c (emit_libcall_block): Set CONST_CALL_P for the call.
7273
7274         * i386-protos.h (ix86_init_builtins, ix86_expand_builtin): Declare.
7275         * i386.c (struct builtin_description): New.
7276         (bdesc_comi, bdesc_2arg, bdesc_1arg): New arrays.
7277         (mmx_reg_operand): Declare MODE arg as unused.
7278         (ix86_expand_sse_comi, ix86_expand_sse_compare, safe_vector_operand,
7279         ix86_expand_unop1_builtin, ix86_expand_unop_builtin,
7280         ix86_expand_binop_builtin, ix86_expand_store_builtin,
7281         ix86_init_builtins, ix86_expand_builtin): New functions.
7282         * i386.h (ix86_builtins): New enumeration.
7283         (MD_INIT_BUILTINS, MD_EXPAND_BUILTIN): New macros.
7284         * i386.md (attr length_immediate): 0 for mmx/sse types.
7285         (attr prefix_0f): 1 for mmx/sse types.
7286         (setcc_2): Remove "*" so we get gen_setcc_2.
7287         (emms): Account for changed register numbering.  Set "memory" attr
7288         to unknown.
7289         (sfence): Set "memory" attr to unknown.
7290
7291 2000-09-18  Andreas Jaeger  <aj@suse.de>
7292
7293         * configure.in: Define _GNU_SOURCE only when using the GNU C
7294         Library.
7295         * configure: Regenerated.
7296         * config.in: Regenerated.
7297
7298 2000-09-17  Mark Mitchell  <mark@codesourcery.com>
7299
7300         * cppinit.c (cpp_init): Don't use ANSI prototypes.
7301         * flow.c (flow_dump_loop): Likewise.
7302         (flow_loops_dump): Likewise.
7303
7304         * c-typeck.c (c_start_case): Fix typo.
7305
7306 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7307
7308         * c-decl.c (grokdeclarator): Don't give a warning about defaulting
7309         to int for plain complex which defaults to complex double.  Do
7310         warn about defaulting to complex double if pedantic.  Warn about
7311         complex integer types if pedantic.  Warn about complex types if
7312         pedantic and not in C99 mode.
7313         * c-typeck.c (build_unary_op): If pedantic, warn about use of ~
7314         for complex conjugation.
7315
7316 2000-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
7317
7318         * contrib.texi: Update my entry.
7319
7320 Sun Sep 17 18:48:32 2000  Denis Chertykov  <denisc@overta.ru>
7321
7322         * config/avr/avr.md (mcu_enhanced): New attribute.
7323         (mcu_mega): Likewise.
7324         (extendhisi2): Use mcu_enhanced.
7325         (zero_extendhisi2): Likewise.
7326         (call_insn): Use mcu_enhanced and mcu_mega.
7327         (call_value_insn): Likewise.
7328         (*sbrx_branch): Use mcu_mega.
7329         (*sbrx_and_branchsi): Likewise.
7330         (*sbrx_and_branchhi): Likewise.
7331         (*tablejump_lib): Likewise.
7332
7333 Sun Sep 17 10:46:17 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7334
7335         * alias.c (true_dependence): Allow non-unchanging read to conflict
7336         with unchanging write.
7337
7338         * expr.c (store_constructor_field): Accept ALIAS_SET arg.
7339         (store_constructor): Pass alias_set to it.
7340
7341         * c-decl.c (grokdeclarator): Reorder tests to avoid looking at
7342         TYPE_MAIN_VARIANT of ERROR_MARK.
7343         * c-lex.c (readescape): Avoid using printf syntax we don't recognize.
7344
7345         * simplify-rtx.c (simplify_unary_operation): Add cases
7346         FLOAT_EXTEND and FLOAT_TRUNCATE to ones that return 0.
7347
7348 2000-09-17  Bernd Schmidt  <bernds@redhat.co.uk>
7349
7350         * expr.h (emit_library_call, emit_library_call_value): Delete
7351         declarations.
7352         * rtl.h (enum libcall_type): New.
7353         (emit_library_call, emit_library_call_value): Change fn_type arg to
7354         be of type enum libcall_type.
7355         * calls.c: Likewise for the function definitions.  Several callers
7356         throughout changed to use the new enumeration appropriately.
7357         (emit_library_call_value_1): Likewise.  Put back code to make libcall
7358         blocks of equal form, but only use it for the two new higher
7359         enumeration values.
7360
7361 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
7362
7363         Convert the C front-end to use function-at-a-time mode.
7364         * c-common.h: Include splay-tree.h.
7365         (C_DECLARED_LABEL_FLAG): New macro.
7366         (struct language_function): Add x_scope_stmt_stack and
7367         x_function_name_declared_p.
7368         (RECHAIN_STMTS): Move definition.
7369         (lang_statment_code_p): Likewise.
7370         (lang_expand_stmt): Likewise.
7371         (lang_expand_decl_stmt): New variable.
7372         (lang_expand_function_end): Likewise.
7373         (current_scope_stmt_stack): New function.
7374         (add_decl_stmt): Likewise.
7375         (add_scope_stmt): Likewise.
7376         (mark_stmt_tree): Likewise.
7377         (struct c_lang_decl): New structure.
7378         (DECL_SAVED_TREE): Define.
7379         (c_mark_lang_decl): New function.
7380         (c_expand_start_cond): Change prototype.
7381         (c_finish_then): New function.
7382         (c_finish_else): Likewise.
7383         (current_function_name_declared): Remove.
7384         (set_current_function_name_declared): Likewise.
7385         (mark_c_language_function): Declare.
7386         (case_compare): Likewise.
7387         (c_add_case_label): Likewise.
7388         (c_expand_expr): Likewise.
7389         (c_safe_from_p): Likewise.
7390         * c-common.c (lang_expand_function_end): New variable.
7391         (struct if_elt): Add if_stmt.
7392         (c_expand_start_cond): Add the if-statement to the statement-tree,
7393         rather than generating RTL.
7394         (c_finish_then): New function.
7395         (c_expand_start_else): Don't generate RTL.
7396         (c_finish_else): New function.
7397         (c_expand_expr_stmt): Don't generate RTL.
7398         (statement_code_p): Add SCOPE_STMT.
7399         (case_compare): New function.
7400         (c_add_case_label): Likewise.
7401         (mark_stmt_tree): Likewise.
7402         (c_mark_lang_decl): Likewise.
7403         (mark_c_language_function): Likewise.
7404         (c_expand_expr): Likewise.
7405         (c_safe_from_p): Likewise.
7406         * c-decl.c (c_stmt_tree): New variable
7407         (c_scope_stmt_stack): Likewise.
7408         (c_function_name_declared_p): Likewise.
7409         (lang_expand_expr_stmt): Remove.
7410         (poplevel): Don't call output_inline_function for nested
7411         functions.
7412         (pushdecl): Don't set DECL_CONTEXT for a local declaration of an
7413         `extern' function.
7414         (redeclaration_error_message): Change means of computing whether
7415         or not a function is nested.
7416         (lookup_label): Don't call label_rtx.
7417         (init_decl_processing): Add more GC roots.
7418         (start_decl): Add DECL_STMTs to the statement-tree, rather than
7419         calling rest_of_decl_compilation.
7420         (finish_decl): Don't call expand_decl.
7421         (store_parm_decls): Begin the statement-tree, but don't generate
7422         RTL.
7423         (finish_function): Tie off the statement-tree.  Call c_expand_body
7424         if appropriate.
7425         (c_expand_body): New function.
7426         (push_c_function_context): Save more information.
7427         (pop_c_function_contxt): Likewise.
7428         (copy_lang_decl): Now that we use DECL_LANG_SPECIFIC, copy it.
7429         (lang_mark_tree): Mark it.
7430         (current_stmt_tree): Adjust.
7431         (current_scope_stmt_stack): New function.
7432         (do_case): Remove.
7433         (set_current_name_declared): Likewise.
7434         (c_begin_compound_stmt): Define.
7435         (c_expand_decl_stmt): Likewise.
7436         * c-lang.c: Include rtl.h and expr.h.
7437         (lang_init): Set more language-specific hooks.
7438         * c-lex.c: Include expr.h.
7439         * c-parse.in: Changes throughout to add statements to the
7440         statement-tree, rather than generating RTL after every statement.
7441         * c-semantics.c (lang_expand_decl_stmt): Define.
7442         (add_decl_stmt): New function.
7443         (add_scope_stmt): Likewise.
7444         (finish_stmt_tree): Tweak.
7445         (genrtl_expr_stmt): Likewise.
7446         (genrtl_decl_stmt): Handle local labels, and call
7447         lang_expand_decl_stmt if required.
7448         (genrtl_for_stmt): Fix line-number handling.
7449         (genrtl_case_label): Handle cleanups.
7450         (genrtl_asm_stmt): Don't call combine_strings.
7451         (genrtl_compound_stmt): Simplify.
7452         (expand_stmt): Handle SCOPE_STMTs.
7453         * c-tree.h (struct lang_decl): New structure.
7454         (C_DECLARED_LABEL_FLAG): Remove.
7455         (c_begin_compound_stmt): Declare.
7456         (c_expand_decl_stmt): Likewise.
7457         (c_expand_start_case): Rename to c_start_case.
7458         (c_finish_case): New function.
7459         * c-typeck.c (start_init): Tweak setting of
7460         constructor_incremental.
7461         (c_expand_asm_operands): Tweak error-handling.  Add to the
7462         statement-tree.
7463         (c_expand_return): Add to the statement-tree.
7464         (c_expand_start_case): Rename to ...
7465         (c_start_case): ... this.
7466         (struct c_switch): New type.
7467         (switch_stack): New variable.
7468         (do_case): Simplify.
7469         (c_finish_case): New function.
7470         * dependence.c: Include expr.h.
7471         (enum dependence_type): Change spelling of enumerals.
7472         (check_node_dependence): Adjust.
7473         * expr.h (lang_safe_from_p): Declare.
7474         (safe_from_p): Likewise.
7475         * expr.c (lang_safe_from_p): New variable.
7476         (safe_from_p): Give it external linkage.  Use lang_safe_from_p.
7477         * stmt.c (expand_expr_stmt): Avoid clobberring of last_expr_type.
7478         * toplev.c (rest_of_decl_compilation): Robustify.
7479         * tree.c (contains_placeholder_p): Likewise.
7480         * Makefile.in: Update dependencies.
7481         * objc/objc-act.h: Adjust calculation of value for dummy_tree_code.
7482         * objc/objc-act.c: Include rtl.h, expr.h, and c-common.h.
7483         (objc_expand_function_end): New function.
7484         (finish_method_def): Use it.
7485         (init_objc): Initialize more language-specific hooks.
7486         * objc/Make-lang.in: Update dependencies.
7487
7488 2000-09-16  Geoffrey Keating  <geoffk@cygnus.com>
7489
7490         * configure.in: Define macros that affect features before
7491         testing for features.  Don't define _XOPEN_SOURCE.
7492         * configure: Regenerated.
7493         * config.in: Regenerated.
7494
7495 Sat Sep 16 19:42:50 EDT 2000  John Wehle  (john@feith.com)
7496
7497         * rtlanal.c (rtx_varies_p): Volatile asms vary.
7498         (rtx_unstable_p): Restructure code.  Volatile asms
7499         are unstable.
7500
7501 Sat Sep 16 14:35:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7502
7503         * function.h (no_debugging_symbols): New field.
7504         * integrate.c (save_for_inline): Renamed from save_for_inline_nocopy.
7505         Initialize no_debugging_symbols.
7506         (output_inline_function): Save and restore write_symbols and set from
7507         no_debugging_symbols.
7508         * toplev.c (rest_of_compilation): Call save_for_inline.
7509         * tree.h: Update comment.
7510
7511         * stor-layout.c (place_field): Don't do anything if field or
7512         its type are ERROR_MARK.
7513
7514 Sat Sep 16 19:14:00 2000  Laurynas Biveinis <lauras@softhome.net>
7515
7516         * cppfiles.c (purge_cache): Use munmap only if MMAP_THRESHOLD defined.
7517         (read_include_file): Ensure inc->mmaped is initialized.
7518
7519 2000-09-16  Richard Henderson  <rth@cygnus.com>
7520
7521         * cppiles.c (purge_cache): Use PTR not caddr_t.
7522
7523 2000-09-16  Hans-Peter Nilsson  <hp@axis.com>
7524
7525         * gcc.c: In description for %{<S}, say the option removed is -S.
7526         * invoke.texi (Spec Files): Ditto.
7527
7528 2000-09-16  Andreas Jaeger  <aj@suse.de>
7529
7530         * configure.in: Always define _GNU_SOURCE to make interfaces
7531         visible that were hidden by only defining _GNU_SOURCE.
7532         * configure: Regenerated.
7533
7534 Sat 16-Sep-2000 08:13:45 BST  Neil Booth  <NeilB@earthling.net>
7535
7536         * cpplex.c (push_macro_context): Set an argument's level after
7537         calling parse_args.  We could loop infinitely otherwise.
7538
7539 2000-09-15  Tom Tromey  <tromey@cygnus.com>
7540
7541         * configure, config.in: Rebuilt.
7542         * configure.in: Check for iconv.h.  Define _XOPEN_SOURCE.
7543
7544 2000-09-15  Greg McGary  <greg@mcgary.org>
7545
7546         * cppmacro.c (check_trad_stringification): Check token
7547         text pointers against limit before dereferencing.
7548
7549 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
7550
7551         * c-common.c (format_wanted_type): New structure.
7552         (check_format_types): New function.
7553         (check_format_info): Pass all checking of types of format
7554         arguments, including width and precision arguments, to this new
7555         function.
7556
7557 2000-09-15  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7558
7559         * BUGS: Remove file.
7560
7561 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
7562
7563         * config/alpha/alpha.c (override_options): ev6 cache latencies
7564         from Richard Henderson.  Don't allow -mmemory-latency=L0.
7565
7566         * config/alpha/alpha.h (TARGET_CPU_EV5, TARGET_CPU_EV6): Define.
7567         (TARGET_OPTIONS): Add tune=.
7568         (alpha_tune_string): Declare.
7569         * config/alpha/alpha.c (override_options): Add cpu_table.
7570         Use alpha_cpu_string first to set both alpha_cpu and target_flags
7571         and then alpha_tune_string to set alpha_cpu only.
7572         Replace tests for PROCESSOR_EV* with TARGET_CPU_EV* tests.
7573         * config/alpha/elf.h (ASM_FILE_START): Likewise.
7574         * config/alpha/osf.h (ASM_FILE_START): Likewise.
7575         * config/alpha/openbsd.h (ASM_FILE_START): Likewise.
7576
7577 Fri Sep 15 19:45:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7578
7579         * i386-protos.h (no_comparison_operator, uno_comparison_operator):
7580         Remove.
7581         (ix86_comparison_operator, ix86_cc_mode): Declare
7582         * i386.h (CCGC, CCGCO): New modes.
7583         (SELECT_CC_MODE): Move offline to ....
7584         * i386.c (ix86_cc_mode): .... here; use new modes.
7585         (ix86_comparison_operator): New.
7586         (fcmov_comparison_operator): Ensure proper mode.
7587         (put_condition_mode): More sanity checking.
7588         (ix86_match_ccmode): Handle new modes.
7589         (ix86_expand_fp_compare): GEU requires CCmode.
7590         (ix86_expand_strlensi_unroll_1): Use emit_cmp_and_jump_insn instead of
7591         doing it by hand.
7592         * i386.md (cmp?i_ccz_1): Remove
7593         (cmp?i_ccno_1): Use ix86_match_ccmode.
7594         (cmp?i_minus_1): New.
7595         (cmpsi_1): New expander.
7596         (cmpqi_ext_1): Use match_ccmode
7597         (cmpqi_ext_3): New expander.
7598         (cmpqi_ext_3_insn): Rename from cmpqi_ext_3.
7599         (cmpqi_ext_4): Use match_ccmode.
7600         (add?i_?): Use match_ccmode.
7601         (add?i_6): New.
7602         (test?i_ccz_1): Remove
7603         (test?i_1): New.
7604         (testsi_ccno_1, testqi_ccz_1, testqi_ext_ccno_0): New expander.
7605         (testqi_ext_0): Use ix86_match_ccmode.
7606         (*xorqi_cc_ext_1): Use ix86_match_ccmode.
7607         (xorqi_cc_ext_1): New expander.
7608         (shift patterns): Use CCGOCmode for all shifts except for sar.
7609         (setcc_?, jcc_?, miv?icc_nic): Use ix86_comparison_operator.
7610         (setcc_3, jcc_3, miv?icc_c): Remove.
7611
7612 2000-09-15  Will Cohen  <wcohen@redhat.com>
7613
7614         * dwarf2out.c (add_const_value_attribute): Changed array into a
7615         xmalloced object, so it exists after function exit.
7616         (free_AT): Added case for dw_val_class_float to free allocated
7617         memory.
7618
7619 2000-09-15  Kazu Hirata  <kazu@hxi.com>
7620
7621         * config/i386/i386.md: Fix a comment typo.
7622         * gcc.c: Fix formatting.
7623
7624 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
7625
7626         * optabs.c (emit_libcall_block): If target is a user variable,
7627         copy to a temporary first.
7628         * expr.c (convert_move): When generating a libcall, make a libcall
7629         block.
7630         * calls.c (emit_library_call_value_1): Don't create a libcall
7631         sequence here; our caller will in most cases do it.
7632
7633         * sh.h (SECONDARY_INPUT_RELOAD_CLASS): Handle moving T, MACL or
7634         MACH into FPUL.
7635         (SECONDARY_OUTPUT_RELOAD_CLASS): Similar case.
7636         * sh.md (reload_outsf): Generate recognizable patterns for
7637         TARGET_SH3E.
7638         (floatsisf2, floatsisf2_ie, floatsisf2_i4, fix_truncsfsi2,
7639         fix_truncsfsi2_i4, fixsfsi, floatsidf2, floatsidf2_i, fix_truncdfsi2,
7640         fix_truncdfsi2_i, extendsfdf2, extendsfdf2_i4, truncdfsf2,
7641         truncdfsf2_i4): Change not to use explicit references to fpul.
7642         (floatsisf2_ie): Remove USE of fpscr.
7643         (floatsisf2): Change default expansion to match this.
7644         (fix_truncsfsi2_i4_2, fix_truncdfsi2_i4 & splitters): Comment out
7645         unused patterns.
7646
7647 2000-09-15  Richard Henderson  <rth@cygnus.com>
7648
7649         * expmed.c (store_bit_field): Consider naturally aligned
7650         memory for direct reference.
7651
7652 2000-09-15  Richard Henderson  <rth@cygnus.com>
7653
7654         * config/alpha/alpha.c (alpha_expand_unaligned_load): Force all
7655         AND addresses into alias set 0.
7656         (alpha_expand_unaligned_store): Likewise.
7657         (alpha_expand_unaligned_load_words): Likewise.
7658         (alpha_expand_unaligned_store_words): Likewise.
7659
7660 2000-09-15  Bernd Schmidt  <bernds@redhat.co.uk>
7661
7662         * config/sh/sh.h (CPP_SPEC): For -m4-nofpu, define __SH4_NOFPU__.
7663         * config/sh/lib1funcs.asm (movstr_i4): Also compile if __SH4_NOFPU__
7664         is defined.
7665         * config/mips/mips.c (mips_va_arg): Args passed by reference have a
7666         rsize of UNITS_PER_WORD.
7667
7668 Fri 15-Sep-2000 06:49:07 BST  Neil Booth  <NeilB@earthling.net>
7669
7670         * cpplex.c (ON_REST_ARG): Correct the test.
7671         (maybe_paste_with_next): Duplicate a token that fail pasting,
7672         and clear its PASTE_LEFT flag, so that nested pasting attempts
7673         do not occur.
7674
7675 2000-09-14  Richard Henderson  <rth@cygnus.com>
7676
7677         * calls.c (precompute_register_parameters): Use COSTS_N_INSNS, not 2.
7678         * cse.c (rtx_cost): Likewise.
7679         * optabls.c (expand_binop): Likewise.
7680         (expand_twoval_binop, prepare_cmp_insn): Likewise.
7681         * regclass.c (copy_cost): Likewise.
7682         * reload1.c (reload_cse_move2add): Likewise.
7683
7684 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7685
7686         * c-parse.in (reswords): Add _Complex.
7687
7688 2000-09-14  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7689
7690         * gcc.1: Delete documentation for -undef preprocessor option.
7691
7692 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>
7693
7694         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
7695         STARTFILE_SPEC, ENDFILE_SPEC): Remove define.
7696         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
7697         Remove undefine before config/elfos.h.
7698         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Comment out.
7699
7700 2000-09-14  Kazu Hirata  <kazu@hxi.com>
7701
7702         * invoke.texi (H8/300 Options): Add -ms2600.
7703         * config/h8300.c (h8300_init_once): Output an error when -ms2600
7704         is used without -ms.
7705         * config/h8300.h (TARGET_MAC): New.
7706         (TARGET_SWITCHES): Add -ms2600 and -mno-s2600.
7707         (CONDITIONA_REGISTER_USAGE): Disable the mac register on any
7708         machine other than H8/S2600.
7709         * config/h8300.md: Accept mac instructions on the H8/S2600 instead
7710         of the H8/S2000.
7711
7712 2000-09-14  Alexandre Oliva  <aoliva@redhat.com>, Bernd Schmidt  <bernds@redhat.co.uk>
7713
7714         * reload.c (find_reloads_address_1): Generate reloads for auto_inc
7715         pseudos that refer to the original pseudos, not only to their
7716         equivalent memory locations.
7717
7718 Thu Sep 14 12:10:16 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7719
7720         * expr.c (expand_expr, case COMPONENT_EXPR): Copy memory attributes
7721         when making new MEM.
7722
7723         * Makefile.in (LN): Remove duplicate definition.
7724
7725 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7726
7727         From Joern Rennecke:
7728         * local-alloc.c (update_equiv_regs): If there is no REG_EQUAL note
7729         on an insn and function_invariant_p returns nonzero for the source,
7730         add a REG_EQUAL note.
7731
7732 Thu Sep 14 00:51:57 EDT 2000  John Wehle  (john@feith.com)
7733
7734         * alias.c (memrefs_conflict_p): An ADDRESSOF doesn't
7735         conflict with frame_pointer_rtx.
7736
7737 2000-09-13  Kazu Hirata  <kazu@hxi.com>
7738
7739         * loop.c: Fix formatting.
7740         * loop.h: Likewise.
7741
7742 2000-09-13  Richard Henderson  <rth@cygnus.com>
7743
7744         * config/ia64/ia64.md (divsf3): New.
7745         (divsf3_internal_lat, divsf3_internal_thr): New.
7746         (divdf3, divdf3_internal_lat, divdf3_internal_thr): New.
7747         (divtf3, divtf3_internal_lat, divtf3_internal_thr): New.
7748         (adddf3_trunc, subdf3_trunc, muldf3_trunc): New.
7749         (madddf4_trunc, msubdf4_trunc, nmuldf3_trunc): New.
7750         (nmadddf4_alts, nmadddf4_trunc): New.
7751         (addtf3_truncsf, addtf3_truncdf, subtf3_truncsf): New.
7752         (subtf3_truncdf, multf3_truncsf, multf3_truncdf): New.
7753         (multf3_truncsf_alts, multf3_truncdf_alts): New.
7754         (maddtf4_truncsf, maddtf4_truncdf, maddtf4_alts_truncdf): New.
7755         (msubtf4_truncsf, msubtf4_truncdf, nmultf3_truncsf): New.
7756         (nmultf3_truncdf, nmaddtf4_truncsf, nmaddtf4_truncdf): New.
7757         (nmaddtf4_truncdf_alts): New.
7758         (recip_approx): Don't predicate.
7759
7760 2000-09-13  Richard Henderson  <rth@cygnus.com>
7761
7762         * config/ia64/lib1funcs.asm (__divsf3): Protect fnorm.s with p6.
7763
7764 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7765
7766         * flags.h (flag_dump_rtl_in_asm): Declare.
7767         * toplev.c (flag_dump_rtl_in_asm): Define.
7768         (decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
7769         if -dP is specified.
7770         * rtl.h (print_rtx_head): Declare.
7771         * print-rtl.c (print_rtx_head): Define.
7772         (print_rtx): Print the string pointed to by print_rtx_head
7773         at beginning of each dump line.
7774         (print_rtl): Likewise.
7775         (print_rtl_single): Likewise.
7776         * final.c (final_scan_insn): Dump the insn in the assembly
7777         file for debugging.
7778         * gcc.1: Document -dP option.
7779         * invoke.texi (Debugging Options): Likewise.
7780
7781 2000-09-13  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7782
7783         * md.texi (Machine Constraints): Document the 68HC11 constraints.
7784         * install.texi (Configurations): Document the 68HC11&68HC12 port.
7785         * invoke.texi (Option Summary, M68hc1x Options): Document the options.
7786
7787 Tue Sep 12 13:51:13 2000  Denis Chertykov  <denisc@overta.ru>
7788
7789         * config/avr/avr.h (ASSEMBLER_DIALECT): New macro declared.
7790         * config/avr/avr.md (*movstrqi_insn): Cleanup output template.
7791         (*clrstrqi): Likewise.
7792         (xorhi3,xorsi3,absqi2): Likewise.
7793         (one_cmplhi2,one_cmplsi2): Likewise.
7794         (addsi3): Two stupid constraint alternatives removed.
7795         (extendhisi2): Use `movw' for enhanced avr cores.
7796         (zero_extendhisi2): Likewise.
7797
7798 Wed Sep 13 02:31:23 EDT 2000  John Wehle  (john@feith.com)
7799
7800         * alias.c (find_base_term): Use frame_pointer_rtx
7801         when handling an ADDRESSOF.
7802
7803         * cse.c (canon_hash): Handle USE of BLKmode memory.
7804         (cse_insn): Outgoing arguments for a libcall don't
7805         affect any recorded expressions.
7806
7807 2000-09-12  Tom Tromey  <tromey@cygnus.com>
7808
7809         * configure, config.in: Rebuilt.
7810         * configure.in: Check for iconv, nl_langinfo, langinfo.h.
7811
7812 2000-09-12  Jakub Jelinek  <jakub@redhat.com>
7813
7814         * c-lex.c (lex_string): Use charwidth to compute bytemask.
7815         * expr.c (expand_expr): Don't optimize constant array references
7816         initialized with wide string constants.
7817
7818 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
7819
7820         * loop.c (note_set_pseudo_multiple_uses): Correct.
7821
7822 2000-09-12  Jim Wilson  <wilson@cygnus.com>
7823
7824         * ifcvt.c (noce_process_if_block): If A and B are the same, and no
7825         else block, and X has side-effects, then fail.
7826
7827 2000-09-12  Greg McGary  <greg@mcgary.org>
7828
7829         * config/mips/mips-protos.h
7830         (trap_cmp_op, mips_gen_conditional_trap): New func decls.
7831         * config/mips/mips.h (ISA_HAS_COND_TRAP): New macro.
7832         (PREDICATE_CODES): Add "trap_cmp_op".
7833         * config/mips/mips.c
7834         (trap_cmp_op, mips_gen_conditional_trap): New functions.
7835         * config/mips/mips.md (trap, conditional_trap): New patterns.
7836
7837 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7838
7839         * flow.c (try_pre_increment_1): Don't do anything to sets of the stack
7840         pointer.
7841
7842 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7843
7844         * builtins.c (built_in_decls): New array.
7845         (expand_builtin_fputs): New function.
7846         (expand_builtin): Handle BUILT_IN_FPUTC and BUILT_IN_FPUTS.
7847
7848         * builtins.def (BUILT_IN_FPUTC, BUILT_IN_FPUTS): New members.
7849
7850         * c-common.c (c_common_nodes_and_builtins): Handle fputc/fputs.
7851
7852         * tree.h (built_in_decls): New array.
7853
7854 Tue Sep 12 08:53:57 2000  Jeffrey A Law  (law@cygnus.com)
7855
7856         * convex.md: Use "+" instead of "=" for outputs wrapped in a
7857         STRICT_LOW_PART.
7858         * i370.md, i386.md, ns32k.md, sh.md, vax.md: Likewise.
7859
7860 2000-09-12  Kazu Hirata  <kazu@hxi.com>
7861
7862         * haifa-sched.c: Fix formatting.
7863
7864         * genattrtab.c: Fix formatting.
7865
7866         * unroll.c: Fix formatting.
7867
7868 2000-09-12  Bruce Korb  <bkorb@gnu.org>
7869
7870         * fixinc/fixfixes.c: make a type for the fix procedure & use it,
7871         remove obsolete code
7872         * fixinc/fixincl.c: Use PARAMS, not _P_.  Add no-op default to switch.
7873         * fixinc/fixincl.tpl: make non-exported arrays static scope
7874         * fixinc/fixincl.x: regenerate
7875         * fixinc/fixlib.h: Use PARAMS, not _P_
7876         * fixinc/fixtests.c: make a type for the test proc & use it
7877         * fixinc/server.h: Use PARAMS, not _P_
7878
7879 2000-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7880
7881         * c-typeck.c (process_init_element): Avoid union init warnings on
7882         floating point zero.  Don't crash on unions containing structs.
7883
7884 2000-09-12  Alexandre Oliva  <aoliva@redhat.com>
7885
7886         * config/sh/sh.h (PREDICATE_CODES): Add CONST_DOUBLE to
7887         general_movsrc_operand, and remove CONST_INT from
7888         general_movdst_operand.
7889
7890 2000-09-12  Bernd Schmidt  <bernds@redhat.co.uk>
7891
7892         * cse.c (approx_reg_cost): If SMALL_REGISTER_CLASSES, return INT_MAX
7893         if a reference to non-fixed hardreg is seen.  Otherwise, count hard
7894         regs with a higher cost.
7895         (preferrable): Deal with cases where either cost or regcost is
7896         MAX_COST.
7897         (cse_insn): Use MAX_COST rather than 10000.  Always initialize
7898         regcost values.
7899         (COSTS_N_INSNS): Move definition...
7900         * rtl.h: ...here.
7901         (MAX_COST): New macro.
7902         * loop.c (init_loop): Use COSTS_N_INSNS macro instead of hardcoded
7903         constant.
7904
7905 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
7906
7907         * c-common.h (genrtl_clear_out_block): Remove.
7908         * c-semantics.c (genrtl_clear_out_block): Remove.
7909         (genrtl_while_stmt): Don't call it.
7910         (genrtl_for_stmt): Likewise.
7911
7912 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
7913
7914         * cppfiles.c: Move all default-#defines to top of file.
7915         (open_include_file): Replace by lookup_include_file.
7916         (read_with_read, read_file): Merged into read_include_file.
7917         (stack_include_file, purge_cache): New functions.
7918         (close_cached_fd): Delete.
7919         (lookup_include_file, read_include_file, _cpp_pop_file_buffer):
7920         Cache the in-memory buffer, not the file descriptor.
7921
7922         * cpphash.h (struct include_file): Add buffer, st, refcnt,
7923         mapped fields.
7924         (xcnew): New utility macro.
7925         (DO_NOT_REREAD, NEVER_REREAD): Move up by struct include_file.
7926         * cpplib.h (struct cpp_buffer): Remove mapped field.
7927
7928 2000-09-11  Zack Weinberg  <zack@wolery.cumb.org>
7929
7930         * cpplex.c (parse_string): Accept backslash space newline as a
7931         line continuation.
7932         (lex_line): Likewise.
7933         (_cpp_get_token): Remove hard limit on macro nesting.
7934
7935 2000-09-12  Philipp Thomas  <pthomas@suse.de>
7936
7937         * aclocal.m4 (AM_WITH_NLS): Don't force use of included gettext.
7938         * configure: Rebuilt.
7939
7940 2000-09-13  Michael Hayes  <mhayes@cygnus.com>
7941
7942         * flow.c (split_block): Fix update of registers live at
7943         end of split block.
7944
7945 Tue Sep 12 01:51:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7946
7947         * i386.md (add?i_3, add?i_5): New.
7948         (add?i_4): Rename from add?i_3;  Fix compare pattern.
7949         (sub?i_3, xor?i_3, ior?i_3): New.
7950
7951         * genrecog.c (write_tree): Output code to clear insn_extract cache.
7952         * genattrtab.c (write_attr_case): Gen call to extract_insn_cache
7953         instead of extract_insn and extract_constrain_insn_cache instead of
7954         extract_insn and constrain_operands.
7955         * recog.c (extract_insn_cached, extract_constrain_insn_cached):
7956         New functions.
7957         (extract_insn): Clear which_alternative.
7958         (constrain_operands): Set which_alternative to -1 when failed.
7959         * recog.h (extract_constrain_insn_cached, extract_insn_cached):
7960         Declare.
7961
7962 2000-09-11  Matthew Hiller  <hiller@redhat.com>
7963
7964         * config/h8300/h8300.md (movstrictqi): Changed constraint modifier
7965         on operand 0 to '+'.
7966         (movstricthi): Likewise.
7967
7968 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7969
7970         * loop.h (LOOP_IVS): New macro.
7971         (REG_IV_TYPE, REG_IV_INFO): Add ivs argument.
7972         (struct loop_ivs): New.
7973         (struct loop_info): Add ivs field.
7974         (reg_iv_type, reg_iv_info): Delete prototype.
7975         (reg_biv_class, loop_iv_list): Likewise.
7976         * loop.c (record_biv, find_life_end): Pass loop argument.
7977         (reg_iv_type): Remove global array and use
7978         field in loop_regs structure within loop_ivs structure.
7979         (reg_iv_info, reg_biv_class, loop_iv_list): Likewise.
7980         (first_increment_giv, last_increment_giv): Use entry in
7981         loop_ivs structure.
7982         (record_initial): Pass ivs pointer.
7983         * unroll.c (copy_loop_body, remap_split_bivs): Add loop argument.
7984
7985 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7986
7987         * loop.h (LOOP_REGS): New macro.
7988         (struct loop_regs): New.
7989         (struct loop_info): Add regs field.
7990         * loop.c (set_in_loop): Remove global array and store
7991         in loop_regs structure as part of loop_info structure.
7992         (n_times_set, may_not_optimize): Likewise.
7993         (reg_single_usage, moved_once): Likewise.
7994         (count_one_set): Add regs argument.
7995         (combine_movables, rtx_equal_for_loop_p, combine_givs): Likewise.
7996         (set_pseudo_multiple_uses): Pass regs pointer.
7997
7998 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
7999
8000         * unroll.c (iteration_info): Subsume into loop_iterations.
8001         * loop.h (loop_info): New field iv.
8002
8003 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
8004
8005         * basic-block.h (LOOP_TREE, LOOP_PRE_HEADER, LOOP_EDGES): New.
8006         (LOOP_EXITS_DOMS, LOOP_ALL): Likewise.
8007         (flow_loops_update): New prototype.
8008         (flow_loops_find): Add flags to prototype.
8009         (struct loop): Add `pre_header_root' and `pre_header_trace' fields.
8010         * flow.c (flow_loop_pre_header_scan): New.
8011         (flow_loop_dump): Dump pre-header root and trace and exit dominators.
8012         (flow_loop_free): Free pre-header root and trace and exit dominators.
8013         (flow_loops_find): New argument flags.
8014         (flow_loops_update): New function.
8015         * toplev.c (rest_of_compilation): Add flag argument to flow_loops_find.
8016
8017 2000-09-12  Michael Hayes  <mhayes@cygnus.com>
8018
8019         * basic-block.h (split_block, update_bb_for_insn): New prototypes.
8020         * flow.c (split_block, update_bb_for_insn): New functions.
8021
8022 2000-09-11  Richard Henderson  <rth@cygnus.com>
8023
8024         * cse.c (fold_rtx): Honor NO_FUNCTION_CSE.
8025
8026 2000-09-11  Richard Henderson  <rth@cygnus.com>
8027
8028         * config/ia64/ia64-protos.h (fr_nonimmediate_operand): Declare.
8029         * config/ia64/ia64.c (fr_nonimmediate_operand): New.
8030         (ia64_override_options): Prevent optimizing division for both
8031         latency and throughput.
8032         (rtx_needs_barrier): Handle frcpa.
8033         * config/ia64/ia64.h (MASK_INLINE_DIV_LAT): New.
8034         (MASK_INLINE_DIV_THR, TARGET_INLINE_DIV_LAT): New.
8035         (TARGET_INLINE_DIV_THR, TARGET_INLINE_DIV): New.
8036         (TARGET_SWITCHES): Add -minline-divide-min-latency and
8037         -minline-divide-max-throughput.
8038         (PREDICATE_CODES): Update.
8039         * config/ia64/ia64.md (extendsidi2): Remove * from f case.
8040         (zero_extendsidi2): Likewise.  Fix typo in f case insn.
8041         (extendsfdf2): Add cases for gr<->fr and fr<->mem.
8042         (extendsftf2): Likewise.
8043         (extenddftf2): Likewise.
8044         (fix_trunctfdi2_alts): New.
8045         (fixuns_trunctfdi2_alts): New.
8046         (madd*4): Rename from madd*3.
8047         (divsi3, modsi3, udivsi3, umodsi3): New.
8048         (divsi3_internal): New.
8049         (divdi3, moddi3, udivdi3, umoddi3): New.
8050         (divdi3_internal_lat, divdi3_internal_thr): New.
8051         (multf3_alts, maddtf4_alts, nmaddtf4_alts): New.
8052         (recip_approx): New.
8053
8054 2000-09-11  Alexandre Oliva  <aoliva@redhat.com>
8055
8056         * print-rtl.c (debug_call_placeholder_verbose): New variable.
8057         (print_rtx) [CALL_PLACEHOLDER]: Dump all call sequences if it is
8058         set.
8059         * integrate.c (copy_rtx_and_substitute): Don't share
8060         LEAF_REG_REMAPpable registers with the inlined function.  Don't
8061         share the function value with calling sequences.
8062
8063 2000-09-11  Jakub Jelinek  <jakub@redhat.com>
8064
8065         * c-decl.c (do_case): Fix a typo.
8066
8067         * combine.c (simplify_if_then_else): Don't convert a == b ? b : a
8068         to a if the comparison is floating mode and not -ffast-math.
8069         * simplify-rtx.c (simplify_ternary_operation): Likewise.
8070
8071 Mon Sep 11 20:07:48 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8072
8073         * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
8074         gen_ic_invalidate_line.
8075
8076 2000-09-11  Philip Blundell  <pb@futuretv.com>
8077
8078         * config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
8079
8080 Mon Sep 11 10:48:41 2000  Ulrich Drepper <drepper@redhat.com>
8081
8082         * install.texi (LANGUAGES): Update to include new languages.
8083         * INSTALL: Rebuilt.
8084
8085 2000-09-11  DJ Delorie  <dj@redhat.com>
8086
8087         * gcc.c (main): Don't warn about unused -B prefixes
8088         (unused_prefix_warnings): remove
8089
8090 2000-09-11  Kazu Hirata  <kazu@hxi.com>
8091
8092         * final.c: Fix formatting.
8093
8094         * integrate.c: Fix formatting.
8095
8096 2000-09-11  Geoff Keating  <geoffk@cygnus.com>
8097
8098         * alias.c (memrefs_conflict_p): An ADDRESSOF does conflict, sorry.
8099
8100 2000-09-11  Bernd Schmidt  <bernds@redhat.co.uk>
8101
8102         * reload.c (regno_clobbered_p): Fix thinko in previous change.
8103
8104 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8105
8106         * gcc.1: Document 68hc11 specific options.
8107
8108 2000-09-10  Geoff Keating  <geoffk@cygnus.com>
8109
8110         * config/rs6000/sysv4.h (MASK_LONG_DOUBLE_128): Define.
8111         (TARGET_LONG_DOUBLE_128): Define.
8112         (SUBTARGET_SWITCHES): Add -mlong-double-64 and -mlong-double-128.
8113         (LONG_DOUBLE_TYPE_SIZE): Redefine.
8114         (MAX_LONG_DOUBLE_TYPE_SIZE): Define.
8115         (LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Define depending on definition
8116         of __LONG_DOUBLE_128__.
8117         (CPP_SYSV_SPEC): Define __LONG_DOUBLE_128__ if -mlong-double-128
8118         passed.
8119         (CPP_LONGDOUBLE_DEFAULT_SPEC): Define.
8120         (CPP_SYSV_DEFAULT_SPEC): Define.
8121         (SUBTARGET_EXTRA_SPECS): Add cpp_longdouble_default.
8122         (INIT_TARGET_OPTABS): Define.
8123
8124         * config/rs6000/aix.h (RS6000_ITRUNC): Moved from rs6000.h.
8125         (RS6000_UITRUNC): Likewise.
8126         (INIT_TARGET_OPTABS): New macro.
8127         * config/rs6000/rs6000.c (rs6000_trunc_used): Delete.
8128         (trunc_defined): Delete.
8129         (output_prolog): Don't output .extern definitions for fp->int
8130         conversion routines, ASM_OUTPUT_EXTERNAL_LIBCALL will do it.
8131         * config/rs6000/rs6000.h (rs6000_trunc_used): Delete.
8132         (trunc_defined): Delete.
8133         (RS6000_ITRUNC): Moved to aix.h.
8134         (RS6000_UITRUNC): Likewise.
8135         * config/rs6000/rs6000.md (fix_truncdfsi2): Fail if it would
8136         only emit a libcall.
8137         (fixuns_truncdfsi2): Delete.
8138         (trunc_call): Delete.
8139         (trunc_call_rtl): Delete.
8140
8141 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
8142
8143         * varasm.c (make_decl_rtl): Restore leading star on
8144         DECL_ASSEMBLER_NAME set for decls with an asmspec.
8145
8146 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
8147
8148         * c-pragma.c (handle_pragma_pack): Correct parsing logic so it
8149         won't give a spurious error for '#pragma pack()'.  Simplify
8150         control flow for readability.  'reset' action is not necessary.
8151
8152 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
8153
8154         * defaults.h: Provide default definitions for: CHAR_TYPE_SIZE,
8155         SHORT_TYPE_SIZE, INT_TYPE_SIZE, LONG_TYPE_SIZE,
8156         LONG_LONG_TYPE_SIZE, WCHAR_TYPE_SIZE, FLOAT_TYPE_SIZE,
8157         DOUBLE_TYPE_SIZE, LONG_DOUBLE_TYPE_SIZE, and WCHAR_UNSIGNED.
8158
8159         * cppexp.c, dwarfout.c, dwarf2out.c, emit-rtl.c, final.c, optabs.c,
8160         profile.c, sdbout.c, tradcif.y, tree.c:
8161         Include defaults.h if not already included.
8162         Don't define the above macros.
8163
8164         * Makefile.in: Update dependencies.
8165
8166 2000-09-10  Mark Mitchell  <mark@codesourcery.com>
8167
8168         * c-common.h (add_stmt): Change prototype.
8169         (RECHAIN_STMTS): New macro.
8170         (CASE_LABEL_DECL): Likewise.
8171         (genrtl_case_label): Change prototype.
8172         (c_expand_start_case): Remove prototype.
8173         (build_case_label): Change prototype.
8174         (decl_constant_value): Declare.
8175         * c-common.c (check_case_value): Handle C++'s extensions to C
8176         semantics.
8177         * c-commnon.def (CASE_LABEL): Add room for the CASE_LABEL_DECL
8178         field.
8179         * c-parse.in (stmt): Adjust handling of return statements and case
8180         laels.
8181         * c-semantics.c (add_stmt): Return the new statement.
8182         (genrtl_return_stmt): Take the RETURN_STMT as input, not the
8183         returned expression.  Directly generate RTL, rather than calling
8184         c_expand_return.
8185         (genrtl_switch_stmt): Don't call c_expand_start_case.
8186         (build_case_label): Take the LABEL_DECL as input, too.
8187         (genrtl_case_label): Just call add_case_node.
8188         (expand_stmt): Adjust calls to genrtl_return_stmt and
8189         genrtl_case_label.
8190         * c-tree.h (c_expand_start_case): Declare.
8191         * c-typeck.c (decl_constant_value): Give it external linkage.
8192         (c_expand_return): Don't call expand_return or expand_null_return;
8193         use genrtl_return_stmt instead.
8194         * stmt.c (struct nesting): Remove num_ranges field.
8195         (add_case_node): Give it external linkage.
8196         (expand_start_case): Don't set num_ranges.
8197         (expand_start_case_dummy): Don't clear it.
8198         (pushcase): Rely on add_case_node to handle `default' labels.
8199         (add_case_node): Handle `default' labels.
8200         * tree.c (tree_int_cst_compare): New function.
8201         * tree.h (tree_int_cst_compare): Declare.
8202         (add_case_node): Likewise.
8203
8204 2000-09-10  Richard Henderson  <rth@cygnus.com>
8205
8206         * c-parse.in: Revert last change.
8207         (init_reswords): Do not enter disabled keywords into the ridpointers
8208         table, modulo objc weirdness.
8209         (_yylex): Return the canonical spelling for a keyword.
8210
8211 2000-09-10  Philip Blundell  <philb@gnu.org>
8212
8213         * config/arm/arm.h (CPP_ISA_SPEC): Don't define `arm' or `thumb'.
8214         * config/arm/linux-elf.h (CPP_PREDEFINES): Don't define `__arm__'.
8215
8216 Sun Sep 10 14:30:28 EDT 2000  John Wehle  (john@feith.com)
8217
8218         * alias.c (find_base_term): Handle ADDRESSOF.
8219         (memrefs_conflict_p): An ADDRESSOF doesn't conflict.
8220
8221 2000-09-10  Denis Chertykov  <denisc@overta.ru>
8222
8223         * genoutput.c (output_insn_data): Translate <NEWLINE> to \n\ while
8224         outputting templates with many lines.
8225
8226 2000-09-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8227
8228         * libgcc2.h: Use LONG_LONG_TYPE_SIZE instead of MIN_UNITS_PER_WORD
8229         to decide whether 64-bit support must be generated.
8230
8231 2000-09-10  Richard Henderson  <rth@cygnus.com>
8232
8233         * c-parse.in (asm patterns): Fix volatile check.
8234
8235 2000-09-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8236
8237         * cppmacro.c (check_trad_stringification): New function.
8238         (save_expansion): If -Wtraditional, warn about stringification of
8239         macro arguments.
8240
8241 2000-09-11  Michael Hayes  <mhayes@cygnus.com>
8242
8243         * loop.h (struct loop_mem_info): Move from loop.c
8244         (struct loop_info): Add fields store_mems, mems, mems_idx,
8245         mems_allocated, unknown_address_altered,
8246         unknown_constant_address_altered, num_mem_sets, and
8247         first_loop_store_insn.
8248
8249         * loop.c (loop_store_mems): Replace with field in loop_info struct.
8250         (loop_mems, loop_mems_idx, loop_mems_allocated): Likewise.
8251         (unknown_address_altered, unknown_constant_address_altered): Likewise.
8252         (num_mem_sets): Likewise.
8253         (replace_loop_mems, replace_loop_regs): New.
8254         (struct loop_replace_args): New.
8255         (load_mems): Use replace_loop_mems.
8256         (try_copy_prop): Use replace_loop_regs.
8257         (replace_loop_reg, replace_loop_mem): Use loop_replace_args structure.
8258
8259 2000-09-09  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8260
8261         * configure.in: Recognize m6811-elf and m6812-elf.
8262         * configure: Regenerate.
8263
8264 2000-09-09  Geoff Keating  <geoffk@cygnus.com>
8265
8266         * recog.c (validate_replace_rtx_1): Correct MODE parameter in call
8267         to operand_subword.
8268
8269 2000-09-10  Michael Hayes  <mhayes@cygnus.com>
8270
8271         * loop.c (struct movables): New.
8272         (num_movables): Move into struct movables.
8273         (the_movables): Change type to struct movables.
8274         (ignore_some_movables): Change struct movable arg to struct movables.
8275         (force_movables, combine_movables, regs_match_p): Likewise.
8276         (rtx_equal_for_loop_p, move_movables): Likewise.
8277         (scan_loop): Change movables to be of type struct movables.
8278         Replace last_movable with field in movables structure.
8279
8280 2000-09-08  Zack Weinberg  <zack@wolery.cumb.org>
8281
8282         * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.
8283         (init_pragma): Avoid warning if pfile happens to be unused.
8284         * c-pragma.h: Never define HANDLE_GENERIC_PRAGMAS.  Never
8285         define init_pragma to nothing.  Always prototype
8286         init_pragma.  Prototype dispatch_pragma if !USE_CPPLIB.
8287
8288         * c-lex.c (process_directive): Always call dispatch_pragma.
8289         Initialize entering_c_header to 0.
8290
8291 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8292
8293         * config/m68hc11/m68hc11.md: New file, machine description for
8294         68HC11 & 68HC12.
8295         * config/m68hc11/m68hc11.h: New file, definitions for 68HC11 & 68HC12.
8296         * config/m68hc11/m68hc11.c: New file, functions for 68HC11 & 68HC12.
8297         * config/m68hc11/m68hc12.h: New file, definitions for 68HC12.
8298         * config/m68hc11/m68hc11-protos.h: New file.
8299         * config/m68hc11/m68hc11-crt0.S: New file, startup code.
8300         * config/m68hc11/t-m68hc11-gas: New file, makefile fragment.
8301         * config/m68hc11/xm-m68hc11.h: New file, target defs.
8302         * config/m68hc11/larith.asm: New file, libgcc routines.
8303
8304 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
8305
8306         * Makefile.in (DPBIT_FUNCS): Add _usi_to_df.
8307         (FPBIT_FUNCS): Add _usi_to_sf.
8308         * config/fp-bit.c (usi_to_float): New function.
8309         * config/fp-bit.h (L_usi_to_sf, L_usi_to_df): Define.
8310         (usi_to_float): Add appropriate #define.
8311
8312 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
8313
8314         * i386-protos.h (sse_comparison_operator, mmx_reg_operand): Declare
8315         new functions.
8316         * i386.c (sse_comparison_operator, mmx_reg_operand): New functions.
8317         * i386.md (attr "type"): Add sse and mmx types.
8318         (attr "memory"): Handle them without a crash.
8319         (movsi_1, movdi_2): Allow MMX regs.
8320         (movdi splits): Don't split moves involving MMX regs.
8321         (setcc_4): Remove '*' from pattern name so we get a gen_setcc4.
8322         (movv4sf_internal, movv4si_internal, movv8qi_internal,
8323         movv4hi_internal, movv2si_internal, movv8qi, movv4hi, movv2si,
8324         movv4sf, movv4si, pushv4sf, pushv4si, pushv8qi, pushv4hi, pushv2si,
8325         sse_movaps, sse_movups, sse_movmskps, mmx_pmovmskb, mmx_maskmovq,
8326         sse_movntv4sf, sse_movntdi, sse_movhlps, sse_movlhps, sse_movhps,
8327         sse_movlps, sse_loadss, sse_movss, sse_storess, sse_shufps,
8328         addv4sf3, vmaddv4sf3, subv4sf3, vmsubv4sf3, mulv4sf3, vmmulv4sf3,
8329         divv4sf3, vmdivv4sf3, rcpv4sf2, vmrcpv4sf2, rsqrtv4sf2, vmrsqrtv4sf2,
8330         sqrtv4sf2, vmsqrtv4sf2, sse_andti3, sse_nandti3, sse_iorti3,
8331         sse_xorti3, maskcmpv4sf3, maskncmpv4sf3, vmmaskcmpv4sf3,
8332         vmmaskncmpv4sf3, sse_comi, sse_ucomi, sse_unpckhps, sse_unpcklps,
8333         smaxv4sf3, vmsmaxv4sf3, sminv4sf3, vmsminv4sf3, cvtpi2ps, cvtps2pi,
8334         cvttps2pi, cvtsi2ss, cvtss2si, cvttss2si, addv8qi3, addv4hi3,
8335         addv2si3, ssaddv8qi3, ssaddv4hi3, usaddv8qi3, usaddv4hi3, subv8qi3,
8336         subv4hi3, subv2si3, sssubv8qi3, sssubv4hi3, ussubv8qi3, ussubv4hi3,
8337         mulv4hi3, smulv4hi3_highpart, umulv4hi3_highpart, mmx_pmaddwd,
8338         mmx_iordi3, mmx_xordi3, mmx_anddi3, mmx_nanddi3, mmx_uavgv8qi3,
8339         mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw, mmx_pshufw,
8340         eqv8qi3, eqv4hi3, eqv2si3, gtv8qi3, gtv4hi3, gtv2si3, umaxv8qi3,
8341         smaxv4hi3, uminv8qi3, sminv4hi3, ashrv4hi3, ashrv2si3, lshrv4hi3,
8342         lshrv2si3, mmx_lshrdi3, ashlv4hi3, ashlv2si3, mmx_ashldi3,
8343         mmx_packsswb, mmx_packssdw, mmx_packuswb, mmx_punpckhbw,
8344         mmx_punpckhwd, mmx_punpckhdq, mmx_punpcklbw, mmx_punpcklwd,
8345         mmx_punpckldq, emms, sfence, ldmxcsr, prefetch, stmxcsr, sse_clrti,
8346         mmx_clrdi): New patterns.
8347
8348 2000-09-08  Richard Earnshaw  <rearnsha@arm.com>
8349
8350         * arm.c: Don't include tm.h directly.
8351
8352 Fri Sep  8 14:34:56 MET DST 2000  Jan Hubicka  <jh@suse.cz>
8353
8354         * recog.c (validate_replace_rtx_1): Fix confusion about equality
8355         testing; simplify subregs of constants and nested subregs.
8356
8357 2000-09-08  Alexandre Oliva  <aoliva@redhat.com>
8358
8359         * config/sh/sh.md (symPLT_label2reg): Use operand3 for PIC reg.
8360
8361 2000-09-08  Bernd Schmidt  <bernds@redhat.co.uk>
8362
8363         * combine.c (combine_simplify_rtx): Try to simplify VEC_SELECT of a
8364         VEC_CONCAT.
8365         * rtl.texi (description of USE): Add note about possible pitfalls
8366         with this rtx.
8367         From Richard Henderson:
8368         * reload1.c (choose_reload_regs): Compute need_mode properly.
8369
8370 2000-09-07  Richard Henderson  <rth@cygnus.com>
8371
8372         * config/ia64/lib1funcs.asm (__divsi3): Use .s1 for frcpa.
8373         (__modsi3, __umodsi3): Likewise.
8374         (__udivsi3): Likewise.  Normalize the TFmode values.
8375
8376 2000-09-07  Geoff Keating  <geoffk@cygnus.com>
8377
8378         * config/rs6000/sol-c0.c (_start): Declare `termfunc' parameter
8379         with a prototype.
8380         * config/rs6000/rs6000.h (RS6000_ARG_SIZE): Use cast to suppress
8381         warning.
8382
8383 Fri Sep  8 03:26:38 2000  J"orn Rennecke <amylaar@redhat.co.uk>
8384
8385         * sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): Remove.
8386         (cmpeqdi_t): Add output pattern.
8387         (cmpeqdi_t+1): Don't split when not optimizing.
8388         Restore proper splitting operation.
8389
8390 2000-09-07  Richard Henderson  <rth@cygnus.com>
8391
8392         * c-lex.c (process_directive): If not HANDLE_GENERIC_PRAGMAS,
8393         do not call dispatch_pragma.
8394
8395 2000-09-07  Jim Wilson  <wilson@cygnus.com>
8396
8397         * reload.c (push_reload): Use CLASS_CANNOT_CHANGE_MODE_P in addition
8398         to CLASS_CANNOT_CHANGE_MODE.
8399         * config/ia64/ia64.h (CLASS_CANNOT_CHANGE_MODE_P): True only if the
8400         mode classes are different.
8401
8402 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
8403
8404         * cpplib.h (struct cpp_options): Add user_label_prefix member,
8405         left out of commit which removed cppulp.c.
8406
8407 2000-09-07  Richard Henderson  <rth@cygnus.com>
8408
8409         * bb-reorder.c (fixup_reorder_chain): Add jump in new block
8410         after switch for CASE_DROPS_THROUGH.
8411
8412 2000-09-07  Richard Henderson  <rth@cygnus.com>
8413
8414         * loop.c (strength_reduce): Call check_ext_dependant_givs.
8415         Properly extend the biv initial value for the giv.
8416         (record_biv): Zero ext_dependant.
8417         (record_giv): New argument ext_val.  Update all callers.
8418         (general_induction_var): Likewise.
8419         (consec_sets_giv): Likewise.
8420         (simplify_giv_expr): Likewise.  Fill in ext_val if we find
8421         a sign-extend, zero-extend, or truncate.
8422         (combine_givs_p): Make sure modes are compatible.
8423         (check_ext_dependant_givs): New.
8424         (extend_value_for_giv): New.
8425         * loop.h (struct induction): Add ext_dependant.
8426         * unroll.c (iteration_info): Extend the biv initial value for the giv.
8427         (find_splittable_givs): Likewise.
8428         (final_giv_value): Likewise.
8429
8430 2000-09-07  Zack Weinberg  <zack@wolery.cumb.org>
8431
8432         * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if
8433         REGISTER_TARGET_PRAGMAS is defined.  Duplicate some
8434         definitions from cpplib.h.
8435         * cpplib.h: Don't typedef struct cpp_reader if c-pragma.h has
8436         already done it.
8437         * tm.texi: Document HANDLE_PRAGMA as no longer supported.  Add
8438         documentation for REGISTER_TARGET_PRAGMAS.
8439
8440         * c-lex.c: Include cpplib.h before c-pragma.h.  Define a
8441         default-pragma callback to implement -Wunknown-pragmas if
8442         USE_CPPLIB.
8443         * c-parse.in: Move all includes to top of file.
8444         * c-pragma.c: Include cpplib.h before c-pragma.h.  Include
8445         tm_p.h.
8446         (dispatch_pragma): Put the namespace in the -Wunknown-pragmas
8447         warning.
8448         (init_pragma): If REGISTER_TARGET_PRAGMAS is defined, call it.
8449
8450         * arm.h, arm-protos.h, arm.c,
8451           c4x.h, c4x-protos.h, c4x.c,
8452           h8300.h, h8300-protos.h, h8300.c,
8453           i370.h, i370-protos.h, i370.c,
8454           i960.h, i960-protos.h, i960.c,
8455           sh.h, sh-protos.h, sh.c,
8456           v850.h, v850-protos.h, v850.c: Convert HANDLE_PRAGMA-based
8457         pragmata scheme to use REGISTER_TARGET_PRAGMAS instead.
8458
8459         * d30v.h: Don't mention HANDLE_PRAGMA in comment.  Add
8460         multiple include guard.
8461         * i370.md (untyped_call): Use GEN_CALL.
8462         (umodsi3): Remove unused variable.
8463         * sh/elf.h: Don't undef HANDLE_SYSV_PRAGMA.
8464         * v850.c (output_move_single, output_move_double): Constify
8465         return value.
8466         (print_operand): Constify a char *.
8467         * v850.h (struct small_memory_info): Constify name member.
8468
8469 2000-09-07  Kazu Hirata  <kazu@hxi.com>
8470
8471         * config/h8300.h: Fix comment typos.
8472         * config/h8300/h8300.md: Likewise.
8473         * config/h8300/lib1funcs.asm: Likewise.
8474
8475 Thu 07-Sep-2000 21:29:00 BST  Neil Booth  <NeilB@earthling.net>
8476
8477         * Makefile.in: Remove references to cppulp.{c,o}.
8478         * cppinit.c (initialize_builtins, cpp_start_read,
8479         cpp_handle_option): Update to use cpp_options structure.
8480         * cppulp.c: Remove.
8481
8482 2000-09-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8483
8484         * c-common.c (time_char_table): Allow %#b and %#h.
8485
8486 2000-09-07 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8487
8488         * reorg.c (find_end_label): If the basic block reorder pass moves the
8489         return insn to some other place try to locate it again and put our
8490         end_of_function_label there.
8491         * reorg.c (relax_delay_slots): Check if find_end_label created a
8492         new label that invalidates the current optimazation.
8493
8494 2000-09-07  Catherine Moore  <clm@redhat.com>
8495
8496         * unroll.c (unroll_loop): Check for unconditional jumps
8497         to loop continuation.  Delete if n_iterations is 1.
8498         (ujump_to_loop_cont): New routine.
8499
8500 2000-09-07  Bernd Schmidt  <bernds@redhat.co.uk>
8501
8502         * rtl.c (class_narrowest_mode): Add entries for MODE_VECTOR_INT and
8503         MODE_VECTOR_FLOAT.
8504         * reload.c (regno_clobbered_p): Accept new arg, MODE, and use it
8505         to handle multiword modes correctly.  All callers and the declaration
8506         changed.
8507
8508 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8509
8510         * c-common.h (prep_stmt): Declare.
8511         (lang_expand_stmt): Likewise.
8512         * c-decl.c (lang_expand_stmt): Remove.
8513         * c-semantics.c (lang_expand_stmt): Define.
8514         (prep_stmt): New function.
8515         (expand_stmt): Handle common statement types here.
8516
8517 2000-09-07  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>, Alexandre Oliva  <aoliva@redhat.com>
8518
8519         * configure.in (sh-*-linux*): Added.
8520         * configure: Rebuilt.
8521         * config/sh/t-linux: New file.
8522         * config/sh/sh.h (USERMODE_BIT): Define.
8523         (TARGET_USERMODE): Likewise.
8524         (TARGET_SWITCHES): New switches for the bits above.
8525         (INITIALIZE_TRAMPOLINE): Call __ic_invalidate in USERMODE.
8526         * config/sh/linux.h: New file.
8527         * config/sh/lib1funcs.asm (GLOBAL): Don't prefix symbols with
8528         underscore on linux.
8529         (L_sdivsi3, L_udivsi3): Define for linux.
8530         (L_ic_invalidate): Define.
8531         * invoke.texi (SH Options): Document -musermode.
8532
8533 2000-09-07  Alexandre Oliva  <aoliva@redhat.com>
8534
8535         * config/sh/sh.h (OVERRIDE_OPTIONS): Don't disable function
8536         CSE unless generating PIC.
8537
8538         * config/sh/sh.md (symPLT_label2reg): Force the initialization of
8539         the PIC register.
8540
8541 2000-09-06  H.J. Lu  (hjl@gnu.org)
8542
8543         * Makefile.in (clean_s1): Depend on stage_b.
8544         (clean_s2): Depend on stage_d. Don't remove $(VOL_FILES) in
8545         stage2. They are used for "make compare".
8546
8547 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8548
8549         Move statement-tree facilities from C++ to C front-end.
8550         * c-common.h (c_tree_index): Add CTI_VOID_ZERO.
8551         (void_zero_node): New macro.
8552         (struct stmt_tree_s): New type.
8553         (stmt_tree): New typedef.
8554         (struct language_function): New type.
8555         (last_tree): New macro.
8556         (last_expr_type): Likewise.
8557         (walk_tree_fn): New typedef.
8558         (current_stmt_tree): New function.
8559         (begin_stmt_tree): Likewise.
8560         (add_stmt): Likewise.
8561         (finish_stmt_tree): Likewise.
8562         (statement_code_p): Likewise.
8563         (lang_statement_code_p): New variable.
8564         (walk_stmt_tree): New function.
8565         (STMT_IS_FULL_EXPR_P): New macro.
8566         * c-common.c (lang_statement_code_p): New variable.
8567         (c_common_nodes_and_builtins): Initialize void_zero_node.
8568         (statement_code_p): New function.
8569         (walk_stmt_tree): Likewise.
8570         * c-decl.c (language_function): Rename to ...
8571         (c_language_function): ... this.  Include language_function.
8572         (push_c_function_context): Adjust accordingly.
8573         (pop_c_function_context): Likewise.
8574         (mark_c_function_context): Likewise.
8575         (current_stmt_tree): Define.
8576         * c-semantics.c (begin_stmt_tree): New function.
8577         (add_stmt): Likewise.
8578         (prune_unused_decls): Likewise.
8579         (finish_stmt_tree): Likewise.
8580
8581 2000-09-06 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
8582
8583         * flow.c (insn_dead_p): Detect dead memory stores with auto increments.
8584
8585 2000-09-06  Kazu Hirata  <kazu@hxi.com>
8586
8587         * calls.c: Fix formatting.
8588
8589 2000-09-06  Graham Stott  <grahams@cygnus.co.uk>
8590
8591         * config/i386/i386.h (ADDRESS_COST): Fix typo.
8592
8593 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8594
8595         Integrated preprocessor.
8596
8597         * Makefile.in: Remove all references to c-parse.gperf,
8598         c-gperf.h, and c-parse.h.  Remove -d from yacc command line
8599         generating c-parse.c.  Update dependencies.
8600         * c-parse.gperf, c-gperf.h: Delete.
8601
8602         * c-common.c: Don't define parse_options, cpp_token, yy_cur,
8603         yy_lim, or yy_get_token.  Don't define get_directive_line if
8604         USE_CPPLIB.
8605         * c-common.h: Add multiple include guard.  Define RID values
8606         for every keyword in C, C++, and Objective C.  Put all the
8607         modifiers first.
8608         (struct c_fileinfo, get_fileinfo, dump_time_statistics): New.
8609         * c-decl.c (c_decode_option): Handle -lang-objc here.
8610         (print_lang_identifier): Handle C_IS_RESERVED_WORD case.
8611         (grokdeclarator): Adjust for new RID scheme.
8612         (extract_interface_info): New stub.
8613         * c-lang.c: Don't declare yy_cur or parse_options.
8614         (lang_init_options): Call cpp_init.  Don't call
8615         cpp_options_init.
8616         (lang_init): Don't call check_newline if USE_CPPLIB.
8617
8618         * c-lex.c: Don't include c-parse.h.  Do include timevar.h.
8619         Elide lots of unnecessary code if USE_CPPLIB.  Delete code
8620         rendered unnecessary by new architecture.  Move routines not
8621         shared with C++ to c-parse.in.  Maintain a local idea of the
8622         line number.    Handle C++ as well as C.
8623         [USE_CPPLIB]: Declare and register callbacks for #ident and
8624         for entering/leaving files.
8625         (init_c_lex, c_lex): Are now the entry points to this file.
8626         (check_newline): Break out directive handling to
8627         process_directive.
8628         (read_ucs, is_extended_char, utf8_extend_token): Moved here
8629         from C++ front end.
8630         (readescape, parse_float): Overhaul.
8631         (lex_number, lex_string, lex_charconst): Break out of c_lex
8632         (n'ee yylex).
8633         (get_fileinfo, update_header_times, dump_one_header,
8634         dump_time_statistics): New and/or moved here from C++.
8635         Support per-file data needed by C++ and per-header timing
8636         statistics (C++ only, at the moment).
8637         * c-lex.h: Update prototypes.  Add multiple include guard.
8638         * c-tree.h (struct lang_identifier): Add rid_code field.
8639         (C_IS_RESERVED_WORD, C_RID_CODE): New.
8640
8641         * c-parse.in: Include c-pragma.h. Remove unnecesary calls to
8642         reinit_parse_for_function and/or position_after_white_space.
8643         (save_filename, save_lineno): Look ahead before saving.
8644         (label -> identifier ':'): Save file and line before shifting ':'.
8645         (reservedwords): No need to call get_identifier.
8646         (init_parse, finish_parse, yyerror, yylex, yyprint,
8647         make_pointer_declarator): Are now here for C/ObjC.
8648         (rid_to_yy): Conversion table from RID constants to Yacc codes.
8649
8650         * c-pragma.c: Rewrite parsing logic to fit with cpplib's
8651         #pragma registry.  Provide dummy implementation of that
8652         interface if !USE_CPPLIB.
8653         * c-pragma.h: Update to match.
8654
8655         * flags.h: Add multiple include guard.
8656         (flag_detailed_statistics): Moved here from C++.
8657         * toplev.c: Define flag_detailed_statistics.
8658
8659         * gcc.c (C specs): Use %(trad_capable_cpp) for -E|-M|-MM case
8660         #if USE_CPPLIB.
8661         * timevar.def (TV_CPP, TV_LEX): New.
8662         * timevar.h: Add multiple include guard.
8663
8664         * objc/lang-specs.h: Use %(trad_capable_cpp) for -E|-M|-MM case
8665         #if USE_CPPLIB.
8666         * objc/objc-act.c: Don't mention yy_cur or parse_options.
8667         Initialize cpplib properly.  Force lineno to 0 after first
8668         call to check_newline.  Don't handle -lang-objc here.
8669         Move forget_protocol_qualifiers and remember_protocol_qualifiers here.
8670
8671 2000-09-06  David Edelsohn  <edelsohn@gnu.org>
8672
8673         * rs6000.md: Correct function unit definitions for cr_logical and
8674         mtjmpr.
8675         (sCOND): Additionally fail for sgt, slt, sge, sle if !TARGET_POWER
8676         and use portable method for >=0 and floating point >=.  Remove
8677         associated matchers.
8678
8679 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
8680
8681         * extend.texi: Mark named return value extension as deprecated.
8682
8683 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
8684
8685         * config/rs6000/rs6000.c (rs6000_reverse_condition): Return
8686         the result.
8687
8688 2000-09-06  Gabriel Dos Reis  <gdr@codesourcery.com>
8689
8690         * toplev.c (display_help): Fix thinko in documentation.
8691
8692         * diagnostic.h (output_buffer::indent_skip): New fields.
8693         (output_indentation): New macro.
8694
8695         * diagnostic.c (output_indent): New function.
8696         (output_set_prefix, clear_diagnostic_info): Use.
8697         (output_emit_prefix): Predict future indentation.
8698
8699 2000-09-06  DJ Delorie  <dj@redhat.com>
8700
8701         * Makefile.in (stage_*): add more dependencies to ensure parallel
8702         builds build correctly
8703
8704 2000-09-06  Manfred Hollstein  <manfredh@redhat.com>
8705
8706         * Makefile.in (bootstrap-lean): Depend on bootstrap-lean_g,
8707         not bootstrap-lean_f.
8708
8709 2000-09-06  Andreas Schwab  <schwab@suse.de>
8710
8711         * mklibgcc.in: Emit rule for libgcc-stage-start.
8712         * Makefile.in (stage1-start, stage2-start, stage3-start,
8713         stage4-start): Don't handle libgcc here, use libgcc.mk instead.
8714
8715 2000-09-06  Bernd Schmidt  <bernds@redhat.co.uk>
8716
8717         * local-alloc.c (local_alloc): Ignore CLASS_LIKELY_SPILLED.
8718         (update_equiv_regs): Likewise, except for the mn10200 kludge.
8719         (combine_regs): Likewise.
8720
8721         * Makefile.in (cse.o): Depend on $(BASIC_BLOCK_H).
8722         * cse.c: Include "basic-block.h".
8723         (struct table_elt): New field REGCOST.
8724         (CHEAP_REG): Delete macro.
8725         (COST): Return 0 for REGs.
8726         (approx_reg_cost_1, approx_reg_cost, preferrable): New functions.
8727         (notreg_cost): Return 0 for appropriate SUBREGs.
8728         (COSTS_N_INSNS): Return N * 2.
8729         (rtx_cost): Return 0 for REGs, and use cost of nested rtx for cheap
8730         SUBREGs.
8731         (CHEAPER): Use new function preferrable.
8732         (insert): Initialize REGCOST member.
8733         (find_best_addr): Use approx_reg_cost for estimation of register
8734         usage.
8735         (cse_insn): Likewise.
8736         * loop.c (iv_add_mult_cost): New function.
8737         (add_cost, shift_cost, mult_cost): Delete variables.
8738         (init_loop): Don't initialize add_cost; reduce copy_cost by half.
8739         (strength_reduce): Use iv_add_mult_cost instead of fixed add_cost.
8740         Make code that detects autoinc opportunities slightly less optimistic.
8741         (simplify_giv_expr): If expression contains other reg that is also a
8742         giv, only increment benefit if this is the only use of that reg.
8743         (consec_sets_giv): Take that change into account.
8744         (combine_givs): Slightly more verbose output.
8745
8746         * i386.h (RTX_COSTS): For MULT, return true cost of multiplication,
8747         not the cost of an equivalent shift.
8748         * sh-protos.h (addsubcosts): Declare.
8749         * sh.c (addsubcosts): New function.
8750         * sh.h (CONST_COSTS): If CONST_OK_FOR_I, then return 0.
8751         (RTX_COSTS): Tweak.  Use addsubcosts.
8752         (ADDRESS_COST): Return higher cost for reg+reg addressing.
8753
8754 2000-09-06  Geoff Keating  <geoffk@cygnus.com>
8755
8756         * config/rs6000/rs6000.c (validate_condition_mode): New function.
8757         (branch_comparison_operator): Call validate_condition_mode to
8758         abort rather than returning 0.
8759         (branch_positive_comparison_operator): New function.
8760         (scc_comparison_operator): Call validate_condition_mode to abort
8761         rather than returning 0.
8762         (ccr_bit): Call validate_condition_mode.  Update for
8763         new branch scheme.
8764         (print_operand): Delete %C modifier.  Update %E case
8765         to use EQ bit not SO bit.
8766         (rs6000_reverse_condition): New function.
8767         (rs6000_generate_compare): New function.
8768         (rs6000_emit_sCOND): New function.
8769         (rs6000_emit_cbranch): New function.
8770         (output_cbranch): The length of a long branch insn is
8771         now only 8 bytes.  Add validate_condition_mode.  Use
8772         rs6000_reverse_condition.  Remove cror generation.
8773
8774         * config/rs6000/rs6000.h: Update comments.
8775         (PREDICATE_CODES): Add new predicate.  Update codes used
8776         by branch_comparison_operator and scc_comparison_operator.
8777         * config/rs6000/rs6000-protos.h: Add prototypes for
8778         new external functions.
8779         * config/rs6000/rs6000.md: Add new scheduling parameters
8780         for cr_logical instructions.  Change length of branch
8781         instructions.
8782         (bCOND patterns): Call rs6000_emit_cbranch.
8783         (sCOND patterns): Call rs6000_emit_sCOND.
8784         (branch patterns): Change lengths to 4.
8785         (cr logical patterns): New.
8786
8787 2000-09-06  Richard Henderson  <rth@cygnus.com>
8788
8789         * config/i386/i386.md (call_pop): Fix test for setting
8790         current_function_uses_pic_offset_table.
8791         (call, call_value_pop, call_value): Likewise.
8792
8793 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
8794
8795         * timevar.c (timevar_add): Delete.
8796         (timevar_get): Also count time since the selected timer was
8797         last updated.  Do not examine the timevar stack if the
8798         selected timer is standalone.
8799
8800 2000-09-05  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8801
8802         * gthr-dce.h (__gthread_objc_mutex_deallocate): Free mutex->backend.
8803
8804 2000-09-05  Jason Merrill  <jason@redhat.com>
8805
8806         * c-decl.c (finish_incomplete_decl): Don't call complete_array_type
8807         for 'extern' arrays.
8808
8809 2000-09-05  Richard Henderson  <rth@cygnus.com>
8810
8811         * config/ia64/lib1func.asm (__divtf3): Rebundle for Itanium.
8812         Eliminate final copy from non-trapping case.
8813         (__divdf3, __divsf3): Likewise.
8814
8815 2000-09-05  Richard Henderson  <rth@cygnus.com>
8816
8817         * config/ia64/ia64.md (mulhi3): Fix typo last change.
8818         * config/ia64/lib1func.asm (__divdi3, __udivdi3, __umodsi3): Likewise.
8819
8820 2000-09-03  Donn Terry  <donn@interix.com>,  Laurynas Biveinis  <lauras@softhome.net>
8821
8822         * Makefile.in: Restructure bootstrap stages to allow clean
8823         restart after failure.
8824
8825 2000-09-05  Richard Henderson  <rth@cygnus.com>
8826
8827         * config/ia64.md (movsi and movdi patterns): Allow moves from
8828         8-bit constants to AR registers.
8829
8830 2000-09-05  Richard Henderson  <rth@cygnus.com>
8831
8832         * config/ia64/ia64.md (mulhi3): New.
8833
8834 2000-09-05  Richard Henderson  <rth@cygnus.com>
8835
8836         * config/ia64/ia64.h (INIT_TARGET_OPTABS): Remove.
8837         * config/ia64/lib1funcs.asm (__divdi3): Update from Intel IA-64
8838         Optimization Guide, minimum latency alternative.
8839         (__moddi3, __udivdi3, __umoddi3): Likewise.
8840         (__divsi3, __modsi3, __udivsi3, __umodsi3): Likewise.
8841
8842 2000-09-05  Bruce Korb  <bkorb@gnu.org>
8843
8844         * fixinc/fixincl.c (load_file): always read header files
8845         with sizes that are a multiple of the page size.
8846         & use libiberty's getpagesize for determining that.
8847
8848 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
8849
8850         * gcse.c (hash_string_1): Add prototype.
8851         * cse.c (canon_hash_string): Likewise.
8852
8853 2000-09-04  Craig Newell  <CraigN@ieee.org>
8854
8855         * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it.
8856
8857 2000-09-04  Andreas Schwab  <schwab@suse.de>
8858
8859         * Makefile.in (STAGESTUFF): Remove libgcc.
8860         (stage1-start, stage2-start, stage3-start): Copy the contents of
8861         the libgcc directory explicitly.
8862         (mostlyclean): Clean libgcc.
8863
8864 2000-09-04  Andrew Haley  <aph@redhat.com>
8865
8866         * dwarf2out.c: (stack_adjust_offset): New prototype.
8867
8868 Wed Jan  1 00:23:59 MET 1997  Jan Hubicka  <jh@suse.cz>
8869
8870         * combine.c (make_extraction): Fix rtx_cost comparison to
8871         match the comment.
8872
8873 Wed Jan  1 00:17:32 MET 1997  Jan Hubicka  <jh@suse.cz>
8874
8875         * i386.md (pushsi2, pushhi2, pophi2, swapsf, swapdf,
8876         umulsi3_highpart, smulsi3_highpart, testqi_ccno_1, xorqi_ext_1):
8877         Add '*' to insn pattern name.
8878
8879 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
8880
8881         * cpplex.c (ON_REST_ARG): Check VAR_ARGS flag of current context,
8882         use posn - 1 to index into tokens array.
8883         (maybe_paste_with_next): Adjust caller.
8884
8885 2000-09-03  Geoff Keating  <geoffk@cygnus.com>
8886
8887         * invoke.texi: Document the -mvxworks option for rs6000 ELF.
8888
8889         * config/rs6000/rs6000.h: Update various comments about XER_REGNO.
8890         (REGNO_REG_CLASS): Use symbolic register
8891         names.
8892
8893 2000-09-03  Richard Earnshaw  <rearnsha@arm.com>
8894
8895         * arm.c (final_prescan_insn): If the form of a jump insn isn't
8896         recognized, don't try to conditionally execute it.
8897
8898 Sun Sep  3 13:10:56 2000  Denis Chertykov  <denisc@overta.ru>
8899
8900         * config/avr/avr.md ("*tablejump_lib"): New pattern.
8901         (call_value_insn): Right length claculation.
8902         (call_insn): Likewise.
8903
8904 2000-09-02  Marek Michalkiewicz  <marekm@linux.org.pl>
8905
8906         * config/avr/avr-protos.h, config/avr/avr.c (unique_section,
8907         gas_output_limited_string, gas_output_ascii, output_movqi,
8908         output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
8909         out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
8910         out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
8911         ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
8912         lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
8913         out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
8914         Add "const" as needed to remove warnings.
8915
8916         * config/avr/avr.c (avr_override_options, avr_init_once,
8917         function_prologue, function_epilogue, frame_pointer_required_p,
8918         class_likely_spilled_p, order_regs_for_local_alloc,
8919         avr_address_cost, avr_ret_register): Use K&R style arguments.
8920         (initial_elimination_offset, gas_output_limited_string):
8921         Remove ATTRIBUTE_UNUSED from the used arguments.
8922         (output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
8923         Use local variables src, dest, base to access operands[].
8924         Rename reg_dest to reg_src if that's what it is.
8925         (output_movhi, output_movsisf): Optimize loading 8-bit immediate
8926         constants to LD_REGS if reg_was_0.
8927         (output_reload_insisf): Change arg 3 to insn length and set it.
8928         (out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
8929         access to 16-bit I/O register pairs.
8930         (avr_address_cost): Lower cost for the above case.
8931         (out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
8932         may be clobbered, also for LD_REGS.
8933         (adjust_insn_length): Correct insn length for iorhi3 and iorsi3
8934         with a CONST_INT.
8935
8936         * config/avr/avr.h (PTRDIFF_TYPE): Make signed.
8937
8938         * config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
8939         macro to test_hard_reg_class function.
8940         (*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
8941         for loading immediate constants to LD_REGS.
8942         (andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
8943
8944
8945 Sat Sep  2 13:58:23 2000  Marek Michalkiewicz <marekm@linux.org.pl>
8946
8947         * config/avr/avr.md ("*negsi2"): substitute %@ to __zero_reg__
8948         * config/avr/libgcc.S: Lost part of the previous patch.
8949
8950 2000-08-31  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
8951
8952         * gthr-dce.h (__gthread_objc_mutex_allocate): Create a pthread_mutex_t
8953         object before calling pthread_mutex_init.
8954
8955 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>
8956
8957         * config/sh/t-elf, config/sh/crt1.asm, config/sh/crti.asm,
8958         config/sh/crtn.asm: New files.
8959         * config/sh/t-sh (EXTRA_MULTILIB_PARTS): Set.
8960         (crt1.o, crti.o, crtn.o): New targets.
8961         * configure.in [sh-*-elf*, sh-*-rtemself*] (tmake_file): Added
8962         sh/t-elf.
8963         * configure: Rebuilt.
8964         * config/sh/sh.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP,
8965         STARTFILE_SPEC, ENDFILE_SPEC, CRT_CALL_STATIC_FUNCTION): Define.
8966         * config/sh/elf.h (INIT_SECTION_ASM_OP, FINI_SECTION_ASM_OP):
8967         Undefine for config/elfos.h to redefine.
8968         (STARTFILE_SPEC, ENDFILE_SPEC): Redefine after config/elfos.h.
8969
8970 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
8971
8972         * config/sh/sh-protos.h (nonpic_symbol_mentioned_p,
8973         legitimize_pic_address, output_pic_addr_const): Declare.
8974         * config/sh/sh.h (CONDITIONAL_REGISTER_USAGE): Fix PIC register.
8975         (PREFERGOT_BIT, TARGET_PREFERGOT): Likewise.
8976         (TARGET_SWITCHES): New switch -mprefergot.
8977         (OVERRIDE_OPTIONS): Set flag_no_function_cse unless -mprefergot.
8978         (PIC_OFFSET_TABLE_REGNUM): Define.
8979         (GOT_SYMBOL_TABLE): Likewise.
8980         (LEGITIMIZE_ADDRESS): Use legitimize_pic_address.
8981         (ENCODE_SECTION_INFO): Define.
8982         (FINALIZE_PIC): New macros.
8983         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST_P): New macro.
8984         (ASM_OUTPUT_INT, ASM_OUTPUT_SHORT): Use output_pic_addr_const.
8985         * config/sh/sh.c (print_operand_address): Use output_pic_addr_const.
8986         (prepare_move_operands): Call emit_pic_move or
8987         emit_pic_const_move if appropriate.
8988         (output_far_jump): For PIC, use braf and output long offset.
8989         (machine_dependent_reorg):
8990         (sh_expand_prologue): Save and initialize the PIC register.
8991         (sh_expand_epilogue): Restore it.
8992         (initial_elimination_offset): Account for it.
8993         (nonpic_symbol_mentioned_p): New function.
8994         (legitimize_pic_address): Likewise.
8995         (output_pic_addr_const): Likewise.
8996         * config/sh/sh.md (calli_pcrel, call_valuei_pcrel): New insns.
8997         (call, call_value): Use them.
8998         (GOTaddr2picreg, sym_label2reg, symGOT2reg, symGOTOFF2reg,
8999         symPLT_label2reg): New expands.
9000         * invoke.texi (SH Options): Document -mprefergot.
9001
9002 2000-09-01  Alexandre Oliva  <aoliva@redhat.com>
9003
9004         * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.
9005         * gcse.c (hash_string_1): New function.
9006         (hash_expr_1) <ASM_OPERANDS>: Disregard filename and line number.
9007         (expr_equiv_p) <ASM_OPERANDS>: Likewise.
9008         * cse.c (rtx_cost): Don't increase the cost of ASM_OPERANDS.
9009         (canon_hash_string): New function.
9010         (canon_hash) <ASM_OPERANDS>: Disregard filename and line number.
9011         (exp_equiv_p) <ASM_OPERANDS>: Likewise.
9012         (fold_rtx): Use ASM_OPERANDS accessor macros.
9013         * emit-rtl.c (copy_insn_1): Likewise.
9014         * integrate.c (copy_rtx_and_substitute): Likewise.
9015         * stmt.c (expand_asm_operands): Likewise.  Give an
9016         ASM_OPERANDS rtx the mode of the output reg being set from it.
9017
9018 2000-09-01  Fred Fish  <fnf@be.com>
9019
9020         * fix-header.c (write_rbrac): Add putc and getc to list of
9021         functions to protect against prior definition as a macro.
9022
9023 2000-09-01  Joseph S. Myers  <jsm28@cam.ac.uk>
9024
9025         * c-common.h (enum c_tree_index): Add CTI_C_SIZE_TYPE.
9026         (c_size_type_node): Define.
9027         * c-decl.c (init_decl_processing): Initialize c_size_type_node.
9028         * c-common.c (enum format_lengths, enum format_std_version,
9029         format_length_info, format_type_detail, BADLEN, NOLENGTHS,
9030         format_kind_info, printf_length_specs, scanf_length_specs, T89_I,
9031         T99_I, T89_L, T99_LL, TEX_LL, T89_S, T89_UI, T99_UI, T89_UL,
9032         T99_ULL, TEX_ULL, T89_US, T89_F, T99_F, T89_D, T99_D, T89_LD,
9033         T99_LD, T89_C, T99_SC, T99_UC, T89_V, T94_W, TEX_W, T94_WI,
9034         TEX_WI, T99_ST, T99_SST, T99_PD, T99_UPD, T99_IM, T99_UIM,
9035         format_types): Define.
9036         (format_char_info, print_char_table, scan_char_table,
9037         time_char_table): Rearrange for new organization of information
9038         about format length modifiers and standard versions.
9039         (T_ST): Redefine to use c_size_type_node.
9040         (check_format_info): Obtain information about length modifiers and
9041         standard versions from tables.  Adjust warning message wordings.
9042         Use the name from the user's program for `ll' and `hh' length
9043         modifiers in warning messages.  Use more informative names for
9044         wanted types where available (for wchar_t, wint_t, size_t, signed
9045         size_t, ptrdiff_t, unsigned ptrdiff_t, intmax_t and uintmax_t).
9046
9047 2000-09-01  Jim Wilson  <wilson@cygnus.com>
9048
9049         * calls.c (emit_call_1): Add REG_NORETURN note to call if ECF_NORETURN.
9050         * combine.c (distribute_notes): Handle REG_NORETURN.
9051         * rtl.c (reg_note_name): Add REG_NORETURN.
9052         * rtl.h (enum reg_note): Likewise.
9053
9054         * config/ia64/ia64-protos.h (emit_safe_across_calls): Renamed from
9055         ia64_file_start.
9056         * config/ia64/ia64.c (emit_safe_across_calls): Likewise.
9057         (rtx_needs_barrier): Handle unspec_volatile 8 and 9.
9058         (emit_predicate_relation_info): Handle conditional calls with
9059         REG_NORETURN.
9060         * config/ia64/ia64.h (ASM_FILE_START): Call emit_safe_across_calls
9061         instead of ia64_file_start.
9062         * config/ia64/sysv4.h (ASM_FILE_START): Likewise.
9063         * config/ia64/ia64.md (safe_across_calls_all,
9064         save_across_calls_normal): New patterns.
9065
9066         * loop.c (check_final_value): Check for biv use before checking for
9067         giv use.  Check for both biv and giv uses.  Always set last_giv_use
9068         if there is a giv use.
9069
9070 2000-09-01  Richard Henderson  <rth@cygnus.com>
9071
9072         * config/ia64/ia64.md (mulsi3): Use grfr_register_operand.
9073         (madddi3): Likewise.
9074         (maddsi3): New.
9075
9076 Fri Sep  1 10:59:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9077
9078         * expr.c (clear_storage): Don't use emit_move_insn unless
9079         either BLKmode or proper size.
9080         (store_constructor): Don't call clear_storage if REG of wrong size.
9081
9082         * flow.c (init_propagate_block_info): Don't mark frame dead at end
9083         of function if returns wiht stack pointer depressed.
9084
9085 2000-09-01  Andrew Haley  <aph@redhat.com>
9086
9087         * dwarf2out.c (stack_adjust_offset): New function.
9088         (dwarf2out_stack_adjust): Break out stack adjust logic into
9089         new stack_adjust_offset function.  Look inside parallels and
9090         sequences for stack adjustments.
9091
9092 2000-08-31  Jeff Law <law@cygnus.com>
9093
9094         * arm.md: Use no_new_pseudos to determine when it is safe
9095         to create new pseudo registers.
9096
9097         * arm.c (legitimize_pic_address): Use no_new_pseudos to determine
9098         when we can safely allocate new registers.
9099
9100 2000-08-31  Geoffrey Keating  <geoffk@cygnus.com>
9101
9102         * stmt.c (expand_asm_operands): Twiddle generating_concat_p
9103         so that CONCATs are not generated for ASMs.
9104         * emit-rtl.c (gen_reg_rtx): Don't generate CONCATs when
9105         not generating_concat_p.
9106         * function.c (pop_function_context_from): Reset
9107         generating_concat_p.
9108         (prepare_function_start): Likewise.
9109         * rtl.c (generating_concat_p): Define.
9110         * rtl.h (generating_concat_p): Declare.
9111         * toplev.c (rest_of_compilation): No CONCATs after RTL generation.
9112
9113 2000-08-22  Philipp Thomas  <pthomas@suse.de>
9114             Masanobu Yuhara <yuhara@flab.fujitsu.co.jp>
9115
9116         * gmicro.h (TARGET_SWITCHES): Add descriptions and mark them
9117         for translation.
9118
9119 2000-08-30  Greg McGary  <greg@mcgary.org>
9120
9121         * Makefile.in (fixinc.sh): Pass CC, CFLAGS and LDFLAGS to mkfixinc.sh
9122         * fixinc/Makefile.in (fixincl): Pass $(LDFLAGS) to $(CC).
9123         * fixinc/mkfixinc.sh: Pass $CC, $CFLAGS and $LDFLAGS to $MAKE.
9124
9125 2000-08-30  Greg McGary  <greg@mcgary.org>
9126
9127         * tree.h (struct tree_int_cst): Wrap low and high in a sub-struct.
9128         (TREE_INT_CST_LOW, TREE_INT_CST_HIGH): Access through sub-struct.
9129         (TREE_INT_CST): New macro.
9130         * varasm.c (const_hash, compare_constant_1, record_constant_1):
9131         Use new macro TREE_INT_CST.
9132
9133 Wed 30-Aug-2000 23:18:59 BST  Neil Booth  <NeilB@earthling.net>
9134
9135         * contrib.texi: Add self.
9136
9137 2000-08-30  Alexandre Oliva  <aoliva@redhat.com>
9138
9139         * config/sh/sh.md (cmpeqsi_ior_t, cmpeqsi_and_t): New insns.
9140         (cmpeqdi_t splitter): Use cmpeqsi_and_t instead of emitting jumps
9141         and labels.
9142
9143 2000-08-30  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9144
9145         * fixinc/gnu-regex.c: Don't define `const'.
9146
9147 Tue Aug 29 22:09:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9148
9149         * expr.c (store_constructor): Allow variable bounds of array type.
9150         (expand_expr): Don't blow up if type is ERROR_MARK.
9151         * varasm.c (output_constructor): Don't access lower bound of array
9152         type unless need it if index is supplied (so it can be a variable
9153         if no index is supplied).
9154         Use tree_low_cst; use HOST_WIDE_INT for sizes; change BITPOS to POS.
9155         Other minor cleanups.
9156
9157 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9158
9159         * Makefile.in: Revamp handling of cflags to allow different WARN_CFLAGS
9160         for compilations in stage 1 and subsequent stages, respectively.
9161         * configure.in (vax): Add compiler-dependent CFLAGS for stage 1.
9162         * configure: Rebuilt.
9163         * x-vax, x-vax-gcc: Deleted.
9164
9165 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9166
9167         * c-common.c (declare_function_name): Use func_id_node,
9168         function_id_node, and pretty_function_id_node.  Do not make
9169         __func__ visible at file scope.
9170         * c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
9171         CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
9172         (function_id_node, pretty_function_id_node, func_id_node): New
9173         macros.
9174         * c-decl.c (init_decl_processing): Initialize function_id_node,
9175         pretty_function_id_node, and func_id_node.
9176         (c_make_fname_decl): Correct comment.
9177
9178         * tree.h (struct tree_identifier): Constify pointer member.
9179
9180         * c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
9181         * c-pragma.h (struct weak_syms): Constify name and value members.
9182         (add_weak): Constify arguments.
9183
9184         * calls.c (special_function_p): Constify a char *.
9185         (expand_call): Remove variable which is initialized and then
9186         never used.
9187         * dependence.c (struct def_use, struct induction, struct subscript):
9188         Constify 'variable' member.
9189         (get_low_bound, have_induction_variable): Constify char * argument.
9190         (find_induction_variable): Add braces to avoid dangling else.
9191         (classify_dependence): Constify char * arrays.
9192         * profile.c (output_func_start_profiler): Constify a char *.
9193         * stor-layout.c (finalize_record_size): Constify a char *.
9194         * tree.c (is_attribute_p): Constify a char *.
9195         * varasm.c (add_weak, remove_from_pending_weak_list): Constify argument.
9196
9197         * varasm.c (make_function_rtl, make_decl_rtl): Rearrange code
9198         for comprehensibility.  Do not call get_identifier if we did
9199         not change the DECL_ASSEMBLER_NAME of the decl.  Use alloca to
9200         create temporary string constants, not ggc_alloc_string.  No
9201         need to copy result of ASM_FORMAT_PRIVATE_NAME.  Use const
9202         char * to hold IDENTIFIER_POINTERs.
9203
9204 2000-08-29  Richard Henderson  <rth@cygnus.com>
9205
9206         * config/ia64/ia64.md (muldi3): Use grfr_register_operand
9207         for the inputs.
9208
9209 2000-08-29  Richard Henderson  <rth@cygnus.com>
9210
9211         * reload.c (push_secondary_reload): Allow class == reload_class
9212         if we're using a reload_in/out pattern.
9213
9214         * config/ia64/ia64.md (reload_inti): Use a TImode scratch.  Use
9215         the half that does not conflict with the reload register.
9216         (reload_outti): Likewise.
9217
9218 2000-08-29  Kazu Hirata  <kazu@hxi.com>
9219
9220         * reload.c: Fix formatting.
9221
9222         * stmt.c: Fix formatting.
9223
9224         * gcc.c: Fix formatting.
9225
9226 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9227
9228         * flags.h (time_report, mem_report): New global flags.
9229         * toplev.c: Define time_report and mem_report.
9230         (f_options): Add -ftime-report and -fmem-report.
9231         (compile_file): Turn on time_report if quiet_flag is off.
9232         Call ggc_print_statistics at very end if mem_report is on.
9233         * timevar.c (TIMEVAR_ENABLE): Examine time_report, not quiet_flag.
9234
9235         * ggc-common.c (ggc_print_statistics): Rename to
9236         ggc_print_common_statistics; all callers changed.  Scale
9237         quantities above 10K to kilobytes and above 10M to megabytes.
9238         * ggc-page.c (ggc_page_print_statistics): Rename to
9239         ggc_print_statistics.  Report memory consumed by internal data
9240         structures for each allocation bucket.  Scale quantities above
9241         10K to kilobytes and above 10M to megabytes.
9242         * ggc-simple.c: Prototype debug_ggc_tree to avoid warning.
9243         Cast PTR_KEY(p) to unsigned long in fprintf call to avoid warning.
9244         Define tally_leaves always.
9245         (ggc_print_statistics): New function.
9246         * ggc.h: Adjust for renamed functions.
9247
9248 Wed Aug 30 00:11:42 2000  Denis Chertykov  <denisc@overta.ru>
9249
9250         * config/avr/avr.md ("*movsf","*movsi"): Pass NULL to
9251         output_movsisf instead of which_alternative.
9252
9253         * config/avr/avr.c (output_reload_inhi): Check for NULL ponter.
9254
9255 Tue Aug 29 22:29:58 2000  Denis Chertykov  <denisc@overta.ru> & Marek Michalkiewicz <marekm@linux.org.pl>
9256
9257         * config/avr/avr-protos.h: (avr_output_ascii) Removed.
9258         (avr_progmem_p): New prototype.
9259         (output_movsisf): Prototype declaration changed.
9260         (output_movqi): New prototype.
9261         (output_movhi): New prototype.
9262         (call_insn_operand): Likewise.
9263         (final_prescan_insn): Likewise.
9264         (avr_simplify_comparision_p): Likewise.
9265         (avr_normalize_condition): Likewise.
9266         (compare_eq_p): Likewise.
9267         (out_shift_with_cnt): Likewise.
9268         (const_int_pow2_p): Likewise.
9269         (output_reload_inhi): Prototype declaration changed.
9270
9271         * config/avr/avr.c: (debug_hard_reg_set): Prototype declared.
9272         (ldi_reg_rtx): New. rtx for r31.
9273         (avr_init_stack): Initialize as "__stack".
9274         (function_prologue): Use it.
9275         Replace all TARGET_ENHANCED with AVR_ENHANCED.
9276         (avr_mcu_name): Initialize as "avr2".
9277         (avr_enhanced_p, avr_mega_p): New variables.
9278         (mcu_types, avr_override_options): Handle all known MCU types.
9279         Also handle avr1 (only preprocess, assemble and link).
9280         (print_operand): Using of `%K' in output template removed.
9281         (out_movqi_r_mr): Optimized.
9282         (out_movhi_r_mr): Likewise.
9283         (output_movqi): New function.
9284         (output_movhi): Likewise.
9285         (out_movsi_r_mr): Optimized.
9286         (output_movsisf): Compute insn length for `adjust_insn_length'
9287         (out_movqi_mr_r): Optimized.
9288         (out_movhi_mr_r): Optimized.
9289         (adjust_insn_length): Use output_movsisf, output_movqi,
9290         output_movhi for insn length adjusting.
9291         (reg_unused_after): Use dead_or_set_p.
9292         (preferred_reload_class): Now havn't any restriction.
9293         (reg_was_0): New function.
9294         (io_address_p): Likewise.
9295         (const_int_pow2_p): Likewise.
9296         (output_reload_inhi): Likewise.
9297         (output_reload_insisf): Likewise.
9298
9299         * config/avr/avr.h (MULTILIB_DEFAULTS): Define.
9300         (LIB_SPEC): Use -lc for all supported devices.
9301         (LIBGCC_SPEC): Use -lgcc for all supported devices.
9302         (AVR_MEGA): Define as avr_mega_p.
9303         (AVR_ENHANCED): New, define as avr_enhanced_p.
9304         (TARGET_SWITCHES): Remove -menhanced, now handled by -mmcu=...
9305         (CPP_SPEC, LINK_SPEC): Handle all known MCU types.
9306         (CRT_BINUTILS_SPECS): Handle all known MCU types.
9307         Rename gcrt1-*.o to make file names unique on 8.3 filesystems.
9308         (EXTRA_SPECS): Add CPP_AVR[1-5]_SPEC.
9309         (ASM_SPEC): Pass -mmcu=... to the assembler.
9310         Change all -DAVR_* to -D__AVR_*__.
9311         (INIT_TARGET_OPTABS), config/avr/libgcc.S:
9312         Rename library functions to start with two underscores.
9313         (ASM_OUTPUT_COMMON): Outputs `.comm VAR,VAR-SIZE,1' to avoid
9314         alignment.
9315         (ASM_WEAKEN_LABEL): Declared for __attribute__((weak)).
9316         (SUPPORTS_WEAK): Likewise.
9317         (LDI_REG_REGNO): New. Register r31 will be used as temporary
9318         register for loading constants to r0-r14.
9319
9320         * config/avr/avr.md: Replace all TARGET_ENHANCED with
9321         AVR_ENHANCED.
9322         (*mov_r_sp): Removed. Handled by output_movhi.
9323         (*mov_sp_r): Likewise.
9324         (*mov_sp_r_no_interrupts): Likewise
9325         (*mov_sp_r_tiny): Likewise.
9326         (*movqi): Use output_movqi.
9327         (*reload_inqi): New.
9328         (*movhi): Use output_movhi.
9329         (*reload_inhi): New.
9330         (*negsi2): Optimized.
9331         (*negsf2): Likewise.
9332         Added peepholes (define_peephole2) for loading constants to r0-r14
9333         and for using `cpse' command.
9334
9335         * config/avr/libgcc.S: Rename library functions to start with two
9336         underscores.
9337         Add support for enhanced core.
9338         (_moqhi3): Fix typo, now _modqi3.
9339         (__divsi_raw): Use __zero_reg__ as loop counter, smaller by 1 word.
9340         (__prologue_saves__): Remove test for stack adjust by 0.
9341         (__tablejump__): New.
9342
9343         * config/avr/t-avr: Build libgcc2 with -mcall-prologues.
9344         Add multilib support.
9345
9346 Tue Aug 29 15:17:54 EDT 2000  John Wehle  (john@feith.com)
9347
9348         * loop.c (prescan_loop): Don't check unknown_address_altered
9349         when deciding if insert_loop_mem is safe.  Add BLKmode MEMs
9350         to loop_store_mems as necessary.
9351         (loop_invariant_p): Don't check unknown_address_altered
9352         or unknown_constant_address_altered.
9353
9354 2000-08-29  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9355
9356         * vax.md (sltu, sgeu): Delete sltu and sgeu insn patterns.
9357
9358 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9359
9360         * cpperror.c (print_file_and_line): If line is (unsigned int)-1,
9361         print just the filename.
9362         * cpplex.c (_cpp_run_directive): Add additional argument, the
9363         name to give the synthetic buffer.  This defaults to
9364         translated "<command line>".
9365         * cpplib.c (cpp_define, cpp_undef, cpp_assert, cpp_unassert):
9366         Adjust to match.
9367         (_cpp_define_builtin): New function.
9368         * cppinit.c (initialize_builtins): Use _cpp_define_builtin.
9369         * cpphash.h: Update prototypes.
9370
9371         * tradcpp.c (main): Process -D and -U simultaneously, in the
9372         order they appeared on the command line.
9373
9374 2000-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9375
9376         * c-decl.c (define_label): Call warning_with_file_and_line and
9377         error_with_file_and_line instead of plain warning or error.
9378
9379         * c-parse.in (label): Use save_filename/save_lineno to ensure
9380         correct values for calls to define_label.
9381
9382 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
9383
9384         * calls.c (expand_call): Don't create a VAR_DECL just to throw it
9385         away.
9386         * expr.c (expand_expr, case TARGET_EXPR): Don't call
9387         mark_addressable.
9388         * tree.h (get_file_function_name): Remove two duplicate
9389         declarations.
9390
9391 2000-08-28  Kazu Hirata  <kazu@hxi.com>
9392
9393         * tree.c: Fix formatting.
9394
9395         * xcoffout.c: Fix formatting.
9396
9397 2000-08-28  Jason Merrill  <jason@redhat.com>
9398
9399         * dwarf2out.c (attr_checksum): Also ignore DW_AT_producer.
9400
9401 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
9402
9403         * dwarf2out.c (dwarf2out_finish): Don't bother calling
9404         break_out_includes if it won't do anything.
9405
9406 2000-08-28  Richard Henderson  <rth@cygnus.com>
9407
9408         * reload.c (push_secondary_reload): Revert 2000-08-16 change.
9409         (find_reloads): Likewise.
9410         * config/alpha/alpha.md (reload_inqi): Revert 2000-08-11 change.
9411         (reload_inhi): Likewise.
9412
9413 2000-08-28  Richard Henderson  <rth@cygnus.com>
9414
9415         * config/i386/i386.c: Don't error on EXTRA_CONSTRAINT defined.
9416         (call_insn_operand): Don't expect a surrounding mem.
9417         (constant_call_address_operand): Likewise.
9418         * config/i386/i386.h (PREDICATE_CODES): Update.
9419         * config/i386/i386.md (call patterns): Move the match_operand
9420         for the call destination inside the mem.
9421
9422 2000-08-28  Richard Henderson  <rth@cygnus.com>
9423
9424         * local-alloc.c (requires_inout): Don't use reserved range for
9425         EXTRA_CONSTRAINTS; use anything not matched by REG_CLASS_FROM_LETTER.
9426         * recog.c (asm_operand_ok): Likewise.
9427         (preprocess_constraints, constrain_operands): Likewise.
9428         * regclass.c (record_reg_classes): Likewise.
9429         * reload.c (find_reloads): Likewise.
9430         * reload1.c (maybe_fix_stack_asms): Likewise.
9431         (reload_cse_simplify_operands): Likewise.
9432         * stmt.c (expand_asm_operands): Likewise.
9433
9434         * md.texi: Update constraints documentation.
9435         * tm.texi (EXTRA_CONSTRAINT): Update.
9436
9437 2000-08-28  Daniel Berlin  <dberlin@redhat.com>
9438
9439         * dwarf2out.c (DIE_LABEL_PREFIX): Remove leading "__".
9440         (print_die): If we don't know the offset of the
9441         target die, try the symbol.  Add a trailing newline.
9442         (reverse_all_dies): New fn.
9443         (dwarf2out_finish): Call it.
9444         (break_out_includes): Reorganize for clarity.
9445         (add_sibling_attributes): Don't call reverse_die_lists.
9446         (output_comp_unit): Rename from output_comdat_comp_unit.  Use for
9447         primary CU, too.
9448         * flags.h: Add flag_eliminate_dwarf2_dups.
9449         * toplev.c (f_options): Support -feliminate-dwarf2-dups.
9450
9451 2000-08-28  Jason Merrill  <jason@redhat.com>
9452
9453         * dwarf2.h (DW_TAG_GNU_BINCL, DW_TAG_GNU_EINCL): New tags.
9454         * dwarf2out.c: #include "md5.h".
9455         (DIE_LABEL_PREFIX): New macro.
9456         (dw_val_struct): Add 'external' flag to val_die_ref.
9457         (add_AT_die_ref, AT_ref): Adjust.
9458         (AT_ref_external, set_AT_ref_external): New fns.
9459         (build_abbrev_table): Call set_AT_ref_external.
9460         (value_format): Call AT_ref_external.
9461         (die_struct): Add die_symbol field.
9462         (new_die): Clear it.
9463         (dwarf_tag_name): Handle BINCL/EINCL.
9464         (dwarf2out_start_source_file): Add BINCL DIE.
9465         (dwarf2out_end_source_file): Add EINCL DIE.
9466         (push_new_compile_unit, pop_compile_unit, clear_die_sizes): New fns.
9467         (loc_checksum, attr_checksum, die_checksum): New fns.
9468         (is_type_die, is_comdat_die, is_symbol_die): New fns.
9469         (compute_section_prefix, assign_symbol_names): New fns.
9470         (gen_internal_sym, output_die_symbol, output_symbolic_ref): New fns.
9471         (output_die): Call output_die_symbol and AT_ref_external.
9472         (output_comdat_comp_unit): New fn, split out from...
9473         (dwarf2out_finish): ...here.  Also call add_sibling_attributes for
9474         secondary CUs.
9475         (output_pubnames, output_aranges): Abort if we see entries from
9476         secondary CUs.
9477         * toplev.h: Declare file_name_nondirectory.
9478         * toplev.c (file_name_nondirectory): New fn, moved from C++ frontend.
9479         (rest_of_type_compilation): Call dwarf2out_decl if at toplevel.
9480         (debug_start_source_file): Call dwarf2out_start_source_file
9481         regardless of debug verbosity.
9482         (debug_end_source_file): Similarly.
9483         * tree.h: Declare clean_symbol_name.
9484         * tree.c (clean_symbol_name): Split out from...
9485         (get_file_function_name_long): ...here.
9486
9487         * dwarf2out.c (new_loc_descr): Use calloc.
9488         (splice_child_die): Remove the die from the right parent.
9489         (gen_struct_or_union_die): Don't add AT_name to a specification DIE.
9490
9491 Mon Aug 28 19:02:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9492
9493         * toplev.c (decode_g_option): Don't give warning for unknown -g
9494         option; return 0 instead.
9495         (main): If -g option is not recognized by front end or
9496         language-independent code, give warning.
9497
9498 2000-08-28  Greg McGary  <greg@mcgary.org>
9499
9500         * config/i386/i386-protos.h (ix86_expand_compare): Add extern decl.
9501         * config/i386/i386.c (ix86_expand_compare): Remove `static'.
9502         * config/i386/i386.md (trap, conditional_trap): New insn & expand.
9503
9504 2000-08-27  Greg McGary  <greg@mcgary.org>
9505
9506         * cpplex.c (parse_string): Don't look for backslash
9507         before first char in `namebuf'.
9508         * loop.c (strength_reduce): Skip NOTEs.
9509
9510 2000-08-27  Jason Merrill  <jason@redhat.com>
9511
9512         * c-decl.c (duplicate_decls): Don't set TREE_STATIC or clear
9513         DECL_EXTERNAL on a local extern.  Don't set DECL_IGNORED_P or
9514         TREE_ASM_WRITTEN, either.
9515         (finish_decl): Adjust.
9516
9517 2000-08-28  Philipp Thomas  <pthomas@suse.de>
9518
9519         * ABOUT-GCC-NLS: Remove gettext patches from Paul Eggert as
9520         they have been incorporated into the gettext CVS. Change the text to
9521         reflect the current status of NLS. Add instructions for accessing
9522         the gettext CVS and add the patch from Martin v. Loewis.
9523
9524 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
9525
9526         * config/rs6000/rs6000.md (movdi_internal64+5): Make SUBREG-safe
9527         by using gen_lowpart_common.
9528         (movdi_internal64+6): Likewise.
9529
9530 2000-08-26  Alexandre Oliva  <aoliva@redhat.com>
9531
9532         * tm.texi (FINI_SECTION_ASM_OP, CRT_CALL_STATIC_FUNCTION):
9533         Document.
9534
9535         * config/mn10300/mn10300.h (DBX_REGISTER_NUMBER): Remap register
9536         numbers to the ranges used by GDB.
9537
9538 2000-08-25  Richard Henderson  <rth@cygnus.com>
9539
9540         * config/ia64/ia64.h (struct machine_function): Add n_varargs.
9541         * config/ia64/ia64.c (ia64_compute_frame_size): Use it.
9542         (ia64_expand_prologue): Likewise.
9543         (ia64_setup_incoming_varargs): Set it.  Properly skip the current
9544         argument for stdargs.
9545
9546 2000-08-25  Jason Merrill  <jason@redhat.com>
9547
9548         * integrate.c (expand_inline_function): Pull out the original decl.
9549
9550 2000-08-25  Jim Wilson  <wilson@cygnus.com>
9551
9552         * cse.c (cse_insn): Don't pass label subtraction to force_const_mem.
9553
9554         * function.c (gen_mem_addressof): Clear MEM_ALIAS_SET if no decl.
9555
9556 2000-08-25  Greg McGary  <greg@mcgary.org>
9557
9558         * flow.c (dump_edge_info): Use ARRAY_SIZE.
9559         * config/alpha/alpha.c (alpha_expand_block_move): Likewise.
9560
9561 2000-08-25  Richard Earnshaw  <rearnsha@arm.com>
9562
9563         * arm.h (STRUCT_VALUE): Define to 0, not NULL.
9564
9565 Fri Aug 25 12:52:49 EDT 2000  John Wehle  (john@feith.com)
9566
9567         * i386.c (ix86_find_base_term): New.
9568         * i386-protos.h (ix86_find_base_term): Prototype.
9569         * i386.h (FIND_BASE_TERM): Define.
9570         * alias.c (find_base_term): Use it.
9571         * tm.texi (FIND_BASE_TERM): Document it.
9572
9573         * alias.c (true_dependence, write_dependence_p): Unchanging
9574         memory can't conflict with non-unchanging memory.
9575
9576         * alias.c (memrefs_conflict_p): A BLKmode reference
9577         to a symbol (or CONST_INT address) always conflicts
9578         with a reference to another symbol.
9579
9580 2000-08-25  Joseph S. Myers  <jsm28@cam.ac.uk>
9581
9582         * c-common.c (time_char_table): Don't allow width and flags with
9583         "z" format.
9584
9585 2000-08-25  Jakub Jelinek  <jakub@redhat.com>
9586
9587         * config/i386/i386.c (ix86_expand_branch): Treat GE and GEU the same
9588         way as LT and LTU when the second operand has 0 in low word.
9589
9590 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9591
9592         * basic-block.h (struct loop): Rename `exits' field to
9593         `exit_edges'.  Add `entry_edges' and `num_entries' fields.
9594
9595         * flow.c (flow_loop_exit_edges_find): Rename from flow_loop_exits_find.
9596         (flow_loop_entry_edges_find): Add.
9597         (flow_edge_list_print): Rename from flow_exits_print.
9598         (flow_loops_find): Call flow_loop_entry_edges_find.
9599         (flow_loop_dump): Dump entry_edges list.
9600         (flow_loops_free): Free entry_edges.
9601
9602 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9603
9604         * loop.c (loop_dump_aux, debug_loop): New functions.
9605         (LOOP_BLOCK_NUM_1, LOOP_BLOCK_NUM, LOOP_INSN_UID): New macros.
9606
9607         * flow.c (flow_loops_dump): Add callback parameter.
9608         (flow_loop_dump): Add callback parameter and call it.  Move
9609         loop note debugging code to loop_dump_aux.
9610
9611         * basic-block.h (flow_loop_dump): Add callback parameter
9612         (flow_loops_dump): Likewise.
9613
9614         * toplev.c (rest_of_compilation): Add NULL callback function pointer
9615         to call to flow_loops_dump.
9616
9617 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9618
9619         * loop.c (count_loop_regs_set): Replace start and end arguments
9620         with loop argument.  All callers udated.
9621
9622 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9623
9624         * loop.c (constant_high_bytes): Delete.
9625
9626 2000-08-26  Michael Hayes  <mhayes@cygnus.com>
9627
9628         * loop.c (prescan_loop): Move checks for NOTE_INSN_LOOP_CONT
9629         and NOTE_INSN_LOOP_VTOP to...
9630         (find_and_verify_loops) ...here.
9631
9632 Fri Aug 25 04:21:13 2000  Alexandre Oliva  <aoliva@redhat.com>
9633
9634         * crtstuff.c (CRT_CALL_STATIC_FUNCTION): Define default.
9635         (fini_dummy, init_dummy): Use it.
9636
9637 Fri 25-Aug-2000 08:03:27 BST  Neil Booth  <NeilB@earthling.net>
9638
9639         * cpplex.c (is_macro_disabled): Caller has already checked
9640         that we're not a preprocessed file.
9641
9642 2000-08-24  Mark Mitchell  <mark@codesourcery.com>
9643
9644         * Makefile.in (C_AND_OBJC_OBJS): Remove c-iterate.o.
9645         (c-iterate.o): Remove target.
9646         * gcc/c-common.h (enum rid): Remove RID_ITERATOR.
9647         * gcc/c-decl.c (init_decl_processing): Remove call to init_iterators.
9648         (finish_decl): Don't handle iterators.
9649         (grokdeclarator): Likewise.
9650         * gcc/c-parse.gperf: Remove __iterator and __iterator__ keywords.
9651         * gcc/c-gperf.h: Regenerated.
9652         * gcc/c-iterate.c: Removed.
9653         * gcc/c-lex.c (init_lex): Don't handle iterators.
9654         * gcc/c-parse.in (primary): Remove pop_iterator_stack call.
9655         (compstmt_primary_start): Remove push_iterator_stack call.
9656         (stmt): Don't allow iterator statements.  Replace iterator_expand
9657         with expand_expr_stmt.
9658         (all_iter_stmt): Remove.
9659         (all_iter_stmt_simple): Likewise.
9660         (all_iter_stmt_with_decl): Likewise.
9661         * gcc/c-tree.h (ITERATOR_P): Remove.
9662         (ITERATOR_BOUND_P): Likewise.
9663         (init_iterators): Remove declaration.
9664         (iterator_expand): Likewise.
9665         (iterator_for_loop_start): Likewise.
9666         (iterator_for_loop_end): Likewise.
9667         (iterator_for_loop_record): Likewise.
9668         (push_iterator_stack): Likewise.
9669         (pop_iterator_stack): Likewise.
9670         * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
9671         (readonly_warning): Likewise.
9672         * gcc/tree.h (ITERATOR_BOUND_P): Don't mention it.
9673
9674 2000-08-24  Jim Wilson  <wilson@cygnus.com>
9675
9676         * c-common.c (decl_attributes, case A_ALIGN): Revert last change.
9677         Copy type in a TYPE_DECL, just like pushdecl does.
9678
9679 2000-08-24  Richard Henderson  <rth@cygnus.com>
9680
9681         * toplev.c (main): Enable flag_reorder_blocks at -O2.
9682
9683 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
9684
9685         * ggc-page.c (alloc_page): If HAVE_MMAP_ANYWHERE and we're
9686         asked for one page, allocate GGC_QUIRE_SIZE of them and put
9687         the extras on the free list.
9688         (release_pages): Clean up.
9689         (ggc_set_mark): Don't adjust G.allocated here...
9690         (sweep_pages): ... do it here.
9691
9692 2000-08-24  Zack Weinberg  <zack@wolery.cumb.org>
9693
9694         * cppfiles.c (read_include_file): Rearrange initializations.
9695
9696 2000-08-24  Richard Henderson  <rth@cygnus.com>
9697
9698         * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.
9699
9700         * config/ia64/ia64-protos.h: Update.
9701         * config/ia64/ia64.c (gr_register_operand): New.
9702         (fr_register_operand, grfr_register_operand): New.
9703         (gr_nonimmediate_operand, grfr_nonimmediate_operand): New.
9704         (grfr_reg_or_8bit_operand): New.
9705         (gr_reg_or_0_operand): Rename from reg_or_0_operand and
9706         use gr_register_operand.
9707         (gr_reg_or_5bit_operand, gr_reg_or_6bit_operand): Likewise.
9708         (gr_reg_or_8bit_operand, gr_reg_or_8bit_adjusted_operand): Likewise.
9709         (gr_reg_or_8bit_and_adjusted_operand): Likewise.
9710         (gr_reg_or_14bit_operand, gr_reg_or_22bit_operand): Likewise.
9711         (fr_reg_or_fp01_operand): Likewise.
9712         (not_postinc_memory_operand): New.
9713         (ia64_split_timode): Remove unused variables.
9714         (rtx_needs_barrier): Check arguments to cmpxchg.
9715         (builtin_description): Remove.
9716         (bdesc_2argsi, bdesc_2argdi): Remove.
9717         (ia64_init_builtins): Declare all builtins directly.
9718         (ia64_expand_fetch_and_op): Rewrite to be called from
9719         ia64_expand_builtin directly.  Use expand_binop and co.
9720         (ia64_expand_op_and_fetch): Likewise.
9721         (ia64_expand_compare_and_swap): Likewise.
9722         (ia64_expand_binop_builtin): Remove.
9723         (ia64_expand_lock_test_and_set): New.
9724         (ia64_expand_lock_release): New.
9725         (ia64_expand_builtin): Use them.
9726         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_S): New.
9727         (EXTRA_CONSTRAINT): Use it.
9728         (PREDICATE_CODES): Update.
9729         * config/ia64/ia64.md (*): Use gr_register_operand and co.
9730         (mf): Indicate that we set memory as well as use it.
9731         (fetchadd_acq_si): Show memory being modified as well.
9732         (fetchadd_acq_di, cmpxchg_acq_si, cmpxchg_acq_di): Likewise.
9733         (val_compare_and_swap_si, val_compare_and_swap_di): Remove.
9734         (lock_test_and_set_si, lock_test_and_set_di): Remove.
9735         (fetch_and_add_si, fetch_and_sub_si, fetch_and_or_si): Remove.
9736         (fetch_and_and_si, fetch_and_xor_si, fetch_and_nand_si): Remove.
9737         (fetch_and_add_di, fetch_and_sub_di, fetch_and_or_di): Remove.
9738         (fetch_and_and_di, fetch_and_xor_di, fetch_and_nand_di): Remove.
9739         (add_and_fetch_di, sub_and_fetch_di, or_and_fetch_di): Remove.
9740         (and_and_fetch_di, xor_and_fetch_di, nand_and_fetch_di): Remove.
9741         (add_and_fetch_si, sub_and_fetch_si, or_and_fetch_si): Remove.
9742         (and_and_fetch_si, xor_and_fetch_si, nand_and_fetch_si): Remove.
9743         * config/ia64/ia64intrin.h (*): Cast result to the appropriate
9744         return type.  Pretty print definitions.
9745
9746 2000-08-24  Jim Wilson  <wilson@cygnus.com>
9747
9748         * config/ia64/ia64.md (movdi): Don't call gen_movdi_symbolic if
9749         we have a SYMBOL_REF with SYMBOL_REF_FLAG set.
9750
9751 2000-08-24  Jason Merrill  <jason@redhat.com>
9752
9753         * dwarf2out.c (AT_flag, AT_int, AT_unsigned, AT_string, AT_ref,
9754         AT_loc, AT_addr, AT_lbl): Abort on unsuitable input.
9755         (get_AT_low_pc, get_AT_hi_pc, get_AT_string, get_AT_flag,
9756         get_AT_unsigned, get_AT_ref): Don't call them if get_AT fails.
9757
9758 2000-08-24  Greg McGary  <greg@mcgary.org>
9759
9760         * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,
9761         and extendtab within their proper array boundaries.
9762         * emit-rtl.c (init_emit_once): Pass `const_tiny_rtx' with bounds
9763         for the entire array.
9764
9765         * config/arm/arm.c (arm_override_options): Use ARRAY_SIZE.
9766         * config/alpha/alpha.c (alpha_lookup_xfloating_lib_func): Likewise.
9767         * config/avr/avr.c (order_regs_for_local_alloc): Likewise.
9768         * config/fr30/fr30.c (fr30_print_operand): Likewise.
9769         * config/i386/dgux.c (output_options): Likewise.
9770         * config/i386/dgux.h (ASM_FILE_START): Likewise.
9771         * config/m88k/m88k.c (output_options): Likewise.
9772         * config/m88k/m88k.h (ASM_FILE_START): Likewise.
9773         * config/mcore/mcore.c (mcore_output_inline_const_forced,
9774         layout_mcore_frame, handle_structs_in_regs): Likewise.
9775         * config/mips/mips.c (output_block_move): Likewise.
9776         * config/rs6000/rs6000.c (rs6000_override_options,
9777         rs6000_file_start): Likewise.
9778         * config/sparc/sparc.c (sparc_add_gc_roots): Likewise.
9779         * fixinc/fixfixes.c (FIX_TABLE_CT): Likewise.
9780         * fixinc/fixtests.c (TEST_TABLE_CT): Likewise.
9781         * builtins.c (expand_builtin_setjmp): Likewise.
9782         * expr.c (safe_from_p): Likewise.
9783         * flow.c (life_analysis): Likewise.
9784         * fold-const.c (size_int_type_wide): Likewise.
9785         * gcc.c (translate_options, init_spec, set_spec, main): Likewise.
9786         * genattrtab.c (make_length_attrs): Likewise.
9787         * genopinit.c (gen_insn): Likewise.
9788         * genrecog.c (NUM_KNOWN_PREDS, NUM_SPECIAL_MODE_PREDS): Likewise.
9789         * global.c (global_alloc): Likewise.
9790         * local-alloc.c (find_free_reg): Likewise.
9791         * mips-tdump.c (print_symbol): Likewise.
9792         * mips-tfile.c (parse_def, parse_input): Likewise.
9793         * reload1.c (NUM_ELIMINABLE_REGS): Likewise.
9794         * stmt.c (expand_nl_goto_receiver): Likewise.
9795         * stor-layout.c (set_sizetype): Likewise.
9796         * varasm.c (decode_reg_name): Likewise.
9797         * toplev.c (decode_f_option, decode_W_option,
9798         set_target_switch, print_switch_values): Likewise.
9799         (NUM_ELEM): Remove macro.
9800         (display_help, main): s/NUM_ELEM/ARRAY_SIZE/
9801
9802 2000-08-24  Greg McGary  <greg@mcgary.org>
9803
9804         * tree.h (enum tree_index): New member `TI_MAIN_IDENTIFIER'.
9805         (MAIN_NAME_P, main_identifier_node): New macros.
9806         * c-common.c (c_common_nodes_and_builtins): Init main_identifier_node.
9807         * c-decl.c (start_decl, grokdeclarator, start_function,
9808         store_parm_decls, finish_function): Use MAIN_NAME_P.
9809         * config/avr/avr.c (function_prologue, function_epilogue): Likewise.
9810         * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Likewise.
9811         * config/i386/win32.h (SUBTARGET_PROLOGUE): Likewise.
9812         * config/pdp11/pdp11.c (output_function_prologue): Likewise.
9813
9814 2000-08-24  Greg McGary  <greg@mcgary.org>
9815
9816         * cppfiles.c (actual_directory): Don't write beyond `dir'
9817         when it contains "".
9818         * real.c (asctoeg): Stay within bounds of etens[][].
9819
9820 2000-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9821
9822         * dependence.c (dependence_string, direction_string,
9823         dump_one_node, dump_node_dependence): Hide unused identifiers.
9824         (get_low_bound, normalize_coefficients): Match definition to
9825         static prototype.
9826         (get_one_coefficient): Initialize variables `value0_is_idx' and
9827         `value1_is_idx'.
9828         (ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
9829         (ziv_test): Delete variable `idx', use parameter `sub' instead.
9830         (direction_merge): Avoid automatic aggregate initialization.
9831         (have_dependence_p): Use `src' not `dest' to set `src_idx'.
9832         Initialize variables `dest_idx' and `src_idx'.
9833         (end_dependence_analysis): Avoid C89 style function definition.
9834
9835 2000-08-24  Joseph S. Myers  <jsm28@cam.ac.uk>
9836
9837         * c-common.c (time_char_table): Don't allow width with %F.
9838         (check_format_info): Don't allow "Z" length with scanf.
9839
9840 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
9841
9842         * diagnostic.c (finish_diagnostic): Define.
9843         (output_do_printf): Use wrap_text instead of output_add_string.
9844         (default_print_error_function): Avoid embedded '\n'.
9845
9846         * diagnostic.h (flush_diagnostic_buffer): Declare.
9847
9848 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
9849
9850         * dependence.c: Replace `[][]' with `[][MAX_SUBSCRIPTS]'.
9851
9852 2000-08-23  Hans-Peter Nilsson  <hp@axis.com>
9853
9854         * Makefile.in (GCC_PASSES): Add specs.
9855
9856 2000-08-23  Jim Wilson  <wilson@cygnus.com>
9857
9858         * frame.h (IA64_UNW_EHANDLER, IA64_UNW_UHANDLER): New.
9859         * config/ia64/frame-ia64.c (__get_personality): Return zero if neither
9860         EHANDLER nor UHANDLER bit is set.
9861         (__get_except_table): Likewise.
9862
9863 2000-08-23  Nick Clifton  <nickc@redhat.com>
9864
9865         * config/arm/lib1funcs.asm: Replace upper case condition codes
9866         with lower case versions.
9867
9868         * config/arm/arm.h (STRUCT_VALUE): Define.
9869         (STRUCT_VALUE_REGNUM): Delete.
9870
9871 2000-08-23  Zack Weinberg  <zack@wolery.cumb.org>
9872
9873         * cpphash.h (IN_I): New flag for directive table.
9874         * cpplib.c (DIRECTIVE_TABLE): Mark #define, #undef, #ident, and
9875         #pragma with IN_I.
9876         (_cpp_check_directive): If -fpreprocessed, execute directives
9877         marked with IN_I.  Issue no warnings in this case.
9878         * cpplex.c (_cpp_get_token): Expand no macros if -fpreprocessed.
9879
9880 2000-08-23  Joseph S. Myers  <jsm28@cam.ac.uk>
9881
9882         * c-common.c (print_char_table): Allow 'I' flag with %d, %i and
9883         %u.
9884         (check_format_info): Support printf 'I' flag; warn about it with
9885         -pedantic.
9886
9887 2000-08-23  Richard Earnshaw  (rearnsha@arm.com)
9888
9889         * arm.c (arm_expand_prologue): Ensure that the stack-adjustment
9890         barrier can't be ignored by the alias analysis code.
9891
9892 2000-08-12  Eli Zaretskii  <eliz@is.elta.co.il>
9893
9894         * fixinc/inclhack.def (sysv68_string): Fix the Sed script so it
9895         works inside fixincl.
9896
9897 Wed Aug 23 04:55:48 2000  Alexandre Oliva  <aoliva@redhat.com>
9898
9899         * simplify-rtx.c (simplify_rtx): Don't pass VOIDmode to
9900         simplify_relational_operation() unless both operands are of
9901         VOIDmode.
9902         * cse.c (fold_rtx): Likewise.
9903
9904 Tue Aug 22 23:53:27 EDT 2000  John Wehle  (john@feith.com)
9905
9906         * rtlanal.c (rtx_unstable_p): The pic register is stable
9907         (within one function) and the actual rtx should be used
9908         when checking the registers.
9909         (rtx_addr_can_trap_p): Pic memory addresses can't trap.
9910
9911         * alias.c (true_dependence, write_dependence_p): Fix
9912         bug in previous patch.
9913
9914         * i386.c (ix86_GOT_alias_set): New.
9915         (legitimize_pic_address): Use it.
9916
9917         * rtlanal.c (rtx_unstable_p): An unchanging MEM is
9918         only stable if its address is stable.
9919         (rtx_varies_p): An unchanging MEM can't vary if
9920         its address doesn't vary.
9921
9922 2000-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9923
9924         * c-parse.in (unop +): Restrict -Wtraditional warnings to user code.
9925
9926 2000-08-22  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9927
9928         * vax.h (ASM_SPEC): Pass `-J' to assembler.
9929         * x-vax-gcc: New file for bootstrapping with gcc.
9930         * x-vax: Use X_CFLAGS rather than X_CPPFLAGS to pass `-J'.
9931         * configure.in: Use x-vax-gcc with gcc.
9932         * configure: Rebuilt.
9933
9934 Tue Aug 22 21:21:05 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9935
9936         * toplev.c (rest_of_compilation): Rebuild label notes after
9937         post-reload splitting pass if new labels have been created.
9938
9939 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
9940
9941         * diagnostic.h (output_buffer_state): New macro.
9942         * diagnostic.c (diagnostic_for_decl, sorry,
9943         default_print_error_function, output_do_verbatim,
9944         report_diagnostic, report_problematic_module): Use it.
9945         (wrap_text): Tweak.
9946         (output_format): Use wrap_text instead of maybe_wrap_text.
9947
9948 2000-08-22  Nick Clifton  <nickc@redhat.com>
9949
9950         * config/arm/lib1funcs.asm (ARM_DIV_MOD_BODY): New macro.
9951         Common code for ARM divide and modulus functions.
9952         (THUMB_DIV_MOD_BODY): New macro. Thumb equivalent of
9953         ARM_DIV_MOD_BODY.
9954         (FUNC_END): New macro: Common code at the end of the division and
9955         modulo functions.
9956         (THUMB_FUNCTION_START): New macro:  Common code at the start of
9957         Thumb functions.
9958         (__divsi3, __udivsi3, __modsi3, __umodsi3): Use new macros.
9959
9960 Tue Aug 22 20:34:52 2000  Kaz Kojima <kkojima@rr.iij4u.or.jp>
9961
9962         * config/sh/sh.md (cmpeqdi_t splitter): Fix a reverse testing.
9963
9964         * config/sh/sh.c (prepare_scc_operands): Apply force_reg to
9965         sh_compare_op1 when the mode is DImode and sh_compare_op1 isn't
9966         const0_rtx.
9967
9968 2000-08-22  Nick Clifton  <nickc@redhat.com>
9969
9970         * config/arm/lib1funcs.asm (__umodsi3): Before performing any
9971         restorative additions, test for bottom bits of IP being set,
9972         rather than relying upon the RORs not matching.
9973         (__modsi3): Ditto.
9974
9975 2000-08-22  David Edelsohn  <edelsohn@gnu.org>
9976
9977         * aix.h (ASM_DECLARE_FUNCTION_NAME): Call named_section() or
9978         text_section() as appropriate instead of emitting text csect
9979         pseudo-op directly.
9980         (TEXT_SECTION_ASM_OP): Only require default 32-bit alignment.
9981         (UNIQUE_SECTION): Define macro.
9982         (ASM_OUTPUT_SECTION_NAME): Define macro.
9983         * rs6000.c (rs6000_override_options): Disable -ffunction-sections
9984         on AIX if debugging and -fdata-sections always.
9985
9986 2000-08-22  Steven King  <sxking@uswest.net>
9987
9988         * config/float-i386.h (LDBL_EPSILON): Remove __convert_long_double
9989         machinery.
9990         (LDBL_MAX): Same here.
9991
9992 2000-08-22  Richard Henderson  <rth@cygnus.com>
9993
9994         * flow.c (tidy_fallthru_edge): Update b->end properly.
9995
9996 2000-08-22  Stan Cox  <scox@redhat.com>
9997
9998         * Makefile.in (OBJS): Add dependence.o.
9999         * dependence.c: New file.
10000
10001 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>, John David Anglin  <dave.anglin@nrc.ca>
10002
10003         * calls.c (check_sibcall_argument_overlap_1): Adjust for
10004         ARGS_GROW_DOWNWARD.
10005         (check_sibcall_argument_overlap): Likewise.
10006
10007 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
10008
10009         * invoke.texi (SH Options): Document -m4-nofpu,
10010         -m4-single-only, -m4-single, -m4, -mbigtable, -mfmovd,
10011         -mhitachi, -mnomacsave, -misize, -mpadstruct, -mspace.
10012
10013 2000-08-22  Joseph S. Myers  <jsm28@cam.ac.uk>
10014
10015         * c-common.c (check_format_info): Give the 'some locales' warning
10016         for strftime %Ey rather than the unconditional 'only last 2 digits
10017         of year' one.
10018
10019 2000-08-22  Richard Henderson  <rth@cygnus.com>
10020
10021         * alias.c (init_alias_analysis): Do not register
10022         struct_value_incoming_rtx or static_chain_rtx as pointing
10023         to stack memory.
10024
10025 Tue Aug 22 01:44:43 2000  Jeffrey A Law  (law@cygnus.com)
10026
10027         * protoize.c (munge_compile_params): Fix typo and formatting buglets.
10028
10029 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
10030
10031         * diagnostic.h (report_problematic_module): Declare.
10032         * diagnostic.c (report_problematic_module): New function.
10033         (report_error_function): Tweak.
10034
10035 Tue Aug 22 02:31:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10036
10037         * stmt.c (expand_goto_internal, fixup_gotos): Only check
10038         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
10039
10040 2000-08-21  Richard Henderson  <rth@cygnus.com>
10041
10042         * flow.c (calculate_global_regs_live): Mark frame pointer live
10043         everywhere before reload.
10044
10045 2000-08-21  Jim Wilson  <wilson@cygnus.com>
10046
10047         * real.c (ereal_from_int, ereal_from_uint, significand_size): Handle
10048         INTEL_EXTENDED_IEEE_FORMAT.
10049         (toe64): Delete INTEL_EXTENDED_IEEE_FORMAT support.  Unconditionally
10050         clear last two bytes of output FP value.
10051
10052 2000-08-21  Graham Stott  <grahams@cygnus.co.uk>
10053
10054         * config/ia64/ia64.h (REDO_SECTION_INFO_P): Change decl to DECL.
10055
10056 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10057
10058         * unroll.c (loop_find_equiv_value): If ret is modified between
10059         insn and loop_start, ret might not be equivalent to reg.
10060
10061 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10062
10063         * c-common.c (init_dollar_format_checking,
10064         maybe_read_dollar_number, finish_dollar_format_checking): New
10065         functions.
10066         (dollar_arguments_used, dollar_arguments_count,
10067         dollar_first_arg_num, dollar_max_arg_used, dollar_format_warned):
10068         New variables.
10069         (check_format_info): Support $ formats for scanf and printf width
10070         and precision.  Always increment format_chars to advance past the
10071         '*' of precision, not just when the format parameters are
10072         available to check.
10073
10074 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10075
10076         * mips.c (block_move_loop, expand_block_move,
10077         function_arg_partial_nregs, save_restore_insns, function_prologue,
10078         mips_expand_prologue, RA_MASK): Avoid using the `U' integer
10079         constant suffix.
10080         (function_arg_advance, function_arg): Match argument to format
10081         specifier `%p'.
10082
10083 2000-08-21  Nix  <nix@esperi.demon.co.uk>
10084
10085         * gcc.c (do_spec_1): Implement %j spec flag.
10086         Remove dead comment.
10087
10088         * gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
10089         * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
10090         * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
10091         * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
10092
10093         * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
10094         writable) instead of hardcoded value.
10095
10096         * toplev.c (compile_file): Output to a file even if -fsyntax-only.
10097
10098         * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
10099         MKTEMP_EACH_FILE.
10100
10101         * gcc.c (cc1_options): Do not process -o or run the assembler if
10102         -fsyntax-only.
10103         * objc/lang-spec.h: Likewise.
10104
10105 2000-08-21  Eli Zaretskii  <eliz@is.elta.co.il>
10106
10107         * fixinc/fixincl.c (fix_with_system): Pipe the output of
10108         "external" fixes through `cat', to avoid truncating the input
10109         file by redirection.
10110
10111 2000-08-21  Jakub Jelinek  <jakub@redhat.com>
10112
10113         * config/i386/i386.md (lea_general_1): Copy insn condition to split
10114         condition.
10115         (lea_general_2, lea_general_3): Likewise.
10116
10117 2000-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10118
10119         * c-decl.c (duplicate_decls, define_label): Restrict -Wtraditional
10120         warnings to user code.
10121
10122         * c-lex.c (readescape, yylex): Likewise.
10123
10124         * c-typeck.c (store_init_value, process_init_element): Likewise
10125         (c_expand_start_case): Format.
10126
10127 2000-08-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10128
10129         * mips/linux.h (LINK_SPEC): Use %(endian_spec).
10130
10131         * mips/mips.h: Change LINKER_ENDIAN_SPEC to ENDIAN_SPEC
10132         and linker_endian_spec to endian_spec.
10133         (ENDIAN_SPEC): Add %{EB} and %{EL}.
10134         (LINK_SPEC): Remove %{EB} and %{EL}.
10135         (ASM_SPEC): Likewise.  Use %(endian_spec).
10136
10137 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10138
10139         * c-tree.h (flag_hosted): Move declaration from here...
10140         * c-common.h (flag_hosted): ... to here.
10141         (flag_noniso_default_format_attributes): New declaration.
10142         * c-decl.c (flag_noniso_default_format_attributes): New variable.
10143         (c_decode_option): Set it appropriately for options choosing
10144         language standard variant.
10145         * c-common.c (init_function_format_info): Only provide default
10146         format attributes if flag_hosted.  Only provide the gettext
10147         formats if flag_noniso_default_format_attributes.  Update
10148         comments.
10149         (check_format_info): Disable treatment of %a as a scanf flag in
10150         C99 mode.
10151
10152 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10153
10154         * c-common.c (scan_char_table): Add 'w' to flags for all formats
10155         except 'n'.
10156         (check_format_info): Set 'wide' for scanf format widths.  Warn for
10157         a zero scanf width.  Make the check for writing into a constant
10158         object at the first level of indirection; at later levels, warn if
10159         any type qualifiers are encountered.
10160
10161 Mon Aug 21 07:41:12 2000  Jeffrey A Law  (law@cygnus.com)
10162
10163         * reload.c (reload_inner_reg_of_subreg): New function broken out of
10164         push_reload.
10165         (push_reload): Use reload_inner_reg_of_subreg.
10166         (combine_reloads): Do not combine reloads if the input reload
10167         is a SUBREG in which the inner part will need reloading.
10168
10169         * global.c (global_alloc): Avoid passing dumpfile argument to
10170         reload routines.
10171         * toplev.c (rest_of_compilation): Likewise.
10172         * reload.h (reload): Remove dumpfile argument.  Callers changed.
10173         (debug_reload, debug_reload_to_stream): Move prototypes here.
10174         * rtl.h  (reload): Remove dumpfile argument.
10175         * reload.c (debug_reload): Remove prototype.
10176         (debug_reload_to_stream): Likewise.
10177         * reload1.c: Avoid passing dumpfile around, rely on rtl_dump_file
10178         instead.
10179
10180 2000-08-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
10181
10182         * diagnostic.c (context_as_prefix): Export.
10183         (need_error_newline): Remove.
10184         (lang_diagnostic_starter, lang_diagnostic_finalizer): New objects.
10185         (error_module_changed, record_last_error_module,
10186         error_function_changed, record_last_error_function): New functions.
10187         (initialize_diagnostics): Default intialize
10188         lang_diagnostic_starter, lang_diagnostic_finalizer.
10189         (init_output_buffer): Tweak.
10190         (file_name_as_prefix): New function.
10191         (announce_function, default_print_error_function,
10192         report_error_function, set_diagnostic_context): Tweak.
10193
10194 2000-08-21  Richard Earnshaw  <rearnsha@arm.com>
10195
10196         * flow.c (init_propagate_block_info): Handle SUBREG in a jump
10197         condition expression.
10198
10199 2000-08-20  Richard Henderson  <rth@cygnus.com>
10200
10201         * flow.c (merge_blocks_nomove): Don't seek back past the bb note.
10202
10203 2000-08-20  Zack Weinberg  <zack@wolery.cumb.org>
10204
10205         * cppinit.c (cpp_init): Set global flag when called.
10206         (cpp_reader_init): Bomb out if cpp_init hasn't been called.
10207
10208 Sun Aug 20 01:41:35 2000  Dennis Chernoivanov  <cdi@sparc.spb.su>
10209
10210         * cpplex.c (cpp_scan_buffer): Move `output_line_command' just
10211         before `process_directive' so that newlines won't be missed
10212         for directives.
10213         (cpp_printf): Increment `print->lineno' when newline is emitted.
10214
10215         * cppmain.c (cb_ident): Likewise.
10216         (cb_define): Likewise.
10217         (cb_undef): Likewise.
10218         (cb_include): Likewise.
10219         (cb_def_pragma): Likewise.
10220         (dump_macros_helper): Likewise.
10221
10222 2000-08-20  Richard Henderson  <rth@cygnus.com>
10223
10224         * config/ia64/ia64.c (emit_insn_group_barriers): Stop if ar.lc
10225         assigned before a loop.
10226
10227         * config/ia64/ia64.md (ashlsi3): Zero extend the shift count.
10228         (ashrsi3, lshrsi3): Likewise.
10229
10230 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
10231
10232         * c-lang.c: #include diagnostic.h
10233         (c_tree_printer): New function.
10234         (lang_init): Initialize lang_printer.
10235
10236         * Makefile.in (c-lang.o): Depends on diagnostic.h
10237
10238 2000-08-20  Gabriel Dos Reis  <gdr@codesourcery.com>
10239
10240         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic.
10241
10242         * diagnostic.c (default_diagnostic_starter,
10243         default_diagnostic_finalizer): New functions.
10244         (diagnostic_for_asm, diagnostic_for_decl): Tweak.
10245         (pedwarn, pedwarn_with_file_and_line, error,
10246         error_with_file_and_line, fatal, warning,
10247         warning_with_file_and_line): Adjust call to report_diagnostic.
10248         (report_diagnostic): Rework.
10249         (set_diagnostic_context): New function.
10250
10251         * diagnostic.h (struct diagnostic_context): New data structure.
10252         (diagnostic_message, diagnostic_argument_list,
10253         diagnostic_file_location, diagnostic_line_location,
10254         diagnostic_is_warning, diagnostic_starter, diagnostic_finalizer,
10255         diagnostic_finalizer, diagnostic_auxiliary_data): New macros.
10256         (set_diagnostic_context): Declare.
10257         (report_diagnostic): Change prototype.
10258
10259 Sun 20-Aug-2000 09:25:45 BST  Neil Booth  <NeilB@earthling.net>
10260
10261         * fix-header.c (main): Initialize cpplib.
10262
10263 2000-08-19  Michael Meissner  <meissner@redhat.com>
10264
10265         * ifcvt.c (find_if_block): Do not assume that a THEN block has any
10266         instructions in it before checking for indirect jumps.
10267
10268         * ifcvt.c (find_if_block): Do not consider a THEN block that ends
10269         in a indirect jump as a potential for conditional execution.
10270
10271         * d30v.h (d30v_init_expanders): Don't declare here.
10272         * d30v-protos.h (d30v_init_expanders): Declare here with a valid
10273         prototype.
10274
10275 Sat 19-Aug-2000 21:11:45 BST  Neil Booth  <NeilB@earthling.net>
10276
10277         * cpp.texi: Add @section for assertions.
10278
10279 Sat Aug 19 12:37:08 EDT 2000  John Wehle  (john@feith.com)
10280
10281         * loop.c (scan_loop): Use CONST_CALL_P instead of
10282         checking for REG_LIBCALL / REG_RETVAL.
10283
10284 Sat Aug 19 09:18:47 2000  Jeffrey A Law  (law@cygnus.com)
10285
10286         * reload1.c (reload_as_needed): Accept dumpfile argument,
10287         pass it to emit_reload_insns.
10288         (emit_reload_insns): Add new dumpfile argument.  If non-null
10289         then dump the reloads for each insn into the dumpfile.
10290         (reload): Pass dumpfile to reload_as_needed.
10291
10292         * invoke.texi: Clean up linux-gnu vs linux comments.
10293
10294 2000-08-19  Richard Henderson  <rth@cygnus.com>
10295
10296         * config/ia64/ia64.c (reg_or_5bit_operand): New.
10297         (ia64_depz_field_mask): New.
10298         * config/ia64/ia64.h (CONSTRAINT_OK_FOR_R): New.
10299         (PREDICATE_CODES): Update.
10300         * config/ia64/ia64.md: Update commentary.
10301         (depz_internal): New.
10302         (ashlsi3): Implement directly.
10303         (ashrsi3, lshrsi3): Simplify; rely on extv and extzv for constants.
10304         (ashldi3): Use shladd.
10305         * config/ia64/ia64-protos.h: Update.
10306
10307 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
10308
10309         * toplev.c (independent_decode_option): Always process -g.
10310         Remove third argument, now unused.  Adjust caller to match.
10311
10312 2000-08-18  Richard Henderson  <rth@cygnus.com>
10313
10314         * combine.c (make_compound_operation): Break after creating
10315         the extraction.
10316
10317 2000-08-18  Zack Weinberg  <zack@wolery.cumb.org>
10318
10319         * cpplib.c (cpp_register_pragma_space): Just return if the
10320         namespace is already registered.
10321
10322 2000-08-18  Ray Essick <essick@ddna.labs.mot.com> & Nick Clifton  <nickc@redhat.com>
10323
10324         * config/mcore/mcore.md (rotlsi3): Allow allow rotations by a
10325         constant amount.  Do not generate ROTL instruction.
10326
10327 Fri Aug 18 16:22:20 2000  Alexandre Oliva  <aoliva@redhat.com>
10328
10329         * config/sh/elf.h: Do not include sh/sh.h.
10330         * config/sh/rtems.h: Likewise.
10331         * config/sh/rtemself.h: Do not include sh/elf.h.
10332         * configure.in: Get them included with `tm_file's.
10333         * configure: Rebuilt.
10334
10335         * config/sh/sh.md (fpu_switch0, fpu_switch1): Simplify.
10336         * config/sh/sh.c (fpscr_set_from_mem): Use them.
10337
10338 Fri Aug 18 14:23:18 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10339
10340         * stor-layout.c (compute_record_type): Don't use mode of single
10341         field as mode of record if not integer mode of same type.
10342
10343         * regmove.c (perhaps_ends_bb_p): New function.
10344         (optimize_reg_copy_1, optimize_reg_copy_2): Call it.
10345         (optimize_reg_copy_3, fixup_match_2, regmove_optimize): Likewise.
10346         (fixup_match_1): Likewise.
10347         (fixup_match_1, combine_stack_adjustments_for_block): Add casts to
10348         avoid signed/unsigned warnings.
10349
10350         * function.c (fixup_var_refs_1, case MEM): Update CODE after
10351         updating X.
10352
10353 Fri 18-Aug-2000 18:33:45 BST  Neil Booth  <NeilB@earthling.net>
10354
10355         * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
10356         (_cpp_trigraph_map): Declaration moved from cpplex.c
10357
10358         * cppinit.c: Define _cpp_trigraph_map.  Use UCHAR_MAX + 1
10359         instead of 256.  Use consistent test for designated initializers.
10360         (cpp_init): Initialize trigraph_map.
10361         (initialize_standard_includes, parse_option):  Use memcmp
10362         instead of strncmp.
10363
10364         * cpplex.c (init_trigraph_map): Remove.
10365         (trigraph_ok, trigraph_replace, lex_line): Refer to
10366         _cpp_trigraph_map.
10367
10368         * cpplib.c (str_match, WARNING, ERROR, ICE): Delete.
10369         (do_unassert): Remove unused "next" local.
10370
10371         * system.h (HAVE_DESIGNATED_INITIALIZERS): New prototype.
10372
10373 2000-08-18  Emmanuel Marty  <emarty@suntech.fr>
10374
10375         * arm/lib1funcs.asm (_umodsi3 THUMB VARIANT): Restore deleted return
10376         insn.
10377
10378 2000-08-17  Richard Henderson  <rth@cygnus.com>
10379
10380         * config/ia64/ia64.c (spill_restore_mem): Handle emitting
10381         the first insn in a sequence.
10382
10383 Thu Aug 17 22:40:05 EDT 2000  John Wehle  (john@feith.com)
10384
10385         * alias.c (true_dependence, write_dependence_p): A read
10386         involving a label_ref or the constant pool doesn't create
10387         a dependency.
10388
10389         * rtl.h (unchanging): Improve documentation.
10390
10391 2000-08-17  Rodney Brown  <RodneyBrown@mynd.com>
10392
10393         * cse.c (insert_regs): Remove unused `regno'.
10394
10395 2000-08-17  Neil Booth  <NeilB@earthling.net>
10396
10397         * (cppinit.c) merge_include_chains: Use remove_dup_dir,
10398         remove_dup_dirs.  If qtail == brack, remove brack not
10399         qtail.
10400         (remove_dup_dir, remove_dup_dirs): New functions.
10401
10402 2000-08-17  Neil Booth  <NeilB@earthling.net>
10403
10404         * cppinit.c (cpp_cleanup): Free include dir chains.
10405         * cpplib.c (do_undef): Let _cpp_free_definition make the node void.
10406         (do_unassert): Free the assert with _cpp_free_definition.
10407         * cppmacro.c (_cpp_free_definition): Free memory allocated for
10408         assertions.  Make the node a T_VOID node.
10409
10410 2000-08-17  Neil Booth  <NeilB@earthling.net>
10411
10412         * cppinit.c (path_include, append_include_chain):
10413         Remove 2nd parameter (struct cpp_pending *).
10414         (path_include, initialize_standard_includes, cpp_handle_option):
10415         Update callers appropriately.
10416         (cpp_handle_option): Use pend.
10417
10418 2000-08-17  Neil Booth  <NeilB@earthling.net>
10419
10420         * cppinit.c (sort_options): Remove, put functionality in
10421         cpp_init.
10422         (cpp_init): New.
10423         (initialize_builtins): Free memory.
10424         (cpp_start_read): Move init_IStable to cpp_init.
10425
10426         * cpplib.h (cpp_init): New prototype.
10427         * cppmain.c (main): Call cpp_init.
10428
10429 Thu Aug 17 13:20:32 EDT 2000  John Wehle  (john@feith.com)
10430
10431         * rtlanal.c (rtx_unstable_p): Use CONSTANT_P.
10432         (rtx_unstable_p, rtx_varies_p): Process vectors.
10433
10434 2000-08-16  Niibe Yutaka  <gniibe@m17n.org>, Kaz Kojima  <kkojima@rr.iij4u.or.jp>
10435
10436         * config/sh/lib1funcs.asm (GLOBAL): Define.  Use for all
10437         references to GLOBAL symbols.  Use LOCAL where appropriate.
10438
10439 2000-08-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10440
10441         * configure.in (*-ibm-aix4.[12]*): Delete test for gnu ld.  Always
10442         use t-aix41 when host == target.
10443
10444 2000-08-16  Richard Henderson  <rth@cygnus.com>
10445
10446         * reload.c (push_secondary_reload): Revert last change.
10447         If we use a reload_in/out pattern, make the when the same
10448         as the primary reload.
10449         (find_reloads): Likewise.
10450
10451 2000-08-16  Manfred Hollstein  <manfredh@redhat.com>
10452
10453         * configure.in (libstdcxx-v3): Fix test.
10454         * configure: Regenerate.
10455
10456 Wed Aug 16 08:10:32 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10457
10458         * calls.c (calls_function_1, expand_call): Only test
10459         TYPE_RETURNS_STACK_DEPRESSED for FUNCTION_TYPE.
10460         * function.c (thread_prologue_and_epilogue_insns): Likewise.
10461
10462 2000-08-16  Richard Henderson  <rth@cygnus.com>
10463
10464         * combine.c (simplify_shift_const): Revert previous two
10465         changes.  If SHIFT_COUNT_TRUNCATED, crop the shift count
10466         before the main loop.
10467
10468 2000-08-15  Richard Henderson  <rth@cygnus.com>
10469
10470         * combine.c (simplify_shift_const): Bound shift count when
10471         combining shifts.
10472
10473 Tue Aug 15 17:33:05 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10474
10475         * calls.c (ECF_SP_DEPRESSED): New macro.
10476         (calls_function_1): Treat calling sp-depressed function as alloca.
10477         (emit_call_1): Don't adjust SP if calling sp-depressed function.
10478         (expand_call): Set ECF_SP_DEPRESSED if TYPE_RETURNS_STACK_DEPRESSED.
10479         If sp-depressed, ensure block saves and restores SP.
10480         * fold-const.c (extract_muldiv): Only check TYPE_IS_SIZETYPE
10481         for INTEGER_TYPE.
10482         * function.c (keep_stack_depressed): New function.
10483         (thread_prologue_and_epilogue_insns): Call it.
10484         * print-tree.c (print_node): Use HOST_WIDE_INT_PRINT_UNSIGNED
10485         to print DECL_OFFSET_ALIGN.
10486         Print no-force-blk and transparent-union flags properly.
10487         * stmt.c (expand_goto_internal): Don't restore stack if last block
10488         and function returns with sp depressed.
10489         (fixup_gotos): Likewise.
10490         (save_stack_pointer): New function, from code in expand_decl.
10491         (expand_decl): Call new function.
10492         * tree.h (TYPE_IS_SIZETYPE): Call INTEGER_TYPE_CHECK.
10493         (TYPE_RETURNS_STACK_DEPRESSED): New macro.
10494         (save_stack_pointer): New declaration.
10495
10496         * diagnostic.c (fatal_function): New variable.
10497         (set_fatal_function): New function.
10498         (fatal): Call it.
10499         * diagnostic.h (set_fatal_function): New declaration.
10500
10501 2000-08-15  William Cohen  <wcohen@redhat.com>
10502
10503         * config/sh/elf.h (DWARF2_DEBUGGING_INFO): Defined.
10504         (PREFERRED_DEBUGGING_TYPE): Set to dwarf2 info.
10505         (DWARF2_ASM_LINE_DEBUG_INFO): Defined.
10506
10507 2000-08-15  Richard Henderson  <rth@cygnus.com>
10508
10509         * flow.c (mark_used_reg): Set reg_cond_reg appropriately.
10510
10511 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10512
10513         * arm.c (arm_function_ok_for_sibcall): New function.
10514         * arm.h (FUNCTION_OK_FOR_SIBCALL): Define.
10515         * arm.md (call expanders): Don't check here for calls that can't
10516         be sibling calls.
10517
10518 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10519
10520         * arm.md (splits generating cond_exec): Disable.
10521
10522 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10523
10524         * arm/linux-elf.h (text_section): Delete declaration.
10525
10526 2000-08-15  Richard Earnshaw <rearnsha@arm.com>
10527
10528         ARM support for unordered FP operations.
10529         * arm-protos.h (arm_comparison_operator): Declare.
10530         * arm.c (arm_comparison_operator): New function.
10531         (arm_select_cc_mode): Add unordered comparison codes.
10532         (get_arm_condition_code): Likewise.
10533         (arm_final_prescan_insn): Can't handle unordered jumps that can't
10534         be done in one insn.
10535         * arm.h (PREDICATE_CODES): Add arm_comparison_operator.
10536         * arm.md (all uses of comparison_operator): Replace with
10537         arm_comparison_operator.
10538         (bunordered, bordered, bugt, bunlt, bunge, bunle, buneq, bltgt): New
10539         expands.
10540         (arm_buneq, arm_bltgt, arm_buneq_reversed, arm_bltgt_reveresed): New
10541         patterns.
10542
10543 Tue Aug 15 00:36:36 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10544
10545         * gthr-posix.h: Conditionally include <sched.h>; include
10546         <config.h> from libobjc/.
10547
10548 2000-08-14  Richard Henderson  <rth@cygnus.com>
10549
10550         * config/i386/i386.c (legitimize_pic_address): Use Pmode
10551         for all CONSTs.
10552
10553 2000-08-14  Richard Henderson  <rth@cygnus.com>
10554
10555         * configure.in (ia64-*): Set float_format for i386 long double.
10556
10557         * real.c (GET_REAL): Treat 128-bit INTEL_EXTENDED_IEEE_FORMAT
10558         as we would for i386 XFmode.
10559         (PUT_REAL): Likewise.
10560         (endian, ereal_atof, real_value_truncate): Likewise.
10561         (ereal_isneg, toe64, etens, make_nan): Likewise.
10562         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Likewise.
10563
10564         * config/ia64/ia64-protos.h: Update.
10565         * config/ia64/ia64.c (general_tfmode_operand): New.
10566         (destination_tfmode_operand): New.
10567         (tfreg_or_fp01_operand): New.
10568         (ia64_split_timode): New.
10569         (spill_tfmode_operand): New.
10570         (ia64_expand_prologue): Use TFmode not XFmode.
10571         (ia64_expand_epilogue): Likewise.
10572         (ia64_function_arg): Likewise.
10573         (ia64_function_arg_advance): Likewise.
10574         (ia64_return_in_memory): Likewise.
10575         (ia64_function_value): Likewise.
10576         (ia64_print_operand): Likewise.
10577         (ia64_register_move_cost): Set GR<->FR to 5.
10578         (ia64_secondary_reload_class): Get GR for TImode memory op.
10579         * config/ia64/ia64.h (ROUND_TYPE_SIZE): Remove.
10580         (ROUND_TYPE_ALIGN): Remove.
10581         (LONG_DOUBLE_TYPE_SIZE): Set to 128.
10582         (INTEL_EXTENDED_IEEE_FORMAT): Define.
10583         (HARD_REGNO_NREGS): Use TFmode, not XFmode.
10584         (HARD_REGNO_MODE_OK): Likewise.  Disallow TImode in FRs.
10585         (MODES_TIEABLE_P): Use TFmode, not XFmode.
10586         (CLASS_MAX_NREGS): Likewise.
10587         (ASM_OUTPUT_LONG_DOUBLE): Output by 4 byte hunks.
10588         (PREDICATE_CODES): Update.
10589         * config/ia64/ia64.md (movti): New.
10590         (movti_internal): Use a clobber for memory alternatives.
10591         (reload_inti, reload_outti): New.
10592         (movsfcc_astep): Predicate properly.
10593         (movdfcc_astep): Likewise.
10594         (movxf): Remove.
10595         (movtf): New.
10596         (extendsftf2, extenddftf2): New.
10597         (trunctfsf2, trunctfdf2): New.
10598         (floatditf2, fix_trunctfdi2): New.
10599         (floatunsditf2, fixuns_trunctfdi2): New.
10600         (addtf3, subtf3, multf3, abstf2): New.
10601         (negtf2, nabstf2, mintf3, maxtf3): New.
10602         (maddtf3, msubtf3, nmultf3, nmaddtf3): New.
10603         (cmptf): New.
10604         (fr_spill): Use TFmode, not XFmode.
10605         (fr_restore): Likewise.
10606         * config/ia64/lib1funcs.asm (__divtf3): New.
10607         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add it.
10608
10609 2000-08-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10610
10611         * cse.c (fold_rtx): Avoid empty body in an if-statement.
10612
10613         * doloop.c (doloop_iterations_max, doloop_modify): Avoid using the
10614         `U' integer constant suffix.
10615
10616         * dwarf2out.c (add_subscript_info): Avoid empty body in an
10617         else-statement.
10618
10619         * sparc/sol2.h (__enable_execute_stack): Prototype.
10620
10621 2000-08-14  David Edelsohn  <edelsohn@gnu.org>
10622
10623         * collect2.c: Remove use of AIX import file.
10624
10625         * longlong.h: Test ARCH_PWR not ARCH_POWER.
10626
10627         * rs6000.c (print_operand, case 'E'): Add else.
10628
10629 2000-08-14  Richard Henderson  <rth@cygnus.com>
10630
10631         * config/ia64/ia64.md (movdi): Delay calling ia64_expand_load_address.
10632         (movdi_symbolic): New.
10633
10634 2000-08-14  Jim Wilson  <wilson@cygnus.com>
10635
10636         * config/ia64/ia64.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
10637         to GNU as.  For Intel as, pass -M const_gp and -M no_plabel.
10638         * config/ia64/linux.h (ASM_SPEC): Pass -mconstant-gp and -mauto-pic
10639         to GNU as.
10640
10641 2000-08-14  Richard Henderson  <rth@cygnus.com>
10642
10643         * expr.c (emit_group_load): Don't force constants into registers.
10644         Special case source already in the correct mode.
10645
10646 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
10647
10648         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10649         * fixinc/inclhack.def: Likewise.
10650         * fixinc/mkfixinc.sh: Likewise.
10651         * configure: Regenerate.
10652         * fixinc/fixincl.x: Regenerate.
10653         * install.texi: Document equivalence of linux and linux-gnu.
10654
10655 Mon Aug 14 18:51:44 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
10656
10657         * cse.c (insert_regs): Also in REG case: When finding an invalid
10658         value, and we make a new quantity, make sure that it won't be
10659         mistaken by for a valid one by mention_regs.
10660
10661 2000-08-13  Ralf Gütlein <ralf.guetlein@aranea.de>
10662
10663         * h8300.md: Remove obsolete peepholes.
10664
10665 2000-08-13  Kazu Hirata  <kazu@hxi.com>
10666
10667         * invoke.texi (H8/300 Options): Fix typos.
10668         * config/h8300.c: Fix formatting.
10669         * config/h8300.h: Fix comment typos.
10670         (OVERRIDE_OPTIONS): Fix formatting.
10671
10672         * function.c: Fix formatting.
10673
10674         * cse.c: Fix formatting.
10675
10676 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
10677
10678         * flow.c (attempt_auto_inc): Remove unused variable `bb'.
10679         (attempt_auto_inc): Suppress parentheses warning.
10680         * function.c (put_reg_into_stack): Remove unused variable `unsigned_p'.
10681         * loop.c (load_mems): Remove `u' suffix in two places.
10682         * config/rs6000/rs6000.c: Remove unnecessary `u' suffixes from
10683         hex constants.
10684         * config/rs6000/rs6000.h: Likewise.
10685         * config/rs6000/sol-c0.c: Prototype some functions.  Remove the
10686         __eabi dummy routine.
10687         * config/rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Remove unused
10688         variable `buf_ptr'.
10689
10690         * config/rs6000/rs6000.c (rs6000_select_section): Rewrite to
10691         not put stuff in .sdata unnecessarily.
10692         (rs6000_unique_section): New function.
10693         * config/rs6000/rs6000-protos.h: Add rs6000_unique_section.
10694         * config/rs6000/sysv4.h (UNIQUE_SECTION): Define.
10695
10696         * c-typeck.c (build_array_ref): Don't complain about non-lvalue
10697         arrays in C99.  Don't try to look at DECL_REGISTER of a
10698         COMPONENT_REF.  Don't complain twice about the same error.
10699
10700         * fixinc/inclhack.def (aix_pthread): New fix.
10701         (aix_sysmachine): New fix.
10702         * fixinc/fixincl.x: Regenerate.
10703
10704         * expr.c (expand_expr): Call convert_modes when turning a large
10705         multiply into a small one.
10706
10707 2000-08-12  Geoff Keating  <geoffk@cygnus.com>
10708
10709         * tree.h (DECL_OFFSET_ALIGN): Make the off_align field of
10710         the tree structure an exponent rather than an explicit alignment
10711         so it doesn't overflow.
10712         (SET_DECL_OFFSET_ALIGN): New macro.
10713         * stor-layout.c (place_union_field): Use SET_DECL_OFFSET_ALIGN
10714         rather than DECL_OFFSET_ALIGN.
10715         (place_field): Likewise.
10716         * expmed.c (store_bit_field): Abort on align==0 to avoid
10717         antisocial machine behaviour.
10718
10719 2000-08-12  Richard Henderson  <rth@cygnus.com>
10720
10721         * sibcall.c (uses_addressof): Accept both addressof and
10722         current_function_internal_arg_pointer inside a mem.
10723         (optimize_sibling_and_tail_recursive_call): Fail tail recursion
10724         if current_function_uses_addressof.
10725         * stmt.c (expand_return): Kill tail recursion and HAVE_return
10726         optimizations.
10727
10728 2000-08-11  Richard Henderson  <rth@cygnus.com>
10729
10730         * config/ia64/ia64.md (addsi3): Remove expander.
10731         (subsi3, mulsi3, negsi2, one_cmplsi2): Likewise.
10732         (*addsi3_shladd): New.
10733
10734 2000-08-11  Richard Henderson  <rth@cygnus.com>
10735
10736         * config/ia64/ia64.c (do_spill): Pass cfa offset to move expander.
10737         (do_restore): Likewise.
10738         (gen_movdi_x, gen_fr_spill_x, gen_fr_restore_x): New.
10739         (ia64_expand_prologue, ia64_expand_epilogue): Use them.
10740         (rtx_needs_barrier): Track actual bit manipulation for
10741         ar.unat moves, gr_spill, and gr_restore.
10742         (emit_insn_group_barriers): Special case gr_spill/gr_restore.
10743         (process_set): Don't handle varargs spills.
10744         * config/ia64/ia64.md (gr_spill): Accept cfa offset.  Emit
10745         .mem.offset here instead of in process_set.
10746         (gr_restore): Likewise.
10747
10748 2000-08-11  Richard Henderson  <rth@cygnus.com>
10749
10750         * config/ia64/ia64.h (PROMOTE_MODE): Only extend to SImode.
10751
10752 2000-08-11  Mark Elbrecht  <snowball3@bigfoot.com>
10753
10754         * gcc.texi (The Configuration File): Document
10755         COLLECT2_HOST_INITIALIZATION, GCC_DRIVER_HOST_INITIALIZATION, and
10756         UPDATE_PATH_HOST_CANONICALIZATION.
10757
10758 2000-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10759
10760         * c-parse.in (cast_expr): Avoid -Wstrict-prototype warnings for
10761         unprototyped function pointer casts on integer constants.
10762
10763 2000-08-11 Laurynas Biveinis <lauras@softhome.net>
10764
10765         * fixproto: Recognize DOS paths with drive letters as absolute paths.
10766
10767 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10768
10769         * extend.texi (Volatiles): Fix typos.
10770
10771 2000-08-11  Kazu Hirata  <kazu@hxi.com>
10772
10773         * flow.c: Fix formatting.
10774
10775 2000-08-11  Richard Henderson  <rth@cygnus.com>
10776
10777         * reload.c (push_secondary_reload): When invoking a reload_{in,out}
10778         pattern, always allocate a tertiary scratch register.
10779
10780         * config/alpha/alpha.md (reload_inqi): Use a DImode scratch.
10781         (reload_inhi): Likewise.
10782
10783 2000-08-11  Richard Henderson  <rth@cygnus.com>
10784
10785         * function.c (put_reg_into_stack): Allow type to be NULL.
10786         (schedule_fixup_var_refs): Likewise.
10787         (gen_mem_addressof): Allow decl to be NULL.
10788         (put_addressof_into_stack): Likewise.
10789
10790         * flow.c (merge_blocks_nomove): Be more careful about
10791         locating the beginning of block A.
10792
10793         * combine.c (simplify_shift_const): Obey SHIFT_COUNT_TRUNCATED.
10794
10795 Thu Aug 10 22:47:09 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10796
10797         * configure.in:
10798         * configure:
10799         * gthr-posix.h:
10800         * config.in: Reverted the check for <sched.h>.
10801
10802 2000-08-10  Chris Demetriou  <cgd@sibyte.com>
10803
10804         * mips/elf.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME): New
10805         macros define the name of CTOR and DTOR sections.
10806         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
10807         DTOR_LIST_END): Change to use attributes to specify
10808         sections.
10809         * mips/elf64.h (CTOR_SECTION_NAME, DTOR_SECTION_NAME,
10810         (CTOR_LIST_BEGIN, CTOR_LIST_END, DTOR_LIST_BEGIN,
10811         DTOR_LIST_END): Same as in mips/elf.h.
10812
10813 2000-08-10  Drew Moseley  <dmoseley@redhat.com>
10814
10815         * config/mn10300/mn10300.h: Added no-crt0 option for explicitly
10816         disabling just crt0.o.
10817
10818 2000-08-10  Richard Earnshaw <rearnshaw@arm.com> & Nick Clifton  <nickc@cygnus.com>
10819
10820         * arm.h (CPP_SPEC): Use sub-spec cpp_interwork.
10821         (CPP_INTERWORK_SPEC, CPP_INTERWORK_DEFAULT_SPEC): New sub-specs.
10822         (EXTRA_SPECS): Add them.
10823         * arm/lib1funcs.asm: Support builds for interworking.
10824         Use macros to eliminate duplicated pieces of code.
10825
10826 2000-08-10  Kazu Hirata  <kazu@hxi.com>
10827
10828         * h8300.c (expand_a_rotate): New.
10829         (emit_a_rotate): Likewise.
10830         (h8300_adjust_insn_length): Add support for the rotate insns.
10831         * h8300.md (rotlqi3): New.
10832         (*rotlqi3_1): Likewise.
10833         (rotlhi3): Likewise.
10834         (*rotlhi3_1): Likewise.
10835         (rotlhi3): Likewise.
10836         (*rotlhi3_1): Likewise.
10837         * h8300-proto.h: Add prototypes for expand_a_rotate and
10838         emit_a_rotate.
10839
10840         * h8300.c: Fix comment typos.
10841         (dosize): Declare the variable amount as unsigned.
10842         (get_shift_alg): Fix a comparison between signed and unsigned.
10843         (emit_a_shift): Likewise.
10844         (h8300_adjust_insn_length): Simplify the code.
10845
10846         * c-decl.c: Fix formatting.
10847
10848 2000-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10849
10850         * c-lex.c (parse_float, yylex): For -Wtraditional, issue a
10851         warning about non-traditional numeric constant suffixes.
10852
10853         * cppexp.c (parse_number): Likewise.
10854
10855         * invoke.texi: (-Wtraditional): Document new behavior.
10856
10857 Thu Aug 10 00:11:04 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
10858
10859         * gthr-posix.h: Include auto-host.h. Conditionally include
10860         <sched.h>.
10861         * configure.in: Check for the <sched.h> header file.
10862         * config.in: Added define for HAVE_SCHED_H.
10863
10864 2000-08-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10865
10866         * c-typeck.c (process_init_element): For -Wtraditional, warn about
10867         initialization of unions.
10868
10869         * invoke.texi (-Wtraditional): Document new behavior.
10870
10871 2000-08-09  Zack Weinberg  <zack@wolery.cumb.org>
10872
10873         * configure.in (--enable-c-cpplib): Uncomment.  Use AC_DEFINE
10874         instead of extra_c_flags.
10875         (--enable-c-mbchar): Use AC_DEFINE instead of extra_c_flags.
10876         * configure: Regenerate.
10877         * config.in: Regenerate.
10878
10879         * cpperror.c (cpp_type2name): New function.
10880         * cpplex.c (lex_line): If we issued an error for an invalid
10881         preprocessing directive, discard that logical line.
10882         * cpplib.c (do_line): Call a hook function if the current file
10883         is renamed by #line.
10884         (do_ident): Pass the contents of the string, not the entire
10885         token, to the callback function.
10886         * cpplib.h (CPP_LAST_PUNCTUATOR): New #define.
10887         (cb.rename_file): New hook function.
10888         (cb.ident): Adjust prototype.
10889         (cpp_type2name): Prototype.
10890         * cppmacro.c (dump_macro_args): Correct precedence lossage.
10891
10892         * cppmain.c (cb_ident): Update for changed interface.
10893         (cb_rename_file): New function.
10894         (main): Set rename callback.
10895
10896 2000-08-09  Alexandre Oliva  <aoliva@redhat.com>
10897
10898         * caller-save.c (mark_referenced_regs): Mark partially-overwritten
10899         multi-word registers.
10900
10901 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
10902
10903         * c-common.c (combine_strings, check_format_info): Refer to ISO C
10904         or ISO C89 instead of ANSI C.
10905         * c-decl.c (grokdeclarator, xref_tag, finish_struct,
10906         build_enumerator, do_case): Likewise.
10907         * c-lex.c (parse_float, yylex): Likewise.
10908         * c-parse.in: Likewise.
10909         * c-typeck.c (common_type, build_array_ref, build_binary_op,
10910         build_unary_op, pedantic_lvalue_warning, build_conditional_expr,
10911         build_c_cast, convert_for_assignment, set_init_index,
10912         set_init_label, c_expand_start_case): Likewise.
10913         * toplev.c (documented_lang_options, display_help): Likewise.
10914
10915 2000-08-08  Kazu Hirata  <kazu@hxi.com>
10916
10917         * h8300.c: Fix formatting.
10918         * h8300.h: Likewise.
10919         * h8300.md: Likewise.
10920         (movsi_h8300hs): Fix formatting of the resulting assembly code.
10921
10922         * reload1.c: Fix formatting.
10923
10924 2000-08-08  Rodney Brown  <RodneyBrown@mynd.com>
10925
10926         * alpha/alpha.c (alpha_emit_xfloating_libcall):
10927         Use GEN_CALL_VALUE define.
10928         * alpha/alpha.md (untyped_call): Use GEN_CALL define.
10929         * clipper/clipper.md (untyped_call): Likewise.
10930         * dsp16xx/dsp16xx.md (untyped_call): Likewise.
10931         * fx80/fx80.md (untyped_call): Likewise.
10932         * mips/mips.md (untyped_call): Likewise.
10933         * ns32k/ns32k.md (untyped_call): Likewise.
10934         * pa/pa.md (untyped_call): Likewise.
10935         * romp/romp.md (untyped_call): Likewise.
10936         * sparc/sparc.md (untyped_call): Likewise.
10937
10938 2000-08-08  Jason Eckhardt  <jle@cygnus.com>
10939
10940         * config/i860/i860.c (singlemove_string): Do not generate assembler
10941         pseudo instructions that must be expanded (that is, with signed
10942         constants larger than 16 bits).
10943
10944 2000-08-08  Richard Henderson  <rth@cygnus.com>
10945
10946         * flow.c (life_analysis): Only turn off PROP_LOG_LINKS and
10947         PROP_AUTOINC at -O0.  Don't collect alias info at -O0.
10948         (init_propagate_block_info): Don't kill memory stores at -O0.
10949         (mark_set_1, mark_used_regs): Likewise.
10950
10951 2000-08-08  David Edelsohn  <edelsohn@gnu.org>
10952
10953         * rs6000.c (optimization_options): Decorate 'level' as
10954         ATTRIBUTE_UNUSED.
10955         (mask64_operand): Remove sign-extend thinko.
10956         (rldic_operand): New function.
10957         (load_multiple_operation): regno's are unsigned ints.
10958         (store_multiple_operation): Likewise.
10959         (lmw_operation): Likewise.
10960         (stmw_operation): Likewise.
10961         (includes_lshift_p): shift_mask is unsigned int.
10962         (includes_lshift64_p): New function.
10963         (addrs_ok_for_quad_peep): unsigned int reg1.
10964         (print_operand): Consistently add "else" after
10965         output_operand_lossage().
10966         (print_operand, case 'b'): Fold in case 'W'.
10967         (print_operand, case 'W'): Print rldic MB value.
10968         (output_epilogue): Update Objective-C language string.
10969         (output_toc): unsigned HOST_WIDE_INT low, compare unsigned.
10970         * rs6000.h (PREDICATE_CODES): Add rldic_operand.
10971         * rs6000.md (ashldi3): Add rldic instruction.
10972         (iordi3, xordi3): Remove redundant "else if CONST_DOUBLE".
10973         (cmpsi_internal2, cmpdi_interal2): Use 'b' output template
10974         modifier.
10975
10976 2000-08-08  Richard Henderson  <rth@cygnus.com>
10977
10978         * config/ia64/ia64-protos.h: Remove duplicates.  Update
10979         for massive code rearrangements.
10980         * config/ia64/ia64.c (ia64_arpfs_regno): Remove.
10981         (ia64_rp_regno, ia64_fp_regno, ia64_input_regs): Remove.
10982         (ia64_local_regs, ia64_need_regstk): Remove.
10983         (ar_ccv_reg_operand): New.
10984         (ia64_gp_save_reg): New.
10985         (struct ia64_frame_info): Combine most of the size elements;
10986         add new gr save elements.
10987         (find_gr_spill): New.
10988         (next_scratch_gr_reg): New.
10989         (mark_reg_gr_used_mask): New.
10990         (ia64_compute_frame_size): Rewrite.  Allocate special AR regs
10991         to GR backing store regs when possible.
10992         (ia64_initial_elimination_offset): New.
10993         (ia64_rap_fp_offset): Remove.
10994         (save_restore_insns): Remove.
10995         (setup_spill_pointers): New.
10996         (finish_spill_pointers): New.
10997         (spill_restore_mem): New.
10998         (do_spill, do_restore): New.
10999         (ia64_expand_prologue): Rewrite to use them.
11000         (ia64_expand_epilogue): Likewise.
11001         (ia64_direct_return): Update for current_frame_info changes.
11002         (ia64_function_prologue): Simplify .prologue emission.  Emit
11003         .spill when needed.
11004         (ia64_setup_incoming_varargs): Don't ever emit rtl.
11005         (ia64_dbx_register_number): New.
11006         (ia64_initialize_trampoline): New.
11007         (ia64_secondary_reload_class): Request GR_REGS for integer
11008         arithmetic destined for FR_REGS.
11009         (ia64_init_machine_status): Don't reset return_address_pointer_rtx.
11010         (ia64_mark_machine_status): Mark ia64_gp_save.
11011         (rws_access_regno): Rename from rws_access_reg; don't treat
11012         predicates specially.
11013         (rws_access_reg): New.  Update all callers.
11014         (rtx_needs_barrier): Remove dead unspecs.
11015         (ia64_epilogue_uses): Mark ar.pfs and ar.unat live on exit.
11016         (ia64_encode_section_info): Silence signed/unsigned warnings.
11017         (spill_offset, sp_offset, spill_offset_emitted): Remove.
11018         (tmp_reg, tmp_saved): Remove.
11019         (process_set): Rewrite to expect complicated bits via
11020         REG_FRAME_RELATED_EXPR.
11021         (ia64_expand_fetch_and_op): Use emit_move_insn; be explicit
11022         in the use of ar.ccv; never set RTX_UNCHANGING_P.
11023         (ia64_expand_op_and_fetch): Likewise.
11024         (ia64_expand_compare_and_swap): Likewise.
11025         (ia64_expand_builtin): Likewise.
11026         * config/ia64/ia64.h (AR_UNAT_REGNUM): New.
11027         (FIRST_PSEUDO_REGISTER): Update.
11028         (AR_M_REGNO_P): Update.
11029         (FIXED_REGS): Don't mark three local registers as used.
11030         (EXTRA_CC_MODES): New.
11031         (SELECT_CC_MODE): New.
11032         (HARD_REGNO_NREGS): Allow DImode in p0; handle CCImode.
11033         (HARD_REGNO_MODE_OK): Disallow CCImode from non-predicates.
11034         (FRAME_GROWS_DOWNWARD): Unset.
11035         (STARTING_FRAME_OFFSET): Zero.
11036         (ELIMINABLE_REGS): Eliminate from the soft to hard frame pointer.
11037         (INITIAL_ELIMINATION_OFFSET): Defer to out of line function.
11038         (HARD_FRAME_POINTER_REGNUM): New.
11039         (CAN_DEBUG_WITHOUT_FP): Define.
11040         (TRAMPOLINE_TEMPLATE): Remove.
11041         (TRAMPOLINE_SIZE): Lower to 32.
11042         (TRAMPOLINE_ALIGNMENT): Lower to 64.
11043         (INITIALIZE_TRAMPOLINE): Defer to out of line function.
11044         (PREDICATE_CODES): Update.
11045         (struct machine_function): Add ia64_gp_save.
11046         * config/ia64/ia64.md: Purge unused unspecs.
11047         (movsi patterns): Allow moves to/from AR_M_REGS.
11048         (movdi patterns): Allow moves to/from p0.
11049         (call patterns): Move most setjmp hackery to ia64_gp_save_reg.
11050         (gr_spill, gr_restore): Indicate ar.unat read/written.
11051         (nonlocal_goto): Don't pass old frame_pointer.
11052         (nonlocal_goto_receiver): Remove.
11053         (exception_receiver): New.
11054         (builtin_setjmp_setup): New.
11055         (builtin_setjmp_receiver): New.
11056         * config/ia64/lib1funcs.asm (__ia64_save_stack_nonlocal): Bundle.
11057         (__ia64_nonlocal_goto): Bundle.  Don't kill r7.
11058         (__ia64_restore_stack_nonlocal): Likewise.
11059         (__ia64_trampoline): New.
11060         * config/ia64/sysv4.h (DBX_REGISTER_NUMBER): Defer to out of line
11061         function.
11062         * config/ia64/t-ia64 (LIB1ASMFUNCS): Add __trampoline.
11063
11064 2000-08-08  Richard Henderson  <rth@cygnus.com>
11065
11066         * frame.h (ia64_frame_state): Add my_psp.
11067         * libgcc2.c (ia64_throw_helper): Add throw_sp argument.
11068         (__throw): Pass it in.  Don't clobber r7.
11069         * config/ia64/frame-ia64.c (init_ia64_reg_loc): Mark inline.
11070         (execute_one_ia64_descriptor) [mem_stack_v]: Sets psp.when
11071         and nothing to do with sp.
11072         (normalize_reg_loc): Use frame->my_psp.
11073         (frame_translate): Handle frame-pointer-less functions.  Set
11074         spill_base correctly, in absence of being told.
11075         (__build_ia64_frame_state): New sp argument.  Fill in frame->my_sp.
11076         (__ia64_backtrace_helper): New sp argument.  Use
11077         builtin_return_address instead of label addresses.
11078         (print_record) [mem_stack_v]: No size member.
11079
11080 2000-08-08  Richard Henderson  <rth@cygnus.com>
11081
11082         * regclass.c (choose_hard_reg_mode): Iterate over all CC modes.
11083
11084 2000-08-08  Richard Henderson  <rth@cygnus.com>
11085
11086         * tm.texi (LOCAL_REGNO): Document.
11087         * flow.c (LOCAL_REGNO, EPILOGUE_USES): Provide default.
11088         (mark_regs_live_at_end): Don't mark LOCAL_REGNO registers.
11089         * reload1.c (reload): Likewise when considering nonlocal labels.
11090
11091         * config/ia64/ia64.h (LOCAL_REGNO): New.
11092         * config/sparc/sparc.h (LOCAL_REGNO): New.
11093
11094 2000-08-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11095
11096         * c-lex.c (yylex): Don't allow integer suffixes 'LUL', 'Ll', 'lL'.
11097
11098 2000-08-07  Nick Clifton  <nickc@redhat.com>
11099
11100         * config/mips/mips.c: Fix compile time warning messages.
11101         * config/mips/mips-protos.h: Add prototype for equality_op.
11102
11103         * mn10300.h (TARGET_SWITCHES): Document `-mam33'.
11104
11105 2000-08-07  Graham Stott  <grahams@cygnus.co.uk>
11106
11107         * mn10300.md: Use nonimmediate_operand instead of general_operand
11108         on output operands.
11109
11110         * mn10300.h (PREFERRED_RELOAD_CLASS): Limit memory reloads.
11111
11112 2000-08-07  Alexandre Oliva  <aoliva@redhat.com>
11113
11114         * sh.h (EXTRA_CONSTRAINT_Q): Adjust to GNU Coding Standards.
11115         * sh.c (expand_block_move): Break long lines.
11116         (expand_ashiftrt, fpscr_set_from_mem): Likewise.
11117         * sh.md (mulsi3): Likewise.
11118         (movdi): Adjust spacing.
11119
11120 2000-08-07  Richard Henderson  <rth@cygnus.com>
11121
11122         * expmed.c (store_bit_field): Don't require MEM_IN_STRUCT_P.
11123         * expr.c (emit_group_store): Don't set it.
11124
11125 2000-08-07  Kazu Hirata  <kazu@hxi.com>
11126
11127         * invoke.texi (Options for Debugging Your Program or GCC): Remove
11128         duplicate entries for 'w' and 'z'.
11129
11130         * flow.c: Fix a comment typo.
11131
11132 Sun Aug  6 23:47:35 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11133
11134         * c-parse.in: Changed the language string for Objective-C to "GNU
11135         Objective-C".
11136
11137 Sun Aug  6 11:54:03 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11138
11139         * gthr-posix.h: Integrated Chris Ball's <cball@fmco.com> changes
11140         to improve the Posix thread support for Objective-C.
11141
11142 2000-08-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11143
11144         * c-common.h (enum c_tree_index): Add CTI_SIGNED_SIZE_TYPE and
11145         CTI_UNSIGNED_PTRDIFF_TYPE.
11146         (signed_size_type_node): Define.
11147         (unsigned_ptrdiff_type_node): Define.
11148         * c-decl.c (init_decl_processing): Create the
11149         signed_size_type_node and unsigned_ptrdiff_type_node types.
11150         * c-common.c (T_SC): Define.
11151         (T_SST): Define.
11152         (T_UPD): Define.
11153         (print_char_table): Use T_SST for %zd, %zi, %zn.  Use T_UPD for
11154         %to, %tu, %tx, %tX.  Allow %hhn (T_SC).  Add "c" to the flags for
11155         %s and %p.
11156         (scan_char_table): Use T_SC for %hhd, %hhi, %hhn.  Use T_SST for
11157         %zd, %zi, %zn.  Use T_UPD for %to, %tu, %tx, %tX.  Add "c" to the
11158         flags for %c, %s and %[.
11159         (check_format_info): Only allow leniency for signedness of targets
11160         of character pointers (when pedantic) for formats flagged with
11161         "c", so for strings but not for %hh formats.  When pedantic, don't
11162         allow character pointers to substitute for void pointers if a
11163         second level of indirection is present.
11164
11165 2000-08-06  Kazu Hirata  <kazu@hxi.com>
11166
11167         * invoke.texi (Options for Debugging Your Program or GCC): Update
11168         the names of dump files.
11169
11170         * h8300.c (dosize): Rearrange code for conciseness.
11171         (split_adds_subs): Likewise.
11172
11173         * loop.c: Fix formatting.
11174
11175         * dwarf2out.c: Fix formatting.
11176
11177         * tm.texi (FUNCTION_ARG_PARTIAL_NREGS): Fix a typo.
11178
11179         * expr.c: Fix formatting.
11180
11181 2000-08-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11182
11183         * rs6000.c (rs6000_maybe_dead): Prototype.
11184
11185 2000-08-06  Richard Henderson  <rth@cygnus.com>
11186
11187         * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for
11188         HAVE_nonlocal_goto as well.
11189         * config/i960/i960.md (nonlocal_goto): Don't do it here.
11190         * config/pj/pj.md (nonlocal_goto): Likewise.
11191
11192 2000-08-07  Michael Hayes  <mhayes@cygnus.com>
11193
11194         * loop.c (try_swap_copy_prop): New function.
11195         (load_mems): Rename copies to load_copies and add new regset
11196         store_copies.  Check for sets of shadow registers and mark
11197         in store_copies.   Call try_swap_copy_prop for registers
11198         marked in store_copies.
11199
11200 Sun Aug  6 00:54:42 2000  Ovidiu Predescu  <ovidiu@cup.hp.com>
11201
11202         * objc/objc-act.c: New command line option -fconstant-string-class
11203         to allow specifying a user defined constant string class,
11204         different from NXConstantString.
11205
11206         * toplev.c: Moved the Objective-C specific options to
11207         objc/lang-options.h.
11208
11209         * objc/lang-options.h: Moved the Objective-C specific options from
11210         toplev.c. Added -fconstant-string-class.
11211
11212 2000-08-05  Chris Demetriou  <cgd@sibyte.com>
11213
11214         * mips/elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
11215         DTOR_LIST_BEGIN, DTOR_LIST_END): change type of
11216         __CTOR_LIST__ from func_ptr array to just func_ptr, to
11217         avoid extra alignment imposed on arrays.
11218         * mips/elf64.h (CTOR_LIST_BEGIN, CTOR_LIST_END,
11219         DTOR_LIST_BEGIN, DTOR_LIST_END): Likewise.
11220
11221         * mips.h: Clean up comments and spacing near MASKs.
11222         (TARGET_UNIX_ASM): Delete.
11223         (MASK_MIPS16, MASK_NO_CHECK_ZERO_DIV, MASK_CHECK_RANGE_DIV,
11224         MASK_UNINIT_CONST_IN_RODATA): Change values to make mask
11225         values contiguous.
11226
11227 2000-08-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11228
11229         * c-common.c (print_char_table): Add entries for the X/Open '
11230         format flag (print decimals with locale's thousands grouping
11231         character).  Make %C expect wint_t.
11232         (check_format_info): If pedantic, warn when the %n$ operand
11233         number form is used.  Allow for the ' flag; warn about it if
11234         pedantic.
11235
11236 2000-08-05  Zack Weinberg  <zack@wolery.cumb.org>
11237
11238         * i386.h (FUNCTION_OK_FOR_SIBCALL):  Not OK if DECL's return
11239         type is a float mode, cfun->decl's return type is not, and
11240         TARGET_FLOAT_RETURNS_IN_80387.
11241
11242 2000-08-04  Andreas Schwab  <schwab@suse.de>
11243
11244         * cppmain.c (cb_def_pragma): Skip the first two tokens from the
11245         token list, which are always `#' and `pragma'.
11246
11247 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
11248
11249         * tree.c (tree_expr_nonnegative_p): Move to...
11250         * fold-const.c: ... here.  Also handle BIND_EXPR and RTL_EXPR.
11251         (rtl_expr_nonnegative_p): New.
11252         * tree.h: Add prototype for rtl_expr_nonnegative_p.
11253
11254         * real.h (CONST_DOUBLE_LOW, CONST_DOUBLE_HIGH, CONST_DOUBLE_MEM,
11255         CONST_DOUBLE_CHAIN: Move to...
11256         * rtl.h: ...here.  Use XCINT/XCEXP.
11257
11258         * Makefile.in: Remove toplev.o from OBJS.  Add rule to make
11259         libbackend.a; add libbackend.a to STAGESTUFF.  Add BACKEND
11260         variable.  Use BACKEND when linking cc1, not OBJS.  Add BACKEND
11261         to VOL_FILES.
11262
11263         * objc/Make-lang.in (cc1obj): Link with $(BACKEND).
11264
11265 2000-08-05  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11266
11267         * config/c4x/c4x.md (return_indirect_internal): New.
11268         * config/c4x/c4x.c (c4x_expand_epilogue): Use it.
11269
11270 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11271
11272         * c-common.c (time_char_table): Mark up formats added in C99 and
11273         make other corrections.  %D and %g were added in C99.  %Og is an
11274         extension.  %EX is permitted.  %R, %T, %n, %r, %t were added in
11275         C99.  %e was added in C99.  %Oj is an extension.  %G and %z are in
11276         C99 rather than GNU extensions, but %OG and %Oz are extensions.
11277         %h was added in C99.  %C was added in C99.  %OY and %OC are
11278         extensions.  Add the C99 format %F.
11279         (check_format_info): If pedantic and not in C99 mode, warn for C99
11280         formats, %E and %O.
11281
11282 Fri Aug  4 23:01:58 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11283
11284         * function.c (schedule_fixup_var_refs): New function, broken out
11285         of put_reg_into_stack.
11286         (put_reg_into_stack): Use it.
11287         (put_var_into_stack): In CONCAT case, fixup up references for
11288         components only after fixing up references to the whole concat.
11289
11290 2000-08-04  Rodney Brown  <RodneyBrown@pmsc.com>
11291
11292         * alias.c (mark_constant_function): Use INSN_P.
11293         (init_alias_analysis): Likewise.
11294         * combine.c (combine_instructions): Use INSN_P.
11295         (can_combine_p): Likewise.
11296         (try_combine): Likewise.
11297         (distribute_notes): Likewise.
11298         (distribute_links): Likewise.
11299         * cse.c (cse_around_loop): Use INSN_P.
11300         (invalidate_skipped_block): Likewise.
11301         (cse_set_around_loop): Likewise.
11302         (cse_end_of_basic_block): Likewise.
11303         (delete_trivially_dead_insns): Likewise.
11304         * emit-rtl.c (unshare_all_rtl_again): Use INSN_P.
11305         (unshare_all_rtl_1): Likewise.
11306         (next_cc0_user): Likewise.
11307         (try_split make_insn_raw): Likewise.
11308         (remove_unnecessary_notes): Likewise.
11309         * final.c (shorten_branches): Use INSN_P.
11310         (leaf_renumber_regs): Likewise.
11311         (leaf_renumber_regs_insn): Likewise.
11312         * flow.c (find_label_refs): Use INSN_P.
11313         (verify_wide_reg): Likewise.
11314         (notice_stack_pointer_modification): Likewise.
11315         (count_or_remove_death_notes): Likewise.
11316         (verify_flow_info): Likewise.
11317         (clear_log_links): Likewise.
11318         * function.c (fixup_var_refs_insns): Use INSN_P.
11319         (compute_insns_for_mem): Likewise.
11320         * gcse.c (alloc_gcse_mem): Use INSN_P.
11321         (compute_sets): Likewise.
11322         (compute_hash_table): Likewise.
11323         (classic_gcse): Likewise.
11324         (cprop): Likewise.
11325         (insert_insn_end_bb): Likewise.
11326         (delete_null_pointer_checks_1): Likewise.
11327         * global.c (expand_preferences): Use INSN_P.
11328         (build_insn_chain): Likewise.
11329         * graph.c (node_data): Use INSN_P.
11330         * haifa-sched.c (priority): Use INSN_P.
11331         (rm_line_notes): Likewise.
11332         (rm_other_notes): Likewise.
11333         (find_insn_reg_weight): Likewise.
11334         (init_target_units): Likewise.
11335         (schedule_block): Likewise.
11336         (compute_block_forward_dependences): Likewise.
11337         (debug_dependencies): Likewise.
11338         (set_priorities): Likewise.
11339         * integrate.c (function_cannot_inline_p): Use INSN_P.
11340         (save_parm_insns): Likewise.
11341         (copy_insn_list): Likewise.
11342         * jump.c (mark_all_labels): Use INSN_P.
11343         (never_reached_warning): Likewise.
11344         * lcm.c (optimize_mode_switching): Use INSN_P.
11345         * local-alloc.c (validate_equiv_mem): Use INSN_P.
11346         (memref_used_between_p): Likewise.
11347         (update_equiv_regs): Likewise.
11348         (block_alloc): Likewise.
11349         (no_conflict_p): Likewise.
11350         * loop.c (scan_loop): Use INSN_P.
11351         (find_and_verify_loops): Likewise.
11352         (count_loop_regs_set): Likewise.
11353         (loop_reg_used_before_p): Likewise.
11354         (strength_reduce): Likewise.
11355         (recombine_givs): Likewise.
11356         (check_dbra_loop): Likewise.
11357         (load_mems): Likewise.
11358         (try_copy_prop): Likewise.
11359         * print-rtl.c (print_rtx): Use INSN_P.
11360         * recog.c (find_single_use): Use INSN_P.
11361         * reg-stack.c (stack_regs_mentioned): Use INSN_P.
11362         (next_flags_user): Likewise.
11363         (swap_rtx_condition): Likewise.
11364         * regmove.c (mark_flags_life_zones): Use INSN_P.
11365         (optimize_reg_copy_1): Likewise.
11366         (optimize_reg_copy_2): Likewise.
11367         (optimize_reg_copy_3): Likewise.
11368         (reg_is_remote_constant_p): Likewise.
11369         (fixup_match_2): Likewise.
11370         (regmove_optimize): Likewise.
11371         (fixup_match_1): Likewise.
11372         * regrename.c (build_def_use): Use INSN_P.
11373         (replace_reg_in_block): Likewise.
11374         (consider_use): Likewise.
11375         * reload.c (find_equiv_reg): Use INSN_P.
11376         * reload1.c (reload): Use INSN_P.
11377         (maybe_fix_stack_asms): Likewise.
11378         (calculate_needs_all_insns): Likewise.
11379         (reload_as_needed): Likewise.
11380         (emit_output_reload_insns): Likewise.
11381         (delete_address_reloads_1): Likewise.
11382         (reload_cse_regs_1): Likewise.
11383         (reload_combine): Likewise.
11384         (reload_cse_move2add): Likewise.
11385         * reorg.c (redundant_insn): Use INSN_P.
11386         (dbr_schedule): Likewise.
11387         * resource.c (find_dead_or_set_registers): Use INSN_P.
11388         (mark_target_live_regs): Likewise.
11389         * rtlanal.c (reg_used_between_p): Use INSN_P.
11390         (reg_referenced_between_p): Likewise.
11391         (reg_set_between_p): Likewise.
11392         (reg_set_p): Likewise.
11393         (single_set): Likewise.
11394         (multiple_sets): Likewise.
11395         (find_last_value): Likewise.
11396         (reg_set_last): Likewise.
11397         (find_reg_note): Likewise.
11398         (find_regno_note): Likewise.
11399         * sibcall.c (sequence_uses_addressof): Use INSN_P.
11400         * simplify-rtx.c (cselib_process_insn): Use INSN_P.
11401         * ssa.c (find_evaluations): Use INSN_P.
11402         (rename_block): Likewise.
11403         (rename_equivalent_regs): Likewise.
11404         * unroll.c (loop_find_equiv_value): Use INSN_P.
11405         (set_dominates_use): Likewise.
11406         * varasm.c (mark_constant_pool): Use INSN_P.
11407         (mark_constants): Likewise.
11408         * config/alpha/alpha.c (alpha_does_function_need_gp): Use INSN_P.
11409         (alphaev4_next_group): Likewise.
11410         (alphaev5_next_group): Likewise.
11411         * config/c4x/c4x.c (c4x_process_after_reload): Use INSN_P.
11412         (c4x_rptb_rpts_p): Likewise.
11413         * config/mips/mips.c (mips16_optimize_gp): Use INSN_P.
11414         * config/rs6000/rs6000.c (uses_TOC): Use INSN_P.
11415         (rs6000_adjust_priority): Likewise.
11416         * config/sh/sh.c (sh_loop_align): Use INSN_P.
11417         (machine_dependent_reorg): Likewise.
11418         (split_branches): Likewise.
11419         * config/tahoe/tahoe.c (tahoe_cmp_check): Use INSN_P.
11420
11421 Fri Aug  4 11:43:49 2000  John Wehle  (john@feith.com)
11422
11423         * combine.c (recog_for_combine): Remove the old notes
11424         prior to attempting to recognize the new pattern.
11425         (distribute_notes): Ignore REG_NONNEG notes.
11426
11427 2000-08-04  Chandrakala Chavva  <cchavva@redhat.com>
11428
11429         * varasm.c (output_constructor): Add .align 0 for packed vars.
11430
11431 2000-08-04  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11432
11433         * configure.in: Use default thread_file even when enable_threads is
11434         yes or dce because hpux10.20 pa port uses MULTILIB implementation.
11435         * configure: Rebuilt.
11436
11437         * gthr-dce.h (__gthread_objc_condition_allocate): Fix typo.
11438
11439 2000-08-04  Donn Terry (donnte@microsoft.com)
11440
11441         * prefix.c (translate_name): Don't strip trailing DIR_SEPARATOR.
11442
11443 2000-08-04  Mark Elbrecht  <snowball3@bigfoot.com>
11444
11445         * i386/x-djgpp: Delete code that conditionally modifies target_alias.
11446         Delete code that conditionally modifies 'version'.
11447         Delete X_CPPFLAGS. Add comment for SYSTEM_HEADER_DIR.
11448         * i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): New macro.
11449         * gcc.c (main): Use it.
11450         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): New macro.
11451         * prefix.c (update_path): Use it.
11452         * i386/djgpp.h (STANDARD_INCLUDE_DIR): Define.
11453         (MD_EXEC_PREFIX): Set to '/dev/env/DJDIR/bin/'.
11454         (ASM_OUTPUT_SECTION_NAME): Add code attribute to sections containing
11455         code.
11456         (SUPPORTS_WEAK, SUPPORTS_ONE_ONLY): Default to true.
11457         (SUBTARGET_SWITCHES): Adjust.
11458         (WCHAR_UNSIGNED, WCHAR_TYPE_SIZE, WCHAR_TYPE): Undefine before
11459         defining.
11460         (WINT_TYPE, SIZE_TYPE, PTRDIFF_TYPE): Define.
11461
11462 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11463
11464         * c-common.h (flag_isoc94): Declare.
11465         * c-decl.c (flag_isoc94): Define.
11466         (c_decode_option): Set flag_isoc94 as appropriate.
11467         * c-common.c (T_PD, T_IM, T_UIM): Define.
11468         (format_char_info): Add tlen and jlen.
11469         (print_char_table): Add entries for %t and %j.  Allow %zn.  Allow
11470         %F.  Allow %lf.
11471         (scan_char_table): Add entries for %t and %j.  Allow %F.  Allow
11472         %l[.
11473         (time_char_table): Add NULL entries for %t and %j.
11474         (check_format_info): Allow for %t and %j.  Warn for %F if pedantic
11475         and not C99.  Warn for %lc, %ls and %l[ if pedantic and not C94.
11476         Warn for printf %lf if pedantic and not C99.  Don't warn for empty
11477         precision.  Allow precision argument to be unsigned int.  If
11478         pedantic, warn for %p passed an argument not a pointer to possibly
11479         qualified void or a possibly qualified character type, and for
11480         pointer targets of the wrong sign, except for character pointers.
11481
11482 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11483
11484         * ginclude/stddef.h: Don't declare wint_t unless __need_wint_t.
11485         * c-common.h (enum c_tree_index): Add CTI_WINT_TYPE.
11486         (wint_type_node): Define.
11487         * c-decl.c (WINT_TYPE): Define.
11488         (init_decl_processing): Create the wint_type_node type.
11489         * c-common.c (T_WI): Define.
11490         (print_char_table): Use T_WI for %lc format.
11491
11492 2000-08-04  Bruce Korb  <bkorb@gnu.org>
11493
11494         * fixinc/:  Verified that the MSDOS patch does not break
11495         the UNIX functionality and applied the next three patches
11496         from July:
11497
11498 2000-07-28  Eli Zaretskii  <eliz@is.elta.co.il>
11499
11500         * fixinc/fixfixes.c (main) [__MSDOS__]: Avoid overwriting the
11501         output file with the temporary one by appending ".X" to generate
11502         the temporary fuile's name.  If the output file already has an
11503         extension, replace it with ".X".
11504
11505         * fixinc/fixincl.c (fix_with_system) [__MSDOS__]: Use $ORIGDIR,
11506         not $DESTDIR, to find applyfix.  Use sprintf instead of snprintf;
11507         reallocate the command buffer while copying the command-line
11508         argument.  Redirect the output directly to the temporary file,
11509         instead of going through another temporary file.
11510         (process): Close the temporary file before unlinking it.
11511         (machine_matches) [__MSDOS__]: If the machine doesn't match, set
11512         the FD_SKIP_TEST flag.  Pay attention to the FD_MACH_IFNOT flag.
11513         (run_compiles): Pass p_fixd argument to machine_matches, as it
11514         expects.
11515
11516         * fixinc/fixincl.sh: Export ORIGDIR.  If $DJDIR is set in the
11517         environment, assume there are no symlinks in the include
11518         directory.  When cleaning up the DONE files, look for them
11519         case-insensitively.  Don't try to remove symlinks if they aren't
11520         there.
11521
11522         * fixinc/fixlib.c (make_raw_shell_str): Accept new argument smax;
11523         all callers changed.  Declare pz "const char *", to avoid compiler
11524         warnings.
11525
11526         * fixinc/fixlib.h (ENV_TABLE): Get ORIGDIR from the environment.
11527         Change prototype of make_raw_shell_str.
11528
11529 2000-07-27  Eli Zaretskii  <eliz@is.elta.co.il>
11530
11531         * fixinc/fixincl.c [__MSDOS__]: Don't include "server.h".
11532         (initialize) [__MSDOS__]: Use tempnam.
11533         (initialize): Don't use SIGPIPE if it is not defined.
11534
11535         * fixinc/fixfixes.c (main) [__MSDOS__]: freopen for stdout should
11536         return stdout.
11537
11538 2000-07-25  Bruce Korb  <bkorb@gnu.org>
11539
11540         * fixinc/fix*.[ch]: substantially reworked to make it possible
11541         to run this program without using fork(2) or pipe(2) (i.e. in
11542         a DOS environment).
11543
11544 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11545
11546         * cppdefault.h (WINT_TYPE): Define.
11547         * cppinit.c (builtin_array): Define __WINT_TYPE__.
11548         * tradcpp.c (initialize_builtins): Define __WINT_TYPE__.
11549         * tm.texi (NO_BUILTIN_WINT_TYPE, WINT_TYPE): Document.
11550
11551 Fri Aug  4 06:53:46 2000  Clinton Popetz  <cpopetz@cygnus.com>
11552
11553         * (mips_legitimate_address_p): Don't allow register+offset
11554         if the offset is large and negative, and we are compiling
11555         for 64 bit registers.
11556
11557 2000-08-04 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
11558
11559         * gencodes.c (main): Define CODE_FOR_nothing as the last possible
11560         insn_code_number + 1.
11561
11562 2000-08-04  Kazu Hirata  <kazu@hxi.com>
11563
11564         * h8300.c (function_prologue): Rearrange code for conciseness.
11565         (function_epilogue): Likewise.
11566         * h8300.h (OK_FOR_U): Fix formatting.
11567
11568         * cse.c: Fix a comment typo. Fix formatting.
11569
11570 2000-08-03  Richard Henderson  <rth@cygnus.com>
11571
11572         * config/i386/i386.md (return_indirect_internal): New.
11573         * config/i386/i386.c (ix86_expand_epilogue): Use it.
11574
11575 2000-08-03  Zack Weinberg  <zack@wolery.cumb.org>
11576
11577         * cpplex.c (parse_name): Might have to glue a CPP_OTHER token
11578         before the name.
11579         (lex_line): Glue @ onto the beginning of identifiers and
11580         string constants, in Objective-C mode.
11581         (output_token, spell_token): Handle CPP_OSTRING.
11582         (can_paste, maybe_paste_with_next): Handle pasting @ onto the
11583         beginning of a NAME or a STRING, in objc mode.
11584
11585         * cpplib.c (get_define_node): Do not permit identifiers that
11586         begin with @ to be #defined.
11587         * cppmacro.c (CAN_PASTE_AFTER): Add CPP_OTHER.
11588         * cpplib.h (TTYPE_TABLE): Add CPP_OSTRING.
11589
11590         * c-lang.c, objc/objc-act.c (build_objc_string): Delete.
11591         * c-tree.h (build_objc_string): Delete prototype.
11592         * objc/objc-tree.def: Delete OBJC_STRING_CST.
11593         * c-lex.c (yylex): Use build_string for all three kinds of strings.
11594
11595         * c-parse.in, objc/objc-act.c: Update commentary.
11596
11597 2000-08-03  Mark Mitchell  <mark@codesourcery.com>
11598
11599         * extend.texi: Fix typo in last change.
11600
11601         * extend.texi: Add commentary on statement-expressions and their
11602         interactions with C++.
11603
11604 2000-08-03  Nick Clifton  <nickc@cygnus.com>
11605
11606         * dwarf2.h (DW_LANG_Java): Change value to 0x000b.
11607         * dwarf.h (LANG_JAVA): Change value to 0x000b.
11608
11609 2000-08-03  Anthony Green  <green@cygnus.com>
11610
11611         * dwarf2out.c (gen_compile_unit_die): Add java language support.
11612         (add_bound_info): Check for java language.
11613         (is_java): New function.
11614         * dwarfout.c (output_compile_unit_die): Ditto.
11615         * dwarf.h (dwarf_source_language): Add java source language type.
11616         * dwarf2.h (dwarf_source_language): Ditto.
11617
11618 Thu Aug  3 20:32:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11619
11620         * reg-stack.c (subst_stack_regs_pat):  Use replace_reg to swap
11621         operands.
11622
11623         * i386.c (ix86_expand_branch): Mode of comparison in
11624         IF_THEN_ELSE is VOIDmode.
11625
11626 Thu Aug  3 10:05:53 2000  Akiko Matsushita <matusita@sra.co.jp>
11627
11628         * gengenrtl.c, rtl.c: Avoid #elif.
11629
11630 2000-08-03  Michael Poole  <poole@troilus.org>
11631
11632         * tm.texi (Register Classes): Clarify order of sub-initializers
11633         in REG_CLASS_CONTENTS.
11634
11635 Thu Aug  3 15:53:03 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
11636
11637         From SAITOH Masanobu:
11638         * sh.h (ASM_OUTPUT_REG_PUSH): Fix syntax.
11639
11640 2000-08-03  David Billinghurst  <David.Billinghurst@riotinto.com.au>
11641
11642         * config/i386/cygwin.h: Remove -remap from CPP_SPEC since this option
11643         is not supported by tradcpp and isn't actually needed for cygwin.
11644
11645 2000-08-03  Kazu Hirata  <kazu@hxi.com>
11646
11647         * h8300.c: Fix a comment typo.
11648         * h8300.h (OK_FOR_U): Accept a 32-bit constant address on H8/S.
11649
11650         * jump.c: Fix formatting.
11651
11652         * toplev.c: Fix formatting.
11653
11654 Thu Aug  3 01:05:32 2000  Jeffrey A Law  (law@cygnus.com)
11655
11656         * flow.c (find_auto_inc): Verify that we've got a REG before
11657         peeking at its regno.  Fail, don't abort if we can't find
11658         the increment of the desired register.
11659
11660         * pa.md (shadd height reduction patterns/splitters): Remove.
11661
11662 2000-08-02  Jim Wilson  <wilson@cygnus.com>
11663
11664         * config/ia64/ia64-protos.h (flag_ssa): Declare.
11665         * config/ia64/ia64.md (movti_internal, movti_internal+1): New.
11666
11667 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
11668
11669         * dce.c: Remove all uses of assert.
11670         * dwarf2out.c: Likewise.
11671         * dwarfout.c: Likewise.
11672         * ssa.c: Likewise.
11673
11674 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11675
11676         * gcc.h (lang_specific_driver): Constify second argument.
11677         * gcc.c (translate_options, process_command, main): Likewise.
11678         Constify variables to match.  Cast second argument to
11679         pexecute.
11680
11681         * cppspec.c, gccspec.c: Adjust type of second argument to
11682         lang_specific_driver, and update code as necessary.
11683
11684 2000-08-02  Jakub Jelinek  <jakub@redhat.com>
11685
11686         * loop.c (scan_loop): Ensure update_end label does not
11687         go away until reg_scan_update is run.
11688
11689 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11690
11691         * c-common.h: Prototype min_precision and c_build_qualified_type here...
11692         * c-tree.h: ... not here.
11693         * errors.h: Prototype fancy_abort.
11694
11695         * emit-rtl.c (gen_lowpart_common): Move variable 'c' into
11696         HOST_BITS_PER_WIDE_INT == 64 ifdef block.
11697         * regrename.c (regrename_optimize): Make control flow explicit.
11698         (replace_reg_in_block): Initialize reg_use to 0.
11699
11700         * i386.c (legitimate_address_p): Rename error label to
11701         report_error to avoid namespace clash.
11702
11703 2000-08-02  Kazu Hirata  <kazu@hxi.com>
11704
11705         * fold-const.c: Fix formatting.
11706
11707 Wed Aug  2 16:26:15 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11708
11709         * i386.c (legitimate_address_p): Accept other bases than
11710         pic_offset_table_rtx for GOTOFF constructs.
11711
11712 Wed Aug  2 15:59:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11713
11714         * i386.md (shift to lea splitter): Use const_int_operand.
11715
11716 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
11717
11718         * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
11719         cppspec.c: Do not use 'legal' or 'illegal' in error messages
11720         and comments.
11721
11722         * cppmain.c (cb_define, cb_undef): Don't generate any output
11723         if not done_initializing.
11724         * cpplex.c (maybe_paste_with_next): When the token after a ##
11725         is an omitted rest argument, only delete the token before it
11726         if that token is a comma.  Do not warn about bogus token
11727         pastes for , ## rest_arg.
11728
11729         * cpp.texi: Update.
11730         * cpp.1: Regenerate.
11731
11732 2000-08-02  Fred Fish  <fnf@be.com>
11733
11734         * config/i386/beos-elf.h (STARTFILE_SPEC): Add i386-mcount.o
11735         when user gives -p option.  Add init_term_dyn.o for BeOS 5.0
11736         and later.
11737
11738         * config/i386/beos-elf.h (INCLUDE_DEFAULTS): Add additional
11739         Be directories to search path.
11740
11741         Remove support for __declspec(dllimport) and __declspec(dllexport).
11742         This is leftover cruft from the earlier BeOS gcc port when BeOS
11743         used Microsoft's PE object file format.
11744         * configure.in (i*86-*-beoself): Remove extra_objs=winnt.o.
11745         * config/i386/t-beos (winnt.o): Remove Makefile frag.
11746         * config/i386/beos-elf.h (TARGET_NOP_FUN_DLLIMPORT): Remove.
11747         (VALID_MACHINE_DECL_ATTRIBUTE): Remove.
11748         (VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
11749         (MERGE_MACHINE_DECL_ATTRIBUTES): Remove.
11750         (REDO_SECTION_INFO_P): Remove.
11751         (ASM_EXPORT_DECL): Remove.
11752         (ASM_DECLARE_FUNCTION_NAME): Remove.
11753         (ASM_DECLARE_OBJECT_NAME): Remove.
11754         (ASM_OUTPUT_ALIGNED_COMMON): Remove.
11755         (ASM_OUTPUT_ALIGNED_DECL_COMMON): Remove.
11756         (ASM_OUTPUT_ALIGNED_LOCAL): Remove.
11757         (STRIP_NAME_ENCODING): Remove.
11758
11759         Remove support for obsolete version of BeOS that is no longer
11760         supported by Be.
11761         * configure.in (i*86-*-beospe*): Remove.
11762         * config/i386/beos-pe.h: Remove.
11763
11764 2000-08-01  Jeffrey Oldham  <oldham@codesourcery.com>
11765             Mark Mitchell <mark@codesourcery.com>
11766
11767         * Makefile.in (OBJS): Added dce.o.
11768         (ssa.o): Updated target to include ssa.h.
11769         (flow.o): Likewise.
11770         (toplev.o): Likewise.
11771         (dce.o): Created target.
11772         * basic-block.h: Added comments.
11773         (INVALID_BLOCK): Added definition.
11774         (connect_infinite_loops_to_exit): Added declaration.
11775         Moved SSA declarations to ssa.h.
11776         * flow.c: Added inclusion of ssa.h.
11777         (struct depth_first_search_dsS, depth_first_search_ds):
11778         Added definitions.
11779         (compute_immediate_postdominators): Added definition.
11780         (connect_infinite_loops_to_exit): Likewise.
11781         (flow_dfs_compute_reverse_init): Likewise.
11782         (flow_dfs_compute_reverse_add_bb): Likewise.
11783         (flow_dfs_compute_reverse_execute): Likewise.
11784         (flow_dfs_compute_reverse_finish): Likewise.
11785         * rtl.h (rtx/in_struct): Added use to determine insn necessity.
11786         (LABEL_P): Added definition.
11787         (JUMP_P): Likewise.
11788         (NOTE_P): Likewise.
11789         (BARRIER_P): Likewise.
11790         (JUMP_TABLE_DATA_P): Likewise.
11791         (INSN_DEAD_CODE_P): Likewise.
11792         * ssa.c: Replaced inclusions with ssa.h inclusion.
11793         (CONVERT_HARD_REGISTER_TO_SSA_P): Moved to ssa.h.
11794         (rename_registers): Removed unnecessary variables.
11795         * ssa.h: Created by moving declarations from ssa.c and
11796         basic-block.h.
11797         * timevar.def: Defined TV_DEAD_CODE_ELIM.
11798         * toplev.c: Added ssa.h inclusion.
11799         (dump_file_index): Added DFI_dce.
11800         (dump_file): Added "dce" entry.
11801         Defined flag_ssa.
11802         (f_options): Added dce entry.
11803         * invoke.texi: Document -fdce.  Emphasize experimental status of
11804         -fssa.
11805         * dce.c: New file.
11806
11807 2000-08-01  Zack Weinberg  <zack@wolery.cumb.org>
11808
11809         * cpperror.c (v_message): Split into _cpp_begin_message and
11810         v_message macro.  All callers updated.
11811         (_cpp_begin_message): Do inhibit_errors/inhibit_warnings
11812         checks here.
11813
11814         * cppfiles.c (cpp_syshdr_flags): New function.
11815         (read_include_file): Don't call cpp_output_tokens.  Call
11816         enter_file hook.
11817         * cppinit.c (dump_macros_helper): Moved to cppmain.c.
11818         (cpp_reader_init): Don't initialize token_buffer.  Call
11819         _cpp_init_internal_pragmas.
11820         (cpp_cleanup): Don't clear token_buffer.
11821         (cpp_start_read): Don't worry about output from -D processing.
11822         Don't call cpp_output_tokens.
11823         (cpp_finish): Don't dump macros here.  Don't call
11824         cpp_output_tokens.
11825         * cppmacro.c (_cpp_dump_definition): Rename
11826         cpp_dump_definition.  Write directly to a FILE *.
11827         (dump_funlike_macro): Delete.
11828         (dump_macro_args): New.
11829
11830         * cpplex.c (TOKEN_LEN): Convert to inline function.
11831         (_cpp_grow_token_buffer, safe_fwrite, cpp_output_tokens,
11832         cpp_scan_line, _cpp_dump_list): Delete.
11833         (cpp_printf, cpp_output_list): New.
11834         (output_line_command): Don't worry about entering or leaving files.
11835         (cpp_scan_buffer): Just output each token as we hit it.
11836         (process_directive): Don't call cpp_output_tokens.
11837         (_cpp_glue_header_name): Don't use token_buffer.
11838         (output_token, dump_param_spelling): Write directly to a FILE *.
11839
11840         * cpplib.c (pass_thru_directive, dump_macro_name,
11841         pragma_dispatch, do_pragma_gcc): Delete.
11842         (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
11843         do_pragma_poison, cpp_pop_buffer): Call the appropriate hook
11844         functions.
11845         (do_error, do_warning, pragma_dependency): Call
11846         _cpp_begin_message, then cpp_output_list.
11847         (cpp_register_pragma, cpp_register_pragma_space,
11848         _cpp_init_internal_pragmas): New.
11849         (do_pragma): Walk the pragmas table here.
11850         (do_pragma_once, do_pragma_poison, do_pragma_system_header,
11851         do_pragma_dependency): Return void.
11852         (do_pragma_implementation): Moved to cppmain.c.
11853
11854         * cpplib.h: Update prototypes.
11855          (struct cpp_reader): Remove printer, token_buffer,
11856         token_buffer_size, and limit.  Add struct cb, and pragmas.
11857         (struct cpp_printer): Remove last_id and written.
11858         (CPP_WRITTEN, CPP_PWRITTEN, CPP_SET_WRITTEN,
11859         CPP_ADJUST_WRITTEN): Delete.
11860         * cpphash.h: Update prototypes.
11861         (ufputs): New wrapper.
11862
11863         * cppmain.c (cb_define, cb_undef, cb_include, cb_ident,
11864         cb_enter_file, cb_leave_file, cb_def_pragma): New functions.
11865         (main): Set up callbacks.  Register #pragma implementation.
11866         Dump macros from here.
11867
11868 2000-08-01  Geoff Keating  <geoffk@cygnus.com>
11869
11870         * rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
11871         * rtl.c (reg_note_name): Add REG_MAYBE_DEAD.
11872         * flow.c (propagate_one_insn): Allow deletion of prologue/epilogue
11873         insns if they have a REG_MAYBE_DEAD note attached.
11874         * config/rs6000/rs6000.c (rs6000_maybe_dead): New function.
11875         (rs6000_emit_load_toc_table): TOC loads may go dead.
11876
11877 2000-08-01  Jim Wilson  <wilson@cygnus.com>
11878
11879         * config/ia64/ia64.c (ia64_function_arg): Fix last change.  Verify
11880         type exists before using it.  Use number of words as alignment
11881         otherwise.
11882         (ia64_function_arg_partial_nregs, ia64_function_arg_advance,
11883         ia64_va_arg): Propagate ia64_function_args changes here.
11884
11885 2000-08-01  Richard Henderson  <rth@cygnus.com>
11886
11887         * config/elfos.h (ASM_DECLARE_OBJECT_NAME): Care for null DECL.
11888         * config/ia64/sysv4.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Likewise.
11889
11890 2000-08-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11891
11892         From Joern Rennecke:
11893         * sh.h (CPP_SPEC, TARGET_SWITCHES): Add m4-nofpu.
11894         * sh.md (udivsi3, divsi3): Don't use libcalls that use the FPU
11895         unless TARGET_SH3E is set.
11896         * t-sh (MULTILIB_MATCHES): Add m2=m4-nofpu.
11897
11898         * sh.md (ashlsi3_d, ashlsi3_k): Remove, replace with
11899         (ashlsi3_std): New pattern.
11900         (ashlsi3 expander): Use it for TARGET_SH3.
11901         * sh.c (gen_ashift): Use it instead of ashlsi3_k.
11902
11903 Tue Aug  1 12:34:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
11904
11905         * loop.c (canonicalize_condition):  Use destination, not source to
11906         determine SET's mode.
11907
11908 2000-07-31  Mark Mitchell  <mark@codesourcery.com>
11909
11910         * flow.c (clear_log_links): Fix typo.
11911
11912 Mon Jul 31 22:19:24 2000  Jeffrey A Law  (law@cygnus.com)
11913
11914         * loop.c (check_dbra_loop): Make change from July 17, 2000 work
11915         on targets which need more than one insn for a compare/cbranch
11916         operation.
11917
11918 2000-07-31  Jim Wilson  <wilson@cygnus.com>
11919
11920         * config/ia64/ia64.c (ia64_function_arg): Use alignment not size
11921         when computing offset.
11922
11923 Mon Jul 31 20:35:50 2000  Denis Chertykov  <denisc@overta.ru>
11924
11925         * genpeep.c (main): Handle DEFINE_PEEPHOLE2.
11926
11927 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
11928
11929         * flow.c (clear_log_links): Nuke global_live_at_start and
11930         global_live_at_end data, since if the log_links stuff is invalid
11931         so is global_live_at_*.
11932
11933 2000-07-31  Richard Henderson  <rth@cygnus.com>
11934
11935         * tm.texi (Addressing Modes): Clarify PRE/POST_MODIFY descriptions.
11936
11937 2000-07-31  Jakub Jelinek  <jakub@redhat.com>
11938
11939         * cpplex.c (_cpp_get_line): If index is 0, return line 0 col 0.
11940         (_cpp_get_token): Don't macro expand a just pasted token if it
11941         was pasted at no_expand_level.
11942
11943 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11944
11945         * cppmacro.c (find_param, count_params, save_expansion):
11946         Permit 'defined' as a macro parameter name.
11947
11948 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11949
11950         * Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and
11951         xcpp to cpp throughout.
11952         (native): Remove unnecessary dependency on cpp.
11953
11954         * gcc.c (trad_capable_cpp, C specs): Rename cpp to cpp,
11955         tradcpp to tradcpp0.
11956         (.i spec): Add missing output-file spec to cc1 command line.
11957         * objc/lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
11958
11959 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
11960
11961         * c-decl.c (mesg_implicit_function_declaration): Init to -1.
11962         (implicit_decl_warning): New function.
11963         (implicitly_declare): Use it.
11964         * c-typeck.c (build_external_ref): Use implicit_decl_warning
11965         to complain about implicit decls of builtins.
11966
11967         * c-lang.c (lang_init): Set mesg_implicit_function_declaration
11968         based on pedantic && flag_isoc99, if not already set.
11969         * c-tree.h: Declare mesg_implicit_function_declaration.
11970         Prototype implicit_decl_warning.
11971
11972 2000-07-30  Jeffrey D. Oldham  <oldham@codesourcery.com>
11973
11974         * Makefile.in (ssa.o): Updated header files in dependences.
11975         * basic-block.h: Added compute_immediate_postdominators declaration.
11976         * config/i386/i386.h (CONVERT_HARD_REGISTER_TO_SSA_P): Added
11977         definition.
11978         * flow.c (compute_immediate_dominators): Updated comment.
11979         (compute_immediate_postdominators): Added definition.
11980         * rtl.h (HARD_REGISTER_P): Added definition.
11981         * ssa.c: Include additional header files.
11982         (assert): Added definition.
11983         (ssa_rename_to_lookup): Added to reimplement ssa_rename_to to
11984         include select hard registers.
11985         (ssa_rename_to_insert): Likewise.
11986         (ssa_rename_from_initialize): Likewise.
11987         (ssa_rename_from_lookup): Likewise.
11988         (original_register): Likewise.
11989         (ssa_rename_from_insert): Added to reimplement ssa_rename_from to
11990         include select hard reigsters.
11991         (ssa_rename_from_traverse): Likewise.
11992         (ssa_rename_from_free): Likewise.
11993         (ssa_rename_from_print): Likewise.
11994         (ssa_rename_from_print_1): Likewise.
11995         (ssa_rename_from_hash_function): Likewise.
11996         (ssa_rename_from_equal): Likewise.
11997         (ssa_rename_from_delete): Likewise.
11998         (simplify_to_immediate_dominators): Removed in favor of
11999         flow.c:compute_immediate_dominators.
12000         (find_evaluations_1): Modified to work with hard registers.
12001         (insert_phi_node): Likewise.
12002         (insert_phi_nodes): Likewise.
12003         (struct rename_set_data): Updated prev_reg comment.
12004         (create_delayed_rename): Modified to work with hard registers.
12005         (RENAME_NO_RTX): Updated comment.
12006         (apply_delayed_renames): Modified to work with hard registers.
12007         (rename_insn_1): Likewise and added handling of CLOBBER rtls.
12008         (rename_block): Updated to use revised ssa_rename_to interface.
12009         (rename_registers): Updated to use revised ssa_rename_to and
12010         ssa_rename_from interface.
12011         (convert_to_ssa): Revised to use compute_immediate_dominators and
12012         deal with hard registers.
12013         (make_regs_equivalent_over_bad_edges): Modified to work with hard
12014         registers.  Added check for illegal unification of hard register.
12015         (make_equivalent_phi_alternatives_equivalent): Modified to work
12016         with hard registers.
12017         (compute_conservative_reg_partition): Likewise.
12018         (coalesce_if_unconflicting): Modified to work with hard registers
12019         and check for conflicting hard registers.
12020         (mark_phi_and_copy_regs): Revised loop to work only on pseudo
12021         registers.
12022         (rename_equivalent_regs_in_insn): Modified to work with hard
12023         registers.
12024         (record_canonical_element_1): Added definition.
12025         (check_hard_regs_in_partition): Added definition.
12026         (convert_from_ssa): Added data structure deallocation and check
12027         for illegal hard register unification.
12028         (conflict_hard_regs_p): Added definition.
12029         * toplev.c (rest_of_compilation): Added comment.
12030
12031 2000-07-31  Anthony Green  <green@redhat.com>
12032
12033         * config/ia64/crtbegin.asm (__EH_FRAME_BEGIN__): Align correctly.
12034
12035 2000-07-31  Jason McMullan  <jmcmullan@linuxcare.com>
12036
12037         * builtins.c (expand_builtin_apply): Don't defer pop during
12038         argument setup.
12039
12040 2000-07-31 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12041
12042         * calls.c (combine_pending_stack_adjustment_and_call): Only use
12043         preferred_unit_stack_boundary when it is > 1.
12044
12045 2000-07-31  Joseph S. Myers  <jsm28@cam.ac.uk>
12046
12047         * c-common.c (init_function_format_info): Add C99 format functions
12048         in C99 mode.
12049
12050         * c-decl.c (get_parm_info): Don't treat 'const void', 'volatile
12051         void' or 'register void' as being the special case of 'void' alone
12052         in a parameter list.
12053
12054         * c-typeck.c (build_c_cast): Change -Wcast-qual pedwarn for
12055         discarding qualifiers into a plain warning.
12056
12057 2000-07-31  Kazu Hirata  <kazu@hxi.com>
12058
12059         * combine.c: Fix formatting.
12060
12061         * h8300.md: Fix formatting.
12062
12063         * local-alloc.c: Fix formatting.
12064
12065         * h8300.c (get_shift_alg): Remove the variable alg.
12066         (emit_a_shift): Rearrange code to improve readability.
12067
12068         * h8300.md (movsi_h8300hs): Rearrange code to improve readability.
12069
12070         * h8300.h (MODES_TIEABLE_P): Accept a combination of QImode and
12071         HImode on all architectures and a combination of HImode and SImode
12072         on H8/300H and H8/S.
12073
12074         * h8300.c (split_adds_subs): Rearrange code for conciseness.
12075
12076 Mon Jul 31 12:27:55 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12077
12078         * i386.md (addsi to lea splitter, ashlqi3_1_lea): Fix bugs
12079         in my last checkin.
12080
12081 Mon Jul 31 10:41:01 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12082
12083         * recog.c (extract_insn): Set operand_mode according to
12084         operand if match_operand is VOIDmode.
12085
12086 Mon Jul 31 10:36:38 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12087
12088         * recog.c (validate_replace_rtx_1): Do not abort for (nil) expression.
12089
12090 2000-07-31  Geoff Keating  <geoffk@cygnus.com>
12091
12092         * c-parse.in (extdefs): Call ggc_collect between external
12093         definitions.
12094
12095 2000-07-30  Michael Hayes  <mhayes@cygnus.com>
12096             Richard Henderson  <rth@cygnus.com>
12097
12098         * Makefile.in (OBJS): Add doloop.o.
12099         * doloop.c: New file.
12100
12101         * final.c (insn_current_reference_address): Return 0 before final.
12102         * flags.h (flag_branch_on_count_reg): Fix typos in commentary.
12103         * jump.c (any_uncondjump_p): Likewise.
12104         * loop.c (indirect_jump_in_function): Make static.
12105         (strength_reduce): Call doloop_optimize.
12106         (insert_bct, instrument_loop_bct): Remove.
12107         * loop.h (doloop_optimize): Prototype.
12108         * recog.c (split_all_insns): Split all INSN_P.
12109         * toplev.c (flag_branch_on_count_reg): Default on.
12110
12111         * config/c4x/c4x.c (c4x_optimization_options): Don't set
12112         flag_branch_on_count_reg.
12113         * config/i386/i386.c (override_options): Likewise.
12114         * config/rs6000/rs6000.c (optimization_options): Likewise.
12115
12116         * config/i386/i386.md (decrement_and_branch_on_count): Remove.
12117         (doloop_end): New.
12118         (dbra_ge): Remove, as well as all it's splitters.
12119
12120         * config/rs6000/rs6000.md (decrement_and_branch_on_count): Remove.
12121         (doloop_end): New.
12122
12123         * config/ia64/ia64-protos.h (ar_lc_reg_operand): Declare.
12124         (ia64_register_move_cost): Declare.
12125         * config/ia64/ia64.c (ar_lc_reg_operand): New.
12126         (struct ia64_frame_info): Add ar_size.
12127         (ia64_compute_frame_size): Set it.
12128         (save_restore_insns): Save and restore ar.lc.
12129         (ia64_register_move_cost): New, moved from header file.  Handle
12130         application registers.
12131         (REG_AR_PFS, REG_AR_EC): Remove.  Replace with AR_*_REGNUM numbers.
12132         (emit_insn_group_barriers): Special case doloop_end_internal.
12133         (ia64_epilogue_uses): Mark ar.lc live at end.
12134         * config/ia64/ia64.h (AR_CCV_REGNUM, AR_LC_REGNUM): New registers.
12135         (AR_EC_REGNUM, AR_PFS_REGNUM): New registers.
12136         (FIRST_PSEUDO_REGISTER): Make room.
12137         (AR_M_REGNO_P, AR_I_REGNO_P, AR_REGNO_P): New.
12138         (FIXED_REGISTERS, CALL_USED_REGISTERS): Update.
12139         (REG_ALLOC_ORDER): Update.
12140         (HARD_REGNO_MODE_OK): Update.
12141         (REGISTER_NAMES): Update.
12142         (enum reg_class): Add AR_M_REGS and AR_I_REGS.
12143         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
12144         (REGNO_REG_CLASS): Update.
12145         (LEGITIMATE_ADDRESS_DISP): Displacement range is 9 bits, not 10.
12146         (REGISTER_MOVE_COST): Move out of line.
12147         (PREDICATE_CODES): Update.
12148         * config/ia64/ia64.md (movdi patterns): Handle ar register classes.
12149         (addsi3_plus1_alt, adddi3_plus1_alt): New.
12150         (shladd_elim splitter): Allow constants in the predicate.
12151         (doloop_end, doloop_end_internal): New.
12152
12153 2000-07-30  Richard Henderson  <rth@cygnus.com>
12154
12155         * genattrtab.c (struct insn_def): Add lineno member.
12156         (struct insn_ent): Likewise.
12157         (struct attr_desc): Likewise.
12158         (struct delay_desc): Likewise.
12159         (struct function_unit_op): Likewise.
12160         (struct function_unit): Likewise.
12161         (check_attr_value): Use message_with_line.
12162         (check_defs): Likewise.
12163         (expand_units): Likewise.
12164         (check_attr_test): Take a lineno argument.
12165         (gen_attr): Likewise.
12166         (gen_insn): Likewise.
12167         (gen_delay): Likewise.
12168         (gen_unit): Likewise.
12169         (main): Give it to them.
12170         (convert_set_attr_alternative): Take an insn_def argument
12171         instead of num_alt and insn_index.
12172         (convert_set_attr): Likewise.
12173         (write_test_expr): Protect INSN_ADDRESSES load
12174         with INSN_ADDRESSES_SET_P.
12175
12176 2000-07-30  Richard Henderson  <rth@cygnus.com>
12177
12178         * flow.c (init_propagate_block_info): Use pc_set.
12179
12180 Sun Jul 30 20:58:34 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12181
12182         * i386.md (*lea_general_[123]) New insns and splits.
12183         (addsi3 to lea splitter): Handle other modes too.
12184         (shlsi3 to lea splitter): Likewise.
12185         (addhi_1_lea, shlhi_1_lea): New patterns.
12186         (addhi_1, shlhi_1): Conditionize by PARTIAL_REG_STALL.
12187
12188 Sun Jul 30 20:51:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12189
12190         * recog.c (general_operand, nonimmediate_operand): Accept
12191         any mode for VOIDmode CONSTANT_P operands.
12192
12193 Sun Jul 30 20:42:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12194
12195         * gcse.c (try_replace_reg): Use validate_replace_rtx_subexp
12196         instead of replace_rtx.
12197         * recog.c (validate_replace_rtx_subexp): New function.
12198         * recog.h (validate_replace_rtx_subexp): Declare.
12199
12200 Sun Jul 30 20:38:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12201
12202         * combine.c (simplify_set, make_extraction, make_compound_operation
12203         make_field_assignment): Use full mask instead of GET_MODE_MASK (mode)
12204         as force_to_mode argument.
12205
12206 Sun Jul 30 20:30:41 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12207
12208         * combine.c (if_then_else_cond): Be sure that mode fits in
12209         HOST_WIDE_INT.
12210
12211 Sun Jul 30 20:27:36 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12212
12213         * combine.c (record_promoted_value):  Allow bitsize of mode
12214         to be equivalent to HOST_BITS_PER_WISE_INT.
12215
12216 Sun Jul 30 20:25:21 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12217
12218         * function.c (assign_stack_local_1, assign_stack_temp_for_type):
12219         Do not call gen_mode_alignment when mode is BLKmode.
12220
12221 Sun Jul 30 20:21:54 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12222
12223         * loop.c (express_from_1): Fix call of simplify_gen_binary.
12224
12225 Sun Jul 30 20:08:37 MET DST 2000  Jan Hubicka  <jh@suse.cz>
12226
12227         * simplify-rtx.c (simplify_relational_operation): Verify that mode ==
12228         VOIDmode implies both operands to be VOIDmode.
12229         (simplify_ternary_operation): Compute properly the mode of comparison.
12230         * combine.c (combine_simplify_rtx): Likewise.
12231
12232 2000-07-25  Michael Hayes  <mph@paradise.net.nz>
12233
12234         * basic-block.h (struct loops): New field rc_order.
12235         * flow.c (flow_loops_cfg_dump): Dump rc_order if computed.
12236         (flow_loops_free): Free rc_order.
12237         (flow_depth_first_order_compute): New parameter rc_order.
12238         (flow_loops_find): Allocate rc_order and swap usage with
12239         dfs_order.
12240
12241 2000-07-30 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12242            Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12243
12244         * config/c4x/c4x.md (set_ldp_prologue): Add for RTL prologue/epilogue.
12245         (push_st, push_dp, pop_st, pop_dp, popqi_unspec): Likewise.
12246         (nodb_call, return_from_epilogue): Likewise.
12247         (return_from_interrupt_epilogue, prologue, epilogue): Likewise.
12248         * config/c4x/c4x.c (c4x_expand_prologue, c4x_expand_eplilogue): Add.
12249         * config/c4x/c4x-protos.h (c4x_interrupt_function_p): Add.
12250         (c4x_expand_prologue, c4x_expand_epilogue): Likewise.
12251         (c4x_valid_type_attribute_p): Likewise.
12252         * config/c4x/c4x.h (FUNCTION_PROLOGUE, FUNCTION_EPILOGUE): Delete.
12253         (FUNCTION_BLOCK_PROFILER_EXIT): Convert to emit RTL.
12254
12255 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12256
12257         * config/c4x/c4x.c (c4x_emit_move_sequence): Use loadqi_big_constant
12258         and loadhi_big_constant if applicable.
12259         * config/c4x/c4x.md (loadqi_big_constant, loadhi_big_constant): Tweak
12260         and add new splitter.s
12261
12262 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12263
12264         * config/c4x/c4x.c (c4x_rptb_insert): Make more robust.
12265
12266 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12267
12268         * config/c4x/c4x.h (ASM_FORMAT_PRIVATE_NAME): Output $ in label.
12269
12270 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12271
12272         * config/c4x/c4x.h (IS_XXX_REGNO): Rewrite to avoid unsigned warnings.
12273
12274 2000-07-30  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12275
12276         * config/c4x/libgcc.S (divqf3): Improve accuracy.
12277
12278 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
12279
12280         Put phi nodes after NOTE_INSN_BASIC_BLOCK.
12281         * rtl.h (NOTE_INSN_BASIC_BLOCK_P): New macro.
12282         * bb-reorder.c (get_next_bb_note): Use NOTE_INSN_BASIC_BLOCK_P.
12283         (get_prev_bb_note): Likewise.
12284         (remove_scope_notes): Likewise.
12285         * flow.c (commit_one_edge_insertion): Likewise.
12286         (merge_blocks_nomove): Likewise.
12287         (verify_flow_info): Likewise.
12288         * gcse.c (insert_insn_end_bb): Likewise.
12289         * reg-stack.c (emit_swap_insn): Likewise.
12290         * ssa.c (first_insn_after_basic_block_note): New function.
12291         (insert_phi_node): Use it.
12292         (rename_block): Likewise.
12293         (eliminate_phi): Likewise.
12294         (make_regs_equivalent_over_bad_edges): Likewise.
12295         (make_equivalent_phi_alternatives_equivalent): Likewise.
12296         (for_each_successor_phi): Likewise.
12297         (convert_from_ssa): Modify phi-node deletion algorithm.
12298
12299 2000-07-29  Andreas Jaeger  <aj@suse.de>
12300
12301         * configure.in (mips*-*-linux*): Use mips*el to check for little
12302         endian MIPS, add tmake_file.
12303
12304         * config/mips/linux.h (TARGET_VERSION): Use GNU/Linux.
12305         (SUBTARGET_CPP_SPEC): Default MIPS_ISA is 1.
12306         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
12307
12308 2000-07-28  Richard Henderson  <rth@cygnus.com>
12309
12310         * config/ia64/ia64.c (ia64_print_operand): Fix typos.
12311         Sign extend mode size before negating.
12312
12313 2000-07-28  Richard Henderson  <rth@cygnus.com>
12314
12315         * emit-rtl.c (gen_lowpart_common): Add missing 'c' variable.
12316
12317 2000-07-28  Bernd Schmidt  <bernds@cygnus.co.uk>
12318
12319         * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
12320         (cse_insn): Likewise.
12321         (addr_affects_sp_p): Likewise.
12322         * expr.c (move_by_pieces): Likewise.
12323         (clear_by_pieces): Likewise.
12324         * gcse.c (oprs_unchanged_p): Likewise.
12325         * haifa-sched.c (sched_analyze_2): Likewise.
12326         * recog.c (offsettable_address_p): Likewise.
12327         * regclass.c (record_address_regs): Likewise.
12328         * reload.c (find_reusable_reload): Likewise.
12329         (push_reload): Likewise.
12330         (operands_match_p): Likewise.
12331         (decompose): Likewise.
12332         (find_reloads_address_1): Likewise.
12333         (find_inc_amount): Likewise.
12334         * reload1.c (elimination_effects): Likewise.
12335         * resource.c (mark_set_resources): Likewise.
12336         * flow.c (attempt_auto_inc): New function; mostly broken out
12337         of find_auto_inc.
12338         (find_auto_inc): Split into two functions and enhanced to
12339         generate POST_MODIFY.
12340         * rtl.def (PRE_MODIFY, POST_MODIFY): Adjust comment.
12341         * rtl.h (count_all_occurrences):  Declare.
12342         (HAVE_{PRE,POST}_MODIFY_{DISP,REG}): Provide default of 0 if not
12343         defined.
12344         * rtlanal.c (count_all_occurrences): New function.
12345         * tm.texi (HAVE_POST_MODIFY_DISP, HAVE_PRE_MODIFY_DISP,
12346         HAVE_POST_MODIFY_REG, HAVE_PRE_MODIFY_REG): Document.
12347
12348         * config/ia64/ia64-protos.h (destination_operand): Declare.
12349         * config/ia64/ia64.c (destination_operand): New function.
12350         (ia64_print_operand): Handle POST_MODIFY.
12351         (rtx_needs_barrier): Likewise.
12352         * config/ia64/ia64.h (HAVE_POST_MODIFY_DISP): Define to 1.
12353         (HAVE_POST_MODIFY_REG): Define to 1.
12354         (MAX_REGS_PER_ADDRESS): Change to 2.
12355         (GO_IF_LEGITIMATE_ADDRESS): Accept POST_MODIFY too.
12356         (LEGITIMATE_ADDRESS_REG): New helper macro.
12357         (LEGITIMATE_ADDRESS_DISP): Likewise.
12358         (PREDICATE_CODES): Add entry for destination_operand.
12359         * config/ia64/ia64.md (all mov patterns): Use destination_operand
12360         predicate for operand 0.
12361
12362 2000-07-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12363
12364         * dwarf2out.c: Indent #error directive.
12365
12366         * gbl-ctors.h: Fix typo in comment.
12367         (__do_global_ctors): Prototype.
12368
12369         * gcse.c (record_one_set, pre_delete): Remove unused variables.
12370
12371         * rs6000.c (rs6000_maybe_dead): Delete unused prototype.
12372         (print_operand): Initialize variable `t'.
12373
12374 2000-07-27  Aldy Hernandez  <aldyh@redhat.com>
12375
12376         * config/arm/arm.md ("call_value"): removed constraints.
12377         Constraints are ignored in expanders.
12378         (*call_value_reg): split =rf into various constraints.
12379         (*call_value_mem): same
12380         (*call_value_symbol): same
12381         (*sibcall_value_insn): same
12382
12383 2000-07-28  Philipp Thomas  <pthomas@suse.de>
12384
12385         * install.texi (--enable-nls): Change the description of the NLS
12386         related configure options to match the current state.
12387         (--with-included-gettext): Likewise.
12388         (--enable-maintainer-mode): New description added.
12389         * extend.texi (-fstrict-prototype): Add missing '.'.
12390
12391 2000-07-27  Jim Wilson  <wilson@cygnus.com>
12392
12393         * dwarf2out.c (gen_decl_die): Don't call gen_abstract_function if
12394         DECL_INITIAL (decl) == NULL_TREE.
12395
12396 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12397
12398         * Makefile.in (INSN_ATTR_H): New macro.  Replace all dependencies
12399         on insn-attr.h with it.
12400         * genattr.c: Generate `#include "insn-addr.h"' if HAVE_ATTR_length.
12401         * insn-addr.h: New header.
12402         (insn_addresses_): Renamed from insn_addresses.
12403         (INSN_ADDRESSES_DEFN, INSN_ADDRESSES, INSN_ADDRESSES_ALLOC,
12404         INSN_ADDRESSES_FREE, INSN_ADDRESSES_SET_P, INSN_ADDRESSES_SIZE,
12405         INSN_ADDRESSES_NEW): New macros.
12406         * genattrtab.c (write_test_expr): Use new macros.
12407         * final.c (insn_addresses, init_insn_lengths): Likewise.
12408         (align_fuzz, shorten_branches): Likewise.
12409         (final): Likewise.  Do not reject new insns if their addresses
12410         have been added to INSN_ADDRESSES.
12411         * config/arm/arm.c, config/avr/avr.c: Use new macros.
12412         * config/h8300/h8300.c, config/i370/i370.c: Likewise.
12413         * config/m88k/m88k.c, config/pa/pa.c, config/pa/pa.md: Likewise.
12414         * config/sparc/sparc.c, config/sparc/sparc.md: Likewise.
12415         * config/sh/sh.c: Likewise.
12416         (output_branchy_insn): Use INSN_ADDRESSES_NEW.
12417
12418         * Makefile.in (bootstrap): Move -BstageN/ back to the beginning.
12419
12420 2000-07-27  Andrew Cagney  <cagney@b1.cygnus.com>
12421
12422         * gcc.c (struct prefix_list): Add member priority.
12423         (enum path_prefix_priority): Declare.
12424         (add_prefix): Replace ``first'' with ``priority''.  Append new
12425         entry but keep list in priority order.
12426         (process_command): Update.  Pass PREFIX_PRIORITY_B_OPT or
12427         PREFIX_PRIORITY_LAST to add_prefix.
12428         (process_command): Move include kludge - foo/stageN - to before
12429         foo/include.
12430
12431 2000-07-27  Jason Merrill  <jason@redhat.com>
12432
12433         * dwarf2out.c (gen_typedef_die): Abort if we get identical
12434         TREE_TYPE and DECL_ORIGINAL_TYPE on a typedef.
12435
12436 2000-07-27  RodneyBrown  <RodneyBrown@pmsc.com>
12437
12438         * expr.h (get_alias_set, lang_get_alias_set): Delete prototypes.
12439         * tree.h (get_alias_set, lang_get_alias_set): Prototype.
12440
12441 2000-07-27  Joseph S. Myers  <jsm28@cam.ac.uk>
12442
12443         * c-decl.c (finish_function): Don't treat 'main' specially unless
12444         flag_hosted.  In C99 mode, return 0 from 'main' unless
12445         DEFAULT_MAIN_RETURN is otherwise defined.
12446
12447         * c-decl.c (store_parm_decls): In C99 mode, pedwarn for function
12448         parameters defaulting to int in an old-style function definition.
12449
12450 2000-07-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12451
12452         * c-parse.in (string): For -Wtraditional, warn about string
12453         concatenation only once per line.
12454
12455 Thu Jul 27 09:25:17 2000  Akiko Matsushita  <matusita@sra.co.jp>
12456
12457         * pa/x-pa-hpux: Add -D_HIUX_SOURCE to FIXPROTO_DEFINES
12458         for HI-UX/WE2 systems.
12459
12460 2000-07-24  Bruce Korb  <bkorb@gnu.org>
12461
12462         * fixincl/fixfixes.c(emit_gnu_type): rewrote to *rely* on GCC
12463         defining the __xxx_TYPE__ macros.
12464         * fixincl/fixincl.tpl(gnu_type_map): now obsolete
12465         * fixincl/fixlib.h: don't need to include "tm.h" anymore
12466         * fixincl/inclhack.def(type_map): now obsolete
12467
12468 Thu Jul 27 11:54:17 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12469
12470         * cpp.texi: Append a trailing full-stop to xrefs where needed.
12471
12472 2000-07-26  Dave Pitts  <dpitts@cozx.com>
12473
12474         * i370.c: Remove LONGEXTERNAL ifdef from alias_number. Added hash
12475         routine constants.
12476         (mvs_hash_alias): New function.
12477         (mvs_add_alias): Change argument spacing.
12478         (mvs_need_alias): Change aliasing criteria. Added documentation.
12479         (mvs_get_alias): Change to use hashed name. The hashed name prevents
12480         CSECT name collisions.
12481         (mvs_check_alias): Likewise.
12482         (handle_pragma): Change documentation.
12483         * i370.md (mulsi3, divsi3, udivsi3, modsi3, umodsi3): Changed gen_rtx
12484         mode from SImode to DImode.
12485         (iorhi3): Changed LTORG size for insn.
12486
12487 Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
12488
12489         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
12490         mem if the address is a mode_dependent_address_p.
12491
12492 2000-07-26  Kazu Hirata  <kazu@hxi.com>
12493
12494         * h8300.c (print_operand): Print ":8" when the 'R' operand is
12495         suitable for 8-bit absolute.
12496         * h8300.h (EIGHTBIT_CONSTANT_ADDRESS_P): New.
12497         (OK_FOR_U): Add a case for the 8-bit constant address on the
12498         H8/300H.
12499
12500 Wed Jul 26 19:26:21 2000  Hans-Peter Nilsson  <hp@axis.com>
12501
12502         * varasm.c (assemble_variable) [! defined(ASM_OUTPUT_ALIGNED_COMMON)
12503         && ! defined (ASM_OUTPUT_ALIGNED_BSS]): Also test
12504         ! defined(ASM_OUTPUT_ALIGNED_DECL_COMMON) before complaining about
12505         lack of implemented alignment.
12506
12507 2000-07-26  Geoffrey Keating  <geoffk@cygnus.com>
12508
12509         * emit-rtl.c (gen_lowpart_common) [REAL_ARITHMETIC]: Handle
12510         cross-compiling between 64-bit and 32-bit machines.
12511
12512 2000-07-27  Richard Henderson  <rth@cygnus.com>
12513
12514         * config/ia64/ia64.md (movqicc_astep, movqi_internal_astep): New.
12515         (movhicc_astep, movhi_internal_astep): New.
12516         (movsicc_astep, movsi_internal_astep): New.
12517         (movdicc_astep, movdi_internal_astep): New.
12518         (movsfcc_astep, movsf_internal_astep): New.
12519         (movdfcc_astep, movdf_internal_astep): New.
12520         (movxfcc_astep, movxf_internal_astep): New.
12521         (cmovdi_internal_astep, cmovsi_internal_astep): New.
12522         Unify the cmov[ds]i splitters.
12523
12524 2000-07-27  Rodney Brown  <RodneyBrown@pmsc.com>
12525
12526         * real.c (asctoeg): Rename `error' label to unexpected_char_error
12527
12528 2000-07-26  Nick Clifton  <nickc@cygnus.com>
12529
12530         * config/arm/vxarm.h (CPP_PREDEFINES): Remove definition of
12531         __arm__.  Allow it to be defined by CPP_ISA_SPEC in arm.h
12532
12533         * dwarf2out.c (dwarf2out_frame_debug_expr): Accept SEQUENCE as
12534         well as PARALLEL blocks in FRAME_RELATED_EXPR notes.
12535
12536 2000-07-26  Alexandre Oliva  <aoliva@redhat.com>
12537
12538         * c-decl.c (finish_enum): Convert enumerations that fit in an
12539         `int' to `int'.
12540         (build_enumerator): In pedantic mode, cast to `int' those that
12541         don't.
12542
12543 2000-07-25  Rodney Brown  <RodneyBrown@pmsc.com>
12544
12545         * config/alpha/osf.h (SIZE_TYPE, PTRDIFF_TYPE): New.
12546
12547 Tue Jul 25 23:08:33 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12548
12549         * sh.md (cmpgtdi_t): Must be split.
12550         (cmpgtdi_t+1): New splitter.
12551
12552 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12553
12554         * cpplib.c (_cpp_check_directive): Issue -Wtraditional
12555         warnings for indented directives even if we are skipping.
12556
12557 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12558
12559         * invoke.texi (strict-prototypes): Remove.
12560         * extend.texi (Deprecated Features): Add strict-prototypes.
12561         (Backwards Compatibility): New node.
12562
12563 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12564
12565         * config/i386/i386.md (andsi_1+1): Allow HImode.
12566         (andsi_1+2): Require q_regs_operand.
12567
12568 2000-07-25  Jakub Jelinek  <jakub@redhat.com>
12569
12570         * config/i386/i386.md (call_pop): Check operands[0],
12571         not operands[1]. Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
12572         (call): Likewise.
12573         (call_value_pop): Only check SYMBOL_REF_FLAG for a SYMBOL_REF.
12574         (call_value): Likewise.
12575
12576 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12577
12578         * toplev.c (pipe_closed): Delete.
12579         (crash_signal): New.  Generate ICE for a fatal signal.
12580         (float_signal): Call crash_signal outside a float-handler
12581         block, not abort.
12582         (main): Install crash_signal as handler for core-dumping signals.
12583
12584 2000-07-25  David Edelsohn  <edelsohn@gnu.org>
12585
12586         * rs6000.c (print_operand, case 'T'): New case.
12587
12588         * rs6000.md (call_indirect_aix32): Convert to expander of
12589         scheduled instructions.
12590         (call_indirect_aix64): Likewise.
12591         (call_value_indirect_aix{32,64}): Likewise.
12592         (call, call_value): Invoke expanders for AIX.  Fall through to
12593         matchers for SysV.
12594         (call_indirect_nonlocal_aix{32,64}): New patterns (ctr and lr).
12595         (call_value_indirect_nonlocal_aix{32,64}): New patterns.
12596         (call_nonlocal_aix32): Remove CALL_LONG alternative.  Operand 1
12597         only "g" constraint.
12598         (call_nonlocal_aix64): Likewise.
12599         (call_value_nonlocal_aix{32,64}): Likewise.
12600         (call_nonlocal_sysv): New pattern for ctr, lr, and symbolic
12601         operands.
12602         (call_value_nonlocal_sysv): New pattern.
12603         (indirect_jump{si,di}): Use new 'T' modifier.
12604         (tablejump{si,di} matchers): Likewise.
12605         (return_internal_{si,di}): Likewise.
12606         (return_eh_{si,di}): Likewise.
12607
12608 2000-07-24  Richard Henderson  <rth@cygnus.com>
12609
12610         * config/ia64/ia64.c (ia64_print_operand): Handle "%,".
12611         * config/ia64/ia64.h (PRINT_OPERAND_PUNCT_VALID_P): Likewise.
12612         * config/ia64/ia64.md (movdi_internal): Use it.
12613
12614 2000-07-24  Zack Weinberg  <zack@wolery.cumb.org>
12615
12616         * cppexp.c: Warn about unary + if -Wtraditional.
12617         * cpplex.c (lex_line): Always set BOL on the first token of a line.
12618
12619 2000-07-24  Michael Meissner  <meissner@redhat.com>
12620
12621         * d30v.h (FUNCTION_ARG_KEEP_AS_REFERENCE): Delete references to
12622         unsupported macro.
12623
12624 2000-07-24  Nick Clifton  <nickc@cygnus.com>
12625
12626         * config/arm/arm.c (emit_multi_reg_push): Generate a
12627         REG_FRAME_RELEATED_NOTE that is compatable with the code in
12628         dwarf2out_debug_frame_expr.
12629
12630 2000-07-24  Jason Merrill  <jason@redhat.com>
12631
12632         * dwarf2out.c: Complain if DWARF2_DEBUGGING_INFO is defined without
12633         UNALIGNED_INT_ASM_OP.
12634         (def_cfa_1): Don't emit def_cfa_register or def_cfa_offset to adjust
12635         a location expression.
12636         (dwarf2out_frame_debug_expr): Lose cfa_old_reg stuff.  Don't
12637         assume indirect access if we're saving the CFA address exactly.
12638
12639         * Makefile.in (bootstrap): Move -BstageN/ to the end.
12640
12641 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
12642
12643         * tradcpp.c (main): Update max_include_len for cpp_include_defaults
12644         as well.
12645
12646 2000-07-24  Michael Meissner  <meissner@redhat.com>
12647
12648         * invoke.texi (D30V Options): Add d30v options.
12649
12650 Mon Jul 24 02:04:52 2000  Jeffrey A Law  (law@cygnus.com)
12651
12652         * gcse.c (alloc_pre_mem): Do not alloc TRANSPOUT, it is not
12653         needed by our gcse pass anymore.
12654         (free_pre_mem): Corresponding changes.
12655         (compute_pre_data): Do not call compute_transpout anymore.
12656
12657         * gcse.c (alloc_avail_expr_mem): Kill unused 'u_bitmap'.
12658         (free_avail_expr_mem, alloc_pre_mem, free_pre_mem): Corresponding
12659         changes.
12660
12661         * gcse.c (free_pre_mem): Do not free ANTLOC and AE_KILL here.
12662         (compute_pre_data): Do it here instead.
12663
12664         * gcse.c (alloc_pre_mem, free_pre_mem): Delete unused bitmap
12665         'temp_bitmap'.
12666         (pre_delete): Corresponding changes.
12667
12668 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
12669
12670         * c-semantics.c (make_rtl_for_local_static): Use TREE_ASM_WRITTEN
12671         to figure out whether or not a variable has already been emitted.
12672
12673 Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>
12674
12675         * config/i860/i860.md (untyped_call expander): Use GEN_CALL
12676         instead of gen_call.
12677
12678 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
12679
12680         * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
12681
12682 2000-07-23  Kazu Hirata  <kazu@hxi.com>
12683
12684         * h8300.c: Fix formatting.
12685
12686 2000-07-23  Joseph S. Myers  <jsm28@cam.ac.uk>
12687
12688         * c-typeck.c (c_expand_start_case): Change -Wtraditional pedwarn
12689         for `long' switch expression into a plain warning.
12690
12691         * c-lex.c (init_lex): Keep the "inline" keyword in C99 mode.
12692         (yylex): Don't pedwarn for "inline" in C99 mode.
12693
12694         * bitmap.c (debug_bitmap_file): Cast pointers to PTR for printing
12695         with %p.
12696         * ggc-page.c (debug_print_page_list, alloc_page, free_page,
12697         ggc_alloc): Likewise.
12698         * bb-reorder.c (dump_scope_forest_1): Likewise.
12699
12700 2000-07-22  Aldy Hernandez  <aldyh@redhat.com>
12701
12702         * reload.c (find_reloads_toplev): Add new parameter
12703         "address_reloaded".
12704         (find_reloads): Add new parameter to find_reloads_toplev calls.
12705
12706 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12707
12708         * collect2.c (main): Typo fixed.
12709         * diagnostic.c: Typo fixed.
12710         * dwarf2out.c (dwarf2out_frame_debug_expr): Typo fixed.
12711         * eh-common.h: Typo fixed.
12712         * emit-rtl.c (start_sequence): Typo fixed.
12713         * flow.c (find_label_refs): Typo fixed.
12714         (calculate_global_regs_live): Typo fixed.
12715         (mark_regno_cond_dead): Typo fixed.
12716         (create_edge_list): Typos fixed.
12717         (verify_edge_list): Typo fixed.
12718         * ggc-common.c (ggc_mark_rtx_children): Typo fixed.
12719         * loop.c (strength_reduce): Typo in function name fixed.
12720         * rtl.h: Added comments.  Typo in function name fixed.
12721         * rtlanal.c: Typo in function name fixed.
12722         (insn_dependant_p): Rename to ...
12723         (insn_dependent_p): ... this.
12724         (computed_jumo_p): Typo fixed.
12725
12726 2000-07-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12727
12728         * system.h (__FUNCTION__): Wrap definition in #ifndef.
12729
12730 2000-07-21  David Edelsohn  <edelsohn@gnu.org>
12731
12732         * rs6000.h (SIZE_TYPE): Define.
12733
12734 2000-07-21  Mark Mitchell  <mark@codesourcery.com>
12735
12736         * ssa.c (rename_insn_1): Don't rename registers that are
12737         CLOBBERed.
12738
12739 2000-07-21  Zack Weinberg  <zack@wolery.cumb.org>
12740
12741         * diagnostic.c (trim_filename, fancy_abort): Moved here from
12742         rtl.c.
12743         (fatal_function, set_fatal_function): Removed.
12744         (fatal): Don't prepare for or call the fatal_function.
12745         (diagnostic_lock, error_recursion): New.
12746         (diagnostic_for_decl, report_diagnostic): Guard against
12747         re-entering the error reporting routines.
12748         (fancy_abort): Assume function is not NULL.
12749
12750         * errors.c (fancy_abort): New.  Assume function is not NULL.
12751         * tradcpp.c (fancy_abort): Assume function is not NULL.
12752
12753         * system.h: Provide default definition of __FUNCTION__.
12754         * rtl.h: Use __FUNCTION__ not __PRETTY_FUNCTION__ throughout.
12755         Always use __FUNCTION__ in definition of abort.
12756         * tree.h: Likewise.
12757         * varray.h: Likewise.
12758         * toplev.h: Likewise.  Don't prototype set_fatal_function.
12759
12760 2000-07-20  Geoff Keating  <geoffk@cygnus.com>
12761
12762         * config/rs6000/aix43.h (CPP_SPEC): Define __LONG_MAX__ correctly
12763         in 64-bit mode.
12764         * glimits.h: Don't do #if defined for ARCH_PPC.
12765
12766         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): All
12767         constants of size no larger than a pointer should go in the TOC.
12768         Add 'MODE' parameter.
12769         (LEGITIMIZE_RELOAD_ADDRESS): Add MODE parameter to
12770         ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.
12771         (ASM_OUTPUT_SPECIAL_POOL_ENTRY): Likewise.
12772         * config/rs6000/aix.h (SELECT_RTX_SECTION): Likewise.
12773         * config/rs6000/netware.h (SELECT_RTX_SECTION): Likewise.
12774         * config/rs6000/rs6000.c (constant_pool_expr_1): Likewise.
12775         (rs6000_legitimize_address): Likewise.
12776         (rs6000_emit_move): Likewise.
12777         (rs6000_select_rtx_section): Likewise.
12778         (output_toc): Deal properly with outputting small constants like
12779         HImode, and SFmode in 32-bit mode, and DFmode in 64-bit mode.
12780         * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Add
12781         MODE parameter.  Put small constants in the TOC.
12782
12783         * config/rs6000/rs6000.c (easy_fp_constant_p): All constants are
12784         easy in SImode.
12785         (rs6000_emit_move): When reload calls us with an illegitimate
12786         address, exit early.  Move the change_address calls to one place
12787         at the end of the routine.  Merge the SImode and DImode expanders.
12788         When called by reload to put an integer into a FP register, force
12789         it to memory.
12790
12791         * config/rs6000/rs6000.c (struct toc_hash_struct): Add 'key_mode'
12792         field.
12793         (rs6000_hash_constant): Hash mode too.
12794         (toc_hash_function): Allow for key_mode.
12795         (toc_hash_eq): Structures are different if key_mode differs.
12796         (output_toc): Add 'mode' parameter.  Save key_mode.
12797         * config/rs6000/rs6000.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY):
12798         Pass 'mode' parameter.
12799         * config/rs6000/rs6000-protos.h (output_toc): Add 'mode' param.
12800
12801         * config/rs6000/rs6000.c (output_toc): Use RS6000_OUTPUT_BASENAME
12802         for vtable references.
12803
12804         * config/rs6000/rs6000.h (PREFERRED_RELOAD_CLASS): If we have a
12805         choice, don't put integer values in FP regs.
12806
12807 Thu Jul 20 18:13:52 2000  Jeffrey A Law  (law@cygnus.com)
12808
12809         * flow.c (verify_flow_info): Revamp code to verify that the
12810         head and end of each basic block are in the insn chain.
12811
12812 Thu Jul 20 18:02:35 2000  Michael Matz <matzmich@cs.tu-berlin.de>
12813
12814         * gcse.c (record_one_set): Prepend instead of append onto
12815         reg_set_table, making it O(n) instead O(n^2).
12816         * lcm.c (compute_antinout_edge,compute_laterin,compute_available):
12817         Use a queue instead of a stack as worklist.
12818
12819 2000-07-20  Kazu Hirata  <kazu@hxi.com>
12820
12821         * h8300.c (two_insn_adds_subs_operand): Fix a typo.
12822         * h8300.h (OK_FOR_T): New.
12823         (EXTRA_CONSTRAINT): Support OK_FOR_T.
12824         * h8300.md: Use inc/dec.[wl] for increment/decrement
12825         by 1 and 2 in HI and SI modes.
12826
12827 2000-07-20  Jim Wilson  <wilson@cygnus.com>
12828
12829         * config/ia64/ia64.h (ASM_OUTPUT_MI_THUNK): Handle DELTA values
12830         larger than 14 bits.
12831
12832 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12833
12834         * cppmacro.c (CAN_PASTE_AFTER): New macro.
12835         (count_params): Don't set GNU_REST_ARGS on anything.
12836         (save_expansion): Set PASTE_LEFT only on tokens for which
12837         CAN_PASTE_AFTER is true, or which are named operators.
12838
12839         * cpplex.c (parse_args): Distinguish between a rest argument
12840         given one empty argument, and a rest argument given zero arguments.
12841         (maybe_paste_with_next): Look for VOID_REST tag, and trigger
12842         deletion of previous token based on that.
12843         (get_raw_token): Flatten some control structure.
12844
12845         * cpplib.h (CPP_LAST_EQ): Correct.
12846         (VOID_REST): New token flag.
12847         (GNU_REST_ARGS): Delete.
12848
12849         * tradcpp.c (main): Don't munge -D options.
12850         (make_definition): Bring -D handling in line with cpplib.
12851         (do_define): Strip all leading whitespace from macro definitions.
12852
12853 2000-07-20  David Billinghurst <David.Billinghurst@riotinto.com.au>
12854
12855         * Makefile.in (tradcpp): Depend on intl.o and version.o.
12856
12857 2000-07-20  Bruce Korb  <bkorb@gnu.org>
12858
12859         * fixincl/check.tpl: strip the platform specific types before testing
12860         * fixincl/fixfixes.c(gnu_type_fix): use platform specific types
12861         * fixincl/fixincl.tpl: use platform specific types
12862         * fixincl/fixlib.h: include the platform specific types
12863         * fixincl/inclhack.def(gnu_types): don't supply the types
12864         * fixincl/fixincl.x: regen
12865
12866 2000-07-19  Jim Wilson  <wilson@cygnus.com>
12867
12868         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): Don't allow XFmode in
12869         GR_REGS.
12870
12871 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12872
12873         * tradcpp.c (rescan): Do not recognize directives when the #
12874         is indented.
12875
12876 2000-07-19  Zack Weinberg  <zack@wolery.cumb.org>
12877
12878         Implement C++ named operators.
12879
12880         * cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block
12881         of operators allowed in #if and having an _EQ variant.  Add
12882         CPP_MIN_EQ, CPP_MAX_EQ, and CPP_DEFINED.
12883         (cpp_token flags): Add NAMED_OP.
12884         (enum node_type): Add T_OPERATOR.
12885         (struct cpp_hashnode): Add code slot to value union.
12886         * cpphash.h (spec_nodes): Remove n_defined.
12887
12888         * cpplex.c (lex_line): Convert T_OPERATOR nodes to their proper types.
12889         (spell_token, can_paste, maybe_paste_with_next): Handle named operators.
12890         (is_macro_disabled): Tweak error messages.
12891
12892         * cpplib.c (get_define_node): Disallow all named operators as
12893         macro names.  Tweak error messages.
12894         (_cpp_init_stacks): Don't set up spec_nodes->n_defined.
12895
12896         * cppinit.c (builtin_array): Add entries for the named operators.
12897         * cppexp.c (lex): Check for CPP_DEFINED token.
12898         (priority table): Add entries for CPP_MIN and CPP_MAX.
12899         (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
12900
12901 2000-07-19  Bernd Schmidt  <bernds@cygnus.co.uk>
12902
12903         * gcse.c (INSN_CUID): If ENABLE_CHECKING, abort if the uid is
12904         larger than the array of cuids.
12905         (alloc_gcse_mem): Use uid_cuid rather than INSN_CUID when computing
12906         cuids.
12907
12908 2000-07-19  Bruce Korb  <bkorb@gnu.org>
12909
12910         * fixinc/fixincl.c:  Convert to using a table of environment variables
12911         and activate the auto-edit marker on the fixed output files.
12912         * fixinc/fixlib.h:  Define the environment table
12913         * fixinc/fixincl.sh: export the ${INPUT} dir
12914         * fixinc/check.tpl: likewise
12915
12916 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12917
12918         * gcc.c (.h spec): Fix typo.
12919
12920 Wed Jul 19 01:22:15 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12921
12922         * Makefile.in: Fix tradcif.c path.
12923
12924 2000-07-18  Zack Weinberg  <zack@wolery.cumb.org>
12925
12926         * cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry
12927           macros, not five.
12928
12929         * cpphash.h (TOKEN_NAME): New macro.
12930         (_cpp_spell_operator): Deleted.
12931         (token_spellings): Now _cpp_token_spellings.
12932
12933         * cppexp.c: Use TOKEN_NAME or TYPE_NAME, not _cpp_spell_operator.
12934         * cpplex.c: Use OP and TK macros when expanding the
12935         TTYPE_TABLE.  Eliminate token_names.  For non-OPERATOR tokens,
12936         store the stringification of the enumeration name (CPP_CHAR,
12937         etc.) in the name slot of token_spellings.
12938         Use TOKEN_NAME and/or TOKEN_SPELL, do not reference
12939         token_spellings directly.
12940         * cpplib.c: Use TOKEN_SPELL.
12941
12942         * cpplex.c (_cpp_push_token): If the token being pushed back
12943         is the previous token in this context, just subtract one from
12944         context->posn.
12945         * cppmacro.c (save_expansion): Clear aux field when storing a
12946         placemarker.
12947
12948 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12949
12950         * cpplex.c (cpp_scan_buffer): Output line command even at the stop
12951         buffer, provided it is not NULL.
12952
12953 2000-07-18  Alexandre Oliva  <aoliva@redhat.com>
12954
12955         * c-decl.c (duplicate_decls): Do not call make_var_volatile() in
12956         case of invalid volatile re-declaration.
12957
12958 2000-07-18  Jakub Jelinek  <jakub@redhat.com>
12959
12960         * calls.c (store_arg): Return non-zero if sibcall_failure is desired.
12961         (expand_call): Adjust caller.
12962
12963 2000-07-17  Gabriel Dos Reis  <gdr@codesourcery.com>
12964
12965         * diagnostic.h (report_diagnostic): Change prototype.
12966
12967         * diagnostic.c (output_do_verbatim, diagnostic_for_asm,
12968         diagnostic_for_decl):  Change prototype.
12969         (error_with_decl, warning_with_decl, pedwarn_with_decl, warning,
12970         error, warning, error_with_file_and_line,
12971         warning_with_file_and_line, pedwarn_with_file_and_line, fatal):
12972         Adjust call to report_diagnostic, diagnostic_for_decl.
12973         (error_for_asm, warning_for_asm): Adjust call to diagnostic_for_asm.
12974         (output_verbatim, verbatim): Adjust call to output_do_verbatim.
12975
12976         * c-errors.c (pedwarn_c99): Adjust call to report_diagnostic. End
12977         varaible argument list.
12978
12979 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
12980
12981         * cpphash.c: Don't include hashtab.h.  Most macro-handling code
12982         moved to cppmacro.c.
12983         (hash_HASHNODE, eq_HASHNODE, _cpp_dump_macro_hash,
12984         dump_hash_helper): Delete.
12985         (expand_hash, higher_prime_number, _cpp_lookup_with_hash,
12986         cpp_forall_identifiers): New. Implement specialized version of
12987         Vlad's expandable hash table.
12988         (cpp_lookup): Use new functions.
12989         (_cpp_init_macros, _cpp_cleanup_macros): Adjust for new
12990         implementation.
12991         * cppmacro.c: New file.
12992         * cppinit.c (dump_macros_helper): New.
12993         (cpp_finish): Iterate over the identifier table directly.
12994         * cpplex.c (parse_name): Calculate the hash of the identifier
12995         while we scan it.  Use _cpp_lookup_with_hash when we can.
12996
12997         * cpphash.h: Update prototypes.
12998         (xcnewvec, HASHSTEP): New helper macros.
12999         * cpplib.h: Update prototypes.
13000         * Makefile.in (LIBCPP_OBJS): Add cppmacro.o.
13001         (cppmacro.o): New rule.
13002         (cpphash.o): Update deps.
13003
13004         * cppmain.c: Do not set pfile->printer if no_output is on.
13005
13006 2000-07-15  Neil Booth  <neilb@earthling.net>
13007
13008         * cpplib.c: Change all directive-handler functions to return
13009         void, not int.
13010         * cpphash.h: Update typedefs.
13011
13012 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13013
13014         * configure: Regenerate.
13015
13016         * extend.texi (Extended Asm): Mention that a memory clobber
13017         does not count as a side-effect.
13018
13019         * unroll.c (copy_loop_body): Fix one instance of using host
13020         arithmetic on the target; fixes loop-4 on a 32-bit -> 64-bit
13021         cross-compile.
13022
13023         * tlink.c (scan_linker_output): Tweak for output of AIX ld.
13024
13025 2000-07-17  Richard Henderson  <rth@cygnus.com>
13026
13027         * config/ia64/ia64.md (movdi): Split out load address code.
13028         New post-reload splitter for symbolic operands.
13029         (movdi_internal): Abort if we didn't split symbolic operands
13030         when we should have.
13031         * config/ia64/ia64.c (ia64_expand_load_address): New, from movdi bits.
13032         (ia64_reorg): Split insns when not optimizing.
13033         * config/ia64/ia64-protos.h (ia64_expand_load_address): Declare.
13034
13035 Mon Jul 17 23:43:26 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13036
13037         * real.h (REAL_VALUE_TO_TARGET_LONG_DOUBLE): Use LONG_DOUBLE_TYPE_SIZE
13038         instead of MAX_LONG_DOUBLE_TYPE_SIZE to decide output format.
13039
13040 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
13041
13042         * loop.c (check_dbra_loop) : Changed loop_continue to loop->cont.
13043
13044 2000-07-17  Jason Merrill  <jason@redhat.com>
13045
13046         * Makefile.in (clean): Remove libgcc directory.
13047
13048         * configure.in (-Wno-long-long check): Use higher-level macros.
13049
13050 2000-07-17  Zack Weinberg  <zack@wolery.cumb.org>
13051
13052         * simplify-rtx.c (simplify_binary_operation): Recognize
13053            (compare (gt[u] (cc) 0) (lt[u] (cc) 0)).
13054         (simplify_ternary_operation):  Do not examine MODE_BITSIZE of
13055            a CONST_INT, it will always be zero.
13056
13057 2000-07-17  Chandrakala Chavva   <cchavva@cygnus.com>
13058
13059         * loop.c (check_dbra_loop) : Return if more than one condition is
13060         present to control the loop.
13061
13062 Mon Jul 17 08:26:35 2000  Clinton Popetz  <cpopetz@cygnus.com>
13063
13064         * mips.c (mips_expand_prologue): Don't calculate the last argument
13065         register unless we need it.  When we are calculating this, make
13066         sure FUNCTION_ARG is giving us a REG.
13067
13068 2000-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13069
13070         * flow.c (libcall_dead_p): Use single_set to verify the insn
13071         has only one set and get for analysis.
13072         (propagate_one_insn): Don't pass the PATTERN of the insn.
13073
13074 2000-07-17  Mark Klein <mklein@dis.com>
13075
13076          * pa.c (emit_hpdiv_const): Update to match new pattern for udivsi3.
13077
13078 2000-07-17  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
13079
13080         * Makefile.in (TARGET_GETGROUPS_T): New configuration variable.
13081         * configure.in (TARGET_GETGROUPS_T): Evaluate.
13082         * sys-protos.h (getgroups): Use TARGET_GETGROUPS_T for array type
13083         of second argument of getgroups.
13084         * configure, config.in: Rebuilt.
13085
13086 2000-07-17  Geoffrey Keating  <geoffk@cygnus.com>
13087
13088         * simplify-rtx.c (simplify_relational_operation): Two signed
13089         values with equal high words are less/greater than each other if
13090         their low words are less/greater when considered as unsigned.
13091
13092 Mon Jul 17 02:37:06 2000  Marc Espie <espie@openbsd.org>
13093
13094         * configure.in (vax-*-openbsd):  Change to new style configuration,
13095         add collect2/float_format information.
13096         * configure:  Rebuilt.
13097         * config/vax/openbsd1.h:  New.
13098         * config/vax/openbsd.h:  New.
13099         * config/vax/t-openbsd:  New.
13100
13101 2000-07-17  Chip Salzenberg  <chip@valinux.com>
13102
13103         * c-common.c (shorten_compare): Quiet warnings about unsigned
13104         comparisons with zero when they occur in a system header.
13105
13106 2000-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
13107
13108         * invoke.texi (-pedantic): Refer to ISO C instead of ANSI C, and
13109         update to describe current practice.
13110
13111         * glimits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Define for C99.
13112
13113         * contrib.texi, cpp.texi, extend.texi, invoke.texi: Update
13114         references to C9X.  Change references to -fstd and -flang-isoc9x
13115         to refer to -std.
13116
13117         * c-common.c (scan_char_table): Allow "z" length modifiers on
13118         diouxXn formats.
13119         (check_format_info): Use TYPE_DOMAIN on the type matched against
13120         for "z" formats, to retrieve the language size_t rather than the
13121         internal one.
13122
13123         * c-common.c (check_format_info): Do not make a pedantic objection
13124         to the 'L' length modifier if used with a floating point type
13125         character.
13126
13127         * c-lex.c (yylex): Don't pedwarn for hexadecimal floating point
13128         constants in C99 mode.
13129
13130 2000-07-17  Kazu Hirata  <kazu@hxi.com>
13131
13132         * h8300.md: Fix the format of mac.
13133         (movsi_h8300hs): Output a tab after stmac instead of a space.
13134
13135         * h8300.c (two_insn_adds_subs_operand): Improve code for detecting
13136         profitable adds/subs sequences.
13137
13138         * fold-const.c: Fix comment typos.
13139
13140 2000-07-16  Laurynas Biveinis  <lauras@softhome.net>
13141
13142         * cppfiles.c (read_name_map): Set map_list_ptr->map_list_map to NULL.
13143
13144 2000-07-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13145
13146         * fixinc/fixfixes.c (emit_gnu_type): Avoid string concatenation.
13147
13148 2000-07-16  Neil Booth  <NeilB@earthling.net>
13149
13150         * cpplex.c: Update comments.
13151         * README.Portability: Small update.
13152
13153 2000-07-16  Neil Booth  <NeilB@earthling.net>
13154
13155         * README.Portability:  Small update.
13156
13157 2000-07-15  Richard Henderson  <rth@cygnus.com>
13158
13159         * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
13160         * config/ia64/ia64.c (ia64_move_ok): New function.
13161         * config/ia64/ia64.md (movqi, movqi_internal): Use it.
13162         (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
13163
13164 2000-07-15  Zack Weinberg  <zack@wolery.cumb.org>
13165
13166         * cpphash.c (save_expansion): Clear PREV_WHITE on tokens
13167         immediately following a paste operator.
13168         * cppinit.c (sort_options): New function (only for HOST_EBCDIC).
13169         (cpp_reader_init): Call it, if HOST_EBCDIC.
13170         (cpp_handle_options): Do not sort option list here.
13171         (handle_option): Rename to cpp_handle_option and export.
13172         * cpplex.c (cpp_scan_buffer_nooutput, cpp_scan_buffer): Use
13173         _cpp_get_token directly.
13174         (cpp_scan_line): Return 0 at EOF, 1 otherwise.
13175         * cpplib.c (cpp_push_buffer): Don't set new->lineno to 1.
13176         * cpplib.h: Prototype cpp_handle_option.  Update prototype of
13177         cpp_scan_line.
13178
13179 2000-07-15  Richard Henderson  <rth@cygnus.com>
13180
13181         * fold-const.c (extract_muldiv): Don't optimize past an unsigned
13182         cast around an expression.  Tidy other unsigned tests.
13183
13184 2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
13185
13186         * diagnostic.c (doing_line_wrapping, line_wrapper_printf, notice,
13187         v_error_with_decl, v_warning_with_decl, v_pedwarn_with_decl): Remove.
13188         (v_message_with_decl): Rename to ...
13189         (format_with_decl): ... this. Tweak
13190         (diagnostic_for_decl): New function.
13191         (fatal_io_error): Use verbatim in lieu of notice.
13192         (announce_function): Use verbatim.
13193         (default_print_error_function): Likewise.
13194         (error_with_decl, warning_with_decl, pedwarn_with_decl): Use new
13195         infratructure.
13196
13197 2000-07-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13198
13199         * mips.c (function_arg_pass_by_reference): Don't do automatic
13200         aggregate initialization.
13201         (machine_dependent_reorg): Initialize variable `mode'.
13202
13203         * mips.md (absdi2): Change variable `regno1' to unsigned int.
13204         (reload_indi): Rename loword/hiword to lo_word/hi_word to avoid
13205         conflicts with sys/param.h macro of the same name.
13206         (reload_outdi): Likewise.
13207
13208 2000-07-15  Michael Meissner  <meissner@redhat.com>
13209
13210         * fold-const.c (fold): When optimizing FOO++ == CONST into ++FOO
13211         == CONST + INCREMENT, don't overwrite the tree node for FOO++,
13212         create a new node instead.
13213
13214 2000-07-15  Neil Booth  <NeilB@earthling.net>
13215
13216         * README.Portability: Correct example about calling a function
13217         through a pointer to function.  Format wide paragraphs.
13218
13219 2000-07-15  Michael Meissner  <meissner@redhat.com>
13220
13221         * README.Portability: Update integer suffixes and function
13222         prototype sections.
13223
13224 2000-07-15  Neil Booth  <NeilB@earthling.net>
13225
13226         * README.Portability: Small update.
13227
13228 2000-07-15  Neil Booth  <NeilB@earthling.net>
13229
13230         * README.Portability: New file.
13231
13232 Fri Jul 14 18:13:53 2000  Mark P Mitchell  <mark@codesourcery.com>
13233
13234         * INSTALL: Give special instructions for building GCC on Irix 6.
13235         * config/mips/x-iris6 (CC): Don't set it.
13236         (OLDCC): Likewise.
13237
13238 2000-07-14  Jason Merrill  <jason@redhat.com>
13239
13240         * dwarf2out.c (dwarf2out_frame_debug_expr): If we store the CFA
13241         register in the stack and later in another register, use the new
13242         register.
13243
13244 Fri Jul 14 10:25:53 2000  Clinton Popetz  <cpopetz@cygnus.com>
13245
13246         * config/mips/mips.md: (absdi2): Handle sign_extend for
13247         second operand.
13248
13249 2000-07-14  Nathan Sidwell  <nathan@codesourcery.com>
13250
13251         * cpplib.c (do_pragma_dependency): Tidy warning messages.
13252
13253 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
13254
13255         * .cvsignore: Correct typo.
13256
13257 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
13258
13259         * .cvsignore: Add generated YACC files.
13260         * objc/.cvsignore: New file.
13261
13262 2000-07-14  Neil Booth  <NeilB@earthling.net>
13263
13264         * cpplex.c (adjust_column): New funcion.
13265         (skip_whitespace): Use it.
13266         (skip_block_comment): Use it, and warn about /*/* with
13267         -Wcomments.
13268
13269 2000-07-14  Neil Booth  <NeilB@earthling.net>
13270
13271         * cpphash.c (struct macro_info): Add new members.
13272         (_cpp_free_definition): Delete the macro directly.
13273         (count_params): Return void, with first token of
13274         expansion in struct macro_info on success.
13275         (parse_define): Return int.  Hoist syntax checking from
13276         save_macro_expansion.  Leave call to save_expansion to
13277         _cpp_create_definition.
13278         (alloc_macro): Needs just 2 arguments.
13279         (free_macro): Delete.
13280         (save_expansion): Don't perform syntax check.
13281         (_cpp_create_definition): Call save_expansion.
13282
13283 2000-07-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13284
13285         * genrecog.c (write_header): Split long string.
13286
13287         * cpphash.c (macro_info): Don't use the `signed' keyword.
13288
13289         * system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.
13290
13291 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
13292
13293         * calls.c (stored_args_map): New variable.
13294         (check_sibcall_argument_overlap_1): New.
13295         (check_sibcall_argument_overlap): New.
13296         (expand_call): Initialize stored_args_map.
13297         Call check_sibcall_argument_overlap.
13298
13299 2000-07-13  Bruce Korb  <bkorb@gnu.org>
13300
13301         * fixinc/fixfixes.c: move EXIT_BROKEN to header, add sub-expr max count
13302         (emit_gnu_type): utility procedure for gnu_type_fix
13303         (gnu_type_fix): implement various pre-processor guards around
13304         standard types so these types can be defined over and over
13305         * fixinc/fixincl.tpl: add a "gnu_type_map" that forces the standard
13306         types alluded to above will have GNU-compliant base types
13307         * fixinc/fixlib.h: add EXIT_BROKEN define and the gnu_type_map struct
13308         * fixinc/inclhack.def: add test_text entries and utilize the new
13309         "gnu_types" fix for the ptrdiff_t, size_t and wchar_t types.
13310         * fixinc/fixincl.x: regenerate
13311
13312 2000-07-12  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
13313
13314         * diagnostic.c (vline_wrapper_message_with_location,
13315         v_message_with_file_and_line, v_error_with_file_and_file,
13316         v_error_for_asm, v_warning_for_asm, vfatal,
13317         v_warning_with_file_and_line, v_pedwarn_with_file_and_line,
13318         vsorry, verror, vwarning, vpedwarn): Remove.
13319         (diagnostic_for_asm): New function.
13320         (pedwarn, error, warning, pedwarn_with_file_and_line,
13321         error_with_file_and_line, warning_with_file_and_line, sorry,
13322         error_for_asm, warning_for_asm, fatal): Reimplement.
13323         (finish_diagnostic): Clear diagnostic info as well.
13324
13325 2000-07-13  Neil Booth  <NeilB@earthling.net>
13326
13327         * c-common.h (flag_digraphs): New.
13328         * c-decl.c (c_decode_option): Set flag_digraphs as appropriate.
13329         * c-lex.c (yylex): Use flag_digraphs to decide whether to
13330         honour digraphs.
13331
13332 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
13333
13334         * gcc.c (do_spec_1): Add new %B operator.
13335         (set_input): Prepare for %B.
13336
13337         (link_command_spec): Move up with the other tm.h-
13338         overrideable specs.  Factor out the portion conditional on
13339         LINK_LIBGCC_SPECIAL into a new spec, %(link_libgcc).
13340         (struct compiler): Just have a single spec string.  All users
13341         updated.
13342         (default_compilers): Remove unnecessary braces.
13343         (static_specs): Update.
13344
13345         (trad_capable_cpp, cpp_options, cc1_options, asm_options): New
13346         named specs.
13347         (C and assembly specs): Use the new named specs, as appropriate.
13348
13349         * objc/lang-specs.h: Use the new named specs.
13350         Remove unnecessary braces.
13351
13352 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13353
13354         * gcc.c (execute): If a subprocess gets a fatal signal, report
13355         strsignal() of the signal number, and ask for a bug report.
13356         Do not do this for SIGPIPE if there's already been an error.
13357
13358         * tradcpp.c: Don't include signal.h.  Don't catch SIGPIPE.
13359         Delete pipe_closed.
13360
13361         * tradcif.c: Remove.
13362
13363 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13364
13365         * final.c (profile_function): Do not emit profile counters in
13366         the data section, if NO_PROFILE_COUNTERS is defined.
13367         * tm.texi: Document NO_PROFILE_COUNTERS.  Update doc for
13368         FUNCTION_PROFILER.
13369
13370         * config/i386/linux.h (NO_PROFILE_COUNTERS): Define.
13371         (FUNCTION_PROFILER): Just emit a call to mcount.
13372
13373 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13374
13375         * tradcpp.c (main): Rename 'perror' label to 'sys_error'.
13376
13377         * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
13378         cpplib.c, cpplib.h: Eradicate all traces of code dependent on
13379         traditional, lang_chill, or lang_fortran.
13380
13381         * cppfiles.c: #undef strcmp to suppress warning about macros
13382         used without arguments.
13383         (_cpp_execute_include): Use f, not fname, in "No include path"
13384         error.
13385         (_cpp_pop_file_buffer): New function.
13386         * cpplib.c: Don't include <sys/mman.h>.
13387         (cpp_push_buffer): Set line_base and lineno in new buffer.
13388         (cpp_pop_buffer): Use _cpp_pop_file_buffer.
13389
13390         * cpplex.c: Move all prototypes and structure declarations to the
13391         top of the file.  Properly parenthesise some macro arguments.
13392         (cpp_scan_line): New function.
13393         (special_symbol [case T_INCLUDE_DEPTH]): Use pfile->include_depth,
13394         don't need to walk up the stack counting.
13395
13396 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13397
13398         * c-common.c (combine_strings): Emit a pedantic warning when a
13399         string length is greater than the minimum ANSI C is required
13400         to support.
13401
13402 Wed Jul 12 13:24:30 2000  Jeffrey A Law  (law@cygnus.com)
13403
13404         * pa/xm-pa64.h (NO_SYS_SIGLIST): Kill.
13405         * d30v/xm-d30v.h (NO_SYS_SIGLIST): Kill.
13406
13407 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13408
13409         * c-decl.c (define_label): Warn about identifier conflicts with
13410         labels in traditional C.
13411
13412         * c-parse.in (unop +): Warn about the unary plus operator for
13413         traditional C.
13414
13415         * c-typeck.c (store_init_value): Warn about automatic aggregate
13416         initialization for traditional C.
13417
13418         * invoke.texi (-Wtraditional): Document new warnings.
13419
13420 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13421
13422         * Makefile.in (c-errors.o): Fix thinko in dependency.
13423
13424 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13425
13426         * gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of
13427         -traditional, -ftraditional, or -traditional-cpp was given.
13428         Do not pass -traditional to the preprocessor.
13429         (.S spec): Likewise.  Don't bother defining __ASSEMBLER__, the
13430         preprocessor does it automatically.
13431         * objc/lang-specs.h: Likewise.  Don't bother defining __OBJC__.
13432
13433         * ch/lang-specs.h: Always use tradcpp.  Do not pass
13434         -traditional, -trigraphs, or -pedantic to the preprocessor.
13435         * f/lang-specs.h (.F spec): Likewise.  Don't bother defining
13436         _LANGUAGE_FORTRAN.
13437
13438 2000-07-12  Zack Weinberg  <zack@wolery.cumb.org>
13439
13440         * cppexp.c (LOGICAL): Delete macro.
13441         (_cpp_parse_expr): Do not use UNARY for unary +.  Implement ||
13442         and && directly.
13443
13444         * cpphash.c (HASHSIZE): Increase to 4096.
13445         (struct hashdummy): Add hash field.
13446         (eq_HASHNODE): Compare unreduced hashes, then lengths, then
13447         the string values using memcmp.
13448         (cpp_lookup): Set dummy.hash.
13449
13450 Wed Jul 12 13:15:16 2000  Marc Espie <espie@openbsd.org>
13451
13452         * configure.in (m88k-openbsd): Express configuration using new fragment
13453         style.
13454         * configure: Rebuilt.
13455         * m88k/aout-dbx.h: New.
13456         * m88k/openbsd.h: New.
13457         * m88k/xm-openbsd.h: New.
13458
13459 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13460
13461         * expr.c (expand_expr): Return const0_rtx, not error_mark_node.
13462
13463 2000-07-12  Richard Henderson  <rth@cygnus.com>
13464
13465         * reload.c (push_secondary_reload): Make sure to add the new
13466         reload at the end, after acquiring secondary memory.
13467
13468 2000-07-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13469
13470         * cpplex.c (is_macro_disabled): Use CPP_WTRADITIONAL.
13471
13472         * c-decl.c (set_current_function_name_declared, anon_aggr_type_p,
13473         lang_expand_stmt): Mark parameters with ATTRIBUTE_UNUSED.
13474
13475         * c-parse.in (stmt): Delete unused variables.
13476
13477         * convert.c (convert_to_vector): Likewise.
13478
13479         * gensupport.c (process_rtx): Declare attr as `rtvec' not `rtx'.
13480
13481         * tree.c (finish_vector_type): Prototype.
13482
13483 2000-07-12  Bruce Korb  <bkorb@gnu.org>
13484
13485         * fixinc/fixfixes.c: use xmalloc
13486         * fixinc/fixincl.c(initialize): set program name for xmalloc
13487         * fixinc/fixlib.c(must_malloc): obsolete
13488         (is_cxx_header): no longer used - disabled
13489         (skip_quote): inserted and disabled for future use
13490         * fixinc/fixlib.h: reflects above
13491         * fixinc/fixtests.c: removed dinkleberries
13492
13493 2000-07-12  Neil Booth  <NeilB@earthling.net>
13494
13495         * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
13496         * cpplex.c (TOKEN_SPELL) Move to cpphash.h.
13497
13498         * cpphash.c: (struct macro_info, alloc_macro, free_macro,
13499         struct toklist_dummy): New.
13500         (cpp_free_definition): Free macros with free_macro.
13501         (count_params): Don't save paramter spellings.  Save macro
13502         information in a struct macro_info.
13503         (parse_define): Don't allocate a token list.
13504         (save_expansion): Allocate the macro's token list, and
13505         save parameter spellings if necessary.  Use TOKEN_SPELL.
13506         (cpp_create_definition): Make list const.
13507
13508 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13509
13510         * c-typeck.c (pedwarn_c99): Move to
13511         * c-errors.c: ... Here.
13512         * toplev.h (verror, vwarning, vpedwarn): Remove prototypes.
13513         * diagnostic.c (verror, vwarning, vpedwarn): Make static.
13514         * Makefile.in (C_AND_OBJC_OBJS): Include c-errors.o
13515         (c-errors.o): List dependency.
13516
13517 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
13518
13519         * c-parse.c: Remove.
13520         * c-parse.h: Likewise.
13521         * c-parse.y: Likewise.
13522         * objc/objc-parse.c: Likewise.
13523         * objc/objc-pasre.y: Likewise.
13524
13525 2000-07-11  Rodney Brown  <RodneyBrown@pmsc.com>
13526
13527         * gcc.texi: Fix minor typos
13528         * extend.texi: Fix minor typos
13529
13530 2000-07-11  Marc Espie <espie@openbsd.org>
13531
13532         * collect2.c (main): Recognize .lo as object files.
13533
13534 2000-07-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
13535
13536         * pa.c (hppa_encode_label): Store labels in gc memory when ggc_p is
13537         true.
13538
13539         * aclocal.m4 (AC_FUNC_MMAP_ANYWHERE): Extend test to detect systems
13540         with MAP_ANONYMOUS and MAP_ANON.
13541         * configure, config.in: Rebuilt.
13542
13543 2000-07-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13544
13545         * diagnostic.c (save_output_state): Remove.
13546         (restore_output_state): Likewise.
13547         (clear_text_info): New function.
13548         (clear_diagnostic_info): Likewise.
13549         (output_text_length, is_starting_newline, output_prefix,
13550         line_wrap_cutoff, ideal_line_wrap_cutoff, prefix_was_emitted_for,
13551         prefixing_policy, output_buffer_ptr_to_format_args): New macros
13552         (set_real_maximum_length, output_set_maximum_length,
13553         output_set_prefix, output_get_prefix, output_set_maximum_length,
13554         output_destroy_prefix, init_output_buffer,
13555         reshape_diagnostic_buffer, output_space_left, output_emit_prefix,
13556         output_add_newline, output_add_character, output_add_space,
13557         output_append_r, output_append, wrap_text, output_format,
13558         output_do_printf, output_printf, output_do_verbatim,
13559         output_verbatim, verbatim): Use them.
13560         (output_clear): Split into cleat_text_info and
13561         clear_diagnostic_info.
13562         (struct output_state): Move to...
13563
13564         * diagnostic.h: ...Here
13565         (struct output_buffer): Adjust.
13566
13567 2000-07-11  Zack Weinberg  <zack@wolery.cumb.org>
13568
13569         * cpplex.c (parse_name): No longer inline (premature optimization).
13570         (do_pop_context): Fold into pop_context.
13571         (pop_context): Returns int.
13572         (lex_next): Hoist test for end of directive into pop_context.
13573         (push_macro_context): Returns int; takes just reader and token.
13574         Hoist test for excessive nesting to caller.
13575         (push_arg_context): Returns void; takes just reader and token.
13576         Do not call stringify_arg or get_raw_token.
13577         (get_raw_token): Convert tail recursion through push_arg_context
13578         to a loop at this level.  Call stringify_arg here if appropriate.
13579         (maybe_paste_with_next): Convert tail recursion to a while loop.
13580         Hoist test of paste_level to caller.
13581
13582         (stringify_arg): Push arg context at beginning.
13583         (cpp_get_token): Split out core into _cpp_get_token.  Call
13584         process_directive here.  Throw away CPP_PLACEMARKER tokens.
13585         (_cpp_get_token): Convert tail recursion through
13586         push_macro_context to a loop at this level.
13587         (_cpp_glue_header_name, is_macro_disabled, stringify_arg,
13588         _cpp_get_raw_token): Use _cpp_get_token.
13589         (_cpp_skip_rest_of_line): Drop the context stack directly; do
13590         not call pop_context.
13591         (_cpp_run_directive): Call lex_next directly.
13592
13593         * cpphash.h: Prototype _cpp_get_token.
13594         * cppexp.c (lex): Use it.
13595         * cpphash.c (parse_define): Use it.
13596         * cpplib.c (get_define_node, do_undef, parse_include,
13597         read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
13598         do_pragma_implementation, do_pragma_poison, do_pragma_dependency,
13599         parse_ifdef, validate_else): Use it.
13600         (cpp_push_buffer): Tweak error message; abort if anyone tries
13601         to push a buffer while macro expansions are stacked.
13602
13603 2000-07-11  Donn Terry  <donnte@microsoft.com>
13604
13605         * cpplex.c (free_macro_args, save_token): Cast arg of free
13606         and/or xrealloc to PTR.
13607         (_cpp_init_input_buffer): Clear all fields of the base context.
13608
13609 Tue Jul 11 15:28:21 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
13610
13611         * gensupport.c (process_rtx): Make rtl checking stop
13612         complaining about the define_insn while it is being
13613         converted from a define_insn_and_split.
13614
13615 Tue Jul 11 16:26:17 2000  Clinton Popetz  <cpopetz@cygnus.com>
13616
13617         * config/mips/mips.c (simple_memory_operand): Access the
13618         INTVAL of the address, not it's containing MEM.
13619
13620 2000-07-11  Bruce Korb  <bkorb@gnu.org>
13621
13622         * fixinc/fixtests.c(double_slash): obsolete
13623         (else_endif_label): likewise
13624         * fixinc/inclhack.def(irix_multiline_cmnt): obsolete
13625         (libc1_ifdefd_memx): correct initial comment
13626         and omit the #if/#endif pair from the memxxx declarations
13627         * fixinc/fixincl.x: regen
13628
13629 2000-07-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13630
13631         * cpplex.c (T, I, S, C, N): Avoid non-constant initializers.
13632
13633 2000-07-11  Neil Booth  <NeilB@earthling.net>
13634
13635         * cpp.texi: Update.
13636
13637 2000-07-11  Neil Booth  <NeilB@earthling.net>
13638
13639         * cppinit.c: (cpp_reader_init): Allow digraphs by default.
13640         (handle_option): Set digraphs according to standard.
13641         Merge OPT_lang_c89 handler with OPT_std_c89.
13642
13643         * cpplex.c: (lex_line, can_paste): Honour digraphs in
13644         accordance with the digraphs flag.
13645
13646         * cpplib.h: (struct cpp_options): New option digraphs.
13647
13648 2000-07-10  Hans-Peter Nilsson  <hp@axis.com>
13649             Bruce Korb  <bkorb@gnu.org>
13650
13651         * fixinc/inclhack.def (libc1_ifdefd_memx): New fix.
13652         * fixinc/fixincl.x: Regenerate.
13653         * fixinc/tests/base/testing.h: Add testcase.
13654
13655 2000-07-10  Richard Henderson  <rth@cygnus.com>
13656
13657         * config/ia64/ia64.c (got_symbolic_operand): New.
13658         (symbolic_operand, move_operand): Revert 0701 change.
13659         * config/ia64/ia64.h (PREDICATE_CODES): Update.
13660         * config/ia64/ia64-protos.h (got_symbolic_operand): Declare.
13661         * config/ia64/ia64.md (movdi): Revert 0701 wrt symbolic_operand;
13662         split the offset into a 14-bit low part instead of a 13-bit low part.
13663         (load_fptr): Mark the mem as unchanging.
13664         (load_symptr): Use got_symbolic_operand.
13665
13666 2000-07-10  Nick Clifton  <nickc@cygnus.com>
13667
13668         * libgcc2.c (next_stack_level): Cast result of computation to
13669         (void **) so that the assignment does not generate a warning.
13670
13671 2000-07-10  Chandrakala Chavva  <cchavva@redhat.com>
13672
13673         * flags.h : Add new variable flag_single_precision_constant.
13674         * toplev.c (display_help) : Add -fsingle-precision-constant option.
13675         (flag_single_precision_constant): New.
13676         * c-lex.c (yylex): Convert floating point constant to single
13677         precision constant.
13678         * invoke.texi : Add documentation for this new option.
13679
13680 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
13681
13682         * diagnostic.c (output_octal): Second parameter is unsigned.
13683         (output_long_octal): Likewise.
13684         (output_hexadecimal): Likewise.
13685         (output_long_hexadecimal): Likewise.
13686         (output_format): Adjust arguments extraction. Tweak.
13687         (output_verbatim, verbatim): End variable argument list.
13688         (report_diagnostic): Improve documentation.
13689
13690 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
13691
13692         * c-common.h (build_stmt): Declare.
13693         (build_continue_stmt): Likewise.
13694         (build_break_stmt): Likewise.
13695         (build_return_stmt): Likewise.
13696
13697         * c-decl.c (do_case): Rewrite to do what previously done in
13698         c-parse.in.
13699
13700         * c-semantics.c (build_stmt): Define.
13701         (build_return_stmt): Likewise.
13702         (build_break_stmt): Likewise.
13703         (build_continue_stmt): Likewise.
13704         (build_case_label): Likewise.
13705
13706         * c-parse.in (BREAK): Change to build tree, then generate RTL.
13707         (CONTINUE): Likewise.
13708         (RETURN): Likewise.
13709         (CASE): Likewise.
13710         (DEFAULT): Likewise.
13711
13712         * c-parse.y: Regenerate.
13713         * c-pasre.c: Likewise.
13714
13715 2000-07-09  Jason Merrill  <jason@redhat.com>
13716
13717         * expr.c (expand_expr): Bail earlier if we get an error_mark_node.
13718
13719         * tree.h (STRIP_NOPS): Check for error_mark_node.
13720         (STRIP_SIGN_NOPS, STRIP_TYPE_NOPS): Likewise.
13721         (dwarf2out_*): Remove duplicate declarations.
13722
13723         * c-decl.c (duplicate_decls): Copy DECL_ABSTRACT_ORIGIN from
13724         DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
13725
13726 2000-07-10  Gabriel Dos Reis  <gdr@codesourcery.com>
13727
13728         * diagnostic.c (wrap_text): New function.
13729         (maybe_wrap_text): Likewise.
13730         (output_add_string): Use it.
13731         (output_format): Likewise.
13732         (count_error): Use verbatim instead of notice.
13733         (report_error_function): Likewise. Don't use plain fprintf.
13734         (finish_diagnostic): New function.
13735         (output_do_verbatim): Tweak.  Commonalize functionalities in
13736         output_verbatim and verbatim.
13737         (output_verbatim): Adjust.
13738         (verbatim): Likewise.
13739         (report_diagnostic): Define.
13740
13741         * diagnostic.h (report_diagnostic): Prototype.
13742
13743 2000-07-09  Zack Weinberg  <zack@wolery.cumb.org>
13744
13745         * cppexp.c (_cpp_parse_expr): Don't use unary plus.
13746
13747 2000-07-09  Neil Booth  <NeilB@earthling.net>
13748
13749         * cpphash.h: ISvspace, is_vspace, is_nvspace: New.
13750         IShspace, ISspace: Update.
13751
13752         * cppinit.c: ISTABLE: Update.
13753         V: New.
13754
13755         * cpplex.c (IS_HSPACE, S_NEWLINE): Remove.
13756         (IS_DIRECTIVE): Rename KNOWN_DIRECTIVE.
13757         (skip_block_comment, skip_line_comment, parse_string,
13758         lex_line): Use is_vspace rather than IS_NEWLINE.
13759         (skip_whitespace, lex_line): Clean up to use is_nvspace.
13760         (lex_line): Use KNOWN_DIRECTIVE.  Any kind of directive
13761         gets a BOL flag.
13762         (lex_next): Unconditionally stop if within a directive.
13763         Treat directives within macro invocations as directives
13764         (after parse_args emits error), not as the argument.
13765
13766 2000-07-09  Gabriel Dos Reis  <gdr@codesourcery.com>
13767
13768         * diagnostic.c (diagnostic_args): New macro.
13769         (diagnostic_msg): Likewise.
13770         (output_formatted_integer): Likewise.
13771         (output_state): New data type.
13772         (digit_buffer): Make global.
13773         (output_add_integer): Rename to output_decimal. Squeeze
13774         digit_buffer.
13775         (output_long_decimal, output_unsigned_decimal,
13776         output_long_unsigned_decimal, output_octal, output_long_octal,
13777         output_hexadecimal, output_long_hexadecimal): New functions.
13778         (output_append_r): New function.
13779         (output_append): Tweak.
13780         (output_flush_on): Rename to output_to_stream.
13781         (output_format): Change prototype.  Improve documentation. Handle
13782         more format specifiers.
13783         (build_location_prefix): Rename to context_as_prefix.
13784         (output_notice): Rename to output_do_printf.
13785         (output_printf): Tweak.
13786         (line_wrapper_printf): Likewise.
13787         (vline_wrapper_message_with_location): Adjust call to renamed
13788         functions.
13789         (v_message_with_decl): Likewise.
13790         (default_print_error_function): Likewise.
13791         (save_output_state): New function.
13792         (restore_output_state): Likewise.
13793         (output_do_verbatim): Likewise.
13794         (output_verbatim): Define.
13795         (verbatim): Likewise.
13796
13797         * diagnostic.h (printer_fn): Change return type from void to int.
13798         Improve documentation.
13799         (output_add_integer): Rename to output_decimal.
13800         (output_flush_on, output_format): Don't export.
13801         (output_verbatim, verbatim): Declare.
13802
13803 2000-07-08  Toon Moene  <toon@moene.indiv.nluug.nl>
13804
13805         * fold-const.c (extract_muldiv) case PLUS_EXPR, MINUS_EXPR:
13806         Check whether c divides op1 exactly if operation is not
13807         multiplication.
13808
13809 2000-07-08  Richard Henderson  <rth@cygnus.com>
13810
13811         * final.c (final): Do not abort when reg-stack introduces
13812         a new insn.
13813
13814 2000-07-08  Zack Weinberg  <zack@wolery.cumb.org>
13815
13816         * cpplib.h (struct cpp_name): Now struct cpp_string.
13817         (CPP_INT, CPP_FLOAT, CPP_NUMBER, CPP_COMMENT,
13818         CPP_HEADER_NAME): Change to type S.
13819         (struct cpp_token): Rename 'name' field to 'str'.  Add 'node'
13820         field, a cpp_hashnode *.  All references to val.name updated
13821         to use val.str or val.node as appropriate.
13822         (struct cpp_reader): Add spec_nodes field.
13823         (cpp_idcmp): Now cpp_ideq; takes a token * and a char *.
13824
13825         * cpphash.h (struct spec_nodes): New.
13826         (enum spell_type): Reorder.  Only SPELL_STRING tokens use
13827         val.str.  All references to 'spelling > SPELL_NONE' updated to
13828         match.
13829
13830         (CPP_IN_SYSTEM_HEADER): Check pfile->buffer and
13831         pfile->buffer->inc are not NULL before dereferencing them.
13832
13833         * cpplex.c (parse_name): Take a pointer to the current token,
13834         plus current position and limit as args; return the new
13835         position; don't copy the text of a name into the string
13836         buffer, instead call cpp_lookup and store the node pointer.
13837         If extending a token, copy out the text of the old into a
13838         scratch buffer, append the new, look that up and store the new
13839         node pointer.  Inline.
13840         (maybe_paste_with_next): If the result of paste is a NAME,
13841         then look up the pasted text and store its node pointer.
13842         (lex_line): Adjust for new parse_name interface.
13843         Check for L"str", L'str' using spec_nodes->n_L.
13844         (spell_token): SPELL_IDENT tokens have their spelling in
13845         val.node->name.  Handle SPELL_STRING tokens that don't have
13846         string delimiters.
13847         (_cpp_expand_name_space,
13848         (can_paste): Check for L ## "str" using spec_nodes->n_L.
13849         (cpp_get_token, special_symbol): No need to call cpp_lookup.
13850         (cpp_idcmp): Now cpp_ideq; take a token * and a const char *;
13851         return 1=equal 0=not, not a tristate.
13852
13853         * cpphash.c (var_args_str): Delete.
13854         (find_param): Compare node fields directly.
13855         (is__va_args__): Use CPP_PEDANTIC.  Just compare
13856         token->val.node with spec_nodes->n__VA_ARGS__.
13857         (dump_funlike_macro): Don't use var_args_str.
13858
13859         * cpplib.c (_cpp_check_directive): Just walk through
13860         spec_nodes->dirs comparing pointers.
13861         (get_define_node, do_pragma_poison, detect_if_not_defined,
13862         parse_ifdef): The identifier has already been looked up.
13863         (do_ifdef, do_ifndef): parse_ifdef won't return a poisoned
13864         node.
13865         (do_if): Only call detect_if_not_defined at beginning of file.
13866         (_cpp_parse_assertion): Only copy string pointers for
13867         SPELL_STRING tokens.
13868         (pragma_dispatch): Take a node pointer and examine its name
13869         field.
13870         (_cpp_init_stacks): Also initialize the spec_nodes structure.
13871
13872         * cppinit.c (cpp_reader_init): Call _cpp_init_stacks after
13873         _cpp_init_macros.
13874         (cpp_cleanup): Free pfile->spec_nodes.  Call _cpp_cleanup_* in
13875         reverse order from the corresponding _cpp_init_* routines.
13876
13877         * cppexp.c (parse_number, parse_charconst, parse_defined,
13878         lex): Check val.node->type instead of calling cpp_defined.
13879         Use spec_nodes entries where appropriate.
13880
13881         * fix-header.c, scan-decls.c: Update for interface changes.
13882
13883 2000-07-08  Geoffrey Keating  <geoffk@cygnus.com>
13884
13885         * config/rs6000/rs6000.c (rs6000_emit_move): Fix conditions for
13886         emitting aux_truncdfsf2.
13887
13888 2000-07-03  Donn Terry  (donnte@microsoft.com)
13889
13890         * cppinit.c (print_help): split overlong line into ISO C89
13891         maximum chunks.
13892
13893 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13894
13895         * cppexp.c: Update all code for new lexer interface.
13896         (op_t, operator codes, struct token, tokentab2, op_to_str): Remove.
13897         (struct suffix, vsuf_1, vsuf_2, vsuf_3, op_to_prio): New.
13898         * cpplex.c (token_names): Trim leading CPP_ from names; make
13899         the strings unsigned.
13900         (_cpp_spell_operator): New.
13901         (is_macro_disabled): Disable all macros if rescanning
13902         preprocessed text.
13903         (_cpp_get_directive_token): Remove.
13904
13905         * cppinit.c: Don't set no_macro_expand.
13906         * cpplib.c (read_line_number, do_line): Check only for EOF,
13907         not VSPACE.
13908         * cpphash.h: Update prototypes.
13909         * cpplib.h (CPP_VSPACE): Remove.
13910         (struct cpp_reader): Remove no_macro_expand.
13911
13912 2000-07-08  Neil Booth  <NeilB@earthling.net>
13913
13914         * cpphash.c (is__va_args__): New function.
13915         (count_params): Fix line reported in error messages.  Use
13916         is__va_args__.  Don't return ')' on error.  Flag GNU style
13917         rest args macro definitions.
13918         (parse_define): Check macro name is not __VA_ARGS__.
13919         (save_expansion): Check identifier in non-varargs-macro is
13920         not __VA_ARGS__.  Don't flag GNU_VARARGS.
13921         * cpplex.c (parse_args): Accept no argument iff GNU_REST_ARGS.
13922         (maybe_paste_with_next): Use per-macro GNU_REST_ARGS rather
13923          than per-token GNU_VARARGS.
13924         * cpplib.h (GNU_VARARGS): Remove.
13925         (GNU_REST_ARGS): New.
13926
13927 Sat Jul  8 01:38:25 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13928
13929         * i386.md (call_pop, call, call_value_pop): Do not set
13930         current_function_uses_pic_offset_table for calls to static
13931         functions or indirect calls.
13932
13933 2000-07-07  Jim Wilson  <wilson@cygnus.com>
13934
13935         * config/ia64/ia64.c (rws_access_reg): New local write_count.  If
13936         is_predicate_reg, then take max write_count of register pair.
13937
13938 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13939
13940         * tradcpp.c (main): Rename label `include' to `add_include' to
13941         avoid conflicts with variable `include' in traditional C.
13942
13943 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13944
13945         * integrate.c (copy_insn_list): Remove REG_LABEL notes.
13946
13947 2000-07-07  Jakub Jelinek  <jakub@redhat.com>
13948
13949         * sibcall.c (uses_addressof): Add INMEM argument, check for
13950         current_function_internal_arg_pointer outside of MEM rtxs in addition
13951         to ADDRESSOFs.
13952         (sequence_uses_addressof): Update caller.
13953
13954 2000-07-07  Zack Weinberg  <zack@wolery.cumb.org>
13955
13956         * tradcpp.c (initialize_builtins): Honor NO_BUILTIN_SIZE_TYPE
13957         and friends.
13958
13959 2000-07-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13960
13961         * system.h (UNION_INIT_ZERO): New macro for initializing union
13962         members in structs.
13963
13964         * cpplex.c (placemarker_token, eof_token): Use UNION_INIT_ZERO.
13965
13966 2000-07-07  Neil Booth  <NeilB@earthling.net>
13967
13968         * cpp.texi: Update.
13969
13970 Fri Jul  7 07:47:35 2000  Jeffrey A Law  (law@cygnus.com)
13971
13972         * final.c (final): Detect out of bounds array access to
13973         the insn_lengths array.
13974
13975 2000-07-07  Kazu Hirata  <kazu@hxi.com>
13976
13977         * fold-const.c (fold): Fix a comment typo.
13978
13979 2000-07-07  Neil Booth  <NeilB@earthling.net>
13980
13981         * cpp.texi: Update to new lexer.
13982
13983 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
13984
13985         * tradcpp.c: New file.
13986         * tradcif.y: New file.
13987         * tradcif.c: New generated file.
13988
13989         * Makefile.in: Add rules to build tradcpp.o, tradcif.o,
13990         $(srcdir)/tradcif.c.  Add tradcpp to STAGESTUFF and
13991         dependencies of C.  Install tradcpp from install-common, in
13992         $(libsubdir).
13993
13994 2000-07-06  Zack Weinberg  <zack@wolery.cumb.org>
13995
13996         * cppinit.c: Include cppdefault.h.  Refer to
13997         cpp_GCC_INCLUDE_DIR and cpp_GCC_INCLUDE_DIR_len, not directly
13998         to GCC_INCLUDE_DIR and its length.
13999         (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
14000         USER_LABEL_PREFIX, REGISTER_PREFIX, struct default_include,
14001         STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT):  Move to
14002         cppdefault.h.
14003         (include_defaults_array): Move to cppdefault.c.
14004
14005         * cppdefault.h: New file.
14006         * cppdefault.c: New file.
14007
14008         * Makefile.in (LIBCPP_OBJS): Add cppdefault.o.
14009         (cppinit.o): Don't apply $(PREPROCESSOR_DEFINES) to this file.
14010         (cppdefault.o): New rule; apply $(PREPROCESSOR_DEFINES) to
14011         this file.
14012
14013 Thu Jul  6 18:30:36 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14014
14015         * reload.c (push_reload): When seeing if can reuse a register,
14016         check extra registers against widest of INMODE and OUTMODE.
14017
14018 2000-07-06  Neil Booth  <NeilB@earthling.net>
14019
14020         * cpplib.c: (_cpp_parse_assertion):  Perform hash lookups
14021         based on full length of predicate.
14022
14023 2000-07-06  Hans-Peter Nilsson  <hp@axis.com>
14024
14025         * timevar.c: [HAVE_SYS_RESOURCE_H]: Include <sys/resource.h>.
14026         [NEED_DECLARATION_GETRUSAGE]: Declare getrusage.
14027
14028 2000-07-05  Kazu Hirata  <kazu@hxi.com>
14029
14030         * h8300-proto.h: Fix formatting.
14031         * h8300.c: Likewise.
14032         * h8300.h: Likewise.
14033
14034 2000-07-05  Jim Wilson  <wilson@cygnus.com>
14035
14036         * config/ia64/ia64.h (HARD_REGNO_MODE_OK): If FR_REGNO_P, disallow
14037         CCmode.
14038
14039 2000-07-05  Rodney Brown  <RodneyBrown@pmsc.com>
14040
14041         * invoke.texi: Fix minor typos
14042         * md.texi: Fix minor typos
14043
14044 2000-07-05  Zack Weinberg  <zack@wolery.cumb.org>
14045
14046         * cpplib.c (_cpp_parse_assertion): Fix buffer overrun.
14047
14048 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
14049
14050         * cpplex.c: Don't include sys/mman.h.
14051         (cpp_push_buffer, cpp_pop_buffer): Moved to cpplib.c.
14052
14053         * cpplib.c: Include sys/mman.h and obstack.h.
14054         (cpp_push_buffer): Moved from cpplex.c; allocate buffers on an
14055         obstack.
14056         (cpp_pop_buffer): Moved from cpplex.c; free buffers from an obstack.
14057         (_cpp_unwind_if_stack): Now static, unwind_if_stack.  Don't
14058         bother freeing if stack entries (they will be freed with their buffer).
14059         (do_endif): Free if stack entries from the buffer obstack.
14060         (push_conditional): Allocate if stack entries from the buffer obstack.
14061
14062         (find_answer): Rename to _cpp_find_answer.
14063         (do_assert, do_unassert): Update.
14064
14065         * cpphash.h: Update prototypes.
14066         (xobnew): New convenience macro.
14067         * cpplib.h (struct cpp_reader): Add hash_ob and buffer_ob fields.
14068         Update comments.
14069         (struct cpp_hashnode): Remove disabled field.
14070
14071         * cppinit.c: Don't include hashtab.h or splay-tree.h.
14072         (report_missing_guard): Moved to cppfiles.c.
14073         (cpp_reader_init): Call cpp_init_stacks, cpp_init_macros,
14074         cpp_init_includes.
14075         (cpp_cleanup): Call cpp_cleanup_stacks, cpp_cleanup_macros,
14076         cpp_cleanup_includes.  Don't destroy hashtab or
14077         all_include_files here.
14078         (cpp_finish): Use _cpp_report_missing_guards.
14079
14080         * cppfiles.c (report_missing_guard): Moved from cppinit.c.
14081         (_cpp_init_include_table): Rename _cpp_init_includes.
14082         (_cpp_cleanup_includes, _cpp_report_missing_guards): New.
14083
14084         * cppexp.c (parse_assertion): Update for new name of
14085         find_answer.
14086
14087         * Makefile.in (cpplib.o, cpphash.o, cppinit.o): Update deps.
14088
14089 2000-07-04  Zack Weinberg  <zack@wolery.cumb.org>
14090
14091         * cpplib.c (do_ident): s/VSPACE/EOF/
14092
14093 2000-07-05  Neil Booth  <NeilB@earthling.net>
14094
14095         * cpplex.c: Fix trigraph replacement within strings.
14096
14097 2000-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14098
14099         * rs6000/aix.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier.
14100
14101         * xcoffout.c (assign_type_number): Constify.
14102         (xcoffout_source_file): Add static prototype.  Don't needlessly
14103         cast away const-ness.
14104
14105 2000-07-04  Jason Merrill  <jason@redhat.com>
14106
14107         * frame.h (frame_state): Move base_offset to end.
14108
14109 Mon Jul  3 21:31:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
14110
14111         * calls.c (emit_library_call_value_1): Revert previous change.
14112
14113 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
14114
14115         * fix-header.c (struct partial_proto): Remove unnecessary fields.
14116         (recognized_extern, recognized_function, read_scan_file):
14117         Update for new scheme.
14118         (check_protection): It's still a multiple include guard even
14119         if it doesn't always trigger.
14120         * scan-decls.c (skip_to_closing_brace, scan_decls): Update for
14121         new scheme.
14122         * scan.h: Declare struct cpp_token.  Update prototypes.
14123
14124 2000-07-03  Neil Booth  <neilb@earthling.net>
14125             Zack Weinberg  <zack@wolery.cumb.org>
14126
14127         Complete overhaul of the lexer and macro expander.
14128
14129         * cpphash.c (object_defn, funct_defn, push_macro_expansion,
14130         arg, arglist, argdata, reflist, collect_objlike_expansion,
14131         collect_funlike_expansion, collect_params,
14132         warn_trad_stringify, trad_stringify, duplicate_arg_p, add_pat,
14133         unsafe_chars, macarg, compare_defs, special_symbol,
14134         scan_arguments, stringify, funlike_macroexpand,
14135         _cpp_quote_string, monthnames): Delete.
14136         (cpp_lookup, _cpp_free_definition, dump_funlike_macro,
14137         _cpp_create_definition, _cpp_dump_definition,
14138         dump_hash_helper): Adjust.
14139         (find_param, count_params, parse_define, var_args_str,
14140         check_macro_redefinition, save_expansion): New.
14141
14142         * cpplex.c (skip_block_comment, skip_line_comment, parse_name,
14143         parse_string, output_line_command, trigraph_replace,
14144         lex_line, cpp_push_buffer, cpp_pop_buffer, cpp_output_tokens,
14145         cpp_scan_buffer_nooutput, cpp_scan_buffer, cpp_free_toklist,
14146         cpp_idcmp, _cpp_get_directive_token, _cpp_init_input_buffer,
14147         _cpp_skip_rest_of_line): Modify.
14148
14149         (maybe_macroexpand, skip_comment, copy_comment, skip_string,
14150         find_position, null_warning, bump_column, expand_name_space,
14151         pedantic_whitespace, _cpp_output_list, _cpp_slice_toklist,
14152         _cpp_squeeze_toklist, _cpp_scan_until, _cpp_skip_hspace,
14153         _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
14154         _cpp_prescan): Delete.
14155
14156         (dump_param_spelling, process_directive, lex_next,
14157         is_macro_disabled, stringify_arg, expand_context_stack,
14158         output_token, make_string_token, alloc_number_token,
14159         special_symbol, duplicate_token, maybe_paste_with_next,
14160         can_paste, prevent_macro_expansion, restore_macro_expansion,
14161         get_temp_token, release_temp_tokens, quote_string,
14162         token_names, token_spellings, _cpp_expand_name_space,
14163         _cpp_glue_header_name, _cpp_reserve_name_space,
14164         digraph_spellings, trigraph_ok, skip_whitespace, save_comment,
14165         placemarker_token, eof_token, cpp_context, macro_args,
14166         get_raw_token, parse_arg, parse_args, save_token,
14167         push_arg_context, push_macro_context, pop_context,
14168         do_pop_context, free_macro_args, _cpp_get_line,
14169         _cpp_run_directive): New.
14170
14171         * cpplib.c (validate_else, parse_include, push_conditional,
14172         pass_thru_directive, read_line_number, parse_ifdef,
14173         detect_if_not_defined, _cpp_check_directive, do_define,
14174         do_undef, do_include, do_import, do_include_next, do_error,
14175         do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
14176         top_pragmas, do_pragma_gcc, do_pragma_implementation,
14177         do_pragma_poison, do_pragma_system_header,
14178         do_pragma_dependency, do_sccs, do_ifdef, do_ifndef, do_else,
14179         dl_elif, do_endif, _cpp_unwind_if_stack, do_assert,
14180         do_unassert, cpp_define, cpp_undef, cpp_assert, cpp_unassert,
14181         cpp_defined): Update for new scheme.
14182         (strtoul_for_line, get_define_node, dump_macro_name,
14183         _cpp_check_linemarker, _cpp_parse_assertion): New.
14184         (_cpp_handle_directive, do_pragma_default): Delete.
14185
14186         * cpphash.h (struct predicate): Now struct answer.
14187         (enum spell_type, struct token_spelling, struct directive,
14188         directive_handler): New.
14189         Update prototypes.  Remove unused macros.
14190         * cpplib.h: Update prototypes.  Remove unused macros,
14191         structure definitions, and fields.
14192
14193         * cpperror.c (print_containing_files, v_message): Adjust.
14194         * cppexp.c (parse_assertion, lex, parse_escape,
14195         _cpp_parse_expr): Adjust.
14196         * cppfiles.c (open_include_file, _cpp_execute_include,
14197         _cpp_compare_file_date, cpp_read_file, read_include_file):
14198         Adjust.
14199         * cppinit.c (dump_special_to_buffer): Delete.
14200         (append_include_chain, merge_include_chains, cpp_reader_init,
14201         cpp_cleanup, initialize_builtins, builtin_array, cpp_start_read,
14202         cpp_finish, handle_option, print_help): Adjust.
14203         * cppmain.c (main): Adjust.
14204
14205 2000-07-03  Zack Weinberg  <zack@wolery.cumb.org>
14206
14207         * cppspec.c (lang_specific_driver): Use double quotes in error
14208         message.
14209
14210 Mon Jul  3 16:53:43 2000  Clinton Popetz  <cpopetz@cygnus.com>
14211
14212         * calls.c (emit_library_call_value_1): Use valreg instead
14213         of hard_libcall_value.
14214
14215 2000-07-03  Geoff Keating  <geoffk@cygnus.com>
14216
14217         * config/rs6000/rs6000.c (rs6000_emit_move): New function.
14218         * config/rs6000/rs6000-proto.h: Prototype rs6000_emit_move.
14219         * config/rs6000/rs6000.md (movsi): Use rs6000_emit_move.
14220         (movhi): Likewise.
14221         (movqi): Likewise.
14222         (movdf): Likewise.
14223         (movsf): Likewise.
14224         (movdi): Likewise.
14225         (movti): Likewise.
14226
14227         * expmed.c (expand_mult_highpart): Use op1 instead of wide_op1 when
14228         mode instead of wider_mode is being used.
14229
14230 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
14231
14232         * config/i386/i386.md (movstrictqi_xor): Use 'q' constraint instead
14233         of 'r'. Use q_regs_operand.
14234         (andsi_1+2): Use q_regs_operand.
14235
14236 2000-07-03  Jakub Jelinek  <jakub@redhat.com>
14237
14238         * builtins.c (get_memory_rtx): Always put into alias set 0.
14239
14240 2000-07-03  Nick Clifton  <nickc@cygnus.com>
14241
14242         * config/arm/arm.md: Fix post increment and pre increment
14243         peepholes so that they do not generate UNPREDICATBLE opcodes.
14244         (ie ones where the increment clobbers the source/destination).
14245
14246 2000-07-01  Marek Michalkiewicz  <marekm@linux.org.pl>
14247
14248         * config/avr/avr.c (out_adj_frame_ptr): Make "frame pointer
14249         change too big for -mtiny-stack" a warning, if larger than 63.
14250         (out_set_stack_ptr): Change the logic so -mno-interrupts is
14251         always safe to use on possible future devices.
14252         (function_prologue): Write SPH before SPL, for consistency.
14253         If interrupt_func_p true, we know we have enabled interrupts.
14254         (avr_num_arg_regs): New function.  Round up to even number of
14255         bytes if no -mpack-args or if calling a libgcc function.
14256         (function_arg, function_arg_advance): Use it.
14257         (output_movsisf, ashlsi3_out, ashrsi3_out, lshrsi3_out):
14258         Output "movw" if available.
14259         (out_tsthi, out_tstsi, ashlqi3_out, lshrqi3_out): Change uses
14260         of TEST_HARD_REG_CLASS macro to test_hard_reg_class function.
14261         (asm_output_section_name): Add blanks for consistent output.
14262         (encode_section_info): Set TREE_READONLY for progmem data to
14263         avoid gas warnings about changed section attributes.
14264         (avr_hard_regno_mode_ok): Force non-QImode data to start in
14265         even numbered registers on devices with "movw".
14266         * config/avr/avr.h (MASK_*): Define bits for target_flags.
14267         (TARGET_SWITCHES): Mark help strings for translation.
14268         Add new -mpack-args and -menhanced switches.
14269         (TARGET_OPTIONS): Mark help strings for translation.
14270         (progmem_section): Add section attributes.
14271         * config/avr/avr.md (*movhi, call_insn, call_value_insn):
14272         Output "movw" if available.
14273         (mulqi3, mulqihi3, umulqihi3, mulhi3, *tablejump_enh):
14274         New patterns.
14275         * config/avr/libgcc.S (_mulqi3, _divqi3): Update to the new
14276         call convention (arguments aligned on even registers).
14277         (_cleanup, _exit): Make weak symbols libc can override.
14278
14279 2000-07-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14280
14281         * fp-bit.h: New file.
14282
14283         * fp-bit.c: Move common code, prototypes, etc into fp-bit.h.
14284         Comment #endif statements.
14285         (__thenan_sf, __thenan_df): Add missing braces around initializer.
14286
14287 Mon Jul  3 00:32:47 2000  Jeffrey A Law  (law@cygnus.com)
14288
14289         * gcse.c (compute_pre_data): Compute ae_kill using other local
14290         properties instead of calling compute_ae_kill.
14291
14292         * alias.c (init_alias_analysis): Do not call
14293         prologue_epilogue_contains until after reload has completed.
14294
14295 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
14296
14297         * c-common.h (genrtl_begin_compound_stmt): Remove declaration.
14298         (genrtl_finish_compound_stmt): Likewise.
14299         (genrtl_compound_stmt): Change to return void.
14300
14301         * c-semantics.c (genrtl_begin_compound_stmt): Remove function and
14302         move code from here to ...
14303         (genrtl_compound_stmt): ... here.
14304         (genrtl_finish_compound_stmt): Remove.
14305         (expand_stmt): Add comment.
14306
14307 2000-07-02  Zack Weinberg  <zack@wolery.cumb.org>
14308
14309         * c-typeck.c (build_indirect_ref): Use COMPLETE_OR_VOID_TYPE_P
14310         and VOID_TYPE_P.
14311
14312 2000-07-02  Jakub Jelinek  <jakub@redhat.com>
14313
14314         * cpplib.h (struct cpp_reader): New field include_depth.
14315         (struct cpp_printer): Rename last_bsd to last_id.
14316         * cppfiles.c (read_include_file): Bump include_depth.
14317         * cpplex.c (cpp_pop_buffer): Decrement include_depth.
14318         (output_line_command): Output correct #line if a header
14319         is including itself and is not protected against multiple inclusion.
14320         Use include_depth instead of buffer_stack_depth, last_id instead of
14321         last_bsd.
14322         * cppinit.c (cpp_start_read): Initialize last_id instead of
14323         last_bsd.
14324
14325 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
14326
14327         * Makefile.in (C_AND_OBJC_OBJS): Added c-semantics.o.
14328         (c-semantics.o): New target.
14329
14330         * c-common.h (TREE_LANG_FLAG_?): Added documentation.
14331         (genrtl_do_pushlevel): Moved from cp/cp-tree.h.
14332         (genrtl_clear_out_block): Likewise.
14333         (genrtl_goto_stmt): Likewise.
14334         (genrtl_expr_stmt): Likewise.
14335         (genrtl_decl_stmt): Likewise.
14336         (genrtl_if_stmt): Likewise.
14337         (genrtl_while_stmt): Likewise.
14338         (genrtl_do_stmt): Likewise.
14339         (genrtl_return_stmt): Likewise.
14340         (genrtl_for_stmt): Likewise.
14341         (genrtl_break_stmt): Likewise.
14342         (genrtl_continue_stmt): Likewise.
14343         (genrtl_scope_stmt): Likewise.
14344         (genrtl_switch_stmt): Likewise.
14345         (genrtl_case_label): Likewise.
14346         (genrtl_begin_compound_stmt): Likewise.
14347         (gerntl_finish_compound_stmt): Likewise.
14348         (genrtl_compound_stmt): Likewise.
14349         (genrtl_asm_stmt): Likewise.
14350         (genrtl_decl_cleanup): Likewise.
14351         (DECL_ANON_UNION_ELEMS): Likewise.
14352         (emit_local_var): Likewise.
14353         (make_rtl_for_local_static): Likewise.
14354         (expand_cond): Likewise.
14355         (expand_stmt): Likewise.
14356         (c_expand_return): Likewise.
14357         (c_expand_start_case): Likewise.
14358         (do_case): Likewise.
14359         (COMPOUND_STMT_NO_SCOPE): Likewise.
14360         (c_expand_asm_operands): Likewise.
14361         (NEW_FOR_SCOPE_P): New macro.
14362         (expand_expr_stmt_fn): New type.
14363
14364         (set_current_function_name_declared): Likewise.
14365         (current_function_name_declared): Likewise.
14366         (lang_expand_stmt): Likewise.
14367         (stmts_are_full_exprs_p): Likewise.
14368         (anon_aggr_type_p): Likewise.
14369         (lang_expand_expr_stmt): Likewise.
14370         (build_case_label): Likewise.
14371
14372         * c-decl.c (lang_expand_expr_stmt): Initialize.
14373         (stmts_are_full_exprs_p): Define.
14374         (current_function_name_declared): Likewise.
14375         (do_case): Likewise.
14376         (lang_expand_stmt): Likewise.
14377         (set_current_function_name_declared): Likewise.
14378         (anon_aggr_type_p): Likewise.
14379
14380         * c-semantics.c: New file.
14381         (expand_cond): Moved from cp/semantics.c.
14382         (genrtl_do_pushlevel): Likewise.
14383         (genrtl_clear_out_block): Likewise.
14384         (genrtl_goto_stmt): Likewise.
14385         (genrtl_expr_stmt): Likewise.
14386         (genrtl_decl_stmt): Likewise.
14387         (genrtl_if_stmt): Likewise.
14388         (genrtl_while_stmt): Likewise.
14389         (genrtl_do_stmt): Likewise.
14390         (genrtl_return_stmt): Likewise.
14391         (genrtl_for_stmt): Likewise.
14392         (genrtl_break_stmt): Likewise.
14393         (genrtl_continue_stmt): Likewise.
14394         (genrtl_scope_stmt): Likewise.
14395         (genrtl_switch_stmt): Likewise.
14396         (genrtl_case_label): Likewise.
14397         (genrtl_begin_compound_stmt): Likewise.
14398         (genrtl_finish_compound_stmt): Likewise.
14399         (genrtl_compound_stmt): Likewise.
14400         (genrtl_asm_stmt): Likewise.
14401         (genrtl_decl_cleanup): Likewise.
14402         (make_rtl_for_local_static): Moved from cp/decl.c.
14403         (emit_local_var): Likewise.
14404         (expand_stmt): Define.
14405
14406         * c-tree.h: (c_expand_asm_operands): Moved to c-common.h.
14407         (c_expand_return): Likewise.
14408         (c_expand_start_case): Likewise.
14409
14410 2000-07-01  Richard Henderson  <rth@cygnus.com>
14411
14412         * config/ia64/ia64.c (symbolic_operand): Reject CONST expressions
14413         with the low 13 bits set.
14414         (move_operand): Check for CONST|SYMBOL_REF|LABEL_REF directly.
14415         * config/ia64/ia64.md (movdi): Likewise.  Expand a CONST with one
14416         of the low 13 bits into a CONST plus an adddi3.
14417         (load_symptr): Set RTX_UNCHANGING_P.
14418
14419 See ChangeLog.3 for earlier changes.