OSDN Git Service

Delete handling of -dM as a preprocessor option
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 Tue Dec 22 13:02:22 1998  Michael Meissner  <meissner@cygnus.com>
2
3         * toplev.c (main): Delete handling of -dM as a preprocessor
4         option.
5
6 Mon Dec 21 17:39:38 1998  Michael Meissner  <meissner@cygnus.com>
7
8         * toplev.c (main): Don't emit any warnings when using -dD, -dM, or
9         -dI, which are handled by the preprocessor.
10
11 Sun Dec 20 16:13:44 1998  John F. Carr  <jfc@mit.edu>
12
13         * configure.in: Handle Digital UNIX 5.x the same as 4.x.
14         * i386/sol2.h: Define LOCAL_LABEL_PREFIX as ".".
15
16 Sun Dec 20 07:39:52 PST 1998 Jeff Law  (law@cygnus.com)
17
18         * version.c: Bump for snapshot.
19
20 Sat Dec 19 22:24:22 PST 1998 Jeff Law  (law@cygnus.com)
21
22         * version.c: Bump for snapshot.
23
24 Sat Dec 19 21:41:32 PST 1998 Jeff Law  (law@cygnus.com)
25
26         * version.c: Bump for snapshot.
27
28 Sat Dec 19 09:52:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
29
30         * genattr.c (fatal): Qualify a char* with the `const' keyword.
31         
32         * genattrtab.c (fatal, attr_printf, attr_string, write_attr_set,
33         write_unit_name, write_eligible_delay, expand_units,
34         make_length_attrs, write_attr_case, find_attr,
35         make_internal_attr): Likewise.
36         * gencheck.c (tree_codes): Likewise.
37         * gencodes.c (fatal): Likewise.
38         * genconfig.c (fatal): Likewise.
39         * genemit.c (fatal): Likewise.
40         * genextract.c (fatal, walk_rtx, copystr): Likewise.
41         * genflags.c (fatal): Likewise.
42         * genopinit.c (fatal, optabs, gen_insn): Likewise.
43         * genoutput.c (fatal, error, predicates): Likewise.
44         * genpeep.c (fatal): Likewise.
45         * genrecog.c (fatal, decision, pred_table, add_to_sequence,
46         write_tree_1, write_tree, change_state, copystr, indents): Likewise.
47
48 Thu Dec 17 18:21:49 1998  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
49
50         * configure.in (with-fast-fixincludes): Fix whitespace.
51         * configure: Rebuilt.
52
53         * fixincludes (c_asm.h): Wrap Digital UNIX V4.0B DEC C specific
54         asm() etc. function declarations in __DECC.
55
56 Thu Dec 17 13:57:23 1998  Nick Clifton  <nickc@cygnus.com>
57
58         * expr.c (emit_move_insn_1): Only emit a clobber if the target
59         is a pseudo register.
60
61 Thu Dec 17 13:50:29 1998  Nick Clifton  <nickc@cygnus.com>
62
63         * gcse.c: Include expr.h in order to get the prototype for
64         get_condition() which is used in delete_null_pointer_checks(). 
65
66 Thu Dec 17 15:58:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
67
68         * hwint.h: New file to consolidate HOST_WIDE_INT (etc) macros.
69
70 Thu Dec 17 12:31:12 1998  Jim Wilson  <wilson@cygnus.com>
71
72         * Makefile.in (INTERNAL_CFLAGS): Add SCHED_CFLAGS.
73         (ALL_CFLAGS): Delete SCHED_CFLAGS.
74
75 1998-12-17  Vladimir N. Makarov  <vmakarov@cygnus.com>
76
77         * config/i60/i960.md (extendqihi2): Fix typo (usage ',' instead of
78         ';').
79
80 1998-12-17  Michael Tiemann  <tiemann@axon.cygnus.com>
81
82         * i960.md (extend*, zero_extend*): Don't generate rtl that looks
83         like (subreg:SI (reg:SI N) 0), because it's wrong, and it hides
84         optimizations from the combiner.
85
86 Thu Dec 17 08:27:03 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
87
88         * loop.c (combine_givs_used_by_other): Don't depend on n_times_set.
89
90 Wed Dec 16 17:30:35 1998  Nick Clifton  <nickc@cygnus.com>
91
92         * toplev.c (main): Disable optimize_size if a specific
93         optimization level is requested.  Always set optimization
94         level to 2 if -Os is specified.
95
96 Wed Dec 16 16:33:04 1998  Dave Brolley  <brolley@cygnus.com>
97
98         * objc/lang-specs.h: Pass -MD, -MMD and -MG to cc1obj if configured with
99         cpplib.
100         * cpplib.c (cpp_start_read): If in_fname is not initialized, try to
101         initialize it using fname.
102
103 1998-12-16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
104
105         * cpplib.c (do_include): Treat #include_next in the
106         primary source file as #include plus warning.  Treat
107         #include_next in a file included by absolute path as an
108         error.  fp == CPP_NULL_BUFFER is a fatal inconsistency.
109
110 Wed Dec 16 12:28:54 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
111
112         * cccp.c: Don't define MIN/MAX anymore.
113         * cpplib.c: Likewise.
114         * machmode.h: Likewise.
115         * system.h: Provide definitions for MIN/MAX.
116
117 Tue Dec 15 23:47:42 1998  Zack Weinberg  <zack@rabi.phys.columbia.edu>  
118
119         * fix-header.c: Don't define xstrdup here.
120
121 Wed Dec 16 05:11:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
122
123         * loop.c (consec_sets_giv): New argument last_consec_insn.
124         (strength_reduce): Provide / use it.
125
126 Wed Dec 16 17:24:07 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
127
128         * loop.h (loop_info): New field 'vtop'.
129         * loop.c (check_dbra_loop):  Use loop_info->vtop rather than
130         scanning loop for vtop.
131         * unroll.c (subtract_reg_term, find_common_reg_term): New functions.
132         (loop_iterations): Use them to determine if loop has a constant
133         number of iterations.  Set loop_info->vtop.  Don't subtract
134         common reg term from initial_value and final_value if have a
135         do-while loop.
136
137 Tue Dec 15 13:49:55 1998  Jeffrey A Law  (law@cygnus.com)
138
139         * mn10200.md (addsi3 expander): Use "nonmemory_operand" for operand 2.
140
141         * mn10300.md (bset, bclr): Operand 0 is a read/write operand.
142
143         * mn10200.md (abssf2, negsf2): New expanders.
144
145         * mn10300.md (absdf2, abssf2, negdf2, negsf2): New expanders.
146
147 Tue Dec 15 11:55:30 1998  Nick Clifton  <nickc@cygnus.com>
148
149         * integrate.c (copy_rtx_and_substitute): If a SUBREG is
150         replaced by a CONCAT whoes components do not have the same
151         mode as the original SUBREG, use a new SUBREG to restore the
152         mode. 
153
154         * emit-rtl.c (subreg_realpart_p): Cope with subregs containing
155         multiword complex values.
156
157 1998-12-15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
158
159         * cppalloc.c: Add xstrdup here.
160         * cpplib.h: Remove savestring prototype.
161         * cpplib.c: Remove savestring function. s/savestring/xstrdup/
162           throughout. 
163         * cppfiles.c: s/savestring/xstrdup/ throughout.
164
165 1998-12-15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
166
167         * cpplib.c: Make all directive handlers read their own
168           arguments.
169           (struct directive): Remove last two arguments from FUNC
170           member prototype. Remove `command_reads_line' member
171           entirely.
172           (directive_table): Remove initializations of
173           command_reads_line flag.  Pretty-print.
174           (eval_if_expression, do_define, do_line, do_include,
175           do_undef, do_error, do_pragma, do_ident, do_if, do_xifdef,
176           do_else, do_elif, do_sccs, do_assert, do_unassert,
177           do_warning): Take only two args.
178
179           (cpp_define): Call do_define with two args and the text to
180           define stuffed into a buffer.
181           (make_assertion): Call do_assert with two args.
182           (handle_directive): Call do_line with two args. Call
183           kt->func with two args.  Remove command_reads_line
184           processing.
185           (do_define, do_undef, do_error, do_warning, do_pragma,
186           do_sccs): Read the rest of the line here.
187           (do_ident): Gobble rest of line, as cccp does.
188           (cpp_undef): New function.
189           (cpp_start_read): Call cpp_undef instead of do_undef.
190
191 1998-12-15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
192
193         * cpphash.h (union hash_value): Remove `keydef' member, add a
194           `struct hashnode *aschain' member for #assert.  
195
196           * cpplib.c (struct tokenlist_list, struct
197           assertion_hashnode): Delete structure definitions.
198           (assertion_install, assertion_lookup, delete_assertion,
199           check_assertion, compare_token_lists, reverse_token_list,
200           read_token_list, free_token_list): Delete functions.
201           (parse_assertion): New function.  
202           (cpp_cleanup): Don't destroy the assertion_hashtable.
203
204           (do_assert): Gut and rewrite.  #assert foo (bar) places
205           entries for `#foo' and `#foo(bar)' in the macro hash table,
206           type T_ASSERT.  The value union's `aschain' member is used
207           to chain all answers for a given predicate together.
208           (do_unassert): Also rewritten.  Take an un-asserted
209           answer off the chain from its predicate and call
210           delete_macro on the hashnode, or walk a predicate chain
211           calling delete_macro on all the entries.
212           (cpp_read_check_assertion): Simply call parse_assertion to
213           get the canonical assertion name, and look that up in the
214           hash table.
215
216         * cpplib.h (ASSERTION_HASHNODE,ASSERTION_HASHSIZE,assertion_hashtab):
217         Removed.
218
219         * cpphash.c (install): Use bcopy instead of an explicit loop
220           to copy the macro name.
221
222         * cppexp.c (cpp_lex): Convert the result of
223           cpp_read_check_assertion to a `struct operation' directly;
224           don't go through parse_number.
225
226 Tue Dec 15 18:27:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
227
228         * loop.h (struct induction): Delete times_used member.
229         * loop.c (n_times_set): Rename to set_in_loop.  Changed all users.
230         (n_times_used): Rename to n_times_set.  Changed all users.
231         (scan_loop): Free reg_single_usage before strength reduction.
232         (record_giv, combine_givs): Remove handling of times_used member.
233         (combine_givs_used_once): Rename to:
234         (combine_givs_used_by_other) .  Changed all callers.
235
236 Tue Dec 15 01:45:26 1998  Jason Merrill  <jason@yorick.cygnus.com>
237
238         * dwarf2out.c (gen_struct_or_union_type_die): Check AGGREGATE_TYPE_P
239         instead of TREE_CODE_CLASS == 't'.
240         (gen_type_die): Likewise.
241         (scope_die_for): Ignore FUNCTION_TYPE "scopes".
242
243 Mon Dec 14 16:23:27 1998  Jim Wilson  <wilson@cygnus.com>
244
245         * real.c (endian): Disable last change unless
246         HOST_BITS_PER_WIDE_INT is greater than 32.
247
248 Mon Dec 14 17:13:36 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
249
250         * output.h (force_data_section): New prototype.
251         * varasm.c (force_data_section): New function to force the
252         data section, regardless of what in_section thinks.
253         * dwarf2out.c (output_call_frame_info): Call force_data_section
254         since varasm may not realize we've changes sections.
255
256 Mon Dec 14 14:09:34 1998  Nick Clifton  <nickc@cygnus.com>
257
258         * reload1.c (reload): Delete REG_RETVAL and REG_LIBCALL notes
259           after completeing reload.
260
261         * rtl.texi: Document that REG_RETVAL and REG_LIBCALL are
262           deleted after reload.
263
264 Mon Dec 14 01:39:28 1998  Jeffrey A Law  (law@cygnus.com)
265
266         * rtl.h (multiple_sets): Fix prototype.
267         * rtlanal.c (multiple_sets): Fix return type.
268
269 Sun Dec 13 12:43:58 PST 1998 Jeff Law  (law@cygnus.com)
270
271         * version.c: Bump for snapshot.
272
273 Sun Dec 13 01:05:22 PST 1998 Jeff Law  (law@cygnus.com)
274
275         * version.c: Bump for snapshot.
276
277 1998-12-13  Manfred Hollstein  <manfred@s-direktnet.de>
278
279         * protoize.c (fputs): Wrap extern declaration in #ifndef fputs.
280
281 Sun Dec 13 00:24:14 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
282
283         * rtl.h (recompute_reg_usage): Add second argument.
284         * flow.c (recompute_reg_usage): Likewise.
285         * toplev.c (rest_of_compilation): Supply second argument to
286         recompute_reg_usage.
287
288         * reload1.c (compute_use_by_pseudos): Allow reg_renumber[regno] < 0
289         after reload.
290
291 Sat Dec 12 23:39:10 1998  Jeffrey A Law  (law@cygnus.com)
292
293         * m68k/t-m68kelf (MULTILIB_OPTIONS): Add mcpu32.
294         (MULTILIB_MATCHES): -m68332 now uses mcpu32 libraries, not m68000.
295         (MULTILIB_EXCEPTIONS): Don't build 68881 libraries for m68000,
296         mcpu32 or m5200.
297
298         * i386/next.h (ASM_OUTPUT_ALIGN): Use 0x90 for fill character.
299
300         * rtlanal.c (multiple_sets): New function.
301         * rtl.h (multiple_sets): Declare it.
302         * local-alloc.c (wipe_dead_reg): Use it.
303         * global.c (global_conflicts): Likewise.
304
305 Sat Dec 12 22:13:02 1998  Mark Mitchell  <mark@markmitchell.com>
306
307         * global.c (record_conflicts): Don't use an array of shorts to
308         store an array of ints.
309         (global_conflicts): Likewise.
310
311 Sat Dec 12 16:49:24 1998  Richard Henderson  <rth@cygnus.com>
312
313         * alpha.c (alpha_expand_block_move): mode_for_size expects
314         bits, not bytes.  Infer extra alignment from addressof.
315
316 1998-12-11  Michael Meissner  <meissner@cygnus.com>
317
318         * rs6000/sysv4.h (ASM_OUTPUT_ALIGNED_LOCAL): Put small data in the
319         .sbss section, not .sdata.
320
321 1998-12-11  Manfred Hollstein  <manfred@s-direktnet.de>
322
323         * cccp.c: Do not #include <sys/stat.h> here; this is already done
324         by "system.h".
325         * collect2.c: Likewise.
326         * cpplib.h: Likewise.
327         * gcc.c: Likewise.
328         * gcov.c: Likewise.
329         * getpwd.c: Likewise.
330         * protoize.c: Likewise.
331         * toplev.c: Likewise.
332
333         * cpplib.h (HOST_WIDE_INT): Get definition from "machmode.h"
334         and don't try to define it here.
335         * Makefile.in (cppmain.o): Depend on machmode.h.
336         (cpplib.o): Likewise.
337         (cpperror.o): Likewise.
338         (cppexp.o): Likewise.
339         (cppfiles.o): Likewise.
340         (cpphash.o): Likewise.
341         (cppalloc.o): Likewise.
342         (fix-header.o): Likewise.
343         (scan-decls.o): Likewise.
344
345 Fri Dec 11 11:02:49 1998  Stan Cox  <scox@cygnus.com>
346
347         * sh.c (print_operand): lookup interrupt_handler attribute instead
348         of relying on static variable. 
349         * (calc_live_regs): Likewise.
350         * (sh_pragma_insert_attributes): Create interrupt_handler
351         attribute if a pragma was specified
352         * (sh_valid_machine_decl_attribute): Don't set static flag.
353         * sh.h (PRAGMA_INSERT_ATTRIBUTES): New.
354
355 Fri Dec 11 12:56:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
356
357         * reload1.c (reload_combine): Use BASIC_BLOCK_LIVE_AT_START
358         to determine if a register is live at a jump destination.
359         Everything is dead at a BARRIER.
360
361 Thu Dec 10 16:02:06 1998  Jim Wilson  <wilson@cygnus.com>
362
363         * cse.c (simplify_unary_operation): Sign-extend constants when
364         they have the most significant bit set for the target.
365         * real.c (endian): Sign-extend 32 bit output values on a 64 bit
366         host.
367         * m32r/m32r.c (m32r_expand_prologue): Store pretend_size in
368         HOST_WIDE_INT temporary before negating it.
369         * m32r/m32r.md (movsi_insn+1): Use ~0xffff instead of 0xffff0000.
370
371 Thu Dec 10 15:05:59 1998  Dave Brolley  <brolley@cygnus.com>
372
373         * objc/objc-act.c (lang_init_options): Enclose cpplib related code in
374         #if USE_CPPLIB.
375
376 Thu Dec 10 13:39:46 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
377
378         * collect2.h: New header file for prototypes.
379
380         * Makefile.in (collect2.o, tlink.o): Depend on collect2.h.
381
382         * collect2.c: Include collect2.h.
383         * tlink.c: Likewise.
384
385 Wed Dec  9 23:55:11 1998  Jeffrey A Law  (law@cygnus.com)
386
387         * flow.c: Update some comments.
388
389 Wed Dec  9 15:29:26 1998  Dave Brolley  <brolley@cygnus.com>
390
391         * objc/objc-act.c (cpp_initialized): Removed.
392         (lang_init_options): Initialize cpplib.
393         (lang_decode_option): Move initialization of cpplib to
394         lang_init_options.
395         * c-lang.c: (parse_options,parse_in): Added.
396         (lang_init_options): Initialized cpplib here.
397         * c-decl.c (parse_options,cpp_initialized): Removed.
398         (c_decode_option): Move initialization of cpplib to
399         lang_init_options.
400
401 Wed Dec  9 19:36:57 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
402
403         * reload1.c (reload_combine, reload_combine_note_store):
404         Make STORE_RUID always valid.
405         (reload_combine): Check if BASE is clobbered too early.
406
407 Wed Dec  9 09:53:58 1998  Nick Clifton  <nickc@cygnus.com>
408
409         * reload.c (find_reloads): Display the insn that cannot be
410         reloaded. 
411
412 Wed Dec  9 12:15:26 1998  Dave Brolley  <brolley@cygnus.com>
413
414         * cccp.c (create_definition): Fix end of bufer logic.
415
416 Wed Dec  9 10:15:45 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
417
418         * except.c (duplicate_eh_handlers, rethrow_symbol_map): Function
419         pointer parameters changed to use the PARAMS() macro.
420
421 Wed Dec  9 09:12:40 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
422
423         * except.h (struct handler_info): Add handler_number field.
424         * except.c (gen_exception_label): EH labels no longer need to be
425         on the permanent obstack.
426         (get_new_handler): Set the label number field.
427         (output_exception_table_entry): Regenerate handler label reference 
428         from the label number field.
429         (init_eh): Remove a blank line.
430         * integrate.c (get_label_from_map): Labels no longer need to be
431         on the permanent obstack.
432
433 Tue Dec  8 22:04:33 1998  Jim Wilson  <wilson@cygnus.com>
434
435         * i960/i960.h (CONST_COSTS, case CONST_INT): Accept power2_operand
436         only when OUTER_CODE is SET.
437
438 Tue Dec  8 22:47:15 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
439
440         * loop.c (strength_reduce): If scan_start points to the loop exit
441         test, be wary of subversive use of gotos inside expression statements.
442         Don't set maybe_multiple for a backward jump that does not
443         include the label under consideration into its range.
444         * unroll.c (biv_total_increment): Make use of maybe_multiple field.
445
446 Tue Dec  8 22:33:18 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
447
448         * explow.c (plus_constant_wide): Don't immediately return with
449         result of recursive call.
450
451 Tue Dec  8 15:32:56 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
452
453         * eh-common.h (struct eh_context): Add table_index for rethrows.
454
455         * rtl.h (enum reg_note): Add REG_EH_REGION and REG_EH_RETHROW reg notes.
456         (SYMBOL_REF_NEED_ADJUST): New flag indicating symbol needs to be
457         processed when inlined or unrolled (ie duplicated in some way).
458
459         * rtl.c (reg_note_name): Add strings for new reg_note enums.
460
461         * expr.h (rethrow_libfunc): New library decl.
462
463         * optabs.c (rethrow_libfunc): Initialize.
464
465         * except.h (struct eh_entry): Add new field 'rethrow_label'.
466         (new_eh_region_entry): No longer exported from except.c.
467         (duplicate_handlers): Renamed to duplicate_eh_handlers and 
468         different prototype.
469         (rethrow_symbol_map, rethrow_used): New exported functions.
470         (eh_region_from_symbol): New exported function.
471
472         * except.c (create_rethrow_ref): New function to create a single
473         SYMBOL_REF for a rethrow region.  
474         (push_eh_entry): Initialize a rethrow ref.
475         (func_eh_entry): Add a rethrow_label field.
476         (new_eh_region_entry): Make static, and initialize the rethrow entry.
477         (duplicate_eh_handlers): Create a new region, and remap labels/symbols.
478         (eh_region_from_symbol): Find an EH region based on its rethrow symbol.
479         (rethrow_symbol_map): Given a label map, maps a rethrow symbol for 
480         a region into an appropriate new symbol.
481         (rethrow_used): Indicate whether a rethrow symbol has been referenced.
482         (expand_eh_region_end): Don't issue jump around code for new-exceptions.
483         (end_catch_handler): Emit a barrier for new-exceptions since 
484         control can never drop through the end of a catch block.
485         (expand_end_all_catch): new-exceptions never fall through a catch 
486         block.
487         (expand_rethrow): use __rethrow routine for new exceptions.
488         (output_exception_table_entry): Generate rethrow labels, if needed.
489         (output_exception_table): Generate start and end rethrow labels.
490         (init_eh): Create rethrow symbols for beginning and end of table.
491         (scan_region): Don't eliminate EH regions which are the targets of
492         rethrows.
493
494         * flow.c (make_edges): Add different edges for rethrow calls, 
495         identified by having the REG_EH_RETHROW reg label.
496         (delete_unreachable_blocks): Don't delete regions markers which are 
497         the target of a rethrow.
498
499         * integrate.c (save_for_inline_eh_labelmap): New callback routine to 
500         allow save_for_inline_copying to call duplicate_eh_handlers.
501         (save_for_inline_copying): Call duplicate_eh_handlers instead of
502         exposing internal details of exception regions.
503         (copy_for_inline): Check if SYMBOL_REFs need adjustment.
504         (expand_inline_function_eh_labelmap):  New callback routine to 
505         allow expand_inline_function to call duplicate_eh_handlers.
506         (expand_inline_function): Call duplicate_eh_handlers instead of
507         exposing internal details of exception regions.
508         (copy_rtx_and_substitute): Adjust SYMBOL_REFS if SYMBOL_REF_NEED_ADJUST
509         flag is set.
510
511         * libgcc2.c (find_exception_handler): Generalize to enable it to
512         pick up processing where it left off last time for a rethrow.
513         (__unwinding_cleanup): New function. debug hook which is called before
514         unwinding when __throw finds there is nothing but cleanups left.
515         (throw_helper): Common parts of __throw extracted out for reuse.
516         (__throw): Common parts moved to throw_helper.
517         (__rethrow): New function for performing rethrows.
518
519 Tue Dec  8 13:11:04 1998  Jeffrey A Law  (law@cygnus.com)
520
521         * reload1.c (current_function_decl): Tweak declaration.
522
523 Tue Dec  8 10:23:52 1998  Richard Henderson  <rth@cygnus.com>
524
525         * c-decl.c (flag_isoc9x): Default off.
526         (c_decode_option): Kill -std=gnu, add -std=gnu89 and -std=gnu9x.
527         * cccp.c (print_help, main): Likewise.
528         * gcc.c (default_compilers): Update for -std=gnu*.
529
530 Tue Dec  8 01:14:46 1998  Jeffrey A Law  (law@cygnus.com)
531
532         * Makefile.in (DEMANGLE_H): Change location to shared demangle.h.
533         * demangle.h: Deleted.
534
535         * reload1.c (current_function_decl): Declare.
536
537 Tue Dec  8 11:58:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
538
539         * cpplib.c (convert_string): Use `0x00ff', not `0x00ffU'.
540
541 Tue Dec  8 09:28:36 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
542
543         * dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set.
544
545 1998-12-08  Ulrich Drepper  <drepper@cygnus.com>
546
547         * configure.in: Test for availability of putc_unlocked, fputc_unlocked,
548         and fputs_unlocked.
549         * configure: Rebuilt.
550         * system.h: If the *_unlocked functions are available use them
551         instead of the locked counterparts by defining macros.
552         * config.in: Regenerated.
553
554 Tue Dec  8 00:34:05 1998  Mike Stump  <mrs@wrs.com>
555
556         * i386/bsd.h (ASM_FILE_START): Don't use dump_base_name, it is
557         wrong and should only be used for dump related things, not
558         debugging information, instead main_input_filename should be used.
559         Also, reuse output_file_directive if possible.
560         * i386/aix386ng.h (ASM_FILE_START): Likewise.
561         * i386/isc.h (ASM_FILE_START): Likewise.
562         * i386/win-nt.h (ASM_FILE_START): Likewise.
563         * i386/sun386.h (ASM_FILE_START): Likewise.
564
565 Mon Dec  7 23:56:28 1998   Robert Lipe  <robertl@dgii.com>
566
567         * configure.in (mips*-*-linux*): Handle big and little endian
568         systems.
569         * configure: Rebuilt.
570
571 Mon Dec  7 23:14:51 1998  Mike Stump <mrs@wrs.com>
572
573         * emit-rtl.c: Fix typo.
574
575 Mon Dec  7 23:07:38 1998  Nathan Sidwell  <nathan@acm.org>
576
577         * reload1.c (eliminate_regs): Don't do anything, if we're not
578         generating code.
579
580 Mon Dec  7 15:27:09 1998  DJ Delorie  <dj@cygnus.com>
581
582         * mips/mips.h (ENCODE_SECTION_INFO): Handle TARGET_EMBEDDED_DATA.
583         Add comment.
584         * mips/mips.c (mips_select_section): Add comment.
585
586 Mon Dec  7 17:55:06 1998  Mike Stump  <mrs@wrs.com>
587
588         * cccp.c (ignore_escape_flag): Add support for \ as `natural'
589         characters in file names in #line to be consistent with #include
590         handling.  We support escape prcessing in the # 1 "..." version of
591         the command.  See also support in cp/lex.c.
592         (handle_directive): Likewise.
593         (do_line): Likewise.
594         
595 1998-12-07  Zack Weinberg  <zack@rabi.phys.columbia.edu>
596
597         * cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM
598           so it'll work on non-ASCII platforms.  Always consider $ an
599           identifier character.  Take no arguments.
600           (cpp_reader_init): Call initialize_char_syntax with no
601           arguments.
602           (cpp_start_read): Don't call initialize_char_syntax again.
603           Clear is_idchar['$'] and is_idstart['$'] if not
604           opts->dollars_in_ident.
605
606         * cpplib.h (struct cpp_reader): Replace void *data element by
607           cpp_options *opts.  Rearrange elements to make gdb printout
608           less annoying (put buffer stack at end).
609           (CPP_OPTIONS): Get rid of now-unnecessary cast.
610
611         * cppmain.c: s/data/opts/ when initializing cpp_reader
612           structure.
613         * c-decl.c: Likewise.
614         * objc/objc-act.c: Likewise.
615         * fix-header.c: Likewise.
616
617 1998-12-07  Zack Weinberg  <zack@rabi.phys.columbia.edu>
618
619         * cpplib.h (struct cpp_buffer): Replace dir and dlen members
620         with a struct file_name_list pointer.
621         (struct cpp_reader): Add pointer to chain of `actual
622         directory' include searchpath entries.
623         (struct file_name_list): Add *alloc pointer for the sake of
624         the actual-directory chain.
625
626         Move definition of HOST_WIDE_INT here.
627         (cpp_parse_escape): Change prototype to match changes in
628         cppexp.c.
629
630         * cppfiles.c (actual_directory): New function.
631         (finclude): Use it to initialize the buffer's actual_dir
632         entry.
633         (find_include_file): We don't need to fix up max_include_len
634         here.
635
636         * cpplib.c (do_include): Don't allocate a file_name_list on
637         the fly for current directory "" includes, use the one that's
638         been preallocated in pfile->buffer->actual_dir.  Hoist out
639         duplicate code from the search_start selection logic.
640         (cpp_reader_init): Initialize pfile->actual_dirs.
641
642         Remove definition of HOST_WIDE_INT.  Change calls
643         to cpp_parse_escape to match changes in cppexp.c (note
644         hardcoded MASK, which is safe since this is the source
645         character set).
646
647         * cppexp.c: Bring over changes to cpp_parse_escape from cccp.c
648         to handle wide character constants in #if directives.  The
649         function now returns a HOST_WIDE_INT, and takes a third
650         argument which is a binary mask for all legal values (0x00ff
651         for 8-bit `char', 0xffff for 16-bit `wchar_t', etc.)  Define
652         MAX_CHAR_TYPE_MASK and MAX_WCHAR_TYPE_MASK.  Change callers of
653         cpp_parse_escape to match.  [Fixes c-torture/execute/widechar-1.c]
654
655 Mon Dec  7 15:38:25 1998  Dave Brolley  <brolley@cygnus.com>
656
657         * gcc.c (default_compilers): Fix typo in USE_CPPLIB spec for cc1.
658
659 Mon Dec  7 15:38:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
660
661         * c-aux-info.c (concat): Wrap function definition in !USE_CPPLIB.
662         * cppalloc.c: Move function `xcalloc' from cpplib.c to here.
663         * cpplib.c: Move function `xcalloc' from here to cppalloc.c.
664
665 Mon Dec  7 11:30:49 1998  Nick Clifton  <nickc@cygnus.com>
666
667         * final.c (output_asm_name): Use tabs to seperate comments from
668         assembly text.
669         
670         Include instruction lengths (if defined) in output.
671
672 Mon Dec  7 10:53:38 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
673
674         * loop.c (check_dbra_loop): Fix initial_value and initial_equiv_value
675         in the loop_info structure.
676         
677 Mon Dec  7 11:04:40 1998  Catherine Moore  <clm@cygnus.com>
678  
679         * configure.in:  (arm*-*-ecos-elf):  New target.
680         * configure:  Regenerated.
681         * config/arm/elf.h (ASM_WEAKEN_LABEL):  Define.
682         * config/arm/ecos-elf.h:  New file.
683         * config/arm/unknown-elf.h (TARGET_VERSION):  Check
684         for redefinition.
685  
686 Mon Dec  7 16:15:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
687
688         * sh.c (output_far_jump): Emit braf only for TARGET_SH2.
689
690 Sun Dec 6 04:19:45 PST 1998 Jeff Law  (law@cygnus.com)
691
692         * version.c: Bump for snapshot.
693
694 Sun Dec  6 05:16:16 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
695
696         * loop.c (check_dbra_loop): New argument loop_info.  Update fields
697         as needed.
698
699 Sun Dec 6 03:40:13 PST 1998 Jeff Law  (law@cygnus.com)
700
701         * version.c: Bump for snapshot.
702
703 Sun Dec  6 07:49:29 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
704
705         * gcc.texi (Bug Reporting): 40Kb is a soft limit, larger
706         compressed reports are ok and preferred over URLs
707
708 Sun Dec  6 07:45:33 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
709
710         * invoke.texi (Warning Options): Soften the tone of -pedantic
711
712 Sun Dec  6 00:20:44 1998  H.J. Lu  (hjl@gnu.org)
713
714         * print-rtl.c (print_rtx): Add prototype.
715
716         * unroll.c (iteration_info): Make it static.
717
718 Sun Dec  6 01:19:46 1998  Richard Henderson  <rth@cygnus.com>
719
720         * alias.c (memrefs_conflict_p): A second ANDed address
721         disables the aligned address optimization.
722
723 Sat Dec  5 18:48:25 1998  Richard Henderson  <rth@cygnus.com>
724
725         * alpha.c (alpha_emit_set_const_1): Fix parenthesis error
726         in -c << n case.
727
728 Sat Dec  5 15:14:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
729
730         * i960.h (BOOL_TYPE_SIZE): Define.
731
732 Sun Dec  6 00:28:16 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
733
734         * config/c4x/c4x.c (valid_parallel_load_store): Flog functionality
735         from old valid_parallel_operands_4.
736         (valid_parallel_operands_4): Check that operands for 4 operand
737         parallel insns are valid, excluding load/store insns.
738         * config/c4x/c4x.h (valid_parallel_load_store): Add prototype.
739         * config/c4x/c4x.md (*movqf_parallel, *movqi_parallel): Use
740         valid_parallel_load_store instead of valid_parallel_operands_4.
741         (*absqf2_movqf_clobber, *floatqiqf2_movqf_clobber, 
742         *negqf2_movqf_clobber, *absqi2_movqi_clobber,
743         *fixqfqi2_movqi_clobber, *negqi2_movqi_clobber,
744         *notqi_movqi_clobber): Use valid_parallel_operands_4.
745         (*subqf3_movqf_clobber, *ashlqi3_movqi_clobber,
746         *ashrqi3_movqi_clobber, *lshrqi3_movqi_clobber,
747         *subqi3_movqi_clobber): Use valid_parallel_operands_5.
748
749 Sat Dec  5 23:52:01 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
750
751         * config/c4x/c4x.c (iteration_info): Delete extern.
752
753 Fri Dec  4 20:15:57 1998  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
754
755         * tm.texi (SMALL_REGISTER_CLASSES): Make description match reality.
756
757         * final.c (cleanup_subreg_operands): Delete some unused code.
758
759         * recog.h (MAX_RECOG_ALTERNATIVES): New macro.
760         (struct insn_alternative): New structure definition.
761         (recog_op_alt): Declare variable.
762         (preprocess_constraints): Declare function.
763         * recog.c (recog_op_alt): New variable.
764         (extract_insn): Verify number of alternatives is in range.
765         (preprocess_constraints): New function.
766         * reg-stack.c: Include recog.h.
767         (constrain_asm_operands): Delete.
768         (get_asm_operand_lengths): Delete.
769         (get_asm_operand_n_inputs): New function.
770         (record_asm_reg_life): Delete OPERANDS, CONSTRAINTS, N_INPUTS and
771         N_OUTPUTS args.  All callers changed.
772         Compute number of inputs and outputs here by calling
773         get_asm_operand_n_inputs.
774         Instead of constrain_asm_operands, call extract_insn,
775         constrain_operands and preprocess_constaints.  Use information
776         computed by these functions throughout.
777         (record_reg_life): Delete code that is unused due to changes in
778         record_asm_reg_life.
779         (subst_asm_stack_regs): Delete OPERANDS, OPERAND_LOC, CONSTRAINTS,
780         N_INPUTS and N_OUTPUTS args.  All callers changed.
781         Similar changes as in record_asm_reg_life.
782         (subst_stack_regs): Move n_operands declaration into the if statement
783         where it's used.
784         Delete code that is unused due to changes in subst_asm_stack_regs.
785         * stmt.c (expand_asm_operands): Verify number of alternatives is in
786         range.
787         * Makefile.in (reg-stack.o): Depend on recog.h.
788
789 Fri Dec  4 02:23:24 1998  Jeffrey A Law  (law@cygnus.com)
790
791         * except.c (set_exception_version_code): Argument is an "int".
792
793 Fri Dec  4 01:29:28 1998  Jeffrey A Law  (law@cygnus.com)
794
795         * configure.in (hppa2*-*-*): Handle like hppa1.1-*-* for now.
796         * configure: Rebuilt.
797
798 Fri Dec  4 01:29:28 1998  Robert Lipe  <robertl@dgii.com>
799
800         * configure.in (mipsel-*-linux*): New target.
801         * mips/linux.h: New file, based on other Linux targets.
802
803 Thu Dec  3 11:19:50 1998  Mike Stump  <mrs@wrs.com>
804
805         * gthr-vxworks.h (__ehdtor): Fix memory leak.  The delete hook
806         runs in the context of the deleter, not the deletee, so we must
807         use taskVarGet to find the correct memory to free.
808         (__gthread_key_create): Initialize the task
809         variable subsystem so that the task variable is still active when
810         the delete hook is run.
811
812 1998-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
813
814         * pdp11.h: Use optimize_size for space optimizations.
815         * pdp11.c: Likewise.
816         * pdp11.md: Likewise.
817
818         * pdp11.h (TARGET_40_PLUS): Fix typo.
819
820 Thu Dec  3 11:48:32 1998  Jeffrey A Law  (law@cygnus.com)
821
822         * local-alloc.c (block_alloc): Slightly retune heuristic to widen 
823         qty lifetimes.
824
825 Thu Dec  3 22:30:18 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
826
827         * alias.c (addr_side_effect_eval): New function.
828         (memrefs_conflict_p): Use it.
829         * rtl.h (addr_side_effect_eval): Prototype it.
830
831 1998-12-02  Joseph S. Myers  <jsm28@cam.ac.uk>
832
833         * pdp11.md (extendsfdf2): Fix mode mismatch in SET.
834
835 Wed Dec  2 11:23:07 1998  Jim Wilson  <wilson@cygnus.com>
836
837         * reload.c (find_reloads): When force const to memory, put result
838         in substed_operand not *recog_operand_loc.
839
840 1998-12-02  Ulrich Drepper  <drepper@cygnus.com>
841
842         * c-lex.c: Fix indentation from last patch.
843         Remove trailing whitespace.
844         * real.c: Likewise.
845
846 Wed Dec  2 10:11:12 1998  Jeffrey A Law  (law@cygnus.com)
847
848         * flow.c (delete_block): Call set_last_insn after we have reset
849         NEXT_INSN (kept_tail).
850
851 Wed Dec  2 00:47:31 1998  Jeffrey A Law  (law@cygnus.com)
852
853         * mips.md (trap_if): Use "$0" for the value zero.
854
855 Tue Dec  1 20:49:49 1998  Ulrich Drepper  <drepper@cygnus.com>
856                           Stephen L Moshier  <moshier@world.std.com>
857                           Richard Henderson  <rth@cygnus.com>
858
859         * c-common.c (declare_function_name): Declare predefinied variable
860         `__func__'.
861
862         * c-decl.c (flag_isoc9x): Set to 1 by default.
863         (c_decode_option): Handle -std= option.  Remove -flang-isoc9x.
864         (grokdeclarator): Always emit warning about implicit int for ISO C 9x.
865
866         * c-parse.in: Allow constructors in ISO C 9x.
867         Rewrite designator list handling.
868         Allow [*] parameters.
869         Don't warn about comma at end of enum definition for ISO C 9x.
870
871         * cccp.c (c9x): New variable.
872         (rest_extension): New variable.
873         (print_help): Document new -std= option.
874         (main): Recognize -std= option.  Set c9x appropriately.
875         (create_definition): Recognize ISO C 9x vararg macros.
876
877         * gcc.c (default_compilers): Adjust specs for -std options.
878         (option_map): Add --std.
879         (display_help): Document -std.
880
881         * toplev.c (documented_lang_options): Add -std and remove
882         -flang-isoc9x.
883         
884         * c-lex.c (yylex): Recognize hex FP constants and call REAL_VALUE_ATOF
885         or REAL_VALUE_HTOF based on base of the constants.
886         * fold-const.c (real_hex_to_f): New function.  Replacement function
887         for hex FP conversion if REAL_ARITHMETIC is not defined.
888         * real.c (asctoeg): Add handling of hex FP constants.
889         * real.h: Define REAL_VALUE_HTOF if necessary using ereal_atof or
890         real_hex_to_f.
891
892 Tue Dec  1 16:45:49 1998  Stan Cox  <scox@cygnus.com>
893
894         * mips.md (divmodsi4*, divmoddi4*, udivmodsi4*, udivmoddi4): Add
895         -mcheck-range-division/-mcheck-zero-division checking.  Avoid as macro
896         expansion.  Use hi/lo as destination register.
897         (div_trap): New.
898         (divsi3*, divdi3*, modsi3*, moddi3*, udivsi3*, udivdi3*, umodsi3*,
899         umoddi3*): Add -mcheck-range-division/-mcheck-zero-division checking.
900         Avoid as macro expansion.  Use hi/lo as destination register. 
901
902         * mips.h (MASK_CHECK_RANGE_DIV): New.
903         (MASK_NO_CHECK_ZERO_DIV): New.
904         (ELIMINABLE_REGS): Added GP_REG_FIRST + 31.
905         (CAN_ELIMINATE, INITIAL_ELIMINATION_OFFSET): Allow for getting
906         return address for leaf functions out of r31 to support
907         builtin_return_address. 
908         
909 Tue Dec  1 15:03:30 1998  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
910
911         * jump.c (jump_optimize): Call regs_set_between_p with PREV_INSN(x),
912         NEXT_INSN(x) to check insn x.
913         
914 Tue Dec  1 15:20:44 1998  Jeffrey A Law  (law@cygnus.com)
915
916         * flow.c (delete_block): Call set_last_insn if we end up deleting the
917         last insn in the rtl chain.
918
919         * reload1.c (reload): Do not set reload_completed or split insns
920         here.  Instead...
921         * toplev.c (rest_of_compilation): Set reload_completed after
922         reload returns.  Split insns after reload_cse has run.
923
924 Tue Dec  1 11:55:04 1998  Richard Henderson  <rth@cygnus.com>
925
926         * final.c (final_scan_insn): Abort if block_depth falls below 0.
927
928 Tue Dec  1 10:23:16 1998  Nick Clifton  <nickc@cygnus.com>
929
930         * config/arm/t-arm-elf (LIBGCC2_CFLAGS): Define inhibit_libc.
931
932 Tue Dec  1 10:22:18 1998  Nick Clifton  <nickc@cygnus.com>
933
934         * config/arm/unknown-elf.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Remove
935         use of user-label_prefix.
936
937 Tue Dec  1 17:58:26 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
938
939         * reload1.c (emit_reload_insns): Clear spill_reg_store
940         when doing a new non-inherited reload from the same pseudo.
941
942         * local-alloc.c (function_invariant_p): New function.
943         (update_equiv_regs): Use function_invariant_p instead of CONSTANT_P
944         to decide if an equivalence should be recorded.
945         * reload1.c (num_eliminable_invariants): New static variable.
946         (reload): Set it.  Use function_invariant_p instead of CONSTANT_P
947         to decide if an equivalence should be recorded.
948         Unshare PLUS.
949         (calculate_needs_all_insns): Skip insns that only set an equivalence.
950         Take num_eliminable_invariants into account when deciding
951         if register elimination should be done.
952         (reload_as_needed): Take num_eliminable_invariants into account
953         when deciding if register elimination should be done.
954         (eliminate_regs): Handle non-constant reg_equiv_constant.
955         * rtl.h (function_invariant_p): Declare.
956
957 Mon Nov 30 02:00:08 PST 1998 Jeff Law  (law@cygnus.com)
958
959         * version.c: Bump for snapshot.
960
961 Mon Nov 30 00:42:59 PST 1998 Jeff Law  (law@cygnus.com)
962
963         * version.c: Bump for snapshot.
964
965 Sun Nov 29 22:59:40 1998  Jason Merrill  <jason@yorick.cygnus.com>
966
967         * except.c (add_new_handler): Complain about additional handlers
968         after one that catches everything.
969
970 Sat Nov 28 10:56:32 1998  Jeffrey A Law  (law@cygnus.com)
971
972         * configure.in (alpha*-*-netbsd): Fix typo.
973         * configure: Rebuilt.
974
975 Fri Nov 27 12:28:56 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
976
977         * system.h: Include libiberty.h.
978
979         * c-aux-info.c: Remove prototypes for concat/concat3.  Change
980         function `concat' from fixed parameters to variable parameters,
981         as is done in libiberty.  All callers of concat/concat3
982         changed to use the new `concat' with variable args.
983
984         * cccp.c: Remove things made redundant by libiberty.h and/or
985         conform to libiberty standards.
986         * cexp.y: Likewise.
987         * collect2.c: Likewise.
988         * config/1750a/1750a.h: Likewise.
989         * cppalloc.c: Likewise.
990         * cppexp.c: Likewise.
991         * cppfiles.c: Likewise.
992         * cpphash.c: Likewise.
993         * cpplib.c: Likewise.
994         * dyn-string.c: Likewise.
995         * fix-header.c: Likewise.
996         * gcc.c: Likewise.
997         * gcov.c: Likewise.
998         * genattr.c: Likewise.
999         * genattrtab.c: Likewise.
1000         * gencheck.c: Likewise.
1001         * gencodes.c: Likewise.
1002         * genconfig.c: Likewise.
1003         * genemit.c: Likewise.
1004         * genextract.c: Likewise.
1005         * genflags.c: Likewise.
1006         * gengenrtl.c: Likewise.
1007         * genopinit.c: Likewise.
1008         * genoutput.c: Likewise.
1009         * genpeep.c: Likewise.
1010         * genrecog.c: Likewise.
1011         * getpwd.c: Likewise.
1012         * halfpic.c: Likewise.
1013         * hash.c: Likewise.
1014         * mips-tdump.c: Likewise.  Wrap malloc/realloc/calloc prototypes
1015         in NEED_DECLARATION_* macros.
1016
1017         * mips-tfile.c: Remove things made redundant by libiberty.h and/or
1018         conform to libiberty standards.
1019         (fatal): Fix const-ification of variable `format' in
1020         !ANSI_PROTOTYPES case.
1021
1022         * prefix.c: Remove things made redundant by libiberty.h and/or
1023         conform to libiberty standards.
1024
1025         * print-rtl.c: Rename variable `spaces' to `xspaces' to avoid
1026         conflicting with function `spaces' from libiberty.
1027
1028         * profile.c: Remove things made redundant by libiberty.h and/or
1029         conform to libiberty standards.
1030         * protoize.c: Likewise.
1031         * rtl.h: Likewise.
1032         * scan.h: Likewise.
1033         * tlink.c: Likewise.
1034         * toplev.c: Likewise.
1035         * toplev.h: Likewise.
1036         * tree.h: Likewise.
1037
1038 Thu Nov 26 08:38:06 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1039
1040         * cppfiles.c (simplify_pathname): Un-ANSI-fy function definition.
1041
1042 Thu Nov 26 23:45:37 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1043
1044         * README.C4X: Updated URLs.
1045         * config/c4x/c4x.c (c4x_address_conflict): Fix typo.
1046         (valid_parallel_operands_5): Remove unused variable.
1047
1048 Thu Nov 26 23:40:03 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1049
1050         * config/c4x/c4x.h (TARGET_DEFAULT): Fix typo.
1051
1052 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
1053
1054         * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages
1055         which can be configured.
1056         (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@
1057         (Makefile): Pass actual LANGUAGES through the environment when
1058         re-configuring.
1059         (cstamp-h): Likewise.
1060         (config.status): Likewise.
1061
1062         * configure.in (enable_languages): Add new configuration parameter
1063         "--enable-languages=lang1,lang2,...".
1064         (${srcdir}/*/config-lang.in): Change handling to configure only
1065         those directories, that the user might have enabled; default to
1066         "all" existing languages.
1067         * configure: Regenerate.
1068
1069 Thu Nov 26 00:19:19 1998  Richard Henderson  <rth@cygnus.com>
1070
1071         * rtlanal.c (regs_set_between_p): New function.
1072         * rtl.h (regs_set_between_p): Prototype it.
1073         * jump.c (jump_optimize): Use it instead of modified_between_p
1074         in the Sep 2 change.
1075
1076 Wed Nov 25 23:32:02 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
1077                           Matthias Pfaller  <leo@dachau.marco.de>
1078
1079         * invoke.texi (Option Summary, NS32K Options): add description
1080         of NS32K specific options.
1081
1082         * ns32k.md (tstdf, cmpdf, movdf, truncdfsf2, fixdfqi2, fixdfhi2,
1083         fixdfsi2, fixunsdfqi2, fixunsdfhi2, fixunsdfsi2, fix_truncdfqi2,
1084         fix_truncdfhi2, fix_truncdfsi2, adddf3, subdf3, muldf3, divdf3,
1085         negdf2, absdf2): Use l instead of f since the double class and
1086         float class are no longer the same.
1087         (cmpsi, truncsiqi2, truncsihi2, addsi3, subsi3, mulsi3, umulsidi3,
1088         divsi3, modsi3, andsi3, iorsi3, xorsi3, negsi2, one_cmplsi2,
1089         ashlsi3, ashlhi3, ashlqi3, rotlsi3, rotlhi3, rotlqi3, abssi2,...):
1090         use "g" instead of "rmn" since LEGITIMATE_PIC_OPERAND has been
1091         fixed.
1092         (cmpsi, cmphi, cmpqi): use general_operand instead of
1093         non_immediate_operand. Removes erroneous assumption that can't
1094         compare constants.
1095         (movsf, movsi, movhi, movqi,...): New register numbering scheme.
1096         (movsi, addsi3): Use NS32K_DISPLACEMENT_P instead of hard coded
1097         constants.
1098         (movstrsi, movstrsi1, movstrsi2): completely new block move
1099         scheme.
1100         (...): Patterns to exploit multiply-add instructions.
1101         (udivmodsi4, udivmodsi_internal4, udivmodhi4,
1102         udivmoddihi4_internal, udivmodqi4, udivmoddiqi4_internal): new
1103         patterns to exploit extended divide insns.
1104         (udivsi3, udivhi3, udivqi3): remove since superceded by udivmodsi
1105         etc patterns.
1106
1107         * ns32k.h (FUNCTION_VALUE, LIBCALL_VALUE): Use f0 for complex
1108         float return values as well as simple scalar floats.
1109         (TARGET_32381, TARGET_MULT_ADD, TARGET_SWITCHES):
1110         support new flag to denote 32381 fpu.
1111         (OVERRIDE_OPTIONS): 32381 is a strict superset of 32081.
1112         (CONDITIONAL_REGISTER_USAGE): disable extra 32381 registers if not
1113         compling for 32381.
1114         (FIRST_PSEUDO_REGISTER, FIXED_REGISTERS, CALL_USED_REGISTERS,
1115         REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES, OUTPUT_REGISTER_NAMES,
1116         REG_ALLOC_ORDER, DBX_REGISTER_NUMBER, R0_REGNUM, F0_REGNUM,
1117         L1_REGNUM, STACK_POINTER_REGNUM, FRAME_POINTER_REGNUM,
1118         LONG_FP_REGS_P, ARG_POINTER_REGNUM, reg_class, REG_CLASS_NAMES,
1119         REG_CLASS_CONTENTS, SUBSET_P,REGNO_REG_CLASS,
1120         REG_CLASS_FROM_LETTER, FUNCTION_PROLOGUE, FUNCTION_EPILOGUE,
1121         REGNO_OK_FOR_INDEX_P, FP_REG_P, REG_OK_FOR_INDEX_P,
1122         REG_OK_FOR_BASE_P, MEM_REG): new register scheme to include 32381
1123         fpu registers and special register classes for new 32381
1124         instructions dotf and polyf.
1125         (MODES_TIEABLE_P): Allow all integer modes, notably DI and SI, to
1126         be tieable.
1127         (INCOMING_RETURN_ADDR_RTX, RETURN_ADDR_RTX,
1128         INCOMING_FRAME_SP_OFFSET): New macros in case DWARF support is
1129         required.
1130         (SMALL_REGISTER_CLASSES): Make dependant on -mmult-add option.
1131         (MOVE_RATIO): Set to zero because of smart movstrsi implimentation.
1132         (REGISTER_MOVE_COST): move code to register_move_cost function for
1133         ease of coding and debugging.
1134         (CLASS_LIKELY_SPILLED_P): Under new register scheme class
1135         LONG_FLOAT_REGO is likely spilled but not caught by default
1136         definition.
1137         (CONSTANT_ADDRESS_P, CONSTANT_ADDRESS_NO_LABEL_P): use macro
1138         instead of hard coded numbers in range check.
1139         (ASM_OUTPUT_LABELREF_AS_INT): delete since unused.
1140         (...): Add prototypes for functions in ns32k.c but disable because
1141         of problems when ns32k.h is included in machine independant files.
1142         
1143         * ns32k.c: include "system.h", "tree.h", "expr.h", "flags.h".
1144         (ns32k_reg_class_contents, regcass_map, ns32k_out_reg_names,
1145         hard_regno_mode_ok, secondary_reload_class,
1146         print_operand, print_operand_address): new register scheme to
1147         include 32381 fpu registers and special register classes for new
1148         32381 instructions dotf and polyf.
1149         (gen_indexed_expr): Make static to keep namespace clean.
1150         (check_reg): remove since never called.
1151         (move_tail, expand_block_move): helper functions for "movstrsi"
1152         block move insn.
1153         (register_move_cost): Helper function for REGISTER_MOVE_COST macro.
1154         Increase cost of moves which go via memory.
1155         * netbsd.h (TARGET_DEFAULT): Set (new) 32381 fpu flag.
1156         (CPP_PREDEFINES): nolonger predefine "unix".
1157
1158         * ns32k.md (movsi, movsi, adddi3, subdi3, subsi3, subhi3, subqi3,...):
1159         Remove erroneous %$. print_operand() can work out from the rtx is
1160         an immediate prefix is required.
1161
1162         * ns32k.h (RETURN_POPS_ARGS, VALID_MACHINE_DECL_ATTRIBUTE,
1163         VALID_MACHINE_TYPE_ATTRIBUTE, COMP_TYPE_ATTRIBUTES,
1164         SET_DEFAULT_TYPE_ATTRIBUTES): Support for -mrtd calling
1165         convention.
1166         (LEGITIMATE_PIC_OPERAND_P, SYMBOLIC_CONST): Correct handling of
1167         pic operands.
1168
1169         * ns32k.c (symbolic_reference_mentioned_p, print_operand):
1170         Correct handling of pic operands.
1171         (ns32k_valid_decl_attribute_p, ns32k_valid_type_attribute_p,
1172         ns32k_comp_type_attributes, ns32k_return_pops_args): Support for
1173         -mrtd calling convention.
1174
1175 Wed Nov 25 23:42:20 1998  Tom Tromey  <tromey@cygnus.com>
1176
1177         * gcc.c (option_map): Recognize --output-class-directory.
1178
1179 Thu Nov 26 18:26:21 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1180
1181         * loop.h (precondition_loop_p): Added new mode argument.
1182         * unroll.c (precondition_loop_p): Likewise.
1183         (approx_final_value): Function deleted and subsumed
1184         into loop_iterations.
1185         (loop_find_equiv_value): New function.
1186         (loop_iterations): Use loop_find_equiv_value to find increments
1187         too large to be immediate constants.  Also use it to find terms
1188         common to initial and final iteration values that can be removed.
1189
1190 Thu Nov 26 18:05:04 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1191
1192         * loop.h (struct loop_info): Define new structure.
1193         (precondition_loop_p): Added prototype.
1194         (unroll_loop): Added new argument loop_info to prototype.
1195         (final_biv_value, final_giv_value): Added new argument n_iterations
1196         to prototype.
1197         * loop.c (strength_reduce): Declare new structure loop_iteration_info
1198         and new pointer loop_info.
1199         (loop_n_iterations): Replace global variable by element in 
1200         loop_info structure.
1201         (check_final_value): New argument n_iterations.
1202         (insert_bct): New argument loop_info.
1203         (loop_unroll_factor): Replace global array by element in 
1204         loop_info structure.
1205         (loop_optimize): Remove code to allocate and initialise 
1206         loop_unroll_factor_array.
1207         * unroll.c (precondition_loop_p):  No longer static since
1208         used by branch on count optimization.
1209         (precondition_loop_p, unroll_loop): New argument loop_info.
1210         (final_biv_value, final_giv_value, find_splittable_regs): New
1211         argument n_iterations.
1212         (loop_iteration_var, loop_initial_value, loop_increment, 
1213         loop_final_value, loop_comparison_code, loop_unroll_factor): 
1214         Replaced global variables by loop_info structure.
1215         (loop_unroll_factor): Replace global array by element in
1216         loop_info structure.
1217
1218 Thu Nov 26 17:49:29 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1219
1220         * loop.c (check_dbra_loop): Update JUMP_LABEL field of jump insn
1221         when loop reversed.
1222
1223         * unroll.c (precondition_loop_p): Return loop_initial_value
1224         for initial_value instead of loop_iteration_var.
1225
1226 Thu Nov 26 17:15:38 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1227
1228         * config/c4x/c4x.md: Fix minor formatting problems.  Update docs.
1229         (*b, *b_rev, *b_noov, *b_noov_rev, *db, 
1230         decrement_and_branch_until_zero, rptb_end): Use c4x_output_cbranch
1231         to output the instruction sequences.
1232         (rpts): Delete.
1233         (rptb_top): Provide alternatives to use any register or memory
1234         for loop counter.
1235         (rptb_end):  Emit use of operands rather than assigning them
1236         explicitly to the RS and RE registers.
1237
1238 Thu Nov 26 16:37:59 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1239
1240         * config/c4x/c4x.c (c4x_modified_between_p, c4x_mem_set_p,
1241         c4x_mem_set_p, c4x_mem_modified_between_p, c4x_insn_moveable_p,
1242         c4x_parallel_pack, c4x_parallel_find, c4x_update_info_reg,
1243         c4x_update_info_regs, c4x_copy_insn_after, c4x_copy_insns_after, 
1244         c4x_merge_notes, c4x_parallel_process, 
1245         c4x_combine_parallel_independent, c4x_combine_parallel_dependent,
1246         c4x_combine_parallel): Delete.
1247
1248 Thu Nov 26 15:16:05 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1249
1250         * config/c4x/c4x.c: (c4x_override_options): For compatibility
1251         with old target options clear flag_branch_on_count_reg if
1252         -mno-rptb specified and set flag_argument_alias is -mno-aliases
1253         specified.
1254         (c4x_output_cbranch): Handle a sequence of insns rather than a
1255         single insn.
1256         (c4x_rptb_insert): Do not emit a RPTB insn if the RC register
1257         has not been allocated as the loop counter.
1258         (c4x_address_conflict): Do not allow two volatile memory references.
1259         (valid_parallel_operands_4, valid_parallel_operands_5,
1260         valid_parallel_operands_6): Reject pattern if the register destination
1261         of the first set is used as part of an address in the second set.
1262
1263 Thu Nov 26 14:56:32 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1264
1265         * config/c4x/c4x.h (TARGET_DEFAULT): Add PARALEL_MPY_FLAG.
1266         (TARGET_SMALL_REG_CLASS): Set to 0 so that SMALL_REGISTER_CLASSES
1267         is no longer enabled if PARALLEL_MPY_FLAG set.
1268         (HARD_REGNO_CALL_CLOBBERED): Add parentheses to remove ambiguity.
1269         (REG_CLASS_CONTENTS): Add braces around initializers.
1270         (HAVE_MULTIPLE_PACK): Define.
1271         (ASM_OUTPUT_BYTE_FLOAT): Use %lf format specifier with 
1272         REAL_VALUE_TO_DECIMAL.
1273         (ASM_OUTPUT_SHORT_FLOAT): Use %lf format specifier with 
1274         REAL_VALUE_TO_DECIMAL.
1275         (ar0_reg_operand): Add prototype.
1276         (ar0_mem_operand): Likewise.
1277         (ar1_reg_operand): Likewise.
1278         (ar1_mem_operand): Likewise.
1279         (ar2_reg_operand): Likewise.
1280         (ar2_mem_operand): Likewise.
1281         (ar3_reg_operand): Likewise.
1282         (ar3_mem_operand): Likewise.
1283         (ar4_reg_operand): Likewise.
1284         (ar4_mem_operand): Likewise.
1285         (ar5_reg_operand): Likewise.
1286         (ar5_mem_operand): Likewise.
1287         (ar6_reg_operand): Likewise.
1288         (ar6_mem_operand): Likewise.
1289         (ar7_reg_operand): Likewise.
1290         (ar7_mem_operand): Likewise.
1291         (ir0_reg_operand): Likewise.
1292         (ir0_mem_operand): Likewise.
1293         (ir1_reg_operand): Likewise.
1294         (ir1_mem_operand): Likewise.
1295         (group1_reg_operand): Likewise.
1296         (group1_mem_operand): Likewise.
1297         (ir1_reg_operand): Likewise.
1298         (arx_reg_operand): Likewise.
1299         (not_rc_reg): Likewise.
1300         (not_modify_reg): Likewise.
1301         (c4x_group1_reg_operand): Remove prototype.
1302         (c4x_group1_mem_operand): Likewise.
1303         (c4x_arx_reg_operand): Likewise.
1304
1305 Wed Nov 25 19:02:55 1998  (Stephen L Moshier) <moshier@world.std.com>
1306
1307         * emit-rtl.c (gen_lowpart_common): Remove earlier change.
1308         * real.c (make_nan): Make SIGN arg actually specify the sign bit.
1309
1310 Thu Nov 26 14:12:05 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
1311
1312         * config/c4x/c4x.md (addqi3): Emit addqi3_noclobber pattern
1313         during reload.
1314
1315 Wed Nov 25 22:05:28 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1316
1317         * config/sh/lib1funcs.asm (___udivsi3_i4): Don't switch to sz == 1
1318         unless FMOVD_WORKS is defined.
1319
1320 Wed Nov 25 20:11:04 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1321
1322         * regclass.c (init_reg_sets): Move code that calculates tables
1323         dependent on reg_class_contents from here...
1324         (init_reg_sets_1): To here.
1325
1326 Wed Nov 25 14:54:46 1998  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1327
1328         * cpplib.h: Delete struct import_file.  Add ihash element to
1329         struct cpp_buffer.  Delete dont_repeat_files and
1330         import_hash_table elements from cpp_reader; change
1331         all_include_files to a hash table.  Delete all foobar_include
1332         / last_foobar_include elements from struct cpp_options; put
1333         back four such: quote_include, bracket_include,
1334         system_include, after_include.  Redo struct file_name_list
1335         completely.  Add new structure type include_hash.  Add
1336         prototypes for merge_include_chains and include_hash.  Change
1337         prototypes for finclude, find_include_file, and
1338         append_include_chain to match changes below.
1339
1340         * cppfiles.c (simplify_pathname, include_hash,
1341         remap_filename, merge_include_chains): New functions.
1342         (add_import, lookup_import, open_include_file): Removed.
1343         (INO_T_EQ): Define this (copied from cccp.c).
1344         (hack_vms_include_specification): Remove all calls and #if 0
1345         out the definition.  It was being called incorrectly and at
1346         the wrong times.  Until a VMSie can look at this, it's better
1347         to not pretend to support it.
1348         (append_include_chain): Change calling convention; now takes
1349         only one directory at a time, and sets up the data structure
1350         itself.
1351         (redundant_include_p): Rewritten - this is now used for all
1352         include redundancy, whether by #ifndef, #import, or #pragma
1353         once.  Looks up things in the include hash table.
1354         (file_cleanup): Decrement pfile->system_include_depth here if
1355         it's >0.
1356         (find_include_file): Calling convention changed; now passes
1357         around a struct include_hash instead of 3 separate parameters.
1358         Guts ripped out and replaced with new include_hash mechanism.
1359         (finclude): Calling convention changed as for
1360         find_include_file.  Error exits pulled out-of-line.  Reformat.
1361         (safe_read): Return a long, not an int.
1362         (deps_output): Don't recurse.
1363
1364         * cpplib.c (is_system_include): Deleted.
1365         (path_include): Fix up call to append_include_chain.
1366         (do_include): Fix up calls to find_include_file and finclude.
1367         Clean up dependency output a bit.  Shorten obnoxiously lengthy
1368         #import warning message.  Don't decrement
1369         pfile->system_include_depth here.
1370         (do_pragma): Understand the include_hash structure.  Reformat.
1371         (do_endif): Correct handling of control macros.  Understand
1372         the include_hash.
1373         (cpp_start_read): Fix up calls to finclude.  Call
1374         merge_include_chains.
1375         (cpp_handle_option): Fix up calls to append_include_chain.
1376         Understand the four partial include chains.
1377         (cpp_finish): Add debugging code (#if 0-ed out) for the
1378         include_hash.
1379         (cpp_cleanup): Free the include_hash, not the import hash and
1380         the all_include and dont_repeat lists which no longer exist.
1381
1382 Wed Nov 25 11:26:19 1998  Jeffrey A Law  (law@cygnus.com)
1383
1384         * toplev.c (no_new_pseudos): Define.
1385         (rest_of_compilation):  Set no_new_pseudos as needed.
1386         * emit-rtl.c (gen_reg_rtx): Abort if we try to create a new pseudo
1387         if no_new_pseudos is set.
1388         * rtl.h (no_new_pseudos): Declare it.
1389         * reload1.c (reload): Update comments.
1390         * md.texi: Corresponding changes.
1391
1392 Wed Nov 25 11:26:17 1998  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
1393
1394         * reload1.c (reg_used_in_insn): Renamed from reg_used_by_pseudo.
1395         (choose_reload_regs): Rename it here as well.  When computing it,
1396         also merge in used hardregs.
1397
1398 1998-11-25 07:51 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1399
1400         * gcc.c: Split out Objective-C specs to...
1401         * objc/lang-specs.h: here. (New file.) Make the specs cpplib
1402         aware.
1403
1404         * c-lex.c (init_parse): Always initialize the filename global.
1405         * objc/objc-act.c (lang_init): Always call check_newline at
1406         beginning of file.
1407
1408 Wed Nov 25 00:48:29 1998  Graham  <grahams@rcp.co.uk>
1409
1410         * reload1.c (reload): Remove unused variable.
1411         (reload_reg_free_for_value_p): Add missing parameter definition.
1412
1413         * jump.c (jump_optimize): Remove unused variable.
1414
1415 Wed Nov 25 00:07:11 1998  Jeffrey A Law  (law@cygnus.com)
1416
1417         * Makefile.in (graph.o): Depend on $(RTL_H), not rtl.h.
1418
1419         * cse.c (fold_rtx): Make autoincrement addressing mode tests be
1420         runtime selectable.
1421         * expr.c (move_by_pieces): Similarly.
1422         (move_by_pieces_1, clear_by_pieces, clear_by_pieces_1): Similarly.
1423         * flow.c (find_auto_inc): Similarly.
1424         (try_pre_increment): Similarly.
1425         * loop.c (strength_reduce): Similarly.
1426         * regclass.c (auto_inc_dec_reg_p): Similarly.
1427         * regmove.c (try_auto_increment): Similarly.
1428         (fixup_match_1): Similarly.
1429         * rtl.h (HAVE_PRE_INCREMENT): Define if not already defined.
1430         (HAVE_PRE_DECREMENT): Similarly.
1431         (HAVE_POST_INCREMENT, HAVE_POST_DECREMENT): Similarly.
1432         * Corresponding changes to all target header files.
1433         * tm.texi: Update docs for autoinc addressing modes.
1434
1435 Tue Nov 24 20:24:59 1998  Jim Wilson  <wilson@cygnus.com>
1436
1437         * configure.in (m68020-*-elf*, m68k-*-elf*): New targets.
1438         * configure: Rebuild.
1439         * config/elfos.h: New file.
1440         * config/m68k/m68020-elf.h, config/m68k/m68kelf.h,
1441         config/m68k/t-m68kelf: New file.
1442         
1443 Tue Nov 24 13:40:06 1998  Jeffrey A Law  (law@cygnus.com)
1444
1445         * Makefile.in (HOST_AR): Define.
1446         (HOST_AR_FLAGS, HOST_RANLIB, HOST_RANLIB_TEST): Similarly.
1447         (libcpp.a): Use the host tools explicitly.
1448         (STAGESTUFF): Add libcpp.a.
1449
1450 Tue Nov 24 09:33:49 1998  Nick Clifton  <nickc@cygnus.com>
1451
1452         * config/m32r/m32r.md (movstrsi_internal): Describe changes made
1453         to source and destination registers.
1454
1455 Mon Nov 23 20:28:02 1998  Mike Stump  <mrs@wrs.com>
1456
1457         * libgcc2.c (top_elt): Remove top_elt, it isn't thread safe.
1458         The strategy we now use is to pre allocate the top_elt along
1459         with the EH context so that each thread has its own top_elt.
1460         This is necessary as the dynmanic cleanup chain is used on the
1461         top element of the stack and each thread MUST have its own.
1462         (eh_context_static): Likewise.
1463         (new_eh_context): Likewise.
1464         (__sjthrow): Likewise.
1465
1466 Mon Nov 23 20:25:03 1998  Jason Merrill  <jason@yorick.cygnus.com>
1467
1468         * i386/linux.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Wrap in do...while.
1469         * i386.md (prologue_get_pc): Remove unused variable.
1470
1471 Mon Nov 23 17:05:40 1998  Geoffrey Noer  <noer@cygnus.com>
1472
1473         * i386/xm-cygwin.h: Rename cygwin_ path funcs back to cygwin32_.
1474
1475 Mon Nov 23 16:40:00 1998  Ulrich Drepper  <drepper@cygnus.com>
1476
1477         * Makefile.in (OBJS): Add graph.o
1478         (graph.o): New dependency list.
1479         * flags.h: Declare dump_for_graph and define graph_dump_types type.
1480         * print-rtl.c (dump_for_graph): Define new variable.
1481         (print_rtx): Rewrite to allow use in graph dumping functions.
1482         * toplev.c: Declare print_rtl_graph_with_bb, clean_graph_dump_file,
1483         finish_graph_dump_file.
1484         Define graph_dump_format.
1485         (compile_file): If graph dumping is enabled also clear these files.
1486         Finish graph dump files.
1487         (rest_of_compilation): Also dump graph information if enabled.
1488         (main): Recognize -dv to enabled VCG based graph dumping.
1489         * graph.c: New file.  Graph dumping functions.
1490
1491 Mon Nov 23 16:39:04 1998  Richard Henderson  <rth@cygnus.com>
1492
1493         * configure.in: Look for <sys/stat.h>.
1494         * system.h: Include it before substitute S_ISREG definitions.
1495
1496 Mon Nov 23 17:40:37 1998  Gavin Romig-Koch  <gavin@cygnus.com>
1497
1498         * config/mips/abi.h: Use ABI_O64, duplicating ABI_32 usage.
1499         * config/mips/iris6.h: Same.
1500         * config/mips/mips.md: Same.
1501         * config/mips/mips.c: Same; also add "-mabi=o64" option.
1502         * config/mips/mips.h: Same; also define ABI_O64.
1503
1504 Mon Nov 23 17:02:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1505
1506         *  configure.in: Use AC_PREREQ(2.12.1).
1507
1508 Mon Nov 23 10:16:38 1998  "Melissa O'Neill" <oneill@cs.sfu.ca>
1509
1510         * cccp.c (S_ISREG, S_ISDIR): Delete defines.
1511         * cpplib.c, gcc.c: Likewise.
1512         * system.h (S_ISREG, S_ISDIR): Define if not already defined.
1513
1514 Mon Nov 23 09:53:44 1998  Richard Henderson  <rth@cygnus.com>
1515
1516         * local-alloc.c (local_alloc): Use malloc not alloca for
1517         reg_qty, reg_offset, ref_next_in_qty.
1518
1519 Mon Nov 23 16:46:46 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1520
1521         * caller-save.c (insert_one_insn): Initialize the live_before and
1522         live_after register sets.
1523
1524         Add SH4 support:
1525
1526         * config/sh/lib1funcs.asm (___movstr_i4_even, ___movstr_i4_odd): Define.
1527         (___movstrSI12_i4, ___sdivsi3_i4, ___udivsi3_i4): Define.
1528         * sh.c (reg_class_from_letter, regno_reg_class): Add DF_REGS.
1529         (fp_reg_names, assembler_dialect): New variables.
1530         (print_operand_address): Handle SUBREGs.
1531         (print_operand): Added 'o' case.
1532         Don't use adj_offsettable_operand on PRE_DEC / POST_INC.
1533         Name of FP registers depends on mode.
1534         (expand_block_move): Emit different code for SH4 hardware.
1535         (prepare_scc_operands): Use emit_sf_insn / emit_df_insn as appropriate.
1536         (from_compare): Likewise.
1537         (add_constant): New argument last_value.  Changed all callers.
1538         (find_barrier): Don't try HImode load for FPUL_REG.
1539         (machine_dependent_reorg): Likewise.
1540         (sfunc_uses_reg): A CLOBBER cannot be the address register use.
1541         (gen_far_branch): Emit a barrier after the new jump.
1542         (barrier_align): Don't trust instruction lengths before
1543         fixing up pcloads.
1544         (machine_dependent_reorg): Add support for FIRST_XD_REG .. LAST_XD_REG.
1545         Use auto-inc addressing for fp registers if doubles need to
1546         be loaded in two steps.
1547         Set sh_flag_remove_dead_before_cse.
1548         (push): Support for TARGET_FMOVD.  Use gen_push_fpul for fpul.
1549         (pop): Support for TARGET_FMOVD.  Use gen_pop_fpul for fpul.
1550         (calc_live_regs): Support for TARGET_FMOVD.  Don't save FPSCR.
1551         Support for FIRST_XD_REG .. LAST_XD_REG.
1552         (sh_expand_prologue): Support for FIRST_XD_REG .. LAST_XD_REG.
1553         (sh_expand_epilogue): Likewise.
1554         (sh_builtin_saveregs): Use DFmode moves for fp regs on SH4.
1555         (initial_elimination_offset): Take TARGET_ALIGN_DOUBLE into account.
1556         (arith_reg_operand): FPUL_REG is OK for SH4.
1557         (fp_arith_reg_operand, fp_extended_operand) New functions.
1558         (tertiary_reload_operand, fpscr_operand): Likewise.
1559         (commutative_float_operator, noncommutative_float_operator): Likewise.
1560         (binary_float_operator, get_fpscr_rtx, emit_sf_insn): Likewise.
1561         (emit_df_insn, expand_sf_unop, expand_sf_binop): Likewise.
1562         (expand_df_unop, expand_df_binop, expand_fp_branch): Likewise.
1563         (emit_fpscr_use, mark_use, remove_dead_before_cse): Likewise.
1564         * sh.h (CPP_SPEC): Add support for -m4, m4-single, m4-single-only.
1565         (CONDITIONAL_REGISTER_USAGE): Likewise.
1566         (HARD_SH4_BIT, FPU_SINGLE_BIT, SH4_BIT, FMOVD_BIT): Define.
1567         (TARGET_CACHE32, TARGET_SUPERSCALAR, TARGET_HARWARD): Define.
1568         (TARGET_HARD_SH4, TARGET_FPU_SINGLE, TARGET_SH4, TARGET_FMOVD): Define.
1569         (target_flag): Add -m4, m4-single, m4-single-only, -mfmovd.
1570         (OPTIMIZATION_OPTIONS): If optimizing, set flag_omit_frame_pointer
1571         to -1 and sh_flag_remove_dead_before_cse to 1.
1572         (ASSEMBLER_DIALECT): Define to assembler_dialect.
1573         (assembler_dialect, fp_reg_names): Declare.
1574         (OVERRIDE_OPTIONS): Add code for TARGET_SH4.
1575         Hide names of registers that are not accessible.
1576         (CACHE_LOG): Take TARGET_CACHE32 into account.
1577         (LOOP_ALIGN): Take TARGET_HARWARD into account.
1578         (FIRST_XD_REG, LAST_XD_REG, FPSCR_REG): Define.
1579         (FIRST_PSEUDO_REGISTER: Now 49.
1580         (FIXED_REGISTERS, CALL_USED_REGISTERS): Include values for registers.
1581         (HARD_REGNO_NREGS): Special treatment of FIRST_XD_REG .. LAST_XD_REG.
1582         (HARD_REGNO_MODE_OK): Update.
1583         (enum reg_class): Add DF_REGS and FPSCR_REGS.
1584         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REG_ALLOC_ORDER): Likewise.
1585         (SECONDARY_OUTPUT_RELOAD_CLASS, SECONDARY_INPUT_RELOAD_CLASS): Update.
1586         (CLASS_CANNOT_CHANGE_SIZE, DEBUG_REGISTER_NAMES): Define.
1587         (NPARM_REGS): Eight floating point parameter registers on SH4.
1588         (BASE_RETURN_VALUE_REG): SH4 also passes double values
1589         in floating point registers.
1590         (GET_SH_ARG_CLASS) Likewise.
1591         Complex float types are also returned in float registers.
1592         (BASE_ARG_REG): Complex float types are also passes in float registers.
1593         (FUNCTION_VALUE): Change mode like PROMOTE_MODE does.
1594         (LIBCALL_VALUE): Remove trailing semicolon.
1595         (ROUND_REG): Round when double precision value is passed in floating
1596         point register(s).
1597         (FUNCTION_ARG_ADVANCE): No change wanted for SH4 when things are
1598         passed on the stack.
1599         (FUNCTION_ARG): Little endian adjustment for SH4 SFmode.
1600         (FUNCTION_ARG_PARTIAL_NREGS): Zero for SH4.
1601         (TRAMPOLINE_ALIGNMENT): Take TARGET_HARWARD into account.
1602         (INITIALIZE_TRAMPOLINE): Emit ic_invalidate_line for TARGET_HARWARD.
1603         (MODE_DISP_OK_8): Not for SH4 DFmode.
1604         (GO_IF_LEGITIMATE_ADDRESS): No base reg + index reg for SH4 DFmode.
1605         Allow indexed addressing for PSImode after reload.
1606         (LEGITIMIZE_ADDRESS): Not for SH4 DFmode.
1607         (LEGITIMIZE_RELOAD_ADDRESS): Handle SH3E SFmode.
1608         Don't change SH4 DFmode nor PSImode RELOAD_FOR_INPUT_ADDRESS.
1609         (DOUBLE_TYPE_SIZE): 64 for SH4.
1610         (RTX_COSTS): Add PLUS case.
1611         Increae cost of ASHIFT, ASHIFTRT, LSHIFTRT case.
1612         (REGISTER_MOVE_COST): Add handling of R0_REGS, FPUL_REGS, T_REGS,
1613         MAC_REGS, PR_REGS, DF_REGS.
1614         (REGISTER_NAMES): Use fp_reg_names.
1615         (enum processor_type): Add PROCESSOR_SH4.
1616         (sh_flag_remove_dead_before_cse): Declare.
1617         (rtx_equal_function_value_matters, fpscr_rtx, get_fpscr_rtx): Declare.
1618         (PREDICATE_CODES): Add binary_float_operator,
1619         commutative_float_operator, fp_arith_reg_operand, fp_extended_operand,
1620         fpscr_operand, noncommutative_float_operator.
1621         (ADJUST_COST): Use different scale for TARGET_SUPERSCALAR.
1622         (SH_DYNAMIC_SHIFT_COST): Cheaper for SH4.
1623         * sh.md (attribute cpu): Add value sh4.
1624         (attrbutes fmovd, issues): Define.
1625         (attribute type): Add values dfp_arith, dfp_cmp, dfp_conv, dfdiv.
1626         (function units memory, int, mpy, fp): Make dependent on issue rate.
1627         (function units issue, single_issue, load_si, load): Define.
1628         (function units load_store, fdiv, gp_fpul): Define.
1629         (attribute hit_stack): Provide proper default.
1630         (use_sfunc_addr+1, udivsi3): Predicated on ! TARGET_SH4.
1631         (udivsi3_i4, udivsi3_i4_single, divsi3_i4, divsi3_i4_single): New insns.
1632         (udivsi3, divsi3): Emit special patterns for SH4 hardware,
1633         (mulsi3_call): Now uses match_operand for function address.
1634         (mulsi3): Also emit code for SH1 case.  Wrap result in REG_LIBCALL /
1635         REG_RETVAL notes.
1636         (push, pop, push_e, pop_e): Now define_expands.
1637         (push_fpul, push_4, pop_fpul, pop_4, ic_invalidate_line): New expanders.
1638         (movsi_ie): Added y/i alternative.
1639         (ic_invalidate_line_i, movdf_i4): New insns.
1640         (movdf_i4+[123], reload_outdf+[12345], movsi_y+[12]): New splitters.
1641         (reload_indf, reload_outdf, reload_outsf, reload_insi): New expanders.
1642         (movdf): Add special code for SH4.
1643         (movsf_ie, movsf_ie+1, reload_insf, calli): Make use of fpscr visible.
1644         (call_valuei, calli, call_value): Likewise.
1645         (movsf): Emit no-op move.
1646         (mov_nop, movsi_y): New insns.
1647         (blt, sge): generalize to handle DFmode.
1648         (return predicate): Call emit_fpscr_use and remove_dead_before_cse.
1649         (block_move_real, block_lump_real): Predicate on ! TARGET_HARD_SH4.
1650         (block_move_real_i4, block_lump_real_i4, fpu_switch): New insns.
1651         (fpu_switch0, fpu_switch1, movpsi): New expanders.
1652         (fpu_switch+[12], fix_truncsfsi2_i4_2+1): New splitters.
1653         (toggle_sz): New insn.
1654         (addsf3, subsf3, mulsf3, divsf3): Now define_expands.
1655         (addsf3_i, subsf3_i, mulsf3_i4, mulsf3_ie, divsf3_i): New insns.
1656         (macsf3): Make use of fpscr visible.  Disable for SH4.
1657         (floatsisf2): Make use of fpscr visible.
1658         (floatsisf2_i4): New insn.
1659         (floatsisf2_ie, fixsfsi, cmpgtsf_t, cmpeqsf_t): Disable for SH4.
1660         (ieee_ccmpeqsf_t): Likewise.
1661         (fix_truncsfsi2): Emit different code for SH4.
1662         (fix_truncsfsi2_i4, fix_truncsfsi2_i4_2, cmpgtsf_t_i4): New insns.
1663         (cmpeqsf_t_i4, ieee_ccmpeqsf_t_4): New insns.
1664         (negsf2, sqrtsf2, abssf2): Now expanders.
1665         (adddf3, subdf3i, muldf2, divdf3, floatsidf2): New expanders.
1666         (negsf2_i, sqrtsf2_i, abssf2_i, adddf3_i, subdf3_i): New insns.
1667         (muldf3_i, divdf3_i, floatsidf2_i, fix_truncdfsi2_i): New insns.
1668         (fix_truncdfsi2, cmpdf, negdf2, sqrtdf2, absdf2): New expanders.
1669         (fix_truncdfsi2_i4, cmpgtdf_t, cmpeqdf_t, ieee_ccmpeqdf_t): New insns.
1670         (fix_truncdfsi2_i4_2+1): New splitters.
1671         (negdf2_i, sqrtdf2_i, absdf2_i, extendsfdf2_i4): New insns.
1672         (extendsfdf2, truncdfsf2): New expanders.
1673         (truncdfsf2_i4): New insn.
1674         * t-sh (LIB1ASMFUNCS): Add _movstr_i4, _sdivsi3_i4, _udivsi3_i4.
1675         (MULTILIB_OPTIONS): Add m4-single-only/m4-single/m4.
1676         * float-sh.h: When testing for __SH3E__, also test for
1677         __SH4_SINGLE_ONLY__ .
1678         * va-sh.h (__va_freg): Define to float.
1679         (__va_greg, __fa_freg, __gnuc_va_list, va_start):
1680         Define for __SH4_SINGLE_ONLY__ like for __SH3E__ .
1681         (__PASS_AS_FLOAT, __TARGET_SH4_P): Likewise.
1682         (__PASS_AS_FLOAT): Use different definition for __SH4__ and
1683          __SH4_SINGLE__.
1684         (TARGET_SH4_P): Define.
1685         (va_arg): Use it.
1686
1687         * sh.md (movdf_k, movsf_i): Tweak the condition so that
1688         init_expr_once is satisfied about the existence of load / store insns.
1689
1690         * sh.md (movsi_i, movsi_ie, movsi_i_lowpart, movsf_i, movsf_ie):
1691         change m constraint in source operand to mr / mf .
1692
1693         * va-sh.h (__va_arg_sh1): Use __asm instead of asm.
1694
1695         * (__VA_REEF): Define.
1696         (__va_arg_sh1): Use it.
1697
1698         * va-sh.h (va_start, va_arg, va_copy): Add parenteses.
1699
1700 Sun Nov 22 21:34:02 1998  Jeffrey A Law  (law@cygnus.com)
1701
1702         * i386/dgux.c (struct option): Add new "description field".
1703         * m88k/m88k.c (struct option): Likewise.
1704
1705 Sun Nov 22 16:07:57 PST 1998 Jeff Law  (law@cygnus.com)
1706
1707         * version.c: Bump for snapshot.
1708
1709 Sun Nov 22 13:40:02 1998  Bernd Schmidt  <crux@pool.informatik.rwth-aachen.de>
1710
1711         * regmove.c (regmove_profitable_p): Use return value of find_matches
1712         properly.
1713
1714 Sun Nov 22 02:47:37 PST 1998 Jeff Law  (law@cygnus.com)
1715
1716         * version.c: Bump for snapshot.
1717
1718 Sat Nov 21 22:12:09 1998  Jeffrey A Law  (law@cygnus.com)
1719
1720         * reload1.c (eliminate_regs): Do not lose if eliminate_regs is called
1721         without reload having been called earlier.
1722
1723         * v850.c (ep_memory_operand): Offsets < 0 are not valid for EP
1724         addressing modes.
1725         (v850_reorg): Similarly.
1726
1727         * loop.c (check_dbra_loop): Avoid using gen_add2_insn.
1728
1729 Sat Nov 21 02:18:38 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1730
1731         * loop.c (move_movables): Start of libcall might be new loop start.
1732
1733 Fri Nov 20 12:14:16 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1734
1735         * hash.c (hash_table_init_n): Wrap prototype arguments in PARAMS().
1736
1737 Fri Nov 20 08:34:00 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1738
1739         * function.c (nonlocal_goto_handler_slots): Renamed from
1740         nonlocal_goto_handler_slot; now an EXPR_LIST chain.
1741         (push_function_context_to): Adjust for this change.
1742         (pop_function_context_from): Likewise.
1743         (init_function_start): Likewise.
1744         (expand_function_end): Likewise.
1745         * function.h (struct function): Likewise.
1746         * calls.c (expand_call): Likewise.
1747         * explow.c (allocate_dynamic_stack_space): Likewise.
1748         * expr.h (nonlocal_goto_handler_slots): Rename its declaration.
1749         * stmt.c (declare_nonlocal_label): Make a new handler slot for each
1750         label.
1751         (expand_goto): When doing a nonlocal goto, find corresponding handler
1752         slot for it.  Don't put the label address in the static chain register.
1753         (expand_end_bindings): Break out nonlocal goto handling code into
1754         three new functions.
1755         (expand_nl_handler_label, expand_nl_goto_receiver,
1756         expand_nl_goto_receivers): New static functions, broken out of
1757         expand_end_bindings and adapted to create one handler per nonlocal
1758         label.
1759         * function.c (delete_handlers): Delete insn if it references any of
1760         the nonlocal goto handler slots.
1761         * i960.md (nonlocal_goto): Comment out code that modifies
1762         static_chain_rtx.
1763         * sparc.md (nonlocal_goto): Likewise.
1764         (goto_handler_and_restore_v9): Comment out.
1765         (goto_handler_and_restore_v9_sp64): Comment out.
1766
1767 Thu Nov 19 23:44:38 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1768
1769         * expr.c (STACK_BYTES): Delete unused macro.
1770         * calls.c: Provide default for PREFERRED_STACK_BOUNDARY.
1771         (STACK_BYTES): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
1772         (expand_call): Likewise.
1773         (emit_library_call): Likewise.
1774         (emit_library_call_value): Likewise.
1775         * function.c: Provide default for PREFERRED_STACK_BOUNDARY.
1776         (STACK_BYTES): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
1777         * explow.c: Provide default for PREFERRED_STACK_BOUNDARY.
1778         (round_push): Use PREFERRED_STACK_BOUNDARY, not STACK_BOUNDARY.
1779         (allocate_dynamic_stack_space): Likewise.
1780         * tm.texi (PREFERRED_STACK_BOUNDARY): Document new macro.
1781         (STACK_BOUNDARY): Update description to reflect the new situation.
1782
1783 Thu Nov 19 22:20:51 1998  Jeffrey A Law  (law@cygnus.com)
1784
1785         * reorg.c (relax_delay_slots): When optimizing for code size, if a
1786         return with a filled delay slot is followed by a return with an
1787         unfilled delay slot, delete the first return and reemit the insn
1788         that was previously in its delay slot.
1789
1790         * i860.c (single_insn_src_p): Add missing parens.
1791         * ginclude/math-3300.h: Likewise.
1792
1793 Thu Nov 19 20:55:59 1998  H.J. Lu  (hjl@gnu.org)
1794
1795         * regclass.c (init_reg_sets_1): Add prototype.
1796         (init_reg_modes): Likewise.
1797
1798 1998-11-19 Zack Weinberg  <zack@rabi.phys.columbia.edu>
1799
1800         * c-common.c: Change warning messages to say `comparison is
1801         always true' or `comparison is always false' instead of the
1802         confusing `is always 0', `is always 1'.
1803
1804 Thu Nov 19 19:05:49 1998  Per Bothner  <bothner@cygnus.com>
1805
1806         * print-tree.c (print_node):  After printing BLOCK or BIND_EXPR,
1807         break instead of return (which loses closing '>').
1808
1809 Thu Nov 19 19:34:13 1998  Jeffrey A Law  (law@cygnus.com)
1810
1811         * i386.h (LEGITIMATE_CONSTANT_P): Reject CONST_DOUBLEs that are not
1812         standard 387 constants.
1813
1814         * i386.md (jump): Explicitly set "memory" attribute.
1815         (indirect_jump, prologue_set_stack_ptr): Likewise.
1816         (prologue_get_pc_and_set_got, pop): Likewise.
1817         (allocate_stack_worder, blockage, return_internal): Likewise.
1818         (return_pop_internal, nop): Likewise.
1819         (epilogue_set_stack_ptr, leave): Likewise.
1820
1821 Thu Nov 19 15:42:54 1998  Nick Clifton  <nickc@cygnus.com>
1822
1823         * config/arm/coff.h: Set USER_LABEL_PREFIX to "_".
1824
1825 Thu Nov 19 23:20:59 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1826
1827         * reload1.c (reload_reg_free_for_value_p):
1828         Early auto_inc reloads don't conflict with outputs.
1829
1830 Thu Nov 19 12:58:55 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1831
1832         * configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).
1833         Instead call AC_HEADER_SYS_WAIT.
1834
1835         * collect2.c: Don't provide defaults for sys/wait.h macros.
1836         * gcc.c: Likewise.
1837         * protoize.c: Likewise.  Also, don't include sys/wait.h.
1838
1839         * system.h: Include sys/wait.h and provide macro defaults.
1840
1841 1998-11-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1842
1843         * Makefile.in (mandir): Set to @mandir@.
1844         (man1dir): New variable to hold the former value of $(mandir).
1845         Replace all uses of $(mandir) by $(man1dir).
1846
1847 Wed Nov 18 16:31:28 1998  Jim Wilson  <wilson@cygnus.com>
1848
1849         * reload.c (find_reloads_address_part): If have a CONST_INT, create
1850         a new one before passing it to force_const_mem.
1851
1852         * reload.c (find_reloads_toplev): Pass &x instead of NULL_PTR in
1853         find_reloads_address call.
1854
1855 Wed Nov 18 22:13:00 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1856
1857         * expr.c (store_expr): Don't generate load-store pair
1858         if TEMP is identical (according to ==) with TARGET.
1859
1860 Tue Nov 17 22:25:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1861
1862         * reload1.c (reload_reg_free_for_value_p): When considered reload
1863         has an output, matching inputs are not sufficient to avoid conflict.
1864
1865 Tue Nov 17 11:51:16 1998  Mark Mitchell  <mark@markmitchell.com>
1866
1867         * hash.h (hash_table_key): New type.
1868         (hash_entry): Change `string' field to generic `key'.
1869         (hash_table): Add `comp' and `hash' functions.
1870         (hash_table_init): Take them as input.
1871         (hash_table_init_n): Likewise.
1872         (hash_lookup): Modify for generic keys.
1873         (hash_newfunc): Likewise.
1874         (hash_traverse): Likewise.
1875         (string_hash): New function.
1876         (string_compare): Likewise.
1877         (string_copy): Likewise.
1878         * hash.c (hash_table_init_n): Modify for generic keys.
1879         (hash_table_init): Likewise.
1880         (hash_lookup): Likewise.
1881         (hash_newfunc): Likewise.
1882         (hash_traverse): Likewise.
1883         (string_hash): Split out from hash_lookup.
1884         (string_compare): New function.
1885         (string_copy): Split out from hash_lookup.
1886         * tlink.c (symbol_hash_newfunc): Modify for new interfaces to hash
1887         tables.
1888         (symbol_hash_lookup): Likewise.
1889         (file_hash_newfunc): Likewise.
1890         (file_hash_lookup): Likewise.
1891         (demangled_hash_newfunc): Likewise.
1892         (demangled_hash_lookup): Likewise.
1893         (tlink_int): Likewise.
1894         (read_repo_file): Likewise.
1895         (recompile_files): Likewise.
1896         (demangle_new_symbols): Likewise.
1897         (scan_linker_output): Likewise.
1898         
1899 Tue Nov 17 17:13:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1900
1901         * flow.c (insn_dead_p): New argument NOTES.  Changed all callers.
1902
1903 Mon Nov 16 17:56:07 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1904
1905         * rs6000.c (output_mi_thunk): Improve test for local branch.
1906
1907 Mon Nov 16 17:56:07 1998  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1908
1909         * rs6000.c (output_mi_thunk): Correct test for aggregate values.
1910
1911 Mon Nov 16 21:02:52 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1912
1913         * reload1.c (reload_reg_free_before_p): Delete.
1914         Changed all callers to use reload_reg_free_for_value_p instead.
1915         (reload_reg_free_for_value_p): Handle more reload types.
1916         A RELOAD_FOR_INPUT doesn't conflict with its
1917         RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS.
1918         Add special case for OUT == const0_rtx.
1919         Added ignore_address_reloads argument.  Changed all callers.
1920
1921 Mon Nov 16 02:22:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
1922
1923         * toplev.c (compile_file): Don't pedwarn about undefined static
1924         functions just because we passed -Wunused.
1925
1926 Mon Nov 16 04:41:41 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1927
1928         * function.c (purge_addressof_1): Unshare rtl created by
1929         store_bit_field.
1930
1931 Mon Nov 16 04:23:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
1932
1933         * regmove.c (regmove_optimize): Don't do anything but
1934         optimize_reg_copy[123] when flag_regmove is not set.
1935
1936 Sat Nov 14 15:05:07 1998  Richard Henderson  <rth@cygnus.com>
1937
1938         * alpha.md (addsi3, subsi3): Revise 5 Nov change to store DImode
1939         value in paradoxical SImode result, rather than truncating midpoint.
1940
1941 Fri Nov 13 22:19:23 1998  Richard Henderson  <rth@cygnus.com>
1942
1943         * alpha.c (reg_not_elim_operand): New.
1944         * alpha.h (PREDICATE_CODES): Add it.
1945         * alpha.md (s48addq, s48subq patterns): Use it as the predicate
1946         for the multiplicand.
1947
1948 Fri Nov 13 22:50:37 1998  David Edelsohn  <edelsohn@mhpcc.edu>
1949
1950         * rs6000.md (movsf): Remove explicit secondary-reload-like
1951         functionality.  Only truncate SFmode store if in FPR.
1952         (movsf splitters): Combine const_double splitters.
1953         (movsf_hardfloat): Add GPR support.
1954
1955 Fri Nov 13 11:02:11 1998  Stan Cox  <scox@cygnus.com>
1956
1957         * splet.h (SUBTARGET_OVERRIDE_OPTIONS): New to
1958         deprecate -mlive-g0 and -mbroken-saverestore.
1959         * t-splet (MULTILIB_OPTIONS): Likewise.
1960         
1961         * sparc.c (sparc_flat_compute_frame_size): Correctly calc args_size
1962         in a leaf function.  Clarify total_size/extra_size relationship.
1963
1964 Thu Nov 12 19:20:57 1998  Geoffrey Noer  <noer@cygnus.com>
1965
1966         * i386/cygwin32.asm: Delete.
1967         * i386/cygwin.asm: New file, renamed from cygwin32.asm.
1968         * i386/cygwin32.h: Delete.
1969         * i386/cygwin.h: New file, renamed from cygwin32.h.
1970         * i386/t-cygwin32: Delete.
1971         * i386/t-cygwin: New file, renamed from t-cygwin32.  Include
1972         cygwin.asm instead of cygwin32.asm.  Remove "32" from comment.
1973         * i386/x-cygwin32: Delete.
1974         * i386/x-cygwin: New file, renamed from x-cygwin32.
1975         * i386/xm-cygwin32: Delete.
1976         * i386/xm-cygwin: New file, renamed from xm-cygwin32.  Use newly
1977         renamed cygwin_ funcs for path translations.
1978         * i386/win32.h: Define __CYGWIN__ when -mcygwin given.
1979         * i386/winnt.c: Remove "32" from comment about cygwin.
1980         * i386/mingw32.h: Fix references to cygwin32.h in light of above.
1981         * rs6000/cygwin32.h: Delete.
1982         * rs6000/cygwin.h: New file, renamed from cygwin32.h.  Add
1983         -D__CYGWIN__ to CPP_PREDEFINES.
1984         * rs6000/x-cygwin32: Delete.
1985         * rs6000/x-cygwin: New file, renamed from x-cygwin32.
1986         * rs6000/xm-cygwin32: Delete.
1987         * rs6000/xm-cygwin: New file, renamed from xm-cygwin32.
1988
1989         * configure.in: Check for cygwin* instead of cygwin32.  Account
1990         for the rename of cygwin-related config files to lose the "32"s.
1991         * configure: Regenerate.
1992
1993         * cccp.c, collect2.c, gcc.c, getpwd.c, libgcc2.c, protoize.c,
1994         toplev.c: Change all refs to __CYGWIN32__ to __CYGWIN__.
1995
1996 Wed Nov 11 12:25:19 1998  Tom Tromey  <tromey@cygnus.com>
1997
1998         * Makefile.in (JAVAGC): New macro.
1999         * configure: Rebuilt.
2000         * configure.in: Recognize --enable-java-gc argument.  Subst
2001         `JAVAGC' variable.
2002
2003 Thu Nov 12 03:32:16 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2004
2005         Handle equivalences that have been obscured by gcse:
2006
2007         * reload1.c (reload): Handle equivalences set up in multiple places.
2008         * local-alloc.c (reg_equiv_init_insns): New variable.
2009         (no_equiv): New function.
2010         (update_equiv_regs): Handle equivalences set up in multiple places.
2011         Don't ignore an insn just because its destination is likely to be
2012         spilled.
2013
2014 Wed Nov 11 13:46:13 1998  Jim Wilson  <wilson@cygnus.com>
2015
2016         * except.c (expand_eh_return): Readd force_operand call lost in
2017         Sept 15 change.
2018
2019 Tue Nov 10 17:04:11 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2020
2021         * rs6000.h (LEGITIMIZE_ADDRESS): Add missing goto on last case.
2022
2023 1998-11-09  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2024
2025         * dbxout.c: Check HAVE_STAB_H instead of HAVE_STABS_H.
2026
2027 Mon Nov  9 20:15:19 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2028
2029         * regmove.c (regmove_optimize): Fix error in last change.
2030
2031 Mon Nov  9 16:37:52 1998  Andrew Cagney  <cagney@b1.cygnus.com>
2032
2033         * mips.c (function_prologue): When TARGET_MIPS16, adjust the register
2034         offset in the .mask pseudo to compensate for frame pointer adjustments.
2035         (mips16_fp_args, build_mips16_call_stub): For little endian, do not
2036         word swap arguments moved to/from FP registers.
2037         * mips16.S (DFREVCMP): Reverse arguments to OPCODE.
2038         
2039 Mon Nov 9 09:47:06 PST 1998 Jeff Law  (law@cygnus.com)
2040
2041         * version.c: Bump for snapshot.
2042
2043 Mon Nov 9 02:14:14 PST 1998 Jeff Law  (law@cygnus.com)
2044
2045         * version.c: Bump for snapshot.
2046
2047 Mon Nov  9 03:06:24 1998  Jeffrey A Law  (law@cygnus.com)
2048
2049         * reload1.c (delete_output_reload_insn): If a pseudo is set multiple
2050         times, then it can not be completely replaced.
2051
2052 Mon Nov  9 00:39:02 1998  Richard Henderson  <rth@cygnus.com>
2053
2054         * alpha.md (call, call_value) [OSF]: Correct alt 3 insn length.
2055
2056 Sun Nov  8 17:50:30 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2057
2058         * gansidecl.h: Prepend a "G" to the macro wrapping this file
2059         (to distinguish it from the macro wrapping ansidecl.h.)
2060         Include libiberty's ansidecl.h.  Remove all redundant definitions.
2061         Define the PROTO() style macros in terms of the PARAMS() ones.
2062
2063         
2064         * calls.c (emit_library_call): Switch on ANSI_PROTOTYPES, not
2065         __STDC__, when deciding whether to use ANSI variable args.
2066         (emit_library_call_value): Likewise.
2067
2068         * cccp.c (error): Likewise.
2069         (warning): Likewise.
2070         (error_with_line): Likewise.
2071         (warning_with_line): Likewise.
2072         (pedwarn): Likewise.
2073         (pedwarn_with_line): Likewise.
2074         (pedwarn_with_file_and_line): Likewise.
2075         (fatal): Likewise.
2076
2077         * cexp.y (error): Likewise.
2078         (pedwarn): Likewise.
2079         (warning): Likewise.
2080
2081         * collect2.c (fatal_perror): Likewise.
2082         (fatal): Likewise.
2083         (error): Likewise.
2084
2085         * combine.c (gen_rtx_combine): Likewise.
2086
2087         * cpperror.c (cpp_message): Likewise.
2088         (cpp_fatal): Likewise.
2089
2090         * cpplib.c (cpp_error): Likewise.
2091         (cpp_warning): Likewise.
2092         (cpp_pedwarn): Likewise.
2093         (cpp_error_with_line): Likewise.
2094         (cpp_warning_with_line): Likewise.
2095         (cpp_pedwarn_with_line): Likewise.
2096         (cpp_pedwarn_with_file_and_line): Likewise.
2097
2098         * cpplib.h: Don't define PARAMS() macro.
2099
2100         * demangle.h: Likewise.
2101
2102         * doprint.c (checkit): Switch on ANSI_PROTOTYPES, not __STDC__,
2103         when deciding whether to use ANSI variable args.
2104
2105         * emit-rtl.c (gen_rtx): Likewise.
2106         (gen_rtvec): Likewise.
2107
2108         * final.c (asm_fprintf): Likewise.
2109
2110         * fix-header.c (cpp_message): Likewise.
2111         (fatal): Likewise.
2112         (cpp_fatal): Likewise.
2113
2114         * gcc.c (concat): Likewise.
2115         (fatal): Likewise.
2116         (error): Likewise.
2117
2118         * genattr.c (fatal): Likewise.
2119
2120         * genattrtab.c (attr_rtx): Likewise.
2121         (attr_printf): Likewise.
2122         (fatal): Likewise.
2123
2124         * gencodes.c (fatal): Likewise.
2125
2126         * genconfig.c (fatal): Likewise.
2127
2128         * genemit.c (fatal): Likewise.
2129
2130         * genextract.c (fatal): Likewise.
2131
2132         * genflags.c (fatal): Likewise.
2133
2134         * genopinit.c (fatal): Likewise.
2135
2136         * genoutput.c (fatal): Likewise.
2137         (error): Likewise.
2138
2139         * genpeep.c (fatal): Likewise.
2140
2141         * genrecog.c (fatal): Likewise.
2142
2143         * halfpic.h: Switch on ANSI_PROTOTYPES, not __STDC__, when
2144         deciding whether to declare `tree_node' and `rtx_def'.
2145
2146         * hash.h: Don't define stuff we get from gansidecl.h.
2147
2148         * mips-tfile.c: Likewise.  Define __proto() in terms of PARAMS().
2149         (fatal): Switch on ANSI_PROTOTYPES, not __STDC__, when deciding
2150         whether to use ANSI variable args.
2151         (error): Likewise.
2152
2153         * prefix.c (concat): Likewise.
2154
2155         * scan.h: Likewise.
2156
2157         * system.h: Likewise.
2158
2159         * toplev.c (error_with_file_and_line): Likewise.
2160         (error_with_decl): Likewise.
2161         (error_for_asm): Likewise.
2162         (error): Likewise.
2163         (fatal): Likewise.
2164         (warning_with_file_and_line): Likewise.
2165         (warning_with_decl): Likewise.
2166         (warning_for_asm): Likewise.
2167         (warning): Likewise.
2168         (pedwarn): Likewise.
2169         (pedwarn_with_decl): Likewise.
2170         (pedwarn_with_file_and_line): Likewise.
2171         (sorry): Likewise.
2172         (really_sorry): Likewise.
2173
2174         * toplev.h: Switch on ANSI_PROTOTYPES, not __STDC__, when deciding
2175         whether to declare `tree_node' and `rtx_def'.
2176
2177         * tree.c (build): Switch on ANSI_PROTOTYPES, not __STDC__, when
2178         deciding whether to use ANSI variable args.
2179         (build_nt): Likewise.
2180         (build_parse_node): Likewise.
2181
2182 Sun Nov 8 13:10:55 PST 1998 Jeff Law  (law@cygnus.com)
2183
2184         * version.c: Bump for snapshot.
2185
2186 Sat Nov  7 23:34:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2187
2188         * Makefile.in (libcpp.a): Check RANLIB_TEST before runing RANLIB.
2189
2190 Sat Nov  7 22:26:19 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2191
2192         * collect2.c (main, case 'b'): Use else if.
2193
2194 Sat Nov  7 15:35:25 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2195
2196         * configure.in (host_xm_file, build_xm_file, xm_file, tm_file):
2197         Arrange to include gansidecl.h in {ht}config.h & tm.h just
2198         before the config/ directory headers.
2199         (tm_file_list, host_xm_file_list, build_xm_file_list): Handle
2200         gansidecl.h in the list of dependencies.
2201
2202         * Makefile.in (RTL_BASE_H): Don't depend on gansidecl.h.
2203         (TREE_H, DEMANGLE_H, RECOG_H, REGS_H, libgcc2.a, stmp-multilib,
2204         mbchar.o, collect2.o, pexecute.o, vfprintf.o, splay-tree.o, gcc.o,
2205         gencheck.o, choose-temp.o, mkstemp.o, mkstemp.o, prefix.o,
2206         dyn-string.o, cexp.o, cccp.o, cppmain.o, cpplib.o, cpperror.o,
2207         cppexp.o, cppfiles.o, cpphash.o, cppalloc.o, scan-decls.o):
2208         Likewise.
2209
2210         * cccp.c: Don't include gansidecl.h.
2211         * cexp.y: Likewise.
2212         * collect2.c: Likewise.
2213         * config/c4x/c4x.c: Likewise.
2214         * config/v850/v850.h: Likewise.
2215         * cppalloc.c: Likewise.
2216         * cpperror.c: Likewise.
2217         * cppexp.c: Likewise.
2218         * cppfiles.c: Likewise.
2219         * cpphash.c: Likewise.
2220         * cpplib.c: Likewise.
2221         * cppmain.c: Likewise.
2222         * cppulp.c: Likewise.
2223         * demangle.h: Likewise.
2224         * doprint.c: Likewise.
2225         * dyn-string.c: Likewise.
2226         * eh-common.h: Likewise.
2227         * fix-header.c: Likewise.
2228         * frame.c: Likewise.
2229         * gcc.c: Likewise.
2230         * gcov.c: Likewise.
2231         * gen-protos.c: Likewise.
2232         * gencheck.c: Likewise.
2233         * halfpic.h: Likewise.
2234         * hash.c: Likewise.
2235         * machmode.h: Likewise.
2236         * mbchar.c: Likewise.
2237         * prefix.c: Likewise.
2238         * protoize.c: Likewise.
2239         * recog.h: Likewise.
2240         * rtl.h: Likewise.
2241         * scan-decls.c: Likewise.
2242         * tree.h: Likewise.
2243         * varray.h: Likewise.
2244         
2245 Sat Nov  7 11:37:53 1998  Richard Henderson  <rth@cygnus.com>
2246
2247         * i386.md (call_value_pop): If we're not popping anything,
2248         defer to call_value.
2249         (call_pop): Likewise defer to call.
2250
2251 Sat Nov  7 02:49:56 1998  Richard Henderson  <rth@cygnus.com>
2252
2253         * function.c (purge_addressof): Clear purge_addressof_replacements
2254         only after processing the whole function.
2255
2256 Sat Nov  7 00:54:55 1998  Jeffrey A Law  (law@cygnus.com)
2257
2258         * reload1.c (reload): If we can not perform a particular elimination
2259         when we thought we could earlier, then we must always iterate through
2260         the loop at least one more time.
2261
2262 Fri Nov  6 19:37:33 1998  Richard Henderson  <rth@cygnus.com>
2263
2264         * alpha.c (add_operand): Simplify the CONST_INT match.
2265         (sext_add_operand): Correct typo in comparison by using
2266         CONST_OK_FOR_LETTER_P.
2267         * alpha.md (s?addq): Use sext_add_operand to allow the negative
2268         constant alternatives to be generated.
2269         (mulsi3, muldi3, umuldi3_highpart): Loosen constraints to allow
2270         small constants, since the hw instructions do.
2271
2272 Fri Nov  6 20:15:19 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2273
2274         * reload1.c (emit_reload_insns):  When rewriting the SET_DEST of a
2275         previous insn to store directly into our reload register, make sure
2276         that if the source of the previous insn is a reload register, its
2277         spill_reg_store and spill_reg_stored_to values are cleared.
2278
2279 Fri Nov  6 16:35:10 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2280
2281         * rs6000.md (floatunssidf2_internal splitter): Use base register
2282         operand, not hard-coded SP.
2283
2284 Fri Nov  6 04:07:53 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2285
2286         * jump.c (calculate_can_reach_end): Fix thinko.
2287
2288 Fri Nov  6 00:16:04 1998  Jeffrey A Law  (law@cygnus.com)
2289
2290         * reorg.c (fill_simple_delay_slots): Fix typo.
2291
2292         * romp.h (LEGITIMIZE_ADDRESS): Fix typo.
2293
2294 Fri Nov  6 00:10:00 1998  Jan Hubicka (hubicka@freesoft.cz)
2295
2296         * i386.md (extendsidi2): Use # in the output template.
2297         (extendsidi splitters): New splitters.
2298
2299 Thu Nov  5 11:13:27 1998  Nick Clifton  <nickc@cygnus.com>
2300
2301         * configure.in: Use unknown-elf.h as tm_file for arm-elf
2302         configuarions.
2303         * configure: Regenerate.
2304
2305 Thu Nov  5 07:59:05 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2306
2307         * jump.c (init_label_info, delete_barrier_successors,
2308         mark_all_labels, delete_unreferenced_labels,
2309         delete_noop_moves, calculate_can_reach_end): New functions broken
2310         out of jump_optimize.
2311         (jump_optimize): Use them.
2312
2313 Thu Nov  5 07:57:45 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
2314
2315         * except.c (expand_fixup_region_end): Make sure outer context labels
2316         are not issued in an inner context during cleanups.
2317
2318 Thu Nov  5 04:03:06 1998  Richard Henderson  <rth@cygnus.com>
2319
2320         * alpha.md (addsi3, subsi3): No new temporaries once cse is
2321         no longer expected.
2322
2323 Thu Nov  5 03:29:19 1998  Richard Henderson  <rth@cygnus.com>
2324
2325         * alpha.md (addsi3, subsi3): Expand to a DImode temporary so as
2326         to expose this midpoint to CSE.
2327
2328 Thu Nov  5 03:42:54 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
2329
2330         * config/sparc/sparc.md (movdf_const_intreg_sp64): Enable again.
2331
2332 Thu Nov  5 10:53:01 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2333
2334         * configure.in: Bring over gcc2 change of Nov 19 1997.
2335
2336 Wed Nov  4 23:43:08 1998  Graham  <grahams@rcp.co.uk>
2337
2338         * toplev.c (output_lang_identify): Make definition dependent on
2339         ASM_IDENTIFY_LANGUAGE.
2340
2341         * print-rtl.c (spaces): Make static.
2342
2343 Wed Nov  4 22:16:36 1998  Hans-Peter Nilsson  <hp@axis.se>
2344
2345         * extend.texi: Clarify proper uses for register clobbers in asms.
2346
2347 Wed Nov  4 22:16:36 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2348
2349         * recog.h (enum op_type): Define.
2350         (constrain_operands): Adjust prototype.
2351         (recog_op_type): Declare new variable.
2352         * recog.c (recog_op_type): New variable.
2353         (insn_invalid_p): Allow modifying an asm statement after reload.
2354         (extract_insn): Set up recog_op_type.
2355         (constrain_operands): Lose INSN_CODE_NUM arg.  All callers changed.
2356         Don't compute operand types, use recog_op_type.
2357         Use the information computed by extract_insn instead of the previous
2358         method of finding it by insn code number.
2359         * caller-save.c (init_caller_save): Use extract_insn, not insn_extract.
2360         * reorg.c (fill_slots_from_thread): Likewise.
2361         * reload1.c (reload_as_needed): Likewise.
2362         (gen_reload): Likewise.
2363         (inc_for_reload): Likewise.
2364         (reload_cse_simplify_operands): Likewise.
2365         Use the information computed by extract_insn instead of the previous
2366         method of finding it by insn code number.
2367         * genattrtab.c (write_attr_case): Generate call to extract_insn, not
2368         insn_extract.
2369         * final.c (final_scan_insn): Use extract_insn, not insn_extract.
2370         (cleanup_operand_subregs): Use extract_insn, not insn_extract.
2371         Use the information computed by extract_insn instead of the previous
2372         method of finding it by insn code number.
2373         * regmove.c (find_matches): Likewise.  Change meaning of the return
2374         value to be nonzero if the optimization can be performed, zero if
2375         not.  All callers changed.
2376         Shorten some variable names to fix formatting problems.
2377         (regmove_optimize): Shorten some variable names to fix formatting
2378         problems.
2379         Use the information computed by extract_insn instead of the previous
2380         method of finding it by insn code number.
2381         * regclass.c (scan_one_insn): Likewise.
2382         (record_reg_classes): Don't compute operand types, use recog_op_type.
2383         * reload.c (find_reloads): Lose CONSTRAINTS1 variable; use
2384         recog_constraints instead.
2385
2386 Wed Nov  4 21:37:46 1998  Jeffrey A Law  (law@cygnus.com)
2387
2388         * rtl.h (flow2_completed): Declare.
2389         * flow.c (flow2_completed): Definition.
2390         * toplev.c (rest_of_compilation): Set and clear flow2_completed
2391         as necessary.
2392
2393 Wed Nov  4 19:15:37 1998  "Melissa O'Neill" <oneill@cs.sfu.ca>
2394
2395         * Makefile.in (libcpp.a): Ranlib libcpp.a
2396
2397         * cppulp.c (user_label_prefix): Initialize.
2398         
2399 Wed Nov  4 19:07:08 1998   John Wehle  (john@feith.com)
2400
2401         * flow.c (mark_regs_live_at_end): Mark the stack pointer as live
2402         at a RETURN if current_function_sp_is_unchanging is set.
2403
2404 Wed Nov  4 18:16:29 1998 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl> 
2405
2406         * emit-rtl.c (try_split): Fixed error in Oct 10 patch.
2407
2408 Wed Nov  4 15:11:15 1998  Geoffrey Noer  <noer@cygnus.com>
2409
2410         * i386/cygwin32.h (MASK_WIN32, MASK_CYGWIN, MASK_WINDOWS, MASK_DLL,
2411         TARGET_WIN32, TARGET_CYGWIN, TARGET_WINDOWS, TARGET_DLL): New.
2412         (SUBTARGET_SWITCHES): Add -mno-cygwin, -mcygwin, and -mdll options.
2413         (CPP_PREDEFINES): Don't define __CYGWIN32__ here.
2414         (STARTFILE_SPEC): Handle -mdll, -mno-cygwin options.
2415         (CPP_SPEC): Handle -mno-cygwin option.  Define __CYWIN__ in addition
2416         to __CYGWIN32__.
2417         (LIB_SPEC): Handle -mno-cyginw option.
2418         (LINK_SPEC): Handle -mdll.
2419
2420 Wed Nov  4 22:56:14 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
2421
2422         * reload.c (find_reloads): Fix test for usage by other reload
2423         to handle secondary reloads properly.
2424
2425 Wed Nov  4 17:25:10 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2426
2427         * reload1.c (ELIMINABLE_REGS, NUM_ELIMINABLE_REGS): Introduce an
2428         intermediate structure which has exactly the members provided by
2429         ELIMINABLE_REGS.  Define NUM_ELIMINABLE_REGS in terms of the
2430         static intermediate structure.
2431         
2432         (init_elim_table): Xmalloc() `reg_eliminate', and initialize it
2433         from the intermediate structure.  Do the same analogous fix in
2434         the case where ELIMINABLE_REGS is not defined.
2435
2436 Tue Nov  3 20:50:03 1998  Jeffrey A Law  (law@cygnus.com)
2437
2438         * pa.h (SELECT_SECTION): Fix thinko.
2439
2440 Tue Nov  3 17:51:36 1998  Jim Wilson  <wilson@cygnus.com>
2441
2442         * dwarf2out.c (output_call_frame_info): Comments on last change.
2443
2444 Tue Nov  3 07:51:43 1998  Richard Earnshaw (rearnsha@arm.com)
2445
2446         * arm.c (add_constant): When taking the address of an item in the
2447         pool, get the mode of the item addressed.
2448
2449         * arm.c (final_prescan_insn case INSN): If an insn doesn't 
2450         contain a SET or a PARALLEL, don't consider it for conditional
2451         execution.
2452
2453         Restore ABI compatibility for NetBSD.
2454         * arm/netbsd.h (DEFAULT_PCC_STRUCT_RETURN): Override setting in
2455         arm.h
2456         (RETURN_IN_MEMORY): Likewise.
2457
2458 Mon Nov  2 11:46:17 1998  Doug Evans  <devans@canuck.cygnus.com>
2459
2460         * m32r/m32r.c (m32r_expand_block_move): Fix byte count computations.
2461         (m32r_output_block_move): Rewrite bytes < 4 handling.
2462
2463 Mon Nov  2 10:10:35 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2464
2465         * configure.in: Call AC_FUNC_VFORK.
2466
2467         * collect2.c: Define VFORK_STRING as a printable string for
2468         error messages (either "vfork" or "fork".)  If HAVE_VFORK_H is
2469         defined, include vfork.h.  If VMS is defined, define vfork()
2470         appropriately.  Remove vfork check on USG, we're using autoconf.
2471         (collect_execute): Pass VFORK_STRING to fatal_perror instead of
2472         checking locally what string to pass.
2473         (scan_prog_file): Likewise.
2474         (scan_libraries): Likewise.
2475
2476         * gcc.c: Remove vfork check on USG, we're using autoconf.
2477         Besides, no calls to vfork/fork occur in this file.
2478
2479         * protoize.c: Likewise.
2480
2481 Mon Nov  2 07:52:28 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
2482
2483         * configure.in (DEFAULT_LINKER): renamed from LD
2484         (DEFAULT_ASSEMBLER): renamed from AS; reverted Schwab's patch
2485         (gcc_cv_as): try $DEFAULT_ASSEMBLER before $AS
2486         * configure: rebuilt
2487
2488 Mon Nov  2 01:48:10 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
2489
2490         * BUGS: fix the regexp for `more' to find the appropriate node.
2491         Reported by Joerg Pietschmann  <joerg_pietschmann@zkb.ch>
2492
2493         * BUGS: added link to the WWW FAQ
2494
2495 Sun Nov 1 18:27:15 PST 1998 Jeff Law  (law@cygnus.com)
2496
2497         * version.c: Bump for snapshot.
2498
2499 Sun Nov  1 11:04:32 1998  Jeffrey A Law  (law@cygnus.com)
2500
2501         * From Christian Gafton:
2502         * i386/linux.h (CPP_PREDEFINES): Add -D__i386__.
2503         * sparc/linux.h (CPP_PREDEFINES): Add -D__sparc__.
2504         * sparc/linux64.h (CPP_PREDEFINES): Add -D__sparc__.
2505
2506 Sat Oct 31 21:42:39 1998  Mark Mitchell  <mark@markmitchell.com>
2507
2508         * c-common.c (c_get_alias_set): Allow all type-punning through
2509         unions.  Don't get confused about the type of a bit-field, despite
2510         the antics of build_modify_expr.
2511
2512 Sat Oct 31 22:35:29 1998  Jean-Pierre Radley <jpr@jpr.com>
2513
2514         * fixinc.sco: Paramaterize #include_next values.
2515         * fixinc/fixinc.sco: Likewise.
2516
2517 Sat Oct 31 20:39:35 1998  Jeffrey A Law  (law@cygnus.com)
2518
2519         * toplev.c (rest_of_compilation): No longer set reload_completed.
2520         * reload1.c (reload): Set it here.  Perform instruction splitting
2521         after reload has completed if we will be running the scheduler
2522         again.
2523
2524 Sat Oct 31 12:30:02 1998  Jeffrey A Law  (law@cygnus.com)
2525
2526         * jump.c (jump_optimize): Initialize mappings from INSN_UID to
2527         EH region if exceptions are enabled and we're performing cross
2528         jump optimizations.
2529         (find_cross_jump): Exit loop if the insns are in different EH regions.
2530
2531 Sat Oct 31 10:02:48 1998  Mark Mitchell  <mark@markmitchell.com>
2532
2533         * dwarf2out.c (output_call_frame_info): Use
2534         ASM_OUTPUT_DWARF_DELTA4 for the CIE offset to match frame.c.
2535
2536 Sat Oct 31 10:23:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2537
2538         Reinstall Apr 24th fix, lost during May 6th gcc2 merge:
2539         * c-common.c (check_format_info): Don't check for the 'x'
2540         format character twice, instead check for 'x' and 'X'
2541
2542 Fri Oct 30 14:50:25 1998  Jeffrey A Law  (law@cygnus.com)
2543
2544         * configure.in (assembler features): Also make gas is configured if
2545         we find it in the souce tree.
2546
2547 Fri Oct 30 13:23:20 1998  Richard Henderson  <rth@cygnus.com>
2548
2549         * i386.c (i386_comp_type_attributes): Compare whether the 
2550         attributes are defined, not their tree nodes.
2551
2552 Fri Oct 30 11:39:47 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
2553
2554         * configure.in (gxx_include_dir): bitten by autoconf quoting
2555         characters :-(
2556         * configure: rebuilt
2557
2558 Fri Oct 30 10:43:29 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2559
2560         * configure.in: Ignore non-absolute value in $AS.
2561
2562 Fri Oct 30 00:54:25 1998  Peter Jakubek <pjak@snafu.de>
2563
2564         * m68k.h (INDIRECTABLE_1_ADDRESS_P): Fix thinko.
2565
2566 Fri Oct 30 00:42:34 1998  Mark Elbrecht <snowball3@usa.net>
2567
2568         * configure.in (msdosdjgpp): Set exeext and target_alias.
2569
2570 Thu Oct 29 23:55:43 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2571
2572         * flow.c (XNMALLOC): New macro.
2573         (flow_int_list_blocks, basic_block_succ, basic_block_pred): New
2574         static variables.
2575         (add_edge, add_edge_to_label): New static functions.
2576         (free_bb_memory): New function.
2577         (flow_delete_insn): Delete function.
2578         (basic_block_drops_in): Delete variable.
2579         (find_basic_blocks): Allocate and initialize basic_block_head,
2580         basic_block_succ.  Don't allocate basic_block_drops_in.
2581         Call free_bb_memory at the beginning.
2582         (find_basic_blocks_1): Don't do multiple passes.
2583         Delete code to compute basic_block_drops_in.
2584         After calling make_edges, mark blocks reached by current block live.
2585         Update test for unreachable live blocks.
2586         (mark_label_ref): Delete args X, CHECKDUP.  Add PRED arg.  All callers
2587         changed.
2588         Simplify to call add_edge_to_label when a LABEL_REF is found.
2589         (make_edges): Simplify to call add_edge_to_label instead of
2590         mark_label_ref most of the time.
2591         Compute here whether control drops into the next block.
2592         (delete_unreachable_blocks): Return void.  All callers changed.
2593         Delete unreachable blocks in reverse order.
2594         After deleting all unreachable blocks, renumber the remaining ones
2595         and update n_basic_blocks.
2596         (delete_block): Speed up deletion a bit.
2597         Don't set basic_block_drops_in for deleted blocks.
2598         (free_basic_block_vars): Don't free basic_block_drops_in.
2599         (life_analysis_1): Update to use new edge representation.
2600         (dump_flow_info): Delete code to print basic block info; call
2601         dump_bb_data instead.
2602         (compute_preds_succs): Delete code to recompute basic_block_drops_in
2603         and uid_block_number.
2604         Simply copy the previously computed cfg.
2605         (dump_bb_data): New arg LIVE_INFO.  All callers changed.
2606         Print register lifetime information if LIVE_INFO is nonzero.
2607         * basic-block.h (dump_bb_data): Adjust prototype.
2608         * gcse.c (gcse_main): Update call to dump_bb_data.
2609         * rtl.h (free_bb_memory): Declare.
2610         * toplev.c (rest_of_compilation): Call free_bb_memory.
2611
2612         * reload1.c (struct elim_table): Delete MAX_OFFSET member.
2613         (update_eliminable_offsets): Don't compute it.
2614         (set_initial_elim_offsets): Don't initialize it.
2615         Break out some code into set_initial_label_offsets so the rest of
2616         this function can be called from reload_as_needed.
2617         Assume that INITIAL_FRAME_POINTER_OFFSET is defeined when
2618         ELIMINABLE_REGS isn't.
2619         (set_initial_label_offsets): New function, broken out of
2620         set_initial_elim_offsets.
2621         (set_offsets_for_label): New function, broken out of set_label_offsets
2622         and reload_as_needed.
2623         (reload): Call the two new functions.
2624         (reload_as_needed): Call set_initial_elim_offsets instead of
2625         duplicating the code.  Likewise for set_offsets_for_label.
2626
2627         * reload1.c (choose_reload_regs): Fix typo in Oct 17 change.
2628         (emit_reload_insns): Ensure that when we set reg_reloaded_valid for
2629         any hard reg, reg_reloaded_dead contains valid data.
2630
2631 Thu Oct 29 22:30:54 1998  Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
2632
2633         * i386.c (i386_comp_type_attributes): Return nonzero for mismatched
2634         "stdcall" and "cdecl" attributes.
2635
2636 Thu Oct 29 19:05:17 1998  Jim Wilson  <wilson@cygnus.com>
2637
2638         * sched.c (update_flow_info): Add code to ! found_orig_dest case to
2639         handle deleted no-op moves of hard registers.
2640         * haifa-sched.c (update_flow_info): Likewise.
2641
2642 Thu Oct 29 18:07:47 1998  Jeffrey A Law  (law@cygnus.com)
2643
2644         * mips.md (reload_{in,out}{si,di}): Emit a USE of HILO at the end
2645         of the sequences to reload the HILO register which do not actually
2646         reference HILO.
2647
2648 Thu Oct 29 12:39:35 1998  Jim Wilson  <wilson@cygnus.com>
2649
2650         * c-common.c (c_get_alias_set): Handle ARRAY_REF of union field.
2651
2652 Thu Oct 29 14:10:22 EST 1998  Andrew MacLeod  <amacleod@cygnus.com>
2653
2654         * except.c (emit_eh_context): Make the EH context register stay alive
2655         at -O0 so stupid.c doesn't get confused.
2656
2657 1998-10-29 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
2658
2659         * emit-rtl.c (try_split): Do not try to split a BARRIER.
2660
2661 Thu Oct 29 01:33:54 1998  Jan Hubicka <hubicka@freesoft.cz>
2662                           Jeffrey A Law  (law@cygnus.com)
2663
2664         * i386.md: Change ix86_cpu == PROCESSOR_PENTIUM to TARGET_PENTIUM
2665         (zero_extendsidi2): Use # in output template and handle completely by
2666         splits.
2667         (zero_extend splitters): New define_splits.
2668         (ashiftrt_32): New pattern.
2669
2670 Wed Oct 28 22:58:35 1998  Jason Merrill  <jason@yorick.cygnus.com>
2671
2672         * tree.c (append_random_chars): New fn.
2673         (get_file_function_name_long): Use it.
2674
2675 Wed Oct 28 22:27:05 1998  Richard Henderson  <rth@cygnus.com>
2676
2677         * Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.
2678         (LIBCPP_OBJS): New.  Add cppulp.o.
2679         (cppmain, fix-header): Depend on and use libcpp.a.
2680         * configure.in (extra_c_objs, extra_cxx_objs): Use libcpp.a instead
2681         of the individual object files.
2682         * objc/Make-lang.in (cc1obj): Put OBJC_OBJS, and thence @extra_c_objs@,
2683         last.
2684
2685         * cccp.c (user_label_prefix): New.
2686         (main): Set it off -f*leading-underscore.
2687         (special_symbol): Use it.
2688         * cpplib.c (special_symbol): Likewise.
2689         (cpp_handle_option): Handle -f*leading-underscore.
2690         * cppulp.c: New file.
2691
2692         * output.h (user_label_prefix): Declare it.
2693         * dwarf2out.c (ASM_NAME_TO_STRING): Prepend user_label_prefix.
2694         * toplev.c (f_options, main): Handle -f*leading-underscore.
2695
2696         * defaults.h (ASM_OUTPUT_LABELREF): Use asm_fprintf instead of
2697         referencing USER_LABEL_PREFIX directly.
2698         * config/nextstep.h (ASM_OUTPUT_LABELREF): Likewise.
2699         * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise.
2700         * final.c (asm_fprintf): Use user_label_prefix instead.
2701         * arm/thumb.c (thumb_print_operand): Likewise.
2702
2703         * gcc.c (default_compilers): Pass -f*leading-underscore on to
2704         cpp wherever appropriate.
2705
2706 Wed Oct 28 23:09:25 1998  Robert Lipe  <robertl@dgii.com>
2707
2708         * sco5.h (SUBTARGET_SWITCHES): Add documentation for OpenServer-
2709         specific compiler switches.
2710
2711 Wed Oct 28 21:05:53 1998  Jeffrey A Law  (law@cygnus.com)
2712
2713         * Makefile.in (c-common.o): Depend on c-pragma.h.  Use $(RTL_H) instead
2714         of rtl.h.
2715
2716 Wed Oct 28 20:52:47 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2717
2718         * gcc.c (EXTRA_SPECS, extra_specs): Introduce an intermediate
2719         structure which has exactly the members provided by EXTRA_SPECS.
2720         Xmalloc() the real `extra_specs', and initialize it from this
2721         intermediate structure.
2722
2723         * alpha.h (EXTRA_SPECS): Revert change for missing initializers.
2724
2725         * mips.h  (EXTRA_SPECS): Likewise.
2726
2727         * sparc.h (EXTRA_SPECS): Likewise.
2728
2729 Wed Oct 28 16:46:07 1998  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2730     
2731         * function.c (purge_addressof_1): Instead of aborting when a
2732         bitfield insertion as a replacement for (MEM (ADDRESSOF)) does not
2733         work just put the ADDRESSOF on stack.  Otherwise remember all such
2734         successfull replacements, so that exactly the same replacements
2735         can be made on the REG_NOTEs.  Remove the special case for CALL
2736         insns again.
2737         (purge_addressof_replacements): New variable.
2738         (purge_addressof): Clear it at end.
2739
2740 1998-10-28 16:10 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2741
2742          * c-lang.c: Declare extern char *yy_cur if USE_CPPLIB.
2743            (lang_init): Call check_newline always.
2744          * c-lex.c (init_parse) [USE_CPPLIB=1]: After calling
2745            cpp_start_read, set yy_cur and yy_lim to read from
2746            parse_in.token_buffer, so that we'll see the first #line
2747            directive.
2748          * cpplib.c (cpp_start_read): finclude the main input file
2749            before processing -include/-imacros.  Process -imacros and
2750            -include separately, and handle -include by stacking a
2751            buffer for the file in question as if it'd been #included.
2752          * toplev.c (documented_lang_options) Recognize -H when
2753            USE_CPPLIB is on.
2754
2755 1998-10-28 16:09 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2756
2757          * cpplib.c: Merge do_once into do_pragma.  Break file handling
2758            code out of do_include.
2759            Move append_include_chain, deps_output,
2760            file_cleanup, redundant_include_p, import_hash,
2761            lookup_import, add_import, read_filename_string, read_name_map,
2762            open_include_file, finclude, safe_read to cppfiles.c.
2763            Move prototypes for deps_output, append_include_chain,
2764            finclude to cpplib.h.  Move definition of struct
2765            file_name_list there also.
2766
2767          * cppfiles.c: New file.  Contains all the above functions
2768            broken out of cpplib.c; also hack_vms_include_specification
2769            from cccp.c and find_include_file, a new function broken out of
2770            do_include.
2771
2772          * Makefile.in (cppmain): Depend on cppfiles.o.
2773            (fix-header): Likewise.
2774            (cppfiles.o): New target.
2775          * configure.in (--enable-c-cpplib): Add cppfiles.o to
2776            extra_c_objs.  Add ../cppfiles.o to extra_cxx_objs.
2777
2778 Wed Oct 28 14:06:49 1998  Jim Wilson  <wilson@cygnus.com>
2779
2780         * dwarfout.c (dwarfout_file_scope_decl): If DECL_CONTEXT, don't abort
2781         if pending_types is non-zero.
2782         (dwarfout_finish): Verify pending_types is zero before finishing.
2783
2784 Wed Oct 28 10:29:09 1998  Nick Clifton  <nickc@cygnus.com>
2785
2786         * expr.c (convert_move): Use shifts to perform the move if a
2787         suitable extend pattern cannot be found.  Code written by
2788         Richard Henderson <rth@cygnus.com>.
2789
2790 Wed Oct 28 03:59:29 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2791
2792         * regclass.c (renumber, regno_allocated): New static variables, moved
2793         out of allocate_reg_info.
2794         (allocate_reg_info): Move these two variables outside the function.
2795         Move code to free memory into new function free_reg_info.
2796         (free_reg_info): New function, broken out of allocate_reg_info.
2797         * toplev.c (compile_file): Call free_reg_info, not allocate_reg_info.
2798         * rtl.h (allocate_reg_info): Don't declare.
2799         (free_reg_info): Declare.
2800
2801         * final.c (cleanup_subreg_operands):  ASM_INPUTs need no treatment.
2802
2803 Wed Oct 28 02:38:12 1998  Jason Merrill  <jason@yorick.cygnus.com>
2804
2805         * toplev.c (compile_file): Temporarily revert last change.
2806
2807 Wed Oct 28 00:00:35 1998  Jason Merrill  <jason@yorick.cygnus.com>
2808
2809         * c-typeck.c (convert_for_assignment): Parenthesize.
2810
2811 1998-10-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
2812
2813         * reload1.c (delete_output_reload): Avoid ambigous else.
2814
2815 Wed Oct 28 00:10:35 1998  Jeffrey A Law  (law@cygnus.com)
2816
2817         * toplev.c (compile_file): Call allocate_reg_info to free register
2818         table memory.
2819         * rtl.h (allocate_reg_info): Declare.
2820
2821         * PROJECTS: Remove entry for local spilling.
2822
2823         * final.c (cleanup_subreg_operands): New function.
2824         (final_scan_insn): Use it.
2825         (alter_subreg): Clear the "used" field when we turn a SUBREG into
2826         a REG.
2827         * reload1.c (reload): Delete CLOBBER insns and also cleanup SUBREG
2828         operands when reload has finished.
2829         * reload.h (cleanup_subreg_operands): Declare..
2830         * flow.c (life_analysis_1): No longer delete CLOBBER insns after
2831         reload.  Handled in reload itself.
2832
2833 Tue Oct 27 23:32:34 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2834
2835         * reload1.c (verify_initial_offsets): New function.
2836         (reload): Call it after reload_as_needed.  Also verify that the frame
2837         size stays constant during reload_as_needed.
2838         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Undo Jul 26 change.
2839
2840         * reload.h (struct insn_chain): Add need_operand_change element.
2841         * reload1.c (new_insn_chain): Clear it.
2842         (calculate_needs_all_insns): Set it; don't overload need_reload.
2843         (reload_as_needed): Use it.
2844
2845         * reload.c (find_reloads_address): Use BASE_REG_CLASS instead of
2846         reload_address_base_reg_class throughout.  Similar for INDEX_REG_CLASS
2847         and reload_address_index_reg_class.
2848         (find_reloads_address_1): Likewise.
2849         * reload.h (reload_address_base_reg_class,
2850         reload_address_index_reg_class): Don't declare.
2851         * reload1.c (reg_old_renumber, pseudo_previous_regs,
2852         pseudo_forbidden_regs, bad_spill_regs_global): New static variables.
2853         (used_spill_regs): Now static.
2854         (reload_address_base_reg_class, reload_address_index_reg_class,
2855         regs_explicitly_used, counted_for_groups, counted_for_nongroups,
2856         basic_block_needs, max_needs, group_size, group_mode, max_groups,
2857         max_nongroups, max_needs_insn, max_groups_insn, max_nongroups_insn,
2858         forbidden_regs):
2859         Deleted variables.
2860         (init_reload): Delete code to compute base/index reg classes.
2861         (reload): Delete variable J.
2862         Delete code to manage basic_block_needs.
2863         Don't compute regs_explicitly_used.
2864         Allocate, initialize and free reg_old_renumber, pseudo_forbidden_regs,
2865         pseudo_previous_regs.
2866         Initialize bad_spill_regs_global.
2867         Don't call order_regs_for_reload here.
2868         Don't initialize spill_reg_order and n_spills.
2869         Don't forbid explicitly used regs to be used for spill regs.
2870         Change main loop to infinite loop, with explicit break statements.
2871         Make SOMETHING_CHANGED variable local to that loop.
2872         Don't initialize max_needs, max_groups, max_nongroups, max_needs_insn,
2873         max_groups_insn, max_nongroups_insn, group_size, group_mode.
2874         Make sure spilled_speudos is cleared before calling spill_hard_reg or
2875         new_spill_reg.
2876         Don't call dump_needs.
2877         Delete code to reset potential_reload_regs.
2878         Delete code to terminate loop conditional on the global needs variables
2879         showing no further needs.
2880         (calculate_needs_all_insns): Return void.  All callers changed.
2881         Initialize somehing_needs_elimination here, not in reload.
2882         Delete avoid_return_reg kludge.
2883         (calculate_needs): Lose AVOID_RETURN_REG and GLOBAL args, return void.
2884         All callers changed.
2885         Initialize the group_mode and group_size elements of the arg CHAIN.
2886         Delete code to manage basic_block_needs.
2887         Operate on elements of CHAIN instead of global variables.
2888         Delete avoid_return_reg kludge.
2889         (find_tworeg_group): Lose GLOBAL arg, take CHAIN arg, return void.
2890         All callers changed.
2891         Operate on elements of CHAIN instead of global variables.
2892         Delete special SMALL_REGISTER_CLASSES code.
2893         Delete spill_failure code; now in new_spill_reg.
2894         (find_group): Lose GLOBAL arg, take CHAIN arg, return void.
2895         All callers changed.
2896         Operate on elements of CHAIN instead of global variables.
2897         (maybe_mark_pseudo_spilled): New static function.
2898         (find_reload_regs): Lose GLOBAL arg, take CHAIN arg, return void.
2899         All callers changed.
2900         Operate on elements of CHAIN instead of global variables.
2901         Call order_regs_for_reload here, not in reload.
2902         Initialize spill_reg_order and n_spills.
2903         Simplify test whether an asm insn is involved.
2904         Delete spill_failure code; now in new_spill_reg.
2905         Call maybe_mark_pseudo_spilled for everything marked as live in
2906         CHAIN.  Merge CHAIN's used_spill_regs into the global variable
2907         used_spill_regs.
2908         (dump_needs): Take CHAIN arg.  No longer static, to prevent the
2909         compiler from optimizing this function (now unused) away.
2910         Operate on elements of CHAIN instead of global variables.
2911         (possible_group_p): Lose MAX_GROUPS arg, take CHAIN arg.  All callers
2912         changed.
2913         Operate on elements of CHAIN instead of global variables.
2914         (count_possible_groups): Lose GROUP_SIZE, GROUP_MODE, MAX_GROUPS args,
2915         take CHAIN arg.  All callers changed.
2916         Operate on elements of CHAIN instead of global variables.
2917         (new_spill_reg): Lose MAX_NEEDS, MAX_NONGROUPS, GLOBAL args, take
2918         CHAIN, NONGROUP args.  Return void.  All callers changed.
2919         Verify caller isn't trying to spill a pseudo.
2920         Simplify test for illegal reg, just use bad_spill_regs.
2921         Generate better error messages.
2922         Operate on elements of CHAIN instead of global variables.
2923         Mark spilled register in CHAIN's used_spill_regs element.
2924         Don't call spill_hard_reg.
2925         (spill_hard_reg): Lose GLOBAL arg, return void.  All callers changed.
2926         Mark spilled hard regs in bad_spill_regs_global.
2927         Mark affected pseudos in spilled_pseudos, but don't spill them.
2928         (ior_hard_reg_set): New static function.
2929         (finish_spills): Return int.  All callers changed.
2930         Compute spill_reg_order, n_spills and spill_regs here.  Also update
2931         regs_ever_live for regs used as spills.
2932         For every pseudo in spilled_pseudos, spill it and mark the previous
2933         hard reg it had in pseudo_previous_regs.  Compute which hard regs
2934         arseudo): New static function.
2935         (order_regs_for_reload): Take CHAIN arg.  All callers changed.
2936         Initialize bad_spill_regs from bad_spill_regs_global, then merge any
2937         hard registers explicitly used across the current insn into the set.
2938         Compute hard_reg_n_uses taking only pseudos live across this insn
2939         into account.
2940         Tweak sorting of potential_reload_regs.
2941         (compare_spill_regs): Delete function.
2942         (reload_as_needed): Don't sort the spill_regs array, it's computed
2943         in proper order in finish_spills.
2944         Delete avoid_return_reg kludge.
2945         Delete code to manage basic_block_needs.
2946         (allocate_reload_reg): Minor speed/readability tweaks.
2947         Operate on elements of CHAIN instead of global variables.
2948         (choose_reload_regs): Lose AVOID_RETURN_REG arg.  All callers changed.
2949         Delete avoid_return_reg kludge.
2950         Initialize reload_reg_used from CHAIN's used_spill_regs element.
2951         Delete unused label FAIL.
2952         (reload_combine): Replce reload_address_index_reg_class with
2953         INDEX_REGS.
2954         Don't use used_spill_regs to determine information about lifetime of
2955         hard regs.
2956
2957 Tue Oct 27 13:15:02 1998  Nick Clifton  <nickc@cygnus.com>
2958         
2959         * toplev.c (display_help): Ignore empty target specific
2960         options, and if -W is also specified on the command line then
2961         display undocumented options.
2962
2963         * config/arm/arm.c: Updated with changes in devo sources.
2964         * config/arm/arm.h: Updated with changes in devo sources.
2965         * config/arm/lib1funcs.asm: Updated with changes in devo sources.
2966         * config/arm/lib1thumb.asm: Add ELF support.
2967
2968 Tue Oct 27 16:11:43 1998  David Edelsohn  <edelsohn@mhpcc.edu>
2969
2970         * collect2.c (aix64_flag): New variable.
2971         (main, case 'b'): Parse it.
2972         (GCC_CHECK_HDR): object magic number must match mode.
2973         (scan_prog_file): Only check for shared object if valid header.
2974         Print debugging if header/mode mismatch.
2975
2976 Tue Oct 27 10:15:02 1998  Nick Clifton  <nickc@cygnus.com>
2977
2978         Added support for arm-elf-linux configuration, submitted by Philip
2979         Blundell <pb@nexus.co.uk>, and integrated this with the arm-elf
2980         code developed by Catherine Moore <clm@cygnus.com>.  The following
2981         files are affected: 
2982
2983         * configure.in: Add arm-*-linux-gnu, armv2-*-linux and arm-*-elf
2984         targets. 
2985
2986         * configure: Regenerated.
2987         
2988         * config/arm/aout.h: Add default definitions of REGISTER_PREFIX,
2989         USER_LABEL_PREFIX and LOCAL_LABEL_PREFIX.  Make other macro
2990         definitions conditional on their not having been already defined.
2991
2992         * config/arm/lin1funcs.asm: Add ELF only macros to generate .size
2993         and .type directives, and add "(PLT)" qualification to function
2994         calls.
2995
2996         * config/arm/linux.h: Deleted.  This file is now superceeded by
2997         either linux-elf.h or linux-aout.h.
2998
2999         * config/arm/linux-gas.h: Define `inhibit_libc' if cross-compiling.
3000         (CLEAR_INSN_CACHE): New macro, currently disabled (awaiting kernel
3001         support).
3002         Move definitions from old linux.h file here.
3003         
3004         * config/arm/elf.h: New file.  Generic ARM/ELF support.
3005         
3006         * config/arm/linux-aout.h: New file.  Support for Linux with a.out.
3007         
3008         * config/arm/linux-elf.h: New file.  Support for Linux with ELF.
3009         
3010         * config/arm/linux-elf26.h: New file.  Support for Linux with ELF
3011         using the 26bit APCS.
3012         
3013         * config/arm/unknown-elf.h: New file.  Support for OS'es other
3014         than Linux with ELF.
3015
3016         * config/arm/t-arm-elf: New file.  makefile fragment for arm-elf
3017         builds.
3018         
3019         * config/arm/coff.h: Include aout.h for basic assembler macros.
3020         Add support for -mstructure_size_boundary=<n> command line option.
3021         
3022         * config/arm/arm.h: Add support for -mstructure_size_boundary=<n>
3023         command line option.  Make macro definitions conditional on their
3024         not having been already defined. 
3025
3026         * config/arm/arm.c: Add support for -mstructure_size_boundary=<n>
3027         command line option.
3028
3029         
3030 Tue Oct 27 08:56:46 1998  Andrew MacLeod  <amacleod@cygnus.com>
3031
3032         * dwarfout.c (ASM_OUTPUT_DWARF_STRING_NEWLINE): ASM_OUTPUT_DWARF_STRING
3033         has been changed to not include a newline. Use this macro instead.
3034         (output_enumeral_list, const_value_attribute, name_attribute,
3035         comp_dir_attribute, prototyped_attribute, producer_attribute,
3036         inline_attribute, pure_or_virtual_attribute, output_inheritance_die,
3037         dwarfout_file_scope_decl, generate_new_sfname_entry,
3038         generate_macinfo_entry, dwarfout_init, dwarfout_finish): Use
3039         ASM_OUTPUT_DWARF_STRING_NEWLINE macro.
3040
3041 Mon Oct 26 13:35:02 1998  Richard Henderson  <rth@cygnus.com>
3042
3043         * combine.c (subst): Process the inputs to a parallel asm_operands
3044         only once.
3045
3046 Mon Oct 26 13:32:31 1998  Richard Henderson  <rth@cygnus.com>
3047
3048         * stmt.c (expand_asm_operands): Accept `=' or `+' at any position.
3049
3050 Mon Oct 26 12:53:14 1998  Jeffrey A Law  (law@cygnus.com)
3051
3052         * tm.texi (ASM_OUTPUT_MAX_SKIP_ALIGN): Document.
3053
3054 Mon Oct 26 00:36:58 PST 1998 Jeff Law  (law@cygnus.com)
3055
3056         * version.c: Bump for snapshot.
3057
3058 Sun Oct 25 23:36:52 1998  Jason Merrill  <jason@yorick.cygnus.com>
3059
3060         * stmt.c (expand_fixup): Set fixup->before_jump to a
3061         NOTE_INSN_DELETED instead of a NOTE_INSN_BLOCK_BEG.
3062
3063 Sun Oct 25 15:49:57 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3064
3065         * Makefile.in (recog.o): Depend on toplev.h.
3066         (insn-emit.o): Depend on recog.h.
3067         (insn-peep.o): Depend on recog.h and insn-config.h.
3068
3069         * combine.c (simplify_set): Remove unused variable `scratches'.
3070
3071         * final.c (final_scan_insn): Wrap declaration of variables `vlen'
3072         and `idx' in macro conditional controlling their use.
3073
3074         * genemit.c (main): Make the generated output file include
3075         recog.h.  Don't have it declare `insn_operand_constraint', since
3076         we get it from recog.h.
3077
3078         * genpeep.c (main): Make the generated output file include
3079         insn-config.h and recog.h.
3080
3081         * recog.c: Include toplev.h.
3082         (extract_insn): Remove unused variable `p'.
3083
3084         * regclass.c (fix_register): Add missing braces around initializer
3085         for `what_option'.
3086         (allocate_reg_info): Move variable `i' into the scope where it is
3087         used.  Change its type to `size_t'.
3088
3089 Sun Oct 25 13:10:15 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3090
3091         * reload.c (push_reload): When merging reloads, make sure
3092         that reload_in_reg and reload_in are from the same reload in
3093         all cases.
3094
3095 Sun Oct 25 12:07:00 1998  Mumit Khan  <khan@xraylith.wisc.edu>
3096
3097         * i386/crtdll.h (CPP_PREDEFINES): Fix typo.
3098         * i386/mingw32.h (CPP_PREDEFINES): Likewise.
3099
3100 Fri Oct 23 23:42:03 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3101
3102         * loop.c (loop_has_tablejump): New variable.
3103         (prescan_loop): Scan for it.
3104         (insert_bct): Replace explicit scan with use of it.
3105         * regclass.c (regclass): Restore loop variable j.
3106         (record_reg_classes): Deterine op_types modifiers and initialize
3107         classes[i] before matching constraints.  Handle matching
3108         constraints 5-9.
3109         
3110 Fri Oct 23 13:55:48 1998  Jim Wilson  <wilson@cygnus.com>
3111
3112         * m32r/m32r.c (gen_split_move_double): Call alter_subreg.  Delete
3113         subreg support.
3114
3115 Fri Oct 23 16:19:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3116
3117         * mips.h (EXTRA_SPECS): Add missing initializers.
3118
3119 Fri Oct 23 16:08:39 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3120
3121         * sparc.h (EXTRA_SPECS): Add missing initializers.
3122         (sparc_defer_case_vector): Provide a prototype.
3123
3124         * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
3125         comparing it to the result of a pointer subtraction.
3126
3127 Fri Oct 23 15:34:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3128
3129         * alpha.c (override_options): Use ISDIGIT(), not isdigit().  Cast
3130         the argument to (unsigned char).
3131
3132         * alpha.h (EXTRA_SPECS): Add missing initializers.
3133         (ASM_GENERATE_INTERNAL_LABEL): Ensure the argument matches the
3134         format specifier.
3135
3136 Fri Oct 23 13:12:35 1998  Jeffrey A Law  (law@cygnus.com)
3137
3138         * flow.c (life_analysis_1): Enable "rescan" code after reload.
3139         (propagate_block): Delete dead code after reload.
3140
3141         * sched.c (update_flow_info): Revert Oct 19, 1998 change.  Brings
3142         back Oct 15, 1998 change.  
3143         * haifa-sched.c (update_flow_info): Likewise.
3144         * flow.c (life_analysis_1): Delete CLOBBER insns after reload.
3145
3146         * mn10200.md (truncated shift): Accept constant inputs too.
3147
3148 Fri Oct 23 04:06:57 1998  Richard Earnshaw (rearnsha@arm.com)
3149
3150         * machmode.h (mode_mask_array): No longer const.
3151         * rtl.c (init_rtl): Fully initialize it if EXTRA_CC_MODES defined.
3152
3153 Fri Oct 23 11:19:06 1998  Martin v. Löwis <loewis@informatik.hu-berlin.de>
3154
3155         * frame.c: Somewhat explain `FDE'.
3156         Suggested by Brendan Kehoe
3157
3158 Fri Oct 23 00:56:11 1998  Jason Merrill  <jason@yorick.cygnus.com>
3159
3160         * expr.c (pending_chain): Move up.
3161         (save_expr_status): Do save pending_chain.
3162         (restore_expr_status): And restore it.
3163         * function.h (struct function): Add pending_chain.
3164
3165 1998-10-23 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3166
3167         * reorg.c (relax_delay_slots): Fixed test for mostly_true_jump. The
3168         did not match the code.
3169
3170 Fri Oct 23 00:07:01 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3171
3172         * regclass.c (regclass): Break out some code into new function
3173         scan_one_insn, and into regclass_init.
3174         (init_cost): New static variable, moved out of regclass.
3175         (regclass_init): Initialize it here, not in .
3176         (scan_one_insn): New static function, broken out of regclass.
3177         * recog.c (apply_change_group): Break out some code into new
3178         function insn_invalid_p.
3179         (insn_invalid_p): New static fn, broken out of apply_change_group.
3180
3181 Thu Oct 22 22:34:42 1998  Jim Wilson  <wilson@cygnus.com>
3182
3183         * reload1.c (reload_as_needed): When rewrite POST_INC, verify
3184         reg_reloaded_contents matches incremented pseudo.
3185
3186         * v850/v850.c (v850_reorg): Call alter_subreg.  Delete subreg support.
3187
3188 Fri Oct 23 11:11:56 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3189
3190         * rtl.def (POST_MODIFY, PRE_MODIFY): New generalized operators for
3191         addressing modes with side effects.  These are currently
3192         placeholders for the C4x target.
3193
3194 Thu Oct 22 16:46:35 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3195
3196         * loop.c (express_from): Make sure that when generating a PLUS of
3197         a PLUS, any constant expression appears on the outermost PLUS.
3198
3199 Thu Oct 22 15:46:23 1998  Per Bothner (bothner@cygnus.com)
3200
3201         * Makefile.in (distdir-cvs, distdir-start):  Clean up so it
3202         works if "$(srcdir)" != ".".
3203
3204 Wed Oct 21 19:23:59 1998  Jim Wilson  <wilson@cygnus.com>
3205
3206         * expmed.c (store_bit_field): If need to add a SUBREG, then remove
3207         existing SUBREG if we can, otherwise abort.
3208
3209 Wed Oct 21 09:58:51 1998  Mark Mitchell  <mark@markmitchell.com>
3210
3211         * c-common.c (c_apply_type_quals_to_decl): Don't crash when
3212         `restrict' is applied to a non-pointer variable.
3213
3214 Wed Oct 21 09:18:58 1998  Mark Mitchell  <mark@markmitchell.com>
3215
3216         * invoke.texi: Document -flang-isoc9x.
3217
3218         * Makefile.in (OBJS): Add splay-tree.o.
3219         (c-common.o): Depend on rtl.h.
3220         (splay-tree.o): List dependencies and provide build rule.
3221         
3222         * rtl.h (record_alias_subset): New function.
3223         * alias.c: Include splay-tree.h.
3224         (alias_set_entry): New type.
3225         (CHECK_ALIAS_SETS_FOR_CONSISTENCY): Remove.
3226         (DIFFERENT_ALIAS_SETS_P): Use mem_in_disjoint_alias_sets_p.
3227         (mems_in_disjoin_alias_sets_p): New function.
3228         (alias_set_compare): Likewise.
3229         (insert_subset_children): Likewise.
3230         (get_alias_set_entry): Likewise.
3231
3232         * tree.h (TYPE_RESTRICT): New macro.
3233         (TYPE_UNQUALIFIED): New manifest constant.
3234         (TYPE_QUAL_CONST): Likewise
3235         (TYPE_QUAL_VOLATILE): Likewise.
3236         (TYPE_QUAL_RESTRICT): Likewise.
3237         (tree_type): Add restrict_flag.  Reduce count of free bits.
3238         (DECL_POINTER_ALIAS_SET): New macro.
3239         (DECL_POINTER_ALIAS_SET_KNOWN_P): Likewise.
3240         (tree_decl): Add pointer_alias_set.
3241         (build_qualified_type): New function.
3242         (build_type_variant): Define in terms of build_qualified_type.
3243         * tree.c (set_type_quals): New function.
3244         (make_node): Initializae DECL_POINTER_ALIAS_SET.
3245         (build_type_attribute_variant): Use build_qualified_type and
3246         set_type_quals.
3247         (build_type_variant): Rename, and modify, to become...
3248         (build_qualified_type): New function.
3249         (build_complex_type): Use set_type_quals.
3250
3251         * c-tree.h (C_TYPE_OBJECT_P): New macro.
3252         (C_TYPE_FUNCTION_P): Likewise.
3253         (C_TYPE_INCOMPLETE_P): Likewise.
3254         (C_TYPE_OBJECT_OR_INCOMPLETE_P): Likewise.
3255         (c_apply_type_quals_to_decl): New function.
3256         (c_build_qualified_type): New function.
3257         (c_build_type_variant): Define in terms of c_build_qualified_type.
3258         (flag_isoc9x): Declare.
3259         * c-typeck.c (qualify_type): Use c_build_qualified_type.
3260         (common_type): Change to use TYPE_QUALS.
3261         (comptypes): Likewise.
3262         (convert_for_assignment): Likewise.
3263         * c-aux-info.c (gen_type): Likewise.  Deal with `restrict'.
3264         * c-decl.c (flag_isoc9x): Define.
3265         (c_decode_option): Handle -flang-isoc9x.
3266         (grokdeclarator): Update to handle restrict.  Use TYPE_QUALS,
3267         c_build_qualified_type, etc.  Use c_apply_type_quals_to_decl.
3268         * c-lex.c (init_lex): Deal with restrict.
3269         (init_lex): Don't treat restrict as a reserved word in
3270         -traditional mode, or without -flang-isoc9x.
3271         * c-lex.h (rid): Add RID_RESTRICT.
3272         * c-parse.gperf (restrict, __restrict, __restrict__): Make
3273         equivalent to RID_RESTRICT.
3274         * c-parse.in (TYPE_QUAL): Update comment.
3275         * c-common.c: Include rtl.h.
3276         (c_find_base_decl): New function.
3277         (c_build_type_variant): Rename, and modify, to become ...
3278         (c_build_qualified_type): New function.
3279         (c_apply_type_quals_to_decl): Likewise.
3280         (c_get_alias_set): For INDIRECT_REFs, check to see if we can find
3281         a particular alias set for the reference.
3282         * toplev.c (documented_lang_options): Add -flang-isoc9x.
3283
3284 Wed Oct 21 09:15:06 1998  Nick Clifton  <nickc@cygnus.com>
3285
3286         * config/arm/arm.h (TARGET_SWITCHES): Document arm specific
3287         command line switches.
3288
3289 Tue Oct 20 10:04:51 1998  Graham  <grahams@rcp.co.uk>
3290
3291         * reload.c (loc_mentioned_in_p): Add missing braces to bind
3292         else to correct if.
3293
3294 Mon Oct 19 16:34:05 1998  Tom Tromey  <tromey@cygnus.com>
3295
3296         * gcc.c (option_map): Added --classpath and --CLASSPATH.
3297
3298 Tue Oct 20 10:59:02 1998  Gavin Romig-Koch  <gavin@cygnus.com>
3299
3300         * regclass.c (fix_register): Add error message.
3301         * invoke.texi (-fcall-used-REG,-fcall-saved-REG): Note the
3302           new error message.
3303
3304 Tue Oct 20 10:12:17 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3305
3306         * c-decl.c (warn_missing_noreturn): New global variable.
3307         (c_decode_option): Check for new flags -W{no-}missing-noreturn.
3308         (finish_function): Implement missing noreturn warning.
3309
3310         * c-tree.h (warn_missing_noreturn): Declare extern.
3311
3312         * invoke.texi: Document new flags.
3313
3314         * toplev.c (documented_lang_options): Add description.
3315
3316 Tue Oct 20 22:16:11 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3317
3318         * config/c4x/c4x.c (c4x_parallel_process): Disable until BCT
3319         loop optimization stable for the C4x.
3320         (c4x_rptb_info_t, c4x_dump, c4x_rptb_in_range, c4x_rptb_unjumped_loop,
3321         c4x_rptb_find_comp_and_jump, c4x_rptb_loop_info_get,
3322         c4x_rptb_emit_init, c4x_rptb_process): Deleted (superceded by BCT
3323         loop optimization).
3324         (c4x_address_conflict): Be more paranoid when packing a volatile
3325         memref in a parallel load/store.
3326
3327 Tue Oct 20 21:56:05 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3328
3329         * config/c4x/c4x.md (repeat_block_top, repeat_block_end,
3330         repeat_block_filler): Deleted.
3331         (*ashlqi3_set, *ashrqi3_const_set, *ashrqi3_nonconst_clobber):
3332         Condition code not set if destination register from 'c' class.
3333         (*subbqi3_carry_clobber): Fix typo.
3334
3335 1998-10-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
3336
3337         * reorg.c (steal_delay_list_from_target) Check for insns that
3338         modify the condition codes and effect the direction of the jump
3339         in the sequence.
3340
3341 Sat Oct 17 13:09:09 1998  Graham  <grahams@rcp.co.uk>
3342
3343         * function.c (purge_addressof_1): Replace call to
3344         emit_insns_before() with emit_insn_before().
3345
3346 Mon Oct 19 19:34:03 1998  Mike Stump <mrs@wrs.com>
3347
3348         * libgcc2.c (__pure_virtual): Call __terminate instead of _exit.
3349
3350 Mon Oct 19 13:26:24 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> 
3351
3352         * jump.c (sets_cc0_p): Compile only if HAVE_cc0.
3353
3354 Mon Oct 19 11:40:56 1998  Jeffrey A Law  (law@cygnus.com)
3355
3356         * gcse.c (compute_hash_table): Correctly identify hard regs which are
3357         clobbered across calls.
3358
3359         * loop.c (scan_loop): Be more selective about what invariants are
3360         moved out of a loop.
3361
3362 Mon Oct 19 10:46:58 PDT 1998 Jeff Law  (law@cygnus.com)
3363
3364         * version.c: Bump for snapshot.
3365
3366 Mon Oct 19 11:40:56 1998  Jeffrey A Law  (law@cygnus.com)
3367
3368         * libgcc2.c (eh_context_static): Do not call malloc to allocate the
3369         static eh_context structure.
3370
3371 Mon Oct 19 10:45:40 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> 
3372
3373         * combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.  All
3374         callers changed.
3375         (try_combine): Don't update max_scratch.
3376         * flow.c (max_scratch, num_scratch): Delete variables.
3377         (life_analysis_1): Don't initialize max_scratch.
3378         (propagate_block): Don't update max_scratch.
3379         (mark_set_1): Don't increment num_scratch.
3380         * regs.h (max_scratch): Delete declaration.
3381
3382 Mon Oct 19 10:28:15 1998  Jeffrey A Law  (law@cygnus.com)
3383
3384         * reload1.c (reload_reg_free_before_p): Hack.  Return 0 if EQUIV
3385         is nonzero.  This is temporary!
3386
3387         * sched.c (update_flow_info): Handle death notes made invalid by
3388         instruction splitting.  Partially reverts Oct 15, 1998 patch.
3389         * haifa-sched.c (update_flow_info): Likewise.
3390
3391 Sun Oct 18 17:31:26 1998  Jeffrey A Law  (law@cygnus.com)
3392
3393         * function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL
3394         if it has a nonzero DECL_INITIAL.
3395
3396 Sat Oct 17 23:18:08 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3397
3398         * Makefile.in (flow.o): Depend on recog.h.
3399
3400         * cpplib.h (directive_table): Add missing initializiers.
3401         (finclude): Change type of variable `bsize' to size_t.
3402         
3403         * cse.c (rtx_cost): Mark parameter `outer_code' with ATTRIBUTE_UNUSED.
3404
3405         * dwarfout.h (dwarfout_label): Wrap prototype in macro RTX_CODE.
3406
3407         * fix-header.c (lookup_std_proto): Cast the result of `strlen' to
3408         `int' when comparing against one.
3409         (cpp_file_line_for_message): Mark parameter `pfile' with
3410         ATTRIBUTE_UNUSED.
3411         (cpp_fatal): Mark parameter `pfile' with ATTRIBUTE_UNUSED.
3412
3413         * flow.c: Include recog.h.
3414         (sbitmap_copy): Cast arguments 1 & 2 of `bcopy' to (PTR).
3415
3416         * function.c (thread_prologue_and_epilogue_insns): Mark parameter
3417         `f' with ATTRIBUTE_UNUSED.
3418         (reposition_prologue_and_epilogue_notes): Likewise.
3419
3420         * genopinit.c (gen_insn): Cast argument of ctype functions to
3421         `unsigned char'.
3422
3423         * haifa-sched.c: Include recog.h.
3424         (blockage_range): Cast result of UNIT_BLOCKED macro to (int) when
3425         comparing against one.
3426
3427         * libgcc2.a (__throw): Revert ATTRIBUTE_UNUSED change for now.
3428
3429         * mips-tfile.c (parse_end): Cast the argument of ctype function to
3430         `unsigned char'.
3431         (parse_ent): Likewise.
3432         (parse_input): Likewise.
3433
3434         * optabs.c (init_libfuncs): Likewise.
3435
3436         * protoize.c (find_rightmost_formals_list): Likewise.
3437
3438         * recog.h (const_double_operand): Fix typo in prototype.
3439
3440         * tlink.c (scan_linker_output): Cast the argument of ctype
3441         function to `unsigned char'.
3442
3443         * toplev.c (check_lang_option): Cast the result of `strlen' to
3444         `int' when comparing against one.
3445
3446 Sat Oct 17 13:09:09 1998  Graham  <grahams@rcp.co.uk>
3447
3448         * gcse.c (dump_cuid_table): Correct typo.
3449
3450 Sat Oct 17 11:02:47 1998  Nick Clifton  <nickc@cygnus.com>
3451
3452         * toplev.c (display_help): Prepend '-m' to target specific
3453         options. 
3454         (check_lang_option): Ignore text after end of first word of a
3455         language specific option.
3456
3457 Sat Oct 17 02:26:03 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de> 
3458
3459         * reload1.c (reg_used_by_pseudo): New static variable.
3460         (choose_reload_regs): Initialize it.
3461         Use it instead of testing spill_reg_order to determine whether a
3462         pseudo is live in a hard register across the current insn.
3463         Fix a typo in a reference to reload_reg_rtx.
3464
3465         * flow.c (propagate_block): Replace code that computes and uses
3466         regs_sometimes_live with simpler code that just walks the set of
3467         currently live registers.
3468
3469         * Makefile.in (insn-extract.o): Fix dependencies.
3470         * genextract.c (main): Generate includes for insn-config.h and
3471         recog.h.
3472         Delete generation of declarations which are now in recog.h.
3473         * genrecog.c (main): Delete generation of definitions which are
3474         now in recog.c.
3475         * local-alloc.c (block_alloc): Use extract_insn and the variables
3476         it sets up instead of looking up values by insn_code.
3477         * recog.c (recog_operand, recog_operand_loc, recog_dup_loc,
3478         recog_dup_num): Define here instead of generating the definition in
3479         genrecog.c.
3480         (recog_n_operands, recog_n_dups, recog_n_alternatives,
3481         recog_operand_mode, recog_constraints, recog_operand_address_p):
3482         New variables.
3483         (extract_insn): New function.
3484         * recog.h (extract_insn): Declare function.
3485         (which_alternative, recog_n_operands, recog_n_dups,
3486         recog_n_alternatives, recog_operand_mode, recog_constraints,
3487         recog_operand_address_p): Declare variables.
3488         * regclass.c (n_occurrences): New static function.
3489         * reload.c (n_occurrences): Delete function.
3490         (find_reloads): Use extract_insn.
3491         * reload.h (n_occurrences): Delete declaration.
3492
3493 Sat Oct 17 01:17:51 1998  Jeffrey A Law  (law@cygnus.com)
3494
3495         * reload1.c (reload_as_needed): Fix test for when to call
3496         update_eliminable_offsets.
3497
3498 Fri Oct 16 20:40:50 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3499
3500         Fix consistency problems with reg_equiv_{mem,address};
3501         Improve reload inheritance;
3502
3503         * reload.c (reload_out_reg): New variable.
3504         (loc_mentioned_in_p, remove_address_replacements): New functions.
3505         (remove_replacements): Deleted.
3506         (push_reload): Set reload_out_reg[i].
3507         When merging, also set reload_{in,out}_reg[i], and remove
3508         duplicate address reloads.
3509         (combine_reloads): Copy reload_out_reg[i].
3510         (find_reloads): Do make_memloc substitution also when
3511         reg_equiv_memory_loc[regno] and num_not_at_initial_offset
3512         are both nonzero.
3513         Include *recog_operand_loc in commutativity operand changes.
3514         Generate optional output reloads.
3515         Delete reference to n_memlocs.  Don't set *recog_operand_loc before
3516         processing operands.  Call make_memloc in reg_equiv_address code.
3517         Set *recog_operand_loc only after processing operands, and only
3518         if replace is true.  Return a value.
3519         When changing address reload types for operands that didn't get
3520         reloaded, use RELOAD_FOR_OPADDR_ADDRESS for
3521         RELOAD_FOR_INPADDR_ADDRESS / RELOAD_FOR_OUTADDR_ADDRESS reloads.
3522         Don't emit USEs for pseudo SUBREGs when not replacing.
3523         (find_reloads_address): Do make_memloc substitution also when
3524         reg_equiv_memory_loc[regno] and num_not_at_initial_offset
3525         are both nonzero.
3526         (find_reloads_toplev): Likewise.
3527         Call make_memloc in reg_equiv_address code.
3528         (debug_reload_to_stream): Add code to output reload_out_reg.
3529         (make_memloc): Delete local variable i, ifdefed out code, and
3530         references to memlocs and n_memlocs.
3531         (memlocs, n_memlocs): Delete.
3532         (push_secondary_reload): Clear reload_out_reg.
3533         (find_reloads_address_1): Provide memrefloc argument to all calls
3534         to find_reloads_address.
3535         In AUTO_INC code, handle non-directly addressable equivalences properly.
3536         * reload.h (reload_out_reg, num_not_at_initial_offset): Declare.
3537         (find_reloads): Add return type.
3538         (remove_address_replacements, deallocate_reload_reg): Declare.
3539         * reload1.c (num_not_at_initial_offset): No longer static.
3540         (delete_address_reloads, delete_address_reloads_1): Likewise.
3541         (deallocate_reload_reg): New function.
3542         (spill_reg_stored_to): New array.
3543         (eliminate_regs): Don't substitute from reg_equiv_memory_loc.
3544         (eliminate_regs_in_insn): Move assignments of previous_offset and
3545         max_offset fields, and recalculation of num_not_at_initial_offset
3546         into new static function:
3547         (update_eliminable_offsets) .
3548         (reload_as_needed): Call update_eliminable_offsetss after calling
3549         find_reloads.
3550         Call forget_old_reloads_1 with contents of reloaded auto_inc
3551         expressions if the actual addressing can't be changed to match the
3552         auto_inc.
3553         (choose_reload_regs): For inheritance, replace
3554         reload_reg_free_before_p test with reload_reg_used_at_all test, and
3555         remove stand-alone reload_reg_used_at_all test.
3556         Use reload_out_reg to determine which reload regs have output reloads.
3557         Treat reload_override_in more similar to inherited reloads.
3558         Handle (subreg (reg... for inheritance.
3559         For flag_expensive_optimizations, add an extra pass to remove
3560         unnecessary reloads from known working inheritance.
3561         Delete obsolete code for pseudos replaced with MEMs.
3562         Handle inheritance from auto_inc expressions.
3563         (emit_reload_insns): If reload_in is a MEM, set OLD to 
3564         reload_in_reg[j].
3565         Don't reload directly from oldequiv; if it's a pseudo with a
3566         stack slot, use reload_in[j].
3567         Check that reload_in_reg[j] is a MEM before replacing reload_in
3568         from reg_reloaded_contents.
3569         Include non-spill registers in reload inheritance processing.
3570         Also try to use reload_out_reg to set spill_reg_store /
3571         reg_last_reload_reg.
3572         In code to set new_spill_reg_store, use single_set to find out if
3573         there is a single set.
3574         Add code that allows to delete optional output reloads.
3575         Add code to allow deletion of output reloads that use no spill reg.
3576         At the end, set reload_override_in to oldequiv.
3577         Also call delete_output_reload if reload_out_reg is equal to old
3578         in oldequiv code.
3579         Add code to call delete_output_reload for stores with no matching load.
3580         Set / use spill_reg_stored_to.
3581         Handle case where secondary output reload uses a temporary, but
3582         actual store isn't found.
3583         When looking for a store of a value not loaded in order to call
3584         delete_output_reload, count_occurences should return 0 for no
3585         loads; but discount inherited input reloadill_reg_stored_to.
3586         Do checks for extra uses of REG.  Changed all
3587         callers.
3588         Use delete_address_reloads.
3589         (reload): Take return value of find_reloads into account.
3590         If a no-op set needs more than one reload, delete it.
3591         (reload_reg_free_before_p): RELOAD_FOR_INPUT
3592         can ignore RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
3593         for the same operand.
3594         (clear_reload_reg_in_use): Check for other reloads that keep a
3595         register in use.
3596         (reload_reg_free_for_value_p): handle RELOAD_FOR_OPERAND_ADDRESS /
3597         RELOAD_FOR_OPADDR_ADDR.
3598         Take into account when an address address reload is only needed
3599         for the address reload we are considering.
3600         (count_occurrences): Use rtx_equal_p for MEMs.
3601         (inc_for_reload): Return instruction that stores into RELOADREG.
3602         New argument two, IN, and rtx.  Changed all callers.
3603         (calculate_needs_all_insns, reload_as_needed):
3604         Don't clear after_call for a CLOBBER.
3605         Keep track of how many hard registers need to be copied from
3606         after_call, and don't clear after_call before we have seen
3607         that much copies, or we see a different instruction.
3608
3609 Fri Oct 16 10:58:23 1998  Jeffrey A Law  (law@cygnus.com)
3610
3611         * flow.c (find_basic_blocks_1): Do not delete unreachable blocks
3612         after reload has completed.
3613
3614 Fri Oct 16 17:26:10 1998  Dave Brolley  <brolley@cygnus.com>
3615
3616         * cpplib.c (cpp_get_token): Replace whitespace that occurs between
3617         a macro name and the next token with a single blank if that whitespace
3618         is in a macro buffer and the next token is not '('.
3619
3620 Fri Oct 16 15:44:02 1998  Dave Brolley  <brolley@cygnus.com>
3621
3622         * cccp.c (rescan): Handle multibyte chartacters ending in backslash.
3623         (rescan): Ditto.
3624         (skip_if_group): Ditto.
3625         (skip_to_end_of_comment): Ditto.
3626         (macarg1): Ditto.
3627         (discard_comments): Ditto.
3628         (change_newlines): Ditto.
3629
3630 Fri Oct 16 15:26:24 1998  Dave Brolley  <brolley@cygnus.com>
3631
3632         * c-lex.c (yylex): Fix unaligned access of wchar_t.
3633
3634 Fri Oct 16 10:47:53 1998  Nick Clifton  <nickc@cygnus.com>
3635
3636         * config/arm/arm.h (TARGET_SWITCHES): Add --help documentation.
3637         (TARGET_OPTIONS): Add --help documentation.
3638
3639 Fri Oct 16 11:49:01 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3640
3641         * rtl.h (sets_cc0_p): Revert Oct 14 ATTRIBUTE_NORETURN change.
3642
3643 Fri Oct 16 07:08:46 1998  Bruce Korb <korb@datadesign.com>
3644         
3645         * fixinc/* Moved in from ../contrib directory in preparation
3646         for integrating it into the normal build process.  In particular,
3647         fixinc/Makefile.in must be config-ed into the build directory
3648         as fixinc/Makefile.  Proposed patches to ./Makefile.in and
3649         ./configure.in will be "in the mail" momentarily.
3650
3651 Fri Oct 16 08:13:46 1998  David S. Miller  <davem@pierdol.cobaltnet.com>
3652
3653         * cse.c (cse_basic_block): Fixup hash flushing loop so we do not
3654         accidently walk into the free list.  Comment how that can happen.
3655         (invalidate): Fix indentation.
3656
3657 Thu Oct 15 23:53:29 1998 Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3658                          Jeffrey A Law  (law@cygnus.com)
3659
3660         * flow.c (life_analysis_1): Do not clobber regs_ever_live after
3661         reload.  Never perform rescans of the insn chain after reload.
3662         (propagate_block): Do not delete insn or create new autoinc addressing
3663         modes after reload.
3664
3665         * jump.c (jump_optimize): Unconditionally use the code that was
3666         previously conditional on PRESERVE_DEATH_INFO_REGNO_P.
3667         * reload1.c (reload): When reloading is finished, delete all
3668         REG_DEAD and REG_UNUSED notes.
3669         (emit_reload_insns): Delete all code that was conditional on
3670         PRESERVE_DEATH_INFO_REGNO_P.
3671         (no_longer_dead_regs): Delete variable.
3672         (reload_cse_delete_death_notes): Delete function.
3673         (reload_cse_no_longer_dead): Delete function.
3674         (reload_cse_regs_1): Delete all code to handle deletion of death
3675         notes.
3676         (reload_cse_noop_set_p): Likewise.
3677         (reload_cse_simplify_set): Likewise.
3678         (reload_cse_simplify_operands): Likewise.
3679         (reload_cse_move2add): Likewise.
3680         * reorg.c (used_spill_regs): Delete declaration.
3681         (max_label_num_after_reload): Delete declaration.
3682         (find_dead_or_set_registers): Don't assume that spill regs are
3683         dead at a CODE_LABEL.
3684         * rtlanal.c (dead_or_set_regno_p): Death notes are always accurate,
3685         even after reload.
3686         * sched.c (sched_analyze_insn): Likewise.
3687         (update_flow_info): Likewise.
3688         * haifa-sched.c (sched_analyze_insn): Likewise.
3689         (update_flow_info): Likewise.
3690         * tm.texi (PRESERVE_DEATH_INFO_REGNO_P): Delete documentation.
3691         * toplev.c (max_label_num_after_reload): Delete variable.
3692         (rest_of_compilation): Don't set max_label_num_after_reload.
3693         Call life_analysis after reload_cse_regs if optimizing.
3694         * config/gmicro/gmicro.h: Delete comment referring to
3695         PRESERVE_DEATH_INFO_REGNO_P.
3696         * config/i386/i386.h: Likewise.
3697         * config/m88k/m88k.h: Likewise.
3698         * config/m32r/m32r.h (PRESERVE_DEATH_INFO_REGNO_P): Delete definition.
3699         * config/sh/sh.h: Likewise.
3700
3701 Thu Oct 15 19:48:41 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3702
3703         * loop.c (strength_reduce): Restore marking bct_p as
3704         ATTRIBUTE_UNUSED.
3705         * rs6000.c (optimization_options): Change #ifdef HAIFA to
3706         HAVE_decrement_and_branch_on_count.
3707         (small_data_operand): Remove TARGET_ELF condition for marking
3708         parameters ATTRIBUTE_UNUSED.
3709         
3710 Thu Oct 15 11:45:51 1998  Robert Lipe  <robertl@dgii.com>
3711
3712         * config/i386/sco5.h (MAX_OFILE_ALIGNMENT):  Define.
3713         (SELECT_SECTION): Resync with svr4.h.
3714
3715 Thu Oct 15 12:42:13 1998  David Edelsohn  <edelsohn@mhpcc.edu>
3716
3717         * loop.c (strength_reduce): Undo Oct 14 change marking bct_p
3718         ATTRIBUTE_UNUSED.
3719
3720 Thu Oct 15 00:57:55 1998  Robert Lipe  <robertl@dgii.com>
3721
3722         * c-pragma.c (handle_pragma_token): Test for null tree before
3723         dereferencing TREE_CODE.
3724
3725 Thu Oct 15 17:36:48 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
3726
3727         * config/c4x/c4x.c: Convert to use GEN_INT.
3728         (c4x_parallel_process): Rework to handle new repeat loop structure.
3729
3730         * config/c4x/c4x.md: Convert to use GEN_INT. 
3731         (rptb_end): Convert to use GE test.  Replace uses with clobbers.
3732         (decrement_and_branch_on_count): Likewise.
3733
3734         * config/c4x/c4x.h (REPEAT_BLOCK_PROCESS): Deleted hook now that
3735         loop.c has the desired functionality.
3736         (rc_reg_operand): New prototype.
3737
3738         * config/c4x/t-c4x: Can now build all front ends.
3739
3740 Wed Oct 14 23:27:08 1998  Didier FORT (didier.fort@fedex.com)
3741
3742         * fixincludes: Fix up rpc/{clnt,svr,xdr}.h for SunOS.
3743
3744 Wed Oct 14 22:13:28 1998  Joel Sherrill (joel@OARcorp.com)
3745
3746         * Makefile.in (stmp-fixinc): Do not install assert.h if not desired.
3747         * config/t-rtems: Do not install assert.h -- use newlib's.
3748
3749 Wed Oct 14 21:57:08 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
3750
3751         * combine.c (combine_instructions): When finished, call init_recog.
3752         * regmove.c (optimize_reg_copy_3): Reject volatile MEMs.
3753
3754 Wed Oct 14 16:10:22 1998  Per Bothner  <bothner@cygnus.com>
3755
3756         * toplev.c:  If flag_syntax_only, don't open or write assembler file.
3757
3758 Wed Oct 14 13:26:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3759
3760         * cppalloc.c (memory_full): Mark function prototype with
3761         ATTRIBUTE_NORETURN.
3762
3763         * demangle.h (collect_exit): Likewise.
3764
3765         * fix-header.c (v_fatal, fatal): Likewise.
3766
3767         * gcc.c (pfatal_with_name, pfatal_pexecute, fatal, fancy_abort):
3768         Likewise.
3769
3770         * gcov.c (print_usage): Likewise.
3771
3772         * genattr.c (fatal, fancy_abort): Likewise.
3773
3774         * genattrtab.c (fatal, fancy_abort): Likewise.
3775
3776         * gencodes.c (fatal, fancy_abort): Likewise.
3777
3778         * genconfig.c (fatal, fancy_abort): Likewise.
3779
3780         * genemit.c (fatal, fancy_abort): Likewise.
3781
3782         * genextract.c (fatal, fancy_abort): Likewise.
3783
3784         * genflags.c (fatal, fancy_abort): Likewise.
3785
3786         * genopinit.c (fatal, fancy_abort): Likewise.
3787
3788         * genoutput.c (fatal, fancy_abort): Likewise.
3789
3790         * genpeep.c (fatal, fancy_abort): Likewise.
3791
3792         * genrecog.c (fatal, fancy_abort): Likewise.
3793
3794         * libgcc2.c (__eprintf, __default_terminate, __sjthrow,
3795         __sjpopnthrow, __throw): Likewise.
3796
3797         * objc/objc-act.c (objc_fatal): Likewise.
3798
3799         * protoize.c (usage, aux_info_corrupted,
3800         declare_source_confusing): Likewise.
3801
3802         * rtl.c (dump_and_abort): Likewise.
3803
3804         * rtl.h (sets_cc0_p): Likewise.
3805
3806         * toplev.c (float_signal, pipe_closed): Likewise.
3807         
3808 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
3809
3810         * dwarf2out.c (expand_builtin_dwarf_reg_size): Look at all ranges
3811         when generating the decision tree for the general case.
3812
3813         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): Don't accept modes
3814         wider that 12 bytes in fpu regs or wider than 8 byte in fpa regs.
3815
3816 Wed Oct 14 11:14:02 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3817
3818         * Makefile.in (sched.o): Depend on recog.h.
3819
3820         * alias.c (REG_BASE_VALUE): Cast the result of REGNO() macro to
3821         (unsigned) when comparing against one.
3822         (find_base_value): Likewise.
3823         (record_base_value): Cast variable `regno' to (unsigned) when
3824         comparing against one.  Cast the result of REGNO() macro to
3825         (unsigned) when comparing against one.
3826         (memrefs_conflict_p): Change type of variables `r_x' and `r_y'  to
3827         unsigned.
3828         (init_alias_analysis): Add unsigned variable `ui'.  Use it as loop
3829         variable where an unsigned index is needed.
3830
3831         * caller-save.c (init_caller_save): Cast `-1' to (enum insn_code)
3832         before comparing against one.
3833
3834         * collect2.c: Add prototypes for functions `error', `fatal' and
3835         `fatal_perror'.  Make these functions take variable arguments
3836         instead of faking it with a fixed number of args.
3837         (write_c_file_stat): Cast the argument of ctype macro to (unsigned
3838         char).
3839
3840         * combine.c (can_combine_p): Mark parameter `pred' with
3841         ATTRIBUTE_UNUSED.
3842         (find_split_point): Cast variable `src' to (unsigned
3843         HOST_WIDE_INT) when comparing against one.
3844         (simplify_rtx): Cast 1 to (unsigned HOST_WIDE_INT) in shift.
3845         (simplify_logical): Likewise.
3846         (force_to_mode): Cast result of INTVAL() macro to (unsigned
3847         HOST_WIDE_INT) when comparing against one.  Cast 1 to (unsigned
3848         HOST_WIDE_INT) in shift.
3849         (simplify_and_const_int): Cast result of INTVAL() macro to
3850         `unsigned HOST_WIDE_INT' when comparing against one.
3851         (merge_outer_ops): Cast variable const0 to `unsigned
3852         HOST_WIDE_INT' when comparing against the result of
3853         GET_MODE_MASK() macro.
3854         (simplify_comparison): Likewise for variable `c0'.  Cast variable
3855         `const_op' to `unsigned HOST_WIDE_INT' when comparing against
3856         one.  Cast `1' to `unsigned HOST_WIDE_INT' in shift.  Cast the
3857         result of `GET_MODE_MASK()/2' to `HOST_WIDE_INT' when comparing
3858         against one.  Cast `1' to `unsigned HOST_WIDE_INT' in shift.  Cast
3859         result of INTVAL() macro to `unsigned HOST_WIDE_INT' when
3860         comparing against one.
3861         (distribute_notes): Wrap variable `cc0_setter' in macro `HAVE_cc0'.
3862
3863         config/mips/mips.c (gen_int_relational): Cast result of INTVAL()
3864         macro to `unsigned HOST_WIDE_INT' when comparing against one.
3865         (output_block_move): Cast `sizeof' expression to (int) when
3866         comparing against one.
3867         (function_arg): Cast BITS_PER_WORD to `unsigned' when comparing
3868         against one.
3869         (save_restore_insns): Cast `base_offset' to `long' to match format
3870         specifier in fprintf.
3871
3872         * config/mips/mips.h (Pmode): Cast the result of `Pmode' macro
3873         to `enum machine_mode'.
3874
3875         * flow.c (life_analysis_1): Remove unused variable `insn'.
3876
3877         * gcc.c (translate_options): Move variables `j' and `k' into the
3878         scope in which they are used.  Change their types to `size_t'.
3879         (set_spec): Cast the argument of ctype macro to `unsigned char'.
3880         (read_specs): Likewise.
3881         (process_command): Cast `sizeof' to (int) when comparing against one.
3882         (do_spec_1): Cast the argument of ctype macro to `unsigned char'.
3883         (handle_braces): Cast both sides of `==' expression to `long' to
3884         ensure sign matching.
3885         (main): Cast variable `i' to `int' when comparing against one.
3886
3887         * gcov-io.h (__fetch_long): Change type of parameter `bytes' from
3888         int to size_t.  Cast variable `i' to size_t when comparing against
3889         one.
3890
3891         * genattrtab.c (convert_set_attr_alternative): Remove unused
3892         parameter `insn_code'.  All callers changed.
3893         (convert_set_attr): Likewise.
3894
3895         * genrecog.c (add_to_sequence): Cast result of XVECLEN() macro to
3896         size_t when comparing against one.  Likewise for variable `len'.
3897
3898         * global.c (global_alloc): Cast variable `max_regno' to size_t
3899         when comparing against one.  Likewise for variable `max_allocno'.
3900
3901         * jump.c (sets_cc0_p): Mark parameter `x' with ATTRIBUTE_UNUSED.
3902
3903         * local-alloc.c (validate_equiv_mem_from_store): Mark parameter
3904         `set' with ATTRIBUTE_UNUSED.
3905         (find_free_reg): Cast `sizeof' expression to (int) when comparing
3906         against one.
3907
3908         * loop.c (count_loop_regs_set): Remove unused variable `dest'.
3909         (strength_reduce): Mark parameter `bct_p' with ATTRIBUTE_UNUSED.
3910         (get_condition): Cast variable `const_val' to `unsigned
3911         HOST_WIDE_INT' when comparing against one.  Cast unsigned
3912         expression to HOST_WIDE_INT when comparing against one.
3913         (insert_loop_mem): Mark parameter `data' with ATTRIBUTE_UNUSED.
3914         (load_mems_and_recount_loop_regs_set): Cast variable `nregs' to
3915         `unsigned' when comparing against one.
3916
3917         * protoize.c (is_id_char): Change type of parameter `ch' to
3918         unsigned char.
3919         (munge_compile_params): Cast argument of ctype macro to (const
3920         unsigned char).
3921         (process_aux_info_file): Cast variable `aux_info_size' to int when
3922         comparing against one.
3923         (forward_to_next_token_char): Cast argument of ctype macro to
3924         `const unsigned char'.
3925         (edit_formals_lists): Likewise.
3926         (find_rightmost_formals_list): Likewise.
3927         (add_local_decl): Likewise.
3928         (add_global_decls): Likewise.
3929         (edit_fn_definition): Likewise.
3930         (do_cleaning): Likewise.
3931         (scan_for_missed_items): Likewise.
3932         (edit_file): Cast variable `orig_size' to (int) when comparing
3933         against one.
3934         (main): Cast argument of ctype macro to `const unsigned char'.
3935
3936         * recog.c (const_int_operand): Mark parameter `mode' with
3937         ATTRIBUTE_UNUSED.
3938
3939         * regclass.c (record_reg_classes): Change type of variable `c' to
3940         `unsigned char'.  Cast `char' array index to `unsigned char'.
3941
3942         * reload.c (push_secondary_reload): Cast argument to
3943         REG_CLASS_FROM_LETTER() macro to `unsigned char'.
3944
3945         * reload1.c (calculate_needs): Cast `char' array index to
3946         `unsigned char'.
3947         (set_label_offsets): Change type of variable `i' to unsigned int.
3948         Cast result of XVECLEN() macro to unsigned when comparing against
3949         one.
3950         (mark_not_eliminable): Change type of variable `i' to unsigned.
3951         (order_regs_for_reload): Likewise.  Cast `max_regno' to unsigned
3952         when comparing against one.
3953         (reload_as_needed): Cast macro NUM_ELIMINABLE_REGS to (int) when
3954         comparing against one.
3955         (choose_reload_regs): Hide unused label `fail'.
3956         (reload_cse_simplify_operands): Cast `char' array index to
3957         `unsigned char'.
3958         (reload_combine_note_store): Mark parameter `set' with
3959         ATTRIBUTE_UNUSED.  Cast UNITS_PER_WORD to unsigned when comparing
3960         against one.
3961         (reload_cse_move2add): Remove unused variable `src2'.
3962
3963         * sched.c: Include recog.h.
3964         (sched_note_set): Remove unused parameter `b'.  All callers
3965         changed.
3966         (split_hard_reg_notes): Likewise for parameter `orig_insn'.
3967         (blockage_range): Cast result of UNIT_BLOCKED() macro to (int)
3968         when comparing against one.
3969
3970         * stupid.c (stupid_find_reg): Mark parameter `changes_size' with
3971         ATTRIBUTE_UNUSED.  Cast `sizeof' expression to (int) when
3972         comparing against one.
3973
3974         * unroll.c (precondition_loop_p): Remove unused parameter
3975         `loop_end'.  All callers changed.
3976
3977 Tue Oct 13 22:12:11 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3978
3979         * reload1.c (maybe_fix_stack_asms): New static function.
3980         (reload): Call it.
3981
3982         * reload.h (compute_use_by_pseudos): Declare.
3983
3984         * reload1.c (spilled_pseudos, insns_need_reload): New variables.
3985         (something_needs_reloads): Delete variable.
3986         (finish_spills): New function.
3987         (compute_use_by_pseudos): New function.
3988
3989         (delete_caller_save_insns): Lose argument FIRST.  All callers changed.
3990         Use the reload_insn_chain instead of walking the rtl directly.
3991
3992         (reload): Allocate and free spilled_pseudos.
3993         Ensure that all calls of spill_hard_reg are followed by a call to
3994         finish_spills.
3995         Use the insns_need_reload list instead of something_needs_reloads
3996         to find out if reload_as_needed must be called.
3997         Clear unused_insn_chains at the end.
3998
3999         (calculate_needs_all_insns): Lose FIRST parameter.  All callers
4000         changed.
4001         Delete code to keep track of current basic block.
4002         Walk reload_insn_chain instead of the rtl structure.  Build the
4003         insns_need_reload chain.
4004         Remember which insns need reloading/elimination by setting the
4005         appropriate fields in struct insn_chain, not by putting modes on the
4006         insn.
4007
4008         (calculate_needs): Lose THIS_BLOCK arg.  Accept arg CHAIN instead of
4009         arg INSN.  All callers changed.
4010         Delete declaration of struct needs.
4011         Don't set something_needs_reloads.
4012         Record insn needs in the CHAIN argument.
4013
4014         (spill_hard_reg): Record the affected pseudos in spilled_pseudos.
4015
4016         (reload_as_needed): Lose FIRST arg.  All callers changed.
4017         Walk the reload_insn_chain instead of the rtx structure.
4018         Delete code to keep track of current basic block.
4019         Rename one of the NEXT variables to OLD_NEXT.
4020
4021         (allocate_reload_reg): Accept arg CHAIN instead of arg INSN.  All
4022         callers changed.
4023         (choose_reload_regs): Likewise.
4024
4025         (emit_reload_insns): Replace INSN and BB args with arg CHAIN.  All
4026         callers changed.
4027         
4028         * caller-save.c (MOVE_MAX_WORDS): New macro.  Use it throughout
4029         instead of (MOVE_MAX / UNITS_PER_WORD) computation.
4030         (hard_regs_live, hard_regs_need_restore): Delete variables.
4031         (n_regs_saved): Now static.
4032         (referenced_regs, this_insn_sets): New variables.
4033
4034         (setup_save_areas): Restructure the code a bit.
4035
4036         (restore_referenced_regs): Delete function.
4037         (mark_referenced_regs): New function, similar to the old
4038         restore_referenced_regs, but mark registers in referenced_regs.
4039
4040         (clear_reg_live): Delete function.
4041         (mark_set_regs): Renamed from set_reg_live.  All callers changed.
4042         Only mark registers in this_insn_sets.
4043
4044         (save_call_clobbered_regs): Rework this function to walk the
4045         reload_insn_chain instead of using the list of instructions directly.
4046         Delete code to keep track of register lives, compute live regs on the
4047         fly from information in the chain.
4048         Instead of calling restore_referenced_regs, use mark_referenced_regs,
4049         then walk the set it computes and call insert_restore as appropriate.
4050
4051         (insert_restore): Lose INSN and BLOCK args.  Add CHAIN arg.  All
4052         callers changed.
4053         Restructure the code a bit.  Test hard_regs_saved instead of
4054         hard_regs_need_restore.
4055         (insert_save): Lose INSN and BLOCK args.  Add CHAIN and TO_SAVE
4056         args.  All callers changed.
4057         Restructure the code a bit.  Use TO_SAVE to determine which regs to
4058         save instead of more complicated test.
4059         (insert_one_arg): Lose INSN and BLOCK args.  Add CHAIN arg.  All
4060         callers changed.
4061         Create a new insn_chain structure for the new insn and place it
4062         into the chain.
4063
4064         * rtl.texi: Update documentation to reflect that reload no longer
4065         puts modes on the insns.
4066
4067 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
4068
4069         * function.c (purge_addressof_1): Force the first argument of a
4070         CALL insn to memory.
4071
4072 Wed Oct 14 00:38:40 1998  Jeffrey A Law  (law@cygnus.com)
4073
4074         * rtl.h: Delete duplicate prototypes.  Add some missing
4075         prototypes.
4076         * rtlanal.c: (for_each_rtx): Formatting tweak.
4077
4078 1998-10-13 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4079
4080         * real.c (emdnorm and etoasc): Disable round to even for c4x target
4081         to be compatible with TI compiler.
4082
4083         * Makefile.in (USER_H): Add va-c4x.h to definition.
4084
4085 Tue Oct 13 23:03:37 1998  Richard Henderson  <rth@cygnus.com>
4086
4087         * function.c (purge_addressof_1): Fix typo in inequality: do
4088         bitfield optimization for equal mode sizes.
4089         * expmed.c (store_bit_field): Don't take subregs of subregs in
4090         the movstrict case.  Tidy a potential problem in the multi-word case.
4091         (extract_bit_field): Likewise.
4092
4093 Tue Oct 13 22:12:11 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4094
4095         * flow.c (find_basic_blocks): Emit NOPs after normal calls in this
4096         function.
4097         Compute max_uid_for_flow by calling get_max_uid after the scan.
4098         (find_basic_blocks_1): Don't emit NOPs here.
4099
4100 Tue Oct 13 22:05:49 1998  Richard Henderson  <rth@cygnus.com>
4101
4102         * alias.c (base_alias_check): Accept new args for the modes of the
4103         two references.  Use them to determine if an AND can overlap.  Update
4104         all callers.
4105         (memrefs_conflict_p): Assume sizes are aligned, and uses them
4106         to determine if an AND can overlap.
4107
4108 Tue Oct 13 17:51:04 1998  Jim Wilson  <wilson@cygnus.com>
4109
4110         * config/m68k/m68k.h (HARD_REGNO_MODE_OK): For FP regs, add REGNO >= 16
4111         check.  Add comment to document problems with TARGET_SUN_FPA version
4112         of this macro.
4113         * config/m68k/m68k.md (movxf+1): Support 'r'/'r' moves.
4114
4115 Tue Oct 13 17:46:18 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4116
4117         * Makefile.in (gencheck.o): Depend on gansidecl.h.
4118
4119         * c-common.c (print_char_table): Add missing initializers.
4120         (scan_char_table): Likewise.
4121         (time_char_table): Likewise.
4122
4123         * c-decl.c (c_decode_option): Mark parameter `argc' with
4124         ATTRIBUTE_UNUSED.
4125         (declare_parm_level): Mark parameter `definition_flag' with
4126         ATTRIBUTE_UNUSED.
4127
4128         * c-lex.c (readescape): Use `(unsigned)1' in shift.
4129         (yylex): Likewise.  Cast `sizeof' to an (int) when comparing
4130         against one.
4131
4132         * calls.c (store_one_arg): Remove unused parameter `fndecl'.  All
4133         callers changed.
4134         (emit_call_1): Mark parameters `fndecl' and `funtype' with
4135         ATTRIBUTE_UNUSED.
4136         (expand_call): Cast result of MIN() to (unsigned int) when
4137         comparing against an unsigned value.
4138
4139         * cccp.c (pcfinclude): Remove unused parameter `limit'.  All
4140         callers changed.
4141         (make_definition): Remove unused parameter `op'.  All callers
4142         changed.
4143         (create_definition): Cast REST_EXTENSION_LENGTH to (long) when
4144         comparing against the result of pointer arithmetic.
4145
4146         * config/mips/mips.h (FUNCTION_ARG_BOUNDARY): Cast to (unsigned)
4147         when comparing against one.
4148
4149         * dwarf2out.c (dwarf2out_frame_debug): Cast REGNO() and
4150         HARD_FRAME_POINTER_REGNUM to (unsigned) when comparing against
4151         one.
4152         (output_die): Move variable `i' into the scope in which it is
4153         used.  Change its type to `unsigned'.
4154         (output_die): Cast the result of `strlen' to (int) when passing it
4155         to ASM_OUTPUT_ASCII().
4156         (output_pubnames): Likewise.
4157         (output_line_info): Likewise.
4158
4159         * emit-rtl.c (global_rtl): Add missing initializers.
4160
4161         * explow.c (promote_mode): Mark parameter `for_call' with
4162         ATTRIBUTE_UNUSED.
4163
4164         * expmed.c (expand_shift): Cast the result of GET_MODE_BITSIZE to
4165         `unsigned HOST_WIDE_INT' when comparing against one.
4166         (synth_mult): Change type of variable `cost' to int.
4167         (emit_store_flag): Use `(unsigned HOST_WIDE_INT) 1' in shift.
4168
4169         * expr.c (copy_blkmode_from_reg): Cast BITS_PER_WORD to (unsigned)
4170         when comparing against one.
4171         (get_inner_reference): Change variable `alignment' to unsigned.
4172         (expand_expr): Cast the result of GET_MODE_ALIGNMENT to (unsigned
4173         int) when comparing against one.
4174         (expand_builtin_setjmp): Change type of variable `i' to size_t.
4175
4176         * fold-const.c (div_and_round_double): Cast BASE to
4177         (HOST_WIDE_INT) when comparing against one.
4178
4179         * gencheck.c: Include gansidecl.h.
4180         (main): Mark parameter `argv' with ATTRIBUTE_UNUSED.
4181
4182         * optabs.c (gen_cond_trap): Mark parameters `code', `op2' and
4183         `tcode' with ATTRIBUTE_UNUSED.
4184
4185         * real.c (edivm): Cast constant value to (unsigned long) in
4186         expression compared against an unsigned value.
4187
4188         * stmt.c (expand_return): Cast BITS_PER_WORD to (unsigned) when
4189         comparing against one.
4190         (expand_end_case): Cast CASE_VALUES_THRESHOLD to (unsigned int)
4191         when comparing against one.
4192
4193         * stor-layout.c (mode_for_size): Cast MAX_FIXED_MODE_SIZE to
4194         (unsigned int) when comparing against one.  Likewise for
4195         GET_MODE_BITSIZE.
4196         (smallest_mode_for_size): Likewise.
4197         (save_storage_status): Mark parameter `p' with ATTRIBUTE_UNUSED.
4198         (restore_storage_status): Likewise.
4199         
4200         * toplev.c (debug_args): Add missing initializer.
4201         (f_options): Spelling correction.  Add missing initializers.
4202         (documented_lang_options): Likewise.
4203         (debug_end_source_file): Mark parameter `lineno' with
4204         ATTRIBUTE_UNUSED.
4205
4206         * tree.c (valid_machine_attribute): Mark parameters `attr_args',
4207         `decl' and `type' with ATTRIBUTE_UNUSED.
4208
4209         * varasm.c (decode_reg_name): Cast `sizeof' expression to (int)
4210         when comparing against one.
4211         (assemble_variable): Mark parameter `top_level' with
4212         ATTRIBUTE_UNUSED.
4213         (assemble_external_libcall): Mark parameter `fun' with
4214         ATTRIBUTE_UNUSED.
4215         (output_constant_pool): Mark parameters `fnname' and `fndecl' with
4216         ATTRIBUTE_UNUSED.
4217
4218 Tue Oct 13 12:51:04 1998  Nick Clifton  <nickc@cygnus.com>
4219
4220         * config/v850/lib1funcs.asm (_udivsi3): Add .type declaration.
4221         Replace use of r5 with use of r19.
4222
4223         * config/v850/v850.h (LINK_POINTER_REGNUM): Define.
4224
4225         * config/v850/v850.c (compute_register_save_size): Allow for the
4226         fact that helper functions save all registers, not just those used
4227         by the function.
4228         
4229         Replace constant 31 with macro LINK_POINTER_REGNUM.
4230
4231         * config/v850/v850.md: Use 'indirect_operand' rather than
4232         'memory_operand' for bit test/set/clear patterns.
4233
4234 Tue Oct 13 11:49:14 1998  Jason Merrill  <jason@yorick.cygnus.com>
4235
4236         * mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS): Call ASM_GLOBALIZE_LABEL.
4237         * varasm.c (assemble_start_function et al): Don't call
4238         ASM_GLOBALIZE_LABEL for weak symbols.
4239
4240 Tue Oct 13 11:37:45 1998  Nick Clifton  <nickc@cygnus.com>
4241
4242         * cse.c (equiv_constant): Check for NULL return from
4243         gen_lowpart_if_possible().
4244
4245 Tue Oct 13 11:24:51 1998  Jeffrey A Law  (law@cygnus.com)
4246
4247         * mn10200.md (addsi3, subsi3, negsi2): Only allow register operands.
4248
4249         * collect2.c (main): Pass -EL/-EB through to the compiler.
4250
4251 1998-10-12 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4252         
4253         * expr.c (push_block): Handle targets where the stack grows
4254         to higher addresses, but args grow to lower addresses and
4255         ACCUMULATE_OUTGOING_ARGS is not defined.
4256
4257 Tue Oct 13 08:00:52 1998  Catherine Moore  <clm@cygnus.com>
4258
4259         * config/v850/v850.c (print_operand):  Extend meaning
4260         of 'c' operands to support .vtinherit.
4261
4262 Tue Oct 13 21:38:35 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
4263
4264         * config/c4x/c4x.c:  Convert to gen_rtx_FOO.
4265         Added ATTRIBUTE_UNUSED to unused function arguments.
4266         (rc_reg_operand): New predicate.
4267         (c4x_rptb_insert): New function.
4268         (c4x_rptb_nop_p): Recognize modified rptb_top pattern.
4269         (c4x_optimization_options): New function.
4270
4271         * config/c4x/c4x.md: Convert to gen_rtx_FOO.
4272          (decrement_and_branch_on_count): New pattern.
4273          (rptb_top): Modified pattern to work with BCT optimization.
4274         
4275         * config/c4x/c4x.h (RC_REG): New register class.
4276         (rc_reg_operand): Define prototype.
4277         (IS_RC_REG): New macro.
4278         (IS_RC_OR_PSEUDO_REG): New macro.
4279         (IS_RC_OR_PSEUDO_REGNO): New macro.
4280         (OPTIMIZATION_OPTIONS): Define.
4281
4282 Mon Oct 12 19:57:34 1998  Jason Merrill  <jason@yorick.cygnus.com>
4283
4284         * collect2.c (extract_init_priority): No priority is 65535.
4285
4286 Mon Oct 12 12:10:37 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
4287         
4288         * Makefile.in (build_tooldir): new variable, same as old
4289         $(tooldir), but without depending on $(libdir)/$(unlibsubdir)
4290         (GCC_FOR_TARGET): add -B$(build_tooldir)/bin/
4291         (bootstrap, bootstrap2, bootstrap3, bootstrap4): ditto
4292         
4293         * configure.in (gxx_include_dir): set default based on unlibsubdir
4294         * Makefile.in (tooldir): ditto
4295         (cccp.o, cpplib.o): use unlibsubdir implicitly through
4296         gxx_include_dir, includedir and tooldir
4297         (protoize.o, unprotoize.o): ditto
4298         
4299 Mon Oct 12 10:50:44 1998  Nick Clifton  <nickc@cygnus.com>
4300
4301         * config/arm/arm.md: Replace (reg 24) with (reg:CC 24).
4302
4303         * config/arm/thumb.c (thumb_override_options): Add warning about
4304         PIC code not being supported just yet.
4305
4306 Sun Oct 11 16:49:15 EDT 1998  John Wehle  (john@feith.com)
4307
4308         * flow.c: Update comment.
4309         (notice_stack_pointer_modification): New static function.
4310         (record_volatile_insns): Use it.
4311         (mark_regs_live_at_end): Mark the stack pointer as alive
4312         at the end of the function if current_function_sp_is_unchanging
4313         is set.
4314         (life_analysis_1): Set current_function_sp_is_unchanging.
4315         * function.c: Define it.
4316         (init_function_start): Initialize it.
4317         * output.h: Declare it.
4318         * reorg.c (fill_simple_delay_slots, dbr_schedule): Mark
4319         the stack pointer as alive at the end of the function if
4320         current_function_sp_is_unchanging is set.
4321         * i386.c (ix86_epilogue): Optimize the restoring
4322         of the stack pointer.
4323
4324 Mon Oct 12 01:22:53 PDT 1998 Jeff Law  (law@cygnus.com)
4325
4326         * version.c: Bump for snapshot.
4327
4328 Sun Oct 11 23:04:30 1998  Robert Lipe  <robertl@dgii.com>
4329
4330         * c-pragma.c (handle_pragma_token): If passed a token instead
4331         of a tree, use that as the pack value.
4332
4333 Sun Oct 11 14:21:14 1998  Mark Mitchell  <mark@markmitchell.com>
4334
4335         * flow.c (find_basic_blocks_1): Fix prototype.
4336
4337 Sun Oct 11 05:03:41 1998  Ken Raeburn  <raeburn@cygnus.com>
4338
4339         * tree.h (DECL_NO_CHECK_MEMORY_USAGE): New macros.
4340         (struct tree_decl): New fields no_check_memory_usage.
4341         * c-common.c (enum attrs): Add A_NO_CHECK_MEMORY_USAGE.
4342         (init_attributes): Register it as a new attribute.
4343         (decl_attributes): Set flags on functions given that attribute.
4344         * c-decl.c (duplicate_decls): Merge new attribute.
4345         * expr.h (current_function_check_memory_usage): Declare new var.
4346         * calls.c, expr.c, function.c, stmt.c, alpha.c, clipper.c, m88k.c,
4347         pa.c, sparc.c: Replace uses of flag_check_memory_usage with
4348         current_function_check_memory_usage.
4349         * function.h: Add field to struct function.
4350         * function.c (current_function_check_memory_usage): Define it.
4351         (push_function_context_to, pop_function_context_from): Save and
4352         restore it.
4353         (expand_function_start): Set it, based on global flag and function
4354         attribute.
4355
4356         * expr.c (expand_expr, case VAR_DECL): In memory-checking code, do
4357         check non-automatic variables, to permit detection of writes to
4358         read-only locations in embedded systems without memory management.
4359         * calls.c (store_one_arg): Use ARGS_SIZE_RTX to get size of argument
4360         when emitting chkr_set_right_libfunc call, even if the argument is
4361         BLKmode or variable-sized; don't abort.
4362
4363         * optabs.c (init_optabs): Create Checker and __cyg_profile_*
4364         symbols in Pmode, not VOIDmode.
4365
4366 Sun Oct 11 01:03:05 1998  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4367
4368         * cppexp.c: When forcing unsigned comparisons, cast both sides
4369         of the operation.
4370
4371         * cpphash.h: Move static declaration of hashtab[]...
4372         * cpphash.c: ...here.
4373
4374         * cpplib.c: Cast difference of two pointers to size_t before
4375         comparing it to size_t.  Cast signed to unsigned
4376         before comparing to size_t. (FIXME: struct argdata should use
4377         unsigned buffer sizes.)
4378         * cpplib.h (struct cpp_reader): Declare token_buffer_size as
4379         unsigned int. (CPP_WRITTEN): Cast return value to size_t.
4380         (CPP_RESERVE): Parenthesize N for evaluation order, cast to
4381         size_t before comparison.
4382
4383 Sun Oct 11 00:15:29 1998  Jeffrey A Law  (law@cygnus.com)
4384
4385         * flow.c (find_basic_blocks): Delete "live_reachable_p" argument.
4386         (find_basic_blocks_1): Similarly.
4387         * output.h (find_basic_blocks): Fix prototype.
4388         * gcse.c, toplev.c: Don't pass "live_reachable_p" argument to
4389         find_basic_blocks anymore.
4390
4391 Sat Oct 10 22:00:34 1998  Richard Henderson  <rth@cygnus.com>
4392
4393         * basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.
4394         (sbitmap_free, sbitmap_vector_free): New macros.
4395         * output.h (rtl_dump_file): Declare.
4396
4397 Sat Oct 10 17:01:42 1998  Jeffrey A Law  (law@cygnus.com)
4398
4399         * regmove.c (optimize_reg_copy_3): Honor TRULY_NOOP_TRUNCATION.
4400
4401 Fri Oct  9 22:08:05 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4402
4403         * fp-bit.c (SFtype): Don't implicitly use int in declaration.
4404         (DFtype): Likewise.
4405         (_fpdiv_parts): Remove unused parameter `tmp', all callers changed.
4406         (divide): Remove unused variable `tmp'.
4407         (si_to_float): Cast numeric constant to (SItype) before comparing
4408         it against one.
4409
4410 Fri Oct  9 16:03:19 1998  Graham  <grahams@rcp.co.uk>
4411
4412         * flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.
4413         * gcc.c (add_preprocessor_option): Correct typo when allocating
4414         memory, sizeof() argument had one too many `*'.
4415         (add_assembler_option): Likewise.
4416         (add_linker_option): Likewise.
4417         * gcov.c (output_data): Likewise.
4418         * local-alloc.c (memref_used_between_p): Likewise.
4419         (update_equiv_regs): Likewise.
4420         * loop.c (strength_reduce): Likewise.
4421         * reg-stack.c (record_asm_reg_life): Likewise.
4422         (subst_asm_stack_reg): Likewise.
4423         * reorg.c (dbr_schedule): Likewise.
4424
4425 Fri Oct  9 15:57:51 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4426
4427         * flow.c (life_analysis_1): Break out some functions.
4428         (find_basic_blocks_1): Likewise.  Also move some variables out and
4429         make them static.
4430         Rename NONLOCAL_LABEL_LIST arg to NONLOCAL_LABELS and initialize
4431         new static var nonlocal_label_list with it.
4432         (active_eh_region, nested_eh_region, label_value_list,
4433         nonlocal_label_list): New static variables.
4434         (make_edges, delete_unreachable_blocks, delete_block): New static
4435         functions, broken out of find_basic_blocks_1.
4436         (record_volatile_insns, mark_regs_live_at_end, set_noop_p,
4437         noop_move_p): New static functions, broken out of life_analysis_1.
4438
4439 Fri Oct  9 15:49:29 1998  Richard Henderson  <rth@cygnus.com>
4440
4441         * expmed.c (store_bit_field): Pun non-integral str_rtx modes.
4442         Take extra care for op0 now possibly being a subreg.
4443         (extract_bit_field): Likewise.
4444         * function.c (purge_addressof_1): Revert Oct 4 change.  Drop
4445         the reg to memory if there is no equal sized integral mode.
4446         * stor-layout.c (int_mode_for_mode): New function.
4447         * machmode.h: Prototype it.
4448
4449 Fri Oct  9 14:26:44 1998  Jeffrey A Law  (law@cygnus.com)
4450
4451         * global.c (build_insn_chain): Verify no real insns exist past the
4452         end of the last basic block, then exit the loop.
4453
4454 Fri Oct  9 11:44:47 1998  David Edelsohn  <edelsohn@mhpcc.edu>
4455
4456         * loop.c (insert_bct): Ensure loop_iteration_var non-zero before use.
4457
4458 Thu Oct  8 21:59:47 1998  Dave Brolley  <brolley@cygnus.com>
4459
4460         * emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
4461
4462 Thu Oct  8 22:03:45 1998  David Edelsohn  <edelsohn@mhpcc.edu>
4463
4464         * rs6000.h (RTX_COSTS): Add PROCESSOR_PPC604e cases.
4465
4466 Thu Oct  8 17:00:18 1998  Richard Henderson  <rth@cygnus.com>
4467
4468         * flow.c (find_basic_blocks): Correctly determine when a call
4469         is within an exception region.
4470
4471 Thu Oct  8 17:15:04 1998  Jeffrey A Law  (law@cygnus.com)
4472
4473         * toplev.c (output_file_directive): Use DIR_SEPARATOR, not '/'.
4474
4475         * cpplib.h: Protect from multiple inclusions.
4476         * cpplib.c: Fix minor formatting problems.
4477
4478         * i386/xm-cygwin32.h: Only define POSIX if it is not already defined.
4479
4480         * jump.c (jump_optimize): Revert accidental patch.
4481
4482         * Makefile.in (cpplib.o): Use unlibsubdir.
4483
4484 Thu Oct  8 12:50:47 1998  Jim Wilson  <wilson@cygnus.com>
4485
4486         * loop.c (get_condition): Allow combine when either compare is
4487         VOIDmode.
4488
4489 Thu Oct 8 11:31:01 PDT 1998 Jeff Law  (law@cygnus.com)
4490
4491         * version.c: Bump for snapshot.
4492
4493 Thu Oct  8 12:21:14 1998  Richard Frith-Macdonald <richard@brainstorm.co.uk>
4494
4495         * c-lex.c (remember_protocol_qualifiers): Handle RID_BYREF.
4496         (init_lex): Initialize ridpointers[RID_BYREF].
4497         * c-lex.h (enum rid): Add RID_BYREF.
4498         * c-parse.gperf: Add RID_BYREF as a type qualifier.
4499         * objc/objc-act.c (is_objc_type_qualifiers): Handle RID_BYREF.
4500         (encode_type_qualifiers): Similarly
4501         * c-gperf.h: Rebuilt.
4502
4503 Thu Oct  8 05:56:00 1998  Jeffrey A Law  (law@cygnus.com)
4504
4505         * c-common.c (type_for_mode): Only return TItype nodes when
4506         HOST_BITS_PER_WIDE_INT is >= 64 bits.
4507         * c-decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
4508         when HOST_BITS_PER_WIDE_INT is >= 64 bits.
4509         (init_decl_processing): Only create TItype nodes when
4510         HOST_BITS_PER_WIDE_INT is >= 64 bits.
4511         * c-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
4512         when HOST_BITS_PER_WIDE_INT is >= 64 bits.
4513
4514 Thu Oct  8 05:05:34 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4515
4516         * stmt.c (n_occurrences): New static function.
4517         (expand_asm_operands): Verify that all constrains match in the
4518         number of alternatives.
4519         Verify that '+' or '=' are at the beginning of an output constraint.
4520         Don't allow '&' for input operands.
4521         Verify that '%' isn't written for the last operand.
4522         * reload.c (find_reloads): Abort if an asm is found with invalid
4523         constraints; all possible problems ought to be checked for earlier.
4524
4525 Thu Oct  8 04:26:20 1998  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4526
4527         * flags.h (flag_branch_on_count_reg): Always declare 
4528         * toplev.c (flag_branch_on_count_reg): Likewise.
4529         * toplev.c: Fix typos.
4530
4531         * real.c (c4xtoe): Remove unused variables.  Add some missing parens.
4532         (toc4x): Similarly.
4533
4534 Thu Oct  8 01:25:22 1998  Richard Henderson  <rth@cygnus.com>
4535
4536         * flow.c (find_basic_blocks): Calc upper bound for extra nops in
4537         max_uids_for_flow.
4538         (find_basic_blocks_1): Add a nop to the end of a basic block when
4539         a trailing call insn does not have abnormal control flow.
4540         * gcse.c (pre_transpout): New variable.
4541         (alloc_pre_mem, free_pre_mem, dump_pre_data): Bookkeeping for it.
4542         (compute_pre_transpout): Calculate it.
4543         (compute_pre_ppinout): Use it to eliminate impossible placements
4544         due to abnormal control flow through calls.
4545         (compute_pre_data): Call compute_pre_transpout.
4546
4547 Wed Oct  7 21:40:24 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
4548
4549         * config/sparc/sol2-sld-64.h (ASM_CPU_SPEC): Fix typo.
4550
4551 Wed Oct  7 21:19:46 1998  Ken Raeburn  <raeburn@cygnus.com>
4552
4553         * config/mips/mips.md (tablejump_internal3, tablejump_internal4
4554         and matching define_insns): Tack on a `use' of the table label, so
4555         flow analysis will recognize a tablejump.
4556
4557 Wed Oct  7 17:33:39 1998  Richard Henderson  <rth@cygnus.com>
4558
4559         * gcse.c (pre_insert_insn): Tweek to notice that calls do not
4560         always end basic blocks for abnormal edge reasons.
4561
4562 Wed Oct  7 14:40:43 1998  Nick Clifton  <nickc@cygnus.com>
4563
4564         * config/i386/i386.h: Remove definition of
4565         HANDLE_PRAGMA_PACK_PUSH_POP.
4566         
4567         * config/i386/go32.h: Add definition of
4568         HANDLE_PRAGMA_PACK_PUSH_POP.
4569         
4570         * config/i386/win32.h: Add definition of
4571         HANDLE_PRAGMA_PACK_PUSH_POP.
4572         
4573         * config/i386/cygwin32.h: Add definition of
4574         HANDLE_PRAGMA_PACK_PUSH_POP.
4575
4576         * c-pragma.c (insert_pack_attributes): Do not insert
4577         attributes unless #pragma pack(push,<n>) is in effect.
4578
4579 Wed Oct  7 12:10:46 1998  Jim Wilson  <wilson@cygnus.com>
4580
4581         * expr.c (emit_group_store): Handle a PARALLEL destination.
4582
4583 Wed Oct  7 10:07:29 1998  Richard Henderson  <rth@cygnus.com>
4584
4585         * gcse.c (pre_insert_insn): When a call ends a bb, insert
4586         the new insns before the argument regs are loaded.
4587
4588 Wed Oct  7 12:55:26 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4589
4590         * Makefile.in (c-gperf.h): Add -L KR-C -F ', 0, 0' flags to gperf.
4591         (c-parse.gperf): Update comments describing invocation flags.
4592         (c-gperf.h): Regenerate using gperf 2.7.1 (19981006 egcs).
4593
4594 1998-10-07  Manfred Hollstein  <manfred@s-direktnet.de>
4595
4596         * reload1.c (reload): Call free before clobbering the memory
4597         locations or constants pointers.
4598
4599 Wed Oct  7 02:05:20 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
4600
4601         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Rework
4602         for efficiency by checking whether we need to modify the current
4603         stack permission at all.
4604         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Define.
4605         * config/sparc/sparc.c (sparc_initialize_trampoline): Emit
4606         __enable_execute_stack libcall here too if
4607         TRANSFER_FROM_TRAMPOLINE is defined.
4608         * config/sparc/sparc.h: Set TARGET_ARCH32 to a constant if
4609         IN_LIBGCC2.
4610
4611 Wed Oct  7 02:27:52 1998  Jeffrey A Law  (law@cygnus.com)
4612
4613         * Makefile.in (DRIVER_DEFINES): Remove last change.
4614         
4615 Wed Oct  7 01:08:43 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4616
4617         * jump.c (duplicate_loop_exit_test): Strip REG_WAS_0 notes off all
4618         insns we're going to copy.
4619         * regclass.c (reg_scan_mark_refs): Don't test X for NULL_RTX.
4620
4621         * loop.c (count_one_set): Add prototype.
4622
4623         * caller-save.c (restore_referenced_regs): Lose mode argument.
4624         (insert_save): Lose mode argument.
4625         (insert_restore): Lose mode argument.
4626         (insert_one_insn): Lose mode argument.
4627         (save_call_clobbered_regs): Lose mode argument.
4628         (setup_save_areas): Take no argument and return void.  All callers
4629         changed.
4630         Don't verify validity of memory addresses.
4631         * reload.h (setup_save_ares): Adjust prototype.
4632         (save_call_clobbered_regs): Likewise.
4633         * reload1.c (delete_caller_save_insns): New function.
4634         (caller_save_spill_class): Delete variable.
4635         (caller_save_group_size): Delete variable.
4636         (reload): Call setup_save_areas and save_call_clobbered_regs
4637         in the main loop, before calling calculate_needs_all_insns.
4638         Don't call save_call_clobbered_regs after the loop.
4639         Call delete_caller_save_insns at the end of an iteration if
4640         something changed.
4641         Delete code to manage caller_save_spill_class.
4642         Emit the final note before setting reload_first_uid.
4643         Simplify test that determines whether reload_as_needed gets run.
4644         (calculate_needs): Delete code to manage caller_save_spill_class.
4645
4646 Tue Oct  6 15:42:27 1998  Richard Henderson  <rth@cygnus.com>
4647
4648         * collect2.c (main): Initialize ld_file_name.
4649
4650 Tue Oct  6 15:45:15 1998  Catherine Moore  <clm@cygnus.com>
4651  
4652         * config/sparc/sysv4.h (ASM_OUTPUT_SECTION_NAME):  Don't
4653         check for flag_function_sections.
4654
4655 Tue Oct  6 20:02:31 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4656
4657         * cse.c (insert_regs): Fix bug in Sep 24 change.
4658
4659 Tue Oct  6 17:00:42 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4660
4661         * flags.h (flag_dump_unnumbered): Declare.
4662         * toplev.c (flag_dump_unnumbered): Don't declare.
4663         * print-rtl.c (flags.h): Include.
4664         (print_rtl_single): Add return value.
4665         * rtl.h (print_rtl_single): Update declaration.
4666         * flow.c (flag_dump_unnumbered): Don't declare.
4667         (print_rtl_with_bb): Use return value of print_rtl_single.
4668
4669 Tue Oct  6 01:36:00 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4670
4671         * loop.c (count_one_set): New static function, broken out of
4672         count_loop_regs_set
4673         (count_loop_regs_set): Call it.
4674         * global.c (mark_reg_store): Handle clobbers here by not calling
4675         set_preference.
4676         (mark_reg_clobber): Just call mark_reg_store after ensuring SETTER
4677         is in fact a clobber.
4678         * integrate.c (process_reg_param): New function, broken out of
4679         expand_inline_function.
4680         (expand_inline_function): Call it.
4681
4682
4683         * i386.md (addsidi3_1): Delete unused variable temp.
4684         (addsidi3_2): Likewise.
4685         (clstrstrsi): Delete unused variable addr1.
4686
4687         * rtl.h: Don't declare any functions also declared in recog.h.
4688
4689         * Makefile.in (stupid.o): Update dependencies.
4690         (global.o): Likewise.
4691
4692         * global.c: Include reload.h
4693         (reg_becomes_live): New function.
4694         (reg_dies): New function.
4695         (build_insn_chain): New function.
4696         (global_alloc): Call build_insn_chain before calling reload.
4697
4698         * reload.h (struct needs): New structure definition.
4699         (struct insn_chain): Likewise.
4700         (reload_insn_chain): Declare variable.
4701         (new_insn_chain): Declare function.
4702
4703
4704         * reload1.c (reload_startobj): New variable.
4705         (reload_insn_chain): New variable.
4706         (unused_insn_chains): New variable.
4707         (new_insn_chain): New function.
4708         (init_reload): Initialize reload_startobj, not reload_firstobj.
4709         (reload): Initialize reload_firstobj.
4710         Before returning, free everything on the reload_obstack.
4711
4712         * stupid.c: Include insn-config.h, reload.h and basic-block.h.
4713         (reg_where_dead_chain, reg_where_born_exact, reg_where_born_clobber,
4714         current_chain): New variables.
4715         (reg_where_born): Delete variable.
4716         (REG_WHERE_BORN): New macro.
4717         (find_clobbered_regs): New function.
4718         (stupid_life_analysis): Don't allocate/free reg_where_born.
4719         Allocate and free reg_where_born_exact, reg_where_born_clobber,
4720         reg_where_dead_chain.
4721         Use REG_WHERE_BORN instead of reg_where_born.
4722         While processing the insns, build the reload_insn_chain with
4723         information about register lifetimes.
4724         (stupid_reg_compare): Use REG_WHERE_BORN instead of reg_where_born.
4725         (stupid_mark_refs): Replace arg INSN with arg CHAIN.  All callers
4726         changed.
4727         Compute and information about birth and death of pseudo registers in
4728         reg_where_dead_chain, reg_where_born_exact and reg_where_born_clobber.
4729         Delete code to set elements of reg_where_born.  
4730
4731 Mon Oct  5 22:34:30 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
4732
4733         * tree.def (GOTO_EXPR): Modified documentation.
4734         * expr.c (expand_expr): Expand GOTO_EXPR into a goto or a computed
4735         goto.
4736
4737 Mon Oct  5 22:43:36 1998  David Edelsohn  <edelsohn@mhpcc.edu>
4738
4739         * unroll.c (loop_iteration_var, loop_initial_value, loop_increment
4740         loop_final_value, loop_comparison_code): No longer static.
4741         (unroll_loop): Delete loop_start_value update.
4742         * loop.h (loop_iteration_var, loop_initial_value, loop_increment,
4743         loop_final_value, loop_comparison_code): Extern.
4744         (loop_start_value): Delete extern.
4745         * loop.c (loop_can_insert_bct, loop_increment, loop_start_value,
4746         loop_comparison_value, loop_comparison_code): Delete.
4747         (loop_optimize): Remove initialization for deleted variables.
4748         (strength_reduce): Delete analyze_loop_iterations call.  Only call
4749         insert_bct if flag_branch_count_on_reg set.
4750         (analyze_loop_iterations): Delete.
4751         (insert_bct): Remove iteration count calculation.  Move checks for
4752         viable BCT optimization to here.  Obtain iteration count from
4753         loop_iterations and correct for unrolling.  Check for enough
4754         iteration to be beneficial.  Comment out runtime iteration count
4755         case.
4756         (insert_bct): Print iteration count in dump file.  Remove
4757         loop_var_mode and use word_mode directly.
4758
4759         * rs6000.h (processor_type): Add PROCESSOR_PPC604e.
4760         * rs6000.c (rs6000_override_options): Use it.
4761         (optimization_options): Enable use of flag_branch_on_count_reg.
4762         * rs6000.md (define_function_unit): Describe 604e.
4763
4764 1998-10-05 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
4765
4766         * loop.c (move_movables): Corrected threshold calculation for
4767         moved_once registers.
4768
4769 Mon Oct  5 21:18:45 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4770
4771         * loop.c (combine_givs_p): Fix test for identical givs.
4772
4773 Mon Oct  5 10:11:28 1998  Nick Clifton  <nickc@cygnus.com>
4774
4775         * dwarf2out.c (gen_subprogram_die): If errorcount nonzero, don't
4776         call abort if the function is already defined.
4777
4778 Mon Oct  5 10:02:36 1998  Jeffrey A Law  (law@cygnus.com)
4779
4780         * combine.c (simplify_rtx): Do not replace TRUNCATE with a SUBREG if
4781         truncation is not a no-op.
4782
4783 Mon Oct 5 09:02:04 PDT 1998 Jeff Law  (law@cygnus.com)
4784
4785         * version.c: Bump for snapshot.
4786
4787 Mon Oct 5 08:19:55 PDT 1998 Jeff Law  (law@cygnus.com)
4788
4789         * version.c: Bump for snapshot.
4790
4791 Mon Oct  5 01:07:23 1998  Torbjorn Granlund  <tege@matematik.su.se>
4792
4793         * expmed.c (expand_divmod): Don't widen for computing remainder
4794         if we seem to have a divmod pattern for needed mode.
4795
4796 Mon Oct  5 01:01:42 1998  Zack Weinberg  <zack@rabi.phys.columbia.edu>  
4797
4798         * cpplib.c (macroexpand): Correct off-by-one error in handling
4799         of escapes.
4800
4801 Sun Oct  4 23:58:30 1998  Richard Henderson  <rth@cygnus.com>
4802
4803         * combine.c (expand_field_assignment): Don't do bitwise operations
4804         on MODE_FLOAT; pun to MODE_INT if possible.
4805
4806 Sun Oct  4 18:33:24 1998  Jason Merrill  <jason@yorick.cygnus.com>
4807                           scott snyder  <snyder@d0sgif.fnal.gov>
4808
4809         * tlink.c (scan_linker_output): Recognize errors from irix 6.2
4810         linker.  Recognize mangled names in quotes.
4811
4812 Sun Oct  4 02:58:20 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
4813
4814         * config/sparc/sparc.md (ashldi3+1): Name it ashldi3_sp64.
4815         (ashlsi3_const1, ashldi3_const1): New combiner patterns.
4816         (ashrsi3_extend, ashrsi3_extend2): New combiner patterns.
4817         (lshrsi3_extend, lshrsi3_extend2): Ditto.
4818
4819 Sun Oct  4 00:23:00 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
4820
4821         * function.c (purge_addressof_1): If trying to take a sub-word
4822         integral piece of a floating point mode, put it on the stack.
4823
4824 Sat Oct  3 19:01:03 1998  Richard Henderson  <rth@cygnus.com>
4825
4826         * alpha/linux.h (CPP_PREDEFINES): Define __alpha__ for imake.
4827
4828 Sat Oct  3 14:42:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
4829
4830         * PROJECTS: Remove template friends.
4831
4832         * collect2.c (sort_ids): Remove unused variable.
4833
4834         * tm.texi (MATH_LIBRARY): Document.
4835         (NEED_MATH_LIBRARY): Remove.
4836
4837         * varasm.c (assemble_start_function, assemble_variable, weak_finish,
4838         assemble_alias): Do ASM_GLOBALIZE_LABEL for weak symbols, too.
4839
4840 Sat Oct  3 16:14:44 1998  John Carr  <jfc@mit.edu>
4841
4842         * dwarf2out.c (expand_builtin_dwarf_reg_size):  Initialize
4843         last_end to 0x7fffffff.
4844
4845 Fri Oct  2 19:14:20 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
4846
4847         * function.c (purge_addressof_1): Do not perform endianness
4848         corrections on bitpos, who we call will do it for us.
4849
4850 Fri Oct  2 11:52:35 1998  Jeffrey A Law  (law@cygnus.com)
4851
4852         * h8300.c (WORD_REG_USED): Fix typo.
4853         (initial_offset): Use WORD_REG_USED.
4854
4855         * h8300.c (handle_pragma): Fix typo.
4856
4857 Fri Oct  2 10:51:35 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4858
4859         * caller-save.c (insert_save_restore): Break this function up
4860         into new functions insert_restore, insert_save and insert_one_insn.
4861         All callers changed.
4862         (insert_restore): New function, mostly broken out of
4863         insert_save_restore.
4864         (insert_save): Likewise.
4865         (insert_one_insn): Likewise.
4866         (restore_referenced_regs): New argument BLOCK.  All callers changed.
4867         (save_call_clobbered_regs): Don't keep track of basic block boundaries
4868         in this function, do it in insert_one_insn instead.
4869
4870         * reload1.c (reload): Break out some more pieces into separate
4871         functions.
4872         (dump_needs): New function, broken out of reload.
4873         (set_initial_elim_offsets): Likewise.
4874         (init_elim_table): Likewise.
4875         (update_eliminables): Likewise.
4876
4877         * global.c (global_alloc): Delete code to manage the scratch_list.
4878         * local-alloc.c (qty_scratch_rtx): Delete.
4879         (scratch_block): Delete.
4880         (scratch_list): Delete.
4881         (scratch_list_length): Delete.
4882         (scratch_index): Delete.
4883         (alloc_qty_for_scratch): Delete.
4884         (local-alloc): Update initialization of max_qty.
4885         Delete code to manage the scratch list.
4886         Delete code to allocate/initialize qty_scratch_rtx.
4887         (block_alloc): Don't allocate quantities for scratches.
4888         Delete code to manage the scratch list.
4889         * regs.h (scratch_list): Delete declaration.
4890         (scratch_block): Delete declaration.
4891         (scratch_list_length): Delete declaration.
4892         * reload1.c (reload): Delete code to manage the scratch list.
4893         (spill_hard_reg): Likewise.
4894         (mark_scratch_live): Delete.
4895
4896         * recog.c (alter_subreg): Delete declaration.
4897
4898 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4899
4900         * Makefile.in (cccp.o): Fix typo in last patch.
4901
4902 Fri Oct  2 16:13:12 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4903
4904         * t-sh (LIB1ASMFUNCS): Add _set_fpscr .
4905         * config/sh/lib1funcs.asm (___set_fpscr): Add.
4906
4907 Fri Oct  2 02:01:59 1998  Jeffrey A Law  (law@cygnus.com)
4908
4909         * regclass.c (reg_scan_mark_refs): Return immediately if passed a
4910         NULL_RTX as an argument.
4911
4912         * Makefile.in (unlibsubdir): Define.
4913         (DRIVER_DEFINES): Use unlibsubdir.
4914         (cccp.o, cpplib.o, protoize.o, unprotoize.o): Similarly.
4915         (stmp-fixinc): Similarly.
4916
4917 Thu Oct  1 19:58:30 1998  Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
4918
4919         * regmove.c (regmove_optimize): Add variable old_max_uid.
4920         At the end of the function, update basic_block_end.
4921
4922 Thu Oct  1 17:58:25 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
4923
4924         * dwarf2out.c (expand_builtin_dwarf_reg_size): Use
4925         FIRST_PSEUDO_REGISTER as upper bound for last_end, not an
4926         arbitrary constant.
4927
4928 Thu Oct  1 17:57:14 1998  Nick Clifton  <nickc@cygnus.com>
4929
4930         * config/arm/arm.c: Improve interworking support.
4931
4932 Thu Oct  1 18:43:35 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
4933
4934         * reload1.c (choose_reload_regs): Fix test if reload_reg_rtx[r] was
4935         copied from reload_out[r] .
4936
4937 Thu Oct  1 19:20:09 1998  John Carr  <jfc@mit.edu>
4938
4939         * dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work
4940         with more than three size ranges.
4941
4942         * flow.c (sbitmap_copy): Use bcopy to copy bitmap.
4943
4944         * rtl.c (mode_name): Add a null string at the end of the array.
4945         (mode_wider_mode): Change type to unsigned char.
4946         (mode_mask_array): New variable.
4947         (init_rtl): Update for mode_wider_mode type change.
4948
4949         * rtl.h (mode_wider_mode): Change type to unsigned char.
4950         (mode_mask_array): Declare.
4951         (GET_MODE_MASK): Use mode_mask_array.
4952
4953 Thu Oct  1 15:56:01 1998  Gavin Romig-Koch  <gavin@cygnus.com>
4954
4955         * calls.c (expand_call) : Encapsulate code into 
4956         copy_blkmode_from_reg.
4957         * expr.c (copy_blkmode_from_reg): New function.
4958         * expr.h (copy_blkmode_from_reg): New function.
4959         * integrate.c (function_cannot_inline_p): We can inline
4960         these now.
4961         (expand_inline_function): Use copy_blkmode_from_reg
4962         if needed.  Avoid creating BLKmode REGs.
4963         (copy_rtx_and_substitute): Don't try to SUBREG a BLKmode
4964         object.
4965
4966 Thu Oct  1 10:42:27 1998  Nick Clifton  <nickc@cygnus.com>
4967
4968         * config/v850/v850.c: Add function prototypes.
4969         Add support for v850 special data areas.
4970
4971         * config/v850/v850.h: Add support for v850 special data areas.
4972         
4973         * c-pragma.c: Add support for HANDLE_PRAGMA_PACK and
4974         HANDLE_PRAGMA_PACK_PUSH_POP.
4975         (push_alignment): New function: Cache an alignment requested
4976         by a #pragma pack(push,<n>).
4977         (pop_alignment): New function: Pop an alignment from the
4978         alignment stack.
4979         (insert_pack_attributes): New function: Generate __packed__
4980         and __aligned__ attributes for new decls whilst a #pragma pack
4981         is in effect. 
4982         (add_weak): New function: Cache a #pragma weak directive.
4983         (handle_pragma_token): Document calling conventions.  Add
4984         support for #pragma pack(push,<n>) and #pragma pack (pop).
4985
4986         * c-pragma.h: If HANDLE_SYSV_PRAGMA or HANDLE_PRAGMA_PACK_PUSH_POP
4987         are defined enable HANDLE_PRAGMA_PACK.
4988         Move 'struct weak_syms' here (from varasm.c).
4989         Add pragma states for push and pop pragmas.
4990
4991         * c-common.c (decl_attributes): Call PRAGMA_INSERT_ATTRIBUTES
4992         if it is defined.
4993
4994         * c-lex.c: Replace occurances of HANDLE_SYSV_PRAGMA with
4995         HANDLE_GENERIC_PRAGMAS.
4996         
4997         * varasm.c: Move definition of 'struct weak_syms' into
4998         c-pragma.h. 
4999         (handle_pragma_weak): Deleted.
5000
5001         * config/i386/i386.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
5002
5003         * config/winnt/win-nt.h: Define HANDLE_PRAGMA_PACK_PUSH_POP.
5004
5005         * c-decl.c (start_function): Add invocation of
5006         SET_DEFAULT_DECL_ATTRIBUTES, if defined.
5007
5008         * tm.texi: Remove description of non-existant macro
5009         SET_DEFAULT_SECTION_NAME.
5010         
5011         (HANDLE_SYSV_PRAGMA): Document.
5012         (HANDLE_PRAGMA_PACK_PUSH_POP): Document.
5013
5014 Wed Sep 30 22:27:53 1998  Robert Lipe  <robertl@dgii.com>
5015
5016         * config.sub: Recognize i[34567]86-pc-udk as new target.
5017         * configure.in: Likewise.
5018         * config/i386/t-udk: New file.
5019         * config/i386/udk.h: New file.
5020
5021 Wed Sep 30 19:33:07 1998  Jeffrey A Law  (law@cygnus.com)
5022
5023         * reorg.c (check_annul_list_true_false): Remove unused variables.
5024         (steal_delay_list_from_target): Add missing "used_annul" variable.
5025         (try_merge_delay_insns): Close out half formed comment.
5026
5027 Wed Sep 30 19:13:20 1998 Zack Weinberg  <zack@rabi.phys.columbia.edu>  
5028
5029         * cpplib.c (macroexpand): If arg->raw_before or
5030         arg->raw_after, remove any no-reexpansion escape at the
5031         beginning of the pasted token.  Correct handling of whitespace
5032         markers and no-reexpand markers at the end if arg->raw_after.
5033
5034         * toplev.c (documented_lang_options): Recognize -include,
5035         -imacros, -iwithprefix, -iwithprefixbefore.
5036         * cpplib.c (cpp_start_read): Process -imacros and -include
5037         switches at the same time and in command-line order, after
5038         initializing the dependency-output code.  Emit properly nested
5039         #line directives for them.  Emit a #line for the main file
5040         before processing these switches, and don't do it again
5041         afterward.
5042
5043 Wed Sep 30 18:03:22 1998  Richard Henderson  <rth@cygnus.com>
5044
5045         * function.c (purge_addressof_1): Use bitfield manipulation
5046         routines to handle mem mode < reg mode.
5047
5048 Wed Sep 30 18:43:32 1998  Herman ten Brugge <Haj.Ten.Brugge@net.HCC.nl> 
5049
5050         * reorg.c (try_merge_delay_insns): Account for resources referenced
5051         in each instruction in INSN's delay list before trying to eliminate
5052         useless instructions.  Similarly when looking at a trial insn's delay
5053         slots.
5054
5055         * reorg.c (check_annul_list_true_false): New function.
5056         (steal_delay_list_from_{target,fallthrough}): Call it and also
5057         refine tests for when we may annul if already filled a slot.
5058         (fill_slots_from_thread): Likewise.
5059         (delete_from_delay_slot): Return newly-created thread.
5060         (try_merge_delay_isns): Use its new return value.
5061
5062 Wed Sep 30 18:29:26 1998  Jeffrey A Law  (law@cygnus.com)
5063
5064         * loop.c (check_dbra_loop): Use a vanilla loop reversal if the biv is
5065         used to compute a giv or as some other non-counting use.
5066
5067 Wed Sep 30 18:19:27 1998  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5068
5069         * regs.h (HARD_REGNO_CALL_PART_CLOBBERED):  New macro.
5070         * local-alloc.c (find_free_reg): Use it.
5071         * global.c (find_reg): Likewise.
5072         * tm.texi: Document HARD_REGNO_CALL_PART_CLOBBERED.
5073
5074         * regs.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.
5075         * caller-save.c (init_caller_save): Use it.
5076         * tm.texi: Document HARD_REGNO_CALLER_SAVE_MODE.
5077
5078 Wed Sep 30 12:57:30 1998 Zack Weinberg  <zack@rabi.phys.columbia.edu>  
5079
5080         * configure.in: Add --enable-cpplib option which uses cpplib
5081         for cpp, but doesn't link cpplib into cc1.  Make help text
5082         capitalization consistent.
5083         * configure: Rebuilt.
5084
5085 Wed Sep 30 10:09:39 1998  Mark Mitchell  <mark@markmitchell.com>
5086
5087         * function.c (gen_mem_addressof): If the address REG is
5088         REG_USERVAR_P make the new REG be so also.
5089         * loop.c (scan_loop): Apply DeMorgan's laws and add documentation
5090         in an attempt to clarify slightly.
5091
5092 Wed Sep 30 09:57:40 1998  Jeffrey A Law  (law@cygnus.com)
5093
5094         * expr.c (expand_expr): Handle COMPONENT_REF, BIT_FIELD_REF ARRAY_REF
5095         and INDIRECT_REF in code to check MAX_INTEGER_COMPUTATION_MODE.
5096
5097 Wed Sep 30 10:13:39 1998  Catherine Moore  <clm@cygnus.com>
5098
5099         * toplev.c:  Fix last patch.
5100
5101 Tue Sep 29 20:03:18 1998  Jim Wilson  <wilson@cygnus.com>
5102
5103         * loop.c (get_condition): Fix typo in May 9 change.
5104
5105 Tue Sep 29 11:11:38 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5106
5107         * invoke.texi (-fexceptions): Merge 2 different descriptions.
5108
5109 Mon Sep 28 22:08:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5110
5111         * toplev.c (documented_lang_options): Spelling corrections.
5112
5113 Mon Sep 28 19:41:24 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
5114
5115         * configure.in: new flags --with-ld and --with-as, equivalent
5116         to setting LD and AS environment variables.  Test whether
5117         specified arguments are GNU commands, and report them with
5118         checking messages.  Use the specified AS for configure
5119         tests too.
5120         * configure: ditto
5121         * acconfig.h: add DEFAULT_ASSEMBLER and DEFAULT_LINKER
5122         * config.in: ditto
5123         * gcc.c (find_a_file): when looking for `as' and `ld', return
5124         the DEFAULT program if it exists
5125         * collect2.c (main): use DEFAULT_LINKER if it exists
5126
5127         * gcc.c (find_a_file): the test for existence of a full
5128         pathname was reversed
5129
5130 Mon Sep 28 17:34:35 1998  Michael Meissner  <meissner@cygnus.com>
5131
5132         * rs6000.h (ASM_OUTPUT_MI_THUNK): Only define on ELF systems.
5133         * rs6000.c (output_mi_thunk): Always use a raw jump for now.
5134
5135 Mon Sep 28 14:24:03 1998  Mark Mitchell  <mark@markmitchell.com>
5136
5137         * tree.h (TYPE_BINFO): Document.
5138
5139 Mon Sep 28 12:55:49 1998   Stan Cox  <scox@cygnus.com>
5140
5141         * i386-coff.h (dbxcoff.h): Added.
5142
5143 Mon Sep 28 12:51:00 1998  Catherine Moore  <clm@cygnus.com>
5144
5145         * toplev.c:  fix bad patch around flag_data_sections.
5146
5147 Mon Sep 28 10:32:28 1998  Nick Clifton  <nickc@cygnus.com>
5148
5149         * reload1.c (reload): Use reload_address_index_reg_class and 
5150         reload_address_base_reg_class when setting
5151         caller_save_spill_class.  (Patch generated by Jim Wilson:
5152         wilson@cygnus.com).
5153
5154 Mon Sep 28 07:43:34 1998  Mark Mitchell  <mark@markmitchell.com>
5155
5156         * c-common.c (c_get_alias_set): Tighten slightly for FUNCTION_TYPEs
5157         and ARRAY_TYPEs.  Tidy up.  Improve support for type-punning. 
5158         * expr.c (store_field): Add alias_set parameter.  Set the
5159         MEM_ALIAS_SET accordingly, if the target is a MEM.
5160         (expand_assignment): Use it.
5161         (store_constructor_field): Pass 0.
5162         (expand_expr): Likewise.
5163
5164 Mon Sep 28 07:54:03 1998  Catherine Moore  <clm@cygnus.com>
5165  
5166         * flags.h:  Add flag_data_sections.
5167         * toplev.c:  Add option -fdata-sections.  Add flag_data_sections.
5168         (compile_file):  Error if flag_data_sections not supported.
5169         * varasm.c (assemble_variable):  Handle flag_data_sections.
5170         * config/svr4.h:  Modify prefixes for UNIQUE_SECTION_NAME.
5171         * config/mips/elf.h:  Likewise.
5172         * config/mips/elf64.h:  Likewise.
5173         * invoke.texi:  Describe -fdata-sections.
5174  
5175 Mon Sep 28 04:15:44 1998  Craig Burley  <burley@melange.gnu.org>
5176
5177         * invoke.texi (-ffloat-store): Clarify that this option
5178         does not affect intermediate results -- only variables.
5179
5180 Mon Sep 28 04:11:35 1998  Jeffrey A Law  (law@cygnus.com)
5181
5182         * cpp.texi: Update for Fortran usage from Craig.
5183
5184 Fri Sep 25 22:09:47 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5185
5186         * rs6000.c (function_arg_boundary): Revert accidental change on
5187         September 18.
5188
5189 Fri Sep 25 20:30:00 1998  Michael Meissner  <meissner@cygnus.com>
5190
5191         * rs6000.h (ASM_OUTPUT_MI_THUNK): Declare, call output_mi_thunk.
5192         (output_mi_thunk): Declare.
5193
5194         * rs6000.c (output_mi_thunk): Function to create thunks for MI.
5195         (output_function_profiler): Use r12 for temp, instead of r11 so
5196         that we preserve the static chain register.
5197         
5198 Fri Sep 25 14:18:33 1998  Jim Wilson  <wilson@cygnus.com>
5199
5200         * sdbout.c (sdbout_one_type): Don't look at TYPE_BINFO field of enums.
5201
5202 Fri Sep 25 19:30:19 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5203
5204         * sh.c (gen_shl_sext): Fix case 5.
5205
5206 Fri Sep 25 17:35:23 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5207
5208         * reload1.c (reload_combine): Re-add line that got accidentally lost.
5209
5210 Fri Sep 25 10:43:47 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5211
5212         * cccp.c (pedwarn_with_file_and_line): For !__STDC__ case, avoid
5213         accessing variables until they are initialized via va_arg().
5214
5215 Thu Sep 24 22:12:16 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5216
5217         * reload1.c (reload_combine): Initialize set before using.
5218
5219 Thu Sep 24 18:53:20 1998  Jason Merrill  <jason@yorick.cygnus.com>
5220
5221         * sdbout.c (sdbout_field_types): Don't emit the types of fields we
5222         won't be emitting.
5223
5224 Thu Sep 24 17:05:30 1998  Nick Clifton  <nickc@cygnus.com>
5225
5226         * config/arm/arm.md (insv): Add comment.  In CONST_INT case, and
5227         operand3 with mask before using it.  Patch provided by Jim Wilson.
5228
5229 Thu Sep 24 15:08:08 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
5230
5231         * config/sparc/sparc.c (function_value): Perform the equivalent of
5232         PROMOTE_MODE for ARCH64.
5233         (eligible_for_epilogue_delay): Allow DImode operations in delay
5234         slot of a return for ARCH64.
5235
5236 Thu Sep 24 22:17:54 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5237
5238         * sh.md (sqrtsf2): Fix mode of sqrt.
5239
5240 Thu Sep 24 21:48:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5241
5242         * reload1.c (choose_reload_regs): Also try inheritance when
5243         reload_in is a stack slot of a pseudo, even if we already got a
5244         reload reg.
5245
5246 Thu Sep 24 21:22:39 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5247
5248         * reload1.c (reload_cse_regs_1): Renamed from reload_cse_regs.
5249         (reload_cse_regs): New function body: call reload_cse_regs_1,
5250         reload_combine, reload_cse_move2add.
5251         When doing expensive_optimizations, call reload_cse_regs_1 a
5252         second time after reload_cse_move2add.
5253         (reload_combine, reload_combine_note_store): New functions.
5254         (reload_combine_note_use): New function.
5255         (reload_cse_move2add, move2add_note_store): New functions.
5256
5257 Thu Sep 24 18:48:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5258
5259         * reload.c (find_reloads): In code to promote RELOAD_FOR_X_ADDR_ADDR
5260         reloads to RELOAD_FOR_X_ADDRESS reloads, test for reload sharing.
5261
5262         Properly keep track of first RELOAD_FOR_X_ADDRESS also for
5263         more than 3 such reloads.
5264
5265         If there is not more than one RELOAD_FOR_X_ADDRESS, don't change
5266         RELOAD_FOR_X_ADDR_ADDR reload.
5267
5268 Thu Sep 24 17:45:55 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5269
5270         * expr.c (store_constructor): When initializing a field that is smaller
5271         than a word, at the start of a word, try to widen it to a full word.
5272
5273         * cse.c (cse_insn): When we are about to change a register,
5274         remove any invalid references to it.
5275
5276         (remove_invalid_subreg_refs): New function.
5277         (mention_regs): Special treatment for SUBREGs.
5278         (insert_regs): Don't strip SUBREG for call to mention_regs.
5279         Check if reg_tick needs to be bumped up before that call.
5280         (lookup_as_function): Try to match known word_mode constants when
5281         looking for a norrower constant.
5282         (canon_hash): Special treatment for SUBREGs.
5283
5284 Thu Sep 24 01:35:34 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5285
5286         * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Define.
5287         * config/sparc/sparc.c (sparc64_initialize_trampoline): If that is
5288         defined, emit libcall to __enable_execute_stack.  Also fix opcodes
5289         and offsets in actual stack trampoline code so they match the
5290         commentary and actually work.
5291
5292 Thu Sep 24 01:19:02 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
5293
5294         * configure.in (sparcv9-*-solaris): Use t-sol2 and t-sol2-64 for
5295         tmake_file.
5296         (sparc64-*-linux): Use t-linux and sparc/t-linux64 for
5297         tmake_file.  Set extra_parts to needed crt objects.
5298         * configure: Rebuilt.
5299         * config/sparc/linux64.h (SPARC_BI_ARCH): Define.
5300         (TARGET_DEFAULT): Set if default is v9 or ultra.
5301         (STARTFILE_SPEC32, STARTFILE_SPEC64): New macros.
5302         (STARTFILE_SPEC): Set to those upon SPARC_BI_ARCH.
5303         (ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_SPEC): Likewise.
5304         (SUBTARGET_EXTRA_SPECS, LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
5305         LINK_SPEC, LINK_ARCH_SPEC): Likewise.
5306         (TARGET_VERSION): Define.
5307         (MULTILIB_DEFAULT): Define.
5308         * config/sparc/sparc.h (CPP_CPU_DEFAULT_SPEC): Rearrange so that
5309         mixed 32/64 bit compilers based upon SPARC_BI_ARCH work.
5310         (CPP_CPU64_DEFAULT_SPEC, CPP_CPU32_DEFAULT_SEC): Define
5311         appropriately.
5312         (TARGET_SWITCHES): Allow ptr32/ptr64 options once more.
5313         * config/sparc/sparc.c (sparc_override_options): If arch and
5314         pointer size disagree, emit diagnostic and fix it up.  If
5315         SPARC_BI_ARCH and TARGET_ARCH32, set cmodel to CM_32.  Turn off
5316         V8PLUS in 64-bit mode.
5317         * config/sparc/t-linux64: New file.
5318         * config/sparc/t-sol2-64: New file.
5319         * config/sparc/t-sol2: Adjust build rules to use MULTILIB_CFLAGS.
5320         * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Define.
5321         (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC,
5322         CPP_CPU32_DEFAULT_SPEC, CPP_CPU64_DEFAULT_SPEC): Define.
5323         (ASM_SPEC, CPP_CPU_SPEC): Set appropriately based upon those.
5324         (STARTFILE_SPEC32, STARTFILE_SPEC32, STARTFILE_ARCH_SPEC):
5325         Define.
5326         (STARTFILE_SPEC): Set approriately based upon those.
5327         (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Set based upon
5328         disposition of DEFAULT_ARCH32_P.
5329         (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Define.
5330         (LINK_ARCH_SPEC, LINK_ARCH_DEFAULT_SPEC): Set based upon those.
5331         (CC1_SPEC, MULTILIB_DEFAULTS): Set based upon DEFAULT_ARCH32_P.
5332         (MD_STARTFILE_PREFIX): Set correctly based upon SPARC_BI_ARCH.
5333         * config/sparc/xm-sysv4-64.h (HOST_BITS_PER_LONG): Only set on
5334         arch64/v9.
5335         * config/sparc/xm-sp64.h (HOST_BITS_PER_LONG): Likewise.
5336         
5337 Wed Sep 23 22:32:31 1998  Mark Mitchell  <mark@markmitchell.com>
5338
5339         * rtl.h (init_virtual_regs): New function.
5340         * emit-rtl.c (init_virtual_regs): Define.
5341         (insn_emit): Use it.
5342         * integrate.c (save_for_inline_copying): Likewise.
5343
5344 Wed Sep 23 16:22:01 1998  Nick Clifton  <nickc@cygnus.com>
5345
5346         * config/arm/thumb.h: The following patches were made by Jim Wilson:
5347         (enum reg_class): Add NONARG_LO_REGS support.
5348         (REG_CLASS_NAMES, REG_CLASS_CONTENTS, REGNO_REG_CLASS,
5349         PREFERRED_RELOAD_CLASS, SECONDARY_RELOAD_CLASS): Likewise.
5350         (GO_IF_LEGITIMATE_ADDRESS): Disable REG+REG addresses before reload
5351         completes.  Re-enable HImode REG+OFFSET addresses.
5352         (LEGITIMIZE_RELOAD_ADDRESS): Define.
5353
5354         * expmed.c (extract_bit_field): Add comment from Jim Wilson. 
5355
5356 Wed Sep 23 13:26:02 1998  Richard Henderson  <rth@cygnus.com>
5357
5358         * alpha.c (get_aligned_mem): Revert Sep 20 change.
5359         (alpha_set_memflags, alpha_set_memflags_1): Likewise.
5360         (alpha_align_insns): Properly calculate initial offset wrt max_align.
5361
5362 Wed Sep 23 10:45:44 1998  Richard Earnshaw (rearnsha@arm.com)
5363
5364         * arm.c (find_barrier): Revert change of Apr 23.  Handle table
5365         jumps as a single entity, taking into account the size of the
5366         table.
5367
5368 Tue Sep 22 15:13:34 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5369
5370         * tree.def (SWITCH_EXPR): New tree node definition.
5371
5372 Mon Sep 21 23:40:38 PDT 1998 Jeff Law  (law@cygnus.com)
5373
5374         * version.c: Bump for snapshot.
5375
5376 Mon Sep 21 22:31:14 PDT 1998 Jeff Law  (law@cygnus.com)
5377
5378         * version.c: Bump for snapshot.
5379
5380 Mon Sep 21 22:48:09 1998  Jeffrey A Law  (law@cygnus.com)
5381
5382         * configure.in: Recognize i[34567]86-*-openbsd* and handle it like
5383         NetBSD.
5384
5385 Mon Sep 21 22:05:28 1998  Jeffrey A Law  (law@cygnus.com)
5386
5387         * Revert this patch.
5388         * reload.c (find_reloads): Do not replace a pseudo with
5389         (MEM (reg_equiv_addr)) in the initializing insn for the
5390         pseudo.
5391
5392 Mon Sep 21 20:19:41 1998  John Carr  <jfc@mit.edu>
5393
5394         * final.c (final_scan_insn): Disable tracking CC across branches.
5395
5396 Mon Sep 21 17:15:26 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5397
5398         * expr.h (eh_rtime_match_libfunc): New extern declaration.
5399         * optabs.c (init_optabs): Set eh_rtime_match_libfunc.
5400         * except.c (start_catch_handler): Use eh_rtime_match_libfunc.
5401         * libgcc2.c (__eh_rtime_match): Always return 0 if the matcher is
5402         NULL. Only include <stdio.h> if inhibit_libc is not defined.
5403
5404 Mon Sep 21 14:10:51 1998  Jason Merrill  <jason@yorick.cygnus.com>
5405
5406         * toplev.c (rest_of_compilation): Skip compiling anything with
5407         DECL_EXTERNAL set, not just if it has DECL_INLINE as well.
5408
5409 Mon Sep 21 13:51:05 1998  Jim Wilson  <wilson@cygnus.com>
5410
5411         * flow.c (find_basic_blocks): Delete check for in_libcall_block when
5412         prev_code is a CALL_INSN.  Change check for REG_RETVAL note to
5413         use in_libcall_block.
5414         (find_basic_blocks_1): Delete check for in_libcall_block when prev_code
5415         is a CALL_INSN.  If CALL_INSN and in_libcall_block, then change code
5416         to INSN.
5417
5418 Mon Sep 21 14:02:23 1998
5419
5420         * i386.h: (TARGET_SWITCHES) Improve doc for align-double.  Fix
5421         typo in no-fancy-math-387 description.
5422
5423 Mon Sep 21 09:27:18 PDT 1998 Jeff Law  (law@cygnus.com)
5424
5425         * version.c: Bump for snapshot.
5426
5427 Mon Sep 21 09:24:49 1998   Stan Cox  <scox@cygnus.com>
5428
5429         * i386-coff.h (DBX_DEBUGGING_INFO): Added.
5430
5431 Mon Sep 21 09:14:49 1998   Robert Lipe  <robertl@dgii.com>
5432
5433         * i386.h: (TARGET_SWITCHES) Add description fields for flags 
5434         documented in install.texi.
5435         (TARGET_OPTIONS) Likewise.
5436
5437 Mon Sep 21 01:39:03 PDT 1998 Jeff Law  (law@cygnus.com)
5438
5439         * version.c: Bump for snapshot.
5440
5441 Mon Sep 21 01:53:05 1998  Felix Lee  <flee@cygnus.com>
5442
5443         * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().
5444         * cccp.c (main): Likewise.
5445
5446         * cccp.c, collect2.c, cpplib.c, gcc.c, config/i386/xm-cygwin32.h:
5447         Rename GET_ENVIRONMENT to GET_ENV_PATH_LIST, and fix some
5448         macro-use bugs.
5449
5450 Mon Sep 21 00:52:12 1998  Per Bothner  <bothner@cygnus.com>
5451
5452         * Makefile.in (LIBS):  Link in libiberty.a.
5453         * c-common.c, gcc.c, toplev.c:  Replace (some) bcopy calls by memcpy.
5454
5455 Sun Sep 20 23:28:11 1998  Richard Henderson  <rth@cygnus.com>
5456
5457         * reload1.c (emit_reload_insns): Accept a new arg for the bb.  Use
5458         it to update bb boundaries.  Update caller.
5459         * function.c (reposition_prologue_and_epilogue_notes): Update
5460         bb boundaries wrt the moved note.
5461
5462 Sun Sep 20 20:57:02 1998  Robert Lipe  <robertl@dgii.com>
5463         
5464         * configure.in (i*86-*-sysv5*): Use fixinc.svr4 to patch byteorder
5465         problems.
5466         * configure: Regenerate.
5467
5468 Sun Sep 20 19:01:51 1998  Richard Henderson  <rth@cygnus.com>
5469
5470         * alpha.c (alpha_sr_alias_set): New variable.
5471         (override_options): Set it.
5472         (alpha_expand_prologue, alpha_expand_epilogue): Use it.
5473         (mode_mask_operand): Fix signed-unsigned comparision warning.
5474         (alpha_expand_block_move): Likewise.
5475         (print_operand): Likewise.
5476         (get_aligned_mem): Use change_address.
5477         (alpha_set_memflags, alpha_set_memflags_1): Set the alias set.
5478         (alphaev4_insn_pipe, alphaev4_next_group): New functions.
5479         (alphaev4_next_nop, alphaev5_next_nop): New functions.
5480         (alpha_align_insns): Remade from old alphaev5_align_insns
5481         to handle multiple processors.
5482         (alpha_reorg): Call alpha_align_insns for both ev4 and ev5.
5483         * output.h (label_to_alignment): Prototype.
5484
5485         * tree.c (new_alias_set): New function.
5486         * tree.h (new_alias_set): Declare it.
5487         * c-common.c (c_get_alias_set): Use it.
5488
5489 Sun Sep 20 12:35:55 1998  Richard Henderson  <rth@cygnus.com>
5490
5491         * fold-const.c (fold): Yet another COND_EXPR bug: when folding 
5492         to an ABS expr, convert an unsigned input to signed.
5493         
5494 Sun Sep 20 12:14:45 1998  Jeffrey A Law  (law@cygnus.com)
5495
5496         * fold-const.c (fold): Fix another type in COND_EXPR handling code.
5497
5498 1998-09-20  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5499
5500         * configure.in: Add support for c4x targets.
5501         * configure: Rebuilt.
5502
5503 Sun Sep 20 00:00:51 1998  Richard Henderson  <rth@cygnus.com>
5504
5505         * combine.c (distribute_notes): If an insn is a cc0 user, only
5506         delete it if we can also delete the cc0 setter.
5507
5508 Sun Sep 20 00:22:23 1998  Michael Tiemann  <michael@impact.tiemann.org>
5509
5510         * fold-const.c (fold): Fix typo in COND_EXPR handling code.
5511         (invert_truthvalue): Enable truthvalue inversion for
5512         floating-point operands if -ffast-math.
5513
5514 Sat Sep 19 23:58:07 1998  Melissa O'Neill <oneill@cs.sfu.ca>
5515                          
5516         * configure.in: Disable collect2 for nextstep.  Instead use
5517         crtbegin/crtend.
5518         * configure: Rebuilt.
5519         * config/nextstep.h (STARTFILE_SPEC): Add crtbegin.
5520         (ENDFILE_SPEC): Define.
5521         (OBJECT_FORMAT_MACHO): Define.
5522         (EH_FRAME_SECTION_ASM_OP): Define.
5523         * crtstuff.c: Handle MACHO.
5524
5525 Sun Sep 20 00:24:24 1998  Robert Lipe  <robertl@dgii.com>
5526
5527         * config/i386/sco5.h (TARGET_MEM_FUNCTIONS):  Define.
5528
5529 1998-09-19  Torbjorn Granlund  <tege@matematik.su.se>
5530
5531         * fp-bit.c (pack_d): Do not clear SIGN when fraction is 0.
5532         (_fpadd_parts): Get sign right for 0.
5533
5534 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
5535
5536         * ginclude/varargs.h: Add support for C4x target.
5537         * ginclude/stdargs.h: Likewise.
5538
5539 Sat Sep 19 12:05:09 1998  Richard Henderson  <rth@cygnus.com>
5540
5541         * alpha.c (alpha_return_addr): SET should be VOIDmode.
5542         (alpha_emit_set_long_const): Rewrite to be callable from reload
5543         and 32-bit hosts.
5544         (alpha_expand_epilogue): Update for alpha_emit_set_long_const.
5545         * alpha.md (movdi): Likewise.
5546
5547 Sat Sep 19 07:33:36 1998  Richard Earnshaw (rearnsha@arm.com)
5548
5549         * arm.c (add_constant): New parameter address_only, change caller.
5550         Set it non-zero if taking the address of an item in the pool.
5551         (arm_reorg): Handle cases where we need the address of an item in
5552         the pool.
5553
5554         * arm.c (bad_signed_byte_operand): Check both arms of a sum in
5555         a memory address.
5556         * arm.md (splits for *extendqihi_insn and *extendqisi_insn): Handle
5557         memory addresses that are not in standard canonical form.
5558
5559 Sat Sep 19 01:00:32 1998  Michael Hayes  (mph@elec.canterbury.ac.nz)
5560
5561         * README.C4X: New file with information about the c4x ports.
5562         * ginclude/va-c4x.h: New file for c4x varargs support.
5563         * config/c4x: New directory with c4x port files.
5564
5565 Fri Sep 18 22:52:05 1998  Jeffrey A Law  (law@cygnus.com)
5566
5567         * reload.c (find_reloads): Do not replace a pseudo with 
5568         (MEM (reg_equiv_addr)) in the initializing insn for the
5569         pseudo.
5570
5571 Fri Sep 18 23:50:56 1998  David Edelsohn  <edelsohn@mhpcc.edu>
5572
5573         * toplev.c (rest_of_compilation): Set bct_p on second call to
5574         loop_optimize.
5575         * loop.c (loop_optimize, scan_loop, strength_reduce): New argument
5576         bct_p.
5577         (strength_reduce): Only call analyze_loop_iterations and
5578         insert_bct if bct_p set.
5579         (check_dbra_loop): Fix typo.
5580         (insert_bct): Use word_mode instead of SImode.
5581         (instrument_loop_bct): Likewise.  Do not delete iteration count
5582         condition code generation insn.  Initialize iteration count before
5583         loop start.
5584         * rtl.h (loop_optimize): Update prototype.
5585
5586         * ginclude/va-ppc.h (va_arg): longlong types in overflow area are
5587         not doubleword aligned.
5588
5589         * rs6000.c (optimization_options): New function.
5590         (secondary_reload_class): Only call true_regnum for PSEUDO_REGs.
5591         * rs6000.h (OPTIMIZATION_OPTIONS): Define.
5592         (REG_ALLOC_ORDER): Allocate highest numbered condition regsiters
5593         first; cr1 can be used for FP record condition insns.
5594
5595 Fri Sep 18 09:44:55 1998  Nick Clifton  <nickc@cygnus.com>
5596
5597         * config/m32r/m32r.h (m32r_block_immediate_operand): Add to
5598         PREDICATE_CODES.
5599
5600         * config/m32r/m32r.md: Add "movstrsi" and "movstrsi_internal"
5601         patterns.
5602
5603         * config/m32r/m32r.c (m32r_print_operand): Add 's' and 'p'
5604         operators.
5605         (block_move_call): New function: Call a library routine to copy a
5606         block of memory.
5607         (m32r_expand_block_move): New function: Expand a "movstrsi"
5608         pattern into a sequence of insns.
5609         (m32r_output_block_move): New function: Expand a
5610         "movstrsi_internal" pattern into a sequence of assembler opcodes.
5611         (m32r_block_immediate_operand): New function: Return true if the
5612         RTL is an integer constant, less than or equal to MAX_MOVE_BYTES.
5613         
5614 Thu Sep 17 16:42:16 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5615
5616         * except.c (start_catch_handler): Issue 'fatal' instead of 'error' and
5617         re-align some code.
5618         * libgcc2.c (__eh_rtime_match): fprintf a runtime error. Use <stdio.h>.
5619
5620 Thu Sep 17 12:24:33 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5621
5622         * regmove.c (copy_src_to_dest): Check that modes match.
5623
5624 Wed Sep 16 22:10:42 1998  Robert Lipe  <robertl@dgii.com>
5625
5626         * config/i386/sco5.h (SUPPORTS_WEAK): True only if targeting ELF.
5627
5628 Wed Sep 16 15:24:54 1998  Richard Henderson  <rth@cygnus.com>
5629
5630         * i386.h (PREFERRED_RELOAD_CLASS): Respect an existing class
5631         narrower than FLOAT_REGS.
5632
5633 Wed Sep 16 17:51:00 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
5634
5635         * cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIR
5636         * cccp.c: ditto
5637         * Makefile.in (old_gxx_include_dir): removed
5638
5639 Wed Sep 16 12:29:22 1998  Nick Clifton  <nickc@cygnus.com>
5640
5641         * config/sh/sh.h: Update definition of HANDLE_PRAGMA to match
5642         new specification.
5643
5644         * config/sh/sh.c (handle_pragma): Rename to sh_handle_pragma().
5645         (sh_handle_pragma): Change function arguments to match new
5646         specification for HANDLE_PRAGMA. 
5647
5648 Wed Sep 16 12:43:19 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5649
5650         * gen-protos.c (parse_fn_proto): Cast argument of ISALNUM to
5651         `unsigned char'.
5652         (main): Mark parameter `argc' with ATTRIBUTE_UNUSED.
5653         When generating output, initialize missing struct member to zero.
5654
5655 Wed Sep 16 14:47:43 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
5656
5657         * regmove.c (copy_src_to_dest): Don't copy if that requires
5658         (a) new register(s).
5659
5660 Wed Sep 16 01:29:12 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5661
5662         * global.c (reg_allocno): Now static.
5663         * reload1.c (reg_allocno): Delete declaration.
5664         (order_regs_for_reload): Take no arguments.  Don't treat regs
5665         allocated by global differently than those allocated by local-alloc.
5666
5667 Wed Sep 16 01:09:01 1998  Kamil Iskra  <iskra@student.uci.agh.edu.pl>
5668
5669         * m68k/m68k.c (output_function_prologue): Reverse NO_ADDSUB_Q
5670         condition, fix format strings.
5671         (output_function_epilogue): Likewise.
5672
5673         * m68k/m68k.c: Don't include <stdlib.h> directly.
5674
5675 Wed Sep 16 00:30:56 1998  Geoff Keating  <geoffk@ozemail.com.au>
5676
5677         * gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,
5678         mem_first_set, mem_last_set; because 0 can be a CUID.
5679         (oprs_unchanged_p): Use new definition.
5680         (record_last_reg_set_info): Likewise.
5681         (record_last_mem_set_info): Likewise.
5682         (compute_hash_table): Likewise.
5683
5684 Tue Sep 15 22:59:52 1998  Jeffrey A Law  (law@cygnus.com)
5685
5686         * rs6000.c (output_epilogue): Handle Chill.
5687
5688         * mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5689         * mn10300.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define.
5690
5691         * combine.c (make_extraction): If no mode is specified for
5692         an operand of insv, extv, or extzv, default it to word_mode.
5693         (simplify_comparison): Similarly.
5694         * expmed.c (store_bit_field): Similarly.
5695         (extract_bit_field): Similarly.
5696         * function.c (fixup_var_regs_1): Similarly.
5697         * recog.c (validate_replace_rtx_1): Similarly.
5698         * mips.md (extv, extzv, insv expanders): Default modes for most
5699         operands.  Handle TARGET_64BIT.
5700         (movdi_uld, movdi_usd): New patterns.
5701
5702         * pa.c (emit_move_sequence): Do not replace a pseudo with its
5703         equivalent memory location unless we have been provided a scratch
5704         register.  Similarly do not call find_replacement unless a
5705         scratch register has been provided.
5706
5707 Tue Sep 15 19:23:01 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5708
5709         * i386.h (PREFERRED_RELOAD_CLASS): For standard 387 constants,
5710         return FLOAT_REGS.
5711
5712 Tue Sep 15 19:09:06 1998  Richard Henderson  <rth@cygnus.com>
5713
5714         * tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.  Kill.
5715         (BUILT_IN_FP, BUILT_IN_SP, BUILT_IN_SET_RETURN_ADDR_REG): Kill.
5716         (BUILT_IN_EH_STUB_OLD, BUILT_IN_EH_STUB, BUILT_IN_SET_EH_REGS): Kill.
5717         (BUILT_IN_EH_RETURN, BUILT_IN_DWARF_CFA): New.
5718         * c-decl.c (init_decl_processing): Update accordingly.
5719         * expr.c (expand_builtin): Likewise.
5720
5721         * rtl.h (global_rtl): Add cfa entry.
5722         (virtual_cfa_rtx, VIRTUAL_CFA_REGNUM): New.
5723         (LAST_VIRTUAL_REGISTER): Update.
5724         * emit-rtl.c (global_rtl): Add cfa entry.
5725         (init_emit): Initialize it.
5726         * function.c (cfa_offset): New.
5727         (instantiate_virtual_regs): Initialize it.
5728         (instantiate_virtual_regs_1): Instantiate virtual_cfa_rtx.
5729         (expand_function_end): Call expand_eh_return.
5730         * tm.texi (ARG_POINTER_CFA_OFFSET): New.
5731
5732         * except.c (current_function_eh_stub_label): Kill.
5733         (current_function_eh_old_stub_label): Likwise; update all references.
5734         (expand_builtin_set_return_addr_reg): Kill.
5735         (expand_builtin_eh_stub_old, expand_builtin_eh_stub): Kill.
5736         (expand_builtin_set_eh_regs): Kill.
5737         (eh_regs): Produce a third reg for the actual handler address.
5738         (eh_return_context, eh_return_stack_adjust): New.
5739         (eh_return_handler, eh_return_stub_label): New.
5740         (init_eh_for_function): Initialize them.
5741         (expand_builtin_eh_return, expand_eh_return): New.
5742         * except.h: Update prototypes.
5743         * flow.c (find_basic_blocks_1): Update references to the stub label.
5744         * function.h (struct function): Kill stub label elements.
5745
5746         * libgcc2.c (in_reg_window): For REG_SAVED_REG, check that the
5747         register number is one that would be in the previous window.
5748         Provide a dummy definition for non-windowed targets.
5749         (get_reg_addr): New function.
5750         (get_reg, put_reg, copy_reg): Use it.
5751         (__throw): Rely on in_reg_window, not INCOMING_REGNO.  Kill stub
5752         generating code and use __builtin_eh_return.  Use __builtin_dwarf_cfa.
5753
5754         * alpha.c (alpha_eh_epilogue_sp_ofs): New.
5755         (alpha_init_expanders): Initialize it.
5756         (alpha_expand_epilogue): Use it.
5757         * alpha.h: Declare it.
5758         * alpha.md (eh_epilogue): New.
5759
5760         * m68h.h (ARG_POINTER_CFA_OFFSET): New.
5761         * sparc.h (ARG_POINTER_CFA_OFFSET): New.
5762
5763 Tue Sep 15 19:31:58 1998  Michael Meissner  <meissner@cygnus.com>
5764
5765         * i960.h (CONST_COSTS): Fix thinko.  Test flag, not the constant
5766         flag bit mask.
5767
5768 Tue Sep 15 14:10:54 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5769
5770         * except.h (struct eh_entry): Add false_label field.
5771         (end_catch_handler): Add prototype.
5772         * except.c (push_eh_entry): Set false_label field to NULL_RTX.
5773         (start_catch_handler): When using old style exceptions, issue
5774         runtime typematch code before continuing with the handler.
5775         (end_catch_handler): New function, generates label after handler
5776         if needed by older style exceptions.
5777         (expand_start_all_catch): No need to check for new style exceptions.
5778         (output_exception_table_entry): Only output the first handler label
5779         for old style exceptions.
5780         * libgcc2.c (__eh_rtime_match): New routine to lump runtime matching
5781         mechanism into one function, if a runtime matcher is provided.
5782
5783 Tue Sep 15 13:53:59 EDT 1998  Andrew MacLeod  <amacleod@cygnus.com>
5784
5785         * config/i960/i960.h (SLOW_BYTE_ACCESS): Change definition to 1.
5786
5787 Tue Sep 15 09:59:01 1998  Mark Mitchell  <mark@markmitchell.com>
5788
5789         * integrate.c (copy_decl_list): Fix typo.
5790
5791 Tue Sep 15 04:18:52 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5792
5793         * config/sparc/sparc.md (movdf_const_intreg_sp32): Fix length
5794         attribute.
5795
5796 Mon Sep 14 14:02:53 PDT 1998 Jeff Law  (law@cygnus.com)
5797
5798         * version.c: Bump for snapshot.
5799
5800 Mon Sep 14 10:33:56 PDT 1998 Jeff Law  (law@cygnus.com)
5801
5802         * version.c: Bump for snapshot.
5803
5804 Mon Sep 14 09:51:05 PDT 1998 Jeff Law  (law@cygnus.com)
5805
5806         * version.c: Bump for snapshot.
5807
5808 Sun Sep 13 22:10:18 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5809
5810         * invoke.texi (C Dialect Options): Put back missing @end itemize.
5811
5812 Mon Sep 14 02:33:46 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
5813
5814         * configure.in: remove usage of `!' to negate the result of a
5815         command; some common shells do not support it
5816
5817 Sun Sep 13 19:17:35 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5818
5819         * configure.in: in sparc9-sol2 config, use 'if test' not
5820         brackets.
5821         * configure: Rebuilt.
5822
5823         * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to
5824         CM_MEDANY.
5825         (CPP_CPU_SPEC): Do not define _LP64, header files do this.
5826         (CPP_CPU_DEFAULT_SPEC): Likewise.
5827         * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right
5828         for arch64 libfuncs.
5829         
5830         * config/sparc/sparc.md (goto_handler_and_restore): Allow any mode
5831         for operand zero.
5832
5833 Sun Sep 13 09:11:59 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5834
5835         * acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub.
5836
5837         * collect2.c: Don't declare `sys_siglist' here.
5838         (my_strsignal): Prototype and define new function.  Use it in
5839         place of `sys_siglist' hacks.
5840
5841         * mips_tfile.c:  Likewise.
5842
5843         * configure.in (AC_CHECK_FUNCS): Check for strsignal.
5844         (GCC_NEED_DECLARATIONS): Likewise.
5845
5846         * system.h (strsignal): Prototype it, if necessary.
5847         (sys_siglist): Declare it, if necessary.
5848
5849 Sun Sep 13 04:37:28 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5850
5851         * loop.c (move_movables): While removing insn sequences, preserve
5852         the next pointer of the most recently deleted insn when we skip
5853         over a NOTE.
5854
5855 Sun Sep 13 08:13:39 1998  Ben Elliston  <bje@cygnus.com>
5856
5857         * objc/config-lang.in: Do not output the name of the selected
5858         thread file when building the front-end.  The Makefile for the
5859         runtime library will do this.
5860
5861         * objc/Make-lang.in: Do not build the runtime library or install
5862         the Objective C header files.  The Makefile for the runtime
5863         library will do this.
5864
5865         * objc/Makefile.in (all.indirect): Only build the front-end.
5866         (compiler): Rename to `frontend'.
5867         (obj-runtime): Remove target.
5868         (copy-headers): Likewise.
5869         (clean): No need to remove `libobjc.a' any longer.
5870
5871 Sat Sep 12 11:37:19 1998  Michael Meissner  <meissner@cygnus.com>
5872
5873         * rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all machines
5874         supported with -mcpu=xxx.
5875
5876 Fri Sep 11 23:55:54 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5877
5878         * flow.c (mark_set_1): Recognize multi-register structure return
5879         values in CALL insns.
5880         (mark_used_regs): Likewise.
5881         (count_reg_sets_1): Likewise.
5882         (count_reg_references): Likewise.
5883         * rtlanal.c (note_stores): Likewise.
5884         (reg_overlap_mentioned_p): Likewise.
5885         * haifa-sched.c (check_live_1): Likewise.
5886         (update_live_1): Likewise.
5887         (sched_analyze_1): Likewise.
5888         (sched_note_set): Likewise.
5889         (birthing_insn_p): Likewise.
5890         (attach_deaths): Likewise.
5891
5892         * config/sparc/sparc.md (movdf_const_intreg_sp64): Disable.
5893
5894
5895 Fri Sep 11 22:57:55 1998  Eric Dumazet  <dumazet@cosmosbay.com>
5896
5897         * config/i386/sco5.h (ASM_WEAKEN_LABEL): Defined as in svr4.h.
5898
5899 Thu Sep 10 22:02:04 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
5900
5901         * glimits.h (__LONG_MAX__): Recognize __sparcv9 too.
5902
5903 Thu Sep 10 21:19:10 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
5904
5905         * configure.in: Add check for GAS subsection -1 support.
5906         * acconfig.h (HAVE_GAS_SUBSECTION_ORDERING): Add.
5907         * configure config.in: Rebuilt.
5908         * config/sparc/sparc.h (CASE_VECTOR_MODE): For V9 flag_pic, use
5909         SImode is subsection -1 works, else use DImode.
5910         (ASM_OUTPUT_ADDR_VEC_START, ASM_OUTPUT_ADDR_VEC_END): Define if
5911         subsection -1 works.
5912         * config/sparc/sparc.c (sparc_output_addr_vec,
5913         sparc_output_addr_diff_vec): Use them if defined.
5914
5915 Thu Sep 10 10:46:01 1998  Mark Mitchell  <mark@markmitchell.com>
5916
5917         * tree.h (DECL_ORIGIN): New macro.
5918         * integrate.c (copy_and_set_decl_abstract_origin): New function.
5919         (copy_decl_list): Use it.
5920         (integrate_parm_decls): Likewise.
5921         (integrate_decl_tree): Likewise.
5922         * dwarf2out.c (decl_ultimate_origin): Simplify.
5923         * dwarfout.c (decl_ultimate_origin): Likewise.
5924         * c-decl.c (duplicate_decls): Use DECL_ORIGIN.
5925         (pushdecl): Likewise.
5926
5927 Thu Sep 10 08:01:31 1998  Anthony Green  <green@cygnus.com>
5928
5929         * config/rs6000/rs6000.c (output_epilog): Add Java support.
5930
5931 Thu Sep 10 14:48:59 1998  Martin von Löwis  <loewis@informatik.hu-berlin.de>
5932
5933         * invoke.texi (C++ Dialect Options): Document -fhonor-std.
5934
5935 Thu Sep 10 01:38:05 1998  Jeffrey A Law  (law@cygnus.com)
5936
5937         * reg-stack.c (straighten_stack): Do nothing if the virtual stack is
5938         empty or has a single entry.
5939
5940         * toplev.c (rest_of_compilation): Open up the dump file for reg-stack
5941         before calling reg_to_stack.
5942
5943 Thu Sep 10 00:03:34 1998  Richard Henderson  <rth@cygnus.com>
5944
5945         * alpha.c (alphaev5_insn_pipe): Abort on default case.
5946         (alphaev5_next_group): Swallow CLOBBERs and USEs.
5947
5948         * c-tree.h (warn_long_long): Declare it.
5949
5950 Wed Sep  9 23:31:36 1998  (Stephen L Moshier) <moshier@world.std.com>
5951
5952         * emit-rtl.c (gen_lowpart_common): Disable optimization of
5953         initialized float-int union if the value is a NaN.
5954
5955 Wed Sep  9 23:00:48 1998  Nathan Sidwell  <nathan@acm.org>
5956
5957         * c-lex.c (real_yylex): Don't warn about long long constants if 
5958         we're allowing long long
5959
5960 Wed Sep  9 21:58:41 1998  Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5961
5962         * except.h (current_function_eh_stub_label): Declare.
5963         (current_function_eh_old_stub_label): Declare.
5964         * function.h (struct function): New members eh_stub_label and
5965         eh_old_stub_label.
5966         * except.c (current_function_eh_stub_label): New variable.
5967         (current_function_eh_old_stub_label): New variable.
5968         (init_eh_for_function): Clear them.
5969         (save_eh_status): Save them.
5970         (restore_eh_status): Restore them.
5971         (expand_builtin_eh_stub): Set current_function_eh_stub_label.
5972         (expand_builtin_eh_stub_old): Set current_function_eh_old_stub_label.
5973         * flow.c (find_basic_blocks_1): When handling a REG_LABEL note, don't
5974         make an edge from the block that contains it to the block starting
5975         with the label if this label is one of the eh stub labels.
5976         If eh stub labels exist, show they are reachable from the last block
5977         in the function.
5978
5979         * reload1.c (reload): Break out several subroutines and make some
5980         variables global.
5981         (calculate_needs_all_insns): New function, broken out of reload.
5982         (calculate_needs): Likewise.
5983         (find_reload_regs): Likewise.
5984         (find_group): Likewise.
5985         (find_tworeg_group): Likewise.
5986         (something_needs_reloads): New global variable, formerly in reload.
5987         (something_needs_elimination): Likewise.
5988         (caller_save_spill_class): Likewise.
5989         (caller_save_group_size): Likewise.
5990         (max_needs): Likewise.
5991         (group_size): Likewise.
5992         (max_groups): Likewise.
5993         (max_nongroups): Likewise.
5994         (group_mode): Likewise.
5995         (max_needs_insn): Likewise.
5996         (max_groups_insn): Likewise.
5997         (max_nongroups_insn): Likewise.
5998         (failure): Likewise.
5999
6000         * print-rtl.c (print_rtx): For MEMs, print MEM_ALIAS_SET.
6001
6002 Wed Sep  9 13:14:41 1998  Richard Henderson  <rth@cygnus.com>
6003
6004         * loop.c (load_mems): Copy rtx for output mem.
6005
6006 Wed Sep  9 15:16:58 1998  Gavin Romig-Koch  <gavin@cygnus.com>
6007
6008         * mips/abi64.h (LONG_MAX_SPEC): Don't set LONG_MAX for
6009         mips1 or mips2 either.
6010
6011 Wed Sep  9 12:31:35 1998  Jeffrey A Law  (law@cygnus.com)
6012
6013         * pa.c (pa_reorg): New marking scheme for jumps inside switch
6014         tables.
6015         (pa_adjust_insn_length): Update to work with new marking scheme
6016         for jumps inside switch tables. 
6017         * pa.md (switch_jump): Remove pattern.
6018         (jump): Handle jumps inside jump tables.
6019
6020         * Makefile.in (profile.o): Depend on insn-config.h
6021
6022 Wed Sep  9 09:36:51 1998  Jim Wilson  <wilson@cygnus.com>
6023
6024         * iris6.h (DWARF2_UNWIND_INFO): Undef.
6025
6026 Wed Sep  9 01:32:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6027
6028         Add preliminary native sparcv9 Solaris support.
6029         * configure.in: Recognize sparv9-*-solaris2*
6030         * configure: rebuilt
6031         * config.sub: Recognize sparcv9 just like sparc64.
6032         * config/sparc/sol2-c1.asm config/sparc/sol2-ci.asm
6033         config/sparc/sol2-cn.asm: Macroize so it can be shared between
6034         32-bit and 64-bit Solaris systems.
6035         * config/sparc/t-sol2: Assemble those with cpp.
6036         * config/sparc/sparc.h (TARGET_CPU_sparcv9): New alias for v9.
6037         (*TF*_LIBCALL): If ARCH64 use V9 names.
6038         * config/sparc/{xm-sysv4-64,sol2-sld-64}.h: New files.
6039
6040 Wed Sep  9 01:07:30 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
6041
6042         * config/sparc/sparc.h (TARGET_CM_MEDMID): Fix documentation.
6043         (CASE_VECTOR_MODE): Set to SImode even if PTR64, when MEDLOW and
6044         not doing pic.
6045         (ASM_OUTPUT_ADDR_{VEC,DIFF}_ELT): Check CASE_VECTOR_MODE not
6046         Pmode.
6047         * config/sparc/sparc.md (tablejump): Likewise, and sign extend op0
6048         to Pmode if CASE_VECTOR_MODE is something else.
6049
6050 Wed Sep  9 00:10:31 1998  Jeffrey A Law  (law@cygnus.com)
6051
6052         * prefix.c (update_path): Correctly handle cases where PATH is
6053         a substring of the builtin prefix, but specifies a different
6054         directory location.
6055
6056 Tue Sep  8 23:46:04 1998  Hans-Peter Nilsson  <hp@axis.se>
6057
6058         * expr.c: Corrected comment about what MOVE_RATIO does.
6059         * config/alpha/alpha.h: Ditto.
6060         * config/1750a/1750a.h: Ditto.
6061         * config/clipper/clipper.h: Ditto.
6062         * config/i386/i386.h: Ditto.
6063
6064 Tue Sep  8 22:56:12 1998  Jeffrey A Law  (law@cygnus.com)
6065
6066         * configure.in (m68k-next-nextstep3*): Use collect2.
6067         Similarly for x86 NeXT configurations.
6068         * configure: Rebuilt.
6069
6070 Tue Sep  8 01:38:57 1998  Nathan Sidwell  <nathan@acm.org>
6071
6072         * configure.in: Don't assume srcdir is .../gcc
6073         * configure: Rebuilt.
6074
6075 Sat Sep  5 16:34:34 EDT 1998  John Wehle  (john@feith.com)
6076
6077         * global.c: Update comments.
6078         (global_alloc): Assign allocation-numbers
6079         even for registers allocated by local_alloc in case
6080         they are later spilled and retry_global_alloc is called.
6081         (mark_reg_store, mark_reg_clobber,
6082         mark_reg_conflicts, mark_reg_death): Always record a
6083         conflict with a pseudo register even if it has been
6084         assigned to a hard register.
6085         (dump_conflicts): Don't list pseudo registers already assigned to
6086         a hard register as needing to be allocated, but do list their
6087         conflicts.
6088         * local-alloc.c: Update comment.
6089
6090 Mon Sep  7 23:38:01 1998  Jeffrey A Law  (law@cygnus.com)
6091
6092         * configure.in: Check for bogus GCC_EXEC_PREFIX and LIBRARY_PATH.
6093         * configure: Rebuilt.
6094
6095 Mon Sep  7 22:41:46 1998  Michael Meissner  <meissner@cygnus.com>
6096
6097         * rs6000.c (rs6000_override_options): Fix name for ec603e, to add
6098         missing 'c'.
6099         * t-ppccomm (MULTILIB_MATCHES_FLOAT): Add support for -mcpu=xxx
6100         for all targets that set -msoft-float.
6101
6102 Mon Sep  7 23:30:07 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6103
6104         * toplev.c (print_switch_values): Make static to match prototype.
6105
6106 Mon Sep  7 19:13:59 1998  Jeffrey A Law  (law@cygnus.com)
6107
6108         * configure.in: If we are unable to find the "gnatbind" program,
6109         then do not configure the ada subdir.
6110         * configure: Rebuilt.
6111
6112 Sun Sep 6 14:03:58 PDT 1998 Jeff Law  (law@cygnus.com)
6113
6114         * version.c: Bump for snapshot.
6115
6116 Sun Sep 6 13:28:07 PDT 1998 Jeff Law  (law@cygnus.com)
6117
6118         * version.c: Bump for snapshot.
6119
6120 Sun Sep  6 08:54:14 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6121
6122         * Makefile.in (toplev.o): Depend on $(EXPR_H).
6123         (insn-extract.o, insn-attrtab.o): Depend on toplev.h.
6124
6125         * gansidecl.h: Define ATTRIBUTE_NORETURN.
6126
6127         * genattrtab.c: Have insn-attrtab.c include toplev.h.
6128
6129         * genextract.c: Have insn-extract.c include toplev.h.
6130
6131         * rtl.h: Don't prototype `fatal_insn_not_found' and `fatal_insn'.
6132
6133         * toplev.c: Include expr.h.
6134         (really_sorry, fancy_abort): Remove prototypes.
6135         (set_target_switch): Add argument in prototype.
6136         (vfatal): Mark prototype with ATTRIBUTE_NORETURN.
6137         (v_really_sorry): Likewise.
6138         (print_version, print_single_switch, print_switch_values): Make
6139         static and add prototype arguments.
6140         (decl_printable_name): Add prototype arguments.
6141         (lang_expand_expr_t): New typedef.
6142         (lang_expand_expr): Declare as a lang_expand_expr_t.
6143         (incomplete_decl_finalize_hook): Add prototype argument.
6144         (decl_name): Mark variable `verbosity' with ATTRIBUTE_UNUSED.
6145         (botch): Likewise for variable `s'.
6146         (rest_of_type_compilation): Mark variables `type' and `toplev'
6147         with ATTRIBUTE_UNUSED if none of DBX_DEBUGGING_INFO,
6148         XCOFF_DEBUGGING_INFO or SDB_DEBUGGING_INFO are defined.
6149         (display_help): Make variable `i' an `unsigned long'.
6150         (main): Remove unused parameter `envp'.
6151         Cast assignment to `lang_expand_expr' to a `lang_expand_expr_t'.
6152         Cast -1 when comparing it with a `size_t'.
6153
6154         * toplev.h (fatal, fatal_io_error, pfatal_with_name): Mark
6155         prototype with ATTRIBUTE_NORETURN.
6156         (fatal_insn_not_found, fatal_insn, really_sorry,
6157         push_float_handler, pop_float_handler): Add prototypes.
6158         (fancy_abort): Mark prototype with ATTRIBUTE_NORETURN.
6159         (do_abort, botch): Add prototypes.
6160         
6161 Sat Sep  6 12:05:18 1998  John Carr  <jfc@mit.edu>
6162
6163         * final.c (final): If a label is reached only from a single jump,
6164         call NOTICE_UPDATE_CC on the jump and its predecessor before
6165         emitting the insn after the label.
6166         
6167         * i386.h: Add AMD K6 support.
6168         Change TARGET_* macros to use table lookup.
6169         (INITIALIZE_TRAMPOLINE): Improve trampoline code.
6170         (ADJUST_COST): Change definition to call function in i386.c.
6171         (ISSUE_RATE): Define as 2 for anything newer than an 80486.
6172         * i386.c: Add AMD K6 support.
6173         Add constants for feature tests used by TARGET_* macros.
6174         (split_di): If before reload, call gen_lowpart and gen_highpart.
6175         (x86_adjust_cost): New function.
6176         (put_jump_code): New function.
6177         (print_operand): New codes 'D' and 'd'.
6178         * i386.md: New insn types.  New insn attribute "memory".
6179         Redefine scheduling parameters to use new types and add AMD K6
6180         support.  Explicitly set type of most insns.
6181         (move insns): K6 prefers movl $0,reg to xorl reg,reg.  Pentium
6182         Pro and K6 prefer movl $1,reg to incl reg.
6183         (adddi3, subdi3): Set cc_status.
6184         (DImode shift patterns): Change label counters from HOST_WIDE_INT
6185         to int; x86 can't have more than 2^31 DImode shifts per file.
6186         (setcc): Combine all setcc patterns.  Allow writing memory.
6187         Combine all jump patterns using match_operator.
6188         (*bzero): Name pattern.  Emit mutliple stos instructions when that
6189         is faster than rep stos.
6190         (xordi3, anddi3, iordi3): Simplify DImode logical patterns and
6191         add define_split.
6192
6193 Sun Sep  6 11:17:20 1998  Dave Love  <d.love@dl.ac.uk>
6194
6195         * config/m68k/x-next (BOOT_LDFLAGS): Define suitably for f771
6196         linking.
6197
6198 Sat Sep  5 22:05:25 1998  Richard Henderson  <rth@cygnus.com>
6199
6200         * alpha.c (alpha_ra_ever_killed): Inspect the topmost sequence,
6201         not whatever we're generating now.
6202
6203         * alpha.c (set_frame_related_p, FRP): New.
6204         (alpha_expand_prologue): Mark frame related insns.
6205         (alpha_expand_epilogue): Likewise, but with a null FRP.
6206         * alpha.h (INCOMING_RETURN_ADDR_RTX): New.
6207         * alpha.md (exception_receiver): New.
6208         * alpha/crtbegin.asm (.eh_frame): New beginning.
6209         (__do_frame_setup, __do_frame_takedown): New.
6210         * alpha/crtend.asm (.eh_frame): New ending.
6211         * alpha/elf.h (DWARF2_DEBUGGING_INFO): Define.
6212         (ASM_SPEC): Don't emit both dwarf2 and mdebug.
6213         (ASM_FILE_START): Don't emit .file for dwarf2.
6214
6215         * rtl.h (enum reg_note): Add REG_FRAME_RELATED_EXPR.
6216         * rtl.c (reg_note_name): Likewise.
6217         * rtl.texi (REG_NOTES): Likewise.
6218         * dwarf2out.c (dwarf2out_frame_debug): Use it.  Recognize a store
6219         without an offset.
6220
6221 Sat Sep  5 14:47:17 1998  Richard Henderson  <rth@cygnus.com>
6222
6223         * i386.h (PREFERRED_RELOAD_CLASS): Standard fp constants load to TOS.
6224         * i386.md (movsf, movdf, movxf): Validate memory address returned
6225         from force_const_mem.  Kill useless REG_EQUAL setting code.
6226
6227 Sat Sep  5 14:23:31 1998  Torbjorn Granlund <tege@matematik.su.se>
6228
6229         * m68k.md (zero_extendsidi2): Fix typo.
6230
6231 Sat Sep  5 13:40:24 1998  Krister Walfridsson  <cato@df.lth.se>
6232
6233         * configure.in: Removed references to the removed file
6234         * config/xm-netbsd.h. Use ${cpu_type}/xm-netbsd.h for
6235         * arm*-*-netbsd* and ns32k-*-netbsd*.
6236         * config/i386/xm-netbsd.h: Removed unnecessary file.
6237         * config/m68k/xm-netbsd.h: Likewise.
6238         * config/sparc/xm-netbsd.h: Likewise.
6239         * config/mips/xm-netbsd.h: Likewise.
6240
6241 Sat Aug 29 13:32:58 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6242
6243         * i386/cygwin32.h (BIGGEST_ALIGNMENT): Define.
6244         (PCC_BITFIELD_TYPE_MATTERS): Define to be 0.
6245
6246         * i386/cygwin32.h (ASM_OUTPUT_SECTION_NAME): Don't check for
6247         for exact section attributions.
6248
6249         * i386/mingw32.h (CPP_PREDEFINES): Add __MSVCRT__ for msvc
6250         runtime.
6251         * i386/crtdll.h (CPP_PREDEFINES): Define.
6252
6253 Sat Sep  5 03:23:05 1998  Jeffrey A Law  (law@cygnus.com)
6254
6255         * m68k.md (5200 movqi): Do not allow byte sized memory references
6256         using address regs.
6257         * m68k.c (output_move_qimode): Do not use byte sized operations on
6258         address registers.
6259
6260         * Makefile.in (pexecute.o): Use pexecute.c from libiberty.  Provide
6261         explicit rules for building.  Similarly for alloca, vfprintf,
6262         choose-temp and mkstemp, getopt, getopt1, and obstack.
6263         (INCLUDES): Add $(srcdir)/../include.
6264         * pexecute.c, alloca.c, vfprintf.c, choose-temp.c, mkstemp.c: Delete.
6265         * getopt.h, getopt.c getopt1.c, obstack.c, obstack.h: Likewise.
6266
6267 Fri Sep  4 11:57:50 1998  Tom Tromey  <tromey@cygnus.com>
6268
6269         * gcc.c (do_spec_1): [case 'o'] Account for
6270         lang_specific_extra_outfiles.
6271         (main): Correctly clear all slots in outfiles for
6272         lang_specific_extra_outfiles.  Set input_file_number before
6273         calling lang_specific_pre_link.
6274
6275 Fri Sep  4 10:37:07 1998  Jim Wilson  <wilson@cygnus.com>
6276
6277         * loop.c (load_mems): Fix JUMP_LABEL field after for_each_rtx call.
6278
6279 Fri Sep  4 02:01:05 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6280
6281         * config/sparc/sparc.c (output_double_int): In all V9 symbolic
6282         cases, use xword.
6283         (sparc_output_deferred_case_vectors): If no work to do, return.
6284         Fix thinko in Sept 1 change.
6285
6286 1998-09-03  SL Baur  <steve@altair.xemacs.org>
6287
6288         * Makefile.in: add semicolon in BISON definition for portability.
6289
6290 Thu Sep  3 13:34:41 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
6291
6292         * config/nextstep.c (handle_pragma): Correct name of third
6293         argument.
6294
6295 Tue Sep  1 11:30:33 1998  Nick Clifton  <nickc@cygnus.com>
6296
6297         * config/m32r/m32r.md: Change (reg:CC 17) to (reg:SI 17).
6298         * config/m32r/m32r.h: Make register 17 be fixed.
6299         * config/m32r/m32r.c: Use SImode for cc operations.
6300
6301 Thu Sep  3 18:17:34 1998 Benjamin Kosnik  <bkoz@cygnus.com>
6302
6303         * invoke.texi (Warning Options): Add -Wnon-template-friend
6304         documentation.
6305
6306 Thu Sep  3 18:16:16 1998  Michael Meissner  <meissner@cygnus.com>
6307
6308         * rs6000.c (rs6000_override_options): Add -mcpu={401,e603e}.
6309
6310 Thu Sep  3 18:05:16 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6311
6312         * rs6000.md (movsf): Disable explicit secondary-reload-like
6313         functionality if TARGET_POWERPC64.
6314         (movdf): Remove TARGET_POWERPC64 explicit secondary-reload-like
6315         functionality.
6316
6317 Thu Sep  3 11:41:40 1998  Robert Lipe   <robertl@dgii.com>
6318
6319         * fixinc.sco: Borrow code to wrap 'bool' typedefs from tinfo.h
6320         and term.h from fixinc.wrap.
6321
6322 Thu Sep  3 09:47:31 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6323
6324         * aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is
6325         safe to include both string.h and strings.h together.
6326         (GCC_NEED_DECLARATION): Test STRING_WITH_STRINGS when deciding
6327         which headers to search for function declarations.  Continue to
6328         prefer string.h over strings.h when both are not acceptable.
6329
6330         * acconfig.h (STRING_WITH_STRINGS): Add stub.
6331
6332         * configure.in: Call GCC_HEADER_STRING.
6333
6334         * system.h: Test STRING_WITH_STRINGS when deciding which headers
6335         to include.  Continue to prefer string.h over strings.h when both
6336         are not acceptable.
6337
6338 Wed Sep  2 23:56:29 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6339
6340         * config/sparc/sparc.c (output_double_int): If V9 and MEDLOW, do
6341         not assume top 32-bits of symbolic addresses are zero if
6342         flag_pic.
6343
6344 Thu Sep  3 00:23:21 1998  Richard Henderson  <rth@cygnus.com>
6345
6346         * ginclude/va-alpha.h: Protect entire second portion of the
6347         file against double inclusion.
6348
6349 Thu Sep  3 00:37:55 1998  Ovidiu Predescu  <ovidiu@aracnet.com>
6350
6351         Added support for the Boehm's garbage collector.
6352         * configure.in: Handle --enable-objc-gc.
6353         * configure: Rebuilt.
6354         * Makefile.in (CHECK_TARGETS): Add check-objc.
6355         (check-objc): New rule.
6356         * objc/Make-lang.in: Build a different Objective-C library that
6357         runs with the Boehm's collector.
6358         * objc/encoding.c (objc_round_acc_size_for_types): New function.
6359         * objc/encoding.c: Correctly compute the size of compound types in
6360         the presence of bitfields. Skip the variable name of the type if
6361         any. Added support for long long.
6362         * objc/encoding.h (_C_GCINVISIBLE): New specifier.
6363         (_F_GCINVISIBLE): New mask.
6364         * objc/gc.c: New file. Compute the type memory mask associated with
6365         a class based on the runtime information.
6366         * objc/misc.c: Added the hooks that use the Boehm's collector
6367         allocation functions.
6368         * objc/objc-act.c (build_class_template): Generate a new class
6369         member (gc_object_type) to hold the class' type memory mask.
6370         (build_shared_structure_initializer): Initialize the new member to
6371         NULL.
6372         (encode_complete_bitfield): New function. Generate the new
6373         encoding.
6374         (encode_field_decl): Generate the new encoding only for the GNU
6375         runtime.
6376         * objc/objc-api.h (_C_LNG_LNG, _C_ULNG_LNG): New specifiers for the
6377         long long types.
6378         (class_get_gc_object_type): New function to mark a pointer instance
6379         variable as a weak pointer.
6380         * objc/objc-features.texi: New file.
6381         * objc/objc.h (gc_object_type): New class member.
6382         * objc/objects.c (class_create_instance): Create a typed memory
6383         object when compiled with Boehm's collector support.
6384         * objc/sendmsg.c (__objc_init_install_dtable): Call
6385         __objc_send_initialize instead of setting the initialize flag.
6386         (__objc_send_initialize): Call __objc_generate_gc_type_description
6387         to generate the class type memory mask. Rewrite the code that
6388         sends the +initialize so that it is called only once (bug report
6389         and fix from Ronald Pijnacker <Ronald.Pijnacker@best.ms.philips.com>).
6390         * testsuite/objc: New testsuite for Objective-C type encoding.
6391         * testsuite/lib/objc-torture.exp: New file.
6392         * testsuite/lib/objc.exp: New file.
6393
6394 Wed Sep  2 14:47:36 1998  Jim Wilson  <wilson@cygnus.com>
6395
6396         * jump.c (jump_optimize): In if/then/else transformations, add
6397         another call to modified_between_p for the jump insn.
6398
6399 Wed Sep  2 14:16:49 1998  Jeffrey A Law  (law@cygnus.com)
6400
6401         * fix-header.c (symlink): Treat like readlink.
6402
6403 Wed Sep  2 19:30:06 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6404
6405         * dwarfout.c (fundamental_type_code): Encode 32 bit floats/doubles
6406         as FT_float.
6407
6408 Wed Sep  2 10:06:07 1998  Nick Clifton  <nickc@cygnus.com>
6409
6410         * config/nextstep.h:    Update HANDLE_PRAGMA macro.
6411         * config/h8300/h8300.h: Update HANDLE_PRAGMA macro.
6412         * config/i960/i960.h:   Update HANDLE_PRAGMA macro.
6413         
6414         * config/nextstep.c (handle_pragma): Take three arguments, as per
6415         the new HANDLE_PRAGMA macro specification.
6416         * config/h8300/h8300.c (handle_pragma): Take three arguments, as
6417         per the new HANDLE_PRAGMA macro specification.
6418         * config/i960/i960.c (process_pragma): Take three arguments, as
6419         per the new HANDLE_PRAGMA macro specification.
6420
6421 Wed Sep  2 09:25:29 1998  Nick Clifton  <nickc@cygnus.com>
6422
6423         * c-lex.c (check_newline):  Call HANDLE_PRAGMA before
6424         HANDLE_SYSV_PRAGMA if both are defined.  Generate warning messages
6425         if unknown pragmas are encountered.
6426         (handle_sysv_pragma): Interpret return code from
6427         handle_pragma_token ().  Return success/failure indication rather
6428         than next unprocessed character. 
6429         (pragma_getc): New function: retrieves characters from the
6430         input stream.  Defined when HANDLE_PRAGMA is enabled.
6431         (pragma_ungetc): New function: replaces characters back into the
6432         input stream.  Defined when HANDLE_PRAGMA is enabled.
6433         
6434         * c-pragma.c (handle_pragma_token): Return success/failure status
6435         of the parse.
6436         
6437         * c-pragma.h: Change prototype of handle_pragma_token().
6438
6439         * varasm.c: (handle_pragma_weak): Only create this function if
6440         HANDLE_PRAGMA_WEAK is defined.
6441
6442         * c-common,c (decl_attributes): If defined call the expression
6443         contained within the INSERT_ATTRIBUTES macro before adding
6444         attributes to a decl.
6445
6446         * tm.texi (HANDLE_PRAGMA): Document the new verion of
6447         HANDLE_PRAGMA, which takes three arguments.
6448         (INSERT_ATTRIBUTES): Document this new macro.  
6449
6450         * LANGUAGES: Document the new version of HANDLE_PRAGMA and the
6451         new INSERT_ATTRIBUTES macro.
6452
6453 Wed Sep  2 02:03:23 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6454
6455         * config/sparc/sparc.md (movdf): Only generate special RTL for
6456         LABEL_REFs when PIC.
6457         (move_label_di): Remove
6458         (movdi_pic_label_ref, movdi_high_pic_label_ref,
6459         movdi_lo_sum_pic_label_ref): New patterns for 64-bit label
6460         references when PIC.
6461         * config/sparc/sparc.h (ASM_OUTPUT_ADDR_VEC_ELT,
6462         ASM_OUTPUT_ADDR_DIFF_ELT): Don't do anything special for MEDLOW,
6463         output an .xword for all 64-bit cases.
6464         
6465 Tue Sep  1 15:55:17 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6466
6467         * config/sparc/sparc.c (finalize_pic): Don't output arbitrary
6468         alignment, use FUNCTION_BOUNDARY instead.
6469         (sparc_output_deferred_case_vectors): Likewise.
6470
6471 Mon Aug 31 17:25:41 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6472
6473         * config/sparc/sparc.md (movsf_const_intreg): Kill warning.
6474         (movtf_insn_sp64, movtf_no_e_insn_sp64): Reorder alternatives.
6475
6476 Mon Aug 31 13:57:55 1998  Richard Henderson  <rth@cygnus.com>
6477
6478         * alpha/va_list.h: New file.
6479         * alpha/x-alpha (EXTRA_HEADERS): New.  Add va_list.h.
6480
6481 Mon Aug 31 14:55:02 1998  Jeffrey A Law  (law@cygnus.com)
6482
6483         * NEWS: Add SCO Openserver and Unixware 7 notes.
6484
6485         * NEWS: Fix typos.
6486
6487 Mon Aug 31 15:42:18 1998  Dave Brolley  <brolley@cygnus.com>
6488
6489         * varasm.c (compare_constant_1): Handle RANGE_EXPR.
6490         (record_constant_1): Handle RANGE_EXPR.
6491
6492 Mon Aug 31 10:54:03 1998  Richard Henderson  <rth@cygnus.com>
6493
6494         * print-rtl.c (print_rtx): NOTE_INSN_LIVE has an rtx not a bitmap.
6495         * haifa-sched.c (sched_analyze): Handle NOTE_INSN_RANGE_START
6496         and NOTE_INSN_RANGE_END specially.
6497         (reemit_notes): Likewise.
6498
6499 Mon Aug 31 10:18:52 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6500
6501         * sparc.c (TMASK, UMASK): Use `(unsigned)1' not `1U'.
6502         (ultrasparc_sched_init): Remove unneeded &.
6503
6504 Mon Aug 31 10:47:16 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6505
6506         * config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
6507         for m68020-60, to prevent the use of fintrz.
6508
6509 Sun Aug 30 22:17:20 1998  Mark Mitchell  <mark@markmitchell.com>
6510
6511         * configure.in: If the native compiler is GCC use $(WARN_CFLAGS) 
6512         even in stage1. 
6513         * Makefile.in: Likewise.
6514         * configure: Regenerated.
6515
6516 Sun Aug 30 22:15:41 1998  H.J. Lu  (hjl@gnu.org)
6517
6518         * configure.in (gxx_include_dir): Changed to
6519         '${prefix}/include/g++'-${libstdcxx_interface}.
6520         * configure: Rebuilt.
6521
6522 Sun Aug 30 20:19:43 1998  Hans-Peter Nilsson  <hp@axis.se>
6523
6524         * expr.c (expand_expr): Change ">" to ">=" making MOVE_RATIO use
6525         consistent.
6526         * tm.texi (Costs): Say MOVE_RATIO is number of mem-mem move
6527         *sequences* *below* which scalar moves will be used.
6528
6529 Sun Aug 30 17:18:43 1998  Jeffrey A Law  (law@cygnus.com)
6530
6531         * collect2.c (mktemp): Delete unused declaration.
6532
6533         * config/xm-netbsd.h: Remove unnecessary file.
6534         * config/*/xm-netbsd.h: Do not include the generic xm-netbsd.h
6535         file anymore, it is not needed.
6536
6537 Sun Aug 30 16:05:45 1998  Mark Mitchell  <mark@markmitchell.com>
6538
6539         * convert.c (convert_to_integer): Issue an error on conversions to
6540         incomplete types.
6541
6542 Sun Aug 30 16:47:20 1998  Martin von Lvwis  <loewis@informatik.hu-berlin.de>
6543
6544         * Makefile.in: Add lang_tree_files and gencheck.h.
6545         * configure.in: Generate them.
6546         * gencheck.c: Include gencheck.h.
6547
6548 Sat Aug 29 21:38:24 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6549
6550         * config/sparc/sparc.md (pic_lo_sum_di, pic_sethi_di): Rename to
6551         movdi_lo_sum_pic and movdi_high_pic and make visible.
6552         * config/sparc/sparc.c (legitimize_pic_address): For -fPIC,
6553         emit these when Pmode is not SImode.
6554         * config/sparc/linux64.h (SPARC_DEFAULT_CMODEL): Make CM_MEDLOW.
6555
6556 Sat Aug 29 14:59:32 1998  Mumit Khan  <khan@xraylith.wisc.edu>
6557
6558         * i386/cygwin32.h (ASM_OUTPUT_SECTION_NAME): Don't emit
6559         .linkonce directive after the first time.
6560
6561 Sat Aug 29 12:39:56 1998  Jeffrey A Law  (law@cygnus.com)
6562
6563         * m68k.md (beq0_di): Generate correct (and more efficient) code when
6564         the clobbered operand overlaps with an input.
6565         (bne0_di): Similarly.
6566
6567         * Makefile.in (INSTALL): Remove "--no-header" argument.
6568
6569         * NEWS: Various updates.
6570
6571 Fri Aug 28 19:00:44 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6572
6573         * config/sparc/sparc.c (arith_operand, const64_operand,
6574         const64_high_operand, arith_double_4096_operand): Mark mode as
6575         unused.
6576         (create_simple_focus_bits): Remove unused arg highest_bit_set, all
6577         callers changed.
6578         (sparc_emit_set_const64): Remove unused variable i.
6579         (sparc_splitdi_legitimate): Likewise for addr_part.
6580         (ultra_code_from_mask): Likewise for mask.
6581         (ultra_cmove_results_ready_p): Fixup entry modulo calc. and
6582         reverse return values so it matches usage and comments.
6583         (ultra_flush_pipeline): Likewise.
6584         (ultra_fpmode_conflict_exists): Likewise, remove unused variable
6585         this_type, and allow loads and stores of differing FP modes as
6586         they do not create a conflict.
6587         (ultra_find_type): Initialize fpmode to SFmode, fix
6588         parenthesization thinkos in large conditional.
6589         (ultrasparc_sched_init): Mark dump and sched_verbose as unused.
6590         Init free_slot_mask after ultra_cur_hist is reset, not before.
6591         (ultrasparc_rescan_pipeline_state): Remove unused variable ucode.
6592         (ultrasparc_sched_reorder): Don't bzero current pipeline state,
6593         use ultra_flush_pipeline instead, then re-init group pointer.
6594         Fix statement with no effect.  If no progress made in, and no
6595         instructions scheduled at all, advance to new pipeline cycle else
6596         we get into an endless loop.
6597         (ultrasparc_adjust_cost): Remove previous arg.
6598         * config/sparc/sparc.h (ADJUST_COST): Update to reflect that.
6599         
6600 Fri Aug 28 13:52:35 1998  Jim Wilson  <wilson@cygnus.com>
6601
6602         * sparc.md (DImode, DFmode, TFmode splits): Delete self_reference
6603         code.  Use reg_overlap_mentioned_p to detect when source and
6604         destination overlap.
6605         (negtf2_notv9+1): Use DFmode instead of SFmode in last two operands.
6606
6607 1998-08-28  Brendan Kehoe  <brendan@cygnus.com>
6608
6609         * loop.c (check_dbra_loop): Pass COMPARISON_VALUE, not
6610         COMPARISON_VAL, into invariant_p.
6611
6612 Fri Aug 28 15:13:25 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6613
6614         * regmove.c (regclass_compatible_p): New function.
6615         (regmove_optimize): Use it.
6616
6617         Use NREGS parameter insted of calling max_reg_num.
6618
6619         (fixup_match_1): Don't use code = MINUS when later tieing with
6620         a hard register is likely.
6621
6622 Fri Aug 28 14:54:07 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6623
6624         * loop.c (check_dbra_loop): Fix calculation of FINAL_VALUE when
6625         COMPARISON_VAL was normalized.
6626
6627 Thu Aug 27 20:10:46 1998  Jeffrey A Law  (law@cygnus.com)
6628
6629         * loop.c (check_dbra_loop): The loop ending comparison value
6630         must be an invariant or we can not reverse the loop.
6631
6632         * loop.c (scan_loop): Count down from max_reg_num - 1 to
6633         FIRST_PSEUDO_REGISTER to avoid calling max_reg_num each iteration
6634         of the loop.
6635         (load_mems_and_recount_loop_regs_set): Likewise.
6636
6637         * i386.c (print_operand): Remove obsolete 'c' docs.
6638
6639 Wed Aug 26 17:13:37 1998  Tom Tromey  <tromey@cygnus.com>
6640
6641         * gthr.h: Document __GTHREAD_MUTEX_INIT_FUNCTION.
6642         * frame.c (init_object_mutex): New function.
6643         (init_object_mutex_once): Likewise.
6644         (find_fde): Call it.
6645         (__register_frame_info): Likewise.
6646         (__register_frame_info_table): Likewise.
6647         (__deregister_frame_info): Likewise.
6648
6649 Thu Aug 27 15:14:18 1998  Jeffrey A Law  (law@cygnus.com)
6650
6651         * haifa-sched.c (sched_analyze_insn): Fix thinko in last change.
6652
6653 Thu Aug 27 16:34:51 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6654
6655         * loop.c (check_dbra_loop): Enable code for reversal
6656         of some loops without a known constant loop end.
6657
6658 Wed Aug 26 18:38:15 1998  Richard Henderson  <rth@cygnus.com>
6659
6660         * haifa-sched.c (last_clock_var): New.
6661         (schedule_block): Initialize it.
6662         (schedule_insn): Use it to fill insn modes with issue information.
6663
6664         * alpha.c (alpha_handle_trap_shadows): Remove do-nothing exit.
6665         Tag trapb and next insn with TImode.
6666         (alphaev5_insn_pipe, alphaev5_next_group, alphaev5_align_insns): New.
6667         (alpha_reorg): Add conditional for alpha_handle_trap_shadows.
6668         Invoke alphaev5_align_insns as appropriate.
6669         * alpha.h (LABEL_ALIGN_AFTER_BARRIER): Was ALIGN_LABEL_AFTER_BARRIER.
6670         (MD_SCHED_VARIABLE_ISSUE): New.
6671         * alpha.md (attr type): Add multi.
6672         (define_asm_attributes): New.
6673         (prologue_stack_probe_loop, builtin_setjmp_receiver): Set type multi.
6674         (arg_home): Likewise.
6675         (fnop, unop, realign): New.
6676
6677 Wed Aug 26 15:55:41 1998  Jim Wilson  <wilson@cygnus.com>
6678
6679         * iris5.h (PREFERRED_DEBUGGING_TYPE): Undef.
6680         * iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
6681
6682         * configure.in (powerpc-ibm-aix4.[12]*): Change from 4.[12].*.
6683         (rs6000-ibm-aix4.[12]*): Likewise.
6684         * configure: Regnerate.
6685
6686 Wed Aug 26 09:30:59 1998  Nick Clifton  <nickc@cygnus.com>
6687
6688         * config/arm/thumb.c (thumb_exit): Do not move a4 into lr if it
6689         already contains the return address.
6690
6691 Wed Aug 26 12:57:09 1998  Jeffrey A Law  (law@cygnus.com)
6692
6693         * calls.c (expand_call): Use bitfield instructions to extract/deposit
6694         word sized hunks when loading unaligned args into registers.
6695
6696         * haifa-sched.c (sched_analyze_insn): Only create scheduling
6697         barriers for LOOP, EH and SETJMP notes on the loop_notes list.
6698
6699         * mn10300.h (RTX_COSTS): Handle UDIV and UMOD too.
6700
6701 Wed Aug 26 16:35:37 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6702
6703         * loop.c (check_dbra_loop): Add some code that would allow reversal
6704         of some loops without a known constant loop end if it were enabled.
6705
6706 Wed Aug 26 11:08:44 1998  Gavin Romig-Koch  <gavin@cygnus.com>
6707
6708         * mips.md (lshrsi3_internal2+2): Fix type-o.
6709
6710 Wed Aug 26 10:53:03 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6711
6712         * system.h: Include stdarg.h/varargs.h, make sure they are ordered
6713         correctly with regards to stdio.h.
6714         
6715         * calls.c: Remove stdarg.h/varargs.h.
6716         * cccp.c: Likewise.
6717         * cexp.y: Likewise.
6718         * combine.c: Likewise.
6719         * cpperror.c: Likewise.
6720         * cpplib.c: Likewise.
6721         * cpplib.h: Likewise.
6722         * doprint.c: Likewise.
6723         * emit-rtl.c: Likewise.
6724         * final.c: Likewise.
6725         * fix-header.c: Likewise.
6726         * gcc.c: Likewise.
6727         * genattr.c: Likewise.
6728         * genattrtab.c: Likewise.
6729         * gencodes.c: Likewise.
6730         * genconfig.c: Likewise.
6731         * genemit.c: Likewise.
6732         * genextract.c: Likewise.
6733         * genflags.c: Likewise.
6734         * genopinit.c: Likewise.
6735         * genoutput.c: Likewise.
6736         * genpeep.c: Likewise.
6737         * genrecog.c: Likewise.
6738         * mips-tfile.c: Likewise.
6739         * prefix.c: Likewise.
6740         * protoize.c: Likewise.
6741         * regmove.c: Likewise.
6742         * toplev.c: Likewise.
6743         * tree.c: Likewise.
6744
6745 Wed Aug 26 05:09:27 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
6746
6747         * config/sparc/sparc.c (sparc_override_options): If not
6748         TARGET_FPU, turn off TARGET_VIS.
6749         * config/sparc/sparc.h (TARGET_SWITCHES): Add no-vis.
6750         (LEGITIMATE_CONSTANT_P): Allow SF/DF mode zero when TARGET_VIS.
6751         * config/sparc/sparc.md (movsi_insn): Use fzeros not fzero.
6752         (movdi_insn_sp64): Add VIS fzero alternative.
6753         (clear_sf, clear_df): New VIS patterns.
6754         (movsf, movdf expanders): Allow fp_zero_operand flat out when
6755         TARGET_VIS.
6756         (one_cmpldi2_sp64): Provide new fnot1 VIS alternative.
6757         
6758 Tue Aug 25 10:57:41 1998  Mark Mitchell  <mark@markmitchell.com>
6759
6760         * loop.c (n_times_set, n_times_used, may_not_optimize,
6761         reg_single_usage): Convert to varrays.  All uses changed.
6762         (insert_loop_mem): Return a value.
6763         (scan_loop): Tweak AVOID_CC_MODE_COPIES code.
6764         (load_mems_and_recount_loop_regs_set): Likewise.  Grow the arrays, if
6765         necessary.
6766
6767 Tue Aug 25 23:57:12 1998  Jeffrey A Law  (law@cygnus.com)
6768
6769         * From Alexandre:
6770         * configure.in: Do not set thread_file to "irix" since no such
6771         support exists yet.
6772
6773         * sparc.md (float abs/neg splits): Check reload_completed before
6774         calling alter_subreg.
6775
6776 Tue Aug 25 19:17:59 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6777
6778         * config/sparc/sparc.c (sparc_absnegfloat_split_legitimate): New
6779         function.
6780         * config/sparc/sparc.h: Declare it.
6781         * config/sparc/sparc.md (float abs/neg splits): Use it.
6782         (all other splits): Handle SUBREGs properly where necessary.
6783         (unnamed (1<<x)-1 V8PLUS pattern): Disable for now.
6784
6785 Tue Aug 25 19:48:46 1998  Jeffrey A Law  (law@cygnus.com)
6786
6787         * reorg.c (fill_simple_delay_slots): Do not abort if we encounter
6788         an insn on the unfilled_slots_list that has no delay slots.
6789         (fill_eager_delay_slots): Similarly.
6790
6791 Tue Aug 25 13:35:20 1998  Nick Clifton  <nickc@cygnus.com>
6792
6793         * config/v850/v850.c (movsi_source_operand): Treat CONSTANT_P_RTX
6794         as an ordinary operand.
6795
6796 Tue Aug 25 12:54:57 1998  Jason Merrill  <jason@yorick.cygnus.com>
6797
6798         * tree.c (valid_machine_attribute): Don't apply attributes to both
6799         decl and type.
6800
6801 Tue Aug 25 12:23:20 PDT 1998  Richard Henderson  <rth@cygnus.com>
6802
6803         * reload.c (operands_match_p): Handle rtvecs.
6804
6805         * i386.c (legitimate_pic_address_disp_p): New.
6806         (legitimate_address_p): Use it.
6807         (legitimize_pic_address): Use unspecs to represent @GOT and @GOTOFF.
6808         Handle constant pool symbols just like statics.
6809         (emit_pic_move): Use Pmode not SImode for clarity.
6810         (output_pic_addr_const) [SYMBOL_REF]: Remove @GOT and @GOTOFF hacks.
6811         [UNSPEC]: New, handling what we killed above.
6812         [PLUS]: Detect and abort on invalid symbol arithmetic.
6813         * i386.h (CONSTANT_ADDRESS_P): Remove HIGH.
6814
6815 Tue Aug 25 12:02:23 1998  Mark Mitchell  <mark@markmitchell.com>
6816
6817         * alias.c: Include output.h.
6818         (DIFFERENT_ALIAS_SETS_P): Don't treat alias sets as
6819         different if we're in a varargs function.
6820         * Makefile.in (alias.o): Depend on output.h
6821         
6822 Tue Aug 25 19:20:12 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6823
6824         * sh.h (GIV_SORT_CRITERION): Delete.
6825
6826 Tue Aug 25 13:19:46 1998  Dave Brolley  <brolley@cygnus.com>
6827
6828         * regclass.c (regclass): Use xmalloc/free instead of alloca.
6829         * stupid.c (stupid_life_analysis): Ditto.
6830         * reload1.c (reload): Ditto.
6831
6832 Tue Aug 25 05:48:18 1998  Jakub Jelinek  <jj@sunsite.ms.mff.cuni.cz>
6833
6834         * config/sparc/sparc.c (arith_4096_operand, arith_add_operand,
6835         arith_double_4096_operand, arith_double_add_operand): New
6836         predicates.
6837         * config/sparc/sparc.h (PREDICATE_CODES): Add them, declare them.
6838         * config/sparc/sparc.md (adddi3, addsi3, subdi3, subsi3): Use
6839         them to transform add/sub 4096 into add/sub -4096.
6840
6841 Mon Aug 24 23:31:03 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6842
6843         * loop.c (scan_loop): Allocate some slop to handle pseudos
6844         generated by move_movables.
6845         (load_mems_and_recount_loop_regs_set): Honor AVOID_CC_MODE_COPIES
6846         here too.
6847
6848 Mon Aug 24 19:45:40 1998  Jim Wilson  <wilson@cygnus.com>
6849
6850         * tree.def (DECL_RESULT): Correct documentation.
6851
6852 Tue Aug 25 01:15:27 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
6853
6854         * reload1.c (reload_reg_free_before_p): New argument EQUIV;  Changed
6855         all callers.  Abort for RELOAD_FOR_INSN.  RELOAD_FOR_OUTADDR_ADDR:
6856         conflicts will all RELOAD_FOR_OUTPUT reloads.
6857
6858         * reload1.c (reload_cse_regs_1): When deleting a no-op move that
6859         loads the function result, substitute with a USE.
6860
6861 Mon Aug 24 15:20:19 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6862
6863         * rs6000.h (GO_IF_LEGITIMATE_ADDRESS): Use TARGET_POWERPC64
6864         when testing LEGITIMATE_INDEXED_ADDRESS_P DFmode and DImode.
6865         (LEGITIMIZE_ADDRESS): Use TARGET_POWERPC64 for INDEXED fixup.
6866         * rs6000.c (print_operand, case 'L'): Add UNITS_PER_WORD, not 4.
6867         (print_operand, cases 'O' and 'T'): Fix typos in lossage strings.
6868         * rs6000.md (fix_truncdfsi2_store): Remove %w from non-CONST_INT
6869         operand. 
6870         (movdf_softfloat32, movdf_hardfloat64, movdf_softfloat64): Change
6871         'o' to 'm' for GPR variant constraints.
6872
6873 Mon Aug 24 10:25:46 1998  Jeffrey A Law  (law@cygnus.com)
6874
6875         * loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES.
6876
6877         * h8300.h (STRIP_NAME_ENCODING): Fix typo.
6878
6879         * sparc.md (TFmode splits): Use reg_overlap_mentioned_p to detect
6880         when the source and destination overlap.
6881
6882         * stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid
6883         clash with global type.
6884
6885 Mon Aug 24 00:53:53 1998  Jason Merrill  <jason@yorick.cygnus.com>
6886
6887         * fixinc.irix: Add curses.h handling from fixinc.wrap.
6888
6889         * c-common.c (combine_strings): Also set TREE_READONLY.
6890         Change warn_write_strings to flag_const_strings.
6891         * c-decl.c, c-tree.h: Likewise.
6892
6893 Sun Aug 23 18:39:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6894
6895         * config/sparc/sparc.c (sparc_emit_set_const32): If outputting a
6896         CONST_INT, not a symbolic reference, don't use a HIGH/LO_SUM
6897         sequence, use SET/IOR instead so CSE can see it.
6898         * config/sparc/sparc.md (movhi_const64_special,
6899         movsi_const64_special): New patterns necessitated by that change.
6900         (movhi_high): Remove.
6901         (movhi_lo_sum): Change to match an IOR.
6902         (movdf_insn_sp32): Test TARGET_V9 not TARGET_ARCH64.
6903         (movdf_insn_v9only): New pattern for when V9 but not ARCH64.
6904         (movdf_insn_sp64): Test both TARGET_V9 and TARGET_ARCH64.
6905         (movdf splits): Allow when not V9 or when not ARCH64 and integer
6906         registers are involved.
6907         (snesi_zero_extend split): Remove reload_completed test.
6908         (unnamed plus and minus zero_extend sidi splits): Add it.
6909
6910 Sun Aug 23 11:56:08 1998  Mark Mitchell  <mark@markmitchell.com>
6911
6912         * extend.texi: Remove description of extension to explicit
6913         instantiation that is now endorsed by standard C++.
6914
6915 Sun Aug 23 09:39:09 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6916
6917         * config/arc/arc.c (arc_initialize_pic): Remove.
6918         * config/arc/arc.h (INITIALIZE_PIC): Similarly, this routine does
6919         nothing on any platform and is invoked by no-one, it does not even
6920         appear in the documentation.
6921         * config/sparc/sparc.h (INITIALIZE_PIC): Likewise.
6922         * config/sparc/sparc.c (initialize_pic): Likewise.
6923         (find_addr_reg): Remove this as well, no longer referenced after
6924         my rewrite.
6925
6926 Sun Aug 23 00:17:14 1998  Jeffrey A Law  (law@cygnus.com)
6927
6928         * recog.c (validate_replace_rtx_group): New function.
6929         * recog.h (validate_replace_rtx_group): Declare it.
6930         * regmove.c (optimize_reg_copy_3): If any substitution fails, then undo
6931         the entire group of substitutions.
6932
6933 Sat Aug 22 23:31:00 1998  Klaus-Georg Adams  (Klaus-Georg.Adams@chemie.uni-karlsruhe.de)
6934
6935         * loop.c (load_mems): Fix initializers.
6936
6937 Fri Aug 21 23:07:46 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6938
6939         * config/sparc/sparc.md (TFmode splits): Handle destination
6940         registers being referenced in the address correctly.
6941
6942         * expmed.c (make_tree) [CONST_INT]: Sign extend even if
6943         TREE_UNSIGNED, when bitsize of type's mode is larger than
6944         HOST_BITS_PER_WIDE_INT.
6945
6946 Fri Aug 21 19:31:31 1998  Alexandre Petit-Bianco <apbianco@cygnus.com>
6947
6948         * tree.def (LABELED_BLOCK_EXPR, EXIT_BLOCK_EXPR): New tree nodes.
6949         * tree.h (LABELED_BLOCK_LABEL, LABELED_BLOCK_BODY,
6950         EXIT_BLOCK_LABELED_BLOCK, EXIT_BLOCK_RETURN, LOOP_EXPR_BODY): New
6951         macros.
6952         * expr.c (expand_expr): Handle LABELED_BLOCK_EXPR and
6953         EXIT_BLOCK_EXPR.
6954
6955 Thu Aug 20 19:43:44 1998  Jeffrey A Law  (law@cygnus.com)
6956
6957         * h8300.c (h8300_encode_label): Use '&' for tiny data items.
6958         * h8300.h (TINY_DATA_NAME_P): Likewise.
6959         (STRIP_NAME_ENCODING): Handle '&'.
6960
6961         * mn10200.h (REG_OK_FOR_INDEX_P): Do not check the mode of the
6962         register (it could be accessed via an outer SUBREG).
6963         (REG_OK_FOR_BASE_P): Likewwise.
6964         (GO_IF_LEGITIMATE_ADDRESS): Consistently use REGNO_OK_FOR_BASE_P.
6965
6966         * remove.c (optimize_reg_copy_3): Abort instead of silently generating
6967         bogus rtl.
6968
6969         * jump.c (rtx_renumbered_equal_p): Do not consider PLUS commutative.
6970
6971 Thu Aug 20 17:35:20 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
6972
6973         * config/sparc/sparc.md (movtf_insn_sp32): All memory operands
6974         must be offsettable so the splits can be made.
6975
6976 Thu Aug 20 13:56:53 1998  Michael Meissner  <meissner@cygnus.com>
6977
6978         * config/i386/winnt.c: Include system.h, not stdio.h to get
6979         sys/param.h pulled in before rtl.h in case the system defines MIN
6980         and MAX.
6981
6982 Thu Aug 20 13:44:20 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6983
6984         * rs6000.md (movqi, movhi): Add CONSTANT_P_RTX.
6985
6986 Thu Aug 20 13:15:11 1998  Dave Brolley  <brolley@cygnus.com>
6987
6988         * stor-layout.c (layout_type): Compute TYPE_SIZE_UNIT correctly for
6989         arrays of bits.
6990         * cpplib.c (cpp_define): Handle macros with parameters.
6991
6992 Wed Aug 19 21:33:19 1998  David Edelsohn  <edelsohn@mhpcc.edu>
6993
6994         * rs6000.c (rs6000_output_load_toc_table): Use ld for 64-bit.
6995         (output_toc): Use single TOC slot or llong minimal-toc for DFmode
6996         and DImode 64-bit.  Use llong for minimal-toc SFmode and
6997         SYMBOL_REF / LABEL_REF 64-bit.
6998         (output_function_profiler): Use llong for profiler label and ld to
6999         load 64-bit label address.
7000
7001 Wed Aug 19 17:52:27 1998  Nick Clifton  (nickc@cygnus.com)
7002
7003         * config/arm/thumb.md (extendqisi2_insn): Cope with REG +
7004         OFFSET addressing.
7005
7006 Wed Aug 19 14:13:31 PDT 1998 Jeff Law  (law@cygnus.com)
7007
7008         * version.c: Bump for snapshot.
7009
7010 Wed Aug 19 13:10:30 PDT 1998 Jeff Law  (law@cygnus.com)
7011
7012         * version.c: Bump for snapshot.
7013
7014 Wed Aug 19 13:06:47 1998  Jason Merrill  <jason@yorick.cygnus.com>
7015
7016         * collect2.c (extract_init_priority): Use atoi instead of strtoul.
7017
7018 Wed Aug 19 13:51:35 1998  Hans-Peter Nilsson  <hp@axis.se>
7019
7020         * tm.texi (Misc): Fix typo "teh".
7021
7022         * tm.texi (PIC): Fix typo "PPIC".
7023
7024         * tm.texi (Caller Saves): Say that DEFAULT_CALLER_SAVES has no
7025         effect when -O2 and higher.
7026         * invoke.texi (Optimize Options): Likewise for -fcaller-saves.
7027
7028 1998-08-19  Michael Hayes  <michaelh@ongaonga.chch.cri.nz>
7029
7030         * regclass.c: Changed register set documentation to be consistent
7031         with GCC behaviour.
7032
7033         * final.c (final_start_function) Removed redundant test for
7034         call_fixed_regs.
7035
7036 Wed Aug 19 13:28:41 1998  Mark Mitchell  <mark@markmitchell.com>
7037
7038         * rtl.h (rtx_function): New type.
7039         (for_each_rtx): New function.
7040         * rtlanal.c (for_each_rtx): Define it.
7041         
7042         * recog.c (change_t): New type.
7043         (change_objects, change_old_codes, change_locs, change_olds):
7044         Replace with ...
7045         (changes): New variable.
7046         (validate_change): Dynamically allocate room for more changes, if
7047         necessary.  Uses changes array instead of change_objects, etc.
7048         (apply_change_group):  Use changes array instead of
7049         change_objects, etc.
7050         
7051         * loop.c (loop_mem_info): New type.
7052         (loop_mems): New variable.
7053         (loop_mems_idx): Likewise.
7054         (looop_mems_allocated): Likewise.
7055         (scan_loop): Remove nregs parameter.
7056         (next_insn_in_loop): New function.
7057         (load_mems_and_recount_loop_regs_set): Likewise.
7058         (load_mems): Likewise.
7059         (insert_loop_mem): Likewise.
7060         (replace_loop_mem): Likewise.
7061         (replace_label): Likewise.
7062         (INSN_IN_RANGE_P): New macro.
7063         (loop_optimize): Don't pass max_reg_num() to scan_loop.
7064         (scan_loop): Remove nregs parameter, compute it after any new
7065         registers are created by load_mems.  Use INSN_IN_RANGE_P and
7066         next_insn_in_loop rather than expanding them inline.  Call
7067         load_mems to load memory into pseudos, if appropriate.
7068         (prescan_loop): Figure out whether or not there are jumps from the
7069         loop to targets other than the label immediately following the
7070         loop.  Call insert_loop_mem to notice all the MEMs used in the
7071         loop, if it could be safe to pull MEMs into REGs for the duration
7072         of the loop.
7073         (strength_reduce): Use next_insn_in_loop.  Tweak comments.
7074
7075 Wed Aug 19 08:29:44 1998  Richard Earnshaw (rearnsha@arm.com)
7076
7077         * arm.c (arm_override_options): Remove lie about ignoring PIC flag.
7078
7079 Wed Aug 19 07:08:15 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7080
7081         * config/sparc/sparc.c (finalize_pic): Check for the correct
7082         nonlocal_goto_receiver UNSPEC number.
7083         * config/sparc/sparc.md (nonlocal_goto_receiver): Add comment
7084         making note of this dependency existing in sparc.c
7085         (negtf2_notv9 split): Give NEG SFmode.
7086         (negsf2): Fix insn output string.
7087         
7088 Tue Aug 18 12:40:27 1998  Richard Henderson  <rth@cygnus.com>
7089
7090         * c-common.c (decl_attributes): Issue an error if the argument
7091         to alias is not a string.
7092
7093 Tue Aug 18 10:33:30 1998  Jeffrey A Law  (law@cygnus.com)
7094
7095         * haifa-sched.c (sched_analyze): Put all JUMP_INSNs on the last
7096         pending memory flush list.
7097
7098         * combine.c (can_combine_p): Allow combining insns with REG_RETVAL
7099         notes.
7100         (try_combine): Allow combining insns with REG_LIBCALL notes.
7101
7102         * expr.c (emit_block_move): Do not call memcpy as a libcall
7103         instead build up a CALL_EXPR and call it like any other
7104         function.
7105         (clear_storage): Similarly for memset.
7106
7107         * regmove.c (fixup_match_2): Do not call reg_overlap_mentioned_p
7108         on notes.
7109
7110         * Makefile.in (cplus-dem.o): Provide explicit rules for building
7111         cplus-dem.o
7112
7113         * regmove.c (optimize_reg_copy_1): Update REG_N_CALLS_CROSSED
7114         and REG_LIVE_LENGTH as successful substitutions are made.
7115
7116 Tue Aug 18 07:15:27 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7117
7118         * config/sparc/sparc.c (ultra_find_type): Add empty semicolon
7119         statement after end of loop label.
7120
7121 Tue Aug 18 07:13:27 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7122
7123         * config/sparc/sparc.c (ultra_types_avail): New variable.
7124         (ultra_build_types_avail): New function to record mask of insn
7125         types in ready list at this cycle.
7126         (ultrasparc_sched_reorder): Call it.
7127         (ultra_find_type): Use it to quicken the search.  Also simplif
7128         dependency check, don't use rtx_equal_p because we know exactly
7129         what we are looking for.
7130
7131 Tue Aug 18 03:20:53 1998  Richard Earnshaw  (rearnsha@arm.com)
7132
7133         * arm.h (SECONDARY_INPUT_RELOAD_CLASS): Return NO_REGS if compiling
7134         for architecture v4.
7135
7136 Mon Aug 17 21:26:38 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7137
7138         * config/sparc/sparc.md (sltu, sgeu): Don't FAIL, call
7139         gen_compare_reg.
7140         (movsf_const_intreg, movsf_const_high, movsf_const_lo,
7141         movdf_const_intreg and helper splits): New patterns to move float
7142         constants into integer registers.
7143         (negtf2, negdf2, abstf2, absdf2): Rework using new patterns and
7144         splits.
7145
7146 Mon Aug 17 11:46:19 1998  Jeffrey A Law  (law@cygnus.com)
7147
7148         * From Graham
7149         * tree.c (build_index_type): Copy TYPE_SIZE_UNIT from sizetype
7150         to itype.
7151         * c-decl.c (finish_enum): Copy TYPE_SIZ_UNIT from enumtype to tem.
7152
7153         * rs6000.c (secondary_reload_class): For TARGET_ELF, indicate that
7154         a BASE_REGS register is needed as an intermediate when copying
7155         a symbolic value into any register class other than BASE_REGS.
7156
7157         * expr.c (move_by_pieces): No longer static.  Remove prototype.
7158         * rtl.h (move_by_pieces): Add extern prototype.
7159         * mips.c (expand_block_move): Handle aligned straight line copy by
7160         calling move_by_pieces.
7161
7162         * expr.c (expand_expr): Allow assignments from TImode PARM_DECLs
7163         and VAR_DECLs.
7164
7165 Mon Aug 17 10:28:52 1998  Mark Mitchell  <mark@markmitchell.com>
7166
7167         * stmt.c (expand_end_loop): Tidy.  Allow unconditional
7168         jumps out of the loop to be treated as part of the exit test.
7169
7170 Mon Aug 17 10:06:11 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7171                           Jeff Law <law@cygnus.com>
7172
7173         * Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
7174         * cplus-dem.c: Delete.
7175
7176         * Makefile.in (fold-const.o): depend on $(RTL_H).
7177
7178         * fold-const.c: Include rtl.h to get the prototype for
7179         `set_identifier_local_value'.
7180
7181         * loop.c (express_from_1): Remove unused variable `tmp'.
7182         (combine_givs): cast the first argument of bzero to char *.
7183
7184         * toplev.c (display_help): Remove unused variable `looking_for_start'.
7185
7186         * c-decl.c (init_decl_processing): Remove unneeded &.
7187
7188         * alpha.h (alpha_initialize_trampoline): Provide prototype.
7189         
7190         * except.c (set_exception_lang_code, set_exception_version_code):
7191         Change parameter from `short' to `int' to avoid using a gcc
7192         extension.
7193
7194         * except.h (set_exception_lang_code, set_exception_version_code):
7195         Likewise for prototypes.
7196
7197         * flow.c (count_reg_references): Remove unused variables `regno'
7198         and `i'.
7199
7200         * gcse.c (hash_scan_insn): Declare parameter `in_libcall_block'.
7201
7202         * prefix.c (translate_name): Cast the result of `alloca'.
7203
7204         * varray.h (VARRAY_FREE): Reimplement as a `do-while(0)' statement.
7205
7206 Mon Aug 17 09:23:42 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7207
7208         * config/m68k/m68k.c: Include "system.h" instead of <stdio.h>.
7209         Include "toplev.h".
7210         (valid_dbcc_comparison_p): Mark mode argument as unused.
7211         (symbolic_operand): Likewise.
7212         (legitimize_pic_address): Likewise.
7213         (const_uint32_operand): Likewise.
7214         (const_sint32_operand): Likewise.
7215         * sched.c [!INSN_SCHEDULING]: Define only dummy function
7216         schedule_insns and comment out rest of file.
7217
7218         * m68k.c (output_move_simode_const): Use subl to move a zero into an
7219         address register.
7220         (output_move_[hq]imode): Likewise.
7221
7222 Mon Aug 17 09:15:47 1998  Jeffrey A Law  (law@cygnus.com)
7223
7224         * toplev.c (main): Enable -fstrict-aliasing for -O2 and above.
7225         * invoke.texi: Corresponding changes.
7226
7227 Mon Aug 17 02:03:55 1998  Richard Henderson  <rth@cygnus.com>
7228
7229         * regclass.c (allocate_reg_info): Respect MIN when clearing data.
7230
7231 Sun Aug 16 17:37:06 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7232
7233         * config/sparc/sparc.c (ultra_code_from_mask,
7234         ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists,
7235         ultra_find_type, ultra_schedule_insn, ultra_flush_pipeline,
7236         ultrasparc_sched_init, ultrasparc_variable_issue,
7237         ultra_rescan_pipeline_state, ultrasparc_sched_reorder): New
7238         functions to describe UltraSPARC pipeline exactly to Haifa.
7239         (ultrasparc_adjust_cost): Indicate IMUL type insns have zero cost,
7240         as there is nothing the scheduler can do about it.  Indicate that
7241         REG_DEP_OUTPUT's collide.  Fixup formatting.
7242         * config/sparc/sparc.h (RTX_COSTS): Fixup integer multiply and
7243         divide costs on Ultra for DImode.
7244         (MD_SCHED_INIT, MD_SCHED_REORDER, MD_SCHED_VARIABLE_ISSUE):
7245         Define.
7246         * config/sparc/sparc.md (ieu_unnamed function unit): Rename to
7247         ieuN and add call_no_delay_slot to type list.
7248         (cti function unit): New unit for branches on UltraSPARC.
7249         (subx/addx insns): Set type to misc.
7250         (sidi zero/sign extension insns on arch64): Set type to shift.
7251         (sign_extendhidi2_insn): Set type to sload.
7252
7253 Sun Aug 16 13:52:00 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7254
7255         * rs6000.c (rs6000_stack_info): Use if == 0 for sizes.
7256         (output_epilog): Use if != 0 for offset.
7257         (rs6000_fatal_bad_address): Prepare for Intl.
7258         * rs6000.h (rs6000_fatal_bad_address): Declare.
7259         * rs6000.md (movsfcc, movdfcc): Use else if.
7260         (elf_high): Use {liu|lis}.
7261         (elf_low): Use {cal|la}.  Remove %a template from old mnemonics.
7262         (movsi): Use rs6000_fatal_bad_address.
7263         
7264 Sun Aug 16 01:53:21 1998  Richard Henderson  <rth@cygnus.com>
7265
7266         * reload.c (find_equiv_reg): Reject equivalences separated
7267         by a volatile instruction.
7268
7269 Sun Aug 16 00:21:44 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7270
7271         * rs6000/linux.h (CPP_OS_DEFAULT_SPEC): Define.
7272
7273 Sat Aug 15 20:51:35 1998  Richard Henderson  <rth@cygnus.com>
7274
7275         * alpha.md (movsicc): Fix mode mismatch.
7276
7277 Sat Aug 15 20:22:33 1998  H.J. Lu  (hjl@gnu.org)
7278
7279         * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Handle aggregated
7280         return type.
7281         * config/alpha/win-nt.h (ASM_OUTPUT_MI_THUNK): Likewise.
7282
7283 Sat Aug 15 08:39:49 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7284
7285         * config/sparc/sparc.md (movsi_lo_sum_pic_label_reg): Remove
7286         write-only modifier from operand 1 constraint.
7287
7288 Sat Aug 15 06:28:19 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7289
7290         * config/sparc/sparc.c (sparc_emit_set_const64_quick1): If
7291         emitting a XOR of -1 at the end, emit a NOT instead for combine's
7292         sake.
7293         (sparc_emit_set_const64): Likewise, also when computing trailing
7294         bits do not negate low_bits and make fast_int an int.
7295
7296 Fri Aug 14 21:07:03 1998  Jeffrey A Law  (law@cygnus.com)
7297
7298         * loop.c (add_label_notes): Do not ignore references to labels
7299         before dispatch tables.  Mirrors Apr 8 change to mark_jump_label.
7300         * gcse.c (add_label_notes): Similarly.
7301
7302         * pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
7303
7304         * m68k.md (adddi_dilshr32): One of the operands must be a register.
7305         (adddi_dishl32): Similarly.
7306
7307 Fri Aug 14 14:12:59 1998  Jason Merrill  <jason@yorick.cygnus.com>
7308
7309         * i386.h (MODES_TIEABLE_P): Reorganize to shut up warnings.
7310         * alias.c (memrefs_conflict_p): Add braces to shut up warnings.
7311         * cse.c (cse_basic_block): Add parens to shut up warnings.
7312
7313 Fri Aug 14 12:58:21 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7314
7315         * config/sparc/sparc.c (sparc_emit_set_const64_quick2,
7316         sparc_emit_set_const64_longway, const64_is_2insns,
7317         create_simple_focus_bits, sparc_emit_set_const64): Fix more bugs
7318         in 64-bit constant formation.
7319         * config/sparc/sparc.md (snesi_zero_extend split): Generate
7320         rtl for addx not subx.
7321         (define_insn movdi_const64_special): Make available even when
7322         HOST_BITS_PER_WIDE_INT is not 64.
7323         (movdi_lo_sum_sp64_cint, movdi_high_sp64_cint): Remove.
7324         (losum_di_medlow, sethm, setlo): Make op2 symbolic_operand.
7325         (cmp_siqi_trunc_set, cmp_diqi_trunc_set): Encapsulate both
7326         instances of operand 1 inside a QI subreg.
7327         (xordi3_sp64_dbl): Remove '%' constraint for op1.
7328         (one_cmpldi2_sp64): Fix output string.
7329         (one_cmplsi2_not_liveg0): Rewrite to remove unneeded extra
7330         alternative case.
7331         (unnamed arch64 ashift DI): Truncate shift count if greater than
7332         63, not 31.
7333
7334 Fri Aug 14 21:52:53 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
7335
7336         * expr.c (store_expr): Don't optimize away load-store pair
7337         when either source or destination have a side effect.
7338
7339 Fri Aug 14 16:50:10 1998  John Carr  <jfc@mit.edu>
7340
7341         * genrecog.c (add_to_sequence): Fatal error if the modes of the
7342         operands of SET are incompatible.
7343
7344         * alpha.md: Fix max and min patterns so modes of SET operands match.
7345
7346 Fri Aug 14 12:22:55 1998  Ian Lance Taylor  <ian@cygnus.com>
7347
7348         * configure.in: Avoid [[ by using test and changequote.
7349         * configure: Rebuild.
7350
7351 Fri Aug 14 01:22:31 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7352
7353         * rtl.def (CONSTANT_P_RTX): Fix typo in string name.
7354
7355         * config/sparc/sparc.md (seqdi_special_trunc, snedi_special_trunc,
7356         seqsi_special_extend, snesi_special_extend, snesi_zero_extend and
7357         split, snedi_zero_trunc and split, seqsi_zero_extend and split,
7358         seqdi_zero_trunc and split, pic_lo_sum_di, pic_sethi_di,
7359         movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc, addx_extend_sp32 and
7360         split, addx_extend_sp64, subx_extend_sp64, subx_extend and split):
7361         Fix mismatching modes in SET operands.
7362         (conditional move patterns): Fix formatting.
7363         (unnamed subx arch64 pattern): Remove duplicate insn.
7364         
7365 Fri Aug 14 00:34:34 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7366
7367         * config/sparc/sparc.c (const64_operand, const64_high_operand):
7368         Get it right when HOST_BITS_PER_WIDE_INT is not 64.
7369         (input_operand): Fixup test for what we accept for constant
7370         integers.
7371         (sparc_emit_set_const32, sparc_emit_set_symbolic_const64): Give
7372         set VOIDmode.
7373         (safe_constDI): Remove.
7374         (sparc_emit_set_safe_HIGH64, gen_safe_SET64, gen_safe_OR64,
7375         gen_safe_XOR64): New functions.
7376         (sparc_emit_set_const64_quick1, sparc_emit_set_const64_quick2,
7377         sparc_emit_set_const64_longway, sparc_emit_set_const64): Use
7378         them.
7379         * config/sparc/sparc.md (define_insn xordi3_sp64_dbl): Only make
7380         available when HOST_BITS_PER_WIDE_INT is not 64.
7381         (define_insn movdi_sp64_dbl, movdi_const64_special): Likewise and
7382         move before movdi_insn_sp64 pattern.
7383         (define_insn movdi_lo_sum_sp64_dbl, movdi_high_sp64_dbl): Remove.
7384         (define_insn sethi_di_medlow, seth44, setm44, sethh): Use
7385         symbolic_operand as predicate for second operand.
7386         (DImode minus split on arch32, negsi2 expander, one_cmplsi2
7387         expander): Give set VOIDmode.
7388         
7389 Fri Aug 14 01:45:06 1998  Mumit Khan  <khan@xraylith.wisc.edu>
7390
7391         * i386/cygwin32 (DEFAULT_PCC_STRUCT_RETURN): Define.
7392
7393 Fri Aug 14 01:40:21 1998  Geoffrey Keating  <geoffk@ozemail.com.au>
7394
7395         * rs6000/linux.h (LINK_SPEC): Pass -G args to the linker.
7396
7397 Fri Aug 14 01:23:23 1998  Richard Earnshaw (rearnsha@arm.com)
7398
7399         * arm/netbsd.h (TARGET_DEFAULT): Default includes software floating 
7400         point.
7401         (CPP_FLOAT_DEFAULT_SPEC): Re-define accordingly.
7402
7403 Fri Aug 14 01:19:08 1998  Robert Lipe  <robertl@dgii.com>
7404
7405         * install.texi: Various SCO OpenServer tweaks.
7406
7407 Thu Aug 13 20:14:40 1998  Jim Wilson  <wilson@cygnus.com>
7408
7409         * reload1.c (eliminate_regs_in_insn): Handle another case when
7410         eliminating the frame pointer to the hard frame pointer.  Add
7411         missing ep->to_rtx check to one existing case.
7412
7413         * mips/mips.md (movhi_internal2+2): Fix typo mem:SI -> mem:HI.
7414
7415 Thu Aug 13 17:08:11 1998  Jason Merrill  <jason@yorick.cygnus.com>
7416
7417         * tree.h: De-conditionalize init_priority code.
7418
7419         * mips.h (NM_FLAGS): Change from -Bp to -Bn.
7420         * collect2.c (NM_FLAGS): Change from -p to -n.
7421
7422         * configure.in: Turn on collect2 for mipstx39-elf.
7423         Handle use_collect2=no properly.
7424
7425         * c-common.c: De-conditionalize init_priority code.
7426         * collect2.c (extract_init_priority, sort_ids): New fns.
7427         (main): Call sort_ids.
7428         Move sequence_number to file scope.
7429
7430         * configure.in: Handle --enable-init-priority.
7431         * c-common.c (attrs): Add A_INIT_PRIORITY.
7432         (init_attributes, decl_attributes): Likewise.
7433         * tree.h (DEFAULT_INIT_PRIORITY, MAX_INIT_PRIORITY): New macros.
7434         * tree.c (get_file_function_name_long): Split out...
7435         (get_file_function_name): ...from here.
7436
7437 Thu Aug 13 16:09:53 1998  Martin von Loewis  <loewis@informatik.hu-berlin.de>
7438
7439         * expr.c (safe_from_p): Change code to ERROR_MARK only when not
7440         accessing nodes.
7441
7442 Thu Aug 13 15:24:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
7443
7444         * toplev.c (display_help): Add braces to shut up warnings.
7445         * tree.c (simple_cst_equal): Likewise.
7446
7447         * fold-const.c (non_lvalue): Don't deal with null pointer 
7448         constants here.
7449         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
7450
7451         * c-typeck.c (initializer_constant_valid_p): Allow conversion of 0
7452         of any size to a pointer.
7453
7454 Thu Aug 13 12:53:13 1998  Jim Wilson  <wilson@cygnus.com>
7455
7456         * i386/winnt.c (i386_pe_asm_file_end): Check TREE_SYMBOL_REFERENCED.
7457
7458 Wed Aug 12 17:25:18 1998  Jeffrey A Law  (law@cygnus.com)
7459
7460         * mn10300.c (REG_SAVE_BYTES): Only reserve space for registers
7461         which will be saved.
7462         * mn10300.md (prologue insn): Only save registers which need saving.
7463         (epilogue insn): Similarly.
7464
7465         * mn10300.c, mn10300.h, mn10300.md: Remove "global zero register"
7466         optimizations.
7467
7468 Wed Aug 12 12:39:16 1998  Gavin Romig-Koch  <gavin@cygnus.com>
7469
7470         * mips/mips.h (ENCODE_SECTION_INFO): Set SYMBOL_REF_FLAG for
7471         VAR_DECL's in gp addressable sections.
7472
7473 Tue Aug 11 23:02:31 1998  John Carr  <jfc@mit.edu>
7474
7475         * sparc.c: Change return <exp> to <exp>; return; in functions
7476         returning void.
7477         * sparc.md: Add empty semicolon statement after final label in
7478         move expanders.
7479
7480 Tue Aug 11 22:42:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7481
7482         * config/sparc/sparc.md (define_insn addx_extend): Rename to
7483         addx_extend_sp64, only allow when TARGET_ARCH64.
7484         (define_insn addx_extend_sp32 and split): Version that works when
7485         not TARGET_ARCH64.
7486         (define_insn subx_extend): Likewise.
7487         (define_split adddi3 and subdi3 with zero extension): Fixup and
7488         correct bugs when not TARGET_ARCH64.
7489
7490 Tue Aug 11 16:04:34 1998  John Carr  <jfc@mit.edu>
7491
7492         * except.c (set_exception_lang_code, set_exception_version_code):
7493         Use prototype-style definition if __STDC__, to match declaration
7494         in except.h.
7495
7496         * genemit.c: Change FAIL and DONE macros not to use loops.
7497
7498 Tue Aug 11 12:27:03 1998  Jim Wilson  <wilson@cygnus.com>
7499
7500         * dwarf2out.c (ASM_OUTPUT_DWARF_ADDR_CONST): Use
7501         ASM_OUTPUT_DWARF2_ADDR_CONST if defined.
7502
7503         * mips/mips.md (reload_outsi): Use M16_REG_P when TARGET_MIPS16.
7504
7505 Tue Aug 11 18:12:53 1998  Dave Love  <d.love@dl.ac.uk>
7506
7507         * README.g77: Update from Craig.
7508
7509 Tue Aug 11 04:46:01 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7510
7511         * config/sparc/sparc.c (sparc_emit_set_const32): INTVAL is of
7512         type HOST_WIDE_INT.
7513         (safe_constDI sparc_emit_set_const64_quick1,
7514         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
7515         analyze_64bit_constant, const64_is_2insns,
7516         create_simple_focus_bits): Fix some bugs when compiled on real
7517         64-bit hosts.
7518         (function_arg_record_value_3, function_arg_record_value_2,
7519         function_arg_record_value): Add fully prototyped forward decls.
7520         * config/sparc/sparc.md (define_insn cmpsi_insn_sp32): Rename back
7521         to cmpsi_insn and use on both 64 and 32 bit targets.
7522         (define_insn cmpsi_insn_sp64): Remove.
7523         (define_expand zero_extendsidi2): Allow for 32-bit target too.
7524         (define_insn zero_extendsidi2_insn): Rename to
7525         zero_extendsidi2_insn_sp64.
7526         (define_insn zero_extendsidi2_insn_sp32): New pattern and
7527         assosciated forced split for it.
7528
7529         * config/sparc/sparc.c (const64_operand, const64_high_operand):
7530         New predicates.
7531         * config/sparc/sparc.h: Declare them.
7532         (PREDICATE_CODES): Add them.
7533         * config/sparc/sparc.md (movdi_lo_sum_sp64_dbl,
7534         movdi_high_sp64_dbl, xordi3_sp64_dbl): Use them.
7535
7536 Mon Aug 10 22:57:24 1998  John Carr  <jfc@mit.edu>
7537
7538         * config/sparc/sparc.md (define_insn jump): Output ba,pt not b,pt
7539         in v9 case as the latter makes the Solaris assembler crash.
7540
7541 Mon Aug 10 22:39:09 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7542
7543         * config/sparc/sparc.c (input_operand): Do not accept a LO_SUM MEM
7544         for TFmode when !v9.  We require offsettable memory addresses.
7545         * config/sparc/sparc.h (ALTER_HARD_SUBREG): Handle TFmode to
7546         DFmode register number conversions.
7547         * config/sparc/sparc.md (define_split DFmode moves): If register
7548         is a SUBREG do alter_subreg on it before using.
7549         (define_expand movtf): Fixup comment about alignment on v9.
7550         (define_split TFmode moves): Don't use gen_{high,low}part, create
7551         explicit SUBREGs instead.
7552
7553 Mon Aug 10 19:02:55 1998  John Carr  <jfc@mit.edu>
7554
7555         * Makefile.in (mbchar.o): Depend on mbchar.c.
7556
7557 Mon Aug 10 04:28:13 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7558                           Richard Henderson  <rth@cygnus.com>
7559         
7560         Rewrite Sparc backend for better code generation and
7561         improved sparc64 support.
7562         * config/sparc/sp64-elf.h: Set JUMP_TABLES_IN_TEXT_SECTION to
7563         zero.
7564         * config/sparc/sysv4.h: Likewise.
7565         * config/sparc/sparc.c (v8plus_regcmp_p, sparc_operand,
7566         move_operand, v8plus_regcmp_op, emit_move_sequence,
7567         singlemove_string, doublemove_string, mem_aligned_8,
7568         output_move_double, output_move_quad, output_fp_move_double,
7569         move_quad_direction, output_fp_move_quad, output_scc_insn):
7570         Remove.
7571         (small_int_or_double): New predicate.
7572         (gen_compare_reg): Remove TARGET_V8PLUS cmpdi_v8plus emission.
7573         (legitimize_pic_address): Emit movsi_{high,lo_sum}_pic instead of
7574         old pic_{sethi,lo_sum}_si patterns.
7575         (mem_min_alignment): New generic function to replace
7576         mem_aligned_8, which uses REGNO_POINTER_ALIGN information when
7577         available and can test for arbitrary alignments.  All callers
7578         changed.
7579         (save_regs, restore_regs, build_big_number,
7580         output_function_prologue, output_cbranch, output_return,
7581         sparc_flat_save_restore, sparc_flat_output_function_prologue,
7582         sparc_flat_output_function_epilogue): Prettify
7583         insn output.
7584         (output_function_epilogue): Likewise and add code to output
7585         deferred case vectors.
7586         (output_v9branch): Likewise, add new arg INSN and use it to tack
7587         on branch prediction settings.  All callers changed.
7588         (print_operand): Likewise and output %l44 for LO_SUMs when
7589         TARGET_CM_MEDMID.
7590         (sparc_splitdi_legitimate): New function to make sure DImode
7591         splits can be run properly when !arch64.
7592         (sparc_initialize_trampoline, sparc64_initialize_trampoline):
7593         Reformat example code in comments.
7594         (set_extends): Remove UNSPEC/v8plus_clear_high case.
7595         (sparc_addr_diff_list, sparc_addr_list): New statics to keep track
7596         of deferred case vectors we need to output.
7597         (sparc_defer_case_vector): Record a case vector.
7598         (sparc_output_addr_vec, sparc_output_addr_diff_vec,
7599         sparc_output_deferred_case_vectors): New functions to output them.
7600         (sparc_emit_set_const32): New function to form 32-bit constants in
7601         registers when that requires more than one instruction.
7602         (safe_constDI, sparc_emit_set_const64_quick1,
7603         sparc_emit_set_const64_quick2, sparc_emit_set_const64_longway,
7604         analyze_64bit_constant, const64_is_2insns,
7605         create_simple_focus_bits, sparc_emit_set_const64): New functions
7606         which do the same for 64-bit constants when arch64.
7607         (sparc_emit_set_symbolic_const64): New function to emit address
7608         loading for all code models on v9.
7609         * config/sparc/sparc.h (CONDITIONAL_REGISTER_USAGE): Do not make
7610         %g1 fixed when arch64, unfix %g0 when TARGET_LIVE_G0.
7611         (ALTER_HARD_SUBREG): Fix thinko, return REGNO + 1 not 1.
7612         (SECONDARY_INPUT_RELOAD_CLASS, SECONDARY_OUTPUT_RELOAD_CLASS): Fix
7613         inaccuracies in comments, add symbolic and text_segment operands
7614         when TARGET_CM_MEDANY and TARGET_CM_EMBMEDANY respectively.  Use
7615         GENERAL_REGS in these cases as a temp REG is needed to load these
7616         addresses into a register properly.
7617         (EXTRA_CONSTRAINT): Document more accurately, remove Q case as it
7618         is no longer used.
7619         (GO_IF_LEGITIMATE_ADDRESS): Allow TFmode for LO_SUM on v9 since fp
7620         quads are guarenteed to have 16-byte alignment.
7621         (LEGITIMIZE_ADDRESS): For SYMBOL_REF, CONST, and LABEL_REF use
7622         copy_to_suggested_reg instead of explicit LO_SUM and HIGH.
7623         (ASM_OUTPUT_ADDR_VEC, ASM_OUTPUT_ADDR_DIFF_VEC): New macros for
7624         deferred case vector implementation.
7625         (ASM_OUTPUT_ADDR_VEC_ELT): Use fputc to output newline.
7626         (ASM_OUTPUT_ADDR_DIFF_ELT): Parenthesize LABEL in macro calls.
7627         Generate "internal label - label" instead of "label - 1b".
7628         (PRINT_OPERAND_ADDRESS): For LO_SUM use %l44 on TARGET_CM_MEDMID.
7629         (PREDICATE_CODES): Remove sparc_operand, move_operand,
7630         v8plus_regcmp_op.  Add small_int_or_double, input_operand, and
7631         zero_operand.
7632         (doublemove_string, output_block_move, output_fp_move_double,
7633         output_fp_move_quad, output_move_double, output_move_quad,
7634         output_scc_insn, singlemove_string, mem_aligned_8, move_operand,
7635         sparc_operand, v8plus_regcmp_op, v8plus_regcmp_p): Remove externs.
7636         (sparc_emit_set_const32, sparc_emit_set_const64,
7637         sparc_emit_set_symbolic_const64, input_operand, zero_operand,
7638         mem_min_alignment, small_int_or_double): Add externs.
7639         * config/sparc/sparc.md: Document the many uses of UNSPEC and
7640         UNSPEC_VOLATILE in this backend.
7641         (define_function_unit ieu): Rename to ieu_unnamed.  Add move and
7642         unary to types which execute in it.
7643         (define_function_unit ieu_shift): Rename to ieu0.
7644         (define_function_unit ieu1): New, executes compare, call, and
7645         uncond_branch type insns.
7646         (define_function_units for type fdivs, fdivd, fsqrt): These
7647         execute in the fpu multiply unit not the adder on UltraSparc.
7648         (define_expand cmpdi): Disallow TARGET_V8PLUS.
7649         (define_insn cmpsi_insn): Rename to cmpsi_insn_sp32.
7650         (define_insn cmpsi_insn_sp64): New, same as sp32 variant except it
7651         allows the arith_double_operand predicate and rHI constraint when
7652         TARGET_ARCH64.
7653         (define_insn cmpdi_sp64, cmpsf_fpe, cmpdf_fpe, cmptf_fpe,
7654         cmpsf_fp, cmpdf_fp, cmptf_fp, sltu_insn, neg_sltu_insn,
7655         neg_sltu_minux_x, neg_sltu_plus_x, sgeu_insn, neg_sgeu_insn,
7656         sltu_plus_x, sltu_plus_x, sltu_plus_x_plus_y, x_minus_sltu,
7657         sgeu_plus_x, x_minus_sgeu, movqi_cc_sp64, movhi_cc_sp64,
7658         movsi_cc_sp64, movdi_cc_sp64, movsf_cc_sp64, movdf_cc_sp64,
7659         movtf_cc_sp64, movqi_cc_reg_sp64, movhi_cc_reg_sp64,
7660         movsi_cc_reg_sp64, movdi_cc_reg_sp64, movsf_cc_reg_sp64,
7661         movdf_cc_reg_sp64, movtf_cc_reg_sp64, zero_extendhisi2_insn,
7662         cmp_siqi_trunc, cmp_siqi_trunc_set, sign_extendhisi2_insn,
7663         sign_extendqihi2_insn, sign_extendqisi2_insn,
7664         sign_extendqidi2_insn, sign_extendhidi2_insn,
7665         extendsfdf2, extendsftf2, extenddftf2, truncdfsf2, trunctfsf2,
7666         trunctfdf2, floatsisf2, floatsidf2, floatsitf2, floatdisf2,
7667         floatdidf2, floatditf2, fix_truncsfsi2, fix_truncdfsi2,
7668         fix_trunctfsi2, fix_truncsfdi2, fix_truncdfdi2, fix_trunctfdi2,
7669         adddi3_sp64, addsi3, cmp_ccx_plus, cmp_cc_plus_set, subdi_sp64,
7670         subsi3, cmp_minus_ccx, cmp_minus_ccx_set, mulsi3, muldi3,
7671         muldi3_v8plus, cmp_mul_set, mulsidi3, mulsidi3_v8plus,
7672         const_mulsidi3_v8plus, mulsidi3_sp32, const_mulsidi3,
7673         smulsi3_highpart_v8plus, unnamed subreg mult,
7674         const_smulsi3_highpart_v8plus, smulsi3_highpart_sp32,
7675         const_smulsi3_highpart, umulsidi3_v8plus, umulsidi3_sp32,
7676         const_umulsidi3, const_umulsidi3_v8plus, umulsi3_highpart_v8plus,
7677         const_umulsi3_highpart_v8plus, umulsi3_highpart_sp32,
7678         const_umulsi3_highpart, divsi3, divdi3, cmp_sdiv_cc_set, udivsi3,
7679         udivdi3, cmp_udiv_cc_set, smacsi, smacdi, umacdi, anddi3_sp64,
7680         andsi3, and_not_di_sp64, and_not_si, iordi3_sp64, iorsi3,
7681         or_not_di_sp64, or_not_si, xordi3_sp64, xorsi3, xor_not_di_sp64,
7682         xor_not_si, cmp_cc_arith_op, cmp_ccx_arith_op,
7683         cmp_cc_arith_op_set, cmp_ccx_arith_op_set, cmp_ccx_xor_not,
7684         cmp_cc_xor_not_set, cmp_ccx_xor_not_set, cmp_cc_arith_op_not,
7685         cmp_ccx_arith_op_not, cmp_cc_arith_op_not_set,
7686         cmp_ccx_arith_op_not_set, negdi2_sp64, cmp_cc_neg, cmp_ccx_neg,
7687         cmp_cc_set_neg, cmp_ccx_set_neg, one_cmpldi2_sp64, cmp_cc_not,
7688         cmp_ccx_not, cmp_cc_set_not, cmp_ccx_set_not, addtf3, adddf3,
7689         addsf3, subtf3, subdf3, subsf3, multf3, muldf3, mulsf3,
7690         muldf3_extend, multf3_extend, divtf3, divdf3, divsf3, negtf2,
7691         negdf2, negsf2, abstf2, absdf2, abssf2, sqrttf2, sqrtdf2, sqrtsf2,
7692         ashlsi3, ashldi3, unnamed DI ashift, cmp_cc_ashift_1,
7693         cmp_cc_set_ashift_1, ashrsi3, ashrdi3, unnamed DI ashiftrt,
7694         ashrdi3_v8plus, lshrsi3, lshrdi3, unnamed DI lshiftrt,
7695         lshrdi3_v8plus, tablejump_sp32, tablejump_sp64, call_address_sp32,
7696         call_symbolic_sp32, call_address_sp64, call_symbolic_sp64,
7697         call_address_struct_value_sp32, call_symbolic_struct_value_sp32,
7698         call_address_untyped_struct_value_sp32,
7699         call_symbolic_untyped_struct_value_sp32, call_value_address_sp32,
7700         call_value_symbolic_sp32, call_value_address_sp64,
7701         call_value_symbolic_sp64, branch_sp32, branch_sp64,
7702         flush_register_windows, goto_handler_and_restore,
7703         goto_handler_and_restore_v9, goto_handler_and_restore_v9_sp64,
7704         flush, all ldd/std peepholes, return_qi, return_hi, return_si,
7705         return_addsi, return_di, return_adddi, return_sf, all call+jump
7706         peepholes, trap, unnamed trap insns): Prettify output strings.
7707         (define_insn anddi3_sp32, and_not_di_sp32, iordi3_sp32,
7708         or_not_di_sp32, xordi3_sp32, xor_not_di_sp32, one_cmpldi2):
7709         Likewise and force + implement splits for integer cases.
7710         (define_insn return_sf_no_fpu): Likewise and allow to match when
7711         no-fpu because of our subreg SFmode splits.
7712         (define_insn zero_extendqihi2, zero_extendqisi2_insn,
7713         zero_extendqidi2_insn, zero_extendhidi2_insn,
7714         zero_extendsidi2_insn, sign_extendsidi2_insn): Likewise and use
7715         input_operand for second operand.
7716         (cmp_minus_cc, cmp_minus_cc_set): Likewise and use
7717         reg_or_0_operand for operand 2 so new splits can use it.
7718         (cmp_zero_extendqisi2, cmp_zero_extendqisi2_set, cmp_cc_plus,
7719         cmp_cc_xor_not): Likewise and don't forget to check TARGET_LIVE_G0
7720         too.
7721         (cmp_zero_extract, cmp_zero_extract_sp64): Likewise and allow
7722         CONST_DOUBLEs for operand 2.
7723         (define_insn move_label_di): Likewise and label distance
7724         optimization because it no longer works with new deferred case
7725         vector scheme.  To be revisited.
7726         (define_insn x_minus_y_minus_sltu, x_minus_sltu_plus_y): Likewise
7727         and allow reg_or_0_operand and J constraint for second operand.
7728         (define_insn jump): Set branch predict taken on V9.
7729         (define_insn tablejump): Emit LABEL_REF + PLUS memory address for
7730         new deferred case vector scheme.
7731         (define_insn pic_tablejump_32, pic_tablejump_64): Remove.
7732         (define_insn negdi2_sp32): Force + implement splits.
7733         (define_insn negsi2, one_cmplsi2): Rename to negsi2_not_liveg0 and
7734         one_cmplsi2_not_liveg0 respectively, and create expander of original
7735         names which emit special rtl for TARGET_LIVE_G0.
7736         (define_insn cmpdi_v8plus, scc_si, scc_di): Remove.
7737         (define_insn seq, sne, slt, sge, sle, sltu, sgeu): Don't do
7738         gen_compare_reg, FAIL instead.
7739         (define_insn sgtu, sleu): Likewise and check gen_s*() return
7740         values when trying to reverse condition codes, if they FAIL then
7741         do likewise.
7742         (define_insn snesi_zero, neg_snesi_zero, snesi_zero_extend,
7743         snedi_zero, neg_snedi_zero, snedi_zero_trunc, seqsi_zero,
7744         neg_seqsi_zero, seqsi_zero_extend, seqdi_zero, neg_seqdi_zero,
7745         seqdi_zero_trunc, x_plus_i_ne_0, x_minus_i_ne_0, x_plus_i_eq_0,
7746         x_minus_i_eq_0): Add new splits to perform these multi-insn cases,
7747         set output string to # to indicate they are mandatory splits.
7748         (define_insn pic_lo_sum_si, pic_sethi_si, pic_lo_sum_di,
7749         pic_sethi_di, move_pic_label_si): Remove.
7750         (define_insn movsi_low_sum, movsi_high, movsi_lo_sum_pic,
7751         movsi_high_pic, movsi_pic_label_reg): New patterns to take their
7752         place.
7753         (define_expand movsi_pic_label_ref, define_insn
7754         movsi_high_pic_label_ref, movsi_lo_sum_pic_label_ref): New
7755         expander and insns to handle PIC label references and deferred
7756         case vectors.
7757         (define_insn get_pc_via_rdpc): Comment out as it is no longer
7758         used.
7759         (define_expand movqi, movhi, movsi, movdi, movsf, movdf, movtf):
7760         Rewrite to not use emit_move_sequence, make use of new constant
7761         formation code, and new splits for all multi-insn cases.
7762         (define_insn movqi_insn): Remove sethi case, it can never happen.
7763         Use reg_or_zero_operand instead of const0_rtx explicit test,
7764         use input_operand instead of move_operand for source, and use
7765         general_operand now for dest.
7766         (define_insn movhi_insn): Similar but leave sethi case.
7767         (define_insn lo_sum_qi, store_qi, store_hi): Remove.
7768         (define_insn sethi_hi lo_sum_hi): Rename to movhi_high and
7769         movhi_lo_sum respectively, prettify output string.
7770         (define_insn movsi_zero_liveg0): New pattern to put zero into a
7771         register when needed on TARGET_LIVE_G0.
7772         (define_insn movsi_insn): Use general_operand and input_operand
7773         for dest and src respectively.  Simplify applicability test.
7774         Prettify output strings, and add clr alternative for J
7775         constraint.
7776         (define_insn movdi_sp32_v9, movdi_sp32, define_splits for
7777         deprecated std and reg-reg DI moves): Remove and...
7778         (define_insn movdi_insn_sp32, movdi_insn_sp64): Replace with new
7779         implementation which uses forced splits for all non-single insn
7780         cases.
7781         (define_split DI move cases on !arch64): New splits to handle all
7782         situations of 64-bit double register DImode on 32bit, and
7783         unaligned registers and memory addresses for all subtargets.
7784         (define_insn movsf_const_insn, movdf_const_insn, store_sf):
7785         Remove.
7786         (define_insn movsf_insn, movsf_no_f_insn): Use general_operand and
7787         input_operand for dest and src respectively, prettify output
7788         strings.
7789         (define_insn movdf_insn, movdf_no_e_insn, store_df,
7790         movtf_const_insn, movtf_insn, movtf_no_e_insn, store_tf): Remove
7791         and...
7792         (define_insn movdf_insn_sp32, movdf_no_e_insn_sp32,
7793         movdf_insn_sp64, movdf_no_e_insn_sp64, movtf_insn,
7794         movtf_no_e_insn_sp32, movtf_insn_hq_sp64, movtf_insn_sp64,
7795         movtf_no_e_insn_sp64) Replace with new
7796         implementation which uses forced splits for all non-single insn
7797         cases.
7798         (define_split DF move cases): New splits in similar vein to DI
7799         move counterparts.
7800         (define_insn sethi_di_medlow, sethi_di_medium_pic,
7801         sethi_di_embmedany_data, sethi_di_embmedany_text, sethi_di_sp64,
7802         movdi_sp64_insn): Remove old v9 code model and constant loading
7803         support insns and..
7804         (define_insn pic_lo_sum_di, pic_sethi_di,
7805         sethi_di_medlow_embmedany_pic, sethi_di_medlow, losum_di_medlow,
7806         seth44, setm44, setl44, sethh, setlm, sethm, setlo,
7807         embmedany_sethi, embmedany_losum, embmedany_brsum,
7808         embmedany_textuhi, embmedany_texthi, embmedany_textulo,
7809         embmedany_textlo, movdi_lo_sum_sp64_cint, movdi_lo_sum_sp64_dbl,
7810         movdi_high_sp64_cint, movdi_high_sp64_dbl): Replace with new
7811         scheme, using unspecs, secondary reloads, and one to one sparc
7812         insn to rtl insn mapping for better scheduling and code gen.
7813         (define_expand reload_indi, reload_outdi): Reload helpers for
7814         MEDANY and EMBMEDANY symbol address loading cases which require a
7815         temporary register.
7816         (define_expand movsicc): Remove v8plus_regcmp cases.
7817         (define_insn movdi_cc_sp64_trunc, movdi_cc_reg_sp64_trunc,
7818         cmp_zero_extendqidi2, cmp_zero_extendqidi2_set, cmp_qidi_trunc,
7819         cmp_diqi_trunc_set): New patterns used by some of the new scc
7820         splits on arch64.
7821         (define_insn xordi3_sp64_dbl): New pattern used for constant
7822         formation when crossing from 32-bit targets.
7823         (define_insn movsi_cc_reg_v8plus, v8plus_clear_high, and helper
7824         split): Remove.
7825         (define_insn addx, subx): Make visible and prettify.
7826         (define_insn adddi3_insn_sp32): Likewise and force split.
7827         (define_insn addx_extend, subx_extend, unnamed): New patterns for
7828         64bit scc split usage.
7829         (define_insn unnamed plusDI zero_extend, unnamed minusDI
7830         zero_extend, subdi3): Force and implement splits.
7831         
7832         * final.c (final_scan_insn): Don't output labels if target
7833         specifies ASM_OUTPUT_ADDR_{DIFF}_VEC.  Do these macro operations
7834         instead.
7835         
7836         * reorg.c (dbr_schedule): When taking on BR_PRED notes at the end,
7837         don't forget to walk inside SEQUENCESs too as these are what the
7838         delay slot scheduler will create.
7839         
7840 Mon Aug 10 01:21:01 1998  Richard Henderson  <rth@cygnus.com>
7841
7842         * alpha.md (extxl+1,+2): New patterns to work around
7843         combine lossage.
7844
7845 Sat Aug  8 19:20:22 1998 Gary Thomas (gdt@linuxppc.org)
7846
7847         * rs6000.c (rs6000_allocate_stack_space) Fix typo which
7848         caused bad assembly code to be generated.
7849
7850 Sat Aug  8 18:53:28 1998  Jeffrey A Law  (law@cygnus.com)
7851
7852         * netbsd.h: Fix typo.
7853
7854 Mon Aug  3 00:06:42 1998  Robert Lipe  <robertl@dgii.com> 
7855
7856         * config.sub: Fix typo.
7857
7858 Sun Aug  2 22:39:08 1998  Hans-Peter Nilsson  <hp@axis.se>
7859
7860         * invoke.texi (Environment Variables): Typo: Change "ascpects"
7861         into "aspects".
7862         (Running Protoize): Typo: Change "ther" into "other".
7863
7864 Sun Aug  2 00:42:50 1998  Jeffrey A Law  (law@cygnus.com)
7865
7866         * i386/netbsd.h: Undo previous change to DWARF2_UNWIND_INFO.
7867         * m68k/netbsd.h: Likewise.
7868         * ns32k/netbsd.h: Likewise.
7869         * sparc/netbsd.h: Likewise.
7870
7871 Sat Aug  1 17:59:30 1998  Richard Henderson  <rth@cygnus.com>
7872
7873         * ginclude/va-alpha.h (va_list): Use a typedef, not a define.
7874         * ginclude/va-clipper.h (va_list): Likewise.
7875
7876 Fri Jul 31 20:22:02 1998  Michael Meissner  <meissner@cygnus.com>
7877
7878         * rs6000.c (rs6000_override_options): If big endian and -Os, use
7879         load/store multiple instructions unless user overrides.
7880
7881 Fri Jul 31 17:08:59 1998  Jeffrey A Law  (law@cygnus.com)
7882
7883         * ns32k/netbsd.h: Fix typo.
7884
7885 Fri Jul 31 10:23:55 1998  Doug Evans  <devans@canuck.cygnus.com>
7886
7887         * m32r/m32r.h (ASM_OUTPUT_SOURCE_LINE): Always output line number
7888         labels with .debugsym if no parallel insns.
7889
7890 Thu Jul 30 19:15:53 1998  Richard Henderson  <rth@cygnus.com>
7891
7892         * alpha.md (fp cmp): Replicate patterns for ALPHA_TP_INSN.
7893         (fcmov): Remove ALPHA_TP_INSN patterns -- fcmov doesn't trap.
7894
7895 Thu Jul 30 19:50:15 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7896
7897         * rs6000/x-aix43 (AR_FOR_TARGET_FLAGS): Delete.
7898         (AR_FOR_TARGET): Define.
7899
7900 Thu Jul 30 12:29:12 1998  Mark Mitchell  <mark@markmitchell.com>
7901
7902         * dyn-string.h: New file.
7903         * dyn-string.c: Likewise.
7904         * Makefile.in (OBJS): Add dyn-string.o.
7905         (dwarf2out.o): Add dyn-string.h dependency.
7906         (dyn-string.o): List dependencies.
7907         * dwarf2out.c: Include dyn-string.h.
7908         (ASM_NAME_TO_STRING): Use dyn_string_append, rather than strcpy.
7909         (addr_const_to_string): Take a dyn_string_t, not a char* as a
7910         prototype.  Use dyn_string_append rather than strcat, throughout.
7911         (addr_to_string): Use dyn_string_t.
7912
7913 Thu Jul 30 13:08:07 1998  Ken Raeburn  <raeburn@cygnus.com>
7914
7915         Function entry/exit profiling instrumentation:
7916         * expr.h (profile_function_entry_libfunc,
7917         profile_function_exit_libfunc): Declare new variables.
7918         * optabs.c: Define them here.
7919         (init_optabs): Initialize them.
7920         * tree.h (struct tree_decl): New flag
7921         no_instrument_function_entry_exit.
7922         (DECL_NO_INSTRUMENT_FUNCTION_ENTRY_EXIT): New accessor macro.
7923         * c-decl.c (duplicate_decls): Merge it.
7924         * c-common.c (enum attrs): New value A_NO_INSTRUMENT_FUNCTION.
7925         (init_attributes): Use it for "no_instrument_function".
7926         (decl_attributes): Handle it, for functions that have not yet been
7927         compiled.  Set decl flag.
7928         * flags.h (flag_instrument_function_entry_exit): Declare new
7929         variable.
7930         * toplev.c (flag_instrument_function_entry_exit): Define it here.
7931         (f_options): New option "instrument-functions".
7932         * function.h (struct function): New field instrument_entry_exit.
7933         * function.c (current_function_instrument_entry_exit): New
7934         variable.
7935         (push_function_context_to, pop_function_context_from): Save and
7936         restore.
7937         (expand_function_start): Set current_ variable, maybe emit return
7938         label and entry profile call.
7939         (expand_function_end): Maybe emit exit profile call.
7940
7941 Thu Jul 30 00:58:34 1998  Jeffrey A Law  (law@cygnus.com)
7942
7943         * i386.md (movqi): When optimizing a load of (const_int 1) into a
7944         NON_QI_REG_P, pretend the register is SImode.
7945
7946 Wed Jul 29 23:49:23 1998  Todd Vierling <tv@netbsd.org>
7947
7948         * configure.in: Use xm-netbsd.h as the NetBSD xm file (not xm-siglist).
7949         Accept arm32 as arm, m68k4k as m68k, mipsle as mips-dec, and any
7950         manufacturer id for ns32k.
7951         * configure: Regenerated.
7952         * config/netbsd.h: When using ASM_WEAKEN_LABEL, make it global too.
7953         * config/t-netbsd: Don't compile libgcc1-test as the fns are in libc.
7954         * config/i386/netbsd.h: Undefine DWARF2_UNWIND_INFO, not define as 0.
7955         * config/m68k/netbsd.h: Same.
7956         * config/ns32k/netbsd.h: Same.
7957         * config/sparc/netbsd.h: Same.
7958
7959 Wed Jul 29 22:39:21 1998  Jeffrey A Law  (law@cygnus.com)
7960
7961         * unroll.c (unroll_loop): Do not abort for an UNROLL_MODULO
7962         or UNROLL_COMPLETELY loop that starts with a jump to its
7963         exit code.
7964
7965 Wed Jul 29 22:18:14 1998  David Edelsohn  <edelsohn@mhpcc.edu>
7966
7967         * rs6000/rs6000.md (absdi2 define_split): Swap operands of MINUS.
7968         * rs6000/rs6000.c (mask64_operand): Use HOST_BITS_PER_WIDE_INT.
7969         (print_operand, case 'B'): Don't fall through.
7970         (print_operand, case 'S'): Correct mask begin/end computation.
7971         Use HOST_BITS_PER_WIDE_INT.
7972         * rs6000/rs6000.h (CPP_PREDEFINES): Define _LONG_LONG.
7973         (CONDITIONAL_REGISTER_USAGE): GPR13 fixed if TARGET_64BIT.
7974         * rs6000/aix41.h (CPP_PREDEFINES): Same.
7975         * rs6000/aix43.h (CPP_PREDEFINES): Same.
7976
7977 Wed Jul 29 11:47:10 1998  Nick Clifton  <nickc@cygnus.com>
7978
7979         * config/arm/thumb.md (extendqisi2_insn): Remove earlyclobber
7980         constraint from second alternative.
7981
7982 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
7983
7984         * configure.in: Fix --without/--disable cases for local-prefix, 
7985         gxx-include-dir and checking.
7986
7987 Tue Jul 28 22:01:23 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
7988
7989         * configure.in (enable_haifa): Set by default for sparc64 too.
7990         configure: Rebuilt.
7991
7992 Tue Jul 28 23:29:04 1998  Jason Merrill  <jason@yorick.cygnus.com>
7993
7994         * i386/cygwin32.h (VALID_MACHINE_TYPE_ATTRIBUTE): New macro.
7995         * i386/winnt.c (associated_type): New fn.
7996         (i386_pe_valid_type_attribute_p): New fn.
7997         (i386_pe_check_vtable_importexport): Remove.
7998         (i386_pe_dllexport_p): Use associated_type.
7999         (i386_pe_dllimport_p): Likewise.
8000
8001         From Antonio M. O. Neto <anmendes@cruzeironet.com.br>:
8002         * i386.c (i386_valid_type_attribute_p): Also accept
8003         attributes for METHOD_TYPEs.
8004
8005 Tue Jul 28 23:17:39 1998  Peter Gerwinski <peter@gerwinski.de>
8006
8007         * tree.c (build_range_type): Copy TYPE_SIZE_UNIT.
8008
8009 Tue Jul 28 22:31:12 1998  Craig Burley  <burley@gnu.org>
8010
8011         * gcc.c: Fix commentary describing %g, %u, %U, and %O.
8012
8013         * gcc.c (do_spec_1): Fix handling of %g%O and %U%O to prevent
8014         them from generating a new base name for each occurence of
8015         a specific suffix.
8016
8017 1998-07-28  Vladimir N. Makarov  <vmakarov@cygnus.com>
8018
8019         * cse.c (cse_insn): Enable subsitution inside libcall only for REG,
8020         SUBREG, MEM.
8021         * rtlanal.c (replace_rtx): Prohibit replaces in CONST_DOUBLE. 
8022
8023
8024
8025         * cplus-dem.c (type_kind_t): New type.
8026         (demangle_template_value_parm): Add type_kind_t parameter.  Rely
8027         on this paramter, rather than demangling the type again.
8028         (demangle_integral_value): Pass tk_integral.
8029         (demangle_template_: Pass the value returned from do_type.
8030         (do_type): Return a type_kind_t.  Pass tk_integral to
8031         demangle_template_value_parm for array bounds.
8032         (demangle_fund_type): Likewise.
8033         
8034 Mon Jul 27 00:54:41 1998  Jason Merrill  <jason@yorick.cygnus.com>
8035
8036         * tree.c (simple_cst_equal, case CONSTRUCTOR): OK if the elts are
8037         identical.
8038
8039 Mon Jul 27 22:18:36 1998  Jeffrey A Law  (law@cygnus.com)
8040
8041         * pa.c (move_operand): Accept CONSTANT_P_RTX.
8042
8043 Mon Jul 27 17:18:52 1998  Dave Brolley  <brolley@cygnus.com>
8044
8045         * stor-layout.c (layout_type): Handle arrays of bits, for Chill.
8046
8047         * expr.c (get_inner_reference): Handle zero-based, unsigned, array
8048         index conversion.
8049
8050 Mon Jul 27 14:51:33 1998  Jeffrey A Law  (law@cygnus.com)
8051
8052         * mn10300.h (DEBUGGER_AUTO_OFFSET): Define.
8053         (DEBUGGER_ARG_OFFSET): Likewise.
8054
8055         * mn10300.md (movsf): Remove last change.  Not needed.
8056
8057 Mon Jul 27 14:22:36 1998  Dave Brolley  <brolley@cygnus.com>
8058
8059         * c-lex.c (yylex): Fix boundary conditions in character literal and
8060         string literal loops.
8061
8062 Mon Jul 27 11:43:54 1998  Stan Cox  <scox@cygnus.com>
8063
8064         * longlong.h (count_leading_zeros): Sparclite scan instruction was
8065         being invoked incorrectly.
8066
8067         * i386.c (ix86_prologue): Added SUBTARGET_PROLOGUE invocation.
8068         * i386/cygwin32.h (STARTFILE_SPEC, LIB_SPEC, SUBTARGET_PROLOGUE): 
8069         Add -pg support. 
8070         * i386/win32.h: New file.  Hybrid mingw32.h/cygwin32.h configuration.
8071         * configure.in: Added i[34567]86-*-win32
8072         * config.sub: Ditto.
8073         * configure: Rebuilt.
8074         
8075 Sun Jul 26 01:11:12 1998  H.J. Lu  (hjl@gnu.org)
8076
8077         * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Return 0 when eliminating
8078         the frame pointer and compiling PIC code and reload has not completed.
8079
8080         * i386.c (output_to_reg): Add code to emulate non-popping DImode
8081         case.
8082
8083 Sun Jul 26 01:01:32 1998  Jeffrey A Law  (law@cygnus.com)
8084
8085         * regmove.c (regmove_optimize): Fix typo initializing regmove_bb_head.
8086
8087 Sat Jul 25 23:29:23 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8088
8089         * Makefile.in (install-info): Only try to update the info
8090         directory file if it exists in the first place.
8091
8092 Fri Jul 24 18:58:37 1998  Klaus Espenlaub  <kespenla@student.informatik.uni-ulm.de>
8093
8094         * rs6000.h (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Delete.
8095
8096 Fri Jul 24 14:20:26 1998  Jeffrey A Law  (law@cygnus.com)
8097
8098         * mn10300.md (movqi, movhi, movsi, movsf): Correctly handle
8099         CONST_DOUBLE source.
8100
8101 Fri Jul 24 11:17:04 1998  Nick Clifton  <nickc@cygnus.com>
8102
8103         * config/arm/thumb.c (thumb_print_operand): Decode %_ in asm
8104         strings as the insertion of USER_LABEL_PREFIX.
8105         * config/arm/thumb.h (PRINT_OPERAND_PUNCT_VALID_P): Accept _ as a
8106         valid code.
8107         * config/arm/thumb.md: Use %_ as a prefix to gcc library function
8108         calls. 
8109
8110 Thu Jul 23 18:53:20 1998  Jim Wilson  <wilson@cygnus.com>
8111
8112         * dbxout.c (dbxout_range_type): Only call dbxout_type_index for
8113         already defined type.
8114
8115 Thu Jul 23 13:49:41 1998  Jeffrey A Law  (law@cygnus.com)
8116
8117         * expr.c (check_max_integer_computation_mode): Allow conversions
8118         of constant integers to MAX_INTEGER_COMPUTATION_MODE.
8119         (expand_expr): Likewise.
8120
8121 Thu Jul 23 11:12:06 1998  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8122
8123         * expr.c (expand_expr): Expand RETURN_EXPR.
8124
8125 Thu Jul 23 11:00:29 1998  Jim Wilson  <wilson@cygnus.com>
8126
8127         * dwarf2out.c (dwarf2out_finish): Call stripattributes on TEXT_SECTION.
8128
8129 Wed Jul 22 19:10:00 1998  Catherine Moore  <clm@cygnus.com>
8130
8131         * dwarf2out.c (output_aranges):  Call stripattributes
8132         for TEXT_SECTION references.
8133         (output_line_info): Likewise.
8134
8135 Wed Jul 22 14:08:54 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
8136
8137         * profile.c (branch_prob): Call allocate_reg_info after outputting
8138         profile rtl in instrument_arcs.
8139
8140 Wed Jul 22 12:47:49 1998  Jim Wilson  <wilson@cygnus.com>
8141
8142         * fixinc.irix (math.h): Install wrapper instead of copying.
8143
8144 Wed Jul 22 12:37:14 1998  Alexandre Petit-Bianco <apbianco@cygnus.com>
8145
8146         * tree.def (EXPR_WITH_FILE_LOCATION): Defined as an 'e' expression
8147         so WFL are expanded correctly when contained in a COMPOUND_EXPR.
8148         * tree.h (EXPR_WFL_EMIT_LINE_NOTE): Change macro not to use
8149         lang_flag_0. Added documentation in the flag table.
8150
8151 Tue Jul 21 23:28:35 1998  Klaus Kaempf <kkaempf@rmi.de>
8152
8153         * cccp.c (do_include): Fix vax c style include handling.
8154
8155 Tue Jul 21 13:28:19 1998  Jason Merrill  <jason@yorick.cygnus.com>
8156
8157         * cplus-dem.c (do_type): Use demangle_template_value_parm for arrays.
8158
8159 Sun Jul 12 01:27:05 1998  Jason Merrill  <jason@yorick.cygnus.com>
8160
8161         * fold-const.c (non_lvalue): Don't deal with null pointer 
8162         constants here.
8163         (fold, case COMPOUND_EXPR): Wrap a constant 0 in a NOP_EXPR.
8164
8165 Tue Jul 21 15:49:31 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8166
8167         * rs6000.h (PREDICATE_CODES): Add CONSTANT_P_RTX.
8168         * rs6000.md (movsi, movdi): Add CONSTANT_P_RTX.
8169         * rs6000.c (short_cint_operand): Add CONSTANT_P_RTX.
8170         (u_short_cint_operand): Same.
8171         (reg_or_cint_operand): Same.
8172         (logical_operand): Same.
8173         (input_operand): Same.
8174         (reg_or_short_operand): Use u_short_cint_operand.
8175
8176 Tue Jul 21 08:56:42 1998  Richard Henderson  <rth@cygnus.com>
8177
8178         * alpha.md (fix_truncdfsi2, fix_truncsfsi2): Remove the define_expands,
8179         but keep the insns and splits.  Adjust so when the ultimate destination
8180         is memory, use cvtql.
8181
8182 Tue Jul 21 08:55:09 1998  Richard Henderson  <rth@cygnus.com>
8183
8184         * flow.c (regno_uninitialized): Fixed regs are never uninitialized.
8185
8186 Tue Jul 21 00:31:01 1998  Jeffrey A Law  (law@cygnus.com)
8187
8188         * gcc.c (do_spec): Call "error" not "warning".
8189
8190         * configure.in: Fix minor problems with gas feature detection code.
8191         * configure: Rebuilt.
8192
8193         * gcc.c (do_spec): Issue a warning for '%[]' usage.
8194
8195         * Undo this change.
8196         * gcc.c: Delete %[spec] support.
8197         (do_spec_1, case '('): Likewise.
8198         (do_spec_1, case '['): Call error.
8199
8200 Mon Jul 20 22:34:17 1998  Richard Henderson  <rth@cygnus.com>
8201
8202         * alpha.h (CPP_SPEC): Tidy.  Hook to cpp_cpu and cpp_subtarget.
8203         (CPP_SUBTARGET_SPEC): Default to empty string.
8204         (CPP_AM_*, CPP_IM_*, CPP_CPU_*, CPP_CPU_SPEC): New.
8205         (EXTRA_SPECS, SUBTARGET_EXTRA_SPECS): New.
8206         * alpha/elf.h (LD_SPEC): Use %(elf_dynamic_linker).
8207         * alpha/linux-elf.h (SUBTARGET_EXTRA_SPECS): New.
8208         (LIB_SPEC): Tidy.
8209         * alpha/linux.h (CPP_PREDEFINES): Tidy.
8210         * alpha/netbsd-elf.h (SUBTARGET_EXTRA_SPECS): New.
8211         * alpha/netbsd.h (CPP_PREDEFINES): Tidy.
8212         * alpha/osf.h (CPP_PREDEFINES): Remove bits subsumed by CPP_CPU_SPEC.
8213         * alpha/win-nt.h (CPP_PREDEFINES): Likewise.
8214         * alpha/vsf.h (CPP_PREDEFINES): Likewise.
8215         (CPP_SUBTARGET_SPEC): New.  Do this instead of overriding CPP_SPEC.
8216         * alpha/vxworks.h: Likewise.
8217
8218 Mon Jul 20 22:51:57 1998  Ken Raeburn  <raeburn@cygnus.com>
8219
8220         * mips.md (reload_outsi): Added missing REGNO call.
8221         (smulsi3_highpart, umulsi3_highpart): Provide prototype for
8222         function pointer.
8223         (mul_acc_di, mul_acc_64bit_di): Don't use match_op_dup, use
8224         another match_operator and compare the codes.
8225
8226         * mips.h (MASK_DEBUG_E, MASK_DEBUG_I): Set to zero.
8227
8228         * MIPS multiply pattern fixes:
8229         * mips.h (enum reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS):
8230         Add union classes for HI, LO, or HILO plus general registers.
8231         (GENERATE_MADD): Deleted.
8232         * mips.md (mulsi3_mult3): Don't disparage output-LO alternative.
8233         Add TARGET_MAD to condition.
8234         (mulsi3): Test HAVE_mulsi3_mult3, not specific flags.
8235         (mul_acc_si): Expand GENERATE_MADD here; it's the only use.  Use
8236         "*d" for accumulator, to give preference to LO initially but not
8237         during reload.
8238
8239 Mon Jul 20 16:16:38 1998  Dave Brolley  <brolley@cygnus.com>
8240
8241         * configure.in (enable_c_mbchar): New configure option.
8242         (extra_cpp_objs): Always available now.
8243
8244         * cexp.y (mbchar.h): #include it.
8245         (yylex): Handle Multibyte characters in character literals.
8246
8247         * cccp.c (mbchar.h): #include it.
8248         (main): Set character set based on LANG environment variable.
8249         (rescan): Handle multibyte characters in comments.
8250         (skip_if_group): See above.
8251         (validate_else): See above.
8252         (skip_to_end_of_comment): See above.
8253         (macarg1): See above.
8254         (discard_comments): See above.
8255         (rescan): Handle multibyte characters in string and character literals.
8256         (collect_expansion): See above.
8257         (skip_quoted_string): See above.
8258         (macroexpand): See above.
8259         (macarg1): See above.
8260         (discard_comments): See above.
8261         (change_newlines): See above.
8262
8263         * c-lex.c (mbchar.h): #include it.
8264         (GET_ENVIRONMENT): New macro.
8265         (init_lex): Set character set based on LANG environment variable.
8266         (yylex): Handle multibyte characters in character literals.
8267         (yylex): Handle multibyte characters in string literals.
8268
8269         * Makefile.in (mbchar.o): New target.
8270         (cccp$(exeext)): @extra_cpp_objs@ is always available.
8271         (cppmain$(exeext)): @extra_cpp_objs@ is always available.
8272
8273         * mbchar.[ch]: New files for multibyte character handling.
8274
8275 Mon Jul 20 01:11:11 1998  David S. Miller  <davem@pierdol.cobaltmicro.com>
8276
8277         * jump.c (jump_optimize): When simplifying noop moves and
8278         PUSH_ROUNDING, fix thinko so we use same criterion for identifying
8279         the PUSHes to rewrite in second loop as we did in the first.
8280
8281 Sun Jul 19 08:23:53 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8282
8283         * cplus-dem.c (demangle_nested_args): Make function definition
8284         static to match the prototype.
8285
8286 Fri Jul 17 14:58:44 1998  Richard Henderson  <rth@cygnus.com>
8287
8288         * alloca.c: Respect USE_C_ALLOCA.
8289         * gencheck.c (xmalloc): Ignore __GNUC__ for definition.
8290         * gengenrtl.c (xmalloc): Likewise.
8291
8292 Fri Jul 17 14:18:14 1998  Richard Henderson  <rth@cygnus.com>
8293
8294         * loop.h (struct induction): Add no_const_addval.
8295         * loop.c (the_movables, reg_address_cost): New variables.
8296         (init_loop): Init reg_address_cost.
8297         (loop_optimize): Call end_alias_analysis.
8298         (scan_loop): Init the_movables.
8299         (record_giv): Init induction->no_const_addval.
8300         (basic_induction_var) [PLUS]: Use rtx_equal_p instead of ==.
8301         [REG]: Rearrange loop search test to catch more cases.
8302         (general_induction_var): Return success not benefit; take an extra
8303         argument for that.  Change all callers.
8304         (simplify_giv_expr) [PLUS]: Always combine invariants.  Use sge_plus.
8305         [MULT]: Use rtx_equal_p instead of ==.  Combine simple invariants.
8306         [default]: Search the_movables for additional combinations.
8307         (sge_plus_constant, sge_plus): New functions.
8308         (express_from_1): New function.
8309         (express_from): Always define.  Rewrite using express_from_1.
8310         (combine_givs_p): Handle more cases.  Ignore address cost.
8311         (cmp_combine_givs_stats): New function.
8312         (combine_givs_used_once, combine_givs_benefit_from): New functions.
8313         (combine_givs): Rewrite to do best-fit combination.
8314
8315         * fold-const.c (operand_equal_p): Handle RTL_EXPR.
8316         (fold): Do a complete (A*C)+(B*C) association check.
8317
8318 Fri Jul 17 11:21:55 1998  Jim Wilson  <wilson@cygnus.com>
8319
8320         * function.c (fixup_var_refs_insns): Handle CLOBBER of a CONCAT.
8321
8322 Fri Jul 17 11:48:55 1998  Jeffrey A Law  (law@cygnus.com)
8323
8324         * mn10300.c (MODES_TIEABLE_P): Fix typo.
8325
8326 Fri Jul 17 03:26:12 1998  Rihcard Earnshaw (rearnsha@arm.com)
8327
8328         * tree.c (valid_machine_attribute): Only create a new type variant if
8329         there is a decl to use it.
8330
8331 Thu Jul 16 14:48:04 1998  Nick Clifton  <nickc@cygnus.com>
8332
8333         * gcc.c (do_spec_1): Cope with %g/%u/%U options which do not have
8334         a suffix.
8335
8336 Fri Jul 17 03:24:40 1998  Hans-Peter Nilsson  <hp@axis.se>
8337
8338         * extend.texi (Explicit Reg Vars): Typo: change "may deleted" into "may
8339         be deleted" 
8340
8341 Thu Jul 16 14:48:47 1998  Jeffrey A Law  (law@cygnus.com)
8342
8343         * mn10300.c (count_tst_insns): New arg oreg_countp.  Callers changed.
8344         Simplify tests for clearing an address register.
8345         (expand_prologue): Corresponding changes.
8346
8347         * mn10300.md (movXX patterns): Make sure the destination is an
8348         ADDRESS_REG when substituting "zero_areg" for (const_int 0).
8349         (logical patterns): Split into expanders + patterns
8350         (zero and sign extension patterns): Similarly.
8351         (shift patterns): Similarly.
8352
8353 Thu Jul 16 01:17:44 1998  Richard Henderson  <rth@cygnus.com>
8354
8355         * loop.c (emit_iv_add_mult): Scan the entire insn list generated
8356         for the sequence, recording base values.
8357
8358 Wed Jul 15 10:49:55 1998  Richard Henderson  <rth@cygnus.com>
8359
8360         * i386.h (CPP_CPU_SPEC): Remove -Asystem(unix).
8361
8362 Tue Jul 14 14:15:30 1998  Nick Clifton  <nickc@cygnus.com>
8363
8364         * gcc.c: Remove ANSI-C ism from --help code.
8365
8366         * toplev.c: Support --help with USE_CPPLIB.
8367
8368 Tue Jul 14 14:46:08 1998  Jeffrey A Law  (law@cygnus.com)
8369
8370         * configure.in: Rework gas feature code to work with symlink based
8371         source trees.
8372
8373         * extend.texi: Clarify some issues related to local variables
8374         assigned to explicit registers.
8375
8376         * mn10300.md (mulsi): Turn into expander + pattern.
8377
8378         * mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
8379         alternative.
8380
8381 Tue Jul 14 07:41:59 1998  Richard Earnshaw (rearnsha@arm.com)
8382
8383         * arm/tcoff.h (USER_LABEL_PREFIX): Make it empty to match coff.h.
8384
8385 Tue Jul 14 03:02:44 1998  Jeffrey A Law  (law@cygnus.com)
8386
8387         * version.c: Bump again to distinguish mainline tree from the
8388         egcs-1.1 branch.
8389
8390 See ChangeLog.0 for earlier changes.
8391
8392 Local Variables:
8393 add-log-time-format: current-time-string
8394 End: