OSDN Git Service

2001-12-11 Steve Ellcey <sje@cup.hp.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-12-11  Steve Ellcey  <sje@cup.hp.com>
2
3         * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
4         * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
5         * calls.c (store_unaligned_arguments_into_pseudos): Check
6         FUNCTION_ARG_REG_LITTLE_ENDIAN to see how structures
7         are passed/returned.
8         * expr.c (move_block_from_reg): Ditto.
9         (move_block_from_reg): Ditto.
10         (copy_blkmode_from_reg): Ditto.
11         * stmt.c (expand_return): Ditto.
12         * stor-layout.c (compute_record_mode): If
13         FUNCTION_ARG_REG_LITTLE_ENDIAN is set then check 
14         MEMBER_TYPE_FORCES_BLK even if mode == VOIDmode.
15         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set to true
16         so that Structures of one field are still treated as structures.
17         (FUNCTION_ARG_REG_LITTLE_ENDIAN): New, set it to true.
18         (FUNCTION_ARG_PADDING): Set to ia64_hpux_function_arg_padding().
19         (PAD_VARARGS_DOWN): Modify from default to not pad structures down.
20         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): New.
21         * config/ia64/ia64.c (ia64_hpux_function_arg_padding): New function
22         to special case handling of structure padding.
23
24 2001-12-11  Daniel Berlin  <dan@cgsoftware.com>
25
26         * sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P.
27         (may_trap_exp): Stores only are risk if they trap, too, not just
28         if code == MEM.
29
30 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
31
32         * flow.c (find_regno_partial): Indent properly.  Add a default to
33         switch.
34
35 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
36
37         * c-common.c (combine_strings): Complain if concatenating
38         __FUNCTION__.
39         * c-parse.in (yylexname): Flag artificial strings.
40         * tree.h (TREE_ARTIFICIAL_STRING_P): New.
41 doc:
42         * extend.texi: Update.
43
44 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
45
46         * c-common.c (type_for_mode): Handle unsigned vectors.
47         (type_for_mode): Remove redundant calls to TYPE_MODE.
48
49         * tree.c (make_vector): New.
50         (build_common_tree_nodes_2): Use make_vector for vector types.
51         Add unsigned vector types.
52
53         * tree.h (tree_index): Add unsigned types for vectors.
54         (unsigned_V16QI_type_node): New.
55         (unsigned_V4SI_type_node): New.
56         (unsigned_V8QI_type_node): New.
57         (unsigned_V8HI_type_node): New.
58         (unsigned_V4HI_type_node): New.
59         (unsigned_V2SI_type_node): New.
60
61 2001-12-11  Stan Shebs  <shebs@apple.com>
62
63         * objc/objc-act.c (finish_message_expr): Fix misplaced parens in a
64         test of class names.
65
66 2001-12-11  David O'Brien  <obrien@FreeBSD.org>
67
68         * config.gcc (m68020-*-elf*): Expand tm_file to include all needed
69         cpu configuration headers.
70         * config/h8300/elf.h: Include dbxelf.h.
71         * config/m68k/linux.h: Likewise.
72         * config/m68k/m68020-elf.h: Likewise.
73         * config/m68k/m68kv4.h: Likewise.
74         * config/sh/elf.h: Likewise.
75         * config/m68k/m68kemb.h: Add comment about the its purpose.
76
77 2001-12-11  Richard Henderson  <rth@redhat.com>
78
79         * objc/objc-act.c (build_constructor): Cast initializer values
80         to the proper field types.
81
82 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
83
84         * unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.
85
86 2001-12-10  Roger Sayle <roger@eyesopen.com>
87
88         * builtins.c (expand_builtin): Use a switch statement to list
89         those functions not expanded without optimizations, instead of a
90         series of equality tests.
91
92 Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>
93
94         * config/alpha/vms.h (LIB_SPEC): Define.
95         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.
96
97         * libgcc2.c (_bb): Remove ctime declaration.
98
99         * Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner
100         that works if LN_S = cp.
101
102         * config/alpha/x-vms (version): Change "." to "_".
103
104         * configure.in: Hardcode that vfork works on VMS host.
105         * configure: Regenerated.
106
107 Mon Dec 10 18:37:31 2001  Douglas B. Rupp  <rupp@gnat.com>
108
109         * gcc.c (convert_filename): Add do_obj parameter. Don't convert
110         unless do_obj true.
111         (process_command): Modify calls to convert_filename.
112
113 2001-12-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
114
115         * config/sparc/sol2-sld-64.h: Include dbxelf.h again.
116
117 Mon Dec 10 15:54:27 2001  Jeffrey A Law  (law@cygnus.com)
118
119         * combine.c (known_cond): Check mode of each operand to determine
120         if COND is comparing floating point values.
121
122 2001-12-10  David Edelsohn  <edelsohn@gnu.org>
123
124         * rs6000.h (processor_type): Add PPC405.
125         (RTX_COSTS): Add PPC405.  Correct rs64 and ppc630 multiply costs.
126         * rs6000.md: Add PPC405 information.  Utilize imul2 and imul3 for
127         rios1, rs64, and ppc630 processors.
128         * rs6000.c (processor_target_table): Add PPC405.
129
130 2001-12-10  Richard Henderson  <rth@redhat.com>
131
132         * config/alpha/alpha.md (unaligned_extendhidi): Call gen_lowpart
133         instead of hardcoding subregs into the _be and _le patterns.
134
135 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
136
137         * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes.
138
139 Mon Dec 10 09:19:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
140
141         * config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
142         what insn does.
143
144 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
145
146         * doc/cpp.texi: Don't condition menus on @ifinfo.  Condition the
147         copyright notice formerly conditioned on @ifinfo on @ifnottex
148         instead.
149
150 Mon Dec 10 06:15:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
151
152         * vmsdbgout.c (lookup_filename): Remove warning.
153
154 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
155
156         * Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.
157
158         * config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
159         (exeext, target_alias, prefix, local_prefix): Define.
160         * config/alpha/x-vms (USE_COLLECT2): Make empty.
161         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
162         file specifications. Remove ".".
163         (GCC_INCLUDE_DIR): Remove redefinition (redundant).
164         * fixinc/mkfixinc.sh (alpha*-dec-vms*):  Change to alpha*-dec-*vms*
165
166 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
167
168         * Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
169
170 Sun Dec  9 21:57:24 2001  Douglas B. Rupp  <rupp@gnat.com>
171
172         * config/alpha/t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS)
173         Add rules for building [vp]crt0.o
174         * config/alpha/vms.h (START_FILE_SPEC): Define.
175         * config/alpha/x-vms (VMS_EXTRA_PARTS): Define
176         * config/alpha/vms-crt0.c, config/alpha/vms-psxcrt0.c: New files.
177         * doc/invoke.texi: Document special Alpha/VMS options.
178
179 Sun Dec  9 20:25:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
180
181         * hwint.h (HOST_BITS_PER_LONGLONG): Deal with __int64 type.
182         * vmsdbg.h (DST_SRC_COMMAND): Test for type of long long or __int64,
183         not GNUC.
184
185 Sun Dec  9 20:19:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
186                           Douglas B. Rupp  <rupp@gnat.com>
187
188         * tree.c (append_random_char): Conditionalize INO for VMS.
189
190 2001-12-09  Richard Henderson  <rth@redhat.com>
191
192         * cfgcleanup.c (label_is_jump_target_p): New function.
193         (try_optimize_cfg): Use label_is_jump_target_p to check if label is
194         target of a JUMP_INSN from the preceding block.
195
196 Sun Dec  9 18:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
197
198         * vmsdbgout.c (lookup_filename): Assign null string instead
199         of null pointer to fnam.
200
201 2001-12-09  Richard Henderson  <rth@redhat.com>
202
203         * config/alpha/alpha.c (alpha_align_insns): Suppress realignment
204         immediately after a call; insert nops before a call.
205
206 2001-12-09  Richard Henderson  <rth@redhat.com>
207
208         * config/alpha/alpha.c (alpha_align_insns): Use align_functions,
209         not FUNCTION_BOUNDARY.
210         * config/alpha/alpha.h (TRAMPOLINE_ALIGNMENT): New.
211         * config/alpha/alpha32.h, config/alpha/vms.h: Likewise.
212         * config/alpha/unicosmk.h (FUNCTION_BOUNDARY): Remove.
213
214 2001-12-09  Hans-Peter Nilsson  <hp@bitrange.com>
215
216         * config/mmix/mmix.c (mmix_function_block_profiler,
217         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
218         unused functions.
219         * config/mmix/mmix-protos.h (mmix_function_block_profiler,
220         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
221         prototypes.
222
223         * config/cris/cris.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER):
224         Delete obsoleted macros.
225
226 2001-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
227
228         * doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
229         doc/md.texi, doc/rtl.texi, doc/tm.texi: Use American spelling.
230
231         * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,
232         cfgbuild.c, expmed.c, expr.c, final.c, flow.c, fold-const.c,
233         function.c, config/alpha/alpha.md, config/alpha/vms-ld.c,
234         config/arm/arm.c, config/arm/arm.h, config/c4x/libgcc.S,
235         config/i370/i370.c, config/i386/i386.c,
236         config/i386/i386-interix.h, config/i386/i386.md,
237         config/i386/i386.h, config/i386/netbsd-elf.h, config/ia64/ia64.c,
238         config/m32r/m32r-protos.h, config/mcore/mcore.h,
239         config/rs6000/rs6000.h, config/sparc/linux64.h,
240         config/sparc/sparc.c, config/v850/v850-protos.h,
241         config/cris/cris.h, config/s390/s390.md, config/elfos.h: Fix
242         spelling errors.
243
244 2001-12-09  Daniel Berlin  <dan@cgsoftware.com>
245
246         * config/rs6000/rs6000.h (enum rs6000_builtins): Add remaining
247         altivec builtins (VCF?X, VCT?XS, VSEL, V*EFP, VRFI*).
248
249         * config/rs6000/rs6000.c: Ditto.
250
251         * config/rs6000/rs6000.md: Ditto.
252
253 2001-12-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
254
255         * 1750a.md: Add default case in switch.
256         * alpha/vms.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
257         if-else statement.
258         * dsp16xx.c (print_operand_address): Likewise.
259         * i386/osf1elf.h (FUNCTION_PROFILER): Const-ify.
260         * ia64.md: Add missing braces.
261         * rs6000-protos.h (s8bit_cint_operand): Prototype.
262         * s390.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
263         if-else statement.
264         * stormy16.h (REG_CLASS_CONTENTS): Add missing braces.
265         * v850.h (OUTPUT_ADDR_CONST_EXTRA): Don't issue a `return'.
266         * dbxout.c (dbxout_source_file): Move a variable into the scope
267         where it is used.
268         * final.c (profile_function): Mark parameter with
269         ATTRIBUTE_UNUSED.
270         * genemit.c (gen_expand): Likewise for generated file.
271         * insn-addr.h (INSN_ADDRESSES_NEW): Avoid undefined behavior.
272
273         * vmsdbg.h: Delete spurious close-comment.
274         (DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
275         * vmsdbgout.c (write_modbeg): Define return type.
276
277         * m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).
278         * m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
279         * m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
280         * m68k/hp320.h (ASM_OUTPUT_ALIGN): Likewise.
281         * m68k/m68kelf.h (ASM_OUTPUT_ALIGN): Likewise.
282         * m68k/sgs.h (ASM_OUTPUT_ALIGN): Likewise.
283         * m68k/tower-as.h (ASM_OUTPUT_ALIGN): Likewise.
284
285 2001-12-08  Tom Rix  <trix@redhat.com>
286
287         * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete MASK_STRING.
288         * config/rs6000/aix51.h (NON_POWERPC_MASKS): Same.
289         * config/rs6000/rs6000.md (load_multiple, store_multiple): Do not use
290         for powerpc64.
291         * config/rs6000/rs6000.md (movstrsi_8reg, movstrsi_6reg,
292         movstrsi_4reg, movstrsi_1_reg): Add powerpc64.
293         * config/rs6000/rs6000.c (expand_block_move): Do not use
294         gen_movstrsi_2reg and powerpc64.
295
296 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
297
298         * c-common.h (rid): Add RID_CHOOSE_EXPR and
299         RID_TYPES_COMPATIBLE_P.
300
301         * c-parse.in (reswords): Add __builtin_choose_expr.
302         Add __builtin_types_compatible_p.
303         Add CHOOSE_EXPR token.
304         Add TYPES_COMPATIBLE_P token.
305         Add production for CHOOSE_EXPR.
306         Add production for TYPES_COMPATIBLE_P.
307
308         * doc/extend.texi (__builtin_choose_expr): Add documentation.
309         (__builtin_types_compatible_p): Likewise.
310
311 2001-12-08  David Edelsohn  <edelsohn@gnu.org>
312
313         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
314         to unions.
315
316 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
317
318         * c-parse.in: Take string literals in assembler constructs,
319         not expressions.
320         * c-typeck.c (build_asm_stmt, simple_asm_stmt): No need to
321         check the strings are STRING_CSTs.
322
323 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
324
325         * c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
326         using combine_strings to do the concatenation.
327         * c-parse.in: Replace uses of the string non-terminal with STRING.
328         Don't attempt string concatenation.
329         (OBJC_STRING): New terminal.
330         (string): Remove non-terminal.
331         (_yylex): Call combine_strings on function names.  Generate
332         OBJC_STRING terminals; don't pass '@' on to yacc.
333         * c-typeck.c (simple_asm_stmt): Don't concatenate strings here.
334         (build_asm_stmt): Similarly.
335
336 2001-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
337
338         * rtlanal.c (get_jump_table_offset): Delete unused variable.
339
340 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
341
342         * arm.md (VUNSPEC_PREFETCH): Delete constant definition.
343         (prefetch): Rewrite using PREFETCH RTL primitive.
344         * arm.h (arm_builtins): Delete ARM_BUILTIN_PREFETCH).
345         * arm.c (arm_init_builtins): Don't initialize a builtin for
346         __builtin_prefetch here.
347         (arm_expand_builtin): Don't expand __builtin_prefetch here.
348
349 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
350
351         * final.c (cleanup_subreg_operands):  Use recog_data.operand_loc
352         in test for a subreg.
353
354 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
355
356         * rtl.c (rtx_equal_p): Check for null pointers when comparing rtx
357         strings.
358
359 2001-12-07  Richard Henderson  <rth@redhat.com>
360
361         * doc/extend.texi: Fix typo last change.
362
363         * c-decl.c (c_language): Remove duplicate.
364
365 2001-12-07  Dale Johannesen  <dalej@apple.com>
366
367         * config/rs6000/darwin.h: Set MAX_LONG_TYPE_SIZE to 32.
368         * config/rs6000/rs6000.c (rs6000_emit_move): In Darwin-
369         specific codegen, eliminate a register copy.
370         (print_operand_address): Add support for Darwin's lo16(constant)
371         syntax.
372         (rs6000_machopic_legitimize_pic_address): Fix darwin-specific
373         generation of addresses within very large data objects.
374         (s8bit_cint_operand):  New.
375         * config/rs6000/rs6000.md: Remove "iu" reference for 750/7400.
376         Move "mtjmpr" to correct functional unit for 750/7400/7450.
377         Add imul2 and imul3 insn types for multiplication by 16- and
378         8-bit constants.
379         Change tablejump patterns to strongly discourage using LR
380         rather than CTR.
381         Add %lo16 patterns for Darwin loads and stores.
382
383 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
384
385         * alpha.md: Use (HOST_WIDE_INT)1<<63 in lieu of 0x8000000000000000.
386
387 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
388
389         * config/sparc/sparc.c (epilogue_renumber): Do not replace %fp
390         with %sp because it can cause the delayed instruction to load
391         below the stack.
392
393 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
394
395         * alpha.c (alpha_expand_unaligned_store,
396         alpha_expand_unaligned_store_words): Use constm1_rtx in place of
397         call to immed_double_const.
398
399 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
400
401         * doc/extend.texi (Variable Attributes): Document vector_size.
402
403         * attribs.c (c_common_attribute_table): Add vector_size.
404         (handle_vector_size_attribute): New.
405         (vector_size_helper): New.
406         (decl_attributes): Relayout the decl after calculating attribs.
407
408 2001-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
409
410         * doc/gcc.texi: Don't include install-old.texi.  Adjust menu
411         description for Trouble section.
412         * doc/install-old.texi: Adjust for inclusion as chapter of new
413         installation manual.
414         * doc/install.texi, doc/include/fdl.texi, doc/install.texi2html:
415         Adjust to include old installation chapter as chapter of new
416         installation manual.
417
418 Fri Dec  7 11:07:35 EST 2001  John Wehle  (john@feith.com)
419
420         * rtl.h (get_jump_table_offset): Declare.
421         * rtlanal.c (get_jump_table_offset): Implement.
422
423 Fri Dec  7 07:06:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
424
425         * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):
426         Deleted; were used only by BB profiler code.
427         (sbb_head, sbb_tail, sbb_label_num): Likewise.
428         (end_final): Delete now-unused vars I, PTR, and SPTR.
429
430         * expr.c (store_field): Remove warning.
431         (expand_expr, case COMPONENT_REF, case VIEW_CONVERT_EXPR): Likewise.
432         (highest_pow2_factor, case MIN_EXPR, case MAX_EXPR): Add cases.
433         (highest_pow2_factor, case *_DIV_EXPR): Only can do something if
434         divisor constant power of 2.
435         (highest_pow2_factor, case COMPOUND_EXPR): Look at operand 1.
436
437 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
438
439         * alpha.c (function_arg): Cast value to HOST_WIDE_INT before
440         shifting.
441
442 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
443
444         * rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New.
445         (DWARF_FRAME_REGISTERS): Delete.
446
447 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
448
449         * builtin-types.def (BT_FN_VOID_PTR_VAR): New.
450         * builtins.def (BUILT_IN_PREFETCH): Change arguments.
451         * builtins.c (expand_builtin_prefetch): Two arguments are now optional,
452         with defaults for read prefetch with high degree of locality.
453         * doc/extend.texi (__builtin_prefetch): Update documentation.
454         * doc/md.texi (prefetch): Add documentation.
455
456 2001-12-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
457
458         * fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64
459         UNIX V5.1A stdio.h.
460         * fixinc/fixincl.x: Regenerate.
461         Fixes PR libf2c/4826.
462
463 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
464             Richard Henderson  <rth@redhat.com>
465
466         * doc/tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
467         (PRE_GCC3_DWARF_FRAME_REGISTERS): Same.
468
469         * unwind-dw2.c (__frame_state_for): Change DWARF_FRAME_REGISTERS
470         to PRE_GCC3_DWARF_FRAME_REGISTERS.
471         (frame_state): Same.
472         (PRE_GCC3_DWARF_FRAME_REGISTERS): Define if not already defined.
473
474 2001-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
475
476         * langhooks.c (lhd_staticp): Mark parameter with
477         ATTRIBUTE_UNUSED.
478
479 2001-12-06  H.J. Lu <hjl@gnu.org>
480
481         * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
482         reduce noise.
483         (.po.pox): Likewise.
484         (o/$(PACKAGE).pot): Likewise.
485
486 2001-12-06  Alexandre Oliva  <aoliva@redhat.com>
487
488         * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
489         * tree-inline.c (expand_call_inline): ... here.
490
491 2001-12-06  H.J. Lu <hjl@gnu.org>
492
493         * Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
494         (.po.pox): Likewise.
495         (o/$(PACKAGE).pot): Likewise.
496
497 2001-12-06  David O'Brien  <obrien@FreeBSD.org>
498
499         * config.gcc: Include dbxelf.h before elfos.h.
500         * elfos.h: Don't include dbxelf.h, let config.gcc handle it.
501
502 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
503
504         * cppfiles.c (open_file): If we've opened a directory by
505         mistake, close it.
506         (find_include_file): Avoid turning / into // or // into ///.
507
508 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
509
510         * config/arm/arm.h (STRUCT_VALUE): Suppress definition.
511         (STRUCT_VALUE_REGNUM): Restore definition.
512
513 2001-12-06  Andrew MacLeod <amacleod@redhat.com>
514
515         * flow.c (find_regno_partial): Return register, not the expression
516         the register is in.
517
518 Thu Dec  6 09:24:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
519
520         * function.c (handle_epilogue_set): Check for FP setting case when
521         SP is set from FP in same insn.
522
523 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
524
525         * config/arm/arm.c (load_multiple_sequence): Pass pointer to
526         RTX when calling alter_subreg().
527         (store_multiple_sequence): Pass pointer to RTX when calling
528         alter_subreg().
529
530 Thu Dec  6 06:55:13 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
531
532         * function.c (assing_parms): Fix typo in last change.
533         * config/clipper.c (clipper_builtin_saveregs): Remove Checker code.
534         * config/m88k/m88k.c (m88k_builtin_saveregs): Likewise.
535         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
536         * config/sparc/sparc.c (sparc_builtin_saveregs): Likewise.
537
538 2001-12-06  Alan Modra  <amodra@bigpond.net.au>
539
540         * config/rs6000/rs6000.c (rs6000_unique_section): Simplify and
541         correct code selecting section.
542
543 Thu Dec  6 12:45:33 CET 2001  Jan Hubicka  <jh@suse.cz>
544
545         * final.c (count_basic_block, add_bb, add_bb_string):
546         Kill.
547         (end_final, final_start_function, final, final_scan_insn,
548         leaf_function_p): Kill BB profiler related code.
549         * flags.h (profile_block_flag): Kill.
550         * libgcc2.c (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE,
551         BB_BUCKETS, BBINBUFSIZE, bb_edge, bb_func_mode, bb_func,
552         __bb, bb_src, bb_dst, bb_tracefile, bb_hashbuckets,
553         bb_func_head, bb_callcount, bb_mode, bb_stack, bb_stacksize
554         reported, GOPENDECOMPRESS, GOPENCOMPRESS, gopen, gclose,
555         __bb_exit_trace_func, __bb_init_prg, __bb_trace_func,
556         __bb_trace_func_ret, __bb_init_file, __bb_trace_ret,
557         __bb_init_trace_func): Kill.
558         * toplev.c (profile_block_flag): Kill.
559         (indepdendent_decode_option, process_options): Kill -a related code.
560         * alpha.c (direct_call_operand): Likewise.
561         * arm.c (arm_expand_prologue, thumb_expand_prologue,
562         thumb_expand_epilogue): Likewise.
563         * c4x.c (c4x_expand_prologue, c4x_null_epilogue_p): Likewise.
564         * c4x.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
565         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
566         MACHINE_STATE_RESTORE): Kill.
567         * d30v.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
568         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
569         MACHINE_STATE_RESTORE): Kill.
570         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
571         * i386.c (ix86_can_use_return_insn_p, ix86_expand_prologue,
572         ix86_expand_epilogue, ix86_expand_epilogue): Kill BB profiler related
573         code.
574         (ix86_output_function_block_profiler, ix86_output_block_profiler): Kill.
575         * i386.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
576         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
577         MACHINE_STATE_RESTORE): Kill.
578         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
579         * i960.c (i960_output_function_prologue): Kill BB profiler related
580         code.
581         * ia64.c (ia64_compute_frame_size): Likewise.
582         * ia64.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
583         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
584         MACHINE_STATE_RESTORE): Kill.
585         * m32r.c (m32r_expand_prolofue): Kill BB profiler related code.
586         * m68hc11.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
587         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
588         MACHINE_STATE_RESTORE): Kill.
589         * m68k.c (m68k_output_function_epilogue): Kill BB profiler related code.
590         * m68k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
591         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
592         MACHINE_STATE_RESTORE): Kill.
593         * m88k.c (output_options, m88k_layout_frame, m88k_expand_prologue):
594         Kill BB profiler related code.
595         * m88k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
596         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
597         MACHINE_STATE_RESTORE): Kill.
598         * mips.c (mips_expand_prologue): Kill BB profiler related code.
599         * mmix.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
600         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
601         MACHINE_STATE_RESTORE): Kill.
602         * rs6000.c (rs6000_override_options): Kill BB profiler related code.
603         * s960.c (s390_function_prologue): Kill BB profiler related code.
604         * s960.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
605         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
606         MACHINE_STATE_RESTORE): Kill.
607         * linux-aout.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
608         * linux.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
609         * linux64.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
610         * sol2.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
611         * sparc.c (sparc_override_options, eligible_for_sibcall_delay,
612         sparc_nonflat_function_epilogue): Kill BB profiler related code.
613         (sparc_function_block_profiler, sparc_block_profiler,
614         sparc_function_block_profiler_exit): Kill.
615         * sparc.h (OVERRIDE_OPTIONS): Kill BB profiler related code.
616         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
617         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
618         MACHINE_STATE_RESTORE): Kill.
619         * sun4o3.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
620         * sunos4.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
621         * stormy16.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
622         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
623         MACHINE_STATE_RESTORE): Kill.
624         * doc/invoke.texi: Kill documentation of -a and -ax.
625         * tm.texi (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
626         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
627         MACHINE_STATE_RESTORE): Kill.
628
629 2001-10-26  Steve Christiansen  <smc@us.ibm.com>
630
631         * doc/rtl.texi: Use a table to display RTL format characters.
632
633 2001-12-06  Bo Thorsen  <bo@suse.co.uk>
634
635         * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
636
637 Wed Dec  5 19:18:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
638
639         * function.c (keep_stack_depressed): Check global_live_at_start
640         of EXIT_BLOCK for temp register and verify it isn't in equiv_reg_src.
641
642 2001-12-05  David O'Brien  <obrien@FreeBSD.org>
643
644         * config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
645         as set by the generic FreeBSD configure framework.
646
647 2001-12-04  Jason Merrill  <jason@redhat.com>
648
649         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
650         start_inlining, end_inlining.
651         * tree-inline.c (expand_call_inline): Call them.
652         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
653         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
654         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Add them.
655         * langhooks.c (lhd_tree_inlining_start_inlining): New fn.
656         (lhd_tree_inlining_end_inlining): New fn.
657
658 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
659
660         * c-common.c (shadow_warning): New function, moved from cp/decl.c.
661         * c-common.h (shadow_warning): New.
662         * c-decl.c: Include c-common.h.
663         (warn_if_shadowing): New, broken out of pushdecl.
664         (pushdecl): Use warn_if_shadowing.
665         (store_parm_decls): Prevent duplicate -Wshadow warnings.
666
667 Wed Dec  5 17:59:19 2001  Douglas B. Rupp  <rupp@gnat.com>
668
669         * config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
670         (DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
671         (LIB_SPEC): Remove.
672
673 Wed Dec  5 16:03:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
674
675         * doc/c-tree.texi (RECORD_TYPE, UNION_TYPE): Expand on definition.
676         (QUAL_UNION_TYPE): New type.
677
678         * varasm.c (output_constant, case ERROR_MARK): New case.
679
680         * attribs.c (handle_no_check_memory_usage_atribute): Deleted.
681         (c_com): Delete its reference.
682         * builtins.c: Delete memory checking code.
683         * calls.c, expr.c, function.c, stmt.c: Likewise.
684         * builtins.c (expand_builtin_arg_info): Remove reference to
685         EXPAND_MEMORY_USE_* modifiers.
686         * explow.c (expr_size): Likewise.
687         * expr.c (expand_expr, expand_increment): Likewise.
688         * expr.h (ARGS_SIZE_RTX): Likewise.
689         * function.c (assign_parms, expand_pending_sizeso): Likewise.
690         * c-decl.c (duplicate_decls): Don't handle DECL_NO_CHECK_MEMORY_USAGE.
691         * expr.c (in_check_memory_usage): Delete.
692         (get_push_address, get_memory_usage_from_modifier): Delete.
693         (expand_assigment): Use EXPAND_WRITE on destination.
694         (expand_expr): Delete ro_modifier.
695         * expr.h (expand_modifier): Delete EXPAND_MEMORY_* entries and
696         add EXPAND_WRITE.
697         (memory_use_mode): Delete.
698         * flags.h (flag_check_memory_usage): Deleted.
699         (flag_prefix_function_name): Likewise.
700         * function.c (expand_function_start): Don't set
701         current_function_check_memory_usage.
702         * function.h (check_memory_usage): Delete.
703         * libfuncs.h, optabs.c: Delete chkr_* stuff.
704         * stmt.c (expand_asm_opernd): Change EXPAND_MEMORY_USE_WO to
705         EXPAND_WRITE.
706         * toplev.c (flag_check_memory_usage): Deleted.
707         (flag_prefix_function_name): Likewise.
708         (f_options, process_options): Delete references to above.
709         * tree.h (DECL_NO_CHECK_MEMORY_USAGE): Deleted.
710         * varasm.c (CHKR_PREFIX): Deleted.
711         (make_decl_rtl): Remove flag_prefix_function_name handling.
712         (assemble_name): Likewise.
713         * doc/extend.texi: Remove no_check_memory_usage attribute.
714         * doc/invoke.texi: Remove -fcheck-memory-usage
715         and -fprefix-function-name.
716
717 2001-12-05  Andreas Schwab  <schwab@suse.de>
718
719         * Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
720         from autoconf.
721
722 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
723
724         * config.gcc: Include arm/xscale-coff.h before arm/arm.h.
725
726 2001-12-05  William Cohen  <wcohen@redhat.com>
727
728         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
729         instruction.
730
731 2001-12-05  Daniel Berlin  <dan@cgsoftware.com>
732
733         * config/rs6000/rs6000.h (enum rs6000_builtins): Add more altivec
734         builtins.
735
736         * config/rs6000/rs6000.md: Modeling of 7450 altivec changed to
737         better reflect reality (change from Apple's tree).
738         Add more of altivec instructions.
739         Add ftruncv4sf2 pattern.
740         Remove more unspecs (vector merge instructions, etc).
741
742         * config/rs6000/rs6000.c (bdesc_3arg): New, for 3 argument altivec
743         builtins.
744         (bdesc_1arg): New, for 1 argument altivec builtins.
745         (altivec_expand_builtin): Handle unary and ternary ops.
746         (altivec_init_builtins): Ditto.
747
748 Wed Dec  5 09:33:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
749
750         * config/alpha/vms.h (ADA_LONG_TYPE_SIZE): New macro.
751         * doc/tm.texi (ADA_LONG_TYPE_SIZE): Document it.
752
753 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
754
755         * gcse.c (store_killed_in_insn): Consider pure calls
756         as potential store killers in addition to normal calls.
757
758 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
759
760         * expr.c (expand_expr): When checking promoted value, use
761         DECL_MODE (exp) and not mode.
762
763 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
764
765         * c-typeck.c (output_init_element): Call digest_init
766         just once, not in each if branch and check its return value for
767         error_mark_node.
768
769 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
770
771         * c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's
772         type is RECORD_TYPE, UNION_TYPE or ARRAY_TYPE thereof.
773         (finish_struct): Break the loop if n_incomplete went to 0.
774         For ARRAY_TYPE, if it is not TYPE_DECL, layout the decl too.
775
776 Wed Dec  5 07:41:13 2001  Douglas B. Rupp  <rupp@gnat.com>
777
778         * config/alpha/alpha.c (alpha_va_start): Update VMS case.
779
780 Wed Dec  5 07:27:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
781                           Douglas B. Rupp  <rupp@gnat.com>
782
783         * vmsdbg.h, vmsdbgout.c: Add documentation and minor cleanups.
784         * doc/invoke.texi: Add -gvms.
785         * doc/passes.texi: Add mention of vmsdbgout.c.
786         * doc/tm.texi: Document VMS debugging output.
787
788 Wed Dec  5 06:26:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
789
790         * function.h (tree, rtx): Remove no-longer-needed definitions.
791
792         * function.c (keep_stack_depressed): Refine check for register
793         clobbered over call.
794
795         * expr.c (store_expr): When copying string constant into array,
796         use functions that update memrefs instead of computations on
797         addresses to better track MEMs.  Also properly handle 32/64 pointers.
798         (expand_expr): Use TARGET even if not reg for multi-word CONSTRUCTOR.
799         (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
800
801         * emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl
802         underneath COMPONENT_REFs.
803         (set_mem_attributes): Also strip VIEW_CONVERT_EXPR.
804
805 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
806
807         * toplev.c (display_target_options): Don't print twice.
808
809 Wed Dec  5 00:42:16 EST 2001  John Wehle  (john@feith.com)
810
811         * emit-rtl.c (set_unique_reg_note): Don't set
812         a REG_EQUAL or REG_EQUIV note if multiple sets
813         are present.
814
815 2001-12-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
816
817         * cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if
818         CASE_DROPS_THROUGH.
819
820 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
821
822         * rtl.h (initialize_uninitialized_subregs): New prototype.
823         * toplev.c (rest_of_compilation): Call initialize_uninitialized_subregs
824         when optimization is on.
825         * flow.c (find_regno_partial): Find subregs within an expression.
826         (initialize_uninitialized_subregs): Initialize live on entry registers
827         which are used in subreg expressions.
828
829 2001-12-04  Phil Edwards  <pme@gcc.gnu.org>
830
831         * Makefile.in:  Add INSTALL_SCRIPT using INSTALL definition.
832
833 2001-12-04  DJ Delorie  <dj@redhat.com>
834
835         * fixinc/fixincl.c (initialize): Avoid problemsome macro
836         parameter names (PR 3388).
837
838 2001-12-05  Alan Modra  <amodra@bigpond.net.au>
839
840         * config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.
841         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Here too.
842
843 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
844
845         * c-common.def (COMPOUND_LITERAL_EXPR): New.
846         * c-common.c (c_expand_expr): Handle COMPOUND_LITERAL_EXPR.
847         (c_staticp): New function.
848         * c-common.h (COMPOUND_LITERAL_EXPR_DECL): New.
849         (c_staticp): Declare.
850         * c-typeck.c (default_function_array_conversion, build_unary_op):
851         Don't handle CONSTRUCTOR specially.
852         (lvalue_p, mark_addressable): Handle COMPOUND_LITERAL_EXPR.
853         * c-decl.c (build_compound_literal): New function.
854         * c-tree.h (build_compound_literal): Declare.
855         * c-parse.in (primary): Use build_compound_literal.
856         * c-lang.c (LANG_HOOKS_STATICP): Define.
857         * objc/objc-lang.c (LANG_HOOKS_STATICP): Likewise.
858         * doc/c-tree.texi: Document COMPOUND_LITERAL_EXPR.
859         * doc/extend.texi: Update documentation of compound literals.
860         Fixes PR c/4787.
861
862 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
863
864         * langhooks.h (struct lang_hooks): Add staticp.
865         * langhooks-def.h (lhd_staticp, LANG_HOOKS_STATICP): New.
866         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_STATICP.
867         * langhooks.c (lhd_staticp): New function.
868         * tree.c (staticp): Call lang_hooks.staticp for language-specific
869         tree codes.
870
871 2001-12-04  Neil Booth  <neil@daikokuya.demon.co.uk>
872
873         * cppspec.c (lang_specific_driver): Set is_cpp_driver.
874         * gcc.c (process_command): Ensure the cpp driver sees
875         --help and --target-help, and that the help is printed
876         exactly once.
877
878 2001-12-04  David Edelsohn  <edelsohn@gnu.org>
879
880         * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
881
882 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
883
884         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Don't unset
885         flag_strict_aliasing.  Use separate assignment statements.
886
887 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
888
889         * build-make, cross-make: Delete file.
890         * configure.in: Set and substitute CROSS, ALL,
891         SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_PREFIX_1, HOST_CC,
892         HOST_CFLAGS, STMP_FIXINC, and STMP_FIXPROTO depending on
893         whether build == host and host == target.  Do not
894         AC_SUBST_FILE build_overrides or cross_overrides.  Do not
895         AC_SUBST cross_defines or extra_c_flags.
896         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): New.
897         (SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_CC, HOST_PREFIX,
898         HOST_PREFIX_1, HOST_CFLAGS, ALL, INTERNAL_CFLAGS): Set
899         partially or completely with autoconf-substituted @variable@
900         notation.
901         (INSTALL_TARGET, @cross_defines@, @cross_overrides@,
902         @build_overrides@, @extra_c_flags@, all.build, install-build,
903         install-cross-rest, install-float-h-cross): Deleted.
904         (install-normal): Rename to install.  Delete old "install"
905         indirection rule.
906
907 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
908
909         * stmt.c (expand_return): Clear destination instead of clobbering it
910         when setting a return value via bitsets.
911
912 2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
913
914         * tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if
915         it has DECL_SAVED_TREE.
916
917         * c-decl.c (duplicate_decls): Revert rth's patch.  If newdecl
918         is in a different binding level, get its abstract origin to be
919         olddecl.
920         * tree-inline.c (expand_call_inline): Move DECL_INITIAL sanity
921         check earlier.
922         * tree.c (get_callee_fndecl): Follow DECL_ABSTRACT_ORIGIN if
923         DECL_INITIAL is NULL.
924
925 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
926
927         * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.
928         Return correct value if one of the subexpressions was optimized to
929         0 resp. 1.  Optimize (x | A) | x and (x & A) | x.
930         (and_reg_cond): Similarly.
931
932 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
933
934         * function.c (assign_parms): Set last_named only for last named
935         argument.
936
937 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
938
939         * doc/install.texi: Use the GFDL.  Include years from old install
940         manual in copyright notice.  Include copyright and GFDL notice on
941         HTML index page.  Include usual footer on testing.html.
942         * doc/install.texi2html: Build gfdl.html.  Use -I
943         $SOURCEDIR/include.
944         * doc/include/fdl.texi: Adapt for use in the install manual.
945
946 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
947
948         * doc/install.texi: Document that installed native compiler for
949         building cross compilers should be GCC 2.95 or later.
950
951 2001-12-03  Eric Christopher  <echristo@redhat.com>
952
953         * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro.
954         * config/mips/mips.md: Check TARGET_DEBUG_D_MODE before split
955         patterns.
956
957 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
958
959         * rtl.def (PREFETCH): New rtx code.
960         * doc/rtl.texi (PREFETCH): Add documentation.
961         * function.c (instantiate_virtual_regs_1): Handle PREFETCH rtx.
962         * rtlanal.c (reg_referenced_p): Ditto.
963         * sched-vis.c (print_exp):  Ditto.
964         * ssa-dce.c (find_inherently_necessary):  Ditto.
965
966         * config/ia64/ia64.h (SIMULTANEOUS PREFETCHES): Define.
967           (PREFETCH_BLOCK): Define.
968         * config/ia64/ia64.md (itanium_class): Add lfetch.
969           (prefetch, prefetch_internal): New.
970
971         * builtin-types.def (BT_FN_VOID_PTR_INT_INT): New.
972         * builtins.def (BUILT_IN_PREFETCH): New.
973         * builtins.c (expand_builtin_expect): New.
974           (expand_builtin): Call it.
975         * doc/extend.texi: Document __builtin_prefetch.
976
977         * config/i386/i386.md (prefetch): Rename as prefetch_sse to avoid
978           conflicts with new generic prefetch functionality.
979         * config/i386/i386.c (ix86_expand_builtin): Use new name for
980           prefetch_sse.
981
982 2001-12-02  Ziemowit Laski  <zlaski@apple.com>
983
984         * objc/Make-lang.in: Update copyright.
985         (OBJC_OBJS): Add objc-lang.o.
986         (objc-lang.o): New rule.
987         * objc/config-lang.in: Fix file description and update
988         copyright.
989         * objc/objc-act.c: Do not include langhooks.h and
990         langhooks-def.h
991         (lang_hooks): Move (along with LANG_HOOKS...) to objc-lang.c.
992         (objc_post_options): Move to objc-lang.c.
993         (objc_init_options): Move to objc-lang.c.
994         (objc_init): Make non-static.
995         (objc_decode_option): Make non-static.
996         (HASHFUNCTION): Remove macro.
997         (hash_func): New function.
998         (hash_enter): Replace HASHFUNCTION with hash_func.
999         (hash_lookup): Replace HASHFUNCTION with hash_func.
1000         (maybe_objc_tree_codes): New function.
1001         (init_objc): Move ObjC tree code initialization to
1002         maybe_objc_tree_codes().
1003         * objc/objc-act.h (GCC_OBJC_ACT_H): New include guard.
1004         (objc_init): New public prototype.
1005         (objc_decode_option): New public prototype.
1006         (maybe_add_objc_tree_codes): New public prototype.
1007         * objc/objc-lang.c: New file.
1008         (lang_hooks): Moved from objc-act.c.
1009         (objc_post_options): Moved from objc-act.c.
1010         (objc_init_options): Moved from objc-act.c.
1011
1012 2001-12-03  Geoff Keating  <geoffk@redhat.com>
1013
1014         * emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extension
1015         of array elements.
1016
1017 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1018
1019         PR c/4988
1020         * gcc.c (process_command): Don't add a preprocessor option for
1021         --help and --target-help; cc1 is enough.
1022
1023 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1024
1025         * c-decl.c (grokdeclarator): Use ISO word.
1026         * cppinit.c: Remove leading capital from diagnostic messages, as
1027         per GNU coding standards.
1028         * emit-rtl.c: Similarly.
1029         * final.c: Similarly.
1030         * gcc.c: Similarly.
1031         * tradcpp.c: Similarly.
1032         * config/arm/arm.c: Similarly.
1033         * config/arm/arm.h: Similarly.
1034         * config/avr/avr.c: Similarly.
1035         * config/avr/avr.h: Similarly.
1036         * config/c4x/c4x.c: Similarly.
1037         * config/cris/cris.c: Similarly.
1038         * config/cris/cris.h: Similarly.
1039         * config/d30v/d30v.c: Similarly.
1040         * config/dsp16xx/dsp16xx.c: Similarly.
1041         * config/dsp16xx/dsp16xx.h: Similarly.
1042         * config/h8300/h8300.c: Similarly.
1043         * config/i386/i386.c: Similarly.
1044         * config/i386/xm-djgpp.h: Similarly.
1045         * config/i960/i960.h: Similarly.
1046         * config/m32r/m32r.c: Similarly.
1047         * config/m68hc11/m68hc11.c: Similarly.
1048         * config/m88k/m88k.c: Similarly.
1049         * config/m88k/m88k.h: Similarly.
1050         * config/mcore/mcore.c: Similarly.
1051         * config/mcore/mcore.h: Similarly.
1052         * config/mips/mips.c: Similarly.
1053         * config/mmix/mmix.c: Similarly.
1054         * config/pa/pa.c: Similarly.
1055         * config/rs6000/rs6000.c: Similarly.
1056         * config/rs6000/sysv4.h: Similarly.
1057         * config/s390/s390.c: Similarly.
1058         * config/sparc/sparc.c: Similarly.
1059         * config/v850/v850-c.c: Similarly.
1060         * config/v850/v850.c: Similarly.
1061
1062 2001-12-03  Zack Weinberg  <zack@codesourcery.com>
1063
1064         * rs6000.h (RETURN_IN_MEMORY): Cast result of
1065         int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8.
1066
1067 Mon Dec  3 09:18:34 2001  Jeffrey A Law  (law@cygnus.com)
1068
1069         * mn10200.md (negsf2): Use -0x8000 instead of 0x8000 for
1070         bit twiddling constant.
1071
1072 Mon Dec  3 16:16:37 CET 2001  Jan Hubicka  <jh@suse.cz>
1073
1074         * gcse.c (delete_null_pointer_checks_1): Do not use delete_list;
1075         call purge_dead_edges after removing.
1076         (delete_null_pointer_checks): Do not handle delete_list.
1077
1078         * cfgbuild.c (inside_basic_block_p, control_flow_insn_p): Break out from ...
1079         (count_basic_blocks): ... here.
1080         (find_basic_blocks, find_bb_boundaries): Cleanup.
1081
1082         * stor-layout.c (fixup_signed_type, fixup_unsigned_type): Avoid
1083         overflow for types greater then 2 * HOST_WIDE_INT.
1084
1085         * reload.c (find_reloads): Update the duplicates after swapingg.
1086
1087 Mon Dec  3 13:52:19 CET 2001  Jan Hubicka  <jh@suse.cz>
1088
1089         * i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
1090
1091 2001-12-02  Zack Weinberg  <zack@codesourcery.com>
1092
1093         * config/rs6000/rs6000.h (MASK_ALTIVEC_ABI,
1094         MASK_LONG_DOUBLE_128): Delete.
1095         (MASK_AIX_STRUCT_RET, MASK_AIX_STRUCT_RET_SET,
1096         TARGET_AIX_STRUCT_RET): New flags.
1097         (TARGET_SWITCHES): Remove entries for -mlong-double-128 and
1098         -mlong-double-64.  Add entries for -m(no-)aix-struct-return
1099         and -m(no-)svr4-struct-return.
1100         (TARGET_OPTIONS): Add entry for -mlong-double-.
1101         (rs6000_long_double_size_string, rs6000_long_double_type_size,
1102         rs6000_altivec_abi): Declare.
1103         (TARGET_LONG_DOUBLE_128, TARGET_ALTIVEC_ABI,
1104         LONG_DOUBLE_TYPE_SIZE): Change definitions to match.
1105         (RETURN_IN_MEMORY): If !TARGET_AIX_STRUCT_RET, return
1106         structures of size <= 8 bytes in registers.
1107         (PRINT_OPERAND_PUNCT_VALID_P): Take out '$' and '*'.
1108
1109         * config/rs6000/rs6000.c (rs6000_long_double_size_string,
1110         rs6000_long_double_type_size, rs6000_altivec_abi): New
1111         globals.
1112         (rs6000_override_options): Set rs6000_long_double_type_size
1113         from rs6000_long_double_size_string, if nonzero.  Set the
1114         MASK_AIX_STRUCT_RET bit in target_flags from DEFAULT_ABI, if
1115         not already set.
1116         (rs6000_parse_abi_options): Set rs6000_altivec_abi, not a
1117         target_flags bit.
1118         (rs6000_init_builtins): This hook now takes no arguments.
1119
1120         * config/rs6000/netbsd.h, config/rs6000/linux.h: Define
1121         DRAFT_V4_STRUCT_RET to 1.
1122
1123 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1124
1125         * c-typeck.c (really_start_incremental_init, push_init_level):
1126         Avoid constructor_max_index being other than an INTEGER_CST.
1127
1128 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
1129
1130         * config/rs6000/xcoff.h (ASM_OUTPUT_INTERNAL_LABEL): Display count
1131         unsigned.
1132         (ASM_GENERATE_INTERNAL_LABEL): Same.
1133         (UNIQUE_SECTION): Fix typo.
1134
1135 2001-12-02  Richard Henderson  <rth@redhat.com>
1136
1137         * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.
1138
1139 2001-12-02  Richard Henderson  <rth@redhat.com>
1140
1141         * rtl.h (mem_attrs): Rename decl to expr; adjust all users.
1142         (MEM_EXPR): Rename from MEM_DECL; adjust all users.
1143         * emit-rtl.c (set_mem_expr): Rename from set_mem_decl.
1144         * expr.h, final.c, reload1.c: Adjust users.
1145
1146         * alias.c (nonoverlapping_component_refs_p): New.
1147         (decl_for_component_ref, adjust_offset_for_component_ref): New.
1148         (nonoverlapping_memrefs_p): Use them.
1149         * emit-rtl.c (component_ref_for_mem_expr): New.
1150         (set_mem_attributes): Use it.
1151         (set_mem_offset): New.
1152         * expr.c (expand_assignment): Call set_mem_attributes for
1153         inner references; adjust the memory offset as needed.
1154         * print-rtl.c (print_mem_expr): New.
1155         (print_rtx): Use it.
1156
1157 Sun Dec  2 09:22:25 2001  Douglas B. Rupp  <rupp@gnat.com>
1158
1159         * config/x-interix3 (SYSTEM_HEADER_DIR): Put back default.
1160
1161         * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
1162         (PREFERRED_DEBUGGING_TYPE): Define as VMS_AND_DWARF2_DEBUG.
1163         (ASM_SPEC): Don't redefine.
1164         (OPTIMIZATION_OPTIONS, OVERRIDE_OPTIONS, LINK_SPEC): Define.
1165         * config/alpha/t-vms (EXTRA_PARTS): Use; add rule for vms-dwarf2.asm.
1166         * config/alpha/vms-dwarf2.asm: New file.
1167
1168         * Makefile.in (OBJS): Add vmsdbgout.c and its rule.
1169         * c-lex.c (init_c_lex): Test for VMS_AND_DWARF2_DEBUG.
1170         * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks.
1171         (vmsdbgout_after_prologue): New declaration.
1172         * defaults.h (VMS_DEBUGGING_INFO): Add to PREFERRED_DEBUGGING_TYPE.
1173         * dwarf2.h (dwarf_attribute): New DW_AT_VMS_rtnbeg_pd_address.
1174         * dwarf2out.c (dwarf2out_do_frame): Test for VMS_AND_DWARF2_DEBUG.
1175         (dwarf2out_frame_finish): Test for VMS_AND_DWARF2_DEBUG.
1176         (dwarf_attr_name): Use DW_AT_VMS_rtnbeg_pd_address.
1177         (add_name_and_src_coords_attributes): Test VMS_DEBUGGING_INFO
1178         * final.c (final_start_function): Test for VMS_AND_DWARF2_DEBUG.
1179         Test VMS_DEBUGGING_INFO.
1180         (final_end_function): Test for VMS_AND_DWARF2_DEBUG.
1181         (final_scan_insn): Test for VMS_AND_DWARF2_DEBUG and VMS_DEBUG.
1182         * flags.h (debug_info_type): Add VMS_DEBUG and VMS_AND_DWARF2_DEBUG.
1183         * toplev.c (compile_file): Test VMS_DEBUGGING_INFO, VMS_DEBUG, and
1184         VMS_AND_DWARF2_DEBUG.
1185         (rest_of_type_compilation): Test for VMS_AND_DWARF2_DEBUG.
1186         (decode_g_option): Add "vms" to debug_type_names.
1187         (process_options): Set vmsdbg_debug_hooks if -gvms.
1188         (lang_independent_init): Emit line number for VMS unless -g0.
1189         * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
1190         * vmsdbg.h, vmsdbgout.c: New files.
1191
1192 Sun Dec  2 09:03:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1193
1194         * cfgbuild.c (SET_STATE): Add cast to eliminate warning.a
1195
1196 2001-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1197
1198         * cfgrtl.c (purge_all_dead_edges): Initialize variable.
1199         * dwarf2out.c (is_cxx): Prototype.
1200         * local-alloc.c (block_alloc): Avoid 'unsigned>=0 is always true'
1201         warning.
1202         * objc/objc-act.c (defer_fn): Avoid signed/unsigned warning.
1203
1204 Sun Dec  2 07:12:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1205
1206         * libgcc2.c (__bb_exit_func): Fix line wrap problems.
1207
1208 2001-12-02  Geoff Keating  <geoffk@redhat.com>
1209
1210         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
1211         * config/rs6000/rs6000.c (rs6000_emit_move): Use adjust_address
1212         rather than simplify_subreg.  Check for volatile-ness.  Check that
1213         we're not splitting one slow operation into two slow operations.
1214
1215 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
1216
1217         * emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INT
1218         before shifting.
1219
1220 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1221
1222         * c-decl.c (duplicate_decls, push_parm_decl): Remove leading
1223         capital from diagnostics.
1224         * c-lex.c (cb_file_change): Similarly.
1225         * c-parse.in : Similarly.
1226         * cfgrtl.c (verify_flow_info): Similarly.
1227         * collect2.c: Similarly.
1228         * cppfiles.c (find_include_file): Similarly.
1229         * cppinit.c (cpp_handle_option): Similarly.
1230         * cpplex.c (cpp_spell_token): Similarly.
1231         * cppmain.c (do_preprocessing): Similarly.
1232         * gcc.c (translate_options, process_command, do_spec1,
1233         main, pfatal_execute): Similarly.
1234         * genattr.c (main): Similarly.
1235         * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
1236         write_test_expr, main): Similarly.
1237         * gencodes.c (main): Similarly.
1238         * genconfig.c (main): Similarly.
1239         * genconstants.c (main): Similarly.
1240         * genemit.c (main): Similarly.
1241         * genextract.c (main): Similarly.
1242         * genflags.c (main): Similarly.
1243         * genopinit.c (main): Similarly.
1244         * genoutput.c (process_template, main): Similarly.
1245         * genpeep.c (main): Similarly.
1246         * genrecog.c (main): Similarly.
1247         * gensupport.c (is_predicable, identify_predicable_attribute,
1248         alter_predicate_for_insn, init_md_reader_args, main): Similarly.
1249         * ggc-page.c (alloc_anon): Similarly.
1250         * mips-tfile.c (add_string, add_procedure, add_file, read_line,
1251         parse_begin, parse_bend, parse_def, parse_end, parse_file,
1252         parse_stabs_common, parse_stabs, write_varray, write_object,
1253         read_seek, copy_object, main, error): Similarly.
1254         * profile.c (compute_branch_probabilities): Similarly.
1255         * reg-stack.c (check_asm_stack_operands): Similarly.
1256         * reload.c (find_reloads): Similarly.
1257         * reload1.c (spill_failure, failed_reload): Similarly.
1258         * rtl-error.c (_fatal_insn_not_found): Similarly.
1259         * toplev.c (read_integral_parameter, crash_signal,
1260         decode_f_option, set_target_switch, parse_options_and_default_flags)
1261         : Similarly.
1262         * tradcif.y (parse_number, yylex): Similarly.
1263         * tradcpp.c (main, fancy_abort): Similarly.
1264         * tree.c (tree_check_failed): Similarly.
1265         * varray.c (varray_check_failed): Similarly.
1266         * xcoffout.c (xcoff_output_standard_types): Similarly.
1267 objc:
1268         * objc-act.c (get_object_ref, lookup_and_install_protocols,
1269         build_objc_string_object, objc_declare_alias, build_ivar_chain,
1270         finish_message_expr, build_protocol_expr, is_public,
1271         start_class): Similarly.
1272
1273 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1274
1275         * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove
1276         trailing period from diagnostics.
1277         * c-lex.c (cb_file_change): Similarly.
1278         * cppmacro.c (check_trad_stringification): Similarly.
1279         * gcc.c (do_spec_1): Similarly.
1280         * genattr.c (main): Similarly.
1281         * genattrtab.c (main, operate_exp, make_length_attrs): Similarly.
1282         * gencodes.c (main): Similarly.
1283         * genconfig.c (main): Similarly.
1284         * genconstants.c (main): Similarly.
1285         * genemit.c (main): Similarly.
1286         * genextract.c (main): Similarly.
1287         * genopinit.c (main): Similarly.
1288         * genoutput.c (main): Similarly.
1289         * genpeep.c (main): Similarly.
1290         * genrecog.c (main): Similarly.
1291         * mips-tfile.c (add_file, error): Similarly.
1292         * profile.c (init_branch_prob): Similarly.
1293         * reload1.c (spill_failure): Similarly.
1294         * stmt.c (parse_output_constraint): Similarly.
1295         * varasm.c (assemble_variable): Similarly.
1296
1297 2001-12-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1298
1299         * m68k.c (init_FPA_table): Provide static prototype.
1300         * mips/abi64.h (mips_function_value): Move prototype to ...
1301         * mips-protos.h (mips_function_value): ... here.
1302         * mips.c: Include halfpic.h.
1303         * output.h (rdata_section): Prototype.
1304
1305         * h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
1306         * m88k.c (m88k_svr3_asm_out_constructor,
1307         m88k_svr3_asm_out_destructor): Wrap with CTOR_LIST_BEGIN &&
1308         !OBJECT_FORMAT_ELF.
1309         * mcore.c (mcore_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
1310         * sh.c (sh_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
1311         * sparc.c (sparc_elf_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
1312
1313 2001-12-01  Geoff Keating  <geoffk@redhat.com>
1314
1315         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Complex
1316         LO_SUM addresses less than word size are not legitimate,
1317         because they lead to invalid SUBREGs.
1318         * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
1319
1320 2001-12-01  Olivier Hainque <hainque@act-europe.fr>
1321
1322         * unroll.c (loop_iterations): Give up on jumps with null JUMP_LABEL
1323         while scanning for multiple back edges.
1324
1325 2001-12-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1326
1327         * ginclude/ppc-asm.h (JUMP_TARGET): New macro.
1328         * config/rs6000/tramp.asm: Use it.
1329
1330 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
1331
1332         * gencheck.c, gengenrtl.c: Don't define xmalloc.
1333         * gensupport.c: Don't define xstrdup, xcalloc, xrealloc,
1334         xmalloc.
1335
1336 2001-11-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1337
1338         * pa.c (output_ascii): Cast `p' to unsigned char.
1339
1340 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
1341
1342         * config/rs6000/rs6000.c (altivec_expand_builtin): add
1343         ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf,
1344         *_16qi,_8hi, rename existing V4SI ones to *_4si.
1345         (altivec_init_builtins): Ditto.
1346         (bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
1347
1348         * config/rs6000/rs6000.md: Add attribute types vecsimple,
1349         veccomplex, vecfloat, and vecperm, for altivec instructions.
1350         Modify altivec patterns to use appropriate attribute type.
1351         Modify altivec patterns to match RTL operations where appropriate
1352         (IE no unspec where we can avoid it).
1353         Add vector unit scheduling for ppc7450.
1354         Rename patterns to what they are where appropriate
1355         (altivec_vaddfp->addv4sf3, etc)
1356
1357         * config/rs6000/rs6000.h (enum rs6000_builtins): Change VRS->VSR.
1358         Pass -mppc, and define _ARCH_PPC, if -mcpu=7450 is used.
1359
1360         * config/rs6000/sysv4.h: Add -mcpu=7450.
1361
1362         * testsuite/gcc.dg/altivec-1.c: Update test to take into account renamed
1363         _builtin_altivec_ld_interal function.
1364
1365 2001-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1366
1367         * configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen,
1368         strchr, strrchr, isascii, gettimeofday.
1369         * config.in, configure: Regenerate.
1370
1371 2001-11-30  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
1372
1373         * unroll.c (unroll_loop): Correct special exit cases.
1374
1375 2001-11-30  Stephane Carrez  <Stephane.Carrez@sun.com>
1376
1377         * config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
1378         accept DFmode and DImode only.
1379
1380 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
1381
1382         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Adjust for altivec.
1383         (STACK_DYNAMIC_OFFSET): Same.
1384
1385 2001-11-30  Richard Henderson  <rth@redhat.com>
1386
1387         * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
1388
1389 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
1390
1391         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): New.
1392         (CONDITIONAL_REGISTER_USAGE): Set call_really_used_registers to
1393         the values in call_used_registers.
1394
1395 Fri Nov 30 12:48:26 2001  Jeffrey A Law  (law@cygnus.com)
1396
1397         * gthr-dce.h: If _DCE_THREADS is not defined, then just include
1398         gthr-single.
1399
1400 2001-11-30  Jason Merrill  <jason@redhat.com>
1401
1402         * dwarf2out.c (is_cxx): New fn.
1403         (add_data_member_location_attribute): Check it.
1404         * dbxout.c (dbxout_type): Only look at BINFO_VPTR_FIELD for C++.
1405
1406 Fri Nov 30 08:26:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1407
1408         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.
1409
1410 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
1411
1412         * genopinit.c (gen_insn): Handle MODE_VECTOR_INT and
1413         MODE_VECTOR_FLOAT as allowed.
1414
1415 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
1416
1417         Purge cruft now we have build libiberty.
1418
1419         * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
1420         HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR,
1421         USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT,
1422         USE_HOST_STRSTR): Delete variables.
1423         (vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o,
1424         hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o,
1425         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
1426         $(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules.
1427         (LIBIBERTY, BUILD_LIBIBERTY): New variables.
1428         (LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY).
1429         (LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY).
1430         (HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY).
1431         (HOST_LIBS): Ditto.
1432         (HOST_RTL): Remove hashtab.o safe-ctype.o.
1433         (OBJS): Remove splay-tree.o.
1434         (gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a.
1435         (distclean): No need to delete splay-tree.c obstack.c
1436         hashtab.c safe-ctype.c.
1437         (mostlyclean): Delete build copies of print-rtl.c bitmap.c
1438         errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1).
1439         * aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR):
1440         Delete.
1441         * configure.in: Don't use them.
1442         Set and substitute @FORBUILD@.
1443         * config.in, configure: Regenerate.
1444         * doprint.c: Move to libiberty/_doprnt.c.
1445         * doc/configterms.texi: Document that libiberty is now built
1446         up to three times.  Fix typo.
1447
1448 2001-11-30  Jason Merrill  <jason@redhat.com>
1449
1450         * dwarf2out.c (add_data_member_location_attribute): Do the
1451         right thing for virtual bases.
1452         * dbxout.c (dbxout_type): For a virtual base, print the offset
1453         within the vtable.
1454
1455 2001-11-29  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
1456
1457         * doloop.c (doloop_valid_p): Check for LTU and GTU as well.
1458
1459 2001-11-29  Aldy Hernandez  <aldyh@redhat.com>
1460
1461         * config/rs6000/rs6000.c (function_arg): Unnamed vector arguments
1462         go in memory.
1463         Remove unused attribute for named.
1464
1465 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1466
1467         * genattrtab.c (attr_rtx_1): New function containing the
1468         majority of `attr_rtx'.  Move variable declarations into the
1469         scope where they are used.  Eliminate unnecessary gotos.
1470         (attr_rtx): Now just a wrapper for `attr_rtx_1' using VA_OPEN,
1471         VA_FIXEDARG, and VA_CLOSE.
1472
1473 2001-11-30  Hans-Peter Nilsson  <hp@axis.com>
1474
1475         * config/cris/cris.c (cris_notice_update_cc): Check first
1476         destination also against overlap with cc_status.value2 and second
1477         destination against overlap with cc_status.value1.  For overlaps,
1478         clear overlapped value, don't just CC_STATUS_INIT.
1479
1480         * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
1481         Fix typo in comment.
1482         (LINK_SPEC): Remove whitespace at end of line.
1483
1484 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
1485
1486         * c-lex.c (init_c_lex): Canonicalize "-" filename to "".
1487
1488 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
1489
1490         * gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG
1491         macros for the supported debugging types.
1492
1493 2001-11-29  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1494
1495         PR other/4932
1496         * config/i386/i386.c (print_operand):  Verify that the
1497           argument to %c is a constant and not a conditional which
1498           needs to be reversed.
1499
1500 Thu Nov 29 11:12:59 2001  Geoffrey Keating (geoffk@redhat.com)
1501
1502         * emit-rtl.c (gen_lowpart_common): Fix conversion of
1503         REAL_VALUE_TYPEs to an array of target integers.  Fix extraction
1504         of low part of those arrays for 32bit and 64bit hosts.
1505
1506 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1507
1508         * Makefile.in (insn-output.o): Depend on insn-codes.h.
1509
1510 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1511
1512         * configure.in (target_list): Add generated-manpages.
1513         * configure: Regenerate.
1514         * Makefile.in (generated-manpages): Depend on
1515         lang.generated-manpages.
1516         * objc/Make-lang.in (objc.generated-manpages): New dummy target.
1517
1518 2001-11-29  Nick Clifton  <nickc@cambridge.redhat.com>
1519
1520         * config/arm/crti.asm (_init): Add .thumb_func if compiled
1521         with -mthumb.
1522         (_fini): Add .thumb_func if compiled with -mthumb.
1523
1524 2001-11-28  Eric Christopher  <echristo@redhat.com>
1525
1526         * config/mips/mips.c (override_options): Fix thinko in mips_tune
1527         for mips32/mips64. Remove MASK_SOFT_FLOAT configuration bits.
1528
1529 Thu Nov 29 00:24:15 EST 2001  John Wehle  (john@feith.com)
1530
1531         * alpha.md (tablejump): Use pic_offset_table_rtx
1532         instead of gen_rtx_REG.
1533
1534 Wed Nov 28 15:36:13 2001  Jeffrey A Law  (law@cygnus.com)
1535
1536         * expr.c (store_expr): When copying a string constant into an
1537         array, reset the known alignment of the MEM for the section to
1538         be cleared to BITS_PER_UNIT.
1539
1540 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1541
1542         * config/cris/cris.c: Remove whitespace at end of line.
1543
1544 Wed Nov 28 14:51:23 2001  Douglas B. Rupp  <rupp@gnat.com>
1545
1546         * config.gcc (i[34567]86-*-interix3*): New case.
1547         * config/x-interix3, config/interix3.h, config/i386/i386-interix3.h:
1548         New files.
1549
1550 2001-11-28  Richard Henderson  <rth@redhat.com>
1551
1552         * config/alpha/alpha.md (sibcall_osf_1, sibcall_value_osf_1): Use
1553         symbolic_operand as the predicate.
1554
1555 2001-11-28  Richard Henderson  <rth@redhat.com>
1556
1557         * doloop.c (doloop_modify_runtime): Properly select induction
1558         variable; skip late entry test if biv initializer created by loop.
1559
1560 Wed Nov 28 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1561
1562         * tree.h (EXPR_WFL_LINECOL): Used by Java in node other than
1563         EXPR_WITH_FILE_LOCATION, so change checks and documentation.
1564
1565         * tree.h (TREE_VIA_PROTECTED): Update to show can be in TREE_VEC.
1566
1567         * tree.h: Add missing checks on some macros; make formatting more
1568         consistent.
1569
1570         * stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top
1571         level; only add to pending_sizes if find it.
1572
1573         * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
1574
1575         * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):
1576         Add casts to remove warnings.
1577
1578         * Makefile.in (OBJS): Sort alphabetically.
1579
1580         * print-rtl.c (print_rtx): If RTX code is bad, just say so.
1581         Also minor cleanups.
1582
1583 Wed Nov 28 06:52:27 2001  Arnaud Charlet  <charlet@ACT-Europe.FR>
1584
1585         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Remove STAGE_PREFIX.
1586         (FLAGS_TO_PASS): Add STAGE_PREFIX.
1587         (SUBDIR_FLAGS_TO_PASS): Apply PREPEND_DOTDOT_TO_RELATIVE_PATH
1588         to STAGE_PREFIX.
1589
1590 Wed Nov 28 10:42:19 CET 2001  Jan Hubicka  <jh@suse.cz>
1591
1592         * cse.c (true_dependence_in_rtx): New function.
1593         (invalidate): Use it.
1594
1595         * c-common.h (GOTO_FAKE_P): New macro.
1596         * tree-inline.c (GOTO_FAKE_P): Set.
1597         * c-tree.texi (GOTO_FAKE_P): Document.
1598
1599         * varasm.c (assemble_variable): Set reloc to 3 for error_mark
1600         containing pointers.
1601         (output_addressed_constants): Check for local/external relocations.
1602         * elfos.h (SELECT_SECTION): Classify data section.
1603         * tm.texi (SELECT_SECTION): Update documentation.
1604
1605         * cfganal.c (flow_dfs_compute_reverse_add_bb): set visited bit.
1606         (flow_dfs_compute_reverse_execute): Add only unvisited blocks.
1607
1608 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1609
1610         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
1611         UNALIGNED_DOUBLE_INT_ASM_OP): Also provide defaults when we have
1612         OBJECT_FORMAT_ROSE.
1613
1614 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1615
1616         * config/cris/cris.c: Tweak spacing for prototypes.
1617         (LOSE_AND_RETURN): New macro.
1618         (cris_operand_lossage): New function.
1619         (cris_print_index, cris_print_base): Use cris_operand_lossage
1620         rather than fatal_insn.
1621         (cris_print_operand, cris_print_operand_address): Use
1622         LOSE_AND_RETURN rather than fatal_insn and internal_error.
1623         (cris_output_addr_const): Use LOSE_AND_RETURN and
1624         output_operand_lossage rather than fatal_insn and internal_error
1625         for valid but unexpected rtx expressions.
1626
1627         * config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
1628         for a SUBREG in src or dest, abort instead.
1629
1630 2001-11-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1631
1632         * doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
1633         doc.
1634
1635 2001-11-27  Jakub Jelinek  <jakub@redhat.com>
1636
1637         * gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
1638         preprocessor define.  If only DBX_DEBUGGING_INFO or only
1639         DWARF2_DEBUGGING_INFO is supported for the target, provide
1640         appropriate definitions.
1641
1642 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1643
1644         * Makefile.in: Update, and add c-objc-common.o dependencies.
1645         * c-lang.c: Remove unnecessary includes.
1646         (c_init): Move bulk of code to c_objc_common_init, and call it.
1647         (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits,
1648         inline_forbidden_p, c_cannot_inline_tree_fn): Move to
1649         c-objc-common.c.
1650         * c-objc-common.c: New.  Mostly pulled from c-lang.c.
1651         * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn,
1652         c_objc_common_init, c_missing_noreturn_ok_p): New.
1653         * toplev.c: Update comment.
1654         * doc/passes.texi: Update.
1655 objc:
1656         * objc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
1657         LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
1658         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override.
1659         (objc_init): Update to use c_objc_common_init.
1660
1661 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1662
1663         * cpphash.c (_cpp_init_hashtable): Update.
1664         * cpphash.h (struct spec_nodes): Remove n_L.
1665         * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
1666
1667 2001-11-17  Richard Henderson  <rth@redhat.com>
1668
1669         * unroll.c (loop_iterations): Move last change ...
1670         * doloop.c (doloop_modify_runtime): ... here.
1671
1672 2001-11-17  Corey Minyard  <minyard@acm.org>
1673             Richard Henderson  <rth@redhat.com>
1674
1675         * unroll.c (loop_iterations): Detect one situation in which we
1676         overestimate the number of iterations.
1677
1678 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1679
1680         * gcc.c (set_input): Export.
1681         Move declaration ...
1682         gcc.h (set_input): ... here.
1683
1684 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1685
1686         * gcc.c (set_collect_gcc_options): New function, split out from
1687         main.
1688         Ignore elided switches.
1689         (do_spec): Invoke before executing command.
1690         (do_spec_1): Likewise.
1691         Fixes PR other/3968.
1692
1693 2001-11-27  Hans-Peter Nilsson  <hp@axis.com>
1694
1695         * config/cris/cris.h (INT_ASM_OP): Remove.
1696
1697 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1698
1699         * config/i386/sol2.h (WINT_TYPE): Redefine.
1700         (WINT_TYPE_SIZE): Likewise.
1701
1702 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1703
1704         * collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
1705         (dup2): Make static and add prototype.
1706         * m68k/plexus.h: Don't define NO_DUP2.
1707         * configure.in (AC_CHECK_FUNCS): Add dup2.
1708         * config.in, configure: Regenerate.
1709
1710         * ia64/aix.h (REG_SIZE): Don't #undef.
1711         * sparc.h (REG_SIZE): Delete.
1712         * flow.c (mark_used_regs): Don't use REG_SIZE.
1713         * regs.h (REG_SIZE): Delete.
1714
1715 2001-11-27  Andreas Schwab  <schwab@suse.de>
1716
1717         * gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
1718         PREFERRED_DEBUGGING_TYPE.
1719
1720 Tue Nov 27 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1721
1722         * Makefile.in (c-lang.o): Depends on langhooks-def.h.
1723         (expr.o, varasm.o): Depends on langhooks.h.
1724         * c-common.c (c_safe_from_p): Always declare.
1725         (c_expand_expr): Refine when declared.
1726         * c-lang.c (c-common.h): Now include.
1727         (LANG_HOOKS_SAFE_FROM_P): Define new hook.
1728         (c_init): Don't set lang_safe_from_expr.
1729         * expr.c (langhooks.h): Now include.
1730         (lang_safe_from_p): No longer define.
1731         (safe_from_p): Use lang hook.
1732         (expand_expr): Set IGNORE if VOID_TYPE result of VIEW_CONVERT_EXPR too.
1733         (expand_expr, case VIEW_CONVERT_EXPR): Pass ro_modifier down.
1734         * expr.h (lang_expand_constant, lang_safe_from_p): Delete.
1735         * langhooks-def.h (lhd_return_tree, lhd_safe_from_p): New decls.
1736         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
1737         * langhooks.c (lhd_return_tree, lhd_safe_from_p): New functions.
1738         * langhooks.h (struct lang_hooks): New fields expand_constant
1739         and safe_from_p.
1740         * output.h (output_constant): Size arg is HOST_WIDE_INT.
1741         * stmt.c (expand_decl_init): No longer need to expand constant
1742         for CONST_DECL.
1743         * stor-layout.c (put_pending_size): Don't check for SAVE_EXPR.
1744         * toplev.c (lang_expand_constant): Delete var.
1745         * tree.c (save_expr): Don't put another SAVE_EXPR around simple
1746         operations on SAVE_EXPR.
1747         * varasm.c (langhooks.h): Now include.
1748         (compare_constant_1): Use lang_hooks, not lang_expand_constant.
1749         (record_constant_1, output_addressed_constants): Likewise.
1750         (initializer_constant_valid_p, output_constant): Likewise.
1751         (output_constant_def): Process no-defer of string constant.
1752         (output_addressed_constants, case ADDR_EXPR): Use handled_component_p.
1753         (output_constant): Strip more conversions.
1754         Track our size and pad for the rest.
1755         (array_size_for_constructor): Remove code for non-byte STRING_CST.
1756         (output_constructor): SIZE now HOST_WIDE_INT.
1757
1758 2001-11-27  Richard Henderson  <rth@redhat.com>
1759
1760         * ifcvt.c (noce_try_store_flag_constants): Test for overflow
1761         in computing DIFF.
1762
1763 2001-11-27  Zack Weinberg  <zack@codesourcery.com>
1764
1765         * cppfiles.c (read_include_file): Add comment.
1766
1767 2001-11-26  Richard Henderson  <rth@redhat.com>
1768
1769         * toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.
1770
1771 2001-11-26  Richard Henderson  <rth@redhat.com>
1772
1773         * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
1774         * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
1775         commented out override.
1776
1777 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1778
1779         * cppfiles.c (stack_include_file): Don't optimize zero-length
1780         files.
1781         (read_include_file): NUL-terminate read files.
1782         * cpplex.c (handle_newline, skip_escaped_newlines,
1783         get_effective_char, skip_whitespace, parse_identifier,
1784         parse_identifier_slow, parse_number, parse_string,
1785         _cpp_lex_direct): Optimize for the fact that buffers are guaranteed
1786         NUL-terminated.
1787         * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
1788         Be sure buffers are NUL terminated.
1789         * cppmacro.c (warn_of_redefinition): Kill compile warning.
1790
1791 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1792
1793         * c-common.c: Include tree-inline.h.
1794         (c_language): Move separate definitions here.
1795         (c_common_init_options, c_common_post_options): New.
1796         (c_common_lang_init): Rename c_common_init.
1797         * c-common.h (c_common_lang_init): Similarly.
1798         (c_common_init_options, c_common_post_options): New.
1799         * c-lang.c (c_post_options): Move body to c_common_post_options.
1800         (c_init_options): Use c_common_init_options.
1801         (c_init): Update.
1802         * langhooks.def: Rearrange.
1803         * langhooks.h: Rearrange, and improve comments.
1804         * toplev.c (do_compile): New function.
1805         (toplev_main): Use it.
1806         (lang_independent_f_options, parse_options_and_default_flags,
1807         process_options): Remove trailing periods.
1808         * Makefile.in: Update.
1809 objc:   * objc-act.c (objc_post_options, objc_init_options): Use c-common.c
1810         functions.
1811         (ojbc_init): Update.
1812
1813 2001-11-26  Richard Henderson  <rth@redhat.com>
1814
1815         * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
1816
1817 2001-11-26  DJ Delorie  <dj@redhat.com>
1818
1819         * expr.c (store_constructor): Actually use the value computed
1820         if WORD_REGISTER_OPERATIONS.
1821
1822 2001-11-26  Richard Henderson  <rth@redhat.com>
1823
1824         * config/elfos.h (SELECT_SECTION): Don't check TREE_READONLY
1825         for CONSTRUCTOR.
1826
1827 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
1828
1829         * rs6000.c (output_mi_thunk): Handle minimal-toc and call
1830         correct function on AIX.
1831
1832 2001-11-26  Alexandre Oliva  <aoliva@redhat.com>
1833
1834         * toplev.c (process_options): Don't force
1835         flag_optimize_sibling_calls to zero just because exceptions are
1836         enabled.
1837
1838 Mon Nov 26 12:37:05 2001  Jeffrey A Law  (law@cygnus.com)
1839
1840         * df.h (transfer_function_sbitmap): Use PARAMS around argument
1841         list in function prototypes.
1842         (transfer_function_bitmap): Likewise.
1843
1844 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1845
1846         * config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
1847         * config/i386/netbsd-elf.h: Likewise.
1848
1849 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
1850
1851         * doc/trouble.texi: Remove outdated RS/6000 comments.
1852
1853 Mon Nov 26 13:49:41 CET 2001  Jan Hubicka  <jh@suse.cz>
1854
1855         * final.c (walk_alter_subreg): Fix return value.
1856
1857 Mon Nov 26 11:36:20 CET 2001  Jan Hubicka  <jh@suse.cz>
1858
1859         * sparc.c (sparc_absnegfloat_split_legitimate): Do not call
1860         alter_subreg.
1861         * sparc.md (post-reload splitters): Do not call alter_subreg.
1862         * cfgrtl.c (purge_dead_edges): Fix typo in previous fix.
1863
1864 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
1865
1866         * regclass.c (choose_hard_reg_mode): Handle vector arguments.
1867
1868 2001-11-26  Alan Modra  <amodra@bigpond.net.au>
1869
1870         * final.c: (insn_lengths): Make it an int *, so that large jump
1871         tables don't overflow.
1872
1873 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1874
1875         * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
1876         (format_types): Use it for scanf.
1877         (dollar_arguments_pointer_p): New.
1878         (init_dollar_format_checking): Store details of which arguments
1879         are pointers.
1880         (maybe_read_dollar_number): Reallocate dollar_arguments_pointer_p.
1881         (finish_dollar_format_checking): Take extra parameter
1882         pointer_gap_ok.  Treat unused arguments differently if
1883         pointer_gap_ok and the unused arguments are pointers.
1884         (check_format_info_main): Pass extra argument to
1885         finish_dollar_format_checking.
1886         * doc/invoke.texi (-Wno-format-extra-args): Document behavior when
1887         unused arguments are present between used arguments with operand
1888         numbers.
1889
1890 2001-11-25  Daniel Berlin  <dan@cgsoftware.com>
1891
1892         * df.c: Add prototypes for hybrid_search_bitmap and
1893         hybrid_search_sbitmap.
1894         (hybrid_search_bitmap): New function.
1895         (hybrid_search_sbitmap): New function.
1896         (iterative_dataflow_sbitmap): Change to use hybrid_search_sbitmap.
1897         (iterative_dataflow_bitmap): Ditto.
1898
1899 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1900
1901         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
1902         address computations.
1903
1904 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1905
1906         * config/m68hc11/m68hc11.c (d_register_operand): Must accept
1907         register b (low part of d).
1908
1909 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1910
1911         * config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name
1912         passed to mcount.
1913
1914 Sun Nov 25 06:22:09 2001  Douglas B. Rupp  <rupp@gnat.com>
1915
1916         * config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
1917         * config/alpha/x-vms: New file, to compile the above.
1918         * config.gcc (alpha*-dec-vms*): Add x-vms.
1919
1920 2001-11-24  Hans-Peter Nilsson  <hp@axis.com>
1921
1922         * genextract.c (main): Set ro_loc for peepholes.
1923
1924 Sat Nov 24 17:04:10 2001  Douglas B. Rupp  <rupp@gnat.com>
1925
1926         * fix-header.c (main): Move inf_buffer termination and inf_limit
1927         calculation to after read.
1928
1929         * config/alpha/xm-vms.h (FILE_TYPE): Remove undef and baggage.
1930         (__UNIX_FOPEN): Define.
1931
1932 Sat Nov 24 16:11:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1933
1934         * function.c (assign_stack_temp_for_type): Clear alias set before
1935         setting new one.
1936
1937 2001-11-23  David Edelsohn  <edelsohn@gnu.org>
1938
1939         * rs6000.c (print_operand, case 'v'): Use HOST_WIDE_INT_PRINT_HEX
1940         format.
1941         * rs6000.md (cmptf): Fix typo.
1942
1943 2001-11-23  Richard Sandiford  <rsandifo@redhat.com>
1944
1945         * final.c (output_addr_const): Output PC as '.' even if !flag_pic.
1946         * varasm.c (output_constructor): Use assemble_integer rather
1947         than ASM_OUTPUT_BYTE.
1948
1949 2001-11-23  Andreas Jaeger  <aj@suse.de>
1950
1951         * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
1952         extension.
1953
1954 2001-11-23  Nick Clifton  <nickc@cambridge.redhat.com>
1955
1956         * config/arm/xscale-coff.h (SUBTARGET_CPU_DEFAULT): Override
1957         default definition.
1958         (SUBTARGET_EXTRA_ASM_SPEC): Remove previous definition.
1959         (MULTILIB_DEFAULTS): Remove previous definition.
1960
1961 2001-11-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1962
1963         * cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.
1964         * gcc.dg/cpp/mi6.c, gcc.dg/cpp/redef2.c: Update.
1965
1966 2001-11-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1967
1968         * cris.h: Revert thinko in last patch.
1969
1970 2001-11-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1971
1972         * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
1973         FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
1974         cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
1975         dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
1976         explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
1977         sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
1978
1979         * predict.c, reg-stack.c: Fix spelling errors.
1980
1981 2001-10-09  Andrew Haley  <aph@redhat.com>
1982
1983         * calls.c (check_sibcall_argument_overlap): Use slot_offset for
1984         start of stack slot.
1985
1986 2001-11-22  Graham Stott  <grahams@redhat.com>
1987
1988         * cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit
1989         replacement jump after original jump.
1990
1991         (verify_flow_info): Remove redundent initialisation.
1992         Handle reaching end of insn list before finding a BARRIER.
1993         Only issue one missing barrier diagnostic.
1994
1995 2001-11-22  Graham Stott  <grahams@redhat.com>
1996
1997         * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.
1998
1999 Thu Nov 22 06:49:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2000
2001         * config/i386/i386.md (leave, leave_rex64): Have RTL reflect what
2002         insn actually does.
2003
2004 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
2005
2006         * doc/invoke.texi (M32R/D Option Summary): Document -m32r switch.
2007         Fix typo -mm32rx=> -m32rx.
2008
2009         * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
2010         targets.
2011
2012         * config.gcc (xscale-coff): Add necessary header files to
2013         tm_file variable.
2014
2015 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
2016
2017         * rs6000.c (output_cbranch): Use $, not %$, in output template.
2018
2019 2001-11-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2020
2021         * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.
2022         (lang_type_quals): Declare.
2023         (dequeue_and_dump): Use lang_hooks.tree_dump.type_quals function to
2024         retrieve language-specific qualifiers for a type node, instead of
2025         C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
2026         lang_dump_tree.
2027         * tree-dump.h: Rename from c-dump.h.
2028         * c-common.h (C_TYPE_QUALS): Removed.
2029         Move declarations for tree-dump.c interface to...
2030         * tree.h: ... here. Remove lang_dump_tree.
2031         * langhooks.h (struct lang_hooks_for_tree_dump): New.
2032         (struct lang_hooks): Add tree_dump hooks.
2033         * langhooks.c (lhd_tree_dump_dump_tree): New function.
2034         (lhd_tree_dump_type_quals): New function.
2035         * langhooks-def.h (lhd_tree_dump_dump_tree, lhd_tree_dump_type_quals):
2036         Declare.
2037         (LANG_HOOKS_INITIALIZER): Add tree_dump hooks.
2038         * Makefile.in: Move tree-dump.o to language-independent back-end.
2039
2040 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2041
2042         * 1750a.h (DBX_REGISTER_NUMBER): Don't define.
2043         * alpha.h (DBX_REGISTER_NUMBER): Likewise.
2044         * arc.h (DBX_REGISTER_NUMBER): Likewise.
2045         * arm/aout.h (DBX_REGISTER_NUMBER): Likewise.
2046         * avr.h (DBX_REGISTER_NUMBER): Likewise.
2047         * c4x.h (DBX_REGISTER_NUMBER): Likewise.
2048         * clipper.h (DBX_REGISTER_NUMBER): Likewise.
2049         * convex.h (DBX_REGISTER_NUMBER): Likewise.
2050         * cris.h (DBX_REGISTER_NUMBER): Likewise.
2051         * dsp16xx.h (DBX_REGISTER_NUMBER): Likewise.
2052         * elxsi.h (DBX_REGISTER_NUMBER): Likewise.
2053         * fr30.h (DBX_REGISTER_NUMBER): Likewise.
2054         * h8300.h (DBX_REGISTER_NUMBER): Likewise.
2055         * i370.h (DBX_REGISTER_NUMBER): Likewise.
2056         * i860.h (DBX_REGISTER_NUMBER): Likewise.
2057         * i860/paragon.h (DBX_REGISTER_NUMBER): Likewise.
2058         * i860/sysv3.h (DBX_REGISTER_NUMBER): Likewise.
2059         * i860/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
2060         * m32r.h (DBX_REGISTER_NUMBER): Likewise.
2061         * m68hc11.h (DBX_REGISTER_NUMBER): Likewise.
2062         * m88k.h (DBX_REGISTER_NUMBER): Likewise.
2063         * mcore/mcore-elf.h (DBX_REGISTER_NUMBER): Likewise.
2064         * mcore.h (DBX_REGISTER_NUMBER): Likewise.
2065         * mn10200.h (DBX_REGISTER_NUMBER): Likewise.
2066         * mn10300.h (DBX_REGISTER_NUMBER): Likewise.
2067         * pdp11.h (DBX_REGISTER_NUMBER): Likewise.
2068         * romp.h (DBX_REGISTER_NUMBER): Likewise.
2069         * rs6000.h (DBX_REGISTER_NUMBER): Likewise.
2070         * rs6000/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
2071         * s390/linux.h (DBX_REGISTER_NUMBER): Likewise.
2072         * stormy16.h (DBX_REGISTER_NUMBER): Likewise.
2073         * v850.h (DBX_REGISTER_NUMBER): Likewise.
2074         * vax.h (DBX_REGISTER_NUMBER): Likewise.
2075         * we32k.h (DBX_REGISTER_NUMBER): Likewise.
2076
2077         * defaults.h (DBX_REGISTER_NUMBER): Provide a default.
2078         * doc/tm.texi (DBX_REGISTER_NUMBER): Update.
2079
2080 2001-11-21  H.J. Lu <hjl@gnu.org>
2081
2082         * config/rs6000/sysv4.h (LIB_SPEC): Fix a typo.
2083
2084 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2085
2086         * s390.c (s390_va_arg): Eliminate ALIGN parameter in call to
2087         emit_cmp_and_jump_insns.
2088
2089         * stormy16.c (xstormy16_expand_builtin_va_arg,
2090         xstormy16_expand_casesi): Likewise.
2091
2092 Wed Nov 21 17:37:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2093
2094         * function.c (keep_stack_depressed): Major rework.
2095         (handle_epilogue_set, emit_equiv_load): New functions.
2096         (thread_prologue_and_epilogue_insns): keep_stack_depressed now
2097         has return value.
2098         * jump.c (returnjump_p_1): Also return 1 if SET with SET_IS_RETURN_P.
2099         * rtl.h (SET_IS_RETURN_P): New macro.
2100
2101         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Refine slightly
2102         and also support TREE_ADDRESSABLE.
2103         * tree.def (VIEW_CONVERT_EXPR): Document TREE_ADDRESSABLE.
2104
2105 2001-11-21  David Edelsohn  <edelsohn@gnu.org>
2106
2107         * rs6000.md (cmptf_internal1): Replace %$ with $.
2108
2109 Wed Nov 21 16:44:01 2001  Douglas B. Rupp  <rupp@gnat.com>
2110
2111         * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
2112         (read_include_file): Use STAT_SIZE_TOO_BIG.
2113
2114         * cppinit.c (INO_T_COPY): Define.
2115         (INO_T_EQ): Uppercase parameters.
2116         (append_include_chain): Use INO_T_COPY.
2117
2118 2001-11-21  Richard Sandiford  <rsandifo@redhat.com>
2119
2120         * cfg.c: Fix typos and formatting in the introductory comment.
2121
2122 Wed Nov 21 12:38:37 CET 2001  Jan Hubicka
2123
2124         * profile.c (compute_branch_probabilites):  Compute probabilities
2125         for entry/exit edges; estimate probabilities for zero counts.
2126
2127 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
2128
2129         * explow.c (probe_stack_range): Use LCT_NORMAL as second argument
2130         to emit_library_call.
2131         * function.c (expand_main_function, expand_function_start,
2132         expand_function_end): Likewise.
2133         * profile.c (output_func_start_profiler): Likewise.
2134         * stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as
2135         second argument to emit_library_call.
2136         * optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK
2137         as second argument to emit_library_call.
2138         * calls.c (emit_library_call): Update fn_type description.
2139
2140 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
2141
2142         * c-decl.c (c_expand_deferred_function): Only call c_expand_body
2143         if fndecl is still DECL_INLINE and has DECL_RESULT.
2144
2145 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2146
2147         * clipper.c (clipper_movstr): Avoid uninitialized warning.
2148         * i960.c (is_mask, legitimize_address): Likewise.
2149         * m88k.c (m88k_expand_prologue): Likewise.
2150         * m88k.md: Likewise.
2151         * mcore.c (emit_new_cond_insn): Likewise.
2152         * stormy16.c (xstormy16_emit_cbranch): Likewise.
2153
2154 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
2155
2156         * config.gcc: Delete powerpcle-*-solaris2* stanza.
2157         * config/rs6000/eabi.asm, config/rs6000/rs6000.c,
2158         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
2159         config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
2160         config/rs6000/sysv4.h, config/rs6000/t-ppccomm,
2161         config/rs6000/t-ppcos: Expunge all references to Solaris.
2162
2163         * config/rs6000/sol-c0.c, config/rs6000/sol2.h: Delete.
2164
2165         * config/rs6000/rs6000.md: Replace '%$' with '$' in all
2166         output templates.
2167         * config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0,
2168         and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P.
2169
2170 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2171
2172         * sh.md: Avoid uninitialized warnings.
2173         * vax.c (vax_rtx_cost): Likewise.
2174
2175 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
2176
2177         * rs6000.c (direct_return): Check if we are saving altivec
2178         registers.
2179         (first_altivec_reg_to_save): New.
2180         Updated stack frame layout comments.
2181         (rs6000_stack_info): Calculate altivec register save size.
2182         Save link register if we saved some altivec registers.
2183         (rs6000_stack_info): Align save size to 16 if altivec abi or
2184         abi_darwin.
2185         (rs6000_stack_info): Calculate altivec register offsets.
2186         (rs6000_stack_info): Add altivec info to save_size.
2187         (debug_stack_info): Add altivec debug info.
2188         (rs6000_emit_prologue): Save altivec registers and vrsave.
2189         (compute_vrsave_mask): New.
2190         (altivec_expand_builtin): Remove unused variables.
2191         (rs6000_parse_abi_options): Add static qualifier.
2192         (rs6000_expand_builtin): Remove unused parameters.
2193         (altivec_expand_builtin): Cast bdesc_2arg to get rid of warning.
2194         (altivec_init_builtins): Same.
2195         (is_altivec_return_reg): New.
2196         (vrsave_operation): New.
2197         (ALTIVEC_REG_BIT): New.
2198         (generate_set_vrsave): New.
2199
2200         * rs6000.md (get_vrsave): New.
2201         (set_vrsave): New.
2202         (*set_vrsave_internal): New.
2203
2204         * rs6000.h (rs6000_stack): Add first_altivec_reg_save,
2205         altivec_save_offset, vrsave_save_offset, altive_size, vrsave_size,
2206         altivec_padding_size, vrsave_mask.
2207         (TOTAL_ALTIVEC_REGS): New.
2208         (EPILOGUE_USES): Add VRSAVE_REGNO.
2209
2210 2001-11-20  Jeff Law <law@redhat.com>
2211
2212         * unroll.c (copy_loop_body): Update LABEL_NUSES for the
2213         exit label as necessary.
2214
2215 2001-11-20  Brad Kaiser  <bkaiser@acelink.net>
2216
2217         * reload1.c (elimination_effects): Use function_invariant_p
2218         instead of CONSTANT_P when considering register equivalences.
2219
2220 2001-11-20  David O'Brien  <obrien@FreeBSD.org>
2221
2222         * config.gcc: Add FreeBSD/PowerPC target.
2223         (powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
2224         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
2225         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
2226         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
2227         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
2228         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*): Add
2229         freebsd-spec.h to tm_file.
2230         (rs6000-*-lynxos*): Add lynx.h to tm_file.
2231         * config/freebsd.h: Tidy up.
2232         (USING_CONFIG_FREEBSD): Define.
2233         (FBSD_SWITCH_TAKES_ARG, FBSD_WORD_SWITCH_TAKES_ARG,
2234         FBSD_CPP_PREDEFINES, FBSD_CPP_SPEC, FBSD_STARTFILE_SPEC,
2235         FBSD_ENDFILE_SPEC, FBSD_LIB_SPEC): Remove (moved to freebsd-spec.h).
2236         (TARGET_HAS_F_SETLKW): Define.
2237         (ASM_OUTPUT_IDENT): Delete, the elfos.h definition is fine.
2238         * config/freebsd-spec.h: New file.
2239         * config/rs6000/freebsd.h: New file.
2240         * config/rs6000/rs6000.h (TARGET_VERSION): Do not define.
2241         * config/rs6000/rs6000.c: Test for USING_ELFOS_H rather than
2242         USING_SVR4_H to know when to turn on ELF support.
2243         * config/rs6000/sysv4.h (TARGET_VERSION, CPP_PREDEFINES): Don't undef,
2244         define only if not already defined.
2245         Add FreeBSD support.
2246         * config/rs6000/aix.h (TARGET_VERSION): Define.
2247         * config/rs6000/beos.h: Likewise.
2248         * config/rs6000/darwin.h: Likewise.
2249         * config/rs6000/mach.h: Likewise.
2250         * config/rs6000/lynx.h (TARGET_VERSION): Likewise.
2251         Don't include lynx.h directly.
2252
2253 2001-11-20  Graham Stott  <grahams@redhat.com>
2254
2255         * unwind-dw2-fde.c (__deregister_frame_info_bases):
2256         Fix lossage in last change return OB.
2257
2258 Tue Nov 20 11:56:12 2001  Douglas B. Rupp  <rupp@gnat.com>
2259
2260         * config/alpha/xm-vms.h (_POSIX_EXIT): Define.
2261         Remove unneeded exit related macros.
2262
2263 2001-11-20  David Edelsohn  <edelsohn@gnu.org>
2264
2265         * rs6000.c (rs6000_emit_eh_toc_restore): Remove ALIGN parm.
2266
2267         * rs6000.c (rs6000_emit_move): Add TFmode case.
2268         * sysv4.h (MASK_LONG_DOUBLE_128, TARGET_LONG_DOUBLE_128,
2269         LONG_DOUBLE_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
2270         LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Move from here...
2271         * rs6000.h: ... to here.
2272         * rs6000.md (movtf, extenddftf2, extendsftf2, trunctfdf2,
2273         trunctfsf2, floatditf2, floatsitf2, fix_trunctfdi2,
2274         fix_trunctfsi2, negtf2, abstf2, nabstf2, cmptf): New patterns.
2275
2276 Tue Nov 20 06:41:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2277
2278         * emit-rtl.c (get_mem_attrs): Fix typo.
2279
2280 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2281
2282         * c-lang.c (finish_file): Backout 2001-11-16
2283         changes, instead set DECL_DEFER_OUTPUT for static inline functions
2284         before calling c_expand_deferred_function.
2285
2286 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2287
2288         * unwind-dw2-fde.c (__register_frame_info_bases, __register_frame):
2289         Don't register empty .eh_frame sections.
2290         (__deregister_frame_info_bases, __deregister_frame): Don't
2291         unregister them either.
2292
2293 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2294
2295         * configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
2296         (HAVE_AS_GSTABS_DEBUG_FLAG): Define.
2297         * configure: Regenerate.
2298         * config.in: Add dummy definitions of new flags.
2299         * toplev.c (PREFERRED_DEBUGGING_TYPE): Move definition to...
2300         * defaults.h (PREFERRED_DEBUGGING_TYPE): ... here.
2301         * gcc.c (ASM_DEBUG_SPEC): New macro.
2302         (asm_debug): New static variable.
2303         (default_compilers): Add asm_debug when assembling from
2304         user input.
2305         (static_specs): Add asm_debug.
2306
2307 2001-11-20  Loren J. Rittle  <ljrittle@acm.org>
2308
2309         * config.gcc (*-*-freebsd*): Remove configuration block.
2310
2311 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
2312
2313         bootstrap/4422
2314         * configure.in: Setup ability to run ./stage[1234]/xgcc in
2315         fixinc *as if* it were a proper lang subdirectory.
2316         * configure: Rebuilt.
2317
2318 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
2319
2320         * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
2321
2322 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2323
2324         * 1750a.md: Don't use hex format for a const_int.
2325
2326 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2327
2328         * expmed.c (extract_bit_field): Don't create invalid SUBREGs.
2329
2330 2001-11-19  Zack Weinberg  <zack@codesourcery.com>
2331
2332         * mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is
2333         defined (prevents link errors when gettext isn't in the system
2334         library).
2335
2336 2001-11-19  DJ Delorie  <dj@redhat.com>
2337
2338         * read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these.
2339         (validate_const_int): New.
2340         (read_rtx): Validate constant integers.
2341         * config/i386/i386.md (pmulhrwv4hi3): Use decimal constants.
2342
2343 2001-11-19  Jakub Jelinek  <jakub@redhat.com>
2344
2345         * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
2346
2347 Mon Nov 19 16:57:44 2001  Douglas B. Rupp  <rupp@gnat.com>
2348
2349         * toplev.c (DUMPFILE_FORMAT): Define default.
2350         (open_dump_file): Use DUMPFILE_FORMAT in sprintf.
2351         (close_dump_file, compile_file): Likewise.
2352         * config/alpha/xm-vms.h (DUMPFILE_FORMAT): Define.
2353         * doc/hostconfig.texi (DUMPFILE_FORMAT): Document
2354
2355 2001-11-19  Jeff Law <law@redhat.com>
2356
2357         * gcse.c (cprop_jump): Clear JUMP_LABEL field when we create
2358         a nop-jump.
2359
2360 2000-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
2361
2362         * cppmacro.c (_cpp_backup_tokens): Revert previous check-in.
2363         Don't fall off the base token run.
2364
2365 2001-11-19  Jason Wilkins <fenix@io.com>
2366
2367         * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
2368
2369 Mon Nov 19 15:13:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2370
2371         * tree.def (VIEW_CONVERT_EXPR): New tree code.
2372         * tree.h (handled_component_p): New declaration.
2373         * alias.c (handled_component_p): Move function from here ...
2374         * expr.c (handled_component_p): ... to here and non longer static.
2375         (is_zeros_p, case VIEW_CONVERT_EXPR): New case.
2376         (store_field): Remove unneeded MEM_COPY_ATTRIBUTES call.
2377         (get_inner_reference): Handle VIEW_CONVERT_EXPR.
2378         (expand_expr, case VAR_DECL): Clean up handling of re-layout case.
2379         (expand_expr, case VIEW_CONVERT_EXPR): New case.
2380         (expand_expr, cse ADDR_EXPR): No need to copy if already
2381         BIGGEST_ALIGNMENT.
2382         * fold-const.c (fold, case VIEW_CONVERT_EXPR): New case.
2383         * varasm.c (initializer_constant_value_p, case VIEW_CONVERT_EXPR): New.
2384         (output_constant): Handle VIEW_CONVERT_EXPR.
2385         * dwarf2out.c (loc-descriptor_from_tree, add_bound_info):
2386         Add new case for VIEW_CONVERT_EXPR.
2387
2388 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2389
2390         * a29k/unix.h (ASM_FILE_START): Const-ify.
2391         * i386/beos-elf.h (INCLUDE_DEFAULTS): Remove semi-colon.
2392         * i386/isc.h (ASM_FILE_START): Const-ify.
2393         * i386/sun386.h (ASM_FILE_START): Likewise.
2394         * m32r.md: Likewise.
2395         * m68k/auxas.h (ADDITIONAL_REGISTER_NAMES): Add missing brackets.
2396         * m68k/auxgas.h ADDITIONAL_REGISTER_NAMES): Likewise.
2397         * m68k/tower.h (REGISTER_NAMES): Remove semi-colon.
2398         * mn10200.md: Initialize variable.
2399
2400 Mon Nov 19 18:06:21 CET 2001  Jan Hubicka  <jh@suse.cz>
2401
2402         * gcse.c (try_replace_reg): Copy RTX before creating note.
2403
2404         * df.h (df_ref_flags): New uenum.
2405         (DF_REF_FLAGS): New macro.
2406         (struct ref): Add field "flags".
2407         * df.c (HANDLE_SUBREG): Remove.
2408         (df_ref_create): Likewise; set flags field of ref.
2409         (df_def_record_1): Strip down read_write subreg; remove
2410         commented out code; set READ_WRITE flag.
2411         (read_modify_subreg_p): New static function.
2412         (df_uses_record): Cleanup SET handling; set READ_WRITE flag;
2413         new argument "flags".
2414         (df_insn_refs_record): Update call of df_uses_record.
2415         (df_insn_modify): Avoid #if 0 around comment.
2416         (df_dump): Dump the read/write flag.
2417
2418         * predict.c (propagate_freq): Make cyclic_probability and frequency
2419         volatile
2420
2421         * i386.c (ix86_cc_mode): Accept USE.
2422
2423         * cfgrtl.c (purge_dead_edges):  Cleanup EDGE_ABNORMAL flag if computed
2424         jump is turned into simplejump.
2425
2426 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2427
2428         * doc/fragments.texi, doc/trouble.texi: Remove links to old
2429         installation chapter.
2430         * doc/gcc.texi: Don't claim that this manual documents
2431         installation.  Mark Installation menu entry as being out of date.
2432
2433 Mon Nov 19 07:21:35 2001  Douglas B. Rupp  <rupp@gnat.com>
2434
2435         * config/alpha/xm-vms.h: Don't define macros that autoconf handles.
2436         (SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility.
2437         * gcc.c (exit): Remove definition for VMS; moved to xm-vms.h.
2438
2439 2001-11-19  Jason Merrill  <jason@redhat.com>
2440
2441         * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing
2442         cur_token, not after.
2443
2444         * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h:
2445         Lose ASM_OUTPUT_CONSTRUCTOR.
2446         * system.h: Poison it and INT_ASM_OP.
2447         * c-lang.c (finish_file): Don't check for it.
2448         * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead.
2449
2450 2001-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2451
2452         * mmix.c (mmix_cc1_ignored_option): Const-ify.
2453         (mmix_init_machine_status): Make static to match declaration.
2454         (mmix_unique_section): Const-ify.
2455         (mmix_output_quoted_string): Avoid automatic aggregate
2456         initialization.
2457         (mmix_output_register_setting): Likewise.
2458         (mmix_output_shiftvalue_op_from_str): Likewise.
2459
2460         * mmix.h (mmix_cc1_ignored_option): Const-ify.
2461         (ASM_OUTPUT_BYTE): Fix format specifier warning.
2462         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2463
2464 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2465
2466         PR c/4448
2467         * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
2468         name __objc_thread_exit_status so that it matches the
2469         variable defined in objc/thr.h.
2470
2471 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2472
2473         PR bootstrap/4020
2474         * mklibgcc.in: Add missing semi-colons.
2475         * Makefile.in: Same.
2476
2477 Sun Nov 18 16:47:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2478
2479         * expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
2480         after re-laying out decl in incomplete case.
2481         (expand_expr, case ADDR_EXPR): Fix typo in copy case.
2482
2483 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2484
2485         * doc/install-old.texi: Move some sections out to ...
2486         * doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi:
2487         ... here.  New files.  Make into chapters rather than sections.
2488         * doc/gcc.texi: Include the new files and add menu entries for
2489         them.
2490         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
2491
2492 Sun Nov 18 14:13:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2493
2494         * tree.h (TYPE_ALIGN_OK): New flag.
2495         * emit-rtl.c (set_mem_attributes): Handle it.
2496         * expr.c (emit_single_push_insn): Only set to alias set 0 if
2497         doing sibcall optimization.
2498         (expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
2499         when make temporary.
2500         (expand_expr, case CONVERT_EXPR): Simplify convert-to-union case.
2501         (expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.
2502
2503         * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.
2504
2505 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2506
2507         * c-decl.c (c_decode_option): Give deprecation warning for
2508         -traditional.
2509         * doc/invoke.texi (-traditional): Note that this option is
2510         deprecated.
2511
2512 Sun Nov 18 07:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
2513
2514         * config/alpha/alpha.c (alpha_start_function, VMS): Cast shift
2515         arg to HOST_WIDE_INT, not long.
2516
2517         * config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
2518         (HAS_INIT_SECTION): Define.
2519         (REAL_ARITHMETIC): Don't undefine.
2520
2521 2001-11-18  Egor Duda  <deo@logos-m.ru>
2522
2523         * config/i386/cygwin.h: Strip leading '*' from name, if any.
2524
2525 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2526
2527         * Makefile.in (c-parse.o, c-common.o): Update dependencies.
2528         * c-common.c: Include diagnostic.h.
2529         (c_common_finish): New.
2530         * c-common.h (c_common_finish): New.
2531         * c-lang.c (LANG_HOOKS_FINISH): Override.
2532         * c-parse.in: Don't include diagnostic.h.
2533         (finish_parse): Remove.
2534         * langhooks.h: Update comments.
2535         * toplev.c (lang_dependent_init): New prototype.
2536         (finalize): New.
2537         (compile_file): Split cleanup code out to finalize.
2538         (lang_dependent_init): Stop if lang_hooks.init fails.
2539         (toplev_main): Update.
2540         * tree.h (finish_parse): Remove.
2541 objc:
2542         * objc-act.c (LANG_HOOKS_FINISH): Override.
2543
2544 Sat Nov 17 23:30:44 2001  Douglas B. Rupp  <rupp@gnat.com>
2545
2546         * config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
2547         * config/alpha/vms_tramp.asm: New file.
2548         * config/alpha/vms-tramp.asm: Removed.
2549
2550 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2551
2552         * c-common.c (struct disabled_builtin, disabled_builtins,
2553         disable_builtin_function, builtin_function_disabled_p): New.
2554         (builtin_function_2): Check for disabled built-in functions.
2555         * c-common.h (disable_builtin_function): Declare.
2556         * c-decl.c (c_decode_option): Handle -fno-builtin-FUNCTION.
2557         * doc/invoke.texi: Document -fno-builtin-FUNCTION.
2558         * doc/extend.texi: Mention -fno-builtin-FUNCTION.
2559
2560 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2561
2562         PR target/4606
2563         * config.gcc: Remove reference to va-clipper.h.
2564
2565 2001-11-17  Stan Shebs  <shebs@apple.com>
2566
2567         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the
2568         AltiVec-related bitfields.
2569
2570 Sat Nov 17 12:06:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2571
2572         * except.c (enum eh_region_type): Add ERT_UNKNOWN.
2573         (mark_eh_region, case ERT_UKNONW): New case.
2574
2575 2001-11-17  Christopher Faylor  <cgf@redhat.com>
2576             Corinna Vinschen  <vinschen@redhat.com>
2577
2578         * config/i386/cygwin.h: Search target specific include directory for
2579         w32api stuff, if appropriate.
2580
2581 Sat Nov 17 08:20:44 2001  Douglas Rupp  <rupp@gnat.com>
2582
2583         * config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.
2584
2585 2001-11-16  Aldy Hernandez  <aldyh@redhat.com>
2586
2587         * config/rs6000/rs6000.md: Change all ldvx to lvx.
2588
2589 2001-11-16  Alexandre Oliva  <aoliva@redhat.com>
2590
2591         * gensupport.c (process_rtx): Don't assume filename is the first
2592         argument of any rtl.
2593
2594 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2595
2596         * vax-protos.h (reg_was_0_p): New prototype.
2597         * vax.md (movsi, movhi, movqi): Use reg_was_0_p.
2598         * vax.c (follows_p, reg_was_0_p): New functions.
2599
2600 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2601
2602         * vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". Reformat.
2603         (casesi1): Likewise.  Define new pattern which arises by simplification
2604         when operand 1 is a constant int.  Correct pattern which arises by
2605         simplification when operand 1 is zero.
2606
2607 2001-11-16  David O'Brien  <obrien@FreeBSD.org>
2608
2609         * config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
2610         arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
2611         arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
2612         arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
2613         arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
2614         arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
2615         xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
2616         * config/arm/aof.h: Don't include arm.h.
2617         * config/arm/aout.h: Likewise.
2618         * config/arm/coff.h: Don't include semi.h and aout.h.
2619         * config/arm/elf.h: Don't include aout.h.
2620         * config/arm/netbsd.h: Don't include netbsd.h and aout.h.
2621         (TARGET_VERSION): Undef before defining.
2622         (ARM_OS_NAME): Likewise
2623         (TARGET_DEFAULT): Likewise
2624         (TARGET_MEM_FUNCTIONS): Do not need to undefine now.
2625         * config/arm/pe.h: Don't include arm/coff.h.
2626         * config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
2627         SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
2628         * config/arm/riscix1-1.h: Likewise.
2629         * config/arm/rix-gas.h: Don't include riscix.h.
2630         (DBX_CONTIN_LENGTH): Undef before defining.
2631         * config/arm/semi.h: Don't include aout.h.
2632         * config/arm/semiaof.h: Don't include aof.h.
2633         * config/arm/strongarm-coff.h: Don't include coff.h.
2634         * config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
2635         * config/arm/vxarm.h: Don't include arm/coff.h.
2636         * config/arm/xscale-coff.h: Don't include coff.h.
2637
2638 Fri Nov 16 15:22:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2639
2640         * config/pa/pa.c: Reflect changes in calling sequences of alter_reg and
2641         emit_cmp_insn.
2642
2643 2001-11-16  Andreas Jaeger  <aj@suse.de>
2644
2645         * cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename
2646         to ....
2647         (fixup_fallthru_exit_predecessor): ... this.
2648         Change callers and prototype.
2649
2650 2001-11-16  Bernd Schmidt  <bernds@redhat.com>
2651
2652         * config/i386/i386.c (ix86_expand_sse_comi): Generate setcc by
2653         hand; don't use gen_setcc_2.
2654         (ix86_expand_builtin): Fix pshufw.
2655         * config/i386/i386.md (maskncmpv4sf3, vmmmaskncmpv4sf3): Special
2656         case UNORDERED to emit the right assembler instruction.
2657         (mmx_pshufw): Lose operand 2.
2658         (cvtsi2ss): Fix representation.
2659         From Graham Stott:
2660         (mmx_clrdi, sse_clrti, stmxcsr, ldmxcsr): Set memory attribute.
2661
2662 2001-11-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2663
2664         * doc/include/linux-and-gnu.texi: Remove.
2665         * doc/gnu.texi: New.
2666         * doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
2667         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
2668
2669 2001-11-16  Kazu Hirata  <kazu@hxi.com>
2670
2671         * config/a29k/a29k.c: Fix comment formatting.
2672         * config/a29k/a29k.h: Likewise.
2673         * config/arc/arc.c: Likewise.
2674         * config/arc/arc.h: Likewise.
2675         * config/vax/vax.c: Likewise.
2676         * config/vax/vax.h: Likewise.
2677         * config/we32k/we32k.c: Likewise.
2678         * config/we32k/we32k.h: Likewise.
2679
2680 2001-11-16  Jeff Law  <law@redhat.com>
2681
2682         * unroll.c (copy_loop_body): Initialize JUMP_LABEL field after
2683         creating a new jump insn.
2684
2685 Fri Nov 13 09:06:25 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2686
2687         * expr.c (expand_expr, case ADDR_EXPR): Refine test for when to
2688         copy misaligned data.
2689         * varasm.c (assemble_variable): Set alignment into MEM when changed.
2690
2691 2001-11-16  Graham Stott  <grahams@redhat.com>
2692
2693         * optabs.c (prepare_cmp_insn): Correct lossage in last change fix
2694         OPALIGN type.
2695
2696 2001-11-16  Olivier Hainque <hainque@act-europe.fr>
2697
2698         * except.c: Support for catching a list of types with a single handler
2699         (struct eh_region): Change type and filter to lists for catch regions.
2700         (mark_eh_region): Mark the filter list for GC also.
2701         (expand_start_catch): Always build a list if argument not NULL and
2702         register each type of the list through add_type_for_runtime.
2703         (duplicate_eh_region_1): Change type into type_list for catch regions.
2704         (assign_filter_values): Assign a filter to each type associated with a
2705         catch region. Assign filter for NULL types in a unique entry in the
2706         filter list.
2707         (build_post_landing_pads): Emit compare and jump for each filter of
2708         the list associated with a catch region.
2709         (reachable_next_level): When the type thrown is known, stop the search
2710         as soon as one type within a catch list matches. Also, a handler is
2711         potentially reachable only if at least one of the types it catches
2712         has not been previously caught.
2713         (collect_one_action_chain): Retrieve the filter for a NULL type list
2714         from the first filter list entry. For non NULL type lists, add an
2715         action record for every filter assigned.
2716         * except.h: Reflect changes in comment before expand_start_catch.
2717
2718 Fri Nov 16 07:12:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2719
2720         * expr.c (expand_expr, case ADDR_EXPR): Only copy for misaligned if
2721         BLKmode.
2722
2723 Fri Nov 16 06:37:05 2001  Andreas Tobler  <a.tobler@schweiz.ch>
2724
2725         * config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.
2726
2727 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
2728
2729         * c-lang.c (finish_file): Don't emit static inline functions if
2730         they weren't referenced.
2731
2732 2001-11-15  Stan Shebs  <shebs@apple.com>
2733
2734         * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
2735
2736 2001-11-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2737
2738         * config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
2739         call.
2740         * config/i386/i386.md: Likewise.
2741
2742 Thu Nov 15 21:40:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2743
2744         * timevar.c (rtl.h): Include so get fancy abort.
2745
2746 2001-11-15  Dale Johannesen  <dalej@apple.com>
2747
2748         * config/darwin.h (SELECT_RTX_SECTION):  Force address
2749         initializers into 'const' section
2750         * config/rs6000/rs6000.c (rs6000_emit_cmove):  Fix mode of
2751         if_then_else to match result, not operands
2752
2753 Thu Nov 15 17:57:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2754
2755         * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
2756         * emit-rtl.c (change_address): Fix typo in default alignment.
2757         (adjust_address_1): Use mode of NEW, not MODE, when setting size.
2758         * expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
2759         * rtl.h (REGNO_PTR_FRAME_P): New macro.
2760
2761         * expr.c (store_field): Pass tree instead of max size; callers changed.
2762         Change handling of alignment.
2763         Only copy to_rtx if is TARGET.
2764         (expand_expr_unaligned): Delete; callers now use expand_expr.
2765         (emit_cmp_insn): No longer take ALIGN parm; all callers changed.
2766         (expand_assignment): Change handling of alignment.
2767         Only copy to_rtx if was original.
2768         (get_inner_reference): No longer return alginment; callers changed.
2769         (expand_expr, case COMPONENT_REF): Change handling of alignment.
2770         (expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
2771         (compare_from_rtx): Delete ALIGN parm; all callers changed.
2772         (do_compare_rtx_and_jump): Likewise.
2773         * expr.h: Reflect above changes.
2774         * tree.h: Likewise.
2775         * dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
2776         to get_inner_reference.
2777         * builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
2778         * doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
2779         * optabs.c: Likewise.
2780         (prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
2781         (emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
2782         * expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
2783         compare_rtx_and_jump, and emit_cmp_jump_insns.
2784         * fold-const.c: Remove PALIGN in calls to get_inner_reference.
2785         * function.c (assign_stack_temp_for_type): No longer static.
2786         * optabs.h (emit_cmp_insn): Remove ALIGN parm.
2787         (prepare_cmp_insn): Delete declaration.
2788         * rtl.h (assign_stack_temp_for_type): Add declaration.
2789         * config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
2790         * config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
2791         * config/i386/i386.c,config/mips/mips.c: Likewise.
2792         * config/i860/i860.c, config/ia64/ia64.c: Likewise.
2793         * config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
2794
2795 2001-11-15  Stan Shebs  <shebs@apple.com>
2796
2797         * config/rs6000/rs6000.h: Fix a comment typo.
2798         (RTX_COSTS): Sort processor versions better.
2799
2800 2001-11-15  Kazu Hirata  <kazu@hxi.com>
2801
2802         * config/h8300/h8300.md: Fix insn length of bit insns.
2803
2804 2001-11-15  Jason Merrill  <jason@redhat.com>
2805
2806         * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan
2807         DIEs if there were errors in the source.
2808
2809         * config/alpha/alpha-interix.h, config/alpha/elf.h,
2810         config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c,
2811         config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h,
2812         config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c,
2813         config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h,
2814         config/elfos.h, config/lynx.h, config/netware.h,
2815         config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h,
2816         config/s390/linux64.h: Remove definitions of INT_ASM_OP, change
2817         uses to use ASM_LONG.
2818
2819 2001-11-15  Alan Matsuoka  <alanm@redhat.com>
2820
2821         * gensupport.c  process_include : Change call to alloca to
2822         xmalloc.
2823
2824 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
2825
2826         * config/rs6000/rs6000.md: Use spaces instead of tabs in output
2827         templates.
2828
2829 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2830
2831         * final.c (alter_subreg): If simplify_subreg can't do anything,
2832         handle REG ourselves and abort for others.
2833
2834 2001-11-15  Richard Hodson  <hodsonr@dionecorp.com>
2835
2836         * config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
2837         routines.
2838
2839 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2840
2841         * fix-header.c (read_scan_file): Update.
2842
2843 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2844
2845         * toplev.c (toplev_main): Don't start timing until after
2846         command-line options are parsed.
2847
2848 2001-11-15  Andreas Schwab  <schwab@suse.de>
2849
2850         * config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
2851         makefile frag, not host makefile frag.
2852         (m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
2853         (hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
2854         used.
2855         (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
2856         * config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
2857         * config/m88k/t-dgux (STMP_FIXPROTO): Define.
2858         * config/i386/t-cygwin (STMP_FIXPROTO): Define.
2859         * config/i386/t-dgux (STMP_FIXPROTO): Define.
2860         * config/x-interix: Don't define STMP_FIXPROTO and
2861         FIXPROTO_DEFINES.
2862         * config/t-interix: New file, define STMP_FIXPROTO.
2863         * config/i386/x-beos (STMP_FIXPROTO): Don't define here.
2864         * config/i386/t-beos (STMP_FIXPROTO): Define here instead.
2865         * config/t-svr4 (FIXPROTO_DEFINES): Define.
2866         * config/arm/t-riscix (FIXPROTO_DEFINES): Define.
2867         * config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
2868         * config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
2869         * config/m68k/t-hp3200: Renamed from x-hp3200.
2870         * config/i370/t-oe: Renamed from x-oe.
2871         * config/mips/t-iris: Renamed from x-iris.
2872         * config/pa/t-bsd: Renamed from x-pa.
2873         * config/pa/t-pa-hpux: Renamed from x-pa-hpux.
2874         * config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
2875         config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
2876         config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
2877         config/rs6000/x-cygwin: Remove files.
2878
2879         * configure.in: Check for target objdump and use that in eh_frame
2880         optimization test.
2881         * configure: Regenerated.
2882
2883 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
2884
2885         * jump.c (squeeze_notes): Return true if no real insns were found.
2886         * rtl.h (squeeze_notes): Adjust prototype.
2887         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): If
2888         squeeze_notes finds no real instructions, abort.
2889         (merge_blocks_move_successor_nojumps): Likewise.
2890         * loop.c (find_and_verify_loops): Likewise.
2891         * stmt.c (expand_end_case): Likewise.
2892         * ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't
2893         find any real instructions.
2894
2895         * config/ia64/ia64.c (ia64_adjust_cost): Handle SUBREGs.
2896
2897         * cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
2898         conditional jump, request updating life into for the block
2899         containing it.  Fix a typo which prevented life info update.
2900         Clear blocks bitmap before using it.
2901
2902 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2903
2904         * c-common.c: Include c-lex.h.
2905         (c_common_lang_init): Change prototype.  Call init_c_lex and
2906         init_pragma from here.
2907         * c-common.h (c_common_lang_init): Change prototype.
2908         * c-decl.c (init_decl_processing): Rename.  Call c_parse_init.
2909         * c-lang.c (c_init): Change prototype.  Update.
2910         (c_init_options): Update.
2911         * c-lex.c (cpp_filename): Remove.
2912         (init_c_lex): Update.  Read the main file, and get the original
2913         file name.
2914         (yyparse): Finish the command line options.
2915         * c-parse.in (c_parse_init): Call init_reswords here.
2916         (init_parse): Remove.
2917         * c-tree.h (c_init_decl_processing): New.
2918         * cpphash.c (_cpp_init_hashtable): After initializing the hash
2919         table, populate it.
2920         * cppinit.c (read_original_filename, cpp_finish_options): New.
2921         (cpp_create_reader): New prototype. Defer hash table initialization.
2922         (cpp_start_read): Rename cpp_read_main_file.  Initialize the
2923         hash table.  Get the original filename.
2924         * cpplib.h (cpp_create_reader): Update.
2925         (cpp_start_read): Remove.
2926         (cpp_read_main_file, cpp_finish_options): New.
2927         * cppmain.c (main, do_preprocessing): Update.
2928         * langhooks.h (struct langhooks): Update init prototype.
2929         * toplev.c (general_init, parse_options_and_default_flags,
2930         process_options, lang_indpendent_init, lang_dependent_init,
2931         init_asm_output): New; perform the bulk of initialization.
2932         (compile_file): Move most of initialization to above functions.
2933         (debug_hooks): Initialize statically.
2934         (set_Wunused): Relocate.
2935         (toplev_main): Move most of initialization to other init functions.
2936         Have a clear logic flow.
2937         * tree.h (init_parse, init_decl_processing): Remove.
2938 objc:
2939         * objc-act.c (objc_init): Update prototype, combine with old
2940         init_parse.
2941         (objc_init_options): Update.
2942
2943
2944 2001-11-15  Andreas Jaeger  <aj@suse.de>
2945
2946         * cfgrtl.c (purge_all_dead_edges): Use int as argument for
2947         portability.
2948         * basic-block.h: Adjust prototype.
2949
2950 2001-11-15  Kazu Hirata  <kazu@hxi.com>
2951
2952         * config/rs6000/aix31.h: Fix comment formatting.
2953         * config/rs6000/beos.h: Likewise.
2954         * config/rs6000/darwin.h: Likewise.
2955         * config/rs6000/eabi.asm: Likewise.
2956         * config/rs6000/linux.h: Likewise.
2957         * config/rs6000/linux64.h: Likewise.
2958         * config/rs6000/lynx.h: Likewise.
2959         * config/rs6000/netbsd.h: Likewise.
2960         * config/rs6000/rs6000.c: Likewise.
2961         * config/rs6000/rs6000.h: Likewise.
2962         * config/rs6000/rs6000.md: Likewise.
2963         * config/rs6000/sol2.h: Likewise.
2964         * config/rs6000/tramp.asm: Likewise.
2965         * config/rs6000/xcoff.h: Likewise.
2966         * config/rs6000/xm-beos.h: Likewise.
2967
2968 2001-11-14  Alan Matsuoka  <alanm@redhat.com>
2969
2970         * rtl.def (INCLUDE) : Define.
2971         * gensupport.c  (init_include_reader, process_include,
2972         save_string) :  New functions to implement an include facility
2973         in .md files.
2974         * gensupport.h : Add prototype for init_md_reader_args.
2975         * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
2976         genextract.c genflags.c genopinit.c genoutput.c
2977         genpeep.c genrecog.c: Change call to init_md_reader to
2978         init_md_reader_args.
2979         * md.texi: Document (include "path") and -I directives for RTL
2980         generation tools.
2981
2982 2001-11-14  DJ Delorie  <dj@redhat.com>
2983
2984         * integrate.c (get_hard_reg_initial_reg): New.
2985         * integrate.h (get_hard_reg_initial_reg): Prototype.
2986         * local-alloc.c (block_alloc): Don't tie pseudos that
2987         represent call-saved hard regs' initial values.
2988
2989 2001-11-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2990
2991         * m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
2992         recursion.
2993
2994 2001-11-14  Roger Sayle <roger@eyesopen.com>
2995
2996         * fold-const.c (fold): Optimize strlen comparisons against zero.
2997
2998 2001-11-14  David O'Brien  <obrien@FreeBSD.org>
2999
3000         * config.gcc (sparc64-wrs-vxworks*, sparc-*-netbsd*, sparc-*-openbsd*,
3001         sparc-*-chorusos*, sparc-*-elf*, sparc-*-linux*aout*,
3002         sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtems*,
3003         sparc-*-rtemself*, sparc-hal-solaris2*, sparc-*-solaris2*,
3004         sparc-*-sunos4.0*, sparc-*-sunos4*, sparc-*-sunos3*, sparc-*-sysv4*,
3005         sparc-*-vxsim*, sparclite-*-aout*, sparclite-*-elf*, sparc86x-*-aout*,
3006         sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*):
3007         Include various CPU headers via tm_file.  a.out based platforms now
3008         properly include sparc/aout.h.  sol2.h usage now implies including
3009         elfos.h, svr4.h, and sparc/sysv4.h.
3010         * config/netbsd.h (TARGET_MEM_FUNCTIONS): Undef before defining it.
3011         Also define to '1'.
3012         * sparc/sparc.h (CPP_PREDEFINES, TARGET_VERSION, WORD_SWITCH_TAKES_ARG,
3013         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
3014         DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE):
3015         Remove.  They are a.out specific and belong in sparc/aout.h.
3016         * sparc/aout.h (TARGET_VERSION, WORD_SWITCH_TAKES_ARG, SELECT_SECTION,
3017         ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
3018         DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE): Define.  Moved here from
3019         sparc/sparc.h.
3020         * sparc/litecoff.h (WORD_SWITCH_TAKES_ARG, ASM_DECLARE_FUNCTION_NAME,
3021         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER): Define.
3022         Moved here from sparc/sparc.h.
3023         * config/sparc/linux-aout.h (DEFAULT_PCC_STRUCT_RETURN): Undef before
3024         defining.
3025         * config/sparc/linux64.h (UNALIGNED_DOUBLE_INT_ASM_OP): Undef before
3026         * config/sparc/lynx.h:  Don't include lynx.h.
3027         (SELECT_SECTION): Do not undef.
3028         * config/sparc/openbsd.h: Don't include sparc/sparc.h.
3029         * config/sparc/sol2-sld-64.h: Include sparc/sparc.h, elfos.h, svr4.h,
3030         and sparc/sysv4.h.
3031         * config/sparc/sol2.h: Don't include sparc/sparc.h and sparc/sysv4.h.
3032         * config/sparc/sp64-aout.h (CPP_PREDEFINES): Don't define.  Get from
3033         sparc/aout.h now.
3034         * config/sparc/sp64-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
3035         Don't undef, there is no need.
3036         * config/sparc/splet.h (CPP_PREDEFINES): Define.
3037         * config/sparc/sun4o3.h (CPP_PREDEFINES): Likewise.
3038         * config/sparc/sunos4.h (CPP_PREDEFINES): Likewise.
3039         Don't include sparc/sparc.h.
3040         * config/sparc/sysv4.h (WORD_SWITCH_TAKES_ARG, ASM_OUTPUT_SOURCE_LINE,
3041         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
3042         DATA_SECTION_ASM_OP): Don't undef, there is no need now.  Don't include
3043         elfos.h and svr4.h.
3044         (TARGET_VERSION): Define.
3045         * config/sparc/vxsim.h (TARGET_VERSION): Define.
3046
3047 Wed Nov 14 19:46:08 CET 2001  Jan Hubicka  <jh@suse.cz>
3048
3049         * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
3050         (cfg_layout_finalize): Use it.
3051         * bb-reorder.c (HAVE_epilogue): Remove.
3052         (make_reorder_chain): Do not care special placement of
3053         last basic block.
3054
3055         * predict.c (expected_value_to_br_prob): Delete the note
3056         once transformed.
3057
3058         * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem;
3059         measure integration time separately.
3060
3061 Wed Nov 14 12:30:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3062
3063         * function.c (struct temp_slot): ALIGN now unsigned.
3064
3065 2001-11-14  Kazu Hirata  <kazu@hxi.com>
3066
3067         * config/dsp16xx/dsp16xx.c: Fix comment formatting.
3068         * config/dsp16xx/dsp16xx.h: Likewise.
3069         * config/dsp16xx/dsp16xx.md: Likewise.
3070
3071 2001-11-14  Kazu Hirata  <kazu@hxi.com>
3072
3073         * config/h8300/h8300.c (get_shift_alg): Reorganize the code
3074         that deals with 7-bit shifts in HImode.
3075
3076 Wed Nov 14 14:17:05 CET 2001  Jan Hubicka  <jh@suse.cz>
3077
3078         * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
3079         * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg.
3080         (final_scan_insn): Update call of alter_subreg.
3081         (cleanup_subreg_operands): Likewise.
3082         (alter_subreg): Rewrite using simplify_subreg.
3083         (output_address, output_operand): Update call of alter_subreg.
3084         * output.h (alter_subreg): Update prototype.
3085         * sdbout.c (sdbout_symbol): Update call of alter_subreg.
3086         * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.
3087         * Makefile.in (final.o): Add dependency on expr.h
3088
3089 Wed Nov 14 06:37:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3090
3091         * c-lang.c (finish_file): Make I unsigned to eliminate warning.
3092
3093 2001-11-13  Jeff Sturm  <jsturm@one-point.com>
3094
3095         * doc/install.texi (sparc-*-linux*): Mention requirements for
3096         binutils and glibc.
3097
3098 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3099
3100         * Makefile.in (POD2MAN): Don't include --section=1.
3101         (manext): Rename to man1ext.  All users changed.
3102         (man7ext): New.
3103         (man7dir): New.
3104         (generated-manpages): Also depend on $(docdir)/gfdl.7,
3105         $(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
3106         ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
3107         --section=1 in calls to $(POD2MAN).
3108         ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
3109         (maintainer-clean, install, uninstall): Handle the new man pages.
3110         ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
3111         (installdirs): Create man7dir.
3112         * doc/cpp.texi: Include GFDL in this manual.  In the man page,
3113         refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
3114         texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
3115         the SEE ALSO man page section.
3116         * doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
3117         and fsf-funding(7) in the SEE ALSO man page section.
3118         * doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
3119         gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
3120         * doc/include/fdl.texi, doc/include/funding.texi,
3121         doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
3122         * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
3123
3124 2001-11-13  Richard Henderson  <rth@redhat.com>
3125
3126         * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC
3127         as appropriate for the artificial decl.
3128
3129 2001-11-13  Richard Henderson  <rth@redhat.com>
3130
3131         * loop.c (combine_movables): Turn off combination until
3132         move_movables validation bugs are fixed.
3133
3134 2001-11-13  DJ Delorie  <dj@redhat.com>
3135
3136         * config.gcc (powerpc|rs6000): Set default cpp options based
3137         on --with-cpu settings.
3138         * config/rs6000/softfloat.h: New.
3139
3140 2001-11-13  Kazu Hirata  <kazu@hxi.com>
3141
3142         * config/h8300/h8300.c (shift_alg_si): Use special code for
3143         25-bit shifts on H8/S.
3144         (get_shift_alg): Generate special code for 25-bit shifts on
3145         H8/S.
3146
3147 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
3148
3149         * emit-rtl.c (adjust_address_1): Add ADJUST argument.
3150         (adjust_automodify_address_1): New.
3151         * expr.h (adjust_address, adjust_address_nv): Adjust.
3152         (adjust_automodify_address, adjust_automodify_address_nv): Define.
3153         (adjust_address_1): Update prototype.
3154         (adjust_automodify_address_1): Add prototype.
3155         * expr.c (move_by_pieces_1): Use adjust_automodify_address.
3156         (store_by_pieces_2): Likewise.
3157
3158 Tue Nov 13 05:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3159
3160         * Makefile.in (explow.o): Now depends on ggc.h.
3161         * explow.c (ggc.h): Include.
3162         (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root.
3163
3164         * Makefile.in (expr.o): Depends on insn-attr.h.
3165         * expr.c (insn-attr.h): New include.
3166         (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG
3167         of MEM.
3168         (highest_pow2_factor, case INTEGER_CST): Handle negative values.
3169         (expand_expr): Remove unneeded mark_temp_addr_taken calls and
3170         clean up related usage in ADDR_EXPR.
3171         (expand_expr_unaligned): Likewise.
3172
3173         * emit-rtl.c (change_address): Fix typo in alias setting.
3174
3175 2001-11-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3176
3177         * Makefile.in (cfgcleanup.o): Depend on insn-config.h
3178
3179 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3180
3181         PR bootstrap/3451
3182         * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to
3183         GCC_BAD, GCC_BAD2, GCC_BAD_ACTION.
3184
3185 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3186
3187         * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*,
3188         sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*,
3189         sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*,
3190         sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*,
3191         sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*,
3192         sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*,
3193         sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*,
3194         sparc64-*-linux*):  Include various CPU headers via tm_file.
3195         * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it.
3196         (SELECT_SECTION): Likewise.
3197         (SELECT_RTX_SECTION): Likewise.
3198         * config/sparc/sparc_bi.h: New file.
3199         * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h.
3200         * config/sparc/linux-aout.h: Likewise.
3201         * config/sparc/linux.h: Don't include sparc/sysv4.h.
3202         * config/sparc/linux64.h: Likewise.
3203         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
3204         * config/sparc/lite.h:  Don't include sparc/sparc.h and gofast.h.
3205         * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h,
3206         and dbxcoff.h
3207         (ASM_OUTPUT_IDENT): Do not #undef.
3208         (SELECT_SECTION): Likewise.
3209         (SELECT_RTX_SECTION): Likewise.
3210         * config/sparc/liteelf.h: Don't include gofast.h.
3211         * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h.
3212         * config/sparc/lynx.h: Don't include sparc/sparc.h.
3213         * config/sparc/pbd.h: Likewise.
3214         * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h.
3215         * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h.
3216         * config/sparc/rtemself.h: Don't include rtems.h.
3217         * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h.
3218         * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include
3219         sparc_bi.h instead.
3220         * config/sparc/sol2-sld.h: Don't include sparc/sol2.h.
3221         * config/sparc/sol2.h: Include sparc/sparc.h directly.
3222         * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h.
3223         * config/sparc/sp64-elf.h: Don't include sparc/sol2.h.
3224         * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h.
3225         * config/sparc/sp86x-elf.h: Don't include gofast.h.
3226         * config/sparc/splet.h: Don't include sparc/aout.h.
3227         * config/sparc/sun4o3.h: Don't include sparc/sparc.h.
3228         * config/sparc/sysv4.h: Don't include sparc/sparc.h directly.
3229         * config/sparc/vxsim.h: Don't include sparc/sysv4.h.
3230         * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h.
3231         * config/sparc/vxsparc64.h: Don't include gofast.h.
3232         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
3233
3234 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3235
3236         * doc/standards.texi: Mention C99 TC1.
3237
3238 2001-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3239
3240         * mips-protos.h (mips_output_conditional_branch): Const-ify.
3241         * mips.c (mips_output_conditional_branch): Likewise.
3242
3243 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3244
3245         * config/h8300/h8300.c (shift_alg_si): Use special code for
3246         15-bit logical shifts and 31-bit logical shifts.
3247         (get_shift_alg): Generate special code for 15-bit and 31-bit
3248         logical shifts.
3249
3250 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3251
3252         * config/h8300/h8300.c (shift_alg_qi): Use rotations when
3253         doing 6-bit logical shifts on H8/S.
3254         (shift_alg_qi): Use special code for 21-bit shifts on H8/S.
3255         (get_shift_alg): Generate special code for 21-bit shifts on
3256         H8/S.
3257
3258 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3259
3260         * config/h8300/h8300.c (get_shift_alg): Remove a redundant
3261         label.
3262
3263 Mon Nov 12 11:58:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3264
3265         * alias.c (nonoverlapping_memrefs_p): Only update size from memref
3266         if both size and offset known.
3267
3268 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3269
3270         * config/ia64/freebsd.h: Fix misspelling.
3271
3272 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3273
3274         * doc/gcc.texi: Move several chapters out to ...
3275         * doc/configterms.texi, doc/fragments.texi, doc/hostconfig.texi,
3276         doc/include/linux-and-gnu.texi, doc/interface.texi,
3277         doc/makefile.texi, doc/passes.texi, doc/portability.texi:
3278         ... here.  New files.
3279         * doc/gcc.texi, doc/contrib.texi: Move section headings into
3280         contrib.texi.
3281         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3282
3283 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3284
3285         * config/alpha/alpha-interix.h: Fix comment formatting.
3286         * config/alpha/alpha.c: Likewise.
3287         * config/alpha/alpha.h: Likewise.
3288         * config/alpha/alpha32.h: Likewise.
3289         * config/alpha/freebsd.h: Likewise.
3290         * config/alpha/unicosmk.h: Likewise.
3291         * config/alpha/vms.h: Likewise.
3292
3293 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3294
3295         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
3296
3297 2001-11-12  Jakub Jelinek  <jakub@redhat.com>
3298
3299         * dbxout.c (dbxout_symbol_location): Avoid emitting invalid register
3300         numbers.
3301
3302 Mon Nov 12 05:18:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3303
3304         * emit-rtl.c (set_mem_attributes): If making object, can set alignment
3305         from type.
3306         (replace_equiv_address): Call update_temp_slot_address.
3307
3308         * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.
3309
3310         * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.
3311
3312 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3313
3314         * config/h8300/h8300.c (shift_alg_qi): New.
3315         (shift_alg_hi): Likewise.
3316         (shift_alg_si): Likewise.
3317         (get_shift_alg): Change the type of count to unsigned int.
3318         Use the tables.
3319
3320 2001-11-11  Alexandre Oliva  <aoliva@redhat.com>
3321
3322         * Makefile.in (c-lang.o): Depend on $(VARRAY_H).
3323         * c-decl.c (c_expand_body): Take argument can_defer_p.  Use it
3324         to decide whether to defer a function.
3325         (finish_function): Adjust.
3326         (c_expand_deferred_function): New function.
3327         * c-lang.c (deferred_fns): New variable.
3328         (c_init): Initialize it, and mark it as a root.
3329         (defer_fn): New function.
3330         (finish_file): Expand all deferred functions.
3331         * c-tree.h (defer_fn): Declare.
3332         (c_expand_deferred_function): Likewise.
3333         * objc/Make-lang.in (objc-act.o): Depend on $(VARRAY_H).
3334         * objc-act.c (deferred_fns): New variable.
3335         (objc_init): Initialize it, and mark it as a root.
3336         (defer_fn): New function.
3337         (finish_file): Expand all deferred functions.
3338
3339 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3340
3341         * alpha.c (unicosmk_special_name): Prototype.
3342         (unicosmk_ssib_name): Delete unused variable.
3343         * alpha/unicosmk.h (common_section, ssib_section): Prototype.
3344         * alpha/vms.h (PREFIX): Undef before defining.
3345         * arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
3346         * i370/i370.c (mvs_hash_alias): Prototype.  Wrap with macro
3347         controlling usage.  Const-ify.
3348         (alias_number): Delete unused variable.
3349         * m32r/m32r.c (m32r_sched_init): Add missing argument.
3350         (m32r_expand_block_move): Fix uninitialized warnings.
3351         * mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
3352         always true' warnings.
3353         * openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
3354         * sh/sh.c: Include "integrate.h".
3355         (output_far_jump): Fix uninitialized warning.
3356         * final.c (shorten_branches): Avoid automatic aggregate
3357         initialization.
3358         * integrate.c (subst_constants): Likewise.
3359
3360 2001-11-11  Kazu Hirata  <kazu@hxi.com>
3361
3362         * config/h8300/h8300.c (shift_alg): Remove SHIFT_MAX.
3363         (get_shift_alg): Remove redundant code.
3364
3365 2001-11-11  Kazu Hirata  <kazu@hxi.com>
3366
3367         * config/pa/milli64.S: Fix comment formatting.
3368         * config/pa/pa-64.h: Likewise.
3369         * config/pa/pa-linux.h: Likewise.
3370         * config/pa/pa-protos.h: Likewise.
3371         * config/pa/pa.c: Likewise.
3372         * config/pa/pa.h: Likewise.
3373         * config/pa/pa32-linux.h: Likewise.
3374         * config/pa/pa32-regs.h: Likewise.
3375         * config/pa/pa64-hpux.h: Likewise.
3376         * config/pa/pa64-regs.h: Likewise.
3377         * config/pa/som.h: Likewise.
3378
3379 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3380
3381         * doc/gcc.texi: Move several chapters out to ...
3382         * doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
3383         doc/service.texi, doc/standards.texi, doc/trouble.texi,
3384         doc/vms.texi: ... here.  New files.
3385         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3386
3387 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3388
3389         * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
3390         cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
3391         collect2.c, combine.c, config.in, configure, configure.in,
3392         conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
3393         genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
3394         reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
3395         spelling errors.
3396
3397 Sun Nov 11 05:56:01 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3398
3399         * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
3400         Adjust operand number in CONST_DOUBLE.
3401
3402         * expmed.c (extract_bit_field): No longer pass in alignment.
3403         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3404         (store_bit_field, store_fixed_bit_field, store_split_bit_field):
3405         Likewise.
3406         * expr.c (store_constructor, store_constructor_field): Likewise.
3407         (store_field, emit_group_load, emit_group_store): Likewise.
3408         * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
3409         (store_bit_field, extract_bit_field): Likewise.
3410         * calls.c, expr.c, function.c: Change calls to above functions.
3411         * ifcvt.c, stmt.c: Likewise.
3412
3413         * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is
3414         constant and one is on frame.
3415         If know memref offset, adjust size from decl.
3416
3417 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3418
3419         * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix
3420         format specifier warning.
3421         * convex.h (ASM_OUTPUT_BYTE): Likewise.
3422         * elfos.h (ALIGN_ASM_OP): Undef before defining.
3423         * i386/att.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
3424         warning.
3425         * i386/bsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3426         * i386/gas.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3427         * i386-interix.h (gen_stdcall_suffix): Prototype.
3428         * i386.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
3429         * i386elf.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
3430         ASM_OUTPUT_LONG_DOUBLE): Likewise.
3431         * i386/interix.c (gen_stdcall_suffix): Const-ify.
3432         * i386/next.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3433         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Fix format
3434         specifier warnings.
3435         * i386/osfrose.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3436         * i386/ptx4-i.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
3437         ASM_OUTPUT_LONG_DOUBLE): Likewise.
3438         * i386/sco5.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3439         * i386/sequent.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3440         * i386/sun386.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3441         * i386/svr3dbx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3442         * m68k/3b1.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE,
3443         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Likewise.
3444         * m68k/altos3068.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3445         * m68k/amix.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
3446         Likewise.
3447         * m68k/atari.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
3448         Likewise.
3449         * m68k/crds.h (ASM_OUTPUT_DOUBLE, PRINT_OPERAND): Likewise.
3450         * m68k/dpx2.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3451         ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE, ASM_OUTPUT_FLOAT_OPERAND):
3452         Likewise.
3453         * m68k/hp320.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE):
3454         Likewise.
3455         * m68k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
3456         Likewise.
3457         * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Delete unused variable.
3458         * m68k/mot3300.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
3459         * m68k/news.h (PRINT_OPERAND): Likewise.
3460         * m68k/next.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
3461         ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
3462         * m68k/next21.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3463         * m68k/plexus.h (ASM_SPEC): Insert space between macro name and
3464         definition.
3465         * m68k/sgs.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3466         ASM_OUTPUT_FLOAT, ASM_OUTPUT_ASCII, ASM_OUTPUT_FLOAT_OPERAND,
3467         ASM_OUTPUT_DOUBLE_OPERAND): Fix format specifier warnings.
3468         * m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3469         * m68k/tower-as.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_DOUBLE,
3470         ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE,
3471         PRINT_OPERAND): Likewise.
3472         * m88k/m88k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
3473         Likewise.
3474         * mips/elf.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
3475         * mips/elf64.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
3476         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
3477         * mips/linux.h (ASM_DECLARE_OBJECT_NAME): Likewise.
3478         * mips.c (mips_output_external_libcall): Mark parameter with
3479         ATTRIBUTE_UNUSED.
3480         (mips_asm_file_start): Move variable into the scope where it's
3481         used.
3482         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
3483         * mips/netbsd.h (ASM_DECLARE_OBJECT_NAME): Likewise.
3484         * mips/sni-gas.h (PUT_SDB_SIZE): Likewise.
3485         * ns32k/encore.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3486         * ns32k.c (print_operand): Likewise.
3487         * pa.c (print_operand, output_div_insn): Likewise.
3488         * pa.h (ASM_OUTPUT_MI_THUNK, ASM_GENERATE_INTERNAL_LABEL,
3489         ASM_OUTPUT_BYTE, PRINT_OPERAND_ADDRESS): Likewise.
3490         * pa/pa64-hpux.h (UNIQUE_SECTION): Const-ify.
3491         * sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
3492         specifier warnings.
3493         * sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3494         * sparc/pbd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3495         (ASM_OUTPUT_SOURCE_LINE): Don't list macro arguments in undef.
3496         * sparc/vxsim.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
3497         specifier warnings.
3498         * svr3.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3499
3500         * sdbout.c (sdbout_end_epilogue): Mark parameter with
3501         ATTRIBUTE_UNUSED.
3502         * varasm.c (assemble_global): Likewise.
3503
3504 2001-11-11  H.J. Lu <hjl@gnu.org>
3505
3506         * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
3507
3508 Sun Nov 11 01:26:00 CET 2001  Jan Hubicka  <jh@suse.cz>
3509
3510         * final.c (*_MAX_SKIP): Use *_max_skip variables.
3511         * flags.h (align_loops_max_skip, align_jumps_max_skip,
3512         align_labels_max_skip): New global variables.
3513         * toplev.c (align_loops_max_skip, align_jumps_max_skip,
3514         align_labels_max_skip): New global variables.
3515         (toplev_main): Set new variables.
3516         * i386.c (override_options): Set max_skip values.
3517
3518 2001-11-10  Geoffrey Keating  <geoffk@redhat.com>
3519
3520         * doc/tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
3521         * final.c (output_addr_const): Use ASM_OUTPUT_LABEL_REF.
3522         * config/stormy16/stormy16.c (xstormy16_print_operand): For '%C',
3523         don't print an @fptr for labels either.
3524         (xstormy16_output_addr_vec): Don't print @fptr here.
3525         * config/stormy16/stormy16.h (ASM_OUTPUT_LABEL_REF): New macro.
3526
3527 Sat Nov 10 08:50:50 2001  Jeffrey A Law  (law@cygnus.com)
3528
3529         * ssa-ccp.c (examine_flow_edges): Use old-style definition, not
3530         an ANSI/ISO definitino.
3531         (ssa_const_prop): Likewise.
3532
3533 2001-11-10  Aldy Hernandez  <aldyh@redhat.com>
3534
3535         * config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
3536         altivec registers.
3537
3538 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3539
3540         * cppexp.c (parse_number): Use ISXDIGIT/hex_value.
3541         * cpplex.c (hex_digit_value): Use hex_p/hex_value.
3542         * cppmain.c (general_init): Call hex_init.
3543         * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
3544
3545         * config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
3546
3547         * i386/dgux.h (ASM_FILE_START): Set to the meaningful portions
3548         of dgux.c:output_file_start().
3549
3550         * i386/dgux.c: Delete file.
3551
3552 2001-11-09  Richard Henderson  <rth@redhat.com>
3553
3554         * config/alpha/alpha.c (decl_in_text_section): New.
3555         (current_file_function_operand): Use it.
3556         (alpha_encode_section_info, alpha_end_function): Likewise.
3557
3558 2001-11-07  David O'Brien  <obrien@FreeBSD.org>
3559
3560         * config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
3561         * config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
3562         they are OS specific.  Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
3563         so OS specific files and use CPP_PREDEFINES for their needs.
3564         * config/i64/elf.h (TARGET_VERSION): Add.  Also, move inclusion of
3565         target headers to tm_file.
3566         * config/ia64/aix.h (TARGET_VERSION): Likewise.
3567         * config/ia64/hpux.h (TARGET_VERSION): Likewise.
3568         * config/ia64/linux.h (TARGET_VERSION): Likewise.
3569         (FUNCTION_PROFILER): Remove.
3570         * config/ia64/ia64.h (FUNCTION_PROFILER): Update definition using the
3571         version in config/ia64/linux.h.
3572         * config/ia64/freebsd.h: New file.
3573         * config/freebsd.h: Tidy up.
3574         (_USING_CONFIG_FREEBSD): Define.
3575         (FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
3576         (FBSD_CPP_SPEC): Define generic FreeBSD spec.
3577         (FBSD_STARTFILE_SPEC): Likewise.
3578         (FBSD_ENDFILE_SPEC): Likewise.
3579         (FBSD_LIB_SPEC): Likewise.
3580         (WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
3581         (USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
3582         set an ELF-improper one.
3583
3584 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3585
3586         * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
3587         constant can be loaded in a single instruction to a register.  When
3588         loading immediate constants, use PLUS instead of HIGH/LO_SUM.  Use
3589         depdi for insertion of most significant 32-bits on 64-bit hosts.
3590         * pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
3591         with ldil/ldo/depdi instruction sequence on 64-bit hosts.
3592         * pa.md: New addmove pattern for adding constant_int to HImode
3593         register and moving result to HImode register.  Remove HImode HIGH
3594         and LO_SUM patterns.
3595
3596 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3597
3598         * Makefile.in: Update.
3599         * c-decl.c (print_lang_decl, print_lang_type): Remove.
3600         (print_lang_identifier): Rename c_print_identifier.
3601         * c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
3602         (print_lang_statistics, lang_print_xnode): Remove.
3603         * c-parse.in (set_yydebug): Rename c_set_yydebug.
3604         * c-tree.h (c_set_yydebug, c_print_identifier): New.
3605         * langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
3606         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
3607         LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
3608         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
3609         (LANG_HOOKS_INITIALIZER): Update.
3610         * langhooks.h (struct lang_hooks): New members.
3611         (lang_print_tree_hook): New.
3612         * langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
3613         * print-tree.c: Include langhooks.h.
3614         (print_node): Update.
3615         * toplev.c (decode_d_option): Update.
3616         * tree.c: Include langhooks.h.
3617         (dump_tree_statistics): Update.
3618         * tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
3619         print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
3620 objc:
3621         * objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
3622         LANG_HOOKS_SET_YYDEBUG): Override.
3623         (lang_print_xnode, print_lang_statistics): Remove.
3624
3625 2001-11-09  Richard Henderson  <rth@redhat.com>
3626
3627         * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
3628         on the symbol string.
3629
3630 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3631
3632         * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
3633         ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
3634         * config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
3635
3636         * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
3637
3638         * tlink.c (recompile_files): Copy strings passed to `putenv'.
3639
3640 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
3641
3642         * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
3643         (TYPE_READONLY): Likewise.
3644
3645         * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
3646
3647         * config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
3648         don't pass --gdwarf2 to the assembler if the compiler will also
3649         provide debug info.
3650
3651         * config/stormy16/stormy16.c (xstormy16_expand_casesi):
3652         Don't change INDEX.
3653
3654 Fri Nov  9 17:51:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3655
3656         * alias.c (nonoverlapping_memrefs_p): New function.
3657         (true_dependence, canon_true_depenence, write_dependence_p): Call it.
3658
3659         * emit-rtl.c (set_mem_attributes): Get alignments for constants.
3660
3661 2001-11-09  Aldy Hernandez  <aldyh@redhat.com>
3662
3663         * rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
3664         (CONDITIONAL_REGISTER_USAGE): Disable AltiVec registers unless
3665         generating altivec code.
3666         (FIXED_REGISTERS): VRSAVE is fixed.
3667         (CALL_USED_REGISTERS): VRSAVE is call used.
3668
3669 2001-11-09  Jason Eckhardt  <jle@rice.edu>
3670
3671         * config/mips/mips.c (mips_output_conditional_branch): Do not hard
3672         code the branch target as ".+16/.+12", but rather use labels.
3673
3674 Fri Nov  9 11:27:42 2001  Jeffrey A Law  (law@cygnus.com)
3675
3676         * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
3677         to work around limitations of certain versions of GAS.
3678
3679         * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
3680         (muldi3): Update due to SUBREG_BYTE changes.
3681         (casesi): Similarly.
3682
3683 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
3684
3685         * doc/invoke.texi: Remove comment referring to -xf77-version.
3686
3687 2001-11-09  Kazu Hirata  <kazu@hxi.com>
3688
3689         * config/convex/convex.c: Fix comment formatting.
3690         * config/convex/convex.h: Likewise.
3691
3692 2001-11-08  Zack Weinberg  <zack@codesourcery.com>
3693
3694         * Makefile.in (.po.pox): Look both in srcdir and builddir
3695         for $(PACKAGE).pot.
3696         (po/$(PACKAGE).pot): Don't move-if-change the new potfile over
3697         to the source directory.
3698
3699 2001-11-09 Ben Elliston  <bje@redhat.com>
3700            Michael Meissner  <meissner@redhat.com>
3701            Andrew MacLeod  <amacleod@redhat.com>
3702            Richard Henderson  <rth@redhat.com>
3703            Nick Clifton  <nickc@redhat.com>
3704            Catherine Moore  <clm@redhat.com>
3705
3706         * m32r.c: Add support for m32rx processor.
3707         * m32r.h: Ditto.
3708         * m32r.md: Ditto.
3709         * t-m32r: Ditto.
3710         * m32r-protos.h: Add prototypes for m32rx functions.
3711         * doc/invoke.texi: Document -m32rx option.
3712
3713 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3714
3715         * config/sparc/sparc.md (movdf): Avoid calling validize_mem during
3716         or after reload.
3717
3718 2001-11-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3719
3720         * doc/install.texi2html: Use $MAKEINFO --no-split.
3721
3722 2001-11-09  Andreas Schwab  <schwab@suse.de>
3723
3724         * Makefile.in ($(HOST_PREFIX_1)rtl.o,
3725         $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o,
3726         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
3727         $(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o,
3728         $(HOST_PREFIX_1)ggc-none.o): Update dependencies.
3729
3730 2001-11-09  H.J. Lu <hjl@gnu.org>
3731
3732         * config/mips/mips.c (mips_output_function_prologues): Cast
3733         `tsize' to long for output.
3734
3735 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3736
3737         * c-lang.c (LANG_HOOKS_NAME): New.
3738         (lang_hooks): Constify.
3739         (c_init_options): Update.
3740         (lang_identify): Remove.
3741         * c-parse.in (language_string): Remove.
3742         * dbxout.c: Include langhooks.h.
3743         (dbxout_symbol_location): Update.
3744         * dwarf2out.c: Include langhooks.h.
3745         (gen_compile_unit_die): Update.
3746         * dwarfout.c: Include langhooks.h.
3747         (prototyped_attribute, output_compile_unit_die): Update.
3748         * langhooks-def.h (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): New.
3749         (LANG_HOOKS_INITIALIZER): Update.
3750         * langhooks.h (struct lang_hooks): New members.  Constify.
3751         * stringpool.c: Don't include toplev.h.
3752         (set_identifier_size): Remove.
3753         * toplev.c (toplev_main): Initialize identifier size.
3754         (print_version): Update.
3755         * tree.h (language_string, init_lex, lang_identify,
3756         set_identifier_size): Remove.
3757         * Makefile.in: Update dependencies.
3758         * config/darwin.c: Include langhooks.h.
3759         (func_name_maybe_scoped): Update.
3760         * config/darwin.h (ASM_END_FILE): Update.
3761         * config/nextstep.h (ASM_END_FILE): Update.
3762         * config/nextstep21.h (ASM_END_FILE): Update.
3763         * config/i386/sun386.h (ASM_END_FILE): Update.
3764         * config/rs6000/rs6000.c (ASM_END_FILE): Include langhooks.h.
3765         (rs6000_output_function_epilogue): Update.
3766 objc:
3767         * objc-act.c (LANG_HOOKS_NAME): Override.
3768         (struct lang_hooks): Constify.
3769         (objc_init_options): Update.
3770         (lang_identify): Remove.
3771
3772 Fri Nov  9 00:25:18 EST 2001  John Wehle  (john@feith.com)
3773
3774         * fold-const.c (lshift_double): Honor PREC.
3775         (rshift_double): Likewise.
3776
3777 2001-11-08  Kazu Hirata  <kazu@hxi.com>
3778
3779         * config/1750a/1750a.c: Fix comment formatting.
3780         * config/1750a/1750a.h: Likewise.
3781
3782 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
3783
3784         * configure.in (--enable-languages): Be more permissive about
3785         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
3786         * configure: Regenerated.
3787
3788 2001-11-08  Richard Henderson  <rth@redhat.com>
3789
3790         * dwarf2asm.c (dw2_force_const_mem): Fix typo.
3791
3792 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
3793
3794         * config.gcc: Rename stormy16 to xstormy16.
3795         * config/stormy16/stormy-abi: Likewise.
3796         * config/stormy16/stormy16-protos.h: Likewise.
3797         * config/stormy16/stormy16.c: Likewise.
3798         * config/stormy16/stormy16.h: Likewise.
3799         * config/stormy16/stormy16.md: Likewise.
3800
3801 2001-11-06  Geoffrey Keating  <geoffk@redhat.com>
3802
3803         * tree.h (TYPE_VOLATILE): Add enable-checking code.
3804         (TYPE_READONLY): Likewise.
3805
3806 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3807
3808         * reload1.c (reload): Don't delete equiv insn if can throw.
3809
3810         * expr.c (emit_block_move): If X is readonly emit CLOBBER for it.
3811         (clear_storage): Likewise, for OBJECT.
3812
3813 Thu Nov  8 16:23:51 2001  Jeffrey A Law  (law@cygnus.com)
3814
3815         * pa.c (emit_move_sequence): Fix SUBREG expression to
3816         use proper byte offset when extending a constant from
3817         SImode to DImode.
3818
3819 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3820
3821         * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns
3822         which cannot throw.
3823
3824 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3825
3826         * explow.c (convert_memory_address, case SUBREG): Only return
3827         inner object if SUBREG_PROMOTED_VAR_P or known to be pointer.
3828
3829 2001-11-08  Richard Henderson  <rth@redhat.com>
3830
3831         * Makefile.in (GCC_FOR_TARGET): Add build_tooldir/sys-include.
3832         (CROSS_SYSTEM_HEADER_DIR): Use build_tooldir not tooldir.
3833         (ORDINARY_FLAGS_TO_PASS, stmp-fixinc): Likewise.
3834
3835 2001-11-08  Aldy Hernandez  <aldyh@redhat.com>
3836
3837         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -maltivec.
3838
3839 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
3840
3841         * dwarf2out.c (debug_str_hash): New.
3842         (struct indirect_string_node): New.
3843         (struct dw_val_struct): Change type of val_str to it.
3844         (DEBUG_STR_SECTION_FLAGS): Define.
3845         (add_AT_string): Push string into hashtable, increment reference
3846         counter.
3847         (AT_string): Return string from ht_identifier.
3848         (AT_string_form): New.
3849         (free_AT): For dw_val_class_str, just decrement reference counter.
3850         (size_of_string): Remove.
3851         (size_of_die): Use AT_string_form to decide what size the string
3852         occupies in DIE.
3853         (size_of_pubnames): Use strlen instead of size_of_string.
3854         (value_format): Use AT_string_form for dw_val_class_str.
3855         (output_die): Output DW_FORM_strp strings using
3856         dw2_asm_output_offset.
3857         (indirect_string_alloc, output_indirect_string): New.
3858         (dwarf2out_finish): Emit .debug_str strings if there are any.
3859
3860 2001-11-08  Andreas Franck  <afranck@gmx.de>
3861
3862         * configure.in: Add AC_ARG_PROGRAM to support program name
3863         transformation with --program-prefix, --program-suffix and
3864         --program-transform-name.
3865         * configure: Regenerated.
3866         * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
3867         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
3868         GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
3869         PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
3870         program_transform_name the way suggested by autoconf.
3871         (GCC_TARGET_INSTALL_NAME): Define.
3872         (install-driver): Use the transformed target alias name.
3873
3874 2001-11-08  Richard Henderson  <rth@redhat.com>
3875
3876         * config/mips/mips.c (save_restore_insns): Remove GP from the
3877         restore registers mask early instead of special casing it inside
3878         the loop.
3879
3880 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3881
3882         * cp/decl.c (shadow_warning): New function.
3883         (pushdecl): Improve -Wshadow warnings.  Don't give both a warning
3884         and an error when a block scope decl shadows a parameter.
3885
3886 2001-11-08  Richard Henderson  <rth@redhat.com>
3887
3888         * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
3889         case as well.
3890
3891 2001-11-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3892
3893         * pa.md (negdf2, negsf2): Use multiplication rather than subtraction
3894         to implement floating negation on processors prior to PA 2.0.
3895
3896 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
3897
3898         * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.
3899         (USE_LINKONCE_INDIRECT): Define.
3900         (dw2_output_indirect_constant_1): Try to output indirect constants
3901         into linkonce sections if possible.
3902         (dw2_force_const_mem): Likewise.  Register indirect_pool with GGC.
3903         (dw2_output_indirect_constants): Likewise.
3904
3905 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
3906
3907         * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
3908
3909 2001-11-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3910
3911         * c-decl.c (pushdecl): Remove file and line.
3912         * c-typeck.c (pop_init_level): Remove size.
3913
3914 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
3915
3916         * doc/invoke.texi: Add -maltivec, -mno-altivec, and -mabi=altivec
3917         for rs6000.
3918
3919         * config/rs6000/rs6000.h (MASK_ALTIVEC): New.
3920         (TARGET_ALTIVEC): New.
3921         (TARGET_SWITCHES): Add altivec.
3922         (FIRST_PSEUDO_REGISTER): Change to 109.
3923         (CALL_USED_REGISTERS): Same.
3924         (FIRST_ALTIVEC_REGNO): New.
3925         (LAST_ALTIVEC_REGNO): New.
3926         (ALTIVEC_REGNO_P): New.
3927         (UNITS_PER_ALTIVEC_WORD): New.
3928         (ALTIVEC_VECTOR_MODE): New.
3929         (FIXED_REGISTERS): Add altivec registers.
3930         (REG_ALLOC_ORDER): Same.
3931         (HARD_REGNO_NREGS): Adjust for altivec registers.
3932         (HARD_REGNO_MODE_OK): Same.
3933         (MODES_TIEABLE_P): Same.
3934         (REGISTER_MOVE_COST): Same.
3935         (REGNO_REG_CLASS): Same.
3936         (reg_class): Add ALTIVEC_REGS.
3937         (REG_CLASS_NAMES): Same.
3938         (REG_CLASS_CONTENTS): Same.
3939         (REG_CLASS_FROM_LETTER): Add 'v' constraint for ALTIVEC_REGS.
3940         (ALTIVEC_ARG_RETURN): New.
3941         (FUNCTION_VALUE): Handle VECTOR_TYPE.
3942         (LIBCALL_VALUE): Handle altivec vector modes.
3943         (VECTOR_MODE_SUPPORTED_P): New.
3944         (ALTIVEC_ARG_MIN_REG): New.
3945         (ALTIVEC_ARG_MAX_REG): New.
3946         (ALTIVEC_ARG_NUM_REG): New.
3947         (FUNCTION_VALUE_REGNO_P): Return true for altivec return register.
3948         (FUNCTION_ARG_REGNO_P): Support passing args in altivec registers.
3949         (REGISTER_NAMES): Add altivec regs.
3950         (DEBUG_REGISTER_NAMES): Same.
3951         (ADDITIONAL_REGISTER_NAMES): Same.
3952         (rs6000_builtins): New.
3953         (MD_EXPAND_BUILTIN): New.
3954         (MD_INIT_BUILTINS): New.
3955         (LEGITIMATE_OFFSET_ADDRESS_P): This addressing mode is not valid
3956         for AltiVec instructions.
3957         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
3958         (HARD_REGNO_MODE_OK): Altivec modes can only go in altivec
3959         registers.
3960         (SECONDARY_MEMORY_NEEDED): We need memory to copy vector modes.
3961         (TARGET_SWITCHES): Add no-altivec.
3962         (DATA_ALIGNMENT): Align vectors to 128 bits.
3963         (TARGET_OPTIONS): Add abi= option.
3964         Add rs6000_abi_string extern.
3965         (LOCAL_ALIGNMENT): New.
3966         (CPP_CPU_SPEC): Define __ALTIVEC__ when -maltivec.
3967         (MASK_ALTIVEC_ABI): New.
3968         (TARGET_ALTIVEC_ABI): New.
3969         (CONDITIONAL_REGISTER_USAGE): Set first 20 AltiVec registers to
3970         call-saved.
3971         (STACK_BOUNDARY): Adjust for altivec.
3972         (BIGGEST_ALIGNMENT): Same.
3973         (rs6000_args): Add vregno.
3974         (USE_ALTIVEC_FOR_ARG_P): New.
3975         (FIXED_REGISTERS): Add vrsave register.
3976         (CALL_USED_REGISTERS): Same.
3977         (CONDITIONAL_REGISTER_USAGE): Set VRSAVE info.
3978         (VRSAVE_REGNO): New.
3979         (reg_class): Add VRSAVE_REGS.
3980         (REG_CLASS_NAMES): Same.
3981         (REG_CLASS_CONTENTS): Same.
3982         (REGNO_REG_CLASS): Same.
3983
3984         * config/rs6000/sysv4.h (STACK_BOUNDARY): Adjust for altivec.
3985         (ABI_STACK_BOUNDARY): Same.
3986         (BIGGEST_ALIGNMENT): Same.
3987         (ADJUST_FIELD_ALIGN): Remove undef.  Define anew.
3988         (ROUND_TYPE_ALIGN): Same.
3989
3990         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
3991         to 64.
3992
3993         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
3994         to 64.
3995
3996         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
3997         to 64.
3998
3999         * config/rs6000/rs6000.c (rs6000_expand_builtin): New.
4000         (altivec_expand_builtin): New.
4001         (altivec_init_builtins): New.
4002         (TARGET_EXPAND_BUILTIN): New.
4003         (TARGET_INIT_BUILTINS): New.
4004         (rs6000_init_builtins): New.
4005         (struct builtin_description): New.
4006         (bdesc_2arg): New.
4007         (rs6000_reg_names): Add altivec registers.
4008         (alt_reg_names): Same.
4009         (secondary_reload_class): Altivec regs can hold altivec regs and
4010         memory.
4011         (rs6000_emit_move): Force constants into memory for AltiVec moves.
4012         (print_operand): Add 'y' case for printing altivec memory
4013         operands.
4014         (rs6000_legitimize_address): Legitimize vector addresses into
4015         [REG+REG] or [REG].
4016         (altivec_expand_binop_builtin): New.
4017         New string rs6000_current_abi.
4018         (rs6000_override_options): Call rs6000_parse_abi_options.
4019         (rs6000_parse_abi_options): New.
4020         (function_arg_boundary): Vector arguments must be 16
4021         byte aligned.
4022         (function_arg_advance): Handle vector arguments.
4023         (function_arg_partial_nregs): Same.
4024         (init_cumulative_args): Same.
4025         (function_arg): Same.
4026
4027         * config/rs6000/rs6000.md (altivec_lvx): New.
4028         (type): Add altivec attribute.
4029         (movv4si): New.
4030         (*movv4si_internal): New.
4031         (movv16qi): New.
4032         (*movv16qi_internal): New.
4033         (movv8hi): New.
4034         (*movv8hi_internal1): New.
4035         (movv4sf): New.
4036         (*movv4sf_internal1): New.
4037         (altivec_stvx): New.
4038         (vaddubm): New.
4039         (vadduhm): New.
4040         (vadduwm): New.
4041         (vaddfp): New.
4042         (vaddcuw): New.
4043         (vaddubs): New.
4044         (vaddsbs): New.
4045         (vadduhs): New.
4046         (vaddshs): New.
4047         (vadduws): New.
4048         (vaddsws): New.
4049         (vand): New.
4050         (vandc): New.
4051         (vavgub): New.
4052         (vavgsb): New.
4053         (vavguh): New.
4054         (vavgsh): New.
4055         (vavguw): New.
4056         (vavgsw): New.
4057         (vcmpbfp): New.
4058         (vcmpequb): New.
4059         (vcmpequh): New.
4060         (vcmpequw): New.
4061         (vcmpeqfp): New.
4062         (vcmpgefp): New.
4063         (vcmpgtub): New.
4064         (vcmpgtsb): New.
4065         (vcmpgtuh): New.
4066         (vcmpgtsh): New.
4067         (vcmpgtuw): New.
4068         (vcmpgtsw): New.
4069         (vcmpgtfp): New.
4070         (vcmpgefp): New.
4071         (vcmpgtub): New.
4072         (vcmpgtsb): New.
4073         (vcmpgtuh): New.
4074         (vcmpgtsh): New.
4075         (vcmpgtuw): New.
4076         (vcmpgtsw): New.
4077         (vcmpgtfp): New.
4078         (vmaxub): New.
4079         (vmaxsb): New.
4080         (vmaxuh): New.
4081         (vmaxsh): New.
4082         (vmaxuw): New.
4083         (vmaxsw): New.
4084         (vmaxfp): New.
4085         (vmrghb): New.
4086         (vmrghh): New.
4087         (vmrghw): New.
4088         (vmrglb): New.
4089         (vmrglh): New.
4090         (vmrglw): New.
4091         (vminub): New.
4092         (vminsb): New.
4093         (vminuh): New.
4094         (vminsh): New.
4095         (vminuw): New.
4096         (vminsw): New.
4097         (vminfp): New.
4098         (vmuleub): New.
4099         (vmulesb): New.
4100         (vmuleuh): New.
4101         (vmulesh): New.
4102         (vmuloub): New.
4103         (vmulosb): New.
4104         (vmulouh): New.
4105         (vmulosh): New.
4106         (vnor): New.
4107         (vor): New.
4108         (vpkuhum): New.
4109         (vpkuwum): New.
4110         (vpkpx): New.
4111         (vpkuhss): New.
4112         (vpkshss): New.
4113         (vpkuwss): New.
4114         (vpkswss): New.
4115         (vpkuhus): New.
4116         (vpkshus): New.
4117         (vpkuwus): New.
4118         (vpkswus): New.
4119         (vrlb): New.
4120         (vrlh): New.
4121         (vrlw): New.
4122         (vslb): New.
4123         (vslh): New.
4124         (vslw): New.
4125         (vsl): New.
4126         (vslo): New.
4127         (vsrb): New.
4128         (vrsh): New.
4129         (vrsw): New.
4130         (vsrab): New.
4131         (vsrah): New.
4132         (vsraw): New.
4133         (vsr): New.
4134         (vsro): New.
4135         (vsububm): New.
4136         (vsubuhm): New.
4137         (vsubuwm): New.
4138         (vsubfp): New.
4139         (vsubcuw): New.
4140         (vsububs): New.
4141         (vsubsbs): New.
4142         (vsubuhs): New.
4143         (vsubshs): New.
4144         (vsubuws): New.
4145         (vsubsws): New.
4146         (vsum4ubs): New.
4147         (vsum4sbs): New.
4148         (vsum4shs): New.
4149         (vsum2sws): New.
4150         (vsumsws): New.
4151         (vxor): New.
4152
4153 2001-11-07  Daniel Berlin  <dan@cgsoftware.com>
4154
4155         * Makefile.in (df.o): Add fibheap.h to dependencies.
4156
4157         * df.h: Add prototypes for transfer functions, iterative_dataflow
4158         functions.
4159         (enum df_flow_dir): New enum.
4160         (enum df_confluence_op): New enum.
4161         (struct df): Add inverse_rts_map.
4162
4163         * df.c: Add sbitmap.h to the list of includes.
4164         (df_rd_global_compute): Removed.
4165         (df_ru_global_compute): Removed.
4166         (df_lr_global_compute): Removed.
4167         (df_rd_transfer_function): New function.
4168         (df_ru_transfer_function): New function.
4169         (df_lr_transfer_function): New function.
4170         (df_analyse_1): allocate/compute/free df->inverse_rts_map.
4171         Use iterative_dataflow_bitmap instead of df_*_global_compute.
4172         (iterative_dataflow_sbitmap): New function.
4173         (iterative_dataflow_bitmap): New function.
4174
4175 2001-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4176
4177         * doc/gcc.texi: Move terminology and spelling conventions to
4178         htdocs/codingconventions.html.
4179
4180 2001-11-07  Graham Stott  <grahams@redhat.com>
4181
4182         * cse.c (cse_insn): Emit BARRIER after unconditional jump.
4183
4184 Wed Nov  7 13:33:34 CET 2001  Jan Hubicka  <jh@suse.cz>
4185
4186         * expmed.c (expand_mult): Force operand to register before computing
4187         cost.
4188         * i386.c (x86_decompose_lea): New global vairable.
4189         * i386.h (x86_decompose_lea): Declare.
4190         (TARGET_DECOMPOSE_LEA): New macro.
4191         (RTX_COST): Handle leas properly.
4192
4193 2001-11-06  Richard Henderson  <rth@redhat.com>
4194
4195         * config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not
4196         defined for a CONSTRUCTOR; don't check it.
4197
4198 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
4199
4200         * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
4201         test for absolute pathnames.
4202
4203 2001-11-06  Olivier Hainque <hainque@act-europe.fr>
4204
4205         * unwind-dw2.c (execute_cfa_program): Evaluate call frame
4206         instructions up to the target pc inclusive.
4207
4208 2001-11-06  Steve Christiansen  <smc@us.ibm.com>
4209
4210         * loop.c (loop_regs_scan):  Don't invalidate PIC register.
4211
4212 2001-11-06  Eric Christopher  <echristo@redhat.com>
4213
4214         * config/mips/mips.md(movdf_internal2): Add constraints for float
4215         to general register move.
4216         * config/mips/elf64.h: Add default ABI.
4217
4218 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4219
4220         * alias.c:: Include langhooks.h.
4221         * emit-rtl.c: Similarly.
4222         * toplev.c: Similarly.
4223         * tree-inline.c: Similarly.
4224         * langhooks-def.h: New, the old langhooks.h.  Give the default
4225         hooks a common prefix.
4226         * langhooks.h: Contents extracted from toplev.h.
4227         * toplev.h: Move langhook stuff to langhooks.h.
4228         * langhooks.c: Give default hooks a common prefix.
4229
4230         * c-lang.c: Include langhooks-def.h.
4231         * objc/objc-act.c: Similarly.
4232         * Makefile.in: Update.
4233         * objc/Make-lang.in: Update.
4234
4235 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4236
4237         * doc/install.texi: Document that configure options not listed in
4238         this file are unsupported.  Document --with-system-zlib.
4239
4240 Tue Nov  6 09:21:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4241
4242         * rtl.h (mem_for_const_double): New declaration.
4243         * varasm.c (mem_for_const_double): New function.
4244         * config/convex/convex.md (movdf): Use it.
4245         * config/m68k/hp320.h (LEGITIMATE_PIC_OPERAND_P): Likewise.
4246         * config/m68k/linux.h, config/m68k/m68k.h: Likewise.
4247         * config/m68k/m68kv4.h: Likewise.
4248
4249         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Adjust for addition
4250         of new GP reg classes.
4251
4252         * expr.c (store_field): When making temp object for unaligned
4253         component, set it to alias set 0.
4254
4255 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4256
4257         * c-common.c (c_expand_expr_stmt): Apply default conversions to
4258         non-lvalue arrays if C99.
4259         * c-typeck.c (default_conversion): Split out code handling
4260         array-to-pointer and function-to-pointer conversions into a
4261         separate default_function_array_conversion function.
4262         (default_function_array_conversion): New function.  Keep track of
4263         whether any NON_LVALUE_EXPRs were stripped.  Return non-lvalue
4264         arrays unchanged outside C99 mode instead of giving an error for
4265         them.
4266         (build_component_ref): Use pedantic_non_lvalue when handling
4267         COMPOUND_EXPR.  Don't handle COND_EXPR specially.
4268         (convert_arguments): Use default_function_array_conversion.
4269         (build_unary_op): For ADDR_EXPR, take a flag indicating whether
4270         non-lvalues are OK.
4271         (unary_complex_lvalue): Likewise.
4272         (internal_build_compound_expr): Use
4273         default_function_array_conversion.  Apply default conversions to
4274         function in compound expression.
4275         (build_c_cast, build_modify_expr, digest_init, build_asm_stmt):
4276         Use default_function_array_conversion.
4277         * doc/extend.texi: Update documentation of subscripting non-lvalue
4278         arrays.
4279         Fixes PR c/461.
4280
4281 2001-11-05  Zack Weinberg  <zack@codesourcery.com>
4282
4283         * aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
4284         (AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
4285         corresponding to the complete set of .po and .gmo files in
4286         the source directory's po subdir, modified by LINGUAS.  Don't
4287         look at ALL_LINGUAS.
4288         * configure.in: Don't set ALL_LINGUAS.
4289         * configure: Regenerate.
4290
4291         * Makefile.in (.po.gmo): Don't move into source directory.
4292         (.po.pox): Clarify comments.
4293         (install-po): Look for .gmo files in both srcdir and objdir;
4294         don't fail if a file is totally missing.
4295         (distclean): rmdir ada subdirectory too.
4296
4297 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
4298
4299         * config/rs6000/rs6000.c (rs6000_select_section): Handle
4300         CONSTRUCTORs _correctly_.
4301
4302 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4303
4304         * c-decl.c (delete_block): Remove.
4305         * c-tree.h (delete_block): Remove.
4306
4307 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4308
4309         * cppexp.c (lex, parse_defined): Update warning about defined.
4310
4311 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
4312
4313         * config/rs6000/rs6000.c (rs6000_select_section): Handle
4314         CONSTRUCTORs too.
4315
4316 2001-11-05  Nick Clifton  <nickc@cambridge.redhat.com>
4317
4318         * config/arm/arm.c (arm_return_in_memory): Cope with
4319         int_size_in_bytes returning -1.
4320
4321         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Handle
4322         DECL being NULL.
4323
4324 Mon Nov  5 16:15:25 CET 2001  Jan Hubicka  <jh@suse.cz>
4325
4326         * Makefile.in (bb-reorder.o): Add dependency on cfglayout.h;
4327         remove unneeded dependencies;
4328         (cfglayout.o): New.
4329         * cfglayout.c, cfglayout.h: New files; break out from ...
4330         * bb-reorder.c: ... here; Remove unneeded includes;
4331
4332 2001-11-04  Alan Modra  <amodra@bigpond.net.au>
4333
4334         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Mark r2 as used.
4335
4336 2001-11-04  David Edelsohn  <edelsohn@gnu.org>
4337
4338         * config/rs6000/rs6000.c (rs6000_emit_move): Handle 64-bit
4339         mode as well.  Do not explicitly create intermediate regs.
4340
4341 2001-11-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4342
4343         * arm/aof.h (aof_text_section, aof_data_section): Don't declare.
4344         (common_section): Delete unused variable.
4345         (ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
4346         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
4347         * arm-protos.h (arm_poke_function_name, aof_add_import,
4348         aof_delete_import): Const-ify.
4349         * arm.c (legitimize_pic_address): Wrap variables in the macro
4350         controlling their usage.
4351         (arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
4352         (arm_poke_function_name, pic_chain, import, aof_add_import,
4353         aof_delete_import): Const-ify.
4354         * i386.c (ix86_osf_output_function_prologue): Const-ify.
4355         * i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
4356         ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
4357         * i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
4358         * i860/sysv3.h: Add missing comment closure.
4359         * m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
4360         * m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
4361         to symbolic_operand.
4362
4363         * config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
4364         (i960-*-*): Set tmake_file.
4365         (sparc86x-*-elf*): Fix typo in header name.
4366
4367         * sched-rgn.c (schedule_insns): Delete unused variable.
4368
4369 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4370
4371         PR c/2820
4372         * c-typeck.c (lookup_field): Rework to return a chain down to
4373         the looked-up field.
4374         (build_component_ref): Use the new lookup_field to handle
4375         nested anonymous entities correctly.
4376
4377 Sun Nov  4 11:53:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4378
4379         * config/sparc/sparc.c (sparc_emit_set_const32, GEN_HIGHINT64):
4380         Change parameters to gen_rtx_CONST_DOUBLE.
4381         (GEN_INT64, sparc_emit_set_const64): Likewise.
4382         * config/sparc/sparc.md (movdf split): Likewise.
4383
4384 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
4385
4386         * unroll.c (calculate_giv_inc): Use find_last_value rather
4387         than just hoping the last instruction is the right SET.
4388         [Fixes 990604-1.c on stormy16.]
4389
4390         * config/stormy16/stormy16.h (LIB_SPEC): Don't supply any libgloss
4391         library at all if -T is used.
4392
4393         * config/stormy16/stormy16.c (stormy16_print_operand): Avoid
4394         some uses of uninitialized variables in error cases.
4395
4396         * config/stormy16/stormy16.c (stormy16_output_shift): Don't
4397         look at 'temp' if we won't be using it.
4398
4399         * config/stormy16/stormy16.h (CONST_COSTS): Define.
4400         (RTX_COSTS): Define.
4401         (ADDRESS_COST): Define.
4402         (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
4403
4404         * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
4405
4406         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call
4407         stormy16_asm_output_mi_thunk.
4408         * config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New
4409         function.
4410         * config/stormy16/stormy16-protos.h
4411         (stormy16_asm_output_mi_thunk): New prototype.
4412
4413 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4414
4415         * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
4416         FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
4417         caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
4418         cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
4419         sched-int.h, toplev.c, config/alpha/alpha.c,
4420         config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
4421         config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
4422         config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
4423         config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
4424         config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
4425         config/ns32k/ns32k.md, config/rs6000/rs6000.c,
4426         config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
4427
4428 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4429
4430         * Makefile.in (dbxout.o): Depend on function.h.
4431         * collect2.c (is_in_list): Hide unused function.
4432         * dbxout.c: Include function.h.
4433         (source_label_number, dbxout_source_line, dbxout_source_file,
4434         dbxout_function_end, dbxout_begin_function): Wrap/move inside
4435         macros controlling usage.
4436         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Undef before defining.
4437         * output.h (exports_section): Prototype.
4438
4439         * convex.c (convex_output_function_prologue): Fix format specifier
4440         warning.
4441         (asm_declare_function_name): Fix signed/unsigned warning.
4442         (print_operand): Fix format specifier warning.
4443         * convex.h (S_REGNO_P, A_REGNO_P): Fix signed/unsigned warning.
4444         * dsp16xx-protos.h (uns_comparison_operator,
4445         num_1600_core_shifts): Prototype.
4446         * dsp16xx.c: Include tm_p.h, not dsp16xx-protos.h.
4447         (frame_size, frame_pointer_offset): Delete.
4448         (dsp16xx_output_function_prologue, dsp16xx_output_function_epilogue):
4449         Make static.  Fix format specifier warnings.
4450         * dsp16xx.h (IS_ACCUM_REG): Fix unsigned>=0 warning.
4451         (EXTRA_SECTION_FUNCTIONS): Prototype const_section.
4452         * dsp16xx.md: Add default case in switches.
4453         * fr30.h (IN_RANGE): Delete.
4454         * ia64.h (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
4455         * mcore-protos.h (mcore_output_cmov): Const-ify.
4456         * mcore.c (mcore_output_cmov): Likewise.
4457         * mcore.h (switch_to_section): Make static and prototype.
4458         * mn10200.h (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Fix
4459         unsigned>=0 warnings.
4460         * mn10300.h (REGNO_IN_RANGE_P): Likewise.
4461         * rs6000-protos.h (read_only_data_section,
4462         read_only_private_data_section): Prototype.
4463         * rs6000.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
4464         * sh.c (sh_adjust_cost): Mark parameter with ATTRIBUTE_UNUSED.
4465         * sh.h (GENERAL_REGISTER_P): Fix unsigned>=0 warning.
4466
4467 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4468
4469         * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with
4470         ATTRIBUTE_UNUSED.
4471         * final.c (final_scan_insn): Add brackets around body of if-stmt.
4472         * gcc.c (convert_filename): Add static prototype.  Const-ify.
4473         Wrap variable in macros controlling its use.
4474         * output.h (sdata_section): Add prototype.
4475
4476         * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4477         (ASM_OUTPUT_ASCII): Avoid signed/unsigned warning.
4478         * c4x.h (INIT_SECTION_FUNCTION): Add prototype.
4479         (ASM_FILE_START): Const-ify.
4480         (ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT): Fix format
4481         specifier warning.
4482         * c4x.md: Don't use the 'U' integer suffix.
4483         * clipper.md (clipper_movstr): Delete declaration.
4484         * d30v-protos.h (d30v_move_2words): Const-ify.
4485         (debug_stack_info): Add prototype.
4486         * d30v.c: Include "integrate.h".
4487         (d30v_function_arg_boundary, d30v_function_arg,
4488         d30v_function_arg_partial_nregs, d30v_function_arg_advance): Avoid
4489         signed/unsigned warnings.
4490         (d30v_print_operand_memory_reference, d30v_move_2words):
4491         Const-ify.
4492         * d30v.h (REG_CLASS_FROM_LETTER): Use unsigned array subscript.
4493         * fr30.c (fr30_pass_by_reference, fr30_pass_by_value): Prototype.
4494         * fr30.md: Const-ify.
4495         * h8300.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4496         * i370.c (i370_label_scan, mvs_get_label): Make definition static.
4497         (mvs_get_label_page): Hide unused static function.
4498         * i860.c (current_function_original_name): Const-ify.
4499         * i860/sysv3.h (current_function_original_name): Likewise.
4500         * i860/sysv4.h (current_function_original_name): Likewise.
4501         * i960.md: Add default case in switches.  Remove unused variable.
4502         * i960/vx960-coff.h (MULTILIB_DEFAULTS): Undef before defining.
4503         * m32r.md: Const-ify.
4504         * m68hc11-protos.h (m68hc11_asm_file_start): Const-ify.
4505         * m68hc11.c: Include "reload.h".
4506         (static_chain_reg, print_options, m68hc11_asm_file_start):
4507         Const-ify.
4508         * m68hc11.md: Delete unused variable.  Const-ify.  Add parens
4509         around & in comparison.
4510         * mcore.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
4511         * mn10200.c (shift_mode): Remove trailing comma.
4512         * mn10300-protos.h (output_tst): Const-ify.
4513         * mn10300.c (output_tst): Likewise.
4514         * pa/long_double.h (ASM_OUTPUT_LONG_DOUBLE): Fix format specifier
4515         warnings.
4516         * pa-protos.h (output_ascii): Use regular char *, not unsigned.
4517         * pa.c (output_ascii): Likewise.
4518         * pa/som.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4519         * pdp11.md (expand_unop): Delete declarations.
4520         * pj-protos.h (pj_output_addsi3): Const-ify.
4521         * pj.c (pj_output_push_int, pj_output_load, pj_output_inc,
4522         pj_output_cnv_op, mode_to_char, pj_output_varidx, pj_print_cond,
4523         unique_src_operand): Add prototypes.
4524         (pj_output_store_into_lval): Make definition static.
4525         (pj_function_incoming_arg): Don't use unary plus.
4526         (pj_output_addsi3): Const-ify.
4527         * romp.md (get_symref): Delete declarations.
4528         * v850-c.c (mark_current_function_as_interrupt): Don't return
4529         value from void function.
4530         * v850.c: Include "integrate.h".
4531         * v850.h (ASM_OUTPUT_LABELREF): Const-ify.
4532         * vax-protos.h (const_section): Add prototype.
4533
4534 2001-11-03  Aldy Hernandez  <aldyh@redhat.com>
4535
4536         * machmode.def: Add documentation for the seventh argument in
4537         vector modes.
4538
4539 2001-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
4540
4541         * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
4542         consistently.
4543         <-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
4544         <-melf>: Don't have markup for ELF acronym.
4545
4546 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4547
4548         * config.gcc (mmix-*-*): New target.
4549         * doc/invoke.texi: Document MMIX options.
4550         * doc/contrib.texi: Add note about MMIX port to my entry.
4551         * config/mmix/t-mmix: New file.
4552         * config/mmix/mmix.h: New file.
4553         * config/mmix/mmix-protos.h: New file.
4554         * config/mmix/mmix.c: New file.
4555         * config/mmix/mmix.md: New file.
4556         * config/mmix/crti.asm: New file.
4557         * config/mmix/crtn.asm: New file.
4558
4559 2001-11-03  Kazu Hirata  <kazu@hxi.com>
4560
4561         * config/sparc/linux-aout.h: Fix comment formatting.
4562         * config/sparc/linux.h: Likewise.
4563         * config/sparc/linux64.h: Likewise.
4564         * config/sparc/lynx.h: Likewise.
4565         * config/sparc/pbd.h: Likewise.
4566         * config/sparc/sol2-sld-64.h: Likewise.
4567         * config/sparc/sol2.h: Likewise.
4568         * config/sparc/sparc.c: Likewise.
4569         * config/sparc/sparc.h: Likewise.
4570         * config/sparc/sparc.md: Likewise.
4571         * config/sparc/sunos4.h: Likewise.
4572         * config/sparc/vxsim.h: Likewise.
4573         * config/sparc/vxsparc.h: Likewise.
4574         * config/sparc/vxsparc64.h: Likewise.
4575
4576 Sat Nov  3 10:37:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4577
4578         * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
4579         reference to CONST_DOUBLE_MEM in comment.
4580         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Remove one operand.
4581         (gen_rtx, case CONST_DOUBLE): Call it with one less operand.
4582         (init_emit_once): Don't clear CONST_DOUBLE_MEM.
4583         * function.c (pop_function_context_from): Don't call
4584         restore_varasm_status.
4585         * function.h (restore_varasm_status): Delete declaration.
4586         * gengenrtl.c (CONST_DOUBLE_FORMAT): Delete CONST_DOUBLE_MEM slot.
4587         * rtl.c: Likewise.
4588         * rtl.def (CONST_DOUBLE): Update comment.
4589         * rtl.h (CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW): Update operand number.
4590         (CONST_DOUBLE_CHAIN): Likewise.
4591         (CONST_DOUBLE_MEM): Delete.
4592         (gen_rtx_CONST_DOUBLE): Update parameters.
4593         * varasm.c (struct varasm_status): x_pool_offset now HOST_WIDE_INT.
4594         Remove reference to CONST_DOUBLE_MEM.
4595         (const_alias_set): New variable.
4596         (immed_double_const): Change call to gen_rtx_CONST_DOUBLE.
4597         (immed_real_const_1): Adjust tests for 0, 1, and 2.
4598         Don't set CONST_DOUBLE_MEM.
4599         (clear_const_double_mem): Don't do anything with const_tiny_rtx.
4600         (output_constant_def): Don't look at TREE_CST_RTL if INTEGER_CST.
4601         Put constant in const_alias_set.
4602         (struct pool_constant): ALIGN now unsigned.
4603         OFFSET now HOST_WIDE_INT.
4604         Delete LABEL.
4605         (restore_varasm_status): Deleted.
4606         (mark_pool_constant): Mark desc->rtl.
4607         (force_const_mem): Rework to store rtl in hash table,
4608         not CONST_DOUBLE_MEM.
4609         Put constant in const_alias_set.
4610         (find_pool_constant): Check desc->rtl.
4611         (mark_constants, mark_constant): Don't special-case CONST_DOUBLE.
4612         (init_varasm_once): Initialize const_alias_set.
4613
4614         * expr.c (expand_expr, case ADDDR_EXPR): If at top level, don't call
4615         force_const_mem.
4616
4617         * reload.c (combine_reloads): Don't combine an output reload if there
4618         are other reloads around for part of the output.
4619
4620         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
4621         constant expression.
4622         (set_mem_decl): New function.
4623         * expr.h (set_mem_decl): New declaration.
4624         * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
4625         (output_asm_operand_names): Add tab.
4626         * reload1.c (alter_reg): Set decl of MEM from REG_DECL.
4627
4628         * builtins.c (get_memory_rtx): Properly set MEM alias set and
4629         attributes.
4630
4631 2001-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4632
4633         * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
4634         Use "invalid" instead of "illegal".  Use @r in comments in
4635         examples.
4636
4637 2001-11-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4638
4639         * c-decl.c (pushdecl): Move block inside if conditional to remove
4640         possibility of a segfault.  Lookup block-level extern
4641         variables in enclosing scopes correctly.
4642
4643         * testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.
4644
4645 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
4646
4647         * expmed.c (store_bit_field): Use simplify_gen_subreg to make
4648         SUBREG so we avoid SUBREGing memory.
4649
4650         * expmed.c (store_bit_field): Same.
4651
4652 2001-11-02  DJ Delorie  <dj@redhat.com>
4653
4654         * config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
4655         using FP registers for DImode mem-mem moves is acceptable.
4656
4657 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
4658
4659         * builtins.c (apply_args_size): Handle vector arguments.
4660         (apply_result_size): Same.
4661
4662         * machmode.def: Set WIDER mode field for all vector entries.
4663
4664 2001-11-02  Graham Stott  <grahams@redhat.com>
4665
4666         * recog.c (decode_asm_operands):  Check that the SRC is ASM_OPERANDS.
4667
4668 2001-11-01  Eric Christopher  <echristo@redhat.com>
4669
4670         * config.gcc: Revert part of earlier patch.
4671         * config/mips/linux.h: Ditto.
4672         * df.c: Include tm_p.h to avoid warnings.
4673         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults.  Adjust
4674         #if/#endif.
4675         * config/mips/mips.c: Define mips_abi regardless.
4676         (mips_output_function_prologues): Add long casts for .frame
4677         output.
4678         (override_options): Allow use of ABI_32.
4679
4680 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4681
4682         * config/m68hc11/m68hc11.c: Fix comment formatting.
4683         * config/m68hc11/m68hc11.h: Likewise.
4684         * config/m68hc11/m68hc11.md: Likewise.
4685
4686 2001-11-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4687
4688         * c-typeck.c (default_conversion): Retain the original expression
4689         codes.
4690         * gcc.dg/Wparentheses.c: New tests.
4691
4692 2001-11-01  David S. Miller  <davem@redhat.com>
4693
4694         * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
4695         64-bit Sparc description more in line with reality.
4696
4697 2001-11-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4698
4699         * Makefile.in (GCOV_OBJS): Add version.o.
4700         * gcov.c: Include "version.h" and <getopt.h>.
4701         (gcov_version_string): Remove.
4702         (print_usage): Take a parameter to determine whether this is a
4703         call from --help or an error message.  Give fuller output that
4704         follows the GNU Coding Standards for --help.
4705         (print_version): New function.
4706         (options): New.
4707         (process_args): Use getopt_long.  Support long options.  Follow
4708         GNU Coding Standards for --help and --version.
4709         * doc/gcov.texi: Document long options.
4710         Addresses part of PR other/704.
4711
4712 2001-11-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4713
4714         * pa.c (output_move_double): Fix typo in double load.
4715
4716 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4717
4718         * config/h8300/h8300.c (h8300_encode_label): Compute a string
4719         before passing it to ggc_alloc_string.
4720
4721 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4722
4723         * config/m68k/3b1.h: Fix comment formatting.
4724         * config/m68k/3b1g.h: Likewise.
4725         * config/m68k/a-ux.h: Likewise.
4726         * config/m68k/amix.h: Likewise.
4727         * config/m68k/apollo68.h: Likewise.
4728         * config/m68k/atari.h: Likewise.
4729         * config/m68k/aux-exit.c: Likewise.
4730         * config/m68k/ccur-GAS.h: Likewise.
4731         * config/m68k/crds.h: Likewise.
4732         * config/m68k/dpx2.h: Likewise.
4733         * config/m68k/dpx2g.h: Likewise.
4734         * config/m68k/hp310.h: Likewise.
4735         * config/m68k/hp320.h: Likewise.
4736         * config/m68k/isi.h: Likewise.
4737         * config/m68k/linux.h: Likewise.
4738         * config/m68k/lynx.h: Likewise.
4739         * config/m68k/m68k-psos.h: Likewise.
4740         * config/m68k/m68k.c: Likewise.
4741         * config/m68k/m68k.h: Likewise.
4742         * config/m68k/m68k.md: Likewise.
4743         * config/m68k/m68kelf.h: Likewise.
4744         * config/m68k/m68kv4.h: Likewise.
4745         * config/m68k/mot3300.h: Likewise.
4746         * config/m68k/news.h: Likewise.
4747         * config/m68k/next.h: Likewise.
4748         * config/m68k/pbb.h: Likewise.
4749         * config/m68k/plexus.h: Likewise.
4750         * config/m68k/sgs.h: Likewise.
4751         * config/m68k/sun3.h: Likewise.
4752         * config/m68k/tower.h: Likewise.
4753         * config/m68k/vxm68k.h: Likewise.
4754
4755 2001-10-31  DJ Delorie  <dj@redhat.com>
4756
4757         * config/mips/mips.h (mips_cache_flush_func): Prototype.
4758         (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
4759         (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
4760         * config/mips/mips.c (mips_cache_flush_func): New.
4761         * doc/invoke.texi: Document the new options.
4762
4763 2001-10-31  Hans-Peter Nilsson  <hp@axis.com>
4764
4765         * config.gcc (cris-*-linux*, tm_file): Rearrange order.
4766         * config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
4767
4768         * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
4769
4770         * config/cris/cris.c: Include output.h after tree.h but before
4771         target.h.
4772
4773 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
4774
4775         * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
4776         (INTL_SUBDIRS): Just intl.
4777         (.SUFFIXES): Add .gmo .po .pox.
4778         (native): Also depend on build-@POSUB@.
4779         (intl.all, intl.install): Depend on config.h and things it includes.
4780         (po-generated): New target; depend on c-parse.c and tradcif.c.
4781         (install-normal): Also depend on install-@POSUB@.
4782         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
4783         (build-, install-, build-po, update-po, install-po,
4784         .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
4785
4786         * aclocal.m4: Prefix each entry in CATALOGS with "po/"
4787         * configure.in: Don't munge XGETTEXT.  Don't generate
4788         po/Makefile.in.
4789         * configure: Regenerate.
4790
4791         * exgettext: Delete.
4792         * config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
4793         * objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
4794
4795 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4796
4797         * config/h8300/h8300.md (two anonymous patterns): New.
4798
4799 2001-10-31  Aldy Hernandez  <aldyh@redhat.com>
4800
4801         * tree.h (tree_index): Add support for V16QI and V8HI.
4802         (V8HI_type_node): New.
4803         (V16QI_type_node): New.
4804
4805         * tree.c (build_common_tree_nodes_2): Same.
4806
4807         * c-common.c (type_for_mode): Same.
4808
4809 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4810
4811         * config/i386/att.h: Fix comment formatting.
4812         * config/i386/beos-elf.h: Likewise.
4813         * config/i386/bsd.h: Likewise.
4814         * config/i386/bsd386.h: Likewise.
4815         * config/i386/crtdll.h: Likewise.
4816         * config/i386/cygwin.asm: Likewise.
4817         * config/i386/cygwin.h: Likewise.
4818         * config/i386/djgpp.h: Likewise.
4819         * config/i386/freebsd-aout.h: Likewise.
4820         * config/i386/freebsd.h: Likewise.
4821         * config/i386/gas.h: Likewise.
4822         * config/i386/i386-interix.h: Likewise.
4823         * config/i386/i386-protos.h: Likewise.
4824         * config/i386/i386.c: Likewise.
4825         * config/i386/i386.h: Likewise.
4826         * config/i386/i386.md: Likewise.
4827         * config/i386/i386elf.h: Likewise.
4828         * config/i386/interix.c: Likewise.
4829         * config/i386/isc.h: Likewise.
4830         * config/i386/isccoff.h: Likewise.
4831         * config/i386/iscdbx.h: Likewise.
4832         * config/i386/linux.h: Likewise.
4833         * config/i386/lynx.h: Likewise.
4834         * config/i386/mingw32.h: Likewise.
4835         * config/i386/netbsd-elf.h: Likewise.
4836         * config/i386/next.h: Likewise.
4837         * config/i386/osf1elf.h: Likewise.
4838         * config/i386/osfrose.h: Likewise.
4839         * config/i386/sco5.h: Likewise.
4840         * config/i386/seq-gas.h: Likewise.
4841         * config/i386/seq-sysv3.h: Likewise.
4842         * config/i386/sequent.h: Likewise.
4843         * config/i386/sol2.h: Likewise.
4844         * config/i386/sun386.h: Likewise.
4845         * config/i386/uwin.asm: Likewise.
4846         * config/i386/uwin.h: Likewise.
4847         * config/i386/vxi386.h: Likewise.
4848         * config/i386/win32.h: Likewise.
4849         * config/i386/winnt.c: Likewise.
4850         * config/i386/xm-cygwin.h: Likewise.
4851         * config/i386/xm-mingw32.h: Likewise.
4852
4853 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4854
4855         * builtins.def: Fix comment typos.
4856         * config/alpha.c: Likewise.
4857         * config/arm/arm.c: Likewise.
4858         * config/avr/avr.h: Likewise.
4859         * config/d30v/d30v.c: Likewise.
4860         * config/d30v/d30v.h: Likewise.
4861         * config/d30v/d30v.md: Likewise.
4862         * config/dsp16xx/dsp16xx.c: Likewise.
4863         * config/fr30/fr30.c: Likewise.
4864         * config/fr30/fr30.md: Likewise.
4865         * config/i386/i386.c: Likewise.
4866         * config/i860/i860.c: Likewise.
4867         * config/i960/i960.c: Likewise.
4868         * config/ia64/ia64.c: Likewise.
4869         * config/mips/mips.c: Likewise.
4870         * config/pa/pa.c: Likewise.
4871         * config/rs6000/rs6000.c: Likewise.
4872         * config/s390/s390.c: Likewise.
4873         * config/sparc/sparc.c: Likewise.
4874
4875 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4876
4877         * config/mips/elf.h: Fix comment formatting.
4878         * config/mips/elf64.h: Likewise.
4879         * config/mips/iris5.h: Likewise.
4880         * config/mips/iris5gas.h: Likewise.
4881         * config/mips/iris6.h: Likewise.
4882         * config/mips/isa3264.h: Likewise.
4883         * config/mips/linux.h: Likewise.
4884         * config/mips/mips.c: Likewise.
4885         * config/mips/mips.h: Likewise.
4886         * config/mips/mips.md: Likewise.
4887         * config/mips/mips16.S: Likewise.
4888         * config/mips/netbsd.h: Likewise.
4889         * config/mips/osfrose.h: Likewise.
4890         * config/mips/r3900.h: Likewise.
4891         * config/mips/sni-svr4.h: Likewise.
4892         * config/mips/svr4-t.h: Likewise.
4893         * config/mips/ultrix.h: Likewise.
4894
4895 2001-10-30  Daniel Berlin  <dan@cgsoftware.com>
4896
4897         * bitmap.c (bitmap_element_free): Don't forget to update head->indx
4898         when we update head->current.
4899
4900 2001-10-30  Neil Booth  <neil@daikokuya.demon.co.uk>
4901
4902         * tree.c (id_string_size): Remove.
4903         (dump_tree_statistics): Update.
4904         * toplev.c (compile_file): If dumping stats, dump tree stats too.
4905
4906 Tue Oct 30 19:00:43 CET 2001  Jan Hubicka  <jh@suse.cz>
4907
4908         * sched-rgn.c (schedule_insns): Fix comment.
4909
4910 2001-10-30  Zack Weinberg  <zack@codesourcery.com>
4911
4912         * configure.in: Correct previous change: don't assume that
4913         gas's version number _isn't_ the last thing on the line, or
4914         isn't the only number on the line, either.
4915         * configure: Regenerate.
4916
4917 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4918
4919         * cfgcleanup.c: Fix a comment typo.
4920
4921 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4922
4923         * alias.c: Fix comment formatting.
4924         * recog.c: Likewise.
4925         * config/cris/cris.c: Likewise.
4926         * config/cris/cris.h: Likewise.
4927         * config/i960/i960.c: Likewise.
4928         * config/i960/i960.h: Likewise.
4929
4930 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4931
4932         * config/arm/arm.c: Fix a comment typo.
4933         * config/arm/arm.h: Likewise.
4934         * config/ia64/ia64.c: Likewise.
4935
4936 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
4937
4938         * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
4939         REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
4940         * rtl.h (set_unique_reg_note): Change return value.
4941         * gcse.c (try_replace_reg): Use set_unique_reg_note.
4942         * cse.c (cse_insn): Likewise.
4943         * expr.c (emit_move_insn): Likewise.
4944         * explow.c (force_reg): Likewise.
4945         * local-alloc (update_equiv_regs): Likewise.
4946         * loop.c (move_moveables, load_mems): Likewise.
4947         * reload (find_reloads): Likewise.
4948
4949 2001-10-30  Paolo Bonzini  <bonzini@gnu.org>
4950
4951         Localization fixes.
4952         * c-decl.c (parmlist_tags_warning, start_struct,
4953         check_for_loop_decls): Separate messages for struct, union and
4954         enum cases to allow for languages in which they have different
4955         genders.
4956         * c-format.c (scanf_flag_specs): Separate short and long name of
4957         the assignment suppression feature.
4958         (check_format_types): Localize "pointer" and "different types"
4959         strings.
4960         * c-lex.c (lex_number): Localize "an unsigned long int" and
4961         related strings.
4962         (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
4963         warning message.
4964         * c-typeck.c (build_unary_up): Separate messages for increment and
4965         decrement cases to allow for languages in which they use different
4966         articles.  Localize the strings "increment" and "decrement" in one
4967         case.
4968
4969 Tue Oct 30 11:08:11 CET 2001  Jan Hubicka  <jh@suse.cz>
4970
4971         * lcm.c (optimize_mode_switching):  Do not rebuild liveness information
4972         when no changes has been made.
4973
4974         * gcse.c (reg_set_bitmap): Turn into reg_set.
4975         (modify_mem_list_set, canon_modify_mem_list_set)
4976         (clear_modify_mem_tables, free_modify_mem_tables): New.
4977         (gcse_main); Use free_modify_mem_tables.
4978         (free_gcse_mem): Likewise; free the bitmaps.
4979         (alloc_gcse_main): Initialize the bitmaps.
4980         (canon_list_insert): Set canon_modify_mem_list_set.
4981         (record_last_mem_set_info): Likewise; set modify_mem_list_set.
4982         (compute_hash_table): Use clear_modify_mem_tables.
4983         (reset_opr_set_tables): Likewise.
4984         (oprs_not_set_p): reg_set_bitmap is regset.
4985         (mark_set, mark_clobber): Likewise.
4986
4987         * df.h (DF_EQUIV_NOTES): New constant.
4988         (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
4989         when asked for.
4990
4991         * sched-rgn.c (CHECK_DEAD_NOTES): New constant.
4992         (init_regions, schedule_insns): Conditionalize the checking
4993         code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.
4994
4995 Tue Oct 30 11:02:31 CET 2001  Jan Hubicka  <jh@suse.cz>
4996
4997         * i386.md (movti_rex64 splitter): Fix condition.
4998
4999 2001-10-29  Zack Weinberg  <zack@codesourcery.com>
5000
5001         * configure.in: Do not assume that gas's version number is the
5002         last thing on the first line of as --version output.
5003         * configure: Regenerate.
5004
5005         * tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
5006         MT_WARNING, MT_ERROR, MT_FATAL.
5007         (main): Call gcc_init_libintl.
5008         (v_message): Call gettext on msgid and "warning: "
5009         * tradcif.y: Include intl.h.
5010         (yyerror): Make parameter definition consistent with
5011         prototype.  Call gettext on msgid argument.
5012
5013 2001-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5014
5015         * combine.c (num_sign_bit_copies): Avoid signed/unsigned
5016         warnings.
5017
5018         * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
5019
5020 Mon Oct 29 19:22:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5021
5022         * reload1.c (eliminate_regs): Test for reg_renumber being allocated
5023         before referencing it.
5024
5025 2001-10-26  DJ Delorie  <dj@redhat.com>
5026
5027         * config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
5028         override -G, and force -G0.
5029
5030 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5031
5032         * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
5033         FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
5034         c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
5035         timevar.h, tree.h, varasm.c: Fix spelling errors and typos.
5036
5037         * loop.h (struct induction): Rename ext_dependant to
5038         ext_dependent.
5039         * loop.c: Change all uses.
5040         (check_ext_dependant_givs): Rename to check_ext_dependent_givs.
5041         All callers changed.
5042         * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
5043
5044 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5045
5046         * c-parse.in (expr_no_commas, primary), c-typeck.c
5047         (parser_build_binary_op): Use IS_EXPR_CODE_CLASS.
5048
5049 2001-10-29  David Edelsohn  <edelsohn@gnu.org>
5050
5051         Undo assemble_name change in earlier patch.
5052
5053 Mon Oct 29 21:11:40 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5054
5055         * objc/objc-act.c (finish_message_expr): For the GNU runtime: when
5056         determining the type of the receiver, do not check that TREE_CODE
5057         of receiver is CALL_EXPR before calling receiver_is_class_object().
5058         (receiver_is_class_object): For the GNU runtime: recognize
5059         the case that the receiver is self in a class method context.
5060         Check that TREE_CODE of receiver is CALL_EXPR when checking that
5061         the receiver is a call to objc_get_class.
5062
5063 2001-10-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5064
5065         * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
5066
5067 Mon Oct 29 07:23:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5068
5069         * Makefile.in (OBJS): Put all files in alphabetical order.
5070
5071         * dwarf2out.c (add_const_value_attribute): Fix error in last
5072         change.
5073
5074 Mon Oct 29 12:43:06 CET 2001  Jan Hubicka  <jh@suse.cz>
5075
5076         * basic-block.h (purge_all_dead_edges): Add update_life_p argument.
5077         * cfgcleanup.c (merge_blocks): Update the life flag after merging;
5078         fix warning.
5079         * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
5080         (life_analysis): call purge_all_dead_edges after deleting noops.
5081         (delete_noop_move): Do not purge CFG.
5082         * toplev.c (rest_of_compilation): Update purge_all_dead_edges call.
5083
5084 2001-10-28  David Edelsohn  <edelsohn@gnu.org>
5085
5086         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
5087         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete.
5088         (ASM_GLOBALIZE_LABEL): Use assemble_name.
5089         (ASM_OUTPUT_COMMON): Likewise.
5090         * config/rs6000/rs6000.c (print_operand): Use assemble_name.
5091         (rs6000_output_function_epilogue): Likewise.
5092         (output_mi_thunk): Fix typo.
5093         (rs6000_output_symbol_ref): Use assemble_name.
5094         (output_toc): Likewise.
5095         * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete.
5096         * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete;
5097         assemble_name calls STRIP_NAME_ENCODING.
5098         (ASM_OUTPUT_LABEL): Use assemble_name.
5099         (ASM_GLOBALIZE_LABEL): Likewise.
5100         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5101         (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op.  Use assemble_name.
5102         (ASM_OUTPUT_LOCAL): Likewise.
5103
5104 Sun Oct 28 15:45:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5105
5106         * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
5107         (expand_builtin_apply, expand_builtin_return): Likewise.
5108         (expand_builtin_va_arg, expand_builtin_va_copy): Likewise.
5109
5110 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5111
5112         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
5113         ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
5114         c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
5115         configure, configure.in, except.c, except.h, flow.c, function.c,
5116         gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
5117         predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
5118         sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
5119         unroll.c: Fix spelling errors.
5120
5121         * doc/extend.texi, doc/invoke.texi: Fix spelling.
5122
5123         * doc/gcc.texi: Document use of "dependent" and American spelling.
5124
5125 Sun Oct 28 17:05:36 CET 2001  Jan Hubicka  <jh@suse.cz>
5126
5127         * expr.c (emit_group_load): Support CONCATs by storing them to memory
5128         and reloading.
5129
5130 Sun Oct 28 09:59:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5131
5132         * expr.c (store_constructor_field): Only call adjust_address on MEM.
5133
5134 Sun Oct 28 16:48:09 CET 2001  Jan Hubicka  <jh@suse.cz>
5135
5136         * genrecog.c (write_switch):  Output if before switch for
5137         DT_elt_zero_wide_safe.
5138
5139 2001-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5140
5141         * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
5142         * i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
5143         (FUNCTION_PROFILER): Const-ify.
5144         * halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
5145         (eliminate_constant_term, assemble_name, output_addr_const):
5146         Remove declarations.
5147         (ptr_half_pic_address_p, half_pic_hash): Prototype.
5148         (all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
5149         half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
5150         * halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
5151         (half_pic_declare, half_pic_external): Const-ify.
5152         * toplev.c: Include "halfpic.h".
5153
5154 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5155
5156         * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
5157         config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
5158         config/i386/i386.c, config/i386/i386-interix.h,
5159         config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
5160         config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
5161         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
5162         config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
5163         config/sparc/sparc.c, config/m68hc11/m68hc11.c,
5164         config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
5165         config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
5166         spelling errors.
5167
5168         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
5169         ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
5170         c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
5171         collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
5172         haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
5173         regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
5174         system.h, toplev.c: Fix spelling errors.
5175
5176 Sat Oct 27 17:32:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5177
5178         * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.
5179
5180         * dwarf2out.c (reg_number): Abort if pseudo.
5181         (reg_loc_descriptor): Return 0 if pseudo.
5182         (is_based_loc): Return 0 if pseudo.
5183         (mem_loc_descriptor): Return 0 for pseudo and handle 0 return from
5184         recursive calls.
5185         (concat_loc_descriptor): Return 0 if either part's descriptor is 0.
5186         (loc_descriptor): Return 0 if can't find location and handle 0
5187         return from recursive calls.
5188         (loc_descriptor_from_tree): Likewise.
5189         Fix handling of indirect.
5190         Also return 0 for PLACEHOLDER_EXPR.
5191         Clean up COMPONENT_REF cases.
5192         (add_AT_location_descriptor): Simplify, but handle 0 return from
5193         loc_descriptor.
5194         (add_const_value_attribute): Avoid shift count warning.
5195         (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
5196         Set comp_unit_die as context if not in function.
5197
5198         * config/mips/mips-protos.h: Break up long lines.
5199         Remove needless #ifdef/#endif blocks.
5200         Don't declare functions declared in file made by genpreds or recog.h.
5201         * config/mips/mips.c (mips_output_function_prologue): TSIZE
5202         is now HOST_WIDE_INT; delete unneeded casts.
5203         * config/mips/mips.h: Don't use #elif.
5204
5205         * expr.c (stor_constructor_field): Always call adjust_address.
5206         Copy TARGET before changing its alias set.
5207         (store_field): Likewise, for TO_RTX.
5208         (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
5209         replacement.
5210         (safe_from_p, case ADDR_EXPR): Properly check for conflict.
5211         (find_placeholder): Return 0 if can't find object.
5212         (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
5213         returns 0.
5214
5215 Sat Oct 27 16:31:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
5216
5217         * ifcvt.c (if_convert): Call clear_aux_for_blocks.
5218
5219 Sat Oct 27 12:12:09 CEST 2001  Jan Hubicka  <jh@suse.cz>
5220
5221         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
5222         merge_blocks_move_successors_nojumps): Set BB_UPDATE_LIFE.
5223         (merge_blocks): Properly udpate life after making edge nonfallthru.
5224         * cfgrtl.c (merge_blocks_nomove): Update global_live_at_end.
5225
5226 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5227
5228         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
5229
5230 2001-10-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5231
5232         * c-typeck.c (convert_arguments): When comparing for enumeral
5233         type equality, use TYPE_MAIN_VARIANT.
5234         * gcc.dg/Wconversion.c: New tests.
5235
5236 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5237
5238         * s390/s390.c: Fix comment typos.
5239         * s390/s390.h: Likewise.
5240         * s390/s390.md: Likewise.
5241
5242 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5243
5244         * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
5245         (walk_tree): Use it for tail calls where appropriate.
5246
5247 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5248
5249         * cse.c (check_for_label_ref): Don't require REG_LABEL notes for
5250         non-local label_refs.
5251
5252 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5253
5254         * config/h8300/h8300.md (4 anonymous patterns): New.
5255
5256 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5257
5258         * config/h8300/h8300.c (get_shift_alg): Clean up.  Return the
5259         algorithm through the shift_info structure.
5260         (emit_a_shift): Update the use of get_shift_alg.
5261
5262 2001-10-27  Daniel Berlin  <dan@cgsoftware.com>
5263
5264         * sched-rgn.c: Remove bitset typedef.
5265         Change bitset to sbitmap in prototypes / variable types.
5266         Remove bbset_size.
5267         Remove edgeset_bits.
5268         Remove edgeset_size.
5269         s/BITSET_ADD/SET_BIT/g
5270         s/BITSET_INVERT/sbitmap_ones/g
5271         s/BITSET_INTER/sbitmap_a_and_b/g
5272         s/BITSET_UNION/sbitmap_a_or_b/g
5273         s/BITSET_DIFFER/sbitmap_difference/g
5274         s/bitset_member/TEST_BIT/g
5275         (BITSET_*): Removed.
5276         (bitset_member): Removed.
5277         (extract_bitlst): Rewrite, now that we have sbitmaps, we can use
5278         EXECUTE_IF_SET_IN_SBITMAP.
5279         (split_edges): Rewrite, use sbitmap functions instead of bitset
5280         operations.
5281         (schedule_region): Allocate/free sbitmaps, rather than bitsets.
5282
5283 2001-10-26  Andreas Schwab  <schwab@suse.de>
5284
5285         * reload1.c (emit_input_reload_insns): Fix parens in last
5286         (undocumented) change that was supposed to change only whitespace.
5287
5288 Fri Oct 26 07:18:08 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5289
5290         * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.
5291
5292         * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for
5293         ASM_OPERANDS.
5294
5295 2001-10-26  Andreas Jaeger  <aj@suse.de>
5296
5297         * flow.c (clear_log_links): Remove unused variable.
5298         * cfgcleanup.c (cleanup_cfg): Likewise.
5299
5300 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5301
5302         * tree-inline.c (remap_decl): Don't copy size and size_unit here.
5303         (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node.
5304
5305 2001-10-26  Richard Henderson  <rth@redhat.com>
5306
5307         * config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG;
5308         rename PV_REG to R27_REG.
5309         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
5310         (REG_CLASS_FROM_LETTER): Update.
5311         (PREFERRED_RELOAD_CLASS): Don't widen a reg class.
5312         * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27.
5313         (udivsi3, modsi3, umodsi3): Likewise.
5314         (divdi3, udivdi3, moddi3, umoddi3): Likewise.
5315
5316 2001-10-26  Richard Henderson  <rth@redhat.com>
5317
5318         * cfg.c (clear_aux_for_blocks): Split out of ...
5319         (free_aux_for_blocks): here.
5320         (clear_aux_for_edges): Split from ...
5321         (free_aux_for_edges): here.
5322         * basic-block.h: Declare them.
5323         * lcm.c (compute_antinout_edge): Use them.
5324         (compute_laterin, compute_available, compute_nearerout): Likewise.
5325         (optimize_mode_switching): Likewise.
5326
5327 2001-10-26  Richard Henderson  <rth@redhat.com>
5328
5329         * Makefile.in (unstage*): Remove as, ld, collect-ld before
5330         moving everything back to the main build directory.
5331
5332 2001-10-26  Christopher Faylor  <cgf@redhat.com>
5333
5334         * config/i386/cygwin.h: Search target specific include directory, if
5335         appropriate.
5336
5337 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5338
5339         * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
5340         of macro guards. Fix #endif comment.
5341
5342         * output.h (default_exception_section, default_eh_frame_section):
5343         Move prototypes outside of macro guard.
5344
5345         * crtstuff.c: Fix #endif comment.
5346
5347 Thu Oct 25 12:21:58 2001  Jeffrey A Law  (law@cygnus.com)
5348
5349         * doc/md.texi (movMM): Clarify semantics of storing into a
5350         non-paradoxical SUBREG.
5351
5352 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5353
5354         * langhooks.c (lang_hook_default_clear_binding_stack): New.
5355         (lang_hook_default_get_alias_set): Move next to other alias
5356         hooks.
5357         * langhooks.h: Prototype lang_hook_default_clear_binding_stack.
5358         (LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
5359         (LANG_HOOKS_INITIALIZER): Add it.
5360         * toplev.h (struct lang_hooks): Add clear_binding_stack.
5361         * toplev.c (compile_file):  Call lang_hooks.clear_binding_stack
5362         instead of a loop calling poplevel.
5363
5364 2001-10-25  Nick Clifton  <nickc@cambridge.redhat.com>
5365
5366         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Replace
5367         occurrences of #elif with #if...#endif.
5368
5369 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5370
5371         * cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
5372
5373 Thu Oct 25 08:46:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5374
5375         * alias.c (can_address_p): No longer static.
5376         * emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
5377         Return 0 if all parameters are default values.
5378         (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
5379         (adjust_address_1): Try harder to compute a size.
5380         * expr.c (expand_assignment, store_constructor): If can't address,
5381         set MEM_KEEP_ALIAS_SET_P.
5382         (store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
5383         (store_field): Likewise.
5384         (store_constructor): Simplify call to store_constructor_field.
5385         * expr.h (can_address_p): New declaration.
5386         * gensupport.c (gen_rtx_CONST_INT): New function.
5387         * rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
5388         (MEM_SIZE): Get size from mode, if not set and not BLKmode.
5389         (MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.
5390
5391         * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
5392
5393 2001-10-24  Christopher Faylor  <cgf@redhat.com>
5394
5395         * config/i386/cygwin.h: Use proper path for mingw crt files when
5396         -mno-cygwin.
5397
5398 Wed Oct 24 18:43:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5399
5400         * dwarf2out.c (file_info_cmp): Always return consistent results.
5401
5402 2001-10-24  Roger Sayle <roger@eyesopen.com>
5403
5404         * stmt.c (expand_end_case): Index jumptables from zero for
5405         suitably small values of minval.
5406
5407 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5408
5409         * stor-layout.c (place_union_field): If any field was aligned with
5410         attribute aligned, set record type's TYPE_USER_ALIGN.
5411         (place_field): Likewise.
5412         (finalize_record_size): Don't clear TYPE_USER_ALIGN.
5413         (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
5414
5415 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
5416
5417         * c-common.h (struct c_common_identifier): Remove rid_code field.
5418         (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
5419
5420         * c-typeck.c (constructor_designated): New local flag.
5421         (struct constructor_stack): Add "designated" field to match.
5422         (start_init): Clear it.
5423         (really_start_incremental_init, push_init_level): Push and
5424         clear it.
5425         (pop_init_level): Pop it.
5426         (set_designator): Set it.
5427
5428         (pop_init_level): Suppress "missing initializer" warnings if
5429         constructor_designated is true.
5430         (process_init_element): Suppress warning about union
5431         initialization under traditional C, if constructor_designated
5432         is true.
5433
5434 Wed Oct 24 15:35:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5435
5436         * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
5437         change.
5438
5439 Wed Oct 24 13:26:12 2001  Jeffrey A Law  (law@cygnus.com)
5440
5441         * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
5442
5443 2001-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5444
5445         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
5446         the node was already a set to a constant.
5447
5448 Wed Oct 24 12:41:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5449
5450         * emit-rtl.c (set_mem_attributes): Fix typo in last change.
5451         * print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.
5452
5453 2001-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5454
5455         * s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
5456         (ASM_OUTPUT_ASCII): Const-ify.  Fix signed/unsigned warning.
5457         (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
5458         * s390.c (s390_final_chunkify): Don't use string concatenation.
5459         (s390_function_prologue, s390_function_epilogue): Const-ify.
5460         * s390.h (FUNCTION_PROFILER): Remove unused variable.
5461
5462 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5463
5464         * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
5465         prototypes.
5466
5467 2001-10-23  Stan Shebs  <shebs@apple.com>
5468
5469         * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
5470         -traditional-cpp in first-stage compilation.
5471
5472 Tue Oct 23 21:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5473
5474         * gensupport.c (target_flags): Add.
5475
5476 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
5477
5478         * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
5479         if needed.
5480         (expand_builtin_longjmp, expand_builtin_alloca): Likewise.
5481         * except.c (expand_builtin_frob_return_addr): Likewise.
5482         (expand_builtin_eh_return): Likewise.
5483         * stmt.c (expand_computed_goto): Likewise.
5484         * explow.c (memory_address): Likewise.
5485         (allocate_dynamic_stack_space): Clean up predicate testing.
5486         (probe_stack_range): Convert SIZE to Pmode.
5487         * calls.c (rtx_for_function_call): Only call convert_memory_address
5488         if needed.
5489         Pass function call operand as ptr_mode, not Pmode.
5490         * expr.c (expand_assignment): Clean up calls to convert_memory
5491         address by only doing so when needed and making offsets Pmode.
5492         (store_constructor, expand_expr, expand_expr_unaligned): Likewise.
5493         * function.c (assign_parms): Ensure address in MEM for RESULT_DECL
5494         is in Pmode, not ptr_mode.
5495
5496 2001-10-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5497
5498         * darwin-protos.h (constructor_section, destructor_section,
5499         mod_init_section, mod_term_section): Prototype.
5500         * darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
5501         Const-ify.
5502         * darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
5503         Likewise.
5504         (SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
5505         objc_section_init declaration.
5506         (EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
5507         (objc_section_init, try_section_alias): Make static.
5508         (alias_section): Make static and hide unused function.
5509         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
5510
5511 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5512
5513         * alias.c (can_address_p): Compnonents are not addressable if
5514         the containing type has alias set 0.
5515         (get_alias_set): Rework to use STRIP_NOPS.
5516         Only call front-end routine on object, type, or object with
5517         NOPs stripped, not inner values.
5518         Use language hook to call front-end routine.
5519         * builtins.c (get_memory_rtx): Always call set_mem_attributes.
5520         (expand_builtin_apply): Call set_mem_align on MEMs we make.
5521         Don't pass alignment to emit_block_move.
5522         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
5523         (expand_builtin_memset): Likewise, but for clear_storage.
5524         * c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
5525         and remove C++ specific parts.
5526         * c-common.h (c_common_get_alias_set): Add declaration.
5527         * c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
5528         * calls.c (emit_call_1): Fix typo in sibcall_pop case.
5529         (save_fixed_argument_area): Call set_mem_align.
5530         Remove alignment in call to emit_block_move.
5531         (emit_library_call_value_1, store_one_arg): Likewise.
5532         (target_for_arg): Remove; disabled long ago.
5533         * emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
5534         once and similar cleanups.
5535         (offset_address): Use proper introductory comment.
5536         * expr.c (emit_block_move): Use alignment from that of MEM args, not
5537         from explicit operand; all callers changed.
5538         (clear_storage): Likewise.
5539         (expand_assignment): Don't call set_mem_alias_set on to_rtx.
5540         (store_field): Remove kludge on alias set used for to_rtx.
5541         (highest_pow2_factor, case *_DIV_EXPR): Never return 0.
5542         (expand_expr_unaligned): Call set_mem_attributes instead of
5543         set_mem_alias_set.
5544         * expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
5545         * function.c (assign_stack_temp_for_type): Set MEM alignment.
5546         (expand_function_end): Track MEM attributes of trampolines.
5547         * ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
5548         * integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
5549         attributes from original.
5550         * langhooks.c (lang_hook_default_get_alias_set): New function.
5551         (hook_get_alias_set_0): New function.
5552         * langhooks.h (hook_get_alias_set_0): New declaration.
5553         (lang_hook_default_get_alias_set): Likewise.
5554         (LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
5555         * reload1.c (alter_reg): Use adjust_address_nv.
5556         * rtl.c (get_mode_alignment): Moved to here.
5557         * rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
5558         change default if unknown from 1 to BITS_PER_UNIT.
5559         * stor-layout.c (get_mode_alignment): Remove from here.
5560         * toplev.h (struct lang_hoks): Add get_alias_set field.
5561         * tree.h (lang_get_alias_set): Delete declaration.
5562         * config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
5563         * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
5564         (ix86_va_arg): Likewise.
5565         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
5566         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5567         * config/sparc/sparc.c (sparc_va_arg): Likewise.
5568         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
5569         (expand_block_move_mem): Remove dead code.
5570
5571 2001-10-22  Neil Booth  <neil@daikokuya.demon.co.uk>
5572
5573         * c-common.c (warn_div_by_zero): New.
5574         * c-common.h (warn_div_by_zero): New.
5575         * c-decl.c (c_decode_option): Take it on the command line.
5576         * c-typeck.c (build_binary_op): Warn about division by zero.
5577         * doc/invoke.texi: Document the new command line option, fix
5578         documentation of -Wmultichar.
5579         * testsuite/gcc.dg/divbyzero.c: New tests.
5580         * testsuite/gcc.dg/noncompile/20010524-1.c: Update.
5581
5582 Tue Oct 23 15:30:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
5583
5584         * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
5585
5586         * toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
5587         to avoid update_life_info call.
5588         * basic-block.h (CLEANUP_UPATE_LIFE): Define.
5589         * cfgcleanup.c (bb_flags): New enum.
5590         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
5591         (notice_new_block, update_forwarder_flag): New functions.
5592         (try_simplify_condjump): Use FORWARDER_BLOCK_P.
5593         (try_forward_edges): Likewise; update flags.
5594         (merge_blocks): Likewise.
5595         (outgoing_edges_match): Likewise.
5596         (try_crossjump_to_edge): Likewise.
5597         (try_optimize_cfg): Likewise; initialize and clear the flags;
5598         recompute life info if needed.
5599         (cleanup_cfg): No need to clear aux pointers.
5600
5601 2001-10-23  Alexandre Oliva  <aoliva@redhat.com>
5602
5603         * config/i386/i386.c (override_options): Default to minimum
5604         stack alignment when optimizing for code size.
5605         * doc/invoke.texi (-mpreferred-stack-boundary): Document the
5606         change.
5607
5608         * config/i386/i386.c (override_options): Set upper limit of
5609         -mpreferred-stack-boundary to 12.
5610
5611 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
5612
5613         * recog.c (peephole2_optimize): Add default case to switch.
5614
5615 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5616
5617         * doc/gcc.texi (Sending Patches): Remove.
5618
5619 2001-10-22  Hans-Peter Nilsson  <hp@bitrange.com>
5620
5621         * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
5622         fields when comparing.
5623
5624 2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5625
5626         * arm.h (HOST_INT, HOST_UINT): Delete.  Remove all uses.
5627         * arm.c (HOST_INT, HOST_UINT): Likewise.
5628
5629 2001-10-22  Stan Shebs  <shebs@apple.com>
5630
5631         * config/darwin-protos.h (darwin_exception_section): Declare.
5632         (darwin_eh_frame_section): Declare.
5633
5634 Mon Oct 22 18:21:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
5635
5636         * i386.md (movti_rex64): Fix mode.
5637
5638 2001-10-22  Stan Shebs  <shebs@apple.com>
5639
5640         * target.h (struct gcc_target): Add asm_out.exception_section,
5641         asm_out.eh_frame_section.
5642         * target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
5643         (TARGET_ASM_EH_FRAME_SECTION): New.
5644         (TARGET_INITIALIZER): Update.
5645         * output.h (default_exception_section): Declare.
5646         (default_eh_frame_section): Declare.
5647         * dwarf2out.c: Include target.h.
5648         (output_call_frame_info): Call target hook for eh frames.
5649         (default_eh_frame_section): New function.
5650         * except.c: Include target.h.
5651         (output_function_exception_table): Call target hook for exception
5652         section.
5653         * varasm.c (default_exception_section): Rename from
5654         exception_section, remove EXCEPTION_SECTION macro.
5655
5656         * config/darwin.h (darwin_eh_frame_section): New function.
5657         (EXCEPTION_SECTION): Remove.
5658         (TARGET_ASM_EXCEPTION_SECTION): Define.
5659         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
5660         (nextstep_exception_section): New function.
5661         (nextstep_eh_frame_section): New function.
5662         (TARGET_ASM_EXCEPTION_SECTION): Define.
5663         (TARGET_ASM_EH_FRAME_SECTION): Define.
5664
5665         * config/pa/som.h (EXCEPTION_SECTION): Remove.
5666         (TARGET_ASM_EXCEPTION_SECTION): Define.
5667         * config/rs6000/sysv4.h, config/rs6000/xcoff.h
5668         (EXCEPTION_SECTION): Remove.
5669         (TARGET_ASM_EXCEPTION_SECTION): Define.
5670         * config/stormy16/stormy16.h: Remove comments referencing
5671         EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
5672
5673         * doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
5674         TARGET_ASM_EH_FRAME_SECTION.
5675
5676 2001-10-22  Nick Clifton  <nickc@cambridge.redhat.com>
5677
5678         * config/mips/mips.md (mul_acc_si): Fix precedence of conditional
5679         terms.
5680
5681         * c-format.c: Fix spelling typo in comment.
5682
5683         * sched-int.h: Fix typo in GCC preamble.
5684
5685 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5686
5687         PR debug/4252
5688         * doc/invoke.texi: Remove references to -fdump-translation-unit.
5689
5690 2001-10-22  Richard Henderson  <rth@redhat.com>
5691
5692         * config/i386/i386.c (ix86_expand_clear): New.
5693         * config/i386/i386-protos.h: Declare it.
5694         * config/i386/i386.md (setcc peep2s): Use it.
5695         (movsi_xor): Unexport.
5696
5697 2001-10-22  Richard Henderson  <rth@redhat.com>
5698
5699         * flow.c (clear_log_links): Use free_INSN_LIST_list, not
5700         free_EXPR_LIST_list for LOG_LINKS.
5701
5702 2001-10-21  Robert Lipe  <robertlipe@usa.net>
5703
5704         * config/i386/i386.c (sco_asm_named_section): Delete.
5705         (sco_asm_out_constructor): Delete.
5706         * config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
5707         (ASM_OUTPUT_DOUBLE_INT): Likewise.
5708         (TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
5709         (TARGET_ASM_NAMED_SECTION): Use default for ELF.
5710         (EXCEPTION_SECTION): Delete EH scn renaming hack.
5711
5712 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5713
5714         * c-format.c (maybe_read_dollar_number): Use safe-ctype macros
5715         and/or fold extra calls into fewer ones.
5716         * collect2.c (dump_file): Likewise.
5717         * cppexp.c (parse_number): Likewise.
5718         * cpplex.c (_cpp_lex_direct): Likewise.
5719         * final.c (output_asm_insn, asm_fprintf): Likewise.
5720         * fix-header.c (inf_scan_ident, main): Likewise.
5721         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
5722         Likewise.
5723         * fold-const.c (real_hex_to_f): Likewise.
5724         * gen-protos.c (parse_fn_proto): Likewise.
5725         * genattrtab.c (check_attr_test, check_attr_value): Likewise.
5726         * genrecog.c (change_state, write_action): Likewise.
5727         * gensupport.c (shift_output_template): Likewise.
5728         * local-alloc.c (requires_inout): Likewise.
5729         * mips-tfile.c (IS_ASM_IDENT): Likewise.
5730         * protoize.c (is_id_char, main): Likewise.
5731         * real.c (asctoeg): Likewise.
5732         * recog.c (asm_operand_ok): Likewise.
5733         * reload.c (find_reloads): Likewise.
5734         * scan.c (scan_identget_token): Likewise.
5735         * sched-vis.c (print_value): Likewise.
5736         * stringpool.c (ggc_alloc_string): Likewise.
5737         * toplev.c (read_integral_parameter, decode_g_option): Likewise.
5738         * tradcif.y (parse_number, yylex, parse_escape): Likewise.
5739         * tradcpp.c (rescan): Likewise.
5740         * tree.c (clean_symbol_name): Likewise.
5741         * varasm.c (decode_reg_name): Likewise.
5742
5743         * alpha.h (ASM_OUTPUT_ASCII): Likewise.
5744         * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
5745         * dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
5746         * m88k.c (output_ascii): Likewise.
5747         * m88k.h (OVERRIDE_OPTIONS): Likewise.
5748         * mcore.h (REG_CLASS_FROM_LETTER): Likewise.
5749         * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
5750         * sh.h (REG_CLASS_FROM_LETTER): Likewise.
5751
5752 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5753
5754         * langhooks.c (lang_hook_default_do_nothing,
5755         lang_hook_default_decode_option): New defaults.
5756         * langhooks.h: Make hooks unconditional and non-NULL.
5757         * toplev.c (compile_file, toplev_main): Update.
5758         * toplev.h: Update comments.
5759         * objc/objc-act.c (lang_hooks): Update to new paradigm.
5760
5761 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5762
5763         * arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
5764
5765         * system.h (IN_RANGE): New macro.
5766
5767 2001-10-21  Zack Weinberg  <zack@codesourcery.com>
5768
5769         * aclocal.m4 (AM_WITH_NLS): Also create and substitute
5770         INTLDEPS variable, which does not include $LIBICONV.
5771         * Makefile.in: Use INTLDEPS in LIBDEPS.
5772         * configure: Regenerate.
5773
5774 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5775
5776         * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
5777         * cpplex.c (lex_percent, lex_dot): Remove.
5778         (get_effective_char, skip_block_comment, skip_line_comment,
5779         parse_identifier_slow, parse_number, parse_string, save_comment,
5780         _cpp_lex_direct): Update to do lookback freely.
5781         (IF_NEXT_IS, BACKUP): New macros.
5782         * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
5783         * cppmacro.c (paste_tokens): Update.
5784
5785 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
5786
5787         * doc/invoke.texi (i386 and x86-64 Options): Fix typo.
5788
5789 2001-10-20  Hans-Peter Nilsson  <hp@axis.com>
5790
5791         * reload1.c (reload): Check CONSTANT_P before calling
5792         LEGITIMATE_PIC_OPERAND_P.
5793         * config/cris/cris.c (cris_legitimate_pic_operand): Revert
5794         workaround of 2001-10-13.
5795
5796 Sat Oct 20 15:16:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
5797
5798         * i386.c (split_di): Handle splitting of DFmode.
5799
5800 Sat Oct 20 07:27:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5801
5802         * emit-rtl.c (set_mem_attributes): Alignment is in bits.
5803         (adjust_address_1, offset_address): Likewise.
5804
5805         * final.c (output_asm_operand_names): New fcn, from output_asm_insn.
5806         (output_asm_insn): Call it for each line output.
5807         Don't record an operand more than once.
5808
5809         * toplev.h (struct lang_hooks): HONOR_READONLY now bool.
5810         * main.c: Include config.h and system.h, but not ansidecl.h.
5811         * Makefile.in (main.o): Update accordingly.
5812
5813 Sat Oct 20 12:05:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
5814
5815         * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
5816
5817 Sat Oct 20 12:01:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
5818
5819         * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
5820         * cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
5821         Break out from ...
5822         (find_sub_basic_blocks): ... here;
5823         (find_many_sub_basic_blocks): New.
5824         * recog.c (split_all_insns): Update find_sub_basic_blocks call.
5825
5826         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
5827
5828         * i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
5829
5830         * i386.c (split_di, split_ti): Revamp to use simplify_subreg.
5831
5832         * timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
5833         * flow.c (update_life_info): Measure time.
5834         * c-decl.c: Include timevar.h
5835         (c_expand_body): Measure time.
5836         * toplev.c (rest_of_compilation): Measure time of mode switching
5837         separately.
5838         * Makefile.in (c-decl.o, cfgcleanup.o): Add dependency.
5839
5840         * toplev.c (flag_asynchronous_unwind_tables): New global variable.
5841         (lang_independent_options): Add asynchronous-unwind-tables
5842         (toplev_main): flag_asynchronous_unwind_tables implies
5843         flag_unwind_tables.
5844         * flags.h (flag_asynchronous_unwind_tables): Declare.
5845         * dwarf2out.c (dwarf2out_stack_adjust): Take into account
5846         flag_asynchronous_unwind_tables.
5847         (output_call_frame_info): Likewise.
5848         * invoke.texi (-fasynchronous-unwind-tables): Document.
5849         * i386.c (optimization_options): Enable
5850         flag_asynchronous_unwind_tables.
5851
5852         * i386.c (ix86_expand_setcc):  Always expect target to be QImode.
5853         * i386.md (s* expanders): Destination is QImode.
5854
5855         * toplev.c (rest_of_compilation): Do not call clear_log_links.
5856         * rtl.h (clear_log_links): Kill.
5857         * flow.c (clear_log_links): Make static; accept blocks parameter;
5858         do no clear life info.
5859         (update_life_info): Call clear_log_links.
5860
5861         * cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
5862
5863 2001-10-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5864
5865         * cpplex.c (handle_newline, skip_escaped_newlines,
5866         get_effective_char, skip_block_comment, skip_line_comment,
5867         parse_identifier_slow, parse_number, parse_string,
5868         _cpp_lex_direct): Update to do more stepping back.
5869         (trigraph_ok): Similarly.  Rename trigraph_p.
5870         (SAVE_STATE, RESTORE_STATE): Remove.
5871         (BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.
5872
5873         * cpplib.c (destringize): Rename destringize_and_run, and
5874         call run_directive directly.
5875         (_cpp_do__Pragma): Simplify.
5876
5877 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5878
5879         * pe.c (arm_pe_unique_section): Const-ify.
5880         * pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
5881         (switch_to_section): Add static prototype.
5882
5883         * output.h (drectve_section): Prototype.
5884
5885 2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5886
5887         * config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
5888         fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
5889         parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
5890         i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
5891         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
5892         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
5893         i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
5894         i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
5895         i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
5896         i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
5897         i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
5898         i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
5899         ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
5900         mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
5901         powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
5902         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
5903         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
5904         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
5905         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
5906         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
5907         rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
5908         sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
5909         v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
5910         cris-*-none, cris-*-linux*: Update ${tmfile} list.
5911         (c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
5912         i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
5913         mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
5914         powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
5915         v850-*-*): Delete superflous ${cpu_type} setting.
5916         * config/linux.h: Delete svr4.h include.
5917         (SET_ASM_OP): Delete.
5918         * config/netware.h (INT_ASM_OP): Undef before define.
5919         * config/ptx4.h: Delete elfos.h include.
5920         (PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
5921         * config/svr4.h: Delete elfos.h include. Update commentary.
5922         * config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
5923         config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
5924         config/mn10200/mn10300.h, config/stormy16/stormy16.h,
5925         config/v850/v850.h: Delete svr4.h include.
5926         * config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
5927         config/m68k/m68kv4.h, config/m88k/sysv4.h,
5928         config/sparc/sysv4.h: Update includes.
5929         * config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
5930         config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
5931         config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
5932         config/m88k/dguxbcs.h: Delete includes.
5933         * config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
5934         (PREFERRED_DEBUGGING_TYPE): Undef before defining it.
5935         * config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
5936         it.
5937         * config/m88k/dgux.h: Delete include.
5938         (SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
5939         defining it.
5940         * config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
5941         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
5942         * config/sh/elf.h: Update include.
5943         (SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
5944         DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
5945
5946 2001-10-19  Catherine Moore  <clm@redhat.com>
5947
5948         * config/stormy16/stormy-abi:  Updates to varargs descriptions.
5949         * config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
5950         base and count fields.
5951         (stormy16_expand_builtin_va_start):  last_reg_count changed to
5952         size_of_reg_args.  Use count + size in first comparison.
5953
5954 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5955
5956         * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
5957         * toplev.h (struct lang_hooks): New field HONOR_READONLY.
5958         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
5959         TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
5960         Set alignment from type if INDIRECT_REF.
5961         (adjust_address_1, offset_address): Simplify alignment compuitation.
5962         * expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
5963         here; done by set_mem_attributes.
5964
5965 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5966
5967         * Makefile.in (rtlanal.o): Depend on $(TM_P_H).
5968         * arm-protos.h (rdata_section, zero_init_section, common_section):
5969         Prototype.
5970         * arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
5971         * avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
5972         traditional mode stringification.
5973         * function.c (thread_prologue_and_epilogue_insns): Wrap variable
5974         in macros controling its use.
5975         * rtlanal.c: Include tm_p.h.
5976         * varasm.c (asm_output_aligned_bss): Mark parameter with
5977         ATTRIBUTE_UNUSED.
5978         (assemble_constant_align, assemble_start_function, assemble_align,
5979         assemble_variable, assemble_trampoline_template,
5980         output_constant_def_contents): Wrap potentially empty if-stmt body
5981         in brackets.
5982
5983 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5984
5985         * a29k-protos.h (literal_section): Prototype.
5986         * a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
5987         * a29k.md: Ensure function pointers are prototyped.
5988         * genattrtab.c (write_eligible_delay): Mark parameter with
5989         ATTRIBUTE_UNUSED.
5990
5991 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5992
5993         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
5994         * 1750a.c (print_operand): Fix format specifier warning.
5995         * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
5996         * 1750a.md: Likewise.
5997         * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
5998         * genemit.c (output_add_clobbers): Mark parameter with
5999         ATTRIBUTE_UNUSED.
6000         * genrecog.c (write_subroutine): Likewise.
6001         * integrate.c (expand_inline_function): Delete unused variable.
6002         * varasm.c (remove_from_pending_weak_list): Wrap with
6003         ASM_WEAKEN_LABEL.
6004
6005 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6006
6007         * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
6008         field is different to previous argument's neg field.
6009
6010         * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
6011
6012 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6013
6014         * final.c (get_decl_from_op): New function.
6015         (output_asm_insn): Call it; write "*" when item with decl is address.
6016
6017 2001-10-19  Janis Johnson  <janis187@us.ibm.com>
6018
6019         * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
6020         about 64-bit support from the 3.0_branch version.
6021
6022 2001-10-19  Zack Weinberg  <zack@codesourcery.com>
6023
6024         * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
6025         USE_INCLUDED_LIBINTL when appropriate.
6026         * configure, config.in: Regenerate.
6027         * Makefile.in (datadir): Set to @datadir@.
6028         (intl.o): Also depend on $(CONFIG_H) and system.h.
6029
6030         * intl.c: Factor out common gettext initialization sequence.
6031         (gcc_init_libintl):  New function.
6032         * intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
6033         otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
6034         off NLS.  Add multiple include guard.  No need to #ifdef-guard
6035         an #undef.  Prototype gcc_init_libintl here.
6036
6037         * collect2.c (main), cppmain.c (general_init), gcc.c (main),
6038         gcov.c (main), protoize.c (main), toplev.c (toplev_main):
6039         Use gcc_init_libintl.
6040
6041 2001-10-19  Catherine Moore  <clm@redhat.com>
6042
6043         * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
6044
6045         * config/stormy16/stormy16.c (stormy16_split_move):  Make
6046         sure that REG_INC notes are present for auto_inc operands.
6047
6048 2001-10-19  Andreas Jaeger  <aj@suse.de>
6049
6050         * configure: Regenerated.
6051         * configure.in: Add x86_64 to switch statements.
6052
6053 2001-10-18  Richard Henderson  <rth@redhat.com>
6054
6055         * config/alpha/alpha.md (sibcall_osf_1): Load destination
6056         address into $27 explicitly.
6057         (sibcall_value_osf_1): Likewise.
6058
6059 Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6060
6061         * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
6062         (offset_address): New function.
6063         (free_emit_status): Free regno_decl.
6064         (init_emit): Pass proper number of elements to xcalloc.
6065         Allocate regno_decl.
6066         (mark_emit_status): Mark regno_decl values.
6067         * expr.c (highest_pow2_factor): New function.
6068         (expand_assigment): Use it and offset_address.
6069         Properly handle ptr_mode vs. Pmode in offset calculation.
6070         (store_constructor, expand_expr_unaligned): Likewise.
6071         (expand_expr, case COMPONENT_EXPR): Likewise.
6072         * expr.h (offset_address): New decl.
6073         * function.h (struct emit_status): Add regno_decl.
6074         (REGNO_DECL): New macro.
6075         * final.c (output_asm_name): Move in file and don't conditionalize
6076         on flag_print_asm_name.
6077         (output_asm_insn): Only call output_asm_name if flag_print_asm_name.
6078         Output names of operands, if known.
6079         * function.c (assign_parms): Set REGNO_DECL.
6080         * integrate.c (integrate_decl_tree): Likewise.
6081         * stmt.c (expand_decl): Likewise.
6082         * regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
6083
6084 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
6085
6086         * attribs.c (handle_noinline_attribute): New function.
6087         (handle_used_attribute): Likewise.
6088         (c_common_attribute_table): Added noinline and used.
6089         * doc/extend.texi (Function Attributes): Document them.
6090         * c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
6091         Warn when merging inline with attribute noinline.
6092         (start_decl, start_function): Warn if inline and attribute
6093         noinline appear in the same declaration.
6094
6095 2001-10-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6096
6097         * config.gcc: Update c4x and i370 for C front end-specific
6098         dependencies.
6099         * config/c4x/c4x-c.c: New.
6100         * config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
6101         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
6102         New declarations.
6103         * config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
6104         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
6105         Make extern.
6106         (c4x_init_pragma): Remove.
6107         (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
6108         c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
6109         c4x_pr_ignored): Move to c4x-c.c.
6110         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
6111         * config/c4x/t-c4x: Update.
6112         * config/i370/i370-c.c: New.
6113         * config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
6114         (i370_pr_map): Move to i370-c.c.
6115         * config/i370/t-i370: New.
6116
6117         * doc/tm.texi: Update.
6118
6119 2001-10-17  Stan Shebs  <shebs@apple.com>
6120
6121         * config/rs6000/rs6000.c: Make assorted mechanical formatting and
6122         typo fixes throughout.
6123         (machopic_output_stub): Remove some dead code.
6124
6125 2001-10-17  Richard Earnshaw <rearnsha@arm.com>
6126
6127         * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
6128         leak.
6129
6130 Wed Oct 17 05:26:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6131
6132         * Makefile.in (print-rtl.o): Depend on TREE_H.
6133         * alias.c (get_alias_set): Make two passes over objects to first
6134         see if inner object is access via restricted pointer.
6135         Defer allocating alias set for restricted pointer until here.
6136         Call find_placeholder with second arg nonzero.
6137         Minor cleanups.
6138         * c-common.c (c_apply_type_quals_to_decl): Defer getting alias
6139         set for restricted pointer types.
6140         * emit-rtl.c (set_mem_attributes): Set more attributes.
6141         (set_mem_align, change_address, adjust_address_1): New functions.
6142         (change_address_1): Now static.
6143         (adjust_address, adjust_address_nv): Deleted.
6144         (replace_equiv_address): Call change_address_1.
6145         * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
6146         (find_placeholder): Get starting point from PLIST arg.
6147         (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
6148         * expr.h (set_mem_align, change_address, adjust_address_1): New decls.
6149         (adjust_address, adjust_address_nv): New macros.
6150         * print-rtl.c (tree.h): New include.
6151         (print_rtx, case MEM): Print all memory attributes.
6152
6153 2001-10-17  Richard Henderson  <rth@redhat.com>
6154
6155         * config/alpha/alpha.c (direct_call_operand): Don't fall off end.
6156
6157 2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6158
6159         * c-tree.texi: Eliminate duplicated word.
6160         * cpp.texi: Likewise.
6161         * install.texi: Likewise.
6162         * invoke.texi: Likewise.
6163         * tm.texi: Likewise.
6164
6165 2001-10-17  Michael Collison  <collison@isisinc.net>
6166
6167         * dsp16xx.c: Fix comment formatting to match GNU standards.
6168         (dsp16xx_output_function_prologue): Change type of 'size'
6169         parameter from 'int' to HOST_WIDE_INT.
6170         (dsp16xx_output_function_epilogue): Change type of 'size'
6171         parameter from 'int' to HOST_WIDE_INT.
6172
6173 2001-10-16  Richard Henderson  <rth@redhat.com>
6174
6175         * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
6176         * configure, config.in: Rebuild.
6177
6178         * config/i386/i386.c (ix86_output_addr_vec_elt): New.
6179         (ix86_output_addr_diff_elt): New.
6180         * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
6181         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
6182         (JUMP_TABLES_IN_TEXT_SECTION): New.
6183         * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
6184         * config/i386/i386-protos.h: Update.
6185
6186         * config/i386/386bsd.h, config/i386/beos-elf.h,
6187         config/i386/freebsd-aout.h, config/i386/freebsd.h,
6188         config/i386/i386-interix.h, config/i386/i386elf.h,
6189         config/i386/linux.h, config/i386/netbsd-elf.h,
6190         config/i386/netbsd.h, config/i386/openbsd.h,
6191         config/i386/ptx4-i.h, config/i386/rtemself.h,
6192         config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
6193         (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
6194
6195 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
6196
6197         * stmt.c (expand_asm_operands): Update commentary.
6198
6199 2001-10-16  Stan Shebs  <shebs@apple.com>
6200
6201         * config/darwin.h (GCC_NAME): Remove, no longer used.
6202         (NO_MATH_LIBRARY): Ditto.
6203         (MATH_LIBRARY): Define to emptiness.
6204         (DWARF2_DEBUGGING_INFO): Define.
6205         (PREFERRED_DEBUGGING_TYPE): Define.
6206         (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
6207         (EXCEPTION_SECTION): Define.
6208         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
6209         * config/darwin.c (darwin_encode_section_info): Handle case of
6210         DECL_INITIAL being error_mark_node.
6211
6212 2001-10-16  Richard Henderson  <rth@redhat.com>
6213
6214         * alpha.c (current_file_function_operand): Don't fail for profiling.
6215         (direct_call_operand): New.
6216         * alpha-protos.h: Declare it.
6217         * alpha.h (EXTRA_CONSTRAINT): Use it.
6218         (PREDICATE_CODES): Add it.
6219         (ASM_OUTPUT_MI_THUNK): Remove.
6220         * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
6221         * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
6222
6223 2001-10-16  Krister Walfridsson  <cato@df.lth.se>
6224
6225         * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
6226         (JUMP_TABLES_IN_TEXT_SECTION): Define.
6227
6228 Wed Oct 17 00:21:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
6229
6230         * cfg.c (free_edge): Break out from ....
6231         (remove_edge): ... here.
6232         (clear_edges): Use free_edge.
6233
6234         * att.h (ASM_QUAD): Add comment.
6235         * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
6236
6237 Wed Oct 17 00:01:02 CEST 2001  Jan Hubicka  <jh@suse.cz>
6238
6239         * i386.c (split_ti): New function.
6240         (ix86_split_to_parts): Support TImodes.
6241         * i386.h (VALID_INT_MODE_P): Add TImode.
6242         * i386.md (movdi splitter): Fix.
6243         (movti): Support 64bit integer registers.
6244         (movti_rex64): New function and splitter.
6245
6246         * i386.c (*_cost): Add movsx/movzx cost.
6247         * i386.h (struct processor_costs): Add movsx/movzx fields.
6248         (RTX_COSTS): Handle zero/sign extend + avoid believing that
6249         64bit operations require split on 64bit machine.
6250         (CONST_COST): Make large 64bit constants expensive on 64bit compilation.
6251
6252         * i386.c (ix86_setup_incoming_varargs): Fix mode of PLUS.
6253         (ix86_expand_move): Avoid pushes of memory if size does not match;
6254         move long constants to register.
6255         (x86_initialize_trampoline): Fix mode.
6256         * i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
6257         Use ASM_QUAD on 64bit.
6258         * i386.md (test pattern): Disallow impossible constants.
6259         (tablejump PIC expander): Fix emitting of sum.
6260         (movdicc_rex64): Rename to movdicc.
6261         * linux64.h (LINK_SPEC): Add missing '%'.
6262
6263 2001-10-16  Alexandre Oliva  <aoliva@redhat.com>
6264
6265         * tree-inline.c (inlinable_function_p): Leave it up to the
6266         front-end to turn -finline-functions into DECL_INLINE set for all
6267         functions.
6268
6269 2001-10-16  Stan Shebs  <shebs@apple.com>
6270
6271         * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
6272
6273 2001-10-16  Alan Modra  <amodra@bigpond.net.au>
6274
6275         * recog.c: Formatting and comment typo fixes.
6276
6277         * configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
6278         version in single tree build.
6279         * configure: Regenerate.
6280
6281 2001-10-15  David Edelsohn  <edelsohn@gnu.org>
6282
6283         * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
6284         MODE arguments to gen_rtx and compare operand with const0_rtx.
6285
6286 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6287
6288         * system.h: Poison old unused target macros.
6289         * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
6290         * config/stormy16/stormy16.c: Update references to obsolete macros.
6291         * config/stormy16/stormy16.h: Similarly.
6292         * config/stormy16/stormy16.md: Similarly.
6293         * config/cris/cris.h: Similarly.
6294
6295 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6296
6297         * cpplib.c (struct pragma_entry): Store the name as a hashnode.
6298         (lookup_pragma_entry, insert_pragma_entry, do_pragma,
6299         cpp_register_pragma): Update accordingly.
6300
6301 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6302
6303         * c-pragma.h (cpp_register_pragma_space): Remove.
6304         * cpplib.h (cpp_register_pragma_space): Remove.
6305         * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
6306         (cpp_register_pragma_space): Remove.
6307         (cpp_register_pragma): Simplify using lookup_pragma_entry,
6308         add sanity checks.
6309         (do_pragma): Similarly.
6310         (_cpp_init_internal_pragmas): Don't register namespaces.
6311
6312         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
6313         Don't register namespaces.
6314         * cp/lex.c (init_cp_pragma): Similarly.
6315         * doc/tm.texi: Update.
6316
6317 2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6318
6319         PR c/4157
6320         * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
6321
6322 2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
6323
6324         * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
6325         add scheduling support.
6326         * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
6327         * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
6328         * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
6329
6330
6331 2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
6332
6333         * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
6334         missing CONSTANT_P test in core GCC.
6335
6336 2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
6337
6338         * cppmain.c (struct printer): New member source.
6339         (scan_translation_unit): Fix spacing at start of lines.
6340         (cb_line_change): Update.
6341
6342         * gcc.dg/cpp/spacing2.c: New test.
6343
6344 2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
6345
6346         * config/cris/arit.c: Use __builtin_labs, not abs.
6347
6348         * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
6349
6350         * config/cris/cris.c (cris_target_asm_function_epilogue): Move
6351         misplaced sprintf and fprintf argument.
6352
6353 2001-10-12  Zack Weinberg  <zack@codesourcery.com>
6354
6355         * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
6356         * configure.in, Makefile.in: Take out obsolete check-po logic.
6357         * configure, config.in: Regenerate.
6358
6359 2001-10-12  Ziemowit Laski  <zlaski@apple.com>
6360
6361         * objc/objc-act.c (finish_objc): Correct precondition for emitting
6362         symtab declarations.
6363
6364 2001-10-12  Stan Shebs  <shebs@apple.com>
6365
6366         * config/rs6000/rs6000.c: Remove uses of "register" specifier in
6367         declarations of arguments and local variables.
6368
6369 2001-10-12  Christopher Faylor  <cgf@redhat.com>
6370
6371         * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
6372         ENDFILE_SPEC definition.
6373
6374 2001-10-12  Kazu Hirata  <kazu@hxi.com>
6375
6376         * gthr-dce.h: Fix comment formatting.
6377         * gthr-posix.h: Likewise.
6378         * gthr-single.h: Likewise.
6379         * gthr-solaris.h: Likewise.
6380         * gthr-vxworks.h: Likewise.
6381         * gthr-win32.h: Likewise.
6382
6383 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
6384
6385         * final.c (output_asm_insn): Make sure assembly dialects are
6386         terminated, not nested.  Output `|' and `}' characters if they
6387         don't appear inside assembly dialect selection.
6388         * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
6389         rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
6390         rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
6391         strsetsi_rex_1): Add {} braces.
6392
6393 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
6394
6395         * toplev.c (compile_file): Ignore return value from yyparse.
6396         Always pop any nested binding levels after yyparse returns.
6397
6398 2001-10-11  Richard Henderson  <rth@redhat.com>
6399
6400         * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
6401
6402 2001-10-11  Richard Henderson  <rth@redhat.com>
6403
6404         * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
6405         fall back to add_AT_long_long for large CONST_INT.
6406
6407 2001-10-11  Richard Henderson  <rth@redhat.com>
6408
6409         * config/i386/i386.md (setcc splitters): Add four splitters to
6410         simplify compound compares that simplify_comparison can't handle.
6411
6412 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
6413
6414         * cpplex.c (digraph_spellings, token_spellings): Make static.
6415
6416 2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6417
6418         * unroll.c (loop_iterations): Fixup last patch.
6419
6420 2001-10-11  Richard Henderson  <rth@redhat.com>
6421
6422         * rtl.h (REG_VTABLE_REF): New.
6423         * rtl.c (reg_note_name): Add it.
6424         * combine.c (distribute_notes): Handle it.
6425         * final.c (final_scan_insn): Handle it.
6426         * tree.def (VTABLE_REF): New.
6427         * expr.c (expand_expr): Handle it.
6428         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
6429         * output.h: Declare them.
6430
6431 2001-10-11  Richard Henderson  <rth@redhat.com>
6432
6433         * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
6434         for a DECL_INITIAL.
6435
6436 2001-10-11  David Edelsohn  <edelsohn@gnu.org>
6437
6438         * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
6439         available in 64-bit mode.
6440
6441 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6442
6443         * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
6444         cris-*-linux* cases.
6445         * config/cris/cris-protos.h: New file.
6446         * config/cris/cris.c: New file.
6447         * config/cris/cris.h: New file.
6448         * config/cris/cris.md: New file.
6449         * config/cris/linux.h: New file.
6450         * config/cris/aout.h: New file.
6451         * config/cris/arit.c: New file.
6452         * config/cris/cris_abi_symbol.c: New file.
6453         * config/cris/mulsi3.asm: New file.
6454         * config/cris/t-aout: New file.
6455         * config/cris/t-cris: New file.
6456         * config/cris/t-elfmulti: New file.
6457         * config/cris/t-linux: New file.
6458         * doc/invoke.texi: Add CRIS options.
6459         * doc/install.texi (Specific): Add blurb for CRIS.
6460
6461 2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
6462
6463         * config/float-i128.h: Make sure __STDC__VERSION__ is defined
6464         before using it.
6465         * config/float/i32.h: Likewise.
6466         * config/float-i386.h: Likewise.
6467         * config/float-i64.h: Likewise.
6468         * config/float-m68k.h: Likewise.
6469         * config/float-sh.h: Likewise.
6470         * config/float-sparc.h: Likewise.
6471
6472 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6473
6474         * doc/contrib.texi: Add note about CRIS port to my entry.
6475
6476 2001-10-11  Kazu Hirata  <kazu@hxi.com>
6477
6478         * basic-block.h: Fix formatting.
6479         * bitmap.h: Likewise.
6480         * cpplib.h: Likewise.
6481         * c-tree.h: Likewise.
6482         * diagnostic.h: Likewise.
6483         * flags.h: Likewise.
6484         * ggc.h: Likewise.
6485         * longlong.h: Likewise.
6486         * real.h: Likewise.
6487         * reload.h: Likewise.
6488         * rtl.h: Likewise.
6489         * tree.h: Likewise.
6490
6491 2001-10-10  Richard Henderson  <rth@redhat.com>
6492
6493         * c-parse.in (asm_operand): Allow named operands.
6494         * genconfig.c (max_recog_operands): Set to 29.
6495         * local-alloc.c (requires_inout): Skip multiple digits.
6496         * recog.c (asm_operand_ok): Likewise.
6497         (preprocess_constraints): Use strtoul for matching constraints.
6498         (constrain_operands): Likewise.
6499         * regmove.c (find_matches): Likewise.
6500         * reload.c (find_reloads): Likewise.
6501         * stmt.c (parse_output_constraint): Don't reject in-out
6502         constraint on operands > 9.  Reject '[' in constraint.
6503         (expand_asm_operands): Handle named operands.  Use strtoul
6504         for matching constraints.
6505         (check_operand_nalternatives): Split out from expand_asm_operands.
6506         (check_unique_operand_names): New.
6507         (resolve_operand_names, resolve_operand_name_1): New.
6508
6509         * doc/extend.texi (Extended Asm): Document named operands.
6510         * doc/md.texi (Simple Constraints): Document matching constraints
6511         on operands > 9.
6512
6513 2001-10-10  Richard Henderson  <rth@redhat.com>
6514
6515         * combine.c (try_combine): Handle a SEQUENCE of one insn.
6516
6517         * i386.c (test splitter): Narrow tests vs paradoxical subregs.
6518         (jcc splitters): Add two splitters to simplify compound compares
6519         that simplify_comparison can't handle.
6520
6521 2001-10-10  Richard Henderson  <rth@redhat.com>
6522
6523         * langhooks.c: Include langhooks.h.
6524         * Makefile.in (langhooks.o): Depend on it.
6525
6526 Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
6527
6528         * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
6529         should not be considered as a no-op.
6530         * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
6531
6532 2001-10-10  Stan Shebs  <shebs@apple.com>
6533
6534         * alias.c: Remove uses of "register" specifier in declarations
6535         of arguments and local variables.
6536         * c-common.c: Ditto.
6537         * c-convert.c: Ditto.
6538         * c-decl.c: Ditto.
6539         * c-format.c: Ditto.
6540         * c-semantics.c: Ditto.
6541         * c-typeck.c: Ditto.
6542         * caller-save.c: Ditto.
6543         * calls.c: Ditto.
6544         * cfg.c: Ditto.
6545         * cfgbuild.c: Ditto.
6546         * cfgrtl.c: Ditto.
6547         * collect2.c: Ditto.
6548         * combine.c: Ditto.
6549         * convert.c: Ditto.
6550         * cppexp.c: Ditto.
6551         * cppfiles.c: Ditto.
6552         * cse.c: Ditto.
6553         * dbxout.c: Ditto.
6554         * defaults.h: Ditto.
6555         * df.c: Ditto.
6556         * dwarf2out.c: Ditto.
6557         * dwarfout.c: Ditto.
6558         * emit-rtl.c: Ditto.
6559         * explow.c: Ditto.
6560         * expmed.c: Ditto.
6561         * expr.c: Ditto.
6562         * final.c: Ditto.
6563         * fix-header.c: Ditto.
6564         * floatlib.c: Ditto.
6565         * flow.c: Ditto.
6566         * fold-const.c: Ditto.
6567         * function.c: Ditto.
6568         * gcc.c: Ditto.
6569         * gcse.c: Ditto.
6570         * gen-protos.c: Ditto.
6571         * genattrtab.c: Ditto.
6572         * gencheck.c: Ditto.
6573         * genconfig.c: Ditto.
6574         * genemit.c: Ditto.
6575         * genextract.c: Ditto.
6576         * genflags.c: Ditto.
6577         * gengenrtl.c: Ditto.
6578         * genoutput.c: Ditto.
6579         * genpeep.c: Ditto.
6580         * genrecog.c: Ditto.
6581         * gensupport.c: Ditto.
6582         * global.c: Ditto.
6583         * gmon.c: Ditto.
6584         * graph.c: Ditto.
6585         * haifa-sched.c: Ditto.
6586         * hard-reg-set.h: Ditto.
6587         * hash.c: Ditto.
6588         * integrate.c: Ditto.
6589         * jump.c: Ditto.
6590         * lists.c: Ditto.
6591         * local-alloc.c: Ditto.
6592         * loop.c: Ditto.
6593         * mips-tdump.c: Ditto.
6594         * mips-tfile.c: Ditto.
6595         * optabs.c: Ditto.
6596         * prefix.c: Ditto.
6597         * print-rtl.c: Ditto.
6598         * read-rtl.c: Ditto.
6599         * real.c: Ditto.
6600         * recog.c: Ditto.
6601         * reg-stack.c: Ditto.
6602         * regclass.c: Ditto.
6603         * regmove.c: Ditto.
6604         * reload.c: Ditto.
6605         * reload1.c: Ditto.
6606         * reorg.c: Ditto.
6607         * resource.c: Ditto.
6608         * rtl.c: Ditto.
6609         * rtlanal.c: Ditto.
6610         * scan.c: Ditto.
6611         * sched-deps.c: Ditto.
6612         * sched-rgn.c: Ditto.
6613         * sdbout.c: Ditto.
6614         * simplify-rtx.c: Ditto.
6615         * stmt.c: Ditto.
6616         * stor-layout.c: Ditto.
6617         * toplev.c: Ditto.
6618         * tradcif.y: Ditto.
6619         * tradcpp.c: Ditto.
6620         * tree.c: Ditto.
6621         * unroll.c: Ditto.
6622         * varasm.c: Ditto.
6623         * xcoffout.c: Ditto.
6624
6625 2001-10-10  Richard Henderson  <rth@redhat.com>
6626
6627         * rtl.h (can_reverse_comparison_p): Remove.
6628
6629 2001-10-10  Christopher Faylor <cgf@redhat.com>
6630
6631         * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
6632         used.
6633
6634 2001-10-10  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6635
6636         * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
6637         (Thanks to Chris Faylor for suggesting macro name).
6638         (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
6639         WIN32 defines.
6640         (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
6641         (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
6642         (MATH_LIBRARY): Undef before definition.
6643         (OUTPUT_QUOTED_STRING): Likewise.
6644         * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
6645
6646 2001-10-10  Richard Henderson  <rth@redhat.com>
6647
6648         * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
6649         (fde_unencoded_compare): Likewise.  Don't use subtraction to get
6650         a tristate comparison value.
6651         (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
6652
6653 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6654
6655         PR c++/4512
6656         * unroll.c (loop_iterations): Ignore insns generated by loop
6657         unrolling.
6658
6659         * config.gcc (mips*-*-gnu*): Delete support.
6660         * config/mips/gnu.h: Remove.
6661
6662 2001-10-10  Kazu Hirata  <kazu@hxi.com>
6663
6664         * calls.c: Fix formatting.
6665         * c-decl.c: Likewise.
6666         * cfgcleanup.c: Likewise.
6667         * combine.c: Likewise.
6668         * cppfiles.c: Likewise.
6669         * cpplib.c: Likewise.
6670         * cppmacro.c: Likewise.
6671         * crtstuff.c: Likewise.
6672         * cse.c: Likewise.
6673         * dwarf2out.c: Likewise.
6674         * expmed.c: Likewise.
6675         * expr.c: Likewise.
6676         * fold-const.c: Likewise.
6677         * function.c: Likewise.
6678         * gcse.c: Likewise.
6679         * genattrtab.c: Likewise.
6680         * ggc-page.c: Likewise.
6681         * integrate.c: Likewise.
6682         * libgcc2.c: Likewise.
6683         * loop.c: Likewise.
6684         * optabs.c: Likewise.
6685         * profile.c: Likewise.
6686         * protoize.c: Likewise.
6687         * real.c: Likewise.
6688         * recog.c: Likewise.
6689         * reload1.c: Likewise.
6690         * reload.c: Likewise.
6691         * reorg.c: Likewise.
6692         * resource.c: Likewise.
6693         * sched-rgn.c: Likewise.
6694         * sdbout.c: Likewise.
6695         * stmt.c: Likewise.
6696         * toplev.c: Likewise.
6697         * varasm.c: Likewise.
6698
6699 2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
6700
6701         * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
6702         * Makefile.in (langhooks.o): Add dependencies.
6703
6704 Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
6705
6706         * rs6000.c (rs6000_emit_load_toc_table): Don't
6707         strdup the toc label.
6708         (create_TOC_reference): Likewise.
6709
6710 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6711
6712         * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
6713         version default.
6714
6715 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6716
6717         * config/i386/i386.c (ix86_attribute_table): Correct
6718         min_len, max_len fields for dllimport, dllexport and shared.
6719
6720 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6721
6722         * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
6723         doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
6724         Consistently use "nonzero" instead of "non-zero".
6725
6726 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6727
6728         * acconfig.h: Fix comment formatting.
6729         * c-dump.h: Likewise.
6730         * c-tree.h: Likewise.
6731         * conditions.h: Likewise.
6732         * expr.h: Likewise.
6733         * function.h: Likewise.
6734         * gthr.h: Likewise.
6735         * hwint.h: Likewise.
6736         * integrate.h: Likewise.
6737         * intl.h: Likewise.
6738         * loop.h: Likewise.
6739         * optabs.h: Likewise.
6740
6741 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6742
6743         * c-common.h: Fix comment formatting.
6744         * c-dump.c: Likewise.
6745         * cfg.c: Likewise.
6746         * diagnostic.h: Likewise.
6747         * except.c: Likewise.
6748         * gcc.h: Likewise.
6749         * gcov-io.h: Likewise.
6750         * genattrtab.c: Likewise.
6751         * output.h: Likewise.
6752         * predict.h: Likewise.
6753         * reload1.c: Likewise.
6754         * reload.h: Likewise.
6755         * resource.h: Likewise.
6756         * scan.h: Likewise.
6757         * system.h: Likewise.
6758         * tree.h: Likewise.
6759         * tree-inline.c: Likewise.
6760         * tsystem.h: Likewise.
6761         * varasm.c: Likewise.
6762         * xcoffout.h: Likewise.
6763
6764 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6765
6766         * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
6767
6768 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6769
6770         * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
6771         config/i386/i386elf.h, config/i386/netbsd-elf.h,
6772         config/i386/netware.h, config/mcore/gfloat.h,
6773         config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
6774         config/netware.h, gccbug.in: Update FSF address.
6775
6776 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6777
6778         * c-common.c: Fix comment typos.
6779         * cfgrtl.c: Likewise.
6780         * collect2.c: Likewise.
6781         * cpplex.c: Likewise.
6782         * doloop.c: Likewise.
6783         * dwarf2out.c: Likewise.
6784         * dwarfout.c: Likewise.
6785         * expr.c: Likewise.
6786         * fold-const.c: Likewise.
6787         * gcc.c: Likewise.
6788         * gcov.c: Likewise.
6789         * gcse.c: Likewise.
6790         * global.c: Likewise.
6791         * ifcvt.c: Likewise.
6792         * loop.c: Likewise.
6793         * optabs.c: Likewise.
6794         * protoize.c: Likewise.
6795         * regclass.c: Likewise.
6796         * reorg.c: Likewise.
6797         * rtl.h: Likewise.
6798         * stmt.c: Likewise.
6799         * tree.h: Likewise.
6800         * doc/cpp.texi: Likewise.
6801         * doc/c-tree.texi: Likewise.
6802         * doc/extend.texi: Likewise.
6803         * doc/invoke.texi: Likewise.
6804         * doc/objc.texi: Likewise.
6805         * doc/tm.texi: Likewise.
6806
6807 2001-10-08  Richard Henderson  <rth@redhat.com>
6808
6809         * varasm.c (set_named_section_flags): Initialize "declared".
6810
6811 2001-10-08  Robert Lipe  <robertlipe@usa.net>
6812
6813         * varasm.c (struct in_named_entry): Add declared.
6814         (named_section_first_declaration): New function.
6815         (default_elf_asm_named_section): Use it.
6816         * output.h (named_section_first_declaration): New.
6817
6818 2001-10-08  Richard Henderson  <rth@redhat.com>
6819
6820         * i386.md (movsi_xor): Export.
6821         (setcc peep2): Use it when available; add an alternative to
6822         match zero_extendhisi2_and.
6823
6824 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6825
6826         * romp-protos.h (romp_initialize_trampoline): New function.
6827         * romp.c (romp_initialize_trampoline): Likewise.
6828         * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
6829         romp_initialize_trampoline.
6830
6831 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6832
6833         * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
6834         * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6835         * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6836         * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6837
6838 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6839
6840         * unroll.c (loop_iterations): Extend check for multiple back edges.
6841
6842 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
6843
6844         * langhooks.h: New file.
6845         * Makefile.in (OBJS): Added langhooks.o.
6846         (c-lang.o): Depend on langhooks.h.
6847         (c-common.o): Don't depend on tree-inline.h.
6848         (tree-inline.o): Depend on toplev.h.
6849         (langhooks.o): New rule.
6850         * c-common.c: Don't include tree-inline.h.
6851         (c_mark_lang_decl): Mark argument c as unused.
6852         (c_common_lang_init): Don't initialize hooks here.
6853         * c-lang.c: Include langhooks.h, then override some macros.
6854         (lang_hooks): Initialize with macros in langhooks.h.
6855         (c_init): Don't initialize hooks here.
6856         * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
6857         (struct lang_hooks): Add tree_inlining.  Refer to langhooks.h.
6858         * tree-inline.c: Include toplev.h.  Don't define hook variables.
6859         * tree-inline.h: Don't define hook types nor declare hook
6860         variables.  Move macros to...
6861         * langhooks.c: ... new file, as functions.  Adjust all callers.
6862
6863 2001-10-08  Jeffrey A Law  <law@cygnus.com>
6864
6865         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
6866         purge_mem_unchanging_flag on all instructions, not just on those
6867         before NOTE_INSN_FUNCTION_BEG.
6868
6869 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6870
6871         * cppmacro.c (_cpp_create_definition): Leave comments off.
6872
6873         * doc/cpp.texi: Update.
6874
6875 2001-10-08  DJ Delorie  <dj@redhat.com>
6876
6877         * c-decl.c (grokfield): Make sure the only unnamed fields
6878         we're allowing are either structs or unions.
6879         * doc/extend.texi: Add documentation for the unnamed field
6880         extension.
6881
6882 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
6883
6884         * aclocal.m4 (gcc_AC_PROG_GNAT): New.
6885         * configure.in: Use it.
6886         * configure: Regenerated.
6887         * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
6888         config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
6889
6890 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6891
6892         * cppfiles.c (open_file): Don't mark zero-length files
6893         never-reread here.  Don't output diagnostics here either.
6894         (stack_include_file): Mark them never-reread here.
6895         (_cpp_read_file): Update.
6896
6897 2001-10-08  Richard Henderson  <rth@redhat.com>
6898
6899         * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
6900
6901 2001-10-08  Richard Henderson  <rth@redhat.com>
6902
6903         * expr.c (store_expr): When converting a CONST_INT for storage
6904         in a SUBREG, convert it to both SUBREG modes before stripping
6905         the SUBREG.
6906
6907 2001-10-08  Richard Henderson  <rth@redhat.com>
6908
6909         * varasm.c (restore_varasm_status): New.
6910         * function.h: Declare it.
6911         * function.c (pop_function_context_from): Call it.
6912
6913 2001-10-08  Richard Henderson  <rth@redhat.com>
6914
6915         * c-common.h (struct c_lang_decl): Add declared_inline.
6916         * c-tree.h (DECL_DECLARED_INLINE_P): New.
6917         * c-lang.c (c_disregard_inline_limits): Use it.
6918         * c-decl.c (duplicate_decls): Likewise.
6919         (pushdecl, redeclaration_error_message): Likewise.
6920         (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
6921         (grokdeclarator): Likewise.  Set DECL_DECLARED_INLINE_P.
6922         Set DECL_INLINE if -finline-functions.
6923         (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
6924
6925 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6926
6927         * cppmacro.c (funlike_invocation_p): Move some logic to caller
6928         in enter_macro_context.  Create a padding token in its own context
6929         if necessary when the search for '(' fails.
6930         (enter_macro_context): Update.
6931
6932 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6933
6934         * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
6935         genmultilib, toplev.c: Fix spelling errors of "separate" as
6936         "seperate", and corresponding spelling errors of related words.
6937
6938 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6939
6940         * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
6941         * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
6942         Likewise.
6943         * c-dump.c (dump_option_value_info): Likewise.
6944         * c-format.c (format_length_info, format_char_info,
6945         format_flag_spec, format_flag_pair, format_kind_info): Likewise.
6946         * collect2.c (names): Likewise.
6947         * cppdefault.h (default_include): Likewise.
6948         * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
6949         * flow.c (life_analysis): Likewise.
6950         * gcc.c (dir_separator_str, modify_target, option_map,
6951         target_option_translations, spec_list_1, extra_specs_1,
6952         init_spec): Likewise.
6953         * gcov.c (gcov_version_string): Likewise.
6954         * genattr.c (write_units): Likewise.
6955         * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
6956         * gengenrtl.c (rtx_definition, defs): Likewise.
6957         * genrecog.c (pred_table): Likewise.
6958         * global.c (global_alloc): Likewise.
6959         * lcm.c (optimize_mode_switching): Likewise.
6960         * local-alloc.c (find_free_reg): Likewise.
6961         * params.h (param_info): Likewise.
6962         * predict.c (predictor_info): Likewise.
6963         * protoize.c (unexpansion_struct): Likewise.
6964         * real.c (bmask): Likewise.
6965         * recog.h (insn_operand_data, insn_data): Likewise.
6966         * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
6967         * stmt.c (expand_nl_goto_receiver): Likewise.
6968         * toplev.c (da, debug_args, lang_opt, documented_lang_options,
6969         target_switches, target_options): Likewise.
6970         * tradcif.y (token, tokentab2, yylex): Likewise.
6971         * tree.h (attribute_spec): Likewise.
6972
6973         * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
6974         Likewise.
6975         * arc.c (arc_output_function_epilogue): Likewise.
6976         * arm.c (processors, all_cores, all_architectures,
6977         arm_override_options, isr_attribute_arg, isr_attribute_args,
6978         arm_isr_value): Likewise.
6979         * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
6980         Likewise.
6981         * c4x.c (c4x_int_reglist): Likewise.
6982         * d30v.c (override_options): Likewise.
6983         * h8300.c (shift_insn): Likewise.
6984         * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
6985         pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
6986         ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
6987         builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
6988         ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
6989         * i386.h (processor_costs, ix86_cost): Likewise.
6990         * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
6991         * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
6992         * m68k.c (codes_68881, codes_FPA): Likewise.
6993         * m88k.c (mode_from_align, max_from_align, all_from_align,
6994         best_from_align, m_options): Likewise.
6995         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
6996         * mcore.c (mode_from_align): Likewise.
6997         * mips/elf64.h (UNIQUE_SECTION): Likewise.
6998         * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
6999         * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
7000         * mips.h (mips_regno_to_class): Likewise.
7001         * ns32k.c (scales): Likewise.
7002         * pa.c (import_string, magic_milli): Likewise.
7003         * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
7004         * sparc.c (leaf_reg_remap, sparc_override_options,
7005         reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
7006         Likewise.
7007         * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
7008
7009 2001-10-07  Dale Johannesen  <dalej@apple.com>
7010
7011         * reload1.c (reload_reg_free_p): Teach register interference
7012         checking that multiple output reloads are emitted in
7013         reverse order.
7014         reload1.c (reload_reg_reaches_end_p):  Ditto.
7015         reload1.c (reloads_conflict):  Ditto.
7016
7017 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7018
7019         * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
7020         NULL_TREE inside @code.
7021
7022 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7023
7024         * doc/gcc.texi: Document consistent style of "32-bit",
7025         "Objective-C", and "@code{NULL}".
7026
7027 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
7028
7029         * cpplex.c (enum spell_type): Add SPELL_NUMBER.
7030         (cpp_token_len, cpp_spell_token, cpp_output_token,
7031         _cpp_equiv_tokens): Handle it.
7032         * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
7033         CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
7034         * cppexp.c (_cpp_parse_expr): Use the correct operator code in
7035         error messages.
7036
7037 Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7038
7039         * gcc.c (default_compilers): Remove .ada.
7040
7041 2001-10-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7042
7043         * doc/cppinternals.texi: Update.
7044
7045 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
7046
7047         * gcc.c (main): Set this_file_error if the appropriate
7048         compiler for a language has not been installed.
7049
7050 2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
7051
7052         * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
7053
7054 2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7055
7056         * gccbug.in (CATEGORIES): Add ada.
7057
7058 2001-10-05  Catherine Moore  <clm@redhat.com>
7059
7060         * config/stormy16/stormy-abi:  Document abi changes.
7061         * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
7062         (ICALL_REGS): New register class.
7063         (NUM_ARGUMENT_REGISTERS): Now 6.
7064         (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
7065         in registers.
7066         (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
7067         * config/stormy16.md (call_internal, call_value_internal,
7068         indirect_jump): Use new 'z' constraint.
7069
7070 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7071
7072         * doc/cppinternals.texi: Update.
7073
7074 2001-10-05  Richard Henderson  <rth@redhat.com>
7075
7076         * dwarf2out.c (FRAME_BEGIN_LABEL): New.
7077         (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
7078         the gas section-name-as-label feature.
7079
7080 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7081
7082         * doc/cppinternals.texi: Update.
7083
7084 Fri Oct  5 08:17:46 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7085
7086         * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
7087         to ensure valid SImode constants.
7088
7089 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
7090
7091         * Makefile.in (c-decl.o): Depend on tree-inline.h.
7092         (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
7093         * c-decl.c: Include tree-inline.h.
7094         (c_expand_body): Call optimize_inline_calls. Determine whether
7095         a function is inlinable upfront, and only clear
7096         DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
7097         * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
7098         (c_disregard_inline_limits): New function.
7099         (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
7100         (c_post_options): Enable tree inlining if inlining is enabled.
7101         Don't inline trees when instrumenting functions.
7102         (c_init): Initialize lang_disregard_inline_limits and
7103         lang_cannot_inline_tree_fn.
7104         * tree-inline.c (initialize_inlined_parameters): Handle calls
7105         with fewer arguments than declared parameters, and fewer
7106         parameters than passed arguments.  Don't assume value is a
7107         DECL.
7108         (declare_return_variable): Convert return value back to the
7109         original type, if it was promoted.
7110         (tree_inlinable_function_p): New function.
7111         (inlinable_function_p): Don't look at DECL_INLINE if we're
7112         inlining all functions.  Make it work with a NULL id.
7113         Re-check DECL_UNINLINABLE after language-specific checks.
7114         * tree-inline.h (tree_inlinable_function_p): Declare it.
7115         * integrate.c (save_for_inline): Don't bother to prepare argvec
7116         when not inlining.
7117         * cse.c (check_for_label_ref): Don't check deleted labels.
7118
7119         * Makefile.in (tree-inline.o): Depend on newly-included headers.
7120         * tree-inline.c: Include headers needed for the functions moved in.
7121         (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
7122         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
7123         (copy_body, initialize_inlined_parameters): Likewise.
7124         (declare_return_variable, inlinable_function_p): Likewise.
7125         (expand_call_inline, expand_calls_inline): Likewise.
7126         (optimize_inline_calls, clone_body): Likewise.
7127         (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
7128         (copy_tree_r, remap_save_expr): Likewise.
7129
7130 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
7131
7132         * Makefile.in (OBJS): Added tree-inline.o.
7133         (c-common.o): Depend on tree-inline.h.
7134         (tree-inline.o): New target.
7135         * c-common.c: Include tree-inline.h.
7136         (c_mark_lang_decl): Don't mark saved_tree.
7137         (c_common_lang_init): Set lang_anon_aggr_type_p.
7138         * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
7139         (struct c_lang_decl): Moved saved_tree to tree_decl.
7140         * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
7141         * integrate.h (function_attribute_inlinable_p): Declare it.
7142         * integrate.c (function_attribute_inlinable_p): Export it.
7143         * tree-inline.c: New file.  Define variables declared in...
7144         * tree-inline.h: New file.  Declare functions to be moved to
7145         tree-inline.c.  Define macros and declare types and hooks for
7146         language-specific tree inlining.
7147         (flag_inline_trees): Moved definition from cp/decl2.c.
7148         * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
7149         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
7150         (struct tree_decl): Moved saved_tree from c_lang_decl and
7151         inlined_fns from C++'s lang_decl.
7152
7153 2001-10-04  Loren J. Rittle  <ljrittle@acm.org>
7154
7155         * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
7156         propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
7157
7158 2001-10-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7159
7160         * doc/cppinternals.texi: Update.
7161
7162 2001-10-04  Eric Christopher  <echristo@redhat.com>
7163
7164         * config/mips/mips.c (init_cumulative_args): Remember to set
7165         cum->prototype.
7166         * config.gcc: Redo linux configuration. Add target_cpu_default
7167         of soft-float to all mipsisa32 combinations and tx39.
7168         * config/mips/linux.h: Remove include of mips.h.
7169
7170 2001-10-03  Loren J. Rittle  <ljrittle@acm.org>
7171
7172         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
7173         HOST_LDFLAGS and HOST_CPPFLAGS.
7174
7175 2001-10-03  Ziemowit Laski  <zlaski@apple.com>
7176
7177         * c-parse.in (objc_inherit_code, objc_pq_context,
7178         objc_public_flag): Make static.
7179         (objc_interface_context, objc_implementation_context,
7180         objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
7181         global tree array in objc/objc-act.[ch].
7182         (methoddef): Remove unnecessary code.
7183
7184         * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
7185         Hoist struct definitions to objc-act.h.
7186         (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
7187         cat_count): Place declaration in objc-act.h.
7188         (objc_tree_index): Move enumeration to objc-act.h.
7189         (objc_global_trees): Place declaration and macro accessors in
7190         objc-act.h.
7191         (implementation_context): Remove duplicate; use
7192         objc_implementation_context instead:
7193         (method_context): Remove duplicate; use objc_method_context
7194         instead.
7195         (objc_ellipsis_node, objc_method_prototype_template,
7196         implemented_classes, function_type): Move global vars to
7197         objc_global_trees.
7198         (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
7199         (build_message_expr): Move actual construction of ObjC message
7200         send nodes to finish_message_expr.
7201         (finish_message_expr): New routine, contains code formerly in
7202         build_message_expr.
7203         * objc/objc-act.h (finish_message_expr): New prototype.
7204         (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
7205         declarations; these vars are now part of objc_global_trees.
7206         (objc_tree_index, objc_global_trees): Move definitions from
7207         objc-act.c.
7208         * objc/objc-tree.def: Update copyright info.
7209
7210 Wed Oct  3 12:22:11 EDT 2001  John Wehle  (john@feith.com)
7211
7212         * dwarf2asm.c (unaligned_integer_asm_op): Abort if
7213         op is NULL.
7214         * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
7215         only if TARGET_ARCH64.
7216
7217 2001-10-02  Bernd Schmidt  <bernds@redhat.com>
7218
7219         * doc/extend.texi: Fix some problems with previous checkin.
7220         * doc/invoke.texi: Likewise.
7221
7222 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7223
7224         * cpphash.h: Update comments.
7225         (cpp_context): Update.
7226         (spec_nodes): Remove n__Pragma.
7227         * cppinit.c (cpp_create_reader): Update.
7228         (builtin_array): Add _Pragma.
7229         * cpplib.h: Update comments.
7230         (NODE_DISABLED, BT_PRAGMA): New.
7231         (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
7232         * cppmacro.c (struct cpp_macro): Remove disabled.
7233         (builtin_macro): Return int, handle _Pragma, push the new token
7234         on the context stack.
7235         (funlike_invocation_p): Unconstify, update.
7236         (enter_macro_context): Handle builtins here.
7237         (replace_args, push_token_context, push_ptoken_context):
7238         Update for prototype changes.
7239         (_cpp_pop_context): Update.
7240         (cpp_get_token): Don't handle buitins, nor _Pragma here.
7241         (cpp_sys_macro_p): Update.
7242         (_cpp_free_definition): Clear disabled flag.
7243         (_cpp_create_definition): Upate.
7244         * cppmain.c: Update comments.
7245
7246 Tue Oct  2 12:46:01 CEST 2001  Bo Thorsen     <bo@suse.co.uk>,
7247                                 Andreas Jaeger <aj@suse.de>,
7248                                 Jan Hubicka    <jh@suse.cz>
7249
7250         * doc/invoke.texi (i386 Options): Document x86-64 options.
7251         (i386 and x86-64 Options): Rename i386 options section.
7252
7253         * config/i386/i386.h (TARGET_UNWIND_INFO): New.
7254         (TARGET_SWITCHES): Add -munwind-info.
7255         (MASK_NO_UNWIND_INFO): New.
7256         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
7257         biarch compilation.
7258         (ASM_OUTPUT_DOUBLE_INT): New.
7259
7260         * config/i386/linux64.h: New spec file for Linux x86-64 support.
7261         * config.gcc: Fix tm_file settings for x86-64.
7262         * config/i386/x86-64.h: New file with OS independent x86-64
7263         definitions.
7264         * config/i386/biarch64.h: New file used to configure compiler
7265         to biarch/64bit compilation.
7266
7267         * config/i386/i386.c: (override_options): Set flags default
7268         for 64bit compilation.
7269
7270 Tue Oct  2 12:46:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
7271
7272         * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
7273         (ix86_expand_int_movcc): Optimize DImode conditional moves with
7274         constants on x86_64.
7275         (ix86_attr_length_immediate_default): Support MODE_DI.
7276         * i386.md (fixdi splitter): Add missing "&& 1" in splitter
7277         condition.
7278         (indirect_jump, tablejump): Turn into expander.
7279
7280 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7281
7282         * c-common.c (c_format_attribute_table): Make format and
7283         format_arg attributes apply to function types rather than to
7284         decls.
7285         (is_valid_printf_arglist): Construct an attribute list and pass
7286         that to check_function_format rather than a name.
7287         * c-common.h (check_function_format): Adjust prototype.
7288         * c-decl.c (duplicate_decls): Preserve attributes from type of
7289         built-in decl when allowing for harmless conflict in types.
7290         * c-format.c (record_function_format,
7291         record_international_format, function_format_list,
7292         international_format_info, international_format_list): Remove.
7293         (function_format_info): Remove next, name and assembler_name.
7294         Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
7295         (decode_format_attr): New.
7296         (handle_format_attribute): Handle receiving a type rather than a
7297         decl.  Call decode_format_attr.  Store format information in a
7298         function_format_info.
7299         (handle_format_arg_attribute): Correct comment.  Handle receiving
7300         a type rather than a decl.  Use unsigned HOST_WIDE_INT for
7301         arg_num.
7302         (check_format_info_recurse, check_format_info_main): Take argument
7303         numbers as unsigned HOST_WIDE_INT.
7304         (check_function_format): Take a list of attributes from the
7305         function type rather than a name or assembler name.  Check for
7306         format attributes in that list and the attributes on the type of
7307         the current function rather than looking through
7308         function_format_list.
7309         (check_format_info): Use unsigned HOST_WIDE_INT for argument
7310         numbers.
7311         (check_format_info_recurse): Take format_arg attributes from the
7312         type of the function calls rather than using
7313         international_format_list.  Allow for multiple format_arg
7314         attributes.
7315         * c-typeck.c (build_function_call): Pass type attributes to
7316         check_function_format rather than name or assembler name.  Don't
7317         require there to be a name or assembler name to check formats.
7318
7319 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7320
7321         * attribs.c (decl_attributes): Possibly call
7322         insert_default_attributes to insert default attributes on
7323         functions in a lazy manner.
7324         * builtin-attrs.def: New file; define the default format and
7325         format_arg attributes.
7326         * c-common.c (c_format_attribute_table): Move to earlier in the
7327         file.
7328         (c_common_nodes_and_builtins): Initialize format_attribute_table.
7329         (enum built_in_attribute, built_in_attributes,
7330         c_attrs_initialized, c_init_attributes,
7331         c_common_insert_default_attributes): New.
7332         (c_common_lang_init): Don't initialize format_attribute_table.  Do
7333         call c_init_attributes.
7334         * Makefile.in (c-common.o): Depend on builtin-attrs.def.
7335         * c-common.h (init_function_format_info): Don't declare.
7336         (c_common_insert_default_attributes): Declare.
7337         * c-decl.c (implicitly_declare, builtin_function): Call
7338         decl_attributes.
7339         (init_decl_processing): Don't call init_function_format_info.
7340         (insert_default_attributes): New.
7341         * c-format.c (handle_format_attribute,
7342         handle_format_arg_attribute): Be quiet about inappropriate
7343         declaration when applying default attributes.
7344         (init_function_format_info): Remove.
7345         * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
7346         (insert_default_attributes): Declare.
7347
7348 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7349
7350         * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
7351
7352 2001-10-01  Jim Wilson  <wilson@redhat.com>
7353
7354         * sched-deps.c (add_dependence): When elide conditional dependence,
7355         check that insn doesn't modify cond2.
7356
7357 2001-10-01  Dale Johannesen  <dalej@apple.com>
7358
7359         * config/rs6000/rs6000.h (enum processor_type): Add support
7360         for 7400 (G4) and 7450.
7361         (RTX_COSTS): Ditto.
7362         * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
7363         (rs6000_issue_rate): Ditto.
7364         (rs6000_adjust_cost): Fix cycle counts for compares.
7365         (debug_stack_info):  Fix an obvious typo.
7366         * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
7367         * doc/invoke.texi: Document.
7368         * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
7369         for Darwin.
7370         (PROCESSOR_DEFAULT): Ditto.
7371
7372 2001-10-01  Loren J. Rittle  <ljrittle@acm.org>
7373
7374         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CC.
7375         (fixinc.sh): Map CC, CFLAGS and LDFLAGS to HOST_* versions for
7376         later recursive make invocation.
7377
7378 2001-10-01  Hans Boehm  <boehm@acm.org>
7379
7380         * optabs.c (emit_libcall_block): When using non-call exceptions,
7381         don't add REG_LIBCALL reg notes to trapping calls.
7382
7383 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
7384
7385         * flow.c (propagate_block_delete_libcall): Remove unused first arg
7386         (propagate_one_insn):  Update for above change
7387
7388 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
7389
7390         * unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
7391         _Unwind_GetTextRelBase): Argument is unused.
7392
7393 Mon Oct  1 19:20:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7394
7395         * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
7396         Loop through NOPs, placeholders, and components.
7397         Don't go through NOPs if change mode.
7398         (record_alias_subset): Do nothing if SUBSET and SET are the same.
7399         * emit-rtl.c (set_mem_alias_set): Enable check.
7400         * expr.c (find_placeholder): New function.
7401         (expand_expr, case PLACEHOLDER_EXPR): Use it.
7402         (expand_expr, case COMPONENT_EXPR): Always copy OP0 when we need
7403         to modify it and avoid unneeded copies.
7404         * expr.h (expand_expr): Always define.
7405         (find_placeholder): New declaration.
7406
7407 2001-10-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7408
7409         * config/m68hc11/m68hc11.md ("add-split"): Fix add split when
7410         operand 2 is the stack pointer.
7411         ("addr-peephole"): Fix address computation peephole when operand 2
7412         is the stack pointer.
7413
7414 Mon Oct  1 09:26:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7415
7416         * config/i386/i386.c (ix86_va_arg): Call set_mem_alias_set.
7417         (ix86_setup_incoming_varargs): Likewise.
7418
7419 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
7420
7421         * stor-layout.c (layout_type): Don't complain about too-large
7422         array here.
7423
7424 Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7425
7426         * function.c (keep_stack_depressed): Don't use delete_insn.
7427
7428         * expr.h (set_mem_alias_set): Move decl to here.
7429         * rtl.h (mem_attrs): New typedef and struct.
7430         (union rtunion_def): Add field for mem_attrs.
7431         (X0MEMATTR, MEM_ATTRS): New macros.
7432         (MEM_ALIAS_SET): Use MEM_ATTRS.
7433         (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
7434         (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
7435         (set_mem_alias_set): Delete decl from here.
7436
7437         * alias.c (set_mem_alias_set): Delete from here.
7438         * emit-rtl.c (mem_attrs_htab): New variable.
7439         (rtx_htab_mark, rtx_htab_mark_1): Deleted.
7440         (mem_attrs_htab_hash, mem_attrs_htab_eq): New functions.
7441         (mem_attrs_mark, get_mem_attrs): Likewise.
7442         (gen_rtx_MEM): Clear MEM_ATTRS.
7443         (set_mem_attributes): Move to here.
7444         (set_mem_alias_set): Likewise, and call get_mem_attrs.
7445         (init_emit_once): const_int_htab now deletable htab.
7446         Initialize mem_attrs_htab.
7447         * explow.c (set_mem_attributes): Delete from here.
7448         * function.c (put_var_into_stack): Clear MEM_ATTRS.
7449         (gen_mem_addressof): Likewise; rework to use set_mem_attributes.
7450         * ggc-common.c (ggc_mark_rtx_children, case MEM): New case.
7451         * reload1.c (reload): Rework changing REG to MEM.
7452
7453 2001-09-30  H.J. Lu <hjl@gnu.org>
7454
7455         * acconfig.h (PREFIX_INCLUDE_DIR): New variable.
7456         * config.in: Rebuild.
7457
7458 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7459
7460         * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
7461         ("tsthi_1"): Avoid allocation in register y.
7462         ("*movqi_68hc12"): Reorganize and fix constraints.
7463         ("zero_extendqisi2"): Prefer d over x and y for operand 1.
7464         ("addqi3"): Likewise.
7465         ("addhi3"): Fix constraints.
7466         ("*logicalhi3_zexthi"): Disparage soft registers.
7467
7468 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7469
7470         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Fix move of sp
7471         to tmp reg.
7472
7473 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7474
7475         * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
7476         that we use setjmp/longjmp exceptions.
7477
7478 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
7479
7480         * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
7481         POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
7482         struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
7483         _cpp_pool_alloc, _cpp_next_chunk): Remove.
7484         (_cpp_extend_buff, BUFF_ROOM): Update.
7485         (_cpp_append_extend_buff): New.
7486         (struct cpp_reader): Remove macro_pool, add a_buff.
7487         * cppinit.c (cpp_create_reader): Initialize a_buff, instead of
7488         macro_pool.
7489         (cpp_destroy): Free a_buff instead of macro_pool.
7490         * cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
7491         new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
7492         _cpp_pool_alloc, ): Remove.
7493         (parse_number, parse_string): Update use of _cpp_extend_buff.
7494         (_cpp_extend_buff): Update.
7495         (_cpp_append_extend_buff, cpp_aligned_alloc): New.
7496         * cpplib.c (glue_header_name, parse_answer):
7497         Update use of _cpp_extend_buff.
7498         (cpp_register_pragma, cpp_register_pragma_space): Use
7499         _cpp_aligned_alloc.
7500         (do_assert, do_unassert): Check for EOL, update.
7501         * cppmacro.c (stringify_arg, collect_args): Update to use
7502         _cpp_extend_buff and _cpp_append_extend_buff.
7503         (save_parameter, parse_params, alloc_expansion_token,
7504         _cpp_create_definition): Rework memory management.
7505
7506 2001-09-29  Andris Pavenis  <pavenis@lanet.lv>
7507
7508         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
7509         update md_exec_prefix.
7510         (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
7511         to string constant.
7512
7513 2001-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7514
7515         * config/s390/s390.h (EXTRA_CC_MODES): Add CCLmode.
7516         (SELECT_CC_MODE): Use s390_select_ccmode.
7517         * config/s390/s390-protos.h (s390_select_ccmode): Add.
7518         * config/s390/s390.c (s390_select_ccmode): New.
7519         (s390_match_ccmode): Add CCLmode.
7520         (s390_branch_condition_mask, s390_branch_condition_mnemonic): New.
7521         (output_branch_condition, output_inverse_branch_condition): Removed.
7522         (print_operand): Use s390_branch_condition_mnemonic.
7523         * config/s390/s390.md (addsi3_cc, addsi3_cconly, addsi3_cconly2,
7524         subsi3_cc, subsi3_cconly): Use logical instructions and CCLmode.
7525         (bunordered, bordered, buneq, bungt, bunlt, bnuge, bunle, bltgt): New.
7526
7527         * config/s390/s390.c (check_and_change_labels): Preserve CC mode
7528         when converting conditional branches to far branches.
7529         * config/s390/s390.md (cmpstr_const, cmpstr_64, cmpstr_31, cmpint_si,
7530         cmpint_di): Use CCSmode instead of CCUmode.
7531
7532         * config/s390/s390.c (legitimate_la_operand_p): New.
7533         * config/s390/s390-protos.h (legitimate_la_operand_p): Add.
7534         * config/s390/s390.md (movsi): Convert load address patterns to
7535         arithmetic operations when necessary.
7536         (addaddr_picR, addaddr_picL, addaddr_picN): Removed.
7537         (do_la): Renamed to *do_la and use legitimate_la_operand_p.
7538         (*do_la_reg_0): Don't use before reload.
7539
7540         * config/s390/s390.c (legitimize_address): Make more efficient
7541         use of two-register addressing mode.
7542
7543         * config/s390/s390.c (s390_function_prologue): Fix incorrect prolog
7544         with -mno-backchain in some corner cases.
7545
7546         * config/s390/s390.md (cmpsi_cct): Operands 0 and 1 do not commute.
7547
7548 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7549
7550         * reload.c (find_reloads): Mark new USE insns with QImode.
7551         (find_reloads_toplev, find_reloads_address, subst_reg_equivs,
7552         find_reloads_subreg_address): Likewise.
7553         * regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
7554         encountered.
7555         * reload1.c (reload_combine_note_use): Likewise, inside USEs and
7556         CLOBBERs.
7557         (reload): Make sure there are no USEs with mode other than
7558         VOIDmode.  At the end, remove those marked with QImode.
7559
7560 2001-09-29  Per Bothner  <per@bothner.com>
7561
7562         * cppdefault.c (cpp_include_defaults):  Also search PREFIX_INCLUDE_DIR.
7563         * Makefile.in (includedir):  Rename to local_includedir.
7564         (includedir):  Define as $(prefix)/include.
7565         * config.in (PREFIX_INCLUDE_DIR):  New variable.
7566         * configure.in (PREFIX_INCLUDE_DIR):  Test for new variable.
7567
7568 2001-09-29  Bernd Schmidt  <bernds@redhat.com>
7569
7570         * config/i386/i386.c (init_mmx_sse_builtins): Fix type of storelps and
7571         storehps builtins.
7572         * doc/extend.texi (Vector Extensions): New node.
7573         * doc/invoke.texi (Machine Dependent Options): Add documentation for
7574         i386 -mmmx, -msse, -m3dnow.
7575
7576 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
7577
7578         * doc/invoke.texi (Optimize Options): Revert an accidental checkin.
7579
7580 2001-09-29  Hans-Peter Nilsson  <hp@axis.com>
7581
7582         * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
7583
7584         * doc/invoke.texi (Optimize Options): Delete spurious @table.
7585
7586 2001-09-28  Richard Henderson  <rth@redhat.com>
7587
7588         * varasm.c (assemble_integer): Bound alignment check by
7589         BIGGEST_ALIGNMENT.
7590
7591         * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
7592
7593 2001-09-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7594
7595         * config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
7596
7597 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
7598
7599         Mostly from Graham Stott  <grahams@redhat.com>
7600         * c-common.c (type_for_mode): Add support for V2SFmode.
7601         * tree.c (build_common_tree_nodes_2): Likewise.
7602         * tree.h (enum tree_index, global_trees): Likewise.
7603         * config/i386/i386.c (x86_3dnow_a): New variable.
7604         (override_options): Support 3Dnow extensions.
7605         (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
7606         Athlon's version of 3Dnow.
7607         (ix86_init_mmx_sse_builtins): Create 3Dnow builtins.
7608         (ix86_expand_builtin): Handle them.
7609         (ix86_hard_regno_mode_ok): Support V2SFmode if using 3Dnow.
7610         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A, TARGET_3DNOW,
7611         TARGET_3DNOW_A): New macros.
7612         (TARGET_SWITCHES): Add 3Dnow switches.
7613         (VALID_MMX_REG_MODE_3DNOW): New macro.
7614         (VECTOR_MODE_SUPPORTED_P): Use it.
7615         (enum ix86_builtins): Add entries for 3Dnow builtins.
7616         * config/i386/i386.md (movv2sf_internal, movv2sf, pushv2sf, pf2id,
7617         pf2iw, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3, eqv2sf3,
7618         pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
7619         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pavgusb, pfrcpv2sf2,
7620         pfrcpit1v2sf3, pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3,
7621         pmulhrwvhi3, pswapdv2si2, pswapdv2sf2): New patterns.
7622         (mmx_pmovmskb, mmx_maskmovq, sse_movntdi, umulv4hi3_highpart,
7623         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw,
7624         mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
7625         sfence_insn, prefetch): Make these available if TARGET_SSE or
7626         TARGET_3DNOW_A.
7627
7628 Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
7629
7630         * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
7631         ix86_va_start, ix86_build_va_list): Declare.
7632         * i386.c (ix86_setup_incoming_varargs, ix86_va_arg,
7633         ix86_va_start, ix86_build_va_list): New global functions.
7634         * i386.md (sse_prologue_save_insn): New insn.
7635         (sse_prologue_save): New expander.
7636         * i386.h (EXPAND_BUILTIN_VA_ARG, EXPAND_BUILTIN_VA_START,
7637         BUILD_VA_LIST_TYPE, SETUP_INCOMING_VARARGS): New macros.
7638
7639 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7640
7641         * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
7642         Use size_t everywhere, make definitions consistent with
7643         prototypes.
7644
7645 Fri Sep 28 14:59:34 CEST 2001  Jan Hubicka  <jh@suse.cz>
7646
7647         * gcse.c (replace_store_insn): Use delete_insn.
7648         * loop.c (move_movables): Likewise; avoid delete_insn
7649         from clobbering notes moved elsewhere.
7650         (check_dbra_loop): Use delete_insn.
7651         * ssa.c (convert_from_ssa): Likewise.
7652         * cse.c (cse_insn): Use delete_insn.
7653
7654 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7655
7656         * cpphash.h (struct cpp_buff): Make unsigned.
7657         (_cpp_get_buff): Take length of size_t.
7658         (_cpp_unaligned_alloc): New.
7659         (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.
7660         (struct cpp_reader): Remove ident_pool.  Add u_buff.
7661         * cppinit.c (cpp_create_reader): Initialize u_buff, not ident_pool.
7662         (cpp_destroy): Destroy u_buff, not ident_pool.
7663         * cpplex.c (parse_number, parse_string, save_comment,
7664         cpp_token_as_text): Update to use the unaligned buffer.
7665         (new_buff): Make unsigned.
7666         (_cpp_unaligned_alloc): New.
7667         * cpplib.c (glue_header_name): Update to use the unaligned buffer.
7668         * cppmacro.c (new_number_token, builtin_macro, stringify_arg):
7669         Similarly.
7670         (collect_args): Make unsigned.
7671
7672 2001-09-27  Zack Weinberg  <zack@codesourcery.com>
7673
7674         * cpplex.c (cpp_output_token): Use a putc loop for
7675         SPELL_OPERATOR, and fwrite for SPELL_IDENT.
7676
7677         * configure.in: Detect fwrite_unlocked and fprintf_unlocked.
7678         * configure, config.in: Regenerate.
7679         * system.h: Replace fwrite and fprintf with their unlocked
7680         variants if available.
7681
7682 2001-09-27  Richard Henderson  <rth@redhat.com>
7683
7684         * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame
7685         in favour of .eh_frame.
7686
7687 2001-09-27  Aldy Hernandez  <aldyh@redhat.com>
7688
7689         * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
7690         to macros.
7691         (LIBCALL_VALUE): Likewise.
7692
7693 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7694
7695         * cpphash.h: Update comment.
7696         * cpplex.c: Update comments.
7697         (_cpp_can_paste): Remove.
7698         * cpplib.h (_cpp_can_paste): Remove.
7699         * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
7700         lexer rather than _cpp_can_paste.
7701
7702 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7703
7704         * doc/cppinternals.texi: Update.
7705
7706 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7707
7708         * cpphash.h (struct cpp_pool): Remove locks and locked.
7709         (struct cpp_context): Add member buff.
7710         (struct cpp_reader): Remove member argument_pool.
7711         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
7712         * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
7713         * cpplex.c (chunk_suitable): Remove pool argument.
7714         (MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
7715         (new_buff, _cpp_extend_buff): Update.
7716         (_cpp_get_buff): Fix silly pointer bug.  Be more selective about
7717         which buffer is returned.
7718         (_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
7719         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
7720         * cppmacro.c (lock_pools, unlock_pools): Remove.
7721         (push_ptoken_context): Take a _cpp_buff.
7722         (enter_macro_context): Pool locking removed.
7723         (replace_args): Use a _cpp_buff for the replacement list with
7724         arguments replaced.
7725         (push_token_context): Clear buff.
7726         (expand_arg): Use _cpp_pop_context.
7727         (_cpp_pop_context): Free a context's buffer, if any.
7728
7729 2001-09-26  DJ Delorie  <dj@redhat.com>
7730
7731         * c-typeck.c (digest_init): Check for sizeless arrays.
7732
7733 2001-09-26  Richard Henderson  <rth@redhat.com>
7734
7735         * optabs.c (init_one_libfunc): Create a dummy function type
7736         instead of using error_mark_node.
7737
7738 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7739
7740         * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
7741         _cpp_extend_buff, _cpp_free_buff): New.
7742         (struct cpp_reader): New member free_buffs.
7743         * cppinit.c (cpp_destroy): Free buffers.
7744         * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
7745         _cpp_extend_buff, _cpp_free_buff): New.
7746         * cpplib.h (struct cpp_options): Remove unused member.
7747         * cppmacro.c (collect_args): New.  Combines the old parse_arg
7748         and parse_args.  Use _cpp_buff for memory allocation.
7749         (funlike_invocation_p, replace_args): Update.
7750
7751 Wed Sep 26 13:20:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
7752
7753         * final.c (final_scan_insn): Use delete_insn instead of delete_note.
7754
7755 2001-09-25  Andrew Haley  <aph@cambridge.redhat.com>
7756
7757         * except.c (sjlj_mark_call_sites): Change address inside sequence.
7758
7759 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
7760
7761         * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
7762         glibc.
7763
7764 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
7765             Jim Wilson  <wilson@redhat.com>
7766
7767         * doc/install.texi (Specific, ia64-*-linux): Document.
7768
7769 Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
7770
7771         * Makefile.in (cfgrtl.o): Add.
7772         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
7773         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
7774         free_aux_for_edge): Declare.
7775         * cfg.c
7776         (HAVE_return): Undefine.
7777         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
7778         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
7779         free_aux_for_edge): New global functions.
7780         (first_delete_block): New static variable.
7781         (init_flow): Clear first_delete_block.
7782         (basic_block_for_insn, label_value_list, tail_recursion_label_list,
7783          can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,
7784          try_redirect_by_replacing_jump, last_loop_beg_note,
7785          back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
7786          delete_insn, delete_insn_chain, create_basic_block_structure,
7787          create_basic_block, flow_delete_block, compute_bb_for_insn,
7788          free_bb_for_insn, update_bb_for_insn, set_block_for_insn,
7789          set_block_for_new_insns, split_block, merge_blocks_nomove,
7790          block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
7791          redirect_edge_and_branch, force_nonfallthru_and_redirect,
7792          force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,
7793          tidy_fallthru_edges, split_edge, insert_insn_on_edge,
7794          commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
7795          debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
7796          purge_all_dead_edges): Move to ....
7797         * cfgrtl.c: New file; .... Here.
7798
7799         * bb-reorder.c (fixup_reorder_chain): Use alloc_aux_for_block.
7800         (reroder_basic_block): Use alloc_aux_for_blocks.
7801         * predict.c (estimate_bb_frequencies): Likewise; use
7802         alloc_aux_for_edges.
7803         * profile.c (compute_branch_probabilities): Likewise.
7804         (branch_prob): Likewise.
7805         * reg-stack.c (reg_to_stack): Likewise.
7806
7807         * emit-rtl.c (emit_insns_after): Never return NULL.
7808
7809         * basic-block.h (set_block_for_new_insns): Delete.
7810         * cfgrtl.c (set_block_for_new_insns): Delete.
7811
7812         * cfgcleanup.c (try_optimize_cfg): Add fake exit edges for noreturn
7813         calls when crossjumping.
7814
7815         * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
7816         * unroll.c (copy_loop_body): Use delete_insn.
7817
7818         * final.c (final, final_scan_insn): Use delete_insn/delete_note.
7819         * function.c (fixup_var_refs_insn, fixup_var_refs_1,
7820         keep_stack_depressed): Likewise.
7821         * gcse.c (cprop_cc0_jump): Likewise.
7822         * local-alloc.c (update_equiv_regs): Likewise.
7823         * loop.c (scan_loop, loop_delete_insns): Likewise.
7824         * regmove.c (try_auto_increment, fixup_match_1): Likewise.
7825         * reload1.c (reload, calculate_needs_all_insns, reload_as_needed,
7826         delete_output_reload, delete_address_reloads_1,
7827         reload_cse_delete_noop_set, reload_combine, reload_cse_move2add):
7828         Likewise.
7829         * sibcall.c (replace_call_placeholder): Likewise.
7830         * cse.c (cse_insn): Likewise.
7831
7832 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
7833
7834         From Graham Stott  <grahams@redhat.com>
7835         (def_builtin): Only define builtins appropriate for target_flags.  All
7836         callers changed.
7837         (builtin_decsription): Add new field mask which is used to determine
7838         when to define the builtin via the macro def_builtin.
7839
7840         (bdesc_comi): Initialise new mask fields.
7841         (bdesc_2srg): Likewise.
7842         (bdesc_1arg): Likewise.
7843
7844         * config/i386/i386.c (ix86_init_builtins): Correct return type
7845         building v4hi_ftype_v4hi_int_int tree node.
7846         (ix86_expand_sse_comi): Fix typo swapping operands.
7847         Don't swap comparision condition, it is already swapped.
7848         (ix86_expand_sse_compare): Before swapping operands
7849         move operand 1 into new rtx and not the target rtx.
7850         Don't swap comparison condition, it is already swapped.
7851         Always check whether we need to create a new TARGET.
7852
7853         * config/i386/i386.md: (sse_comi) Fix typos.
7854         (sse_ucomi): Likewise.
7855         (cvtss2si): Fix operand 0 contraint.
7856         (cvttss2si): Likewise.
7857         (sse_unpckhps): Fix mode for operand 2.
7858         (sse_unpcklps): Likewise.
7859
7860 2001-09-25  Graham Stott  <grahams@redhat.com>
7861
7862         * sibcall.c (skip_copy_to_return_value): Tighten return value
7863         copy check.
7864
7865 2001-09-24  David Edelsohn  <edelsohn@gnu.org>
7866
7867         * rs6000.c (lwa_operand): Address must be word aligned.
7868
7869 Mon Sep 24 18:57:59 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7870
7871         * tree.c (type_hash_marked_p): Consider as marked if debug symbol
7872         number has been set.
7873         (type_hash_mark): Mark type itself.
7874
7875 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7876
7877         * c-lex.c (cb_def_pragma): Update.
7878         (c_lex): Update, and skip padding.
7879         * cppexp.c (lex, parse_defined): Update, remove unused variable.
7880         * cpphash.h (struct toklist): Delete.
7881         (union utoken): New.
7882         (struct cpp_context): Update.
7883         (struct cpp_reader): New members eof, avoid_paste.
7884         (_cpp_temp_token): New.
7885         * cppinit.c (cpp_create_reader): Update.
7886         * cpplex.c (_cpp_temp_token): New.
7887         (_cpp_lex_direct): Add PREV_WHITE when parsing args.
7888         (cpp_output_token): Don't print leading whitespace.
7889         (cpp_output_line): Update.
7890         * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
7891         do_include_common, do_line, do_ident, do_pragma,
7892         do_pragma_dependency, _cpp_do__Pragma, parse_answer,
7893         parse_assertion): Update.
7894         (get_token_no_padding): New.
7895         * cpplib.h (CPP_PADDING): New.
7896         (AVOID_LPASTE): Delete.
7897         (struct cpp_token): New union member source.
7898         (cpp_get_token): Update.
7899         * cppmacro.c (macro_arg): Convert to use pointers to const tokens.
7900         (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
7901         replace_args, quote_string, stringify_arg, parse_arg, next_context,
7902         enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
7903         _cpp_backup_tokens, _cpp_create_definition): Update.
7904         (push_arg_context): Delete.
7905         (padding_token, push_token_context, push_ptoken_context): New.
7906         (make_string_token, make_number_token): Update, rename.
7907         (cpp_get_token): Update to handle tokens as pointers to const,
7908         and insert padding appropriately.
7909         * cppmain.c (struct printer): New member prev.
7910         (check_multiline_token): Constify.
7911         (do_preprocessing, cb_line_change): Update.
7912         (scan_translation_unit): Update to handle spacing.
7913         * scan-decls.c (get_a_token): New.
7914         (skip_to_closing_brace, scan_decls): Update.
7915         * fix-header.c (read_scan_file): Update.
7916
7917         * doc/cpp.texi: Update.
7918
7919 2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7920
7921         * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC.  Avoid
7922         leak by passing malloc'ed pointer to reconcat, not concat.
7923
7924 2001-09-24  DJ Delorie  <dj@redhat.com>
7925
7926         * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
7927
7928 2001-09-24  Ulrich Weigand  <uweigand@de.ibm.com>:
7929
7930         * flow.c (delete_dead_jumptables): Delete jumptable if the only
7931         reference is from the literal pool.
7932
7933 2001-09-24  Janis Johnson  <janis187@us.ibm.com>
7934
7935         * doc/install.texi (Final install): Request additional information
7936         in mail about successful builds.
7937
7938 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7939
7940         * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero.  Use
7941         initial value of return pointer register instead of value in frame-20.
7942         Revise comments.
7943
7944 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7945
7946         * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.
7947         (ASM_OUTPUT_EXTERNAL_LIBCALL): Only generate a .IMPORT statement for
7948         the libcall if there isn't a referenced identifier for the symbol.
7949
7950 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7951
7952         * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for
7953         non 64-bit machines.  Use these as a plabel for the trampoline.
7954         (TRAMPOLINE_SIZE): Adjust size for new words.
7955         (INITIALIZE_TRAMPOLINE): Initialize new words.
7956         (TRAMPOLINE_ADJUST_ADDRESS): New.  Adjust address to make it a
7957         pointer to the plabel in the trampoline.
7958
7959 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7960
7961         * pa.c (function_arg): Pass floating arguments in both general and
7962         floating registers in indirect (dynamic) calls when generating code
7963         for the 32 bit ABI and the HP assembler.
7964
7965 2001-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7966
7967         * doc/install.texi: Markup fixes.
7968         Use Solaris 2, SunOS 4 as appropriate.
7969         (Specific, *-*-solaris2*): Explain this.
7970         Unconditionally warn against /usr/ucb tools.
7971         Remove Sun as warning, obsolete.
7972         Move X11 header bug workaround here, update patches.
7973         (Specific, sparc-sun-solaris2*): Detail Sun as fix status.
7974         (Specific, sparc-sun-solaris2.7): Update patch 106950 status.
7975
7976 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
7977
7978         * errors.h (warning, error, fatal, internal_error): Don't mark
7979         with ATTRIBUTE_PRINTF_n.
7980         * toplev.h (internal_error, fatal_io_error, warning, error,
7981         pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
7982         error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
7983         Likewise.
7984
7985 Sun Sep 23 18:19:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7986
7987         * function.c (pop_function_context_from): var_refs_queue
7988         and temp slots now in GC memory.
7989         (mark_function_status, free_after_compilation): Likewise;
7990         also struct function now in GC memory.
7991         (assign_stack_temp_for_type): struct temp_slot now in GC memory.
7992         (combine_temp_slots): Likewise.
7993         (schedule_fixup_var_refs): var_refs_queue now in GC memory.
7994         (prepare_function_start): Use GC memory for struct function.
7995         (mark_temp_slot): Deleted.
7996         (gcc_mark_struct_function): struct function now in GC memory.
7997
7998         * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust
7999         code for division, not modulus.
8000
8001         * rtl.def (MEM): Remove obsolete part of comment.
8002
8003 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8004
8005         * c-format.c (init_function_format_info): Check __builtin_printf
8006         and __builtin_fprintf even if -ffreestanding.  Check C99 functions
8007         in gnu89 mode.
8008
8009 Sat Sep 22 09:09:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8010
8011         * c-common.c (format_attribute_table): Remove decl.
8012         * tree.h (format_attribute_table, lang_attribute_table): New decls.
8013         (lang_attribute_common): Likewise.
8014
8015         * function.c (fix_lexical_address): Use set_mem_alias_set.
8016         (expand_function_start): Likewise.
8017         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Likewise.
8018
8019         * varasm.c (output_constant): Fix unused variable warning.
8020
8021         * attribs.c: New file, from c-common.c.
8022         (attribute_tables): Now four elements.
8023         (format_attribute_table, lang_attribute_common): New variables.
8024         (init_attributes): Reflect above changes.
8025         (handle_mode_attribute): Delete check for wider than uintmax.
8026         * c-common.c: Delete parts moved to attribs.c.
8027         (enum attrs): Deleted; unused.
8028         (c_format_attribute_table): New variable.
8029         (c_common_lang_init): Initialize format_attribute_table with it.
8030         * c-common.h (decl_attributes): Remove decl.
8031         * tree.h (decl_attribute): Move it to here.
8032         * Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
8033         (attribs.o): New rule.
8034
8035 2001-09-22  Andreas Jaeger  <aj@suse.de>
8036
8037         * builtins.c (c_getstr): Remove unused variable.
8038
8039 2001-09-21  Richard Henderson  <rth@redhat.com>
8040
8041         * reload1.c (reload): Use delete_insn instead of splatting
8042         NOTE_INSN_DELETED.
8043
8044 2001-09-21  Richard Henderson  <rth@redhat.com>
8045
8046         * reload.c (push_secondary_reload): Don't check for "=" in output
8047         constraint after ""->ALL_REGS check.
8048
8049 2001-09-21  Richard Henderson  <rth@redhat.com>
8050
8051         * predict.c (expected_value_to_br_prob): Use pc_set.
8052
8053         * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
8054         ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.
8055
8056 2001-09-21  Richard Henderson  <rth@redhat.com>
8057
8058         * rtl.h (LCT_RETURNS_TWICE): New.
8059         * calls.c (emit_call_1): Set current_function_calls_setjmp for
8060         ECF_RETURNS_TWICE.
8061         (emit_library_call_value_1): Map LCT_RETURNS_TWICE
8062         to ECF_RETURNS_TWICE.
8063         * except.c (sjlj_emit_function_enter): Use LCT_RETURNS_TWICE for
8064         call to setjmp.
8065
8066         * unwind-sjlj.c: Invent the setjmp.h declarations if inhibit_libc.
8067
8068         * config/stormy16/stormy16.h (DONT_USE_BUILTIN_SETJMP): New.
8069         (JMP_BUF_SIZE): New.
8070
8071 2001-09-21  Richard Henderson  <rth@redhat.com>
8072
8073         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
8074         to R8_REGS.
8075
8076 2001-09-21  Richard Henderson  <rth@redhat.com>
8077
8078         * tree.def (FDESC_EXPR): New.
8079         * expr.c (expand_expr): Handle it.
8080         * varasm.c (initializer_constant_valid_p): Likewise.
8081         (output_constant): Likewise.
8082         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
8083         * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
8084         (ASM_OUTPUT_FDESC): New.
8085         * doc/tm.texi: Document the new macros.
8086
8087 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
8088
8089         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Don't leave
8090         ADDR_VEC or ADDR_DIFF_VEC jump insns as part of the basic block
8091         once merging is complete.
8092
8093 Fri Sep 21 11:20:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8094
8095         * integrate.c (allocate_initial_values): Eliminate unused arg warning.
8096
8097 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
8098
8099         * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
8100         that would be invalid after a merge.
8101
8102 Fri Sep 21 14:24:29 CEST 2001  Jan Hubicka  <jh@suse.cz>
8103
8104         * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.
8105         * cfg.c (delete_insn): Rename from ....; use remove_insn; do not
8106         remove some labels.
8107         (flow_delete_insn): This one.
8108         (delete_insn_chain): Rename from ...; do not care labels.
8109         (flow_delete_insn_chain): ... this one.
8110         (flow_delete_block): Remove the insns one BB has been expunged.
8111         (merge_blocks_nomove): Likewise.
8112         (try_redirect_by_replacing_jump): Use delete_insn[_chain]; do not care
8113         updating BB boundaries.
8114         (tidy_fallthru_edge): Likewise.
8115         (commit_one_edge_insertion): Likewise.
8116         * cfgbuild.c (find_basic_block): Likewise.
8117         (find_basic_blocks_1): Likewise.
8118         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Likewise.
8119         (try_crossjump_to_edge): Likewise.
8120         (try_optimize_cfg): Likewise.
8121         * cse.c (delete_trivially_dead_insns): Likewise.
8122         * df.c (df_insn_delete): Likewise.
8123         * doloop.c (doloop_modify): Use delete_related_insns.
8124         * emit-rtl.c (try_split): Likewise.
8125         (remove_insn): Update BB boundaries.
8126         * expect.c (connect_post_landing_pads): Use delete_related_insns.
8127         * flow.c (delete_dead_jumptables): Use delete_insn[_chain]; do not care
8128         updating BB boundaries.
8129         (propagate_block_delete_insn): Likewise.
8130         (propagate_block_delete_libcall): Likewise.
8131         * function.c (delete_handlers): Use delete_related_insns.
8132         (thread_prologue_and_epilogue_insns): Likewise.
8133         * gcse.c (delete_null_pointer_checks): Use delete_related_insns.
8134         * genpeep.c (gen_peephole): Use delete_related_insns.
8135         * ifcvt.c (noce_process_if_block): Use delete_insn; do not care updating
8136         BB boundaries.
8137         (find_cond_trap): Likewise.
8138         * integrate.c (save_for_inline): Use delete_related_insns.
8139         (copy_insn_list): Likewise.
8140         * jump.c (pruge_linie_number_notes): Likewise.
8141         (duplicate_loop_exit_test): Likewise.
8142         (delete_computation): Likewise.
8143         (delete_related_insn): Rename from ...; use delete_insn
8144         (delete_insn): ... this one.
8145         (redirect_jump): Use delete_related_insns.
8146         * loop.c (scan_loop): Likewise.
8147         (move_movables): Likewise.
8148         (find_and_verify_loops): Likewise.
8149         (check_dbra_loop): Likewise.
8150         * recog.c (peephole2_optimize): Likewise.
8151         * reg-stack.c (delete_insn_for_stacker): Remove.
8152         (move_for_stack_reg): Use delete_insn.
8153         * regmove.c (combine_stack_adjustments_for_block): Likewise.
8154         * reload1.c (delete_address_reloads): Use delete_related_insns.
8155         (fixup_abnormal_edges): Use delete_insn.
8156         * recog.c (emit_delay_sequence): Use delete_related_insns.
8157         (delete_from-delay_slot): Likewise.
8158         (delete_scheduled_jump): likewise.
8159         (optimize_skip): Likewise.
8160         (try_merge_delay_insns): Likewise.
8161         (full_simple_delay_slots): Likewise.
8162         (fill_slots_from_thread): Likewise.
8163         (relax_delay_slots): Likewise.
8164         (make_return_insns): Likewise.
8165         (dbr_schedule): Likewise.
8166         * rtl.h (delete_insn): Rename to delete_related_insns.
8167         (delete_insn, delete_insn_chain): New prototypes.
8168         * ssa-ccp (sse_fast_dce):  Remove deleting of DEF, as it is done
8169         by df_insn_delete already.
8170         * ssa-dce.c (delete_insn_bb): Use delete_insn.
8171         * ssa.c (convert_from_ssa): Use delete_related_insns.
8172         * unroll.c (unroll_loop): Likewise.
8173         (calculate_giv_inc): Likewise.
8174         (copy_loop_body): Likewise.
8175
8176         * i386-protos.h (ix86_libcall_value, ix86_function_value,
8177         ix86_function_arg_regno_p, ix86_function_arg_boundary,
8178         ix86_return_in_memory, ix86_function_value): Declare.
8179         * i386.c (x86_64_int_parameter_registers, x86_64_int_return_registers):
8180         new static valurables.
8181         (x86_64_reg_class): New enum
8182         (x86_64_reg_class_name): New array.
8183         (classify_argument, examine_argument, construct_container,
8184          merge_classes): New static functions.
8185         (optimization_options): Enable flag_omit_frame_pointer and disable
8186         flag_pcc_struct_return on 64bit.
8187         (ix86_libcall_value, ix86_function_value,
8188         ix86_function_arg_regno_p, ix86_function_arg_boundary,
8189         ix86_return_in_memory, ix86_function_value): New global functions.
8190         (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
8191         (function_arg_advance): Handle x86_64 passing conventions.
8192         (function_arg): Likewise.
8193         * i386.h (FUNCTION_ARG_BOUNDARY): New macro.
8194         (RETURN_IN_MEMORY): Move offline.
8195         (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
8196         (FUNCTION_VALUE_REGNO_P): New macro.
8197         (FUNCTION_ARG_REGNO_P): Move offline.
8198         (struct ix86_args): Add maybe_vaarg.
8199         * next.h (FUNCTION_VALUE_REGNO_P): Delete.
8200         * unix.h (FUNCTION_VALUE_REGNO_P): Delete.
8201
8202 2001-09-21  Hartmut Penner  <hpenner@de.ibm.com>
8203
8204         * s390.md: Changed attributes for scheduling.
8205         * s390.c: (s390_adjust_cost, s390_adjust_priority)
8206         Changed scheduling
8207
8208 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8209
8210         Table-driven attributes.
8211         * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
8212         config/arm/arm.c, config/arm/pe.c, config/avr/avr.c,
8213         config/avr/avr.h, config/d30v/d30v.h, config/fr30/fr30.h,
8214         config/h8300/h8300.c, config/i386/cygwin.h, config/i386/winnt.c,
8215         config/m32r/m32r.c, config/mcore/mcore.c, config/sh/sh.c,
8216         config/stormy16/stormy16.h, config/v850/v850.c, doc/c-tree.texi,
8217         doc/tm.texi, ggc-common.c, integrate.c, print-tree.c, tree.c,
8218         tree.h: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
8219         * tree.h (struct tree_decl): Change machine_attributes to
8220         attributes.
8221         * doc/c-tree.texi: Document that all attributes are now attached
8222         to decls and types.
8223         * c-common.c (add_attribute, attrtab, attrtab_idx,
8224         default_valid_lang_attribute, valid_lang_attribute): Remove.
8225         (attribute_tables, attributes_initialized,
8226         c_common_attribute_table, default_lang_attribute_table): New
8227         variables.
8228         (handle_packed_attribute, handle_nocommon_attribute,
8229         handle_common_attribute, handle_noreturn_attribute,
8230         handle_unused_attribute, handle_const_attribute,
8231         handle_transparent_union_attribute, handle_constructor_attribute,
8232         handle_destructor_attribute, handle_mode_attribute,
8233         handle_section_attribute, handle_aligned_attribute,
8234         handle_weak_attribute, handle_alias_attribute,
8235         handle_no_instrument_function_attribute,
8236         handle_no_check_memory_usage_attribute, handle_malloc_attribute,
8237         handle_no_limit_stack_attribute, handle_pure_attribute): New
8238         functions.
8239         (init_attributes, decl_attributes): Rewrite to implement
8240         table-driven attributes.
8241         * c-common.h (enum attribute_flags): Move to tree.h.
8242         * c-format.c (decl_handle_format_attribute,
8243         decl_handle_format_arg_attribute): Rename to
8244         handle_format_attribute and handle_format_arg_attribute.  Update
8245         for table-driven attributes.
8246         * c-common.h (decl_handle_format_attribute,
8247         decl_handle_format_arg_attribute): Remove prototypes.
8248         (handle_format_attribute, handle_format_arg_attribute): Add
8249         prototypes.
8250         * c-decl.c (grokdeclarator): Handle attributes nested inside
8251         declarators.
8252         * c-parse.in (setattrs, maybe_setattrs): Remove.
8253         (maybe_type_quals_setattrs): Rename to maybe_type_quals_attrs.
8254         Update to handle nested attributes properly.
8255         (maybe_resetattrs, after_type_declarator,
8256         parm_declarator_nostarttypename, notype_declarator, absdcl1_noea,
8257         absdcl1_ea, direct_absdcl1): Update to handle nested attributes
8258         properly.
8259         (make_pointer_declarator): Update to handle nested attributes
8260         properly.
8261         * doc/extend.texi: Update documentation of limits of attributes
8262         syntax.  Warn about problems with attribute semantics in C++.
8263         * target.h (struct target): Remove valid_decl_attribute and
8264         valid_type_attribute.  Add attribute_table and
8265         function_attribute_inlinable_p.
8266         * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
8267         TARGET_VALID_TYPE_ATTRIBUTE): Remove.
8268         (TARGET_ATTRIBUTE_TABLE, TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P):
8269         Add.
8270         (TARGET_INITIALIZER): Update.
8271         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): Remove default
8272         definition.
8273         (function_attribute_inlinable_p): New function.  Check for the
8274         presence of any machine attributes before using
8275         targetm.function_attribute_inlinable_p.
8276         (function_cannot_inline_p): Update.
8277         * Makefile.in (integrate.o): Update dependencies.
8278         * doc/tm.texi: Update documentation of target attributes and
8279         example definition of TARGET_VALID_TYPE_ATTRIBUTE.
8280         * tree.c (default_valid_attribute_p, valid_machine_attribute):
8281         Remove.
8282         (default_target_attribute_table,
8283         default_function_attribute_inlinable_p): New.
8284         (lookup_attribute): Update comment to clarify handling of multiple
8285         attributes with the same name.
8286         (merge_attributes, attribute_list_contained): Allow multiple
8287         attributes with the same name but different arguments to appear in
8288         the same attribute list.
8289         * tree.h (default_valid_attribute_p): Remove prototype.
8290         (struct attribute_spec): New.
8291         (default_target_attribute_table): Declare.
8292         (enum attribute_flags): Move from c-common.h.  Add
8293         ATTR_FLAG_TYPE_IN_PLACE.
8294         (default_function_attribute_inlinable_p): Declare.
8295         * config/alpha/alpha.c (vms_valid_decl_attribute_p): Remove.
8296         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8297         (TARGET_ATTRIBUTE_TABLE): Define.
8298         (vms_attribute_table): New.
8299         * config/arc/arc.c (arc_valid_decl_attribute): Remove.
8300         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8301         (TARGET_ATTRIBUTE_TABLE): Define.
8302         (arc_attribute_table, arc_handle_interrupt_attribute): New.
8303         * config/arm/arm.c (arm_valid_type_attribute_p,
8304         arm_valid_decl_attribute_p, arm_pe_valid_decl_attribute_p):
8305         Remove.
8306         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
8307         define.
8308         (TARGET_ATTRIBUTE_TABLE): Define.
8309         (arm_attribute_table, arm_handle_fndecl_attribute,
8310         arm_handle_isr_attribute): New.
8311         * config/avr/avr.c (avr_valid_type_attribute,
8312         avr_valid_decl_attribute): Remove.
8313         (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Don't
8314         define.
8315         (TARGET_ATTRIBUTE_TABLE): Define.
8316         (avr_attribute_table, avr_handle_progmem_attribute,
8317         avr_handle_fndecl_attribute): New.
8318         * config/c4x/c4x.c (c4x_valid_type_attribute_p): Remove.
8319         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8320         (TARGET_ATTRIBUTE_TABLE): Define.
8321         (c4x_attribute_table, c4x_handle_fntype_attribute): New.
8322         * config/h8300/h8300.c (h8300_valid_decl_attribute): Remove.
8323         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8324         (TARGET_ATTRIBUTE_TABLE): Define.
8325         (h8300_attribute_table, h8300_handle_fndecl_attribute,
8326         h8300_handle_eightbit_data_attribute,
8327         h8300_handle_tiny_data_attribute): New.
8328         * config/i386/i386-protos.h (ix86_valid_type_attribute_p,
8329         i386_pe_valid_decl_attribute_p, i386_pe_valid_type_attribute_p):
8330         Remove prototypes.
8331         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New
8332         declarations.
8333         * config/i386/i386.c (ix86_valid_type_attribute_p: Remove.
8334         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
8335         define.
8336         (TARGET_ATTRIBUTE_TABLE): Define.
8337         (ix86_attribute_table, ix86_handle_cdecl_attribute,
8338         ix86_handle_regparm_attribute): New.
8339         * config/i386/winnt.c (i386_pe_valid_decl_attribute_p,
8340         i386_pe_valid_type_attribute_p): Remove.
8341         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New.
8342         * config/ia64/ia64.c (ia64_valid_type_attribute): Remove.
8343         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8344         (TARGET_ATTRIBUTE_TABLE): Define.
8345         (ia64_attribute_table): New.
8346         * config/m32r/m32r.c (m32r_valid_decl_attribute, interrupt_ident1,
8347         interrupt_ident2, model_ident1, model_ident2): Remove.
8348         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8349         (TARGET_ATTRIBUTE_TABLE): Define.
8350         (init_idents): Update.
8351         (m32r_attribute_table, m32r_handle_model_attribute): New.
8352         * config/m68hc11/m68hc11.c (m68hc11_valid_type_attribute_p):
8353         Remove.
8354         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8355         (TARGET_ATTRIBUTE_TABLE): Define.
8356         (m68hc11_attribute_table, m68hc11_handle_fntype_attribute): New.
8357         * config/mcore/mcore.c (mcore_valid_decl_attribute): Remove.
8358         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8359         (TARGET_ATTRIBUTE_TABLE): Define.
8360         (mcore_attribute_table, mcore_handle_naked_attribute): New.
8361         * config/ns32k/ns32k.c (ns32k_valid_type_attribute_p): Remove.
8362         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8363         (TARGET_ATTRIBUTE_TABLE): Define.
8364         (ns32k_attribute_table, ns32k_handle_fntype_attribute): New.
8365         * config/rs6000/rs6000.c (rs6000_valid_type_attribute_p): Remove.
8366         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8367         (TARGET_ATTRIBUTE_TABLE): Define.
8368         (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
8369         * config/sh/sh.c (sh_valid_decl_attribute): Remove.
8370         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8371         (TARGET_ATTRIBUTE_TABLE): Define.
8372         (sh_attribute_table, sh_handle_interrupt_handler_attribute,
8373         sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
8374         New.
8375         * config/stormy16/stormy16.c (stormy16_valid_type_attribute):
8376         Remove.
8377         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define
8378         (TARGET_ATTRIBUTE_TABLE): Define.
8379         (stormy16_attribute_table, stormy16_handle_interrupt_attribute):
8380         New.
8381         * config/v850/v850.c (v850_valid_decl_attribute): Remove.
8382         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8383         (TARGET_ATTRIBUTE_TABLE): Define.
8384         (v850_attribute_table, v850_handle_interrupt_attribute,
8385         v850_handle_data_area_attribute): New.
8386         * config/v850/v850-c.c (mark_current_function_as_interrupt):
8387         Return void.  Call decl_attributes instead of
8388         valid_machine_attribute.
8389
8390 Fri Sep 21 01:49:41 2001  J"orn Rennecke <amylaar@redhat.com>
8391
8392         * sh-protos.h (sh_pr_n_sets): Declare.
8393         * sh.c (calc_live_regs): If the initial value for PR has been copied,
8394         look at the copy to determine if PR needs to be saved.
8395         sh_pr_n_sets: New function.
8396         * sh.h (RETURN_ADDR_RTX): Use get_hard_reg_initial_val.
8397         (ALLOCATE_INITIAL_VALUE): Define.
8398
8399         * sh.c (initial_elimination_offset):
8400         Fix RETURN_ADDRESS_POINTER_REGNUM case.
8401
8402 Fri Sep 21 01:13:56 2001  J"orn Rennecke <amylaar@redhat.com>
8403
8404         * integrate.c (allocate_initial_values): New function.
8405         * integrate.h (allocate_initial_values): Declare.
8406         * local-alloc.c (local_alloc): Move call to allocate_reg_info from
8407         here...
8408         * reload1.c (reload): And initialization of reg_equiv_memory_loc
8409         from here...
8410         * toplev.c (rest_of_compilation): To here.
8411         Call allocate_initial_values.
8412         * tm.texi: add description for ALLOCATE_INITIAL_VALUE.
8413
8414 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8415
8416         * ggc-page.c (ggc_marked_p): Properly convert return to boolean.
8417
8418 2001-09-20  DJ Delorie  <dj@redhat.com>
8419
8420         * c-typeck.c (really_start_incremental_init): Discriminate
8421         between zero-length arrays and flexible arrays.
8422         (push_init_level): Detect zero-length arrays and handle them
8423         like fixed-sized arrays.
8424         * expr.c (store_constructor): Handle zero-length arrays and
8425         flexible arrays correctly.
8426         * doc/extend.texi: Update zero-length array notes.
8427
8428 2001-09-20  Jim Wilson  <wilson@redhat.com>
8429
8430         * config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
8431         (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
8432         for issue port conflicts.
8433         (cycle_end_fill_slots): TYPE_L instructions take two slots.
8434
8435 2001-09-20  Andrew MacLeod  <amacleod@redhat.com>
8436
8437         * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
8438         on ia64.
8439
8440 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8441
8442         * fold-const.c (hashtab.h): Include.
8443         (int_const_binop): Remove FORSIZE arg and compute from type; all
8444         callers changed.
8445         Call size_int_type_wide for all single-word constants.
8446         (size_htab_hash, size_htab_eq): New functions.
8447         (size_int_type_wide): Rework to use hash table.
8448         * ggc-common.c (hashtab.h): Include.
8449         (struct d_htab_root): New struct.
8450         (d_htab_roots): New variable.
8451         (ggc_add_deletable_htab, ggc_htab_delete): New functions
8452         (ggc_mark_roots): Handle deletable htabs.
8453         * ggc-page.c (ggc_marked_p): New function.
8454         * ggc-simple.c (ggc_marked_p): Likewise.
8455         * ggc.h: Reformatting throughout.
8456         (ggc_marked_p, ggc_add_deletable_htab): New declarations.
8457         * tree.c (init_obstacks): Make type_hash_table a deletable root.
8458         (type_hash_add): Allocate struct type_hash from GC memory.
8459         (mark_hash_entry, mark_type_hash): Deleted.
8460         (type_hash_marked_p, type_hash_mark): New functions.
8461         * Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
8462
8463 Thu Sep 20 12:49:34 2001  J"orn Rennecke <amylaar@redhat.com>
8464
8465         * sh.c (shiftcosts): Don't use shiftcosts array for modes wider
8466         than SImode.
8467
8468 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8469
8470         * stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
8471         array-too-large test for signed sizetype.
8472
8473 Thu Sep 20 12:19:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
8474
8475         * i386.md (indirect_jump): Allow Pmode operand.
8476         (tablejump): LIkewise; perform expansion to 64bit mode.
8477         * i386.c (symbolic_operand): Allow 64bit PIC references.
8478         (pic_symbolic_operand): Likewise.
8479         (ix86_find_base_term): Strip the 64bit PIC references.
8480         (legitimate_pic_address_disp_p): Handle 64bit PIC.
8481         (legitimize_pic_address): Likewise.
8482         (i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
8483         * i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
8484
8485 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
8486
8487         * stringpool.c (get_identifier_with_length): New function.
8488         * tree.h (get_identifier_with_length): New prototype.
8489
8490 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
8491             David Edelsohn  <edelsohn@gnu.org>
8492
8493         Revert:
8494         * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
8495         already sign-extended.
8496
8497         * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
8498         * config/rs6000/rs6000.c (logical_operand): Always compare op as
8499         HOST_WIDE_INT.
8500         (rs6000_emit_set_long_const): Avoid unnecessary shift.
8501         (output_profile_hook): Declare label_name const.
8502         * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
8503         to match constraints.
8504
8505 2001-09-19  Stan Shebs  <shebs@apple.com>
8506
8507         * alias.c: Fix typos in comments.
8508         * sched-rgn.c (init_ready_list): Ditto.
8509         * unwind-dw2.c (uw_frame_state_for): Ditto.
8510         * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
8511         * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
8512         * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
8513
8514 2001-09-19  Richard Henderson  <rth@redhat.com>
8515
8516         * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
8517         to the exit block.
8518         * Makefile.in (cfg.o): Depend on TM_P_H.
8519
8520 2001-09-19  Richard Henderson  <rth@redhat.com>
8521
8522         * config/alpha/alpha.c (local_symbol_p): Split out from ...
8523         (local_symbolic_operand): ... here.
8524         (small_symbolic_operand): Check mode.
8525         (global_symbolic_operand): New.
8526         (input_operand): Reject symbolics if explicit relocs.
8527         (call_operand): Tidy.
8528         (alpha_legitimize_address): Use movdi_er_high_g.
8529         (alpha_expand_mov): Likewise.
8530         * config/alpha/alpha-protos.h: Update.
8531         * config/alpha/alpha.h (PREDICATE_CODES): Update.
8532         * config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
8533         (UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
8534         (UNSPECV_LDGP2): Remove.
8535         (all call patterns): Use 's' not 'i' for symbolic constraint.
8536         (call_osf call_value_osf): Use call_operand.
8537         (all osf call patterns): Use $gp.  New peepholes for explicit relocs.
8538         (movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
8539         (prologue_ldgp_1_er): Remove.
8540         (ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
8541         (builtin_setjmp_receiver_er patterns): Use them.
8542         (exception_receiver_er): Likewise.
8543
8544 2001-09-19  Richard Henderson  <rth@redhat.com>
8545
8546         * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
8547
8548         * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
8549         and NON_LOCAL_GOTO notes.
8550         * recog.c (peephole2_optimize): Likewise.  Handle EH_REGION;
8551         copy over CALL_INSN_FUNCTION_USAGE.
8552
8553 2001-09-18  Catherine Moore  <clm@redhat.com>
8554
8555         * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN):
8556         Define as 0.
8557
8558 2001-09-18  Ulrich Weigand  <uweigand@de.ibm.com>:
8559
8560         * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
8561         new-style tm_file specification.  Specify correct tm_p_file,
8562         md_file, and out_file for s390x.
8563
8564         * config/s390/linux.h, linux64.h:  Don't include other target
8565         macro header files.  Now handled via tm_file.
8566
8567         * config/s390/linux.h, s390.h:  (IEEE_FLOAT, TARGET_IEEE_FLOAT,
8568         TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
8569         are defined before use.
8570
8571 Tue Sep 18 09:51:11 2001  Eric Christopher  <ecechristo@redhat.com>
8572
8573         * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
8574         code generation only for Gnu assembler.
8575
8576 2001-09-18  Catherine Moore  <clm@redhat.com>
8577
8578         * config/stormy16 (LIB_SPEC): Remove -lnosys.
8579
8580 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
8581
8582         * config/mips/mips.c (mips_frame_set): New.
8583         (mips_emit_frame_related_store): When storing two 32-bit FPRs, use
8584         a parallel frame-related expression with a set for each register.
8585
8586 2001-09-18  Philip Blundell  <philb@gnu.org>
8587
8588         * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
8589         header files.
8590
8591 2001-09-17  Dale Johannesen  <dalej@apple.com>
8592
8593         * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
8594         * config/rs6000/aix.h (FIXED_R2): Define.
8595         * config/rs6000/darwin.h (FIXED_R2): Define.
8596         * config/rs6000/sysv4.h (FIXED_R2): Define.
8597
8598 2001-09-17  Jeff Sturm  <jsturm@one-point.com>
8599
8600         * except.c (dw2_build_landing_pads): New local
8601         clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
8602         barrier after clobbers.  Fixes c++/4012.
8603
8604 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8605
8606         * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
8607
8608 2001-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8609
8610         * dostage2, dostage3, listing, make-l2.com, makefile.vms,
8611         patch-apollo-includes, vmsconfig.com: Remove obsolete files.
8612
8613 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8614
8615         * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
8616         alloca/strcpy.
8617
8618 2001-09-17  Neil Booth  <neil@daikokuya.demon.co.uk>
8619
8620         * cpphash.h (_cpp_lex_direct): New.
8621         * cpplex.c (_cpp_lex_token): Update.
8622         (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
8623         and increment that pointer.
8624         * cppmacro.c (alloc_expansion_token): New.
8625         (lex_expansion_token): Lex macro expansion directly into
8626         macro storage.
8627
8628 2001-09-16  Brad Lucier  <lucier@math.purdue.edu>
8629
8630         * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
8631
8632 Sun Sep 16 21:59:46 CEST 2001  Jan hubicka  <jh@suse.cz>
8633
8634         * basic-block.h (free_bb_for_insn): Declare.
8635         * bb-reorder.c (label_for_bb): Use block_label.
8636         (emit_jump_to_block_after): Remove.
8637         (insert_intra_1): Do not update block_for_insn.
8638         (insert_inter_bb_scope_notes): Likewise; update bb->end
8639         * cfg.c (free_bb_for_insn): New.
8640         (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
8641         (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
8642         (commit_one_edge_insertion): Likewise.
8643         (commit_one_edge_insertion): Do not update BB boundary.
8644         (commit_edge_insertions): Do not call compute_bb_for_insn.
8645         * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
8646         * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
8647         (merge_blocks_move_successor_nojumps): Likewise.
8648         (try_crossjump_to_edge): Do not update block_for_insn.
8649         * combine.c (combine_instructions): Remove compute_bb_for_insn call.
8650         * df.c (df_pattern_emit_later): Do not update BB boundary.
8651         (df_jump_pattern_emit_after): Likewise.
8652         (df_insn_move_before): Use emit_insn_before.
8653         * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
8654          properly.
8655         (add_insn_after, add_insn_before, emit_insns_after): Update BB
8656         boundaries and basic_block_for_insn.
8657         (reorder_insns_nobb): Rename from reorder_insns.
8658         (reorder_insns): New.
8659         (emit_block_insn_before, emit_block_insn_after): Kill.
8660         * flow.c (check_function_return_warnings): Do not call
8661         compute_bb_for_insn; Do not free basic_block_for_insn.
8662         (attempt_auto_inc): Do not update basic_block_for_insn.
8663         * function.c (emit_return_into_block): Likewise;
8664         do not update BB boundaries.
8665         * gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
8666         (insert_insn_end_bb): Use emit_insn_before; Likewise.
8667         (pre_insert_copy_insn): Likewise.
8668         (update_ld_motion_notes): Likewise.
8669         (insert_insn_start_bb): Likewise.
8670         (replace_store_insn): Likewise.
8671         * ifcvt.c (noce_process_if_block): Likewise.
8672         (if_convert): Do not call compute_bb_for_insn.
8673         * lcm.c (optimize_mode_switching): Do not update BB boundaries.
8674         Use emit_insn_before and emit_insn_after.
8675         * recog.c (split_all_insns): Do not update BB boundaries;
8676         Do not call compute_bb_for_insn.
8677         (peephole2_optimize): Do not update BB boundaries.
8678         * reg-stack.c (emit_pop_insn): Use emit_insn_after and
8679         emit_insn_before.
8680         (emit_swap_insn): Likewise.
8681         (convert_regs_1): Likewise.
8682         * reload1.c (reload): Call compute_bb_for_insn.
8683         * rtl.h (reorder_insns_nobb): Declare.
8684         * ssa.c (rename_equivalent_regs): Use emit_insn_before.
8685         * toplev.c (rest_of_compilation): Call free_bb_for_insn
8686         at places CFG is invalidated; do not call compute_bb_for_insn.
8687
8688         * cfg.c (expunge_block): Invalidate BB structure.
8689
8690         * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
8691         array.
8692
8693         * cfg.c (verify_flow_info): Verify the basic_block_for_insn array.
8694
8695 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8696
8697         * cpphash.h (_cpp_lex_token): Update prototype.
8698         * cpplex.c (_cpp_lex_token): New prototype.
8699         * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
8700         lex_macro_node, read_flag, do_pragma_poison): Update.
8701         * cppmacro.c (cpp_get_token, parse_params,
8702         lex_expansion_token): Update.
8703
8704 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8705
8706         * cppmain.c (scan_translation_unit): Don't worry about
8707         putting a space after hashes.
8708         * cpplib.c (directive_diagnostics): New.
8709         (_cpp_handle_directive): Update to use directive_diagnostics.
8710         (run_directive): Don't toggle prevent_expansion.
8711         (do_line): Backup in case of the line extension.
8712         * cpplib.h (cpp_lexer_pos): Remove.
8713         * cppmacro.c (_cpp_create_definition): Precede a leading #
8714         with whitespace.
8715
8716 2001-09-15  Richard Henderson  <rth@redhat.com>
8717
8718         * c-typeck.c (comptypes): Handle zero-length arrays properly.
8719
8720 2001-09-15  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8721
8722         * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
8723
8724 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8725
8726         PR preprocessor/3571
8727         * tradcpp.c (handle_directive): Skip non-vertical space.
8728
8729 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8730
8731         * cppmain.c (setup_callbacks): Set line callback only
8732         if outputting preprocessed source.
8733
8734 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8735
8736         * collect2.c (main): Const-ification.
8737         * gcc.c (translate_options, process_command): Use xstrdup in
8738         lieu of xmalloc/strcpy.
8739         (main): Use concat in lieu of xmalloc/strcpy/strcat.
8740
8741 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8742
8743         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
8744         example.
8745
8746 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8747
8748         * scan-decls.c (scan_decls): Fix typo.
8749
8750 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8751
8752         * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
8753         Split mlstring_pos into mls_line and mls_col.
8754         * cppinit.c (cpp_create_reader): Initialize line to 1.
8755         (cpp_destroy): Free tokenruns.
8756         (push_include): Don't update lexer_pos.
8757         * cpplex.c (unterminated, parse_string): Update.
8758         (lex_token): Don't update lexer_pos, update.
8759         * cpplib.c (if_stack): Save line instead of line + col.
8760         (start_directive, _cpp_do__Pragma, do_else, do_elif,
8761         push_conditional, _cpp_pop_buffer): Update.
8762         * cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
8763         (_cpp_create_definition): Update.
8764
8765 2001-09-15  Eric Christopher  <echristo@redhat.com>
8766
8767         * config/mips/abi64.h: Add support for MEABI.
8768
8769 2001-09-15  Eric Christopher  <echristo@redhat.com>
8770
8771         * config/mips/mips.md: Add unspec #2.
8772         (reload_indi): Use.
8773         (reload_outdi): Ditto.
8774         (reload_outsi): Ditto.
8775         (HILO_delay): New.
8776
8777 2001-09-15  Eric Christopher  <echristo@redhat.com>
8778             Jason Eckhardt  <jle@redhat.com>
8779
8780         * config.gcc: Add mipsisa32 target and mipsisa32-linux target.
8781         * config/mips/isa32-linux.h: New file.
8782         * config/mips/isa3264.h: Ditto.
8783         * config/mips/mips-protos.h: Add mips_hard_regno_nregs.
8784         * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
8785         (output_block_mode): Support MEABI.
8786         (function_arg): Ditto. Fix floating point arg passing.
8787         (mips_va_start): Ditto.
8788         (override_options): Add isas 32 and 64, meabi, mips32 and mips64
8789         processors.
8790         (mips_asm_file_start): Add new section to pass abi to gdb.
8791         (function_arg_pass_by_reference): Support MEABI.
8792         (mips_parse_cpu): Support mips32 and mips64 processors.
8793         * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
8794         TARGET_MIPS5KC.  Support isa32 and isa64.
8795         (processor_type): Add r4kc, r5kc, r20kc.
8796         (GENERATE_MULT3_SI): New.
8797         (GENERATE_MULT3_DI): Ditto.
8798         (GENERATE_MULT3): Remove.
8799         (ISA_HAS_64BIT_REGS): Add isa == 64.
8800         (ISA_HAS_8CC): Add mips_isa = 32 and 64.
8801         (ISA_HAS_MADD_MSUB): New.
8802         (ISA_HAS_CLZ_CLO): Ditto.
8803         (ISA_HAS_DCLZ_DCLO): Ditto.
8804         (ABI_GAS_ASM_SPEC): New.
8805         (GAS_ASM_SPEC): Use. Add support for mips32, mips64.
8806         (ASM_SPEC): Ditto.
8807         (LINK_SPEC): Ditto.
8808         (SUBTARGET_CC1_SPEC): Ditto.
8809         (SUBTARGET_CPP_SIZE_SPEC): Ditto.
8810         (PAD_VARARGS_DOWN): Support MEABI.
8811         (HARD_REGNO_NREGS): Move to mips.c.
8812         (ASM_OUTPUT_IDENT): Add #undef.
8813         * config/mips/mips.md: Add r4kc, r5kc, r20kc.
8814         (mulsi3): Use GENERATE_MULT3_SI.
8815         (mulsi3_mult3): Ditto.  Support mips32, mips64.
8816         (mul_acc_si): Use ISA_HAS_MADD_MSUB.
8817         (mul_sub_si): New pattern.
8818         (unnamed splitters): New.
8819         (muldi3): Use GENERATE_MULT3_DI.
8820         (muldi3_internal2): Ditto.
8821         (movdicc): Support mips32.
8822         * config/mips/t-isa3264: New file.
8823
8824 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
8825
8826         * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
8827         || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
8828         || HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
8829
8830         * reorg.c (fill_slots_from_thread): After call to
8831         steal_delay_list_from_target, update own_thread as new_thread may
8832         have branched.
8833
8834 2001-09-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8835
8836         * cpperror.c (print_location): Take line and column, for
8837         default positioning use the previously lexed token.
8838         (_cpp_begin_message): Take line and column.
8839         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
8840         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
8841         * cpphash.h (_cpp_begin_message): Update prototype.
8842         * cppinit.c (push_include): Don't set output line.
8843         * cpplex.c (_cpp_lex_token): Callback for start of new output lines.
8844         * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
8845         (do_pragma): Kludge for front ends.  Don't expand macros at all.
8846         * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
8847         (struct cpp_token): Remove output_line.
8848         (struct cpp_callbacks): New member line_change.
8849         * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
8850         cpp_get_token): Preserve BOL flag.
8851         (cpp_get_line): Remove.
8852         (_cpp_backup_tokens): Remove useless abort().
8853         * cppmain.c (cb_line_change): New.
8854         (scan_translation_unit): Don't worry about starting new lines here.
8855         * scan-decls.c (scan_decls): Update.
8856         * c-lex.c (c_lex, init_c_lex): Update.
8857         (cb_line_change, src_lineno): New.
8858
8859 Fri Sep 14 13:54:50 EDT 2001  John Wehle  (john@feith.com)
8860
8861         * tree.c (append_random_chars): Generate the random
8862         characters in a reproducable fashion.
8863
8864 2001-09-14  Richard Henderson  <rth@redhat.com>
8865
8866         * config/i386/i386.c (internal_label_prefix): New.
8867         (internal_label_prefix_len): New.
8868         (override_options): Set them.
8869         (local_symbolic_operand): New.
8870         (legitimate_pic_address_disp_p): Use it.
8871         (legitimize_pic_address): Likewise.
8872
8873 2001-09-14  Marc Espie <espie@openbsd.org>
8874
8875         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
8876         correctly.
8877
8878 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8879
8880         * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
8881         * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
8882
8883 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
8884
8885         * rtlanal.c (subreg_regno_offset): Add semicolon to end of
8886         invocation of SUBREG_REGNO_OFFSET.
8887
8888         * haifa-sched.c: Fix typo in FSF copyright statement.
8889         * sched-deps.c: Fix typo in FSF copyright statement.
8890         * sched-ebb.c: Fix typo in FSF copyright statement.
8891         * sched-rgn.c: Fix typo in FSF copyright statement.
8892         * sched-vis.c: Fix typo in FSF copyright statement.
8893
8894         * config.gcc: Move inclusion of arm elf specific header files
8895         from the files themselves into the tm_file variable.  Make
8896         sure that elfos.h is included before target specific elf
8897         headers.
8898         * config/arm/aout.h (NO_DOLLAR_IN_LABEL): Only define if not
8899         already defined.
8900         (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Protect definition.
8901         * config/arm.arm.h (TARGET_MEM_FUNCTIONS,
8902         ASM_OUTPUT_CASE_LABEL): Protect definition.
8903         (CC1_SPEC, FP_DEFAULT, ARM_FUNCTION_PROFILE): Only define if
8904         not already defined.
8905         * config/arm/conix-elf.h: (USER_LABEL_PREFIX,
8906         LOCAL_LABEL_PREFIX, MAKE_DECL_ONE_ONLY, UNIQUE_SECTION):
8907         Remove duplicate definition.
8908         (READONLY_DATA_SECTION, SUBTARGET_EXTRA_SECTION,
8909         (SUBTARGET_EXTRA_SECTION_FUNCTION, RDATA_SECTION_ASM_OP,
8910         (RDATA_SECTION_FUNCTION): Remove redundant definition.
8911         (STARTFILE_SPEC, ENDFILE_SPEC): Protect definition.
8912         Remove inclusion of arm/elf.h.
8913         * config/arm/unknown-elf.h: as for conix-elf.h.
8914         (STARTFILE_SPEC): Include crti.o and crtn.o.
8915         * config/arm/linux-elf.h: as for conix-elf.h.
8916         * config/arm/ecos-elf.h: Remove inclusion of unknown-elf.h.
8917         * config/arm/strongarm-elf.h: Remove inclusion of
8918         unknown-elf.h.
8919         * config/arm/xscale-elf.h: Remove inclusion of unknown-elf.h.
8920         * config/arm/unknown-elf-oabi.h: Remove inclusion of
8921         unknown-elf.h and elf.h.
8922         * config/arm/uclinux-elf.h: Remove inclusion of linux-elf.h.
8923         * config/arm/linux-gas.h (DBX_DEBUGGING_INFO,
8924         ASM_WEAKEN_LABEL): Remove redundant definition.
8925         * config/arm/elf.h: Test for inclusion of elfos.h
8926         (USER_LABEL_PREFIX, ASM_DECLARE_RESULT, ASM_DECLARE_RESULT,
8927         ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT_NAME,
8928         SUBTARGET_EXTRA_SECTION, SUBTARGET_EXTRA_SECTION_FUNCTION,
8929         EXTRA_SECTIONS, INT_ASM_OP, ASM_WEAKEN_LABEL): Remove
8930         redundant definition.
8931         (TYPE_OPERAND_FMT, ASM_DECLARE_FUNCTION_NAME,
8932         ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_INTERNAL_LABEL,
8933         ASM_OUTPUT_ALIGNED_COMMON): Protect definition.
8934         * t-arm-elf (EXTRA_MULTILIB_PARTS): Add crti.o and crtn.o.
8935         Add rules to build crti.o and crtn.o
8936         * crti.asm: New file.
8937         * crtn.asm: New file.
8938
8939 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8940
8941         * c-parse.in (_yylex): Use _cpp_backup_tokens.
8942         * cpphash.h (struct tokenrun): Add prev.
8943         (struct lexer_state): Remove bol.
8944         (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
8945         (_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
8946         : Remove.
8947         * cppinit.c (cpp_create_reader): Don't set bol.
8948         (cpp_destroy): Don't free lookaheads.
8949         * cpplex.c (lex_directive): Remove.
8950         (next_tokenrun): Update.
8951         (_cpp_lex_token): Clean up logic.
8952         (lex_token): Update to return a pointer to lexed token, since it
8953         can move to the start of the buffer.  Simpify newline handling.
8954         * cpplib.c (SEEN_EOL): Update.
8955         (skip_rest_of_line): Remove lookahead stuff.
8956         (end_directive): Line numbers are already incremented.  Revert
8957         to start of lexed token buffer if we can.
8958         (_cpp_handle_directive, do_pragma, do_pragma_dependency,
8959         parse_answer): Use _cpp_backup_tokens.
8960         (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
8961         instead.  Don't check for EOL.
8962         (do_include_common, do_line, do_pragma_system_header): Use
8963         skip_rest_of_line.
8964         * cpplib.h (BOL, _cpp_backup_tokens): New.
8965         * cppmacro.c (save_lookahead_token, take_lookahead_token,
8966         alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
8967         cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
8968         (builtin_macro): Don't use cpp_get_line.
8969         (cpp_get_line): Short term kludge.
8970         (parse_arg): Handle directives in arguments here.  Back up when
8971         appropriate.  Store EOF at end of argument list.
8972         (funlike_invocation_p): Use _cpp_backup_tokens.
8973         (push_arg_context): Account for EOF at end of list.
8974         (cpp_get_token): Remove lookahead stuff.  Update.
8975
8976 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8977
8978         * c-parse.in (yyerror): Const-ification and/or static-ization.
8979         * c-typeck.c (push_member_name): Likewise.
8980         * collect2.c (main): Likewise.
8981         * dbxout.c (dbxout_parms): Likewise.
8982         * diagnostic.c (format_with_decl): Likewise.
8983         * dwarf2out.c (output_ranges): Likewise.
8984         * dwarfout.c (fundamental_type_code): Likewise.
8985         * except.c (dw2_output_call_site_table): Likewise.
8986         * gcc.c (do_spec_1): Likewise.
8987         * genopinit.c (optabs): Likewise.
8988         * objc/objc-act.c (synth_id_with_class_suffix, start_class,
8989         gen_declaration_1, handle_impent): Likewise.
8990         * protoize.c (default_include, in_system_include_dir, abspath):
8991         Likewise.
8992         * sched-vis.c (visualize_stall_cycles): Likewise.
8993         * sdbout.c (plain_type_1, sdbout_end_function,
8994         sdbout_end_epilogue): Likewise.
8995         * varasm.c (decode_reg_name): Likewise.
8996
8997         * 1750a.c (mod_regno_adjust): Likewise.
8998         * alpha.c (alpha_write_one_linkage,
8999         unicosmk_output_default_externs): Likewise.
9000         * arm.c (arm_condition_codes): Likewise.
9001         * arm.h (arm_condition_codes): Likewise.
9002         * avr.c (output_movsisf, encode_section_info): Likewise.
9003         * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
9004         Likewise.
9005         * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
9006         * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
9007         * m88k.c (output_function_profiler): Likewise.
9008         * mips.c (mips_output_conditional_branch): Likewise.
9009         * ns32k.c (ns32k_out_reg_names): Likewise.
9010         * ns32k.h (ns32k_out_reg_names): Likewise.
9011         * pj.c (pj_output_rval): Likewise.
9012         * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
9013         * sparc.c (sparc_flat_function_prologue,
9014         sparc_flat_function_epilogue): Likewise.
9015
9016 2001-09-13  Markus Werle <numerical.simulation@web.de>
9017             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9018
9019         * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
9020         Aachen University of Technology".
9021
9022 2001-09-13  Andreas Schwab  <schwab@suse.de>
9023
9024         * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
9025         C99.
9026
9027 2001-09-13  Richard Henderson  <rth@redhat.com>
9028
9029         * config/alpha/alpha.c (small_symbolic_operand): New.
9030         (override_options): Set MASK_SMALL_DATA based on pic/PIC.
9031         (some_operand, input_operand): Don't handle HIGH.
9032         (alpha_legitimize_address): Use it.  Emit HIGH with PLUS gp.
9033         (alpha_expand_mov): Likewise.
9034         (print_operand) [H]: Just print HIGH symbol.
9035         (print_operand_address): Handle small data.
9036         * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
9037         (TARGET_SWITCHES): Add -msmall-data/large-data.
9038         (PIC_OFFSET_TABLE_REGNUM): New.
9039         (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
9040         (PREDICATE_COES): Update.
9041         * config/alpha/alpha.md (adddi_er_high): New.
9042         (adddi_er_low): Handle small data.
9043         * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
9044         prefer .sdata to .rodata.
9045         (SELECT_RTX_SECTION): Likewise.
9046
9047 2001-09-12  Josh Martin  <josh.martin@abq.sc.philips.com>
9048
9049         * fixinc/inclhack.def(hpux11_size_t): Keep HP-UX headers from
9050         defining __size_t and leaving size_t undefined.
9051
9052 2001-09-12  Diego Novillo  <dnovillo@redhat.com>
9053
9054         * basic-block.h (expunge_block): Declare.
9055         * cfg.c (expunge_block): Remove static declaration.
9056
9057 2001-09-12  Richard Henderson  <rth@redhat.com>
9058
9059         * integrate.c (copy_insn_list): Copy label name from
9060         NOTE_INSN_DELETED_LABEL.
9061
9062 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9063
9064         * c-common.c (c_tree_code_name): Const-ification.
9065         * c-decl.c (c_decode_option): Likewise.
9066         * c-typeck.c (warn_for_assignment): Likewise.
9067         * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
9068         Likewise.
9069         * cppinit.c (output_deps): Likewise.
9070         * dependence.c (dependence_string, direction_string): Likewise.
9071         * dwarf2out.c (output_ranges): Likewise.
9072         * fixinc/fixfixes.c (emit_gnu_type): Likewise.
9073         * fixinc/gnu-regex.c (re_error_msgid): Likewise.
9074         * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
9075         standard_startfile_prefix, standard_startfile_prefix_1,
9076         standard_startfile_prefix_2, tooldir_base_prefix,
9077         standard_bindir_prefix, find_a_file): Likewise.
9078         * genattrtab.c (make_length_attrs): Likewise.
9079         * gencheck.c (tree_codes): Likewise.
9080         * genemit.c (gen_split): Likewise.
9081         * genrecog.c (special_mode_pred_table): Likewise.
9082         * graph.c (graph_ext): Likewise.
9083         * protoize (default_include): Likewise.
9084         * reload.c (reload_when_needed_name): Likewise.
9085         * sched-vis.c (visualize_stall_cycles): Likewise.
9086         * tlink.c (recompile_files): Likewise.
9087         * toplev.c (decode_g_option): Likewise.
9088         * tradcpp.c (output_deps): Likewise.
9089         * varasm.c (decode_reg_name): Likewise.
9090
9091         * arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
9092         Const-ification.
9093         * arm.md: Likewise.
9094         * avr.c (avr_regnames, encode_section_info): Likewise.
9095         * c4x.c (float_reg_names): Likewise.
9096         * darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
9097         * elfos.h (const_section): Likewise.
9098         * i386.c (ix86_comp_type_attributes): Likewise.
9099         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
9100         * ia64/aix.h (UNIQUE_SECTION): Likewise.
9101         * ia64.c (type_names): Likewise.
9102         * m68hc11.c (reg_class_names): Likewise.
9103         * m88k.c (m_options): Likewise.
9104         * mips.c (mips_output_conditional_branch, mips_unique_section):
9105         Likewise.
9106         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9107         * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
9108         ultra_code_names): Likewise.
9109         * sparc.h (OVERRIDE_OPTIONS): Likewise.
9110
9111 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9112
9113         * configure.in (gcc_cv_as_shf_merge): Fix a typo.
9114         Use --fatal-warnings option for gas.
9115         * configure: Rebuilt.
9116
9117 2001-09-12  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9118
9119         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
9120
9121 2001-09-11  Jim Wilson  <wilson@redhat.com>
9122
9123         * alias.c (clear_reg_alias_info): Only handle pseudo registers.
9124
9125 2001-10-11  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9126
9127         * builtins.c (c_strlen): Treat an offset too large for a
9128         HOST_WIDE_INT as out of range.
9129
9130 Tue Sep 11 18:57:47 CEST 2001  Jan Hubicka  <jh@suse.cz>
9131
9132         * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
9133         (EDGE_CRITICAL_P): New predicate.
9134         * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
9135         handling.
9136         (insert_insn_on_edge): Use EDGE_CRITICAL_P.
9137         (dump_edge_info): Remove "crit".
9138         * cfganal.c (mark_critical_edges): Kill.
9139         * cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
9140         * cfgcleanup.c (cleanup_cfg): Likewise.
9141         * profile.c (instrument_edges): Use EDGE_CRITICAL_P.
9142         (find_spanning_tree): Likewise.
9143         * reg-stack.c (convert_regs_1): Likewise.
9144         * ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
9145
9146         * basic-block.h (create_basic_block_structure): New.
9147         (create_basic_block): Update prototype.
9148         (force_nonfallthru): New.
9149         * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
9150         * cfg.c (create_basic_block_structure): Rename from create_basic_block;
9151         handle updating of block_for_insn, creating of empty BBs and BBs at
9152         the end of INSN chain.
9153         (create_basic_block): New function.
9154         (split_block): Use create_basic_block.
9155         (force_nonfallthru_and_redirect): Break out from ...; cleanup
9156         (redirect_edge_and_branch_force): ... here.
9157         (force_nonfallthru): New.
9158         (split_edge): Rewrite to use force_nonfallthru and create_block.
9159         * cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
9160         (find_basic_blocks): Free basic_block_for_insn.
9161         * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
9162
9163         * cfg.c: Fix formating.
9164         * cfgcleanup.c: Fix formating.
9165         (merge_blocks, tail_recursion_label_p): Return bool.
9166         (merge_blocks_move_predecessor_nojumps,
9167          merge_blocks_move_successor_nojumps): Return void.
9168
9169 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
9170
9171         * configure.in: Check whether assembler supports section merging.
9172         * config.in: Rebuilt.
9173         * configure: Rebuilt.
9174         * varasm.c (variable_section, output_constant_pool): Pass alignment
9175         to SELECT_SECTION and SELECT_RTX_SECTION.
9176         (mergeable_string_section): New.
9177         (mergeable_constant_section): New.
9178         (default_elf_asm_named_section): Output SECTION_MERGE and
9179         SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
9180         * output.h (mergeable_string_section): New.
9181         (mergeable_constant_section): New.
9182         (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
9183         * toplev.c (flag_merge_constants): New.
9184         (f_options): Add -fmerge-constants and -fmerge-all-constants
9185         options.
9186         (toplev_main): Default to -fno-merge-constants if not optimizing.
9187         * flags.h (flag_merge_constants): Add extern.
9188         * invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
9189         * tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
9190         argument.
9191         * config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
9192         Define if assembler has working .subsection -1 support.
9193         (SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
9194         Put constant into special SHF_MERGE sections if the linker should
9195         attempt to merge duplicates.
9196         * config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
9197         macro argument.
9198         Put constant into special SHF_MERGE sections if the linker should
9199         attempt to merge duplicates.
9200         * config/alpha/elf.h: Likewise.
9201         (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
9202         has working .subsection -1 support.
9203         * config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
9204         SELECT_SECTION.
9205         * config/svr3.h: Likewise.
9206         * config/darwin.h: Likewise.
9207         * config/arm/aof.h: Likewise.
9208         * config/arm/linux-elf.h: Likewise.
9209         * config/avr/avr.h: Likewise.
9210         * config/c4x/c4x.h: Likewise.
9211         * config/d30v/d30v.h: Likewise.
9212         * config/i386/dgux.h: Likewise.
9213         * config/i386/osfrose.h: Likewise.
9214         * config/i386/sco5.h: Likewise.
9215         * config/i386/svr3gas.h: Likewise.
9216         * config/ia64/aix.h: Likewise.
9217         * config/m32r/m32r.h: Likewise.
9218         * config/m68k/m68k.h: Likewise.
9219         * config/m88k/dgux.h: Likewise.
9220         * config/m88k/m88k.h: Likewise.
9221         * config/mcore/mcore-pe.h: Likewise.
9222         * config/mips/mips.h: Likewise.
9223         * config/pa/pa.h: Likewise.
9224         * config/pa/pa-linux.h: Likewise.
9225         * config/romp/romp.h: Likewise.
9226         * config/rs6000/sysv4.h: Likewise.
9227         * config/rs6000/xcoff.h: Likewise.
9228         * config/s390/linux.h: Likewise.
9229         * config/sparc/sparc.h: Likewise.
9230         * config/sparc/sysv4.h: Likewise.
9231         * config/stormy16/stormy16.h: Likewise.
9232         * config/v850/v850.h: Likewise.
9233         * config/vax/vms.h: Likewise.
9234         * config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
9235         and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
9236         * config/sparc/sparc.c (sparc_elf_asm_named_section): Use
9237         default_elf_asm_named_section for SHF_MERGE sections.
9238
9239 Tue Sep 11 17:55:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
9240
9241         * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
9242         is OK.
9243
9244 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9245
9246         * c-common.c (split_specs_attrs): Allow for empty attributes with
9247         empty TREE_PURPOSE.  Fixes PR c/4294.
9248
9249 Tue Sep 11 11:37:52 CEST 2001  Jan Hubicka  <jh@suse.cz>
9250
9251         * basic-block.h (cached_make_edge, make_single_succ): New.
9252         (make_edge): Remove first parameter.
9253         * bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
9254         * cfg.c (cached_make_edge): Rename from make_edge; return newly
9255         created edge; use obstack allocation.
9256         (make_edge, make_single_succ_edge): New.
9257         (first_removed_edge): New static variable.
9258         (init_flow): Initialize first_removed_edge and n_edges.
9259         (clear_edges): Use remove_edge.
9260         (flow_delete_block): Likewise.
9261         (remove_edge): Add removed edges to the removed edges list.
9262         (split_block, redirect_edge_and_branch_force, split_edge):
9263         Use make_edge.
9264         * cfganal.c (flow_call_edges_add): Updaet make_edge call.
9265         (add_noreturn_fake_exit_edges): Likewise.
9266         (connect_infinite_loops_to_exit): Liekwise.
9267         * cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
9268         Use cached_make_edge.
9269         * cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
9270         * profile.c (branch_prob): Update make_edge call.
9271         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
9272
9273 2001-09-11  Richard Henderson  <rth@redhat.com>
9274
9275         * config/alpha/alpha.c: Tidy formatting.
9276         (local_symbolic_operand): Verify mode.
9277         (alpha_sa_mask): Ignore unicos for eh_return.
9278         (alpha_expand_epilogue): Handle sp_adj2 zero, not NULL.
9279         * config/alpha/alpha.md (umk divsi patterns): Remove.
9280         (extendsfdf2): Remove unicos check.
9281         (tablejump): Merge vms and unicos code; always use direct set
9282         plus label_ref use.
9283
9284 2001-09-11  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9285
9286         * config.gcc (alpha*-*-unicosmk*): New target.
9287
9288         * config/alpha/alpha-protos.h (symbolic_operand,
9289         unicosmk_add_call_info_word, unicosmk_add_extern,
9290         unicosmk_defer_case_vector, unicosmk_unique_section,
9291         unicosmk_output_align, unicosmk_text_section, unicosmk_data_section,
9292         unicosmk_asm_file_start, unicosmk_asm_file_end,
9293         unicosmk_output_common): Declare.
9294
9295         * config/alpha/alpha.c (NUM_ARGS, override_options, call_operand,
9296         direct_return, function_arg, alpha_va_start, alpha_va_arg,
9297         alpha_does_function_need_gp, alpha_end_function): Support Cray
9298         Unicos/Mk.
9299         (alpha_init_machine_status, alpha_mark_machine_status,
9300         alpha_free_machine_status, unicosmk_output_deferred_case_vectors,
9301         unicosmk_gen_dsib, unicosmk_output_ssib, unicosmk_need_dex,
9302         unicosmk_asm_named_section, unicosmk_insert_attributes,
9303         unicosmk_section_type_flags, symbolic_operand,
9304         unicosmk_output_module_name, unicosmk_output_default_externs,
9305         unicosmk_output_dex, unicosmk_output_externs,
9306         unicosmk_output_addr_vec, unicosmk_ssib_name,
9307         unicosmk_initial_elimination_offset, unicosmk_asm_file_start,
9308         unicosmk_asm_file_end, unicosmk_output_common,
9309         unicosmk_section_type_flags, unicosmk_unique_section,
9310         unicosmk_add_call_info_word, unicosmk_text_section,
9311         unicosmk_data_section, unicosmk_extern_list, unicosmk_extern_head,
9312         unicosmk_add_extern, unicosmk_dex, unicosmk_dex_list,
9313         unicosmk_dex_count, unicosmk_special_name): New.
9314         (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
9315         TARGET_ABI_UNICOSMK.
9316         (get_aligned_mem, alpha_expand_unaligned_load,
9317         alpha_expand_unaligned_store, alpha_expand_unaligned_load_words,
9318         alpha_expand_unaligned_store_words): Support big-endian mode.
9319         (print_operand): Likewise. New format specifier 't'. Use
9320         TARGET_AS_SLASH_BEFORE_SUFFIX.
9321         (alpha_is_stack_procedure): Rename from vms_is_stack_procedure.
9322         (alpha_pv_save_size): Update with above change.
9323         (alpha_sa_mask, alpha_sa_size, alpha_expand_prologue,
9324         alpha_start_function, alpha_expand_epilogue): Likewise. Support Cray
9325         Unicos/Mk.
9326
9327         * config/alpha/alpha.h (TARGET_ABI_UNICOSMK): New.
9328         (TARGET_ABI_OSF): Exclude TARGET_ABI_UNICOSMK.
9329         (TARGET_AS_SLASH_BEFORE_SUFFIX): New.
9330         (EXTRA_CONSTRAINT): New constraint 'U'.
9331         (PREDICATE_CODES): Add symbolic_operand.
9332
9333         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM,
9334         UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): New constants.
9335         (mulsi3, *mulsi_se, mulvsi3): Disable for TARGET_ABI_UNICOSMK.
9336         (integer division and modulus patterns): Split in default and
9337         Unicos/Mk versions.
9338         (*divmodsi_internal, *divmoddi_internal): Disable for
9339         TARGET_ABI_UNICOSMK.
9340         (unaligned_extend?idi, unaligned_load?i, unaligned_store?i): Split in
9341         little-endian and big-endian versions.
9342         (ext, ins, msk): Likewise.
9343         (extv, extzv, insv): Support big-endian mode.
9344         (call, call_value, tablejump): Support TARGET_ABI_UNICOSMK.
9345         (call_umk, call_value_umk, *call_umk, tablejump_umk,
9346         *tablejump_umk_internal, *call_value_umk): New.
9347         (*movdi_nofix): Add pattern for loading an address into a register on
9348         TARGET_ABI_UNICOSMK.
9349         (umk_laum, umk_lal, umk_lalm, *umk_load_ciw): New.
9350         (umk_mismatch_args, arg_home_umk): New.
9351         (various insns): Don't use mov, fmov, nop, fnop and unop.
9352         (realign): Support TARGET_ABI_UNICOSMK.
9353
9354         * config/alpha/unicosmk.h: New file.
9355         * config/alpha/t-unicosmk: New file.
9356
9357         * fixinc/inclhack.def (unicosmk_restrict): New.
9358         * fixinc/fixincl.x: Regenerate.
9359
9360         * ginclude/stddef.h (size_t): Check for and define __SIZE_T__.
9361         (wchar_t): Check for and define __WCHAR_T__.
9362
9363 2001-09-11  Richard Sandiford  <rsandifo@redhat.com>
9364
9365         * combine.c (simplify_shift_const): Treat shifts by the mode
9366         size as undefined.
9367
9368 2001-09-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9369
9370         * cpphash.h (struct tokenrun): New.
9371         (struct cpp_context): New member bol.
9372         (struct cpp_reader): New members.
9373         (_cpp_init_tokenrun): New.
9374         * cppinit.c (cpp_create_reader): Set up the token runs.
9375         * cpplex.c (lex_directive, lex_token, next_tokenrun): New.
9376         (lex_token): New internalised version of _cpp_lex_token.  Don't
9377         handle directives or the multiple include optimization here any
9378         more.  Simply lex a token.
9379         * cpplib.c (run_directive): Clear bol.
9380         (_cpp_pop_buffer): Set bol.
9381         * cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
9382         arguments.
9383
9384 2001-09-11  Michael Meissner  <meissner@redhat.com>
9385
9386         * config/mips/mips.h (CC1_SPEC): If -mgp32 default to -mfp32, and
9387         give an error if the user uses -mfp32.
9388         (CPP_FPR_SPEC): Define __mips_fpr to be 32 or 64 depending on the
9389         default options.
9390         (CPP_SPEC): Define __mips_fpr to be 32 or 64, depending on the
9391         floating point register size.
9392         (EXTRA_SPECS): Add CPP_FPR_SPEC.
9393
9394         * config/mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Use
9395         HOST_WIDE_INT_PRINT_DEC to properly print the result of
9396         int_size_in_bytes.
9397         * config/mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
9398         * config/mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
9399
9400 2001-09-11  Hans-Peter Nilsson  <hp@axis.com>
9401
9402         * dbxout.c (dbxout_parms): Fix typo in comment.
9403         * unroll.c (loop_find_equiv_value): Ditto.
9404         * toplev.c (rest_of_compilation): Ditto.
9405         * loop.c (scan_loop): Ditto.
9406         * dwarf2out.c (struct dw_fde_struct): Ditto.
9407
9408 2001-09-10  Zack Weinberg  <zackw@panix.com>
9409
9410         * cpplex.c (parse_identifier): Fast-path optimize.  Avoid
9411         copying identifier when we're just going to throw it away.
9412         (parse_identifier_slow): New routine to handle abnormal cases.
9413         (_cpp_lex_token): Update call site.
9414
9415         * hashtable.c (ht_lookup): Don't assume that the string we've
9416         been given is NUL-terminated.
9417         * system.h: #define __builtin_expect(a, b) to (a) if not
9418         GCC >=3.0.
9419
9420 2001-09-10  Michael Meissner  <meissner@redhat.com>
9421
9422         * config.gcc (sparc64-*-solaris2): Add alias to be compatible with
9423         binutils, gdb.
9424
9425 2001-09-10  David Edelsohn  <edelsohn@gnu.org>
9426
9427         * config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
9428
9429 Mon Sep 10 16:26:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9430
9431         * builtins.c (c_getstr): Correct thinko in last change and further
9432         cleanup.
9433
9434 2001-09-10  Tim Freeman <tim@fungibole.com>
9435
9436         * dwarf2out.c (incomplete_types, decl_scope_table): Make them
9437         into varray's and register them as roots with the garbage
9438         collector so they are not collected too soon.
9439
9440 Mon Sep 10 14:21:26 CEST 2001  Jan Hubicka  <jh@suse.cz>
9441
9442         * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):
9443         New.
9444         * basic-block.h (flow_obstack, label_value_list,
9445         tail_recursion_label_list): Declare
9446         (tidy_fallthru_edges): Declare.
9447         (expunge_block, last_loop_beg_note): Delete.
9448         (can_fallthru, flow_nodes_print, flow_edge_list_print): Declare.
9449         * cfg.c: New file
9450         (basic_block_for_insn, label_value_list): Move from flow.c; make global.
9451         (n_basic_blocks, n_edges, basic_block_info, entry_exit_blocks,
9452         init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
9453         flow_delete_insn, flow_delete_insn_chain, create_basic_block,
9454         expunge_block, flow_delete_block, compute_bb_for_insn,
9455         update_bb_for_insn, set_block_for_insn, set_block_for_new_insns,
9456         make_edge, remove_edge, redirect_edge_succ, redirect_edge_succ_nodup,
9457         redirect_edge_pred, split_block, marge_blocks_nomove, block_label,
9458         try_redirect_by_replacing_jump, last_loop_beg_note,
9459         redirect_edge_and_branch, redirect_edge_and_branch_force,
9460         tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p,
9461         split_edge, insert_insn_on_edge, commit_one_edge_insertion,
9462         commit_edge_insertions, dump_flow_info, debug_flow_info,
9463         dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
9464         verify_flow_info, purge_dead_edges, purge_all_dead_edges):
9465         Move here from flow.c
9466         * cfganal.c: New file.
9467         (forwarder_block_p, can_fallthru, mark_critical_edges,
9468          mark_dfs_back_edges, need_fake_edge_p, flow_call_edges_add,
9469          find_unreachable_blocks, create_edge_list, free_edge_list,
9470          print_edge_list, verify_edge_list, find_edge_index, flow_nodes_print,
9471          flow_edge_list_print, remove_fake_successors, remove_fake_edges,
9472          add_noreturn_fake_exit_edges, connect_infinite_loops_to_exit,
9473          flow_reverse_top_sort_order_compute, flow_depth_first_order_compute,
9474          flow_dfs_compute_reverse_init, flow_dfs-compute_reverse_add_bb,
9475          flow_dfs-compute_reverse_execute, flow_dfs_compute_reverse_finish);
9476         Move here from flow.c
9477         * cfgbuild.c: New file
9478         (count_basic_blocks, find_label_refs, make_label_edge, make_eh_edge,
9479          make_edges, find_basic_blocks_1, find_basic_blocks,
9480          find_sub_basic_blocks): Move here from flow.c
9481         * cfgcleanup.c: New file.
9482         (try_simplify_condjump, try_forward_edges, tail_recursion_label_p,
9483          merge_blocks_move_predecessor_nojumps,
9484          merge_blocks_move_successor_nojumps, merge_blocks,
9485          flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
9486          try_crossjump_bb, try_optimize_cfg): Move here from flow.c
9487         (delete_unreachable_blocks, cleanup_cfg): Likewise; return true
9488         if succeeded.
9489         * cfgloop.c: New file
9490         (flow_loops_cfg_dump, flow_loop_nested_p, flow_loop_dump,
9491          flow_loops_dump, flow_loops_free, flow_loop_entry_edges_find,
9492          flow_loop_exit_edges_find, flow_loop_nodes_find,
9493          flow_loop_pre_header_scan, flow_loop_pre_header_find,
9494          flow_loop_tree_node_add, flow_loops_tree_build,
9495          flow_loop_level_compute, flow_loops_level_compute, flow_loop_scan,
9496          flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
9497         Move here from flow.c
9498         * flow.c: Remove everything moved elsewhere
9499         * output.h (cleanup_cfg): Return bool.
9500
9501         * bb-reorder.c (reorder_block_def): Remove 'index'.
9502         (insert_intra_1): Add argument BB, set block for new note.
9503         (make_reorder_chain): Do not depdent on BB indexes.
9504         (make_reorder_chain_1): Do not use BB indexes.
9505         (label_for_bb): Likewise; set BB for new insn.
9506         (emit_jump_to_block_after): Likewise.
9507         (fixup_reorder_chain): Sanity check that all basic blocks
9508         are chained; verify newly created insn chain; remove
9509         undocnitional jump simplifying; Do not use BB indexes;
9510         properly initialize count and frequency information;
9511         dump reordered sequence.
9512         (insert_intra_bb_scope_notes): update call of insert_intra_1.
9513         (insert_inter_bb_scope_notes): Set block for new insn.
9514         (reorder_basic_blocks): Dump flow info before reoredering.
9515
9516 Mon Sep 10 06:47:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9517
9518         * alias.c (clear_reg_alias_info): Use K&R format definition.
9519         Avoid unsigned warning.
9520         * builtins.c: Use "unsigned int", not "unsigned".
9521         (target_char_cast): Use host_integerp and tree_low_cst.
9522         (expand_builtin_args_info, expand_builtin_frame_address): Likewise.
9523         (c_strlen): Likewise; OFFSET now HOST_WIDE_INT.
9524         (c_getstr): Likewise.
9525         (std_expand_builtin_va_arg): Use int_size_in_bytes.
9526         (builtin_memcpy_read_str): Avoid unsigned warning.
9527         (expand_builtin_memcpy): Alignments are unsigned.
9528         (expand_builtin_strncpy, expand_builtin_memset): Likewise.
9529         (expand_builtin_expect_jump): Use integer_zerop and integer_onep.
9530         * predict.c (expensive_function_p): LIMIT now unsigned.
9531         * resource.c (mark_target_live_regs): Make some vars unsigned.
9532         * sdbout.c: Use "unsigned int", not "unsigned".
9533         (MAKE_LINE_SAFE): Add cast to avoid unsigned warning.
9534         (sdbout_source_line): Likewise.
9535         (sdbout_record_type_name): Remove "const" for NAME declaration.
9536         * config/alpha/alpha.c (alpha_expand_block_move): Whitespace fixes.
9537
9538 2001-09-10  Richard Sandiford  <rsandifo@redhat.com>
9539
9540         * calls.c (store_one_arg): Expand comment.
9541
9542 2001-09-10  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9543
9544         * calls.c (store_one_arg): Make sure that the entire argument is
9545         pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.
9546
9547 2001-09-09  Richard Henderson  <rth@redhat.com>
9548
9549         * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
9550
9551 Sun Sep  9 10:43:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
9552
9553         * loop.c (combine_givs): Fix computing of benefit once giv is combined.
9554
9555 2001-09-09  Richard Henderson  <rth@redhat.com>
9556
9557         * config/alpha/alpha.c (alpha_next_sequence_number): New.
9558         (alpha_this_literal_sequence_number): New.
9559         (alpha_this_gpdisp_sequence_number): New.
9560         (some_operand, input_operand): Add HIGH.
9561         (local_symbolic_operand): New.
9562         (alpha_encode_section_info): New.
9563         (alpha_legitimate_address_p): Allow LO_SUM.
9564         (alpha_legitimize_address): Generate HIGH+LO_SUM.
9565         (alpha_expand_mov): Likewise.
9566         (secondary_reload_class): Check memory_operand not general_operand
9567         for FP_REGS test.
9568         (alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
9569         (alpha_expand_unaligned_store): Likewise.
9570         (alpha_expand_unaligned_load_words): Likewise.
9571         (alpha_expand_unaligned_store_words): Likewise.
9572         (alpha_expand_block_clear): Likewise.
9573         (print_operand): Handle %#, %*, %H.
9574         (print_operand_address): Handle LO_SUM.
9575         (find_lo_sum): New.
9576         (alpha_does_function_need_gp): Use it.
9577         (alpha_expand_block_move): Fix signed compare warnings.
9578         (alpha_sa_mask, alpha_align_insns): Likewise.
9579         * config/alpha/alpha-protos.h: Update.
9580         * config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
9581         (MASK_EXPLICIT_RELOCS): New.
9582         (TARGET_SWITCHES): Add -mexplicit-relocs.
9583         (EXTRA_CONSTRAINT): Add 'T'.
9584         (PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
9585         (ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
9586         (ENCODE_SECTION_INFO): Out line.
9587         (REDO_SECTION_INFO_P): New.
9588         (STRIP_NAME_ENCODING): New.
9589         (ASM_OUTPUT_LABELREF): New.
9590         (PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
9591         (PREDICATE_CODES): Update.
9592         * config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
9593         call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
9594         movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
9595         builtin_setjmp_receiver_er, exception_receiver_1_er,
9596         call_value_osf_1_er): New patterns.
9597         (sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
9598         (movqi, movhi, movsi): Add explicit $31 base register to lda.
9599         * config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
9600         (FINAL_PRESCAN_INSN): New.
9601
9602 Sat Sep  8 22:00:55 CEST 2001  Jan Hubicka  <jh@suse.cz>
9603
9604         * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
9605
9606 2001-09-08  Andreas Jaeger  <aj@suse.de>
9607
9608         * i386.h (TARGET_SWITCHES): Fix description.
9609
9610 2001-09-07  David Edelsohn  <edelsohn@gnu.org>
9611
9612         * rs6000.c (num_insns_constant): Compute number of instructions
9613         more accurately.
9614
9615         * doc/install.texi: Explain AIX exception handling work-around.
9616         Update URL for AIX fixes.
9617
9618 2001-09-07  Jim Wilson  <wilson@redhat.com>
9619
9620         * alias.c (clear_reg_alias_info): New.
9621         * flow.c (attempt_auto_inc): Call clear_reg_alias_info.
9622         * rtl.h (clear_reg_alias_info): Declare.
9623
9624 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9625
9626         * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
9627         available.
9628         (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
9629         (m16m,edivm,emulm): Change declaration to match definition.
9630
9631 2001-09-07  Roman Lechtchinsky <rl@cs.tu-berlin.de>
9632
9633         * reload.c (push_reload): Check for subreg_lowpart_p instead of
9634         SUBREG_BYTE being 0 when determining if the inner part of a subreg
9635         can be reloaded.
9636
9637 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9638
9639         * c-common.c (signed_or_unsigned_type): Handle machine mode types
9640         which have no corresponding C type.
9641         * fold_const.c (target_isinf,target_isnan,target_negative): Update
9642         the representation of 64-bit doubles to work with 64-bit ints.
9643
9644 2001-09-07  Aldy Hernandez  <aldyh@redhat.com>
9645
9646         * config/mips/mips.c (override_options): Do not override ISA when ABI
9647         specified if MIPS_CPU_STRING_DEFAULT was specified.
9648
9649 2001-09-07  Richard Henderson  <rth@redhat.com>
9650
9651         * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
9652         (express_from_1): Wrap lines.
9653         * rtlanal.c (commutative_operand_precedence): Rename from
9654         operand_preference; export.
9655         * rtl.h: Declare it.
9656         * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
9657         (simplify_binary_operation): Invoke simplify_plus_minus on
9658         (CONST (PLUS ...)) as well.
9659         (struct simplify_plus_minus_op_data): New.
9660         (simplify_plus_minus_op_data_cmp): New.
9661         (simplify_plus_minus): Use them.  Avoid infinite recursion with
9662         simplify_binary_operation wrt CONST.
9663
9664 Fri Sep  7 11:52:30 2001   Kazu Hirata  <kazu@hxi.com>
9665
9666         * h8300-protos.h (general_operand_dst_push): Remove.
9667         * h8300.c (general_operand_dst_push): Likewise.
9668         * h8300.h (OK_FOR_T): Likewise.
9669         (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
9670         * h8300.md (pushqi_h8300): New.
9671         (pushqi_h8300hs): Likewise.
9672         (pushqi): Likewise.
9673         (pushhi_h8300): Likewise.
9674         (pushhi_h8300hs): Likewise.
9675         (pushhi): Likewise.
9676
9677 Fri Sep  7 12:56:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9678
9679         * genattrtab.c (attr_printf): First arg is unsigned.
9680         Clean up formatting of callers.
9681
9682 2001-09-06  Aldy Hernandez  <aldyh@redhat.com>
9683
9684         * config/mips/mips.c (override_options): Allow abi32 with 64 bit
9685         registers.
9686
9687 2001-09-07  Andreas Jaeger  <aj@suse.de>
9688
9689         * i386.h (TARGET_SWITCHES): Fix descriptions.
9690
9691 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9692
9693         * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
9694
9695 2001-09-06  Ira Ruben  <ira@apple.com>
9696
9697         Remove OP_IDENTIFIER.
9698         * tree.def (OP_IDENTIFIER): Remove.
9699         * tree.c (tree_node_kind enum): Remove op_id_kind.
9700         (tree_node_kind_names): Remove "op_identifiers".
9701         (make_node): Remove OP_IDENTIFIER test.
9702         (build_op_identifier): Removed because it isn't being used.
9703         * print-tree.c (print_node): Remove OP_IDENTIFIER case.
9704         * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
9705
9706 2001-09-06  Richard Henderson  <rth@redhat.com>
9707
9708         * simplify-rtx.c (simplify_binary_operation): Revert last change.
9709
9710 2001-09-06  Richard Henderson  <rth@redhat.com>
9711
9712         * simplify-rtx.c (simplify_binary_operation): Simplify contents
9713         of CONST.
9714
9715 2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9716
9717         * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
9718         number used for CR register.
9719
9720 Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
9721                           Joern Rennecke (amylaar@cygnus.com)
9722
9723         * h8300-protos.h (h8300_return_addr_rtx): New prototype.
9724         * h8300.c (initial_offset): Handle offset between RP and FP.
9725         (h8300_return_addr_rtx): New function.
9726         * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
9727         return register.
9728         (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
9729         (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
9730         (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
9731         (CAN_ELIMINATE, REGISTER_NAMES):
9732         (RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
9733
9734 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9735
9736         Remove TYPE_NONCOPIED_PARTS.
9737         * tree.h (TYPE_NONCOPIED_PARTS): Remove.
9738         (struct tree_type): Remove noncopied_parts.
9739         * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
9740         * expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
9741         (fixed_type_p): Remove.
9742         (expand_expr, INIT_EXPR): Don't deal with noncopied parts.
9743         (expand_expr, MODIFY_EXPR): Likewise.
9744         * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
9745         * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
9746
9747 2001-09-06  Alan Modra  <amodra@bigpond.net.au>
9748
9749         * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
9750         compiler warnings.
9751         (mask64_operand): Likewise.
9752         (includes_rldic_lshift_p): Likewise.
9753         (includes_rldicr_lshift_p): Likewise.
9754
9755 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9756
9757         * objc/objc-act.c (build_message_expr): If a class method cannot
9758         be found, do not issue a warning if a corresponding instance
9759         method exists in the root class.
9760
9761 2001-09-05  Richard Henderson  <rth@redhat.com>
9762
9763         * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
9764
9765 2001-09-05  Zack Weinberg  <zack@codesourcery.com>
9766
9767         * function.c (ggc_mark_struct_function): Mark f->outer.
9768         * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
9769         * integrate.c (output_inline_function): ... not here.
9770
9771 Wed Sep  5 17:28:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
9772
9773         * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
9774
9775         * i386.c (size_cost): New static variable.
9776         (override_function): Use size_cost when -Os is specified.
9777
9778         * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
9779         properly;  Use current_function_calls_eh_return.
9780         (ix86_expand_epilogue): Avoid dummy optimize_size tests;
9781         use leave to avoid dependency chain.
9782
9783         * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
9784         get BB loop_depth instead of computing it from LOOP notes.
9785
9786         * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.
9787
9788 2001-09-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9789
9790         * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9791         * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
9792         UNALIGNED_DOUBLE_INT_ASM_OP): Define
9793
9794 2001-09-05  Jeffrey A Law  (law@cygnus.com)
9795             Jason Merrill (jason@redhat.com)
9796
9797         * stor-layout.c (layout_type): Complain if an array's size can
9798         not be represented in a size_t.
9799
9800         * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.
9801
9802 2001-09-05  David Billinghurst <David.Billinghurst@riotinto.com>
9803
9804         * gcc.c: (process_command) Add parentheses around assignment
9805         used as truth value.
9806
9807 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
9808
9809         * config/mips/mips.c (save_restore_insns): Don't mark any register
9810         save slots as unchanging if current_function_calls_eh_return.
9811
9812 2001-09-05  Richard Henderson  <rth@redhat.com>
9813
9814         * config/alpha/alpha.c (alpha_legitimate_address_p): New.
9815         * config/alpha/alpha-protos.h: Declare it.
9816         * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
9817         (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
9818         (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
9819         (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
9820         (REG_OK_FOR_BASE_P): Select one of the above.
9821
9822 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
9823
9824         * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
9825         (crti.o): Prefix name of object file with $(T).
9826         (crtn.o): Likewise.
9827
9828 2001-09-05  David S. Miller  <davem@redhat.com>
9829
9830         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
9831         * config/sparc/linux64.h: Likewise.
9832
9833 2001-09-05  Andreas Jaeger  <aj@suse.de>
9834
9835         * doc/invoke.texi (i386 Options): -mwide-multiply is not
9836         available anymore, remove the documentation.
9837         (i386 Options): Fix typo, cleanup index entries.
9838
9839         * prefix.c (concat): Remove, we can use the version from liberty.
9840
9841 2001-09-05  Richard Henderson  <rth@redhat.com>
9842
9843         * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
9844         New functions split out of md file expanders.
9845         * config/alpha/alpha-protos.h: Declare them.
9846         * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
9847
9848 2001-09-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9849
9850         * cppmacro.c (funlike_invocation_p): No need to restore context.
9851
9852 2001-09-04  Richard Henderson  <rth@redhat.com>
9853
9854         * reload.c (push_reload): Export.
9855         * reload.h (push_reload): Declare it.
9856
9857         * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
9858         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
9859         * config/alpha/alpha.c (alpha_legitimize_address): New.
9860         (alpha_legitimize_reload_address): Likewise.
9861         * config/alpha/alpha-protos.h: Declare them.
9862
9863 2001-09-04  Stan Shebs  <shebs@apple.com>
9864
9865         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
9866         * config/darwin.c (machopic_stub_name): Account for internally
9867         generated lib calls such as memcpy.
9868
9869 2001-09-04  Richard Henderson  <rth@redhat.com>
9870
9871         * unwind.h (_UA_END_OF_STACK): New flag.
9872         * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
9873
9874 Tue Sep  4 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
9875
9876         * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
9877
9878 2001-09-04  Richard Sandiford  <rsandifo@redhat.com>
9879
9880         * config/mips/mips.c (save_restore_insns): Change base_offset to
9881         fp_offset in second call to mips_emit_frame_related_store.
9882
9883 2001-09-04  Hans-Peter Nilsson  <hp@axis.com>
9884
9885         * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
9886         sometimes be represented as a NOTE of type
9887         NOTE_INSN_DELETED_LABEL.
9888         (Insns): Document NOTE_INSN_DELETED_LABEL.
9889
9890 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9891
9892         * c-common.h (tree_dump_index): Add more comments.
9893         * c-dump.c (dump_files): Name flags `tree' rather than `ast'.
9894         (dump_option_value_info): New struct.
9895         (dump_options): New array.
9896         (dump_switch_p): Parse switch options symbolically.
9897         * doc/invoke.texi (-fdump-ast): Rename to ...
9898         (-fdump-tree): ... here. Document that options are symbolic, and
9899         not all are applicable.
9900
9901 2001-09-04  David S. Miller  <davem@redhat.com>
9902
9903         * config/sparc/sparc.md (define_splits): Kill constraints.
9904
9905         Cleanup redundant and unused insn attributes.
9906         * config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
9907         binary, and move.  Mark ialu as default.
9908         (commented out define_function_unit "alu"): Kill.
9909         (define_attr "use_clobbered"): Kill.
9910         (whole file): Kill address insn type references.  Replace
9911         all unary/binary/move references with ialu.
9912         * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
9913         references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
9914         TYPE_IALU.
9915
9916         Simplify length insn attribute and make more judicious use
9917         of insn attribute defaulting.
9918         * config/sparc/sparc.md (all insns with length > one): Mark as
9919         insn type multi if real instructions, else use default if
9920         it is a forced splitter.
9921         (all insns with length == one): Use default insn length.
9922         (all insns of type ialu): Use default insn type.
9923
9924         Fix erroneous insn attribute settings.
9925         (addx): Set insn type to misc.
9926         (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
9927         const_umulsidi3_sp64): Set insn type to imul.
9928
9929         Track SFmode vs DFmode insns according to UltraSPARC
9930         scheduling rules.
9931         * config/sparc/sparc.md ("fptype"): New attribute, default
9932         to "single".
9933         (all DFmode single insns): Mark as fptype "double".
9934
9935 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9936
9937         * loop.c (express_from_1): Fix CONSTANT_P(a) case.
9938
9939 2001-09-03  Richard Henderson  <rth@redhat.com>
9940
9941         * function.h (struct function): Add arg_pointer_save_area_init.
9942         * function.c (expand_function_end): Init arg_pointer_save_area.
9943         (get_arg_pointer_save_area): Do not init arg_pointer_save_area
9944         when called from a nested function.
9945
9946 2001-09-02  Angela Marie Thomas <angela@cygnus.com>
9947
9948         * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
9949         is enabled.
9950
9951 Sun Sep  2 18:37:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
9952
9953         * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
9954
9955 2001-09-01  Geoffrey Keating  <geoffk@redhat.com>
9956
9957         * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
9958         (emit_push_insn): Use specified padding direction when
9959         STACK_PUSH_CODE is POST_INC.
9960
9961         * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
9962
9963 2001-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9964
9965         * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
9966
9967 2001-09-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9968
9969         * cppinit.c (cpp_start_read): Free the imacros list as we
9970         traverse it.  Don't free the chains before returning.
9971         (_cpp_push_next_buffer): Only try pushing buffers if we've
9972         completed -imacros handling.
9973
9974 2001-08-31  Eric Christopher  <echristo@redhat.com>
9975
9976         * gcc.c (handle_braces): Add explaination for abort.
9977
9978 2001-08-30  Roman Zippel  <zippel@linux-m68k.org>
9979
9980         * expmed.c (store_bit_field): Update to patch from 2001-08-27:
9981         move adjustment of bitpos instead.
9982
9983 2001-08-31  Zack Weinberg  <zack@codesourcery.com>
9984
9985         * function.c: Remove all_functions.  Make outer_function_chain
9986         static.
9987         (init_function_start): Don't add new function structure to
9988         all_functions.
9989         (find_function_data, push_function_context_to,
9990         pop_function_context_from, put_var_into_stack,
9991         trampoline_address): Update for changed structure element names.
9992         (push_function_context_to): Disentangle.
9993         (free_after_compilation): Also free F.
9994         (expand_dummy_function_end): Don't free cfun here.
9995         (put_var_into_stack): Comment why we can't use find_function_data here.
9996         (fix_lexical_addr, trampoline_address, ): Use find_function_data.
9997         (mark_function_chain): Split into maybe_mark_struct_function and
9998         ggc_mark_struct_function.  Export the latter.
9999         (init_function_once): Mark from cfun and outer_function_chain;
10000         not all_functions.
10001
10002         * function.h (struct function): Kill next_global.  Rename next
10003         to outer.  All users updated to match.
10004         (all_functions, outer_function_chain): Don't declare.
10005
10006         * ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
10007         * integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
10008         don't touch f->inlinable, after calling rest_of_compilation.
10009
10010         * tree.h: Forward-declare struct function.  Prototype
10011         ggc_mark_struct_function.
10012
10013 2001-08-31  Kazu Hirata  <kazu@hxi.com>
10014
10015         * config/h8300/h8300.md (*andorhi3): Fix typos.
10016
10017 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10018
10019         * calls.c (emit_library_call_value): Don't use a fixed
10020         argument after VA_CLOSE, i.e. out of scope in traditional C.
10021
10022         * emit-rtl.c (gen_rtvec): Likewise.
10023
10024 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10025
10026         * Makefile.in (c-pragma.o): Depend on output.h.
10027         (reorg.o): Depend on except.h.
10028
10029         * c-pragma.c: Include output.h.
10030
10031         * reorg.c: Include except.h.
10032
10033         * unwind-dw2.c: Call __builtin_alloca, not alloca.
10034
10035 2001-08-31  Richard Henderson  <rth@redhat.com>
10036
10037         * sched-deps.c (add_dependence): Don't elide dependency if the
10038         conditional used by insn is modified in elem.
10039
10040 2001-08-31  Nick Clifton  <nickc@cambridge.redhat.com>
10041
10042         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Define.
10043
10044 2001-08-31  Diego Novillo  <dnovillo@redhat.com>
10045
10046         * c-decl.c (c_decode_option): Skip '-f' prefix before calling
10047         dump_switch_p.
10048
10049 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
10050
10051         * config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
10052         function.
10053         (stormy16_asm_out_constructor): New function.
10054         (TARGET_ASM_CONSTRUCTOR): Define.
10055         (TARGET_ASM_DESTRUCTOR): Define.
10056
10057 2001-08-31  Andreas Jaeger  <aj@suse.de>
10058
10059         * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
10060         * loop.c (add_label_notes): Likewise.
10061         * reload.c (find_reloads): Likewise.
10062         * config/sh/sh.c (machine_dependent_reorg): Likewise.
10063
10064 2001-08-31  Jason Merrill  <jason_merrill@redhat.com>
10065
10066         * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
10067         code here.  Take _Unwind_{W,Sw}ord*.
10068         (read_encoded_value_with_base): Use them.
10069         * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
10070         words.
10071         (extract_cie_info): Simplify read_?leb128 handling.
10072         (execute_stack_op, execute_cfa_program): Likewise.
10073         * unwind-dw2-fde.c (get_cie_encoding): Likewise.
10074
10075 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
10076
10077         * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
10078         the frame pointer to pop the stack if convenient.
10079
10080         * config/stormy16/stormy16.c (stormy16_initialize_trampoline):
10081         Don't use post-increment before combine.
10082         * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
10083         a call-saved register.
10084
10085 2001-08-31  Andreas Jaeger  <aj@suse.de>
10086
10087         * jump.c (mark_jump_label): Revert patch from 2001-08-28, the
10088         code was correct.
10089
10090 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
10091
10092         * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
10093         not DIV/MOD, of course.
10094
10095 2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
10096
10097         * rtl.def: Undo my patch commited 2001-08-27.
10098
10099         * genattrtab.c: Ditto.
10100
10101         * rtl.h: Ditto.
10102
10103         * sched-int.h: Ditto.
10104
10105         * target-def.h: Ditto.
10106
10107         * target.h: Ditto.
10108
10109         * haifa-sched.c: Ditto.
10110
10111         * sched-rgn.c: Ditto.
10112
10113         * sched-vis.c: Ditto.
10114
10115         * Makefile.in: Ditto.
10116
10117         * doc/md.texi: Ditto.
10118
10119         * doc/tm.texi: Ditto.
10120
10121         * doc/contrib.texi: Ditto.
10122
10123         * doc/gcc.texi: Ditto.
10124
10125         * genattrtab.h: Remove it.
10126
10127         * genautomata.c: Remove it.
10128
10129         * genattr.c: Undo my patch and Richard Henderson's patch commited
10130         2001-08-27.
10131
10132 Thu Aug 30 19:22:15 2001  J"orn Rennecke <amylaar@redhat.com>
10133
10134         * config.gcc (h8300-*-elf*): New case.
10135         * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
10136         (SUBTARGET_CPP_SPEC): Define.
10137         (EXTRA_SPECS): Define.
10138         (SUBTARGET_EXTRA_SPECS): Define.
10139         * config/h8300/crti.asm, config/h8300/crtn.asm: New files.
10140         * config/h8300/elf.h, config/h8300/t-elf: Likewise.
10141
10142 Thu Aug 30 18:50:37 2001  J"orn Rennecke <amylaar@redhat.com>
10143
10144         * t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
10145         (LIB2FUNCS_EXTRA): Define.
10146         config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
10147         config/h8300/fixunssfsi.c: New file.
10148
10149 2001-08-30  Kazu Hirata  <kazu@hxi.com>
10150
10151         * config/h8300/h8300.md (zero_extendqihi2): Changes to
10152         define_expand to accommodate target-specific attributes.
10153         (anonymous zero_extendqihi2 patterns): New.
10154
10155 Thu Aug 30 18:10:56 2001  J"orn Rennecke <amylaar@redhat.com>
10156
10157         * h8300.md (*andorhi3): New pattern.
10158
10159 Thu Aug 30 16:00:31 2001  J"orn Rennecke <amylaar@redhat.com>
10160
10161         * h8300.c (dosize): Fix test for "sub".
10162
10163 Thu Aug 30 10:21:43 2001  J"orn Rennecke <amylaar@redhat.com>
10164
10165         * c-typeck.c (pointer_diff): Try to eliminate common term before
10166         doing conversions.
10167
10168 2001-08-30  Nick Clifton  <nickc@cambridge.redhat.com>
10169
10170         * config/arm/arm.c (arm_compute_initial_elimination_offset):
10171         Account for the saves of the FP registers.
10172
10173         * config/arm/unknown-elf.h (TEXT_SECTION): Delete.
10174         (TEXT_SECTION_ASM_OP): Define.
10175         (INIT_SECTION_ASM_OP): Define.
10176         (FINI_SECTION_ASM_OP): Define.
10177         (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
10178         (RDATA_SECTION_FUNCITON): Provide prototype.
10179
10180 2001-08-29  Geoffrey Keating  <geoffk@redhat.com>
10181
10182         * reload1.c (move2add_note_store): Correct typo checking for
10183         argument pushes.
10184
10185 2001-08-29  Andrew MacLeod  <amacleod@redhat.com>
10186
10187         * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
10188         note should not be considered outside the libcall block.
10189
10190 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10191
10192         * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
10193
10194 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10195
10196         * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
10197
10198 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10199
10200         * config/h8300/h8300-protos.h: Add a prototype for
10201         emit_logical_op.
10202         * config/h8300/h8300.c (emit_logical_op): New.
10203         * config/h8300/h8300.md (andhi3): Use emit_logical_op.
10204         (andsi3): Likewise.
10205         (iorhi3): Likewise.
10206         (iorsi3): Likewise.
10207         (xorhi3): Likewise.
10208         (xorsi3): Likewise.
10209
10210 2001-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10211
10212         * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
10213         comparison with rtx INTVAL.
10214         (pa_output_function_prologue): Don't mix signed and unsigned in `?'
10215         expression.
10216         * pa.h (FUNCTION_ARG_SIZE): Likewise.
10217
10218 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10219
10220         * config/h8300/lib1funcs.asm: Update the copyright.  Fix
10221         comment typos.
10222
10223 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10224
10225         * config/h8300/h8300.md (anonymous movhi pattern): Don't move
10226         (reg n) to (mem (pre_dec (reg n))
10227         (anonymous movsi pattern): Likewise.
10228
10229 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10230
10231         * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
10232
10233 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10234
10235         * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of
10236         several special constants.
10237
10238 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10239
10240         * config/h8300/lib1funcs.asm: Fix comment typos.
10241
10242 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10243
10244         * iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
10245         Fix format specifier warnings.
10246
10247         * irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
10248         inet_makeaddr, semctl): Prototype.
10249
10250         * mips.c (compute_frame_size): Fix signed/unsigned warnings.
10251         (save_restore_insns): Use base_offset, not gp_offset.
10252
10253         * mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
10254         (ASM_OUTPUT_BYTE): Fix format specifier warning.
10255
10256 2001-08-29  Richard Henderson  <rth@redhat.com>
10257
10258         * bb-reorder.c (function_tail_eff_head): New.
10259         (record_effective_endpoints): Set it.
10260         (fixup_reorder_chain): Use it.
10261
10262 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10263
10264         * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
10265
10266 2001-08-28  Dale Johannesen  <dalej@apple.com>
10267
10268         * config/darwin.c (machopic_function_base_name): Add const
10269         qualifier to a string.
10270         (darwin_encode_section_info): Ditto.
10271
10272 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10273
10274         * tree.c (default_valid_attribute_p): Don't use PARAMS on a
10275         function definition.
10276
10277 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
10278
10279         * df.h (struct df): Add rts_order variable.
10280
10281         * df.c (df_visit_next_rts): New function.
10282         (df_visit_next): Renamed to df_visit_next_rc
10283         (df_analyse_1): Allocate/compute/free rts_order as well.
10284         (df_rd_global_compute): Use df_visit_next_rc instead of
10285         df_visit_next.
10286         (df_ru_global_compute): Use df_visit_next_rts instead of
10287         df_visit_next.
10288
10289         * flow.c (flow_reverse_top_sort_order_compute): New function.
10290
10291         * basic-block.h: Add prototype.
10292
10293 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
10294
10295         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
10296         blocks, the BB_REACHABLE is now set, rather than aux being
10297         non-NULL. Update the test to reflect this.
10298
10299 2001-08-28  Eric Christopher  <echristo@redhat.com>
10300
10301         * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
10302         config/mips/crti.asm: Ditto.
10303
10304 2001-08-28  Eric Christopher <echristo@redhat.com>
10305             Richard Henderson <rth@redhat.com>
10306
10307         * c-pragma.h (add_weak): Move prototype from here...
10308         * output.h (add_weak): ... to here.
10309         * varasm.c (add_weak): Fix typo.
10310         * config/mips/crti.asm: New file.
10311         * config/mips/crtn.asm: Ditto.
10312         * config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
10313         (CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
10314         (INVOKE__main): Ditto.
10315         (INIT_SECTION_ASM_OP): New.
10316         (FINI_SECTION_ASM_OP): Ditto.
10317         (STARTFILE_SPEC): Add crti.
10318         (ENDFILE_SPEC): Add crtn.
10319         * config/mips/elf64.h: Same.
10320         * config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
10321         Remove.
10322         * config/mips/vxworks.h: Ditto.
10323         * config/mips/t-elf: Support crti and crtn.
10324
10325 2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
10326
10327         * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
10328         INSN_LIST.
10329
10330 2001-08-28  Richard Henderson  <rth@redhat.com>
10331
10332         * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
10333         (one_cmplbi2 splitter): Remove redundant test.
10334
10335 2001-08-28  Dale Johannesen  <dalej@apple.com>
10336
10337         * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
10338
10339 2001-08-28  Danny Smith  <dannysmith@users.sourceforge.net>
10340
10341         * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
10342
10343 2001-08-28  Stan Shebs  <shebs@apple.com>
10344
10345         * config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
10346         (UNALIGNED_SHORT_ASM_OP): Define.
10347         (UNALIGNED_INT_ASM_OP): Define.
10348
10349 2001-08-28  Will Cohen  <wcohen@redhat.com>
10350
10351         * config/rs6000/rs6000.md (store_multiple): Correct RTL
10352         generation for first set.
10353
10354 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
10355
10356         * flow.c (redirect_edge_succ_nodup): Return new edge.
10357         (try_simplify_condjump): Use new edge.
10358         * basic-block.h (redirect_edge_succ_nodup): Update prototype.
10359
10360         * cse.c (cse_basic_block): Skip note instructions.
10361
10362 2001-08-27  Richard Henderson  <rth@redhat.com>
10363
10364         * combine.c (combine_simplify_rtx): Don't reverse condition
10365         if there is no reverse for the condition.
10366         (simplify_comparison): Don't simplify subregs from INT to FP.
10367
10368         * config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
10369         suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
10370         sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
10371         bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
10372         bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
10373         bunle_rev, bunlt_rev, bltgt_rev): New patterns.
10374
10375 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
10376
10377         * config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
10378         bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
10379         (pushqi1): New.
10380         (adddi_dilshr32, adddi_dishl32): Only data register can be
10381         source for mem destination.
10382
10383         * expmed.c (store_bit_field): Ignore adjustment to bitpos
10384         and use bitnum to decide about register move.
10385
10386 2001-08-27  Richard Henderson  <rth@redhat.com>
10387
10388         * genattr.c (main): Emit state_t even when not doing scheduling.
10389
10390 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
10391             Richard Henderson  <rth@redhat.com>
10392
10393         * gcse.c (reg_first_set, reg_last_set): Replace with ...
10394         (reg_avail_info, current_bb): ... these.
10395         (oprs_unchanged_p, record_last_reg_set_info): Use them.
10396         (compute_hash_table): Likewise.
10397
10398 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
10399
10400         * flow.c (verify_flow_info): Use checksums to verify edges.
10401
10402 2001-08-27  Richard Henderson  <rth@redhat.com>
10403
10404         * genautomata.c (expand_automata): Always create a description.
10405
10406 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
10407
10408         * optabs.c (expand_binop): Correctly handle the carry in multiword
10409         add/subtract operations.
10410
10411 2001-08-27  Fred Fish  <fnf@be.com>
10412
10413         * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
10414         __SIZE_TYPE__.
10415
10416 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
10417
10418         * reload.c (find_reloads_toplev): Back out this change:
10419
10420         Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
10421
10422         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
10423         mem if the address is a mode_dependent_address_p.
10424
10425 2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
10426
10427         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
10428         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
10429         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
10430         RTL constructions.
10431
10432         * genattr.c (main): New variable num_insn_reservations.  Increase
10433         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
10434         pipeline hazard recognizer interface.
10435
10436         * genattrtab.h: New file.
10437
10438         * genattrtab.c: Include genattrtab.h.
10439         (attr_printf, check_attr_test, make_internal_attr,
10440         make_numeric_value): Move protypes into genattrtab.h.  Define them
10441         as external.
10442         (num_dfa_decls): New global variable.
10443         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
10444         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
10445         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
10446         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
10447
10448         * genautomata.c: New file.
10449
10450         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
10451
10452         * sched-int.h: (curr_state): Add the external definition for
10453         automaton pipeline interface.
10454         (haifa_insn_data): Add comments for members blockage and units.
10455
10456         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10457         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10458         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
10459         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
10460         TARGET_SCHED_DFA_POST_CYCLE_INSN,
10461         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10462         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
10463         macros.
10464         (TARGET_SCHED): Use the new macros.
10465
10466         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
10467         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
10468         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
10469         dfa_bubble): New members in gcc_target.sched.
10470
10471         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
10472         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
10473         (insn_queue): Redefine it as pointer to array.
10474         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
10475         INSN_QUEUE_SIZE.
10476         (max_insn_queue_index_macro_value): New variable.
10477         (curr_state, dfa_state_size, ready_try): New varaibles for
10478         automaton interface.
10479         (ready_element, ready_remove, max_issue): New function prototypes
10480         for automaton interface.
10481         (choose_ready): New function prototype.
10482         (insn_unit, blockage_range): Add comments.
10483         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
10484         FUNCTION_UNITS_SIZE == 0.
10485         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
10486         actual_hazard, potential_hazard): Add comments.
10487         (insn_cost): Use cost -1 as undefined value.  Remove
10488         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
10489         pipeline interface.
10490         (ready_element, ready_remove): New functions for automaton
10491         interface.
10492         (schedule_insn): Add new code for automaton pipeline interface.
10493         (queue_to_ready): Add new code for automaton pipeline interface.
10494         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
10495         (debug_ready_list): Print newline when the queue is empty.
10496         (max_issue): New function for automaton pipeline interface.
10497         (choose_ready): New function.
10498         (schedule_block): Add new code for automaton pipeline interface.
10499         Print ready list before scheduling each insn.
10500         (sched_init): Add new code for automaton pipeline interface.
10501         Initiate insn cost by -1.
10502         (sched_finish): Free the current automaton state and finalize
10503         automaton pipeline interface.
10504
10505         * sched-rgn.c: Include target.h.
10506         (init_ready_list, new_ready, debug_dependencies): Add new code for
10507         automaton pipeline interface.
10508
10509         * sched-vis.c: Include target.h.
10510         (get_visual_tbl_length): Add code for automaton interface.
10511         (target_units, print_block_visualization):  Add comments.
10512
10513         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
10514         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
10515         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
10516         (getruntime.o, genautomata.o): New entries.
10517         (genattrtab.o): Add new dependency file genattrtab.h.
10518         (genattrtab): Add new dependencies.  Link it with `libm.a'.
10519         (getruntime.o, hashtab.o): New entries for canadian cross.
10520
10521         * doc/md.texi: Description of automaton based model.
10522
10523         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
10524         Add comments.
10525         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10526         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
10527         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10528         TARGET_SCHED_DFA_POST_CYCLE_INSN,
10529         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
10530         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10531         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
10532         hook descriptions.
10533         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
10534         MAX_DFA_ISSUE_RATE): New macro descriptions.
10535
10536         * doc/contrib.texi: Add dfa based scheduler contribution.
10537
10538         * doc/gcc.texi: Add more information about genattrtab.
10539
10540 2001-08-27  Diego Novillo  <dnovillo@redhat.com>
10541
10542         * flow.c (flow_loop_dump): Do not display insn UIDs if this is not
10543         an RTL basic block.
10544
10545 2001-08-27  Richard Henderson  <rth@redhat.com>
10546
10547         * function.c (expand_function_end): Don't init arg_pointer_save_area.
10548         (get_arg_pointer_save_area): New.  Create an init it here.
10549         (fix_lexical_addr): Use it.
10550         * function.h: Declare it.
10551         * builtins.c (expand_builtin_setjmp_receiver): Use it.
10552         * stmt.c (expand_nl_goto_receiver): Use it.
10553
10554 2001-08-27  Richard Henderson  <rth@redhat.com>
10555
10556         * final.c (final_scan_insn): Don't enter APP_ON mode for
10557         empty asm strings.
10558
10559         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
10560         alignment for assemble_integer for DW_EH_PE_aligned.
10561         * except.c (output_function_exception_table): Likewise.
10562
10563 2001-08-26  Andreas Jaeger  <aj@suse.de>
10564
10565         * c-tree.h: Add prototyp for c_sizeof_nowarn.
10566
10567 2001-08-25 Dan Nicolaescu  <dann@ics.uci.edu>
10568
10569         * ssa-ccp.c (ssa_const_prop): Free ssa_edges.
10570
10571 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
10572
10573         * config/rs6000/rs6000.c (mask_operand): Rewrite without
10574         bit-shifting loop.
10575         (mask64_operand): Likewise.
10576         (rldic_operand): Delete.
10577         (includes_lshift64_p): Delete.
10578         (includes_rldic_lshift_p): New function.
10579         (includes_rldicr_lshift_p): New function.
10580         (print_operand): Don't call rldic_operand in case 'W'.
10581         * config/rs6000/rs6000-protos.h (rldic_operand): Remove.
10582         (includes_lshift64_p): Remove.
10583         (includes_rldic_lshift_p): Declare.
10584         (includes_rldicr_lshift_p): Declare.
10585         * config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
10586         * config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
10587         Replace match_operand rldic_operand predicate with
10588         const_int_operand.  Replace includes_lshift64_p condition with
10589         includes_rldic_lshift_p.
10590         <ashldi3_internal 64 bit rldicr patterns>: New.
10591
10592 2001-08-27  Andreas Jaeger  <aj@suse.de>
10593
10594         * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
10595         * errors.c: Likewise.
10596         * final.c: Likewise.
10597         * dwarf2asm.c: Likewise.
10598         * doprint.c (checkit): Likewise.
10599         * diagnostic.c: Likewise.
10600         * collect2.c: Likewise.
10601         * calls.c: Likewise.
10602         * c-semantics.c (build_stmt): Likewise.
10603         * c-format.c (status_warning): Likewise.
10604         * c-errors.c (pedwarn_c99): Likewise.
10605         * builtins.c (validate_arglist): Likewise.
10606         * config/pj/pj.c (pj_printf): Likewise.
10607         * fix-header.c: Likewise.
10608         * gcc.c: Likewise.
10609         * gcov.c (fnotice): Likewise.
10610         * gensupport.c (message_with_line): Likewise.
10611         * mips-tfile.c: Likewise.
10612         * protoize.c (notice): Likewise.
10613         * read-rtl.c (fatal_with_file_and_line): Likewise.
10614         * rtl-error.c: Likewise.
10615         * tradcpp.c: Likewise.
10616         * tree.c: Likewise.
10617         * cp/tree.c (build_min_nt): Likewise.
10618         (build_min): Likewise.
10619         * cp/lex.c: Likewise.
10620         * cp/errfn.c: Likewise.
10621         * cp/rtti.c (create_pseudo_type_info): Likewise.
10622
10623 Sun Aug 26 20:25:44 2001  Denis Chertykov  <denisc@overta.ru>
10624
10625         * df.c (df_uses_record): Return after recording all uses
10626         in ASM_OPERANDS.
10627
10628 2001-08-26  Daniel Berlin  <dan@cgsoftware.com>
10629
10630         * df.c (df_insn_modify): Realloc the INSN table here, if
10631         necessary, here, too.
10632
10633 2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
10634
10635         * config/mips/mips.c (mips_function_value): Handle complex return
10636         values.
10637
10638 2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
10639
10640         * reload1.c (reload): Make all entries in reg_equiv_memory_loc
10641         unshared.
10642         * reload.c (make_memloc): Copy result if it is still
10643         reg_equiv_memory_loc[regno] on return.
10644         (subst_reloads) [ENABLE_CHECKING]: Check that none of
10645         reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
10646         reg_equiv_mem are modified by the substitutions.
10647
10648 Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
10649
10650         * predict.c (expensive_function_p): New.
10651         * rtl.h (expensive_function_p): Declare.
10652         * i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
10653         (use_fast_prologue_epilogue): New static variable.
10654         (expand_prologue): Set it; emit short prologues if unset.
10655         (expand_epilogue): Likewise.
10656
10657 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
10658
10659         * config.gcc: Add stormy16-*-elf case.
10660         * config/stormy16/stormy-abi: New file.
10661         * config/stormy16/stormy16-lib2.c: New file.
10662         * config/stormy16/stormy16-protos.h: New file.
10663         * config/stormy16/stormy16.c: New file.
10664         * config/stormy16/stormy16.h: New file.
10665         * config/stormy16/stormy16.md: New file.
10666         * config/stormy16/t-stormy16: New file.
10667
10668 Sat Aug 25 15:46:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
10669
10670         * i386.h (no-accumulate-outgoing-args): Use proper mask.
10671
10672 2001-08-24  David Edelsohn  <edelsohn@gnu.org>
10673
10674         * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
10675         descriptor members are pointer size, not constant 4.
10676         * config/rs6000/rs6000.md (define_splits): Remove more unused
10677         constraints.
10678
10679 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10680
10681         * sparc.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
10682
10683 2001-08-24  Andreas Jaeger  <aj@suse.de>, rkl@connect.org.uk
10684
10685         * cp/rtti.c (VPARAMS): Fix parameter.
10686
10687 2001-08-24  Zack Weinberg  <zackw@panix.com>
10688
10689         * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
10690         to zero.
10691         (mode_for_extraction): No need for #ifdefs.  Add default-case abort
10692         to switch.
10693         (store_bit_field): Eliminate insv_bitsize variable.  Put HAVE_insv
10694         in if controlling use of insv.
10695         (extract_bit_field): Likewise, for extv and extzv.
10696
10697 Fri Aug 24 17:27:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
10698
10699         * i386.md (movcc peep2): Fix load of 0.
10700
10701 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10702
10703         * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
10704         *_MOD_EXPR, SAVE_EXPR and NON_LVALUE_EXPR.
10705
10706 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
10707
10708         * c-pragma.h: Move weak_syms and weak_decls...
10709         * varasm.c: ...here.  Now static.
10710         (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
10711         depend on HANDLE_PRAGMA_WEAK.
10712
10713         * c-common.c (c_alignof, c_alignof_expr): Move here...
10714         * c-typeck.c: ...from here.
10715         * c-tree.h, c-common.h: Adjust.
10716
10717 2001-08-23  Bernd Schmidt  <bernds@redhat.com>
10718
10719         * config/ia64/ia64.c (rws_update): If !pred, set write_count
10720         instead of incrementing it.
10721
10722         * config/ia64/ia64.c (ia64_sched_reorder): When there's more than one
10723         asm ready, don't try to move them all into the same array element.
10724
10725 Thu Aug 23 17:21:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
10726
10727         * function.c (thread_prologue_and_epilogue_insns): Avoid
10728         fallthru flag on edge to exit.
10729
10730         * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
10731
10732         * flow.c (delete_noop_moves, propagate_block_delete_insn): Purge
10733         dead edges.
10734
10735 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
10736
10737         * config/mcore/mcore.h (MACHINE_DEPENDENT_SIMPLIFY): Remove.
10738         * config/mcore/mcore.c (mcore_dependent_simplify_rtx): Likewise.
10739         * config/mcore/mcore-protos.h (mcore_dependent_simplify_rtx):
10740         Remove prototype.
10741
10742 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
10743
10744         * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
10745         replace "GNU CC" with "GCC".
10746
10747 2001-08-23  Richard Henderson  <rth@redhat.com>
10748
10749         * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
10750         Reorganize.  Handle ADDL like GR, add GR_AND_BR.  Handle TFmode.
10751         (ia64_secondary_reload_class): Need GR between AR/BR and anything.
10752         Need GR between FR and not GR_AND_FR.
10753         * config/ia64/ia64-protos.h (ia64_register_move_cost): Update.
10754         * config/ia64/ia64.h (reg_class): Add GR_AND_BR_REGS, move
10755         AR regs before GR regs.
10756         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
10757         (PREFERRED_RELOAD_CLASS): Tweak for reordered classes.
10758         (REGISTER_MOVE_COST): Update.
10759         (MEMORY_MOVE_COST): Add GR_AND_FR_REGS.
10760
10761 2001-08-23  Richard Henderson  <rth@redhat.com>
10762
10763         * regclass.c (init_reg_sets_1): Don't assume cost 2 within
10764         a register class.
10765
10766 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
10767
10768         * reload1.c (emit_reload_insns): Don't look for notes
10769         on a NULL store_insn.
10770
10771 2001-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10772
10773         * sparc.c (uns_small_int): Don't reference a constant >32-bit.
10774         (addrs_ok_for_ldd_peep): Fix signed/unsigned warning.
10775         (sparc_flat_function_prologue, sparc_flat_function_epilogue): Fix
10776         format specifier warnings.
10777         (sparc_sched_reorder): Mark parameter with ATTRIBUTE_UNUSED.
10778
10779 2001-08-22  David Billinghurst <David.Billinghurst@riotinto.com>
10780
10781         * config/i386/i386-protos.h: Correct declaration of
10782         i386_pe_asm_named_section.
10783
10784 2001-08-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10785
10786         * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
10787         variable i.
10788         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
10789
10790 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10791
10792         * cpperror.c (print_location): Don't show _Pragma.
10793         * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
10794         and file change callback generation here.
10795         (stack_include_file): Update use of cpp_push_buffer.
10796         * cpphash.h (_cpp_pop_file_buffer): Update prototype.
10797         (struct cpp_buffer): Remove type, pfile members.
10798         * cppinit.c (cpp_handle_option): Use free_chain.
10799         * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
10800         (skip_escaped_newlines, get_effective_char, lex_percent): Take
10801         a cpp_reader rather than a cpp_buffer.
10802         (skip_escaped_newlines, get_effective_char, skip_block_comment,
10803         skip_line_comment, parse_string, lex_percent, lex_dot,
10804         _cpp_lex_token): Update accordingly.
10805         * cpplib.c (_cpp_pop_buffer): Don't do file change callback
10806         generation here.
10807         (cpp_push_buffer): Update prototype.
10808         (run_directive): Update use of cpp_push_buffer.
10809         (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
10810         handle_assertion): Update use of run_directive.
10811         * cpplib.h (enum cpp_buffer_type): Remove.
10812         (cpp_push_buffer): Update prototype.
10813         * fix-header.c (read_scan_file): Update.
10814
10815 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10816
10817         * gcc.c (struct prefix_list): Change prefix to const char *.
10818
10819 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10820
10821         * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
10822
10823 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
10824
10825         * explow.c (set_mem_attributes): Avoid returning a bogus alias set
10826         from a new MEM.
10827
10828         * jump.c (squeeze_notes): Take parms by reference.  Handle END being
10829         a squeezable note.
10830         * rtl.h: Adjust.
10831         * ifcvt.c (dead_or_predicable): Adjust.
10832         * loop.c (find_and_verify_loops): Adjust.
10833         * stmt.c (expand_end_case): Adjust.
10834         * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
10835         head and end insn pointers in the basic block, not just local copies.
10836         (merge_blocks_move_predecessor_nojumps): Likewise.
10837
10838 2001-08-22  Lars Brinkhoff  <lars@nocrew.org>
10839
10840         * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
10841         bitmap.h, builtin-types.def, builtins.c, builtins.def,
10842         c-aux-info.c, c-common.c, c-common.def, c-common.h,
10843         c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
10844         c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
10845         c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
10846         caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
10847         conditions.h, config.gcc, configure.frag, configure.in,
10848         conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
10849         cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
10850         dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
10851         doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
10852         dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
10853         emit-rtl.c, errors.c, errors.h, except.c, except.h,
10854         exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
10855         fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
10856         function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
10857         gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
10858         gencheck.c, gencodes.c, genconfig.c, genemit.c,
10859         genextract.c, genflags.c, gengenrtl.c, genmultilib,
10860         genopinit.c, genoutput.c, genpeep.c, genrecog.c,
10861         gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
10862         ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
10863         graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
10864         gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
10865         gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
10866         hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
10867         integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
10868         libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
10869         machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
10870         mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
10871         mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
10872         params.h, predict.c, predict.def, predict.h, prefix.c,
10873         prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
10874         read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
10875         regclass.c, regmove.c, regrename.c, regs.h, reload.c,
10876         reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
10877         rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
10878         sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
10879         sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
10880         ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
10881         stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
10882         tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
10883         tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
10884         unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
10885         unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
10886         xcoffout.h: replace "GNU CC" with "GCC".
10887
10888 2001-08-21  Richard Henderson  <rth@redhat.com>
10889
10890         * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
10891         (final_scan_insn): Consider jump tables data even if we have no
10892         independent text section if !JUMP_TABLES_IN_TEXT_SECTION.  Use
10893         ADDR_VEC_ALIGN.
10894         * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
10895         (ASM_OUTPUT_CASE_END): Remove.
10896         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
10897         * config/ia64/ia64.md (tablejump): Decode pc-relative references.
10898         * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
10899
10900 2001-08-21  Richard Henderson  <rth@redhat.com>
10901
10902         * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
10903         at barrier insns.  Emit stop bits before barriers.
10904
10905         * flow.c (flow_find_cross_jump): Don't consider unconditional
10906         return insns for commoning.
10907
10908         * final.c (compute_alignments): Fix typo.
10909
10910         * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
10911         (CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
10912         (store_bit_field): Use mode_for_extraction more places.
10913         (extract_bit_field): Likewise.
10914
10915 2001-08-21  Zack Weinberg  <zackw@panix.com>
10916
10917         * caller-save.c: Don't include insn-codes.h.
10918         (reg_save_code, reg_restore_code): Make arrays of int.
10919         All uses updated to match.
10920         (insert_save, insert_restore): No need to initialize "code"
10921         variable upon declaration.
10922         * Makefile.in: update dependencies; fix typo in clean rule.
10923
10924 2001-08-21  Richard Henderson  <rth@redhat.com>
10925
10926         * ifcvt.c (find_if_block): Allow join_bb as EXIT.
10927         (merge_if_block): Handle fallout from same.
10928
10929 2001-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10930
10931         * builtins.c (type_to_class): Fix typo in last change.
10932
10933 2001-08-21  Richard Henderson  <rth@redhat.com>
10934
10935         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
10936         ia64_asm_output_label.
10937
10938         * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
10939         copy of gp while the real gp register contains garbage.
10940
10941 2001-08-21  Zack Weinberg  <zackw@panix.com>
10942
10943         * expmed.c (mode_for_extraction): New function.
10944         (store_bit_field, extract_bit_field): Use it.
10945         * expr.h: Prototype it and provide an enum for its first argument.
10946
10947         * combine.c, function.c, recog.c: Don't include insn-codes.h.
10948         Use mode_for_extraction rather than testing HAVE_insv/extv/extzv
10949         and digging through the insn_data tables.
10950         * Makefile.in: Update dependencies.
10951
10952 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10953
10954         * cppfiles.c (stack_include_file): line-map.c now handles include
10955         depth.
10956         (handle_missing_handler): Similarly.
10957         (_cpp_execute_include): Similarly.
10958         (_cpp_pop_file_buffer): Similarly.
10959         * cpphash.h (struct cpp_reader): Remove system_include_depth,
10960         buffer_stack_depth and include_depth.
10961         * cpplib.c (do_include_common): line-map.c now handles include depth.
10962         (cpp_push_buffer): Similarly.
10963         (_cpp_pop_buffer): Similarly.
10964         * cppmacro.c (builtin_macro): Update.
10965         * line-map.c (init_line_maps): Set depth.
10966         (add_line_map): Increment "used" earlier.  Update and use the
10967         include depth.
10968         (trace_include): Use the include depth.
10969         * line-map.h (struct line_maps): New member depth.
10970
10971 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10972
10973         * cppfiles.c (stack_include_file): Don't handle -H here.
10974         * cppinit.c (cpp_start_read): Set include tracing after
10975         cpp_post_options and after stacking the main file.
10976         * line-map.c (trace_include): New.
10977         (init_line_maps, add_line_map): Update.
10978         * line-map.h (struct line_maps): New member trace_includes.
10979
10980 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10981
10982         * cppfiles.c (stack_include_file): Harmonize system headerness tests.
10983         * cppfiles.c (stack_include_file): Only stack a file if there
10984         is something to do.  Return a boolean indicating whether a
10985         buffer was stacked or not.
10986         (_cpp_execute_include): Similarly.
10987         (_cpp_read_file): Similarly.
10988         * cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.
10989
10990 2001-08-21  Sam Steingold  <sds@gnu.org>
10991
10992         * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
10993         (RECACHE): keep obufp_before_macroname up to date
10994
10995 2001-08-21  Zack Weinberg  <zackw@panix.com>
10996
10997         * stmt.c: Don't include insn-codes.h.
10998         (expand_end_case): Machine specific logic moved to expr.c.
10999         No need to worry about __builtin_classify_type.
11000         (check_for_full_enumeration_handling, emit_case_nodes):
11001         Kill #if 0 blocks.
11002
11003         * builtins.o (expand_builtin_classify_type): Split up so code
11004         can be shared with fold_builtin_classify_type.
11005         (type_to_class, fold_builtin_classify_type): New functions.
11006         (fold_builtins): Handle __builtin_classify_type.
11007
11008         * expr.c (do_tablejump): Now static.
11009         (case_values_threshold, try_casesi, try_tablejump): New;
11010         code mostly from stmt.c (expand_end_case).
11011         (expr.h): Update prototypes.
11012
11013         * Makefile.in (stmt.o): Update dependencies.
11014
11015 2001-08-21  Will Cohen  <wcohen@redhat.com>
11016
11017         * configure/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Added local
11018         declaration of variable i.
11019         * configure/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Added local
11020         declaration of variable i.
11021
11022 2001-08-21  Richard Henderson  <rth@redhat.com>
11023
11024         * crtstuff.c: Fix thinko last change.  Move list tails to start
11025         of CRT_END section.  Tidy ifdefs.
11026         (__EH_FRAME_BEGIN__): Always static for ELF.
11027         (__do_global_ctors_1): Rename from __frame_dummy.
11028         * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
11029         name change; don't hide __EH_FRAME_BEGIN__.
11030
11031 2001-08-21  Richard Henderson  <rth@redhat.com>
11032
11033         * gdbinit.in: Move break on exit after break on fancy_abort.
11034
11035         * config/ia64/ia64.c (ia64_return_in_memory): True for variable
11036         sized types.
11037
11038 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
11039
11040         * cpphash.h (_cpp_push_next_buffer): New.
11041         * cppinit.c (do_includes): Remove.
11042         (push_include, free_chain, _cpp_push_next_buffer): New.
11043         (cpp_start_read): Use them to rework command line option handling.
11044         (cpp_handle_option): Combine handling of -include and -imacros.
11045         * cpplex.c (_cpp_lex_token): Push a new -include buffer if
11046         appropriate.  Always insert missing \n at EOF.
11047         * cpplib.c (start_directive): Get the directive position right.
11048         * cppmain.c (cb_file_change): Always print the first line, unless
11049         preprocessed.
11050
11051 2001-08-20  Andreas Jaeger  <aj@suse.de>
11052
11053         * profile.c (compute_branch_probabilities): Remove extra new-line
11054         in error message.
11055         * flow.c (verify_flow_info): Likewise.
11056
11057 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
11058
11059         * basic-block.h (basic_block): Add new field 'flags'.
11060         (BB_REACHABLE): Define.
11061         (expunge_block): Declare.
11062         * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
11063         (EXIT_BLOCK_PTR): Ditto.
11064         (expunge_block): Remove static declaration.
11065         (cleanup_cfg): Clear bb->aux on every basic block.
11066         (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
11067         computing reachability.
11068         (delete_unreachable_blocks): Delete block b if b->flags has
11069         BB_REACHABLE unset.
11070
11071 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
11072
11073         * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
11074
11075 2001-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11076
11077         * sparc.c (sparc_variable_issue): Fix typo in last change.
11078
11079 2001-08-20  Richard Henderson  <rth@redhat.com>
11080
11081         * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
11082
11083 2001-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11084
11085         * pa.h (RETURN_IN_MEMORY): Improve comment.
11086
11087 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11088
11089         * doc/invoke.texi (Profiling options): Clarify the interactions
11090         between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
11091
11092 2001-08-20  Jeffrey Oldham  <oldham@codesourcery.com>
11093
11094         * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
11095         command.
11096
11097 2001-08-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11098
11099         * gcc.c (make_relative_prefix): Allocate a sufficiently large
11100         buffer.
11101
11102 2001-08-20  Richard Henderson  <rth@redhat.com>
11103
11104         * final.c (end_final): Fix typo last change.
11105
11106 2001-08-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11107
11108         * cppinit.c (init_standard_includes): The returned buffer
11109         is already malloc-ed.
11110         * gcc.c (add_prefix): Similarly.
11111         * prefix.c (translate_name): Update to support clear buffer
11112         ownership rules.
11113         (update_path): Similarly.  Be sure to free any newly allocated
11114         key.  UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
11115         (tr): New function.
11116         * prefix.h (update_path): Update prototype and document.
11117         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
11118         up and update to new buffer ownership rules.
11119         * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
11120
11121 Mon Aug 20 01:44:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
11122
11123         * final.c (compute_alignments): New function.
11124         (init_insn_lengths): Do not care label_align.
11125         (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
11126         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
11127         (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
11128         (shorted_branches): Realloc label_align array; do
11129         not call init_insn_lengths; Do not care about loop alignments.
11130         * output.h (compute_alignments): Declare.
11131         * toplev.c (rest_of_compilation): Call compute_alignments.
11132         * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
11133
11134         * predict.c (block_info_def): Add npredecesors, remove nvisited;
11135         change visited to tovisit.
11136         (propagate_freq): Use faster traversing algorithm.
11137         (estimate_loops_at_level, estimate_bb_frequencies): Change visited
11138         to tovisit; reverse meaning.
11139
11140         * predict.c (struct block_info_def): Remove nvisited.
11141         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
11142         (estimate_bb_frequencies): Call mark_dfs_back_edges.
11143
11144 2001-08-19  Geoffrey Keating  <geoffk@redhat.com>
11145
11146         * doc/invoke.texi (MIPS Options): Document -mfused-madd.
11147         * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
11148         (TARGET_FUSED_MADD): New.
11149         (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
11150         * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
11151         the multiply-add instructions.
11152
11153 2001-08-19  Richard Henderson  <rth@redhat.com>
11154
11155         * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
11156         is aligned to pointer size.
11157
11158 2001-08-19  Richard Henderson  <rth@redhat.com>
11159
11160         * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
11161         display markers during final schedule.
11162
11163 2001-08-19  Richard Henderson  <rth@redhat.com>
11164
11165         * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
11166
11167 2001-08-19  Richard Henderson  <rth@redhat.com>
11168
11169         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
11170         in the same string.
11171         (ASM_NAME_TO_STRING): Remove.
11172         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
11173         in the same string.  Remove support for expressions.
11174
11175 2001-08-19  Richard Henderson  <rth@redhat.com>
11176
11177         * config/i386/i386.md (tablejump): Make an expander; handle
11178         pic relative addressing here.
11179         (tablejump_1): Rename from tablejump_pic.
11180         (casesi): Remove.
11181
11182 2001-08-19  Richard Henderson  <rth@redhat.com>
11183
11184         * regclass.c (fix_register): Fix typo.
11185
11186 2001-08-18  Richard Henderson  <rth@redhat.com>
11187
11188         * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
11189         (struct _Unwind_Context): Expand br_loc to hold it.
11190         (uw_frame_state_for): Handle leaf functions better.
11191         (uw_update_reg_address): Update for br_loc change.
11192
11193 2001-08-18  Richard Henderson  <rth@redhat.com>
11194
11195         * crtstuff.c: Move list heads before code that uses them.
11196         (__JCR_LIST__): Remove initial null.
11197         (frame_dummy, __frame_dummy): Do java registration here ...
11198         (__do_global_ctors_aux): ... not here.
11199
11200         * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
11201         (__do_global_dtors_aux): Update to match.
11202         (__JCR_LIST__, __do_jv_register_classes): New.
11203         (.init): Call it.
11204         * config/ia64/crtend.asm (__JCR_END__): New.
11205         (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
11206         instead of an indirect LTOFF22 reloc.
11207
11208 2001-08-18  Richard Henderson  <rth@redhat.com>
11209
11210         * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
11211         * regclass.c (init_reg_sets_1): Fix typo.
11212         * config/ia64/ia64.c (ar_pfs_reg_operand): New.
11213         (ia64_expand_call): Pass ar.pfs to sibcall expanders.
11214         (ia64_compute_frame_size): Make ar.unat live when in use.
11215         (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
11216         for ar.pfs; remove ar.unat handling.
11217         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
11218         call-saved.
11219         (PREDICATE_CODES): Add ar_pfs_reg_operand.
11220         * config/ia64/ia64-protos.h: Update decls.
11221         * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
11222         (sibcall_pic): Likewise.
11223
11224 2001-08-18  Richard Henderson  <rth@redhat.com>
11225
11226         * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
11227         pred_rel_mutex when searching for insn_group_barrier.
11228         * config/ia64/ia64.md (cycle_display): Combine the expander
11229         and insn patterns.
11230
11231         * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
11232         bit before asm as needed.
11233
11234 2001-08-18  Richard Henderson  <rth@redhat.com>
11235
11236         * timevar.def (TV_MACH_DEP): New.
11237         * toplev.c (rest_of_compilation): Use it.
11238         * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
11239
11240 2001-08-18  Zack Weinberg  <zackw@panix.com>
11241
11242         * unwind-dw2.c (execute_stack_op): Add default aborts to
11243         the inner switches to prevent warnings.
11244
11245 2001-08-18  Richard Henderson  <rth@redhat.com>
11246
11247         * timevar.h (struct timevar_time_def): Change element type to float.
11248         (ticks_to_msec, clocks_to_msec): Likewise.
11249         (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
11250         (get_time): Likewise.
11251         (timevar_print): Adjust zero check and printing to match.
11252
11253 2001-08-18  Zack Weinberg  <zackw@panix.com>
11254
11255         * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
11256         doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
11257         Eliminate overfull or underfull hboxes.
11258
11259 2001-08-18  Zack Weinberg  <zackw@panix.com>
11260
11261         * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
11262
11263 2001-08-18  Zack Weinberg  <zackw@panix.com>
11264
11265         * haifa-sched.c: Convert to target hooks.  Macros replaced
11266         are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
11267         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
11268         MD_SCHED_FINISH, and HAVE_cycle_display.
11269         * target-def.h (TARGET_SCHED_ADJUST_COST,
11270         TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
11271         TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
11272         TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
11273         TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
11274         New hook #defines to be overridden.
11275         (TARGET_SCHED): Bring them all together.
11276         (TARGET_INITIALIZER): Update.
11277         * target.h: Don't forward declare struct rtx_def.  Use 'rtx'
11278         instead of 'struct rtx_def *' throughout.
11279         (struct sched): New set of hooks for the scheduler.
11280         * Makefile.in (haifa-sched.o): Depend on target.h.
11281         * doc/tm.texi: Document the new scheduler hooks, together in
11282         their own section, instead of scattered around.
11283         Fix a bunch of underfull/overfull hboxes.
11284
11285         * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
11286         ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
11287         sparc.h: Don't define any of the old scheduler macros.
11288
11289         * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
11290         ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
11291         sparc.c: Create hook functions from code extracted from
11292         corresponding target header, or make existing hooks static, as
11293         appropriate.  Set the appropriate entries in targetm.
11294
11295         * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
11296         i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
11297         rs6000-protos.h, s390-protos.h, sparc-protos.h:
11298         Remove prototypes for functions which are now static.
11299
11300         * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
11301         related gunk; the Haifa scheduler is now the only choice.
11302
11303 2001-08-18  Zack Weinberg  <zackw@panix.com>
11304
11305         * optabs.h (OTI_flodiv, flodiv_optab): Kill.
11306         * genopinit.c: Put floating point divide insns in sdiv_optab.
11307         * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
11308         * config/gofast.h, config/c4x/c4x.h,
11309         config/ia64/hpux_longdouble.h, config/mips/mips.h,
11310         config/pa/long_double.h, config/rs6000/sysv4.h,
11311         config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
11312         * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
11313         (init_optabs): Use init_optabv for overflow-trapping optabs.
11314         Don't init flodiv_optab.  Give mov_optab, movstrict_optab, and
11315         cmp_optab RTX codes so have_insn_for can find them.
11316
11317         * optabs.c (expand_simple_binop, expand_simple_unop,
11318         have_insn_for, gen_sub3_insn): New interfaces.
11319         * expr.h: Prototype new functions.
11320         (enum optab_methods): Move here from optabs.h.
11321
11322         * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
11323         loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
11324         Use new functions instead of working directly with optabs.
11325         * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
11326         unroll.c: Don't include optabs.h.
11327         * caller-save.c, combine.c, function.c, stmt.c: Just include
11328         insn-codes.h, not optabs.h.
11329         * Makefile.in: Update dependencies.
11330
11331         * combine.c (make_compound_operation, simplify_comparison):
11332         Fix typos testing for this or that instruction.
11333
11334 2001-08-18  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11335
11336         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
11337         generating libgcc.a.
11338
11339 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11340
11341         * except.c (TYPE_HASH): Delete.
11342
11343         * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
11344         HOST_WIDE_INT.
11345
11346         * tree.c (TYPE_HASH): Delete.
11347
11348         * tree.h (TYPE_HASH): Define.
11349
11350 2001-08-18  Graham Stott  <grahams@redhat.com>
11351
11352         * config/mips/mips.md (adddi3_internal_2+1): Remove constraints from
11353         define_split.
11354         (adddi3_internal_2+2): Likewise.
11355         (eh_set_lr_di+1): Likewise.
11356
11357 2001-08-17  Richard Henderson  <rth@redhat.com>
11358
11359         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11360         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
11361         * dwarf2asm.c: ... here.
11362         * dwarfout.c: Remove them.
11363
11364         * varasm.c (assemble_integer): Add align parameter.
11365         (assemble_real, output_constant, output_constructor): Likewise.
11366         * output.h: Update decls.
11367         * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
11368         config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
11369         config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
11370         config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
11371         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
11372         Update all callers.
11373
11374         * final.c (end_final): Abort profile block generation if we
11375         haven't layed it out properly.
11376         * output.h (assemble_eh_integer): Remove stale decl.
11377         * varasm.c (assemble_zeros): Tidy; use assemble_integer.
11378         (min_align): New.
11379         (assemble_integer): Handle unaligned data.
11380         (assemble_real): Abort on unaligned data.
11381         (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
11382         anything useful.
11383         (default_dtor_section_asm_out_destructor): Use assemble_align.
11384         (default_named_section_asm_out_constructor): Likewise.
11385         (default_ctor_section_asm_out_constructor): Likewise.
11386         * config/darwin.c (machopic_asm_out_constructor): Likewise.
11387         (machopic_asm_out_destructor): Likewise.
11388         * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
11389         (nextstep_asm_out_destructor): Likewise.
11390         * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
11391         (vms_asm_out_destructor): Likewise.
11392
11393 2001-08-17  Richard Henderson  <rth@redhat.com>
11394
11395         * config/mips/iris6.h (TARGET_IRIX6): New.
11396         (current_section_name, current_section_flags): New.
11397         (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
11398         (MAX_OFILE_ALIGNMENT): New.
11399         (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
11400         * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
11401         (copy_file_data): Split out from
11402         (mips_asm_file_end): ... here.
11403         (mips_asm_file_start): Remove extra .section directive.  Use
11404         tmpfile instead of mips_make_temp_file.
11405         (mips_unique_section): Use const char * as needed for warnings.
11406         (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
11407         re-add align parameter.
11408         (iris6_asm_named_section): New.
11409         (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
11410         (iris6_asm_output_align, iris6_section_align_1): New.
11411         (iris6_asm_file_start, iris6_asm_file_end): New.
11412         * config/mips/mips-protos.h: Update decls.
11413
11414 2001-08-17  Janis Johnson  <janis187@us.ibm.com>
11415
11416         * doc/install.texi (Install GCC): Add links to build status pages.
11417         (Specific): Ditto.
11418         (Final install): Ditto; request updates for specific info
11419
11420 2001-08-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11421
11422         * cpperror.c (print_location):  Don't take a file name; use the
11423         line map instead.
11424         (_cpp_begin_message): Similarly.
11425         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
11426         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
11427         (cpp_pedwarn_with_file_and_line): Remove.
11428         * cppfiles.c (stack_include_file): Update; set filename to stdin
11429         here when appropriate.
11430         * cpphash.h (struct cpp_buffer): Remove nominal_fname.
11431         (_cpp_begin_message): Don't take a file name.
11432         * cppinit.c: Add comment.
11433         * cpplex.c: Fix end-of-directive indicator.
11434         * cpplib.c: Don't include intl.h.
11435         (run_directive, do_diagnostic): Update.
11436         (do_line): Update to not use nominal_fname.
11437         (cpp_push_buffer): Don't take a filename.
11438         * cpplib.h (struct ht): Remove.
11439         (cpp_push_buffer): Don't take a filename.
11440         (cpp_pedwarn_with_file_and_line): Remove.
11441         * cppmacro.c (struct cpp_macro): Remove file.
11442         (builtin_macro): Update.
11443         (_cpp_create_definition): Update.
11444         * cppmain.c: Correct comment.
11445         * fix-header.c (read_scan_file): Update.
11446
11447 2001-08-17  Kazu Hirata  <kazu@hxi.com>
11448
11449         * sbitmap.c: Fix comment formatting.
11450         * sched-deps.c: Likewise.
11451         * sibcall.c: Likewise.
11452         * simplify-rtx.c: Likewise.
11453         * ssa.c: Likewise.
11454         * ssa-ccp.c: Likewise.
11455         * stor-layout.c: Likewise.
11456         * timevar.c: Likewise.
11457         * toplev.c: Likewise.
11458         * unwind-dw2.c: Likewise.
11459         * unwind-dw2-fde.c: Likewise.
11460         * varasm.c: Likewise.
11461
11462 2001-08-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11463
11464         * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
11465         or larger than an integer in memory.
11466
11467 2001-08-17  Zack Weinberg  <zackw@panix.com>
11468
11469         * system.h: Forward-declare struct rtx_def, struct rtvec_def,
11470         and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
11471         * rtl.h: Don't forward-declare union tree_node here.  Don't
11472         typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
11473         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
11474         and tree respectively.
11475         * tree.h: Don't forward-declare struct rtx_def here.  Don't
11476         typedef tree here.  Change all uses of struct rtx_def *,
11477         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
11478         and tree respectively.
11479
11480 2001-08-17  Richard Henderson  <rth@redhat.com>
11481
11482         * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
11483         config/mips/openbsd.h: Fix typos last change.
11484
11485 2001-08-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11486
11487         * doc/invoke.texi (Optimize Options): The default for
11488         -finline-limit is 600.
11489
11490 2001-08-17  Richard Henderson  <rth@redhat.com>
11491
11492         * varasm.c (text_section): Allow TEXT_SECTION to override the
11493         printing of TEXT_SECTION_ASM_OP.
11494         * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
11495         (DATA_SECTION, BSS_SECTION): Remove.
11496         * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
11497         RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
11498         Rename from s/_NAME//.
11499         * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
11500         (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
11501         (TEXT_SECTION): ... here.  New.
11502         * config/mips/elf.h (TEXT_SECTION): New; no file switching.
11503         * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
11504         * config/mips/openbsd.h: Likewise.
11505         * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
11506         (mips_asm_file_end): Likewise test.
11507         (mips_output_function_epilogue): Likewise.  Switch back to data
11508         section after emitting the function.
11509
11510         * doc/tm.texi (Sections): Document TEXT_SECTION.
11511
11512 2001-08-17  Richard Henderson  <rth@redhat.com>
11513
11514         * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
11515         (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.
11516
11517 2001-08-17  Richard Henderson  <rth@redhat.com>
11518
11519         * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
11520         * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
11521         __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
11522         Add aligned attribute.
11523
11524 2001-08-17  Andrew Haley  <aph@cambridge.redhat.com>
11525
11526         * config/sh/sh.md: Add modes to unspecs in first insn to match
11527         those in the second.
11528
11529         * Makefile.in: Fix collect2 copy for Cygwin.
11530
11531 Fri Aug 17 15:48:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
11532
11533         Install the proper patch.
11534         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
11535         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
11536         (expand_function_start): Likewise.
11537         * stmt.c (expand_decl): Likewise.
11538         * varasm.c (make_decl_rtx): Likewise.
11539
11540 Fri Aug 17 15:41:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
11541
11542         * final.c: Undo my previous accidental checkin.
11543         * output.h: Likewise.
11544         * tm.texi: Likewise.
11545
11546 2001-08-16  Richard Henderson  <rth@redhat.com>
11547
11548         * varasm.c (named_section_flags): Remove align parameter.
11549         * varasm.c, dwarf2out.c: Update all callers.
11550         * output.h: Update prototypes.
11551
11552         * target.h (target.asm_out.named_section): Remove align parameter.
11553         * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
11554         config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
11555         config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
11556         config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
11557         config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
11558
11559         * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
11560         (get_named_section_flags, set_named_section_flags): New.
11561         (named_section_flags): Use them.
11562         (named_section): Do decl vs section flags check here...
11563         (default_section_type_flags): ... not here.
11564         (init_varasm_once): Create in_named_htab.
11565         (resolve_unique_section): Mark reloc unused.
11566
11567 2001-08-16  Richard Henderson  <rth@redhat.com>
11568
11569         * varasm.c (force_const_mem): Keep pool alignment in bits.
11570         (output_constant_pool): Use assemble_align.
11571
11572 2001-08-16  Zack Weinberg  <zackw@panix.com>
11573
11574         * doc/tm.texi: Remove extra @table command.
11575
11576 2001-08-16  Zack Weinberg  <zackw@panix.com>
11577
11578         * final.c (shorten_branches): Clear the end of the label_align
11579         array only if we made it larger.  Break up messy expressions
11580         for clarity.
11581
11582         * diagnostic.c (internal_error): Check for error recursion
11583         before doing ICE suppression.
11584
11585         * timevar.c: Timing variables now count in milliseconds.
11586         (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
11587         (get_time): Not here.
11588         (timevar_print): Don't print any timer whose user, cpu, and
11589         wall times are all zero as displayed.
11590         * timevar.h: Update comment aboout units.  Make timevar
11591         counters unsigned.
11592
11593 Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
11594
11595         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
11596         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
11597         (expand_function_start): Likewise.
11598         * stmt.c (expand_decl): Likewise.
11599         * varasm.c (make_decl_rtx): Likewise.
11600
11601 2001-08-16  Jason Merrill  <jason_merrill@redhat.com>
11602
11603         * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
11604         (finalize_record_size): Don't set TYPE_USER_ALIGN.
11605
11606 2001-08-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11607
11608         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
11609         variables.
11610
11611 2001-08-16  Andreas Jaeger  <aj@suse.de>
11612
11613         * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
11614         prototype.
11615
11616 Wed Aug 15 15:22:52 EDT 2001  John Wehle  (john@feith.com)
11617
11618         * rtl.h (only_sets_cc0_p): New prototype.
11619         * jump.c (sets_cc0_p): Handle INSN.
11620         (only_sets_cc0_p): New function.
11621         * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
11622         (tidy_fallthru_edge): Likewise.
11623         * integrate.c (copy_insn_list): Likewise.
11624         * unroll.c (unroll_loop): Likewise.
11625         (copy_loop_body): Likewise.
11626
11627 2001-08-15  Jason Eckhardt  <jle@redhat.com>
11628
11629         * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
11630
11631 Wed Aug 15 14:24:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
11632
11633         * predict.c (struct block_info_def): Remove nvisited.
11634         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
11635         (estimate_bb_frequencies): Call mark_dfs_back_edges.
11636
11637         * i386.c (ix86_agi_dependant): Lea causes AGI only on the Pentium
11638         (ix86_adjust_cost): Teach scheduler that latency to load operand can
11639         be masked.
11640
11641 Wed Aug 15 12:41:32 CEST 2001  Jan Hubicka  <jh@suse.cz>
11642
11643         * predict.def: Update hitrates.
11644
11645 2001-08-15  Richard Henderson  <rth@redhat.com>
11646
11647         * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
11648
11649 Tue Aug 14 17:30:59 2001  Jeffrey A Law  (law@cygnus.com)
11650
11651         * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
11652         note from its associated jump.
11653
11654 2001-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
11655
11656         * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
11657         also on 64-bit s390x targets.
11658
11659 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
11660
11661         * config/arm/arm.c (arm_compute_initial_elimination_offset): New
11662         function.
11663         (arm_expand_prologue): Handled nested functions which take a
11664         variable argument list.
11665         * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
11666         macro with an invocation of
11667         arm_compute_initial_elimination_offset.
11668         * config/arm/arm-protos.h: Prototype
11669         arm_compute_initial_elimination_offset.
11670
11671 2001-08-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11672
11673         * doc/install.texi (Specific, avr): Fix markup.
11674         (Specific, c4x): Ditto.
11675
11676 2001-08-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11677
11678         * predict.c (dump_prediction): Change `bool' parameter to `int'.
11679
11680 2001-08-14  Gabriel Dos Reis  <gdr@codesourcery.com>
11681
11682         * Makefile.in (OBJS): Add rtl-error.o
11683         (rtl-error.o): New rule.
11684         (diagnostic.o): Adjust dependency.
11685         diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
11686         error_for_asm, _fatal_insn, _fatal_insn_not_found,
11687         warning_for_asm): Move to...
11688         rtl-error.c: ...here.  New file.
11689
11690 2001-08-14  Richard Henderson  <rth@redhat.com>
11691
11692         * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
11693         if USING_SJLJ_EXCEPTIONS.
11694
11695 2001-08-14  Steve Ellcey <sje@cup.hp.com>
11696
11697         * tlink.c (scan_linker_output): Check string for unsatisfied in
11698         addition to undefined and unresolved.
11699
11700 2001-08-14  Graham Stott  <grahams@redhat.com>
11701
11702         * libgcc2.c (*): Replace EH_FRAME_SECTION with
11703         EH_FRAME_SECTION_NAME.
11704
11705 Tue Aug 14 14:57:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
11706
11707         * genattrtab.c (simplify_test_exp_in_temp): New function.
11708         (simplify_test_exp): Avoid explicit use of temporary obstack.
11709         (simplify_cond, insert_right_side, evaluate_eq_attr,
11710         simplify_and_tree, simplify_or_tree, eliminate_known_true):
11711         Use simplify_test_exp_in_temp.
11712         (optimize_attrs): Iterate until expression stabilizes.
11713
11714 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>:
11715
11716         * glimits.h: Remove the __LONG_MAX__ special case for s390x.
11717         * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
11718
11719 2001-08-13  Richard Henderson  <rth@redhat.com>
11720
11721         * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
11722         (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
11723         * config/arm/conix-elf.h: Likewise.
11724
11725 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
11726
11727         * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
11728         in gcc.c.
11729         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
11730
11731         * gcse.c (hash_scan_set): Expressions that are set as part of
11732         jump instructions are not available.
11733
11734 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
11735
11736         * config/s390/s390.c (print_operand, s390_function_prologue,
11737         s390_va_start): Fixed HOST_WIDE_INT type mismatch.
11738
11739 2001-08-13  Richard Henderson  <rth@redhat.com>
11740
11741         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
11742         * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
11743         * doc/tm.texi (Exception Region Output): Document it.
11744
11745 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
11746
11747         * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
11748         DWARF2 instead of stabs by default.
11749
11750 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
11751
11752         * config/rs6000/rs6000.c: Include optabs.h.
11753
11754 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
11755
11756         * config/rs6000/eabi.asm: Define 64-bit versions of FPR
11757         save/restore routines.
11758         * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
11759
11760 2001-08-13  Andreas Jaeger  <aj@suse.de>
11761
11762         * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
11763         the english is correct.
11764
11765 2001-08-13  Zack Weinberg  <zackw@panix.com>
11766
11767         * expr.h: Split out optab- and libfunc-related code to...
11768         * optabs.h, libfuncs.h: ... these new headers.
11769
11770         * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
11771         (OPTABS_H): New.
11772         (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
11773         dependencies.
11774         * mkconfig.sh: Don't include insn-codes.h from config.h.
11775
11776         * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
11777         enum insn_code is available.  Move reload_in_optab and
11778         reload_out_optab array declarations to optabs.h.
11779         * regmove.c (gen_add3_insn): Move to optabs.c, export from
11780         there, prototype in expr.h.
11781         * gencodes.c: Cleanup: zap global variables, don't use
11782         printf where puts will do, don't bother defining MAX_INSN_CODE
11783         which nothing uses, let CODE_FOR_nothing get its value implicitly.
11784
11785         * genemit.c, genopinit.c: Include optabs.h in generated file.
11786         * genoutput.c: Include insn-codes.h in generated file.
11787         * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
11788         expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
11789         reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
11790         config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
11791         config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
11792         config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
11793         Include optabs.h.
11794         * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
11795         optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
11796         config/m88k/m88k.c, config/sparc/sparc.c:
11797         Include libfuncs.h.
11798         * reload.c: Include expr.h and optabs.h before reload.h.
11799         * config/alpha/alpha.c: Include tree.h before reload.h.
11800         * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
11801         and reload.h in that order.
11802         * config/sparc/sparc.c: Include debug.h.
11803         * recog.c: Include insn-codes.h.
11804
11805 2001-08-13  Andreas Jaeger  <aj@suse.de>
11806
11807         * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
11808         s390*linux.
11809
11810 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11811
11812         * dwarf2out.c (output_cfa_loc): Fix typo in comment.
11813         * gcc.c (init_spec): Fix typo in comment.
11814         * varasm.c (data_section): Fix typo in comment.
11815
11816 Mon Aug 13 02:27:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
11817
11818         * predict.c (dump_prediction): New argument "USED".
11819         (combine_predictions_for_insn): Determine the used heuristics,
11820         output the case no heuristic applied.
11821         * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
11822
11823 2001-08-13  Andreas Jaeger  <aj@suse.de>
11824
11825         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
11826         register %rip.
11827
11828 2001-08-13  Kazu Hirata  <kazu@hxi.com>
11829
11830         * jump.c: Fix formatting.
11831
11832 2001-08-13  Kazu Hirata  <kazu@hxi.com>
11833
11834         * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
11835         length.
11836
11837 2001-08-12  Geoffrey Keating  <geoffk@redhat.com>
11838
11839         * loop.c (check_dbra_loop): Use condjump_label to compute
11840         jump_label.
11841
11842         * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
11843         to better document the files they're in.
11844
11845 2001-08-12  Zack Weinberg  <zackw@panix.com>
11846
11847         * recog.h (struct insn_operand_data): Shrink 'mode' field
11848         to 16 bits.
11849
11850 2001-08-12  Kazu Hirata  <kazu@hxi.com>
11851
11852         * gcc.c: Fix comment formatting.
11853         * gccspec.c: Likewise.
11854         * gcov.c: Likewise.
11855         * gcse.c: Likewise.
11856         * genemit.c: Likewise.
11857         * gengenrtl.c: Likewise.
11858         * genrecog.c: Likewise.
11859         * gensupport.c: Likewise.
11860         * ggc-page.c: Likewise.
11861         * global.c: Likewise.
11862         * graph.c: Likewise.
11863         * ifcvt.c: Likewise.
11864         * integrate.c: Likewise.
11865         * lcm.c: Likewise.
11866         * libgcc2.c: Likewise.
11867         * loop.c: Likewise.
11868         * mbchar.c: Likewise.
11869         * optabs.c: Likewise.
11870         * predict.c: Likewise.
11871         * prefix.c: Likewise.
11872         * profile.c: Likewise.
11873         * protoize.c: Likewise.
11874         * real.c: Likewise.
11875         * recog.c: Likewise.
11876         * regclass.c: Likewise.
11877         * regmove.c: Likewise.
11878         * reg-stack.c: Likewise.
11879         * reload1.c: Likewise.
11880         * resource.c: Likewise.
11881         * rtlanal.c: Likewise.
11882         * rtl.c: Likewise.
11883
11884 2001-08-12  Kazu Hirata  <kazu@hxi.com>
11885
11886         * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
11887         a tree representing a constant is passed to the macro.
11888
11889 2001-08-12  Richard Henderson  <rth@redhat.com>
11890
11891         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
11892         (rs6000_elf_asm_out_destructor): New.
11893         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
11894         (DTORS_SECTION_ASM_OP): Remove.
11895         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
11896         (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
11897
11898 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
11899
11900         Revert:
11901         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11902         * gcc.c (set_collect_gcc_options): New function, split out from
11903         main.
11904         Ignore elided switches.
11905         (do_spec_1): Invoke before executing command.
11906         (set_input): Export.
11907         Move declaration ...
11908         * gcc.h (set_input): ... here.
11909         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
11910         file.
11911
11912 2001-08-12  Richard Henderson  <rth@redhat.com>
11913
11914         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
11915         thinko wrt TARGET_RELOCATABLE.
11916
11917 2001-08-12  Neil Booth  <neil@daikokuya.demon.co.uk>
11918
11919         * fix-header.c (cb_file_change): Update prototype.
11920
11921 2001-08-11  Zack Weinberg  <zackw@panix.com>
11922
11923         * toplev.c (set_float_handler): Make static.
11924         * toplev.h: Don't prototype set_float_handler.
11925
11926         * simplify-rtx.c: Don't include setjmp.h.
11927         (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
11928         New functions.
11929         (simplify_unary_operation, simplify_binary_operation): Use them,
11930         via do_float_handler.
11931
11932         * fold-const.c: Don't include setjmp.h.
11933         (exact_real_inverse_1): New function.
11934         (exact_real_inverse): Use it, via do_float_handler.
11935
11936         * varasm.c: Don't include setjmp.h.
11937         (assemble_real_1): New function.
11938         (assemble_real): Use it, via do_float_handler.
11939         Call internal_error if we get a trap here.
11940
11941         * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
11942         config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
11943
11944 2001-08-11  Zack Weinberg  <zackw@panix.com>
11945
11946         * defaults.h: Define PREFERRED_STACK_BOUNDARY to
11947         STACK_BOUNDARY if not already defined.
11948
11949         * calls.c, function.c, reload1.c, explow.c: Don't default
11950         PREFERRED_STACK_BOUNDARY.  Remove all #if/#ifdef on
11951         PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
11952
11953         * explow.c (allocate_dynamic_stack_space): Change unsafe #if
11954         to run-time test.
11955
11956         * doc/tm.texi: Document that STACK_BOUNDARY is required;
11957         clarify difference between it and PREFERRED_STACK_BOUNDARY.
11958
11959 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11960
11961         * cppmacro.c (enter_macro_context): Push macro expansions even
11962         if empty.
11963
11964 2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11965
11966         * config/rs6000/rs6000.c: Include integrate.h to silence warning.
11967         (rs6000_elf_section_type_flags): Actually return a value.
11968
11969 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
11970
11971         * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
11972         Clean up code: add missing comments and prototypes, fix warnings,
11973         remove obsolete code, fix spacing to conform to coding style.
11974
11975 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
11976
11977         * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
11978         and TARGET_ASM_CLOSE_PAREN.
11979         (regclass_map): CC register belongs to class NO_REGS.
11980         (legitimize_pic_address): Don't generate unnecessary moves
11981         (to avoid confusing loop optimization).
11982         (check_and_change_labels): Replace jump_long by indirect_jump.
11983         (s390_final_chunkify): Don't start a new literal pool on section
11984         switch in 64-bit code.
11985         (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
11986
11987         * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
11988         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
11989         (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
11990         modes correctly.
11991         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
11992         (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
11993         (CONST_COSTS): Fixed incorrect costs.
11994
11995         * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
11996         Use emit_jump instead of emit_jump_insn (gen_jump).
11997         (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
11998         (to avoid confusing flow analysis).
11999         (tablejump, tablejump1, tablejump2): Removed.  Replaced by casesi.
12000         (casesi, casesi_jump): New.
12001         (jump_long): Removed.  Functionality merged into indirect_jump.
12002         (indirect_jump): Accept address_operand, not just register_operand.
12003         (cjump_long, icjump_long): Use same logic as indirect_jump.
12004         (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
12005         Fixed broken setjmp/longjmp handling.
12006         (do_builtin_setjmp_setup): Removed.
12007
12008         * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
12009         broken GNU as versions that don't accept .quad with large
12010         negative values.  Use hexadecimal output instead.
12011         (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
12012         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
12013         FUNCTION_EPILOGUE): Removed.  Now in targetm.
12014
12015         * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
12016
12017         * config/s390/fixdfdi.h: Add missing copyright statement.
12018         Fix type conflicts on 64-bit.  Add missing SFmode routines.
12019
12020         * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
12021         email address.
12022
12023 2001-08-11  Richard Henderson  <rth@redhat.com>
12024
12025         * rtl.h (REG_EH_RETHROW): Remove.
12026         * rtl.c (reg_note_name): Update.
12027         * combine.c (distribute_notes): Don't check for it.
12028
12029 2001-08-11  Richard Henderson  <rth@redhat.com>
12030
12031         * combine.c (distribute_notes): Place REG_SETJMP.
12032
12033 2001-08-11  Richard Henderson  <rth@redhat.com>
12034
12035         * doc/extend.texi (Arrays and pointers implementation): Discourage
12036         relying on sign-extension of pointers.
12037
12038 2001-08-11  H.J. Lu <hjl@gnu.org>
12039
12040         * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
12041         in_dtors.
12042         (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
12043         RDATA_SECTION_ASM_OP.
12044
12045 2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12046
12047         * doc/install.texi (Specific, c4x): Fix cross-reference to the
12048         main manual to work both for info and HTML versions.
12049
12050 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12051             Matt Kraai <kraai@alumni.carnegiemellon.edu>
12052
12053         * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
12054         * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
12055         (struct cpp_pool): New member first.
12056         * cppinit.c (append_include_chain): Plug memory leaks.
12057         * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
12058         Allocate pragma structures from the (aligned) macro pool to
12059         avoid leaking memory.
12060         * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
12061         so we don't leak memory.
12062         * hashtable.c (ht_destroy): New.
12063         * hashtable.h (ht_destroy): New.
12064
12065 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12066             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12067
12068         * c-lex.c (map): Make const.
12069         (cb_file_change): Update for callback passing a line map.
12070         Don't assume we have a previous map.  Remove sanity check
12071         about popping too many files.
12072         * cpperror.c (print_location): Make map const.
12073         * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
12074         (cpp_make_system_header): Similarly.
12075         (search_from): Similarly.
12076         (_cpp_execute_include): Don't remember where we came from.
12077         * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
12078         (struct cpp_reader): Make map const.
12079         (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
12080         * cpplib.c (do_line): Update; line maps now hold sysp.
12081         (cpp_push_buffer): Similarly.
12082         (_cpp_do_file_change): Similarly; callback with map instead.
12083         (cpp_get_line_maps): Constify return value.
12084         (_cpp_pop_buffer): Update.
12085         * cpplib.h (struct cpp_file_change): Remove.
12086         (struct cpp_callbacks): Update.
12087         (cpp_get_line_maps): Constify return value.
12088         * cppmacro.c (_cpp_create_definition): Update.
12089         * cppmain.c (struct printer): Constify map.
12090         (maybe_print_line): Similarly.
12091         (print_line): Similarly.  Deduce flags 1 and 2 here.
12092         (cb_file_change): Update.
12093         * line-map.c (free_line_maps): Warn regardless.
12094         (add_line_map): Return pointer to const.  When passed NULL to_file
12095         with LC_LEAVE, use the obvious values for the return point so the
12096         caller doesn't have to figure them out.
12097         (lookup_line): Return pointer to const.
12098         (print_containing_files): Take pointer to const.
12099         * line-map.h (struct line_map): New members reason, sysp.
12100         (add_line_map): Return pointer to const.
12101         (lookup_line): Similarly.
12102         (print_containing_files): Take pointer to const.
12103
12104 2001-08-10  Roman Zippel  <zippel@linux-m68k.org>
12105             Richard Henderson  <rth@redhat.com>
12106
12107         * regmove.c (regmove_optimize): Avoid setting a register twice in
12108         a parallel set.
12109
12110 2001-08-10  Richard Henderson  <rth@redhat.com>
12111
12112         * doc/extend.texi (Arrays and pointers implementation): Document
12113         behavior of pointer/integer conversion.
12114
12115 2001-08-10  Ulrich Weigand  <uweigand@de.ibm.com>
12116
12117         * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
12118
12119 2001-08-10  Richard Henderson  <rth@redhat.com>
12120
12121         * doc/extend.texi (C Implementation): New chapter.
12122         * doc/gcc.texi (Top): Link it in.
12123
12124 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
12125
12126         * doc/install.texi (Specific): Fix CVS merge botch.
12127
12128 2001-08-10  Richard Henderson  <rth@redhat.com>
12129
12130         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
12131         ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
12132
12133 2001-08-10  Zack Weinberg  <zackw@stanford.edu>
12134
12135         * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
12136         if not already defined.  Remove all #ifdefs on STACK_BOUNDARY;
12137         this macro is now required.
12138
12139         * cselib.c (cselib_process_insn), flow.c (propagate_block),
12140         loop.c (find_and_verify_loops), reload.c (reload): Check
12141         for rtx code of CALL_INSN, not CALL, when deciding if we
12142         need to check for REG_SETJMP note.
12143
12144         * gcse.c (compute_hash_table, compute_store_table): Update
12145         the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
12146         logic.
12147
12148         * config/avr/avr.c: Fix typo.
12149         * config/convex/convex.c (expand_movstr): Use adjust_address.
12150         * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
12151         variable.
12152         * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
12153         * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
12154         Fix typo.
12155         * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
12156         Do define STACK_BOUNDARY.
12157         * config/i370/i370.c: Include expr.h.
12158         * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
12159         config/pa/som.h, config/v850/v850.h: Take in_ctors and
12160         in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
12161         and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
12162         * config/m88k/m88k.c: Include c-tree.h after expr.h.
12163         * config/pdp11/pdp11.c: Include expr.h and toplev.h.
12164         * config/romp/romp.c: Include expr.h after tree.h.
12165         Include toplev.h.
12166         (output_fpop): Use xmalloc, not oballoc.
12167         * config/we32k/we32k.c: Include expr.h.
12168
12169 2001-08-10  Kazu Hirata  <kazu@hxi.com>
12170
12171         * config/h8300/h8300.h: Fix formatting.
12172
12173 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
12174
12175         * c-common.h (RETURN_NULLIFIED_P): Lose.
12176         * c-semantics.c (genrtl_return_stmt): Don't check it.
12177
12178 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12179
12180         * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
12181         (mips_annotate_frame_insn): New function.
12182         (mips_emit_frame_related_store): New function.
12183         (save_restore_insns): Don't mark instructions that set up the base
12184         registers as frame-related.  Add REG_FRAME_RELATED_EXPR notes to
12185         the store instructions instead.
12186         (mips_expand_prologue): If the stack size is moved into a temporary
12187         register, do not mark that move as frame-related.  Add a
12188         REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
12189
12190 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12191
12192         * config/mips/mips.c (save_restore_insns): Don't mark the RA's
12193         stack slot as unchanging if current_function_calls_eh_return.
12194
12195 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12196
12197         * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
12198         access the second half of the TFmode scratch operand.
12199
12200 2001-08-10  Anthony Green  <green@redhat.com>
12201
12202         * java/class.c (emit_register_classes): Conditionalize code on
12203         JCR_SECTION_NAME.
12204
12205 2001-08-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12206
12207         * doc/install.texi (Specific, avr): Fix cross-reference to the
12208         main manual to work both for info and HTML versions.
12209
12210 2001-08-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12211
12212         * stmt.c (expand_null_return_1): Remove code to generate simple returns
12213         and "use_goto" argument.
12214         (expand_null_return, expand_value_return): Update all callers.
12215         * function.c (expand_function_end): Remove code to generate simple
12216         return.
12217         * config/vax/vax.md (epilogue): New expander for function return.
12218         * doc/md.texi (epilogue): Remove "if defined".
12219
12220 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
12221
12222         * Makefile.in: Partially revert my previous change:
12223         put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
12224         of the hashtab.o and safe-ctype.o rules.
12225
12226 2001-08-09  Richard Henderson  <rth@redhat.com>
12227
12228         * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
12229         (USE_COLLECT2): Remove duplicate definition.
12230         * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
12231         (use_collect2): Remove dead code.
12232         * configure.in (use_collect2): Remove will_use_collect2 and
12233         maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
12234         * configure: Rebuild.
12235
12236         * target.h (targetm.asm_out.constructor): New.
12237         (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
12238         * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
12239         (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
12240         * varasm.c (in_ctors, in_dtors): New.
12241         (assemble_constructor, assemble_destructor): Remove.
12242         (default_stabs_asm_out_destructor): New.
12243         (default_named_section_asm_out_destructor): New.
12244         (dtors_section, default_dtor_section_asm_out_destructor): New.
12245         (default_stabs_asm_out_constructor): New.
12246         (default_named_section_asm_out_constructor): New.
12247         (ctors_section, default_ctor_section_asm_out_constructor): New.
12248         * output.h: Update declarations.
12249         * c-decl.c (c_expand_body): Use target hooks instead of
12250         assemble_constructor and assemble_destructor.
12251         * profile.c (output_func_start_profiler): Likewise.
12252         * objc/objc-act.c (finish_objc): Likewise.
12253         (build_module_descriptor): Tidy.  Set TREE_PUBLIC properly
12254         for the constructor.
12255         * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
12256
12257         * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
12258         (DTORS_SECTION_ASM_OP): Likewise.
12259         (__CTOR_LIST__): Use attribute section when possible.
12260         (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
12261
12262         * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
12263         ASM_OUTPUT_CONSTRUCTOR.
12264
12265         * config/darwin.c (machopic_asm_out_constructor): New.
12266         (machopic_asm_out_destructor): New.
12267         * config/darwin-protos.h: Update declarations.
12268         * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12269         (ASM_OUTPUT_DESTRUCTOR): Remove.
12270         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12271         * config/nextstep.c (nextstep_asm_out_constructor): New.
12272         (nextstep_asm_out_destructor): New.
12273         * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12274         (ASM_OUTPUT_DESTRUCTOR): Remove.
12275         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12276         * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
12277         ASM_OUTPUT_*STRUCTOR.
12278         * config/i386/aix386ng.h: Likewise.
12279
12280         * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
12281         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
12282         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
12283         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12284         * config/lynx.h: Likewise.
12285         * config/netware.h: Likewise.
12286         * config/psos.h: Likewise.
12287         * config/alpha/alpha-interix.h: Likewise.
12288         * config/alpha/elf.h: Likewise.
12289         * config/arc/arc.h: Likewise.
12290         * config/arm/aof.h: Likewise.
12291         * config/arm/coff.h: Likewise.
12292         * config/arm/elf.h: Likewise.
12293         * config/c4x/c4x.h: Likewise.
12294         * config/h8300/h8300.h: Likewise.
12295         * config/i386/cygwin.h: Likewise.
12296         * config/i386/djgpp.h: Likewise.
12297         * config/i386/i386-coff.h: Likewise.
12298         * config/i386/i386-interix.h: Likewise.
12299         * config/i386/sco5.h: Likewise.
12300         * config/i386/vsta.h: Likewise.
12301         * config/i386/win32.h: Likewise.
12302         * config/i960/i960-coff.h: Likewise.
12303         * config/ia64/sysv4.h: Likewise.
12304         * config/m68hc11/m68hc11.h: Likewise.
12305         * config/m68k/coff.h: Likewise.
12306         * config/m68k/mot3300.h: Likewise.
12307         * config/m88k/m88k.h: Likewise.
12308         * config/mcore/mcore-pe.h: Likewise.
12309         * config/mcore/mcore.h: Likewise.
12310         * config/mips/elf.h: Likewise.
12311         * config/mips/elf64.h: Likewise.
12312         * config/mips/iris6.h: Likewise.
12313         * config/pa/pa64-hpux.h: Likewise.
12314         * config/rs6000/sysv4.h: Likewise.
12315         * config/sh/sh.h: Likewise.
12316         * config/sparc/litecoff.h: Likewise.
12317
12318         * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
12319         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
12320         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12321         * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12322         (ASM_OUTPUT_DESTRUCTOR): Remove.
12323         * config/a29k/a29k.c: Move include of tree.h.
12324         * config/a29k/udi.h: Delete file.
12325         * config/alpha/alpha.c (vms_asm_out_constructor): New.
12326         (vms_asm_out_destructor): New.
12327         * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
12328         (EXTRA_SECTION_FUNCTIONS): Likewise.
12329         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12330         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12331         * config/c4x/c4x.c: Move include of tree.h.
12332         * config/clipper/clipper.c (clix_asm_out_constructor): New.
12333         (clix_asm_out_destructor): New.
12334         * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12335         (ASM_OUTPUT_DESTRUCTOR): Remove.
12336         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12337         * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12338         (TARGET_ASM_CONSTRUCTOR): New.
12339         * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
12340         (sco_asm_out_constructor): New.
12341         * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
12342         * config/i386/svr3gas.h: Remove stack grows up code.
12343         Remove code duplicated from i386/sysv3.h.
12344         (TARGET_ASM_CONSTRUCTOR): New.
12345         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12346         (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
12347         * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12348         (TARGET_ASM_CONSTRUCTOR): New.
12349         * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
12350         (m68hc11_asm_out_destructor): New.
12351         * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
12352         (TARGET_ASM_DESTRUCTOR): New.
12353         * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
12354         * config/m68k/dpx2.h: Properly undef all the bits inherited from
12355         config/svr3.h pertaining to section manipulation.
12356         * config/m68k/dpx2g.h: Remove #if 0 code.
12357         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
12358         * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
12359         (ASM_OUTPUT_CONSTRUCTOR): Remove.
12360         (TARGET_ASM_CONSTRUCTOR): New.
12361         * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
12362         (m88k_svr3_asm_out_constructor): New.
12363         (m88k_svr3_asm_out_destructor): New.
12364         * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12365         (ASM_OUTPUT_DESTRUCTOR): Remove.
12366         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12367         * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
12368         * config/rs6000/aix.h: Likewise.
12369         * config/mips/rtems64.h: Don't undef removed constructor related bits.
12370         * config/mips/vxworks.h: Likewise.
12371         * config/rs6000/lynx.h: Likewise.
12372         * config/sh/elf.h: Likewise.
12373         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
12374         (DTORS_SECTION_ASM_OP): New.
12375         * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12376         (ASM_OUTPUT_DESTRUCTOR): Remove.
12377         * config/sparc/sol2-sld-64.h: Likewise.
12378         * config/vax/vax.c (vms_asm_out_constructor): New.
12379         (vms_asm_out_destructor): New.
12380         * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12381         (ASM_OUTPUT_DESTRUCTOR): Remove.
12382         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12383
12384         * doc/tm.texi (@node Initialization): Update.
12385
12386 2001-08-09  Richard Henderson  <rth@redhat.com>
12387
12388         * config/alpha/crtbegin.asm (__JCR_LIST__): New.
12389         (__do_global_dtors_aux): Use gp-relative static data to avoid
12390         one dynamic relocation.
12391         (__do_frame_setup): Register Java classes.
12392         * config/alpha/crtend.asm (__JCR_END__): New.
12393
12394 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
12395
12396         * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
12397         (CONFIG_H, TCONFIG_H, TM_P_H): Update.
12398         (GEN, STAGESTUFF): Add new files.
12399         (insn-constants.h, s-constants, tm-preds.h, s-preds,
12400         genconstants, genpreds, genconstants.o, genpreds.o): New rules.
12401         (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
12402         * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
12403         as well as insn-codes.h and insn-flags.h in config.h; and no
12404         extra headers in tconfig.h and hconfig.h.
12405
12406         * gencodes.c: Eliminate code to generate predicate declarations
12407         or #defines for md-file constants.
12408         * genconstants.c, genpreds.c: New files.
12409
12410         * i386.md: Re-order guard expressions such that TARGET_64BIT
12411         comes first, when this permits better optimization.  Add
12412         TARGET_64BIT to more x86-64 patterns.  Add comment explaining
12413         why this is desirable.
12414
12415 2001-08-09  Jakub Jelinek  <jakub@redhat.com>
12416
12417         * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
12418         (find_fde_for_dso): Remove.
12419         (_Unwind_IteratePhdrCallback): New.
12420         (_Unwind_FindTableEntry): Use dl_iterate_phdr.
12421         * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
12422
12423 Thu Aug  9 11:30:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12424
12425         * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
12426         (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
12427
12428 2001-08-09  Graham Stott  <grahams@redhat.com>
12429
12430         * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
12431         (vis_no_unit): Use it.
12432         (visualize_no_unit): Add the insn only if room exists.
12433
12434 2001-08-09  Graham Stott  <grahams@redhat.com>
12435
12436         * predict.c (estimate_probability): Replace magic numbers with
12437         appropriate enumeration.
12438
12439 2001-08-09  Graham Stott  <grahams@redhat.com>
12440
12441         * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
12442         parameter.
12443         (EXTRACT_FLAGS): Likewise.
12444
12445 2001-08-09  Aldy Hernandez  <aldyh@redhat.com>
12446
12447         * config/mips/mips.c    (mips_legitimate_address_p): Check for
12448         CONST_INT in last patch.
12449
12450 2001-08-08  Anthony Green  <green@redhat.com>
12451
12452         * java/class.c (emit_register_classes): Use assemble_jcr if
12453         possible.  Keep the original mechanism as a fallback.
12454         * defaults.h (JCR_SECTION_NAME): Define if we have named section
12455         and weak symbol support.
12456         * crtstuff.c (__JCR_LIST__): Define.
12457         (__JCR_END__): Define.
12458         (_Jv_RegiserClasses): Define weak symbol if possible.
12459         (__do_global_ctors_aux): Register classes for ELF targets with
12460         weak symbol support.
12461
12462 2001-08-08  Kazu Hirata  <kazu@hxi.com>
12463
12464         * dbxout.c: Fix comment formatting.
12465         * dependence.c: Likewise.
12466         * df.c: Likewise.
12467         * diagnostic.c: Likewise.
12468         * dominance.c: Likewise.
12469         * doprint.c: Likewise.
12470         * dwarf2out.c: Likewise.
12471         * dwarfout.c: Likewise.
12472         * emit-rtl.c: Likewise.
12473         * except.c: Likewise.
12474         * explow.c: Likewise.
12475         * expmed.c: Likewise.
12476         * expr.c: Likewise.
12477         * flow.c: Likewise.
12478         * fold-const.c: Likewise.
12479         * function.c: Likewise.
12480
12481 2001-08-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12482
12483         * global.c (retry_global_alloc): Avoid shadowing allocno.
12484
12485 2001-08-08  Mark Mitchell  <mark@codesourcery.com>
12486
12487         * except.c (remove_fixup_regions): Fix typo.
12488
12489 2001-08-08  Jan van Male <jan.vanmale@fenk.wau.nl>
12490
12491         * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
12492         unsigned HOST_WIDE_INT to avoid warning.
12493         * final.c (final): Cast INSN_UID to unsigned to avoid warning.
12494         * flow.c (set_block_for_new_insns): Likewise.
12495
12496 Wed Aug  8 21:08:14 CEST 2001  Jan Hubicka  <jh@suse.cz>
12497
12498         * sibcall.c (return_value_pseudo): New static variable.
12499         (skip_copy_to_return_value): Handle return_value_pseudo.
12500         (call_ends_block_p): Ensure that return_value_pseudo is set.
12501         (optimize_sibling_and_tail_recursive_call): Discover the
12502         load of pseudo return value in alternate exit block.
12503
12504 Wed Aug  8 21:06:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
12505
12506         * calls.c (ECF_ALWAYS_RETURN): New constant.
12507         (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
12508         (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
12509         (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
12510         * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
12511         * rtl.c (reg_note_name): New name.
12512         * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
12513
12514 2001-08-07  Aldy Hernandez  <aldyh@redhat.com>
12515
12516         * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
12517
12518 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
12519
12520         * alias.c (get_alias_set): Return a previously calculated
12521         alias set for a VAR_DECL.
12522         * function.c (gen_mem_addressof): Calculate the alias set before
12523         touching the RTL.
12524
12525 Wed Aug  8 18:44:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
12526
12527         * predict.def: Set hitrates according our experimental run.
12528
12529 Wed Aug  8 18:01:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
12530
12531         * i386.h (HARD_REGNO_RENAME_OK): New macro.
12532
12533 2001-08-08  H.J. Lu <hjl@gnu.org>
12534
12535         * config/mips/mips.c (mips_unique_section): New. Copied from
12536         config/mips/elf.h.
12537
12538         * config/mips/mips-protos.h (mips_unique_section): New
12539         prototype.
12540
12541         * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
12542
12543         * config/mips/little.h: New. Generic little endian mips
12544         targets. Only mips*-*-linux* is converted to use it so far.
12545
12546         * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
12547         (WCHAR_TYPE): Defined
12548         (WCHAR_TYPE_SIZE): Likewise.
12549         (INIT_SUBTARGET_OPTABS): Likewise.
12550         (BSS_SECTION_ASM_OP): Likewise.
12551         (SBSS_SECTION_ASM_OP): Likewise.
12552         (ASM_OUTPUT_ALIGNED_BSS): Likewise.
12553         (ASM_DECLARE_OBJECT_NAME): Likewise.
12554         (UNIQUE_SECTION): Likewise.
12555         (EXTRA_SECTIONS): Likewise.
12556         (ASM_OUTPUT_CONSTRUCTOR): Likewise.
12557         (ASM_OUTPUT_DESTRUCTOR): Likewise.
12558         (ASM_OUTPUT_DEF): Likewise.
12559         (HANDLE_SYSV_PRAGMA): Removed.
12560         (NO_IMPLICIT_EXTERN_C): Likewise.
12561         (TARGET_MEM_FUNCTIONS): Likewise.
12562         (STARTFILE_SPEC): Likewise.
12563         (ENDFILE_SPEC): Likewise.
12564         (LIB_SPEC): Likewise.
12565         (INVOKE__main): Likewise.
12566         (CTOR_LIST_BEGIN): Likewise.
12567         (CTOR_LIST_END): Likewise.
12568         (DTOR_LIST_BEGIN): Likewise.
12569         (DTOR_LIST_END): Likewise.
12570         (SET_ASM_OP): Likewise.
12571         (ASM_OUTPUT_SOURCE_LINE): Likewise.
12572         (ASM_OUTPUT_DEF): Likewise.
12573         (ASM_OUTPUT_IDENT): Likewise.
12574
12575         * config/mips/mips.h (ASM_SPEC): Undefine before define.
12576         (CPLUSPLUS_CPP_SPEC): Likewise.
12577         (ASM_APP_ON) Redefine only if not defined.
12578         (ASM_APP_OFF): Likewise.
12579         (ASM_OUTPUT_SOURCE_LINE): Likewise.
12580         (ASM_OUTPUT_IDENT): Likewise.
12581
12582         * config.gcc: Update tm_file for Linux/mips.
12583
12584 2001-08-08  Bernd Schmidt  <bernds@redhat.com>
12585
12586         * cselib.c (cselib_record_sets): If insn is predicated, turn
12587         sources into IF_THEN_ELSEs.
12588
12589         * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
12590         Turn into define_insn_and_split.
12591
12592         * sched-deps.c: Include "cselib.h".
12593         (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
12594         Use cselib to turn memory addresses into VALUEs.
12595         (sched_analyze): Call cselib_init/cselib_finish if necessary.
12596         * sched-int.h (struct sched_info): New member USE_CSELIB.
12597         * sched-ebb.c (ebb_sched_info): Initialize it.
12598         * sched-rgn.c (rgn_sched_info): Likewise.
12599         * Makefile.in (sched-deps.o): Update dependencies.
12600
12601         * cselib.h (cselib_subst_to_values): Declare.
12602         * cselib.c (cselib_subst_to_values): No longer static.  Allow MEMs
12603         that have no value and autoincs to be handled by generating a new
12604         dummy value.
12605
12606 2001-08-08  Graham Stott  <grahams@redhat.com>
12607
12608         * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
12609         within fixed length SEQUENCE.
12610
12611 2001-08-08  Graham Stott  <grahams@redhat.com>
12612
12613         * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
12614         (diagnostic_prefixing_rule): Likewise.
12615         (diagnostic_line_cutoff): Likewise.
12616         (diagnostic_kind_count): Likewise.
12617
12618 2001-08-08  Graham Stott  <grahams@redhat.com>
12619
12620         * alias.c (find_base_decl): Delete redundent assignment.
12621
12622 2001-08-08  Graham Stott  <grahams@redhat.com>
12623
12624         * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
12625         (abs): Uppercase and paranthesize macro parameter.
12626         (MEM_DEPENDENCY): Add whitespace.
12627
12628 2001-08-08  Graham Stott  <grahams@redhat.com>
12629
12630         * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
12631         failure check for CONST_INT
12632
12633 2001-08-08  Graham Stott  <grahams@redhat.com>
12634
12635         * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
12636         (libcall_dead_p): Likewise.
12637
12638         (mark_used_regs): Constify fmt.
12639         (find_use_as_address): Likewise.
12640
12641 2001-08-08  Graham Stott  <grahams@redhat.com>
12642
12643         * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
12644          parameter.
12645
12646 2001-08-08  Graham Stott  <grahams@redhat.com>
12647
12648         * combine.c (combine_simplify_rtx): Update comment and
12649         remove erroneous test.
12650
12651 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12652
12653         * cppinit.c (cpp_finish): Pop the final buffer without comment.
12654         * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
12655         take care to avoid multiple no-newline at EOF warnings in that
12656         case.
12657
12658 Tue Aug  7 22:18:06 CEST 2001  Jan Hubicka  <jh@suse.cz>
12659
12660         * calls.c (expand_call): Do not emit INSN_SETJMP note.
12661         (emit_library_call_value_1): Likewise.
12662         (emit_call_1): Emit REG_SETJMP note.
12663         * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
12664         of INSN_SETJMP
12665         * cselib.c (cselib_process_insn): Likewise.
12666         * flow.c (propagate_block): Likewise.
12667         * loop.c (find_and_verify_loops): Likewise.
12668         * reload.c (find_equiv_regs): Likewise.
12669         * reload1.c (reload): Likewise.
12670         * resource.c (mark_referenced_resources,
12671         mark_set_resources): Likewise.
12672         * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
12673         * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
12674         * haifa-sched.c (unlink_other_notes): Likewise.
12675         (reemit_notes): Likewise.
12676         * sched-ebb.c (sched_ebb): Likewise.
12677         * sched-rgc.c (sched_region): Likewise.
12678         * rtl.c (note_insn_name): Likewise.
12679         (reg_note_name): Add REG_SETJMP
12680         * rtl.h (reg_note): Add REG_SETJMP.
12681         (insn_note): Remove NOTE_INSN_SETJMP.
12682
12683         * profile.c (branch_prob): Add fake edges for setjmp.
12684
12685 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>
12686
12687         * config.gcc: Quote target_cpu_default2 correctly for
12688         powerpc*-*-* targets.
12689
12690 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12691
12692         * cpplib.h, line-map.h: Update comments.
12693         * cppmain.c (printer_init): Move inline.
12694         (maybe_print_line, print_line): Take a map pointer.
12695         (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
12696         (cb_file_change): Don't use prior value of print.map.
12697
12698 2001-08-07  David Edelsohn  <edelsohn@gnu.org>
12699
12700         * doc/install.texi: Document fine-grained multilib configuration.
12701
12702 Tue Aug  7 16:52:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
12703
12704         * rtlanal.c (find_first_parameter_load): Call note_stores
12705         only on the instructions.
12706
12707 Tue Aug  7 14:56:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
12708
12709         * alias.c (nonlocal_mentioned_p):
12710         Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
12711         * calls.c (emit_call_1): Likewise.
12712         * cse.c (cse_insn, invalidate_skipped_block): Likewise.
12713         * cselib.c (cselib_process_insn): Likewise.
12714         * df.c (df_insns_modify): Likewise.
12715         * flow.c (need_fake_edge_p): Likewise.
12716         (propagate_one_insn): Likewise.
12717         * haifa-sched.c (reemit_notes): Likewise.
12718         * integrate.c (copy_insn_list): Likewise.
12719         * jump.c (delete_prior_computation): Likewise.
12720         * local-alloc.c (validate_equiv_mem): Likewise.
12721         * loop.c (scan_loop): Likewise.
12722         * predict.c (estimate_probability): Likewise.
12723         * reload.c (reload): Likewise.
12724         * sched-deps (sched_analyze): Likewise.
12725         * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
12726         * gcse.c (compute_hash_table): Likewise.
12727         (mark_call): Likewise.
12728         (store_killed_in_insn): Likewise.
12729
12730 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
12731
12732         * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
12733
12734 2001-08-06  Richard Henderson  <rth@redhat.com>
12735
12736         * varasm.c (assemble_gc_entry): Remove.
12737         * output.h: Likewise.
12738
12739 2001-08-06  Richard Henderson  <rth@redhat.com>
12740
12741         * varasm.c (assemble_constructor): Take a symbol_ref and a
12742         priority instead of a bare string.  Move priority handling
12743         here from cp/decl2.c.
12744         * output.h: Update decls.
12745
12746         * c-decl.c (c_expand_body): Update calls to assemble_constructor
12747         and assemble_destructor.
12748         * profile.c (output_func_start_profiler): Likewise.
12749         * objc/objc-act.c (finish_objc): Likewise.
12750         (build_module_descriptor): Return the symbol not the symbol name.
12751
12752 2001-08-06  David Edelsohn  <edelsohn@gnu.org>
12753
12754         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
12755         * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
12756         ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
12757         * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
12758         * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
12759         * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
12760
12761 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12762
12763         * cpperror.c (print_containing_files): Moved to line-map.c.
12764         (print_location): line-map.c handles re-listing or otherwise.
12765         * cpphash.h (struct lexer_state): Remove next_bol.
12766         (struct cpp_buffer): Remove include_stack_listed.
12767         * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
12768         Remove faked buffer handling.
12769         (_cpp_do_file_change): Tweak.
12770         * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
12771         * cppmain.c (struct printer): Remove filename.
12772         (print_line, cb_file_change): Update accordingly.
12773         * line-map.c: Include intl.h.
12774         (init_line_maps): Initialize last_listed.
12775         (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
12776         (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
12777         (print_containing_files): New.
12778         * line-map.h (struct line_maps): New member last_listed.
12779         (print_containing_files, INCLUDED_FROM): New.
12780         * Makefile.in: Update.
12781         * po/POTFILES.in: Add line-map.c.
12782
12783 2001-08-06  Richard Henderson  <rth@redhat.com>
12784
12785         * except.c (convert_from_eh_region_ranges_1): Never mark
12786         USE or CLOBBER insns as throwing.
12787
12788         * expr.c (store_constructor): Don't clobber memory targets.
12789
12790 2001-08-06  Andreas Jaeger  <aj@suse.de>
12791
12792         * profile.c (branch_prob): Remove unused variable insn.
12793
12794         * Makefile.in (local-alloc.o): Add dependency on except.h.
12795
12796         * local-alloc.c: Include except.h for can_throw_internal prototype.
12797
12798 2001-08-06  Richard Henderson  <rth@redhat.com>
12799
12800         * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
12801         * function.c (expand_main_function): Implement it.
12802         * doc/tm.texi: Document it.
12803
12804 2001-08-06  Stan Shebs  <shebs@apple.com>
12805
12806         * doc/install.texi: Document powerpc-*-darwin* details.
12807
12808 2001-08-06  Daniel Berlin  <dan@cgsoftware.com>
12809
12810         * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
12811         (ASM_CPU_SPEC): Move back to rs6000.h
12812         #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
12813
12814         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
12815
12816         * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
12817         readded.
12818
12819         * config/rs6000/linux64.h: Ditto.
12820
12821         * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
12822         to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
12823         nothing.
12824
12825         Remove accidently readded definitions of FUNCTION_PROLOGUE,
12826         FUNCTION_EPILOGUE,  ASM_OPEN_PAREN, ASM_CLOSE_PAREN
12827
12828         * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
12829         to rs6000.h
12830
12831 2001-08-05  Richard Henderson  <rth@redhat.com>
12832
12833         * local-alloc.c (update_equiv_regs): Do not move insns that
12834         can throw.
12835
12836 2001-08-05  Jan Hubicka  <jh@suse.cz>
12837
12838         * Makefile.in (reload1.o): Add dedendancy on except.h
12839         * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
12840         prototypes.
12841         * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
12842         indicating wehther edges has been cleaned up.
12843         * reload1.c: Inlucde except.h
12844         (fixup_abnormal_edges): Accept deleted insns.
12845         * toplev.c (rest_of_compilation): Purge dead edges unconditionally
12846         after combine.
12847
12848 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12849
12850         * cpplib.c (do_line): Correct line number after pop_buffer.
12851
12852 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12853
12854         PR preprocessor/3824
12855         * line-map.c: Update comments.
12856         * line-map.h: Update comments.
12857         * tradcif.y: Don't consider large numbers unsigned.
12858
12859 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12860
12861         PR preprocessor/3081
12862         * c-lex.c (map): New.
12863         (cb_file_change): Update map and use it.
12864         (cb_def_pragma, cb_define, cb_undef): Use map and line.
12865         (c_lex): Update to use map.
12866         * cpperror.c (print_location): Move to using logical line numbers.
12867         * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
12868         (cpp_make_system_header): Similarly.
12869         (_cpp_execute_include): Stop line numbering hacks.  Store the
12870         line we will return to.
12871         * cpphash.h (CPP_BUF_LINE): Remove.
12872         (struct cpp_buffer): Remove lineno and pseudo_newlines.
12873         Add map and return_to_line.
12874         (_cpp_do_file_change): Update.
12875         * cppinit.c (cpp_start_read): Update line kludge.
12876         * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
12877         (trigraph_ok): Use logical line numbers for diagnostics.
12878         (skip_block_comment): Likewise.
12879         (skip_whitespace): Likewise.
12880         (skip_line_comment): Use pfile->line instead.
12881         (_cpp_lex_token): Update to use logical line numbering exclusively.
12882         Handle BOL locally.  Accept new lines in directives, but keep
12883         pfile->line decremented.  Diagnostics use logical lines.  Update
12884         directive handling.
12885         * cpplib.c (SEEN_EOL): New.
12886         (skip_rest_of_line, check_eol): Use it.
12887         (end_directive): Increase line number when accepting the newline
12888         at the end of a directive.
12889         (run_directive): Simplify.
12890         (do_line): Bad LC_LEAVEs become LC_RENAMEs.  Update.
12891         (_cpp_do_file_change): Update to take buffer line number as an
12892         argument, and store the current map in the cpp_reader.  Remove
12893         line number kludges.
12894         (_cpp_do__Pragma): Restore output position after a _Pragma.
12895         (cpp_push_buffer): Don't set output line or lineno.
12896         (_cpp_pop_buffer): Transfer more info from a faked buffer.
12897         Remove line kludge.  Set output_line.
12898         * cppmacro.c (builtin_macro): Update handling of __LINE__.
12899         (parse_arg): Use logical lines.
12900         (save_lookahead_token): Save EOFs too now.
12901         * cppmain.c (struct printer): Fix comments.
12902         (printer_init): Simplify, let caller do errors.
12903         (scan_translation_unit, check_multiline_token, dump_macro): Update.
12904         (maybe_print_line): Simplify.
12905         (print_line): Don't print a linemarker if -P.
12906         (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
12907         (cb_file_change): Simplify.
12908         * line-map.h (LAST_SOURCE_LINE): Fix.
12909         (CURRENT_LINE_MAP): New.
12910
12911 2001-08-05  Bernd Schmidt  <bernds@redhat.com>
12912
12913         * doloop.c (doloop_modify_runtime): Properly compute number of
12914         iterations if loop was unrolled.
12915
12916         * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
12917         if their CSELIB_VAL_PTRs are.
12918
12919         * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
12920         (setup_spill_pointers): Initialize it.
12921         (spill_restore_mem): Set it.
12922         (do_spill, do_restore): Use it to add REG_INC note.
12923         * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
12924
12925         * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
12926         asms if other insns are available.
12927
12928         * config/ia64/ia64.c (condop_operator): New predicate.
12929         * config/ia64/ia64.h (PREDICATE_CODES): Add it.
12930         * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
12931         patterns.
12932
12933         * expr.c (expand_expr, case COND_EXPR): Prefer working with a
12934         temporary register than directly using a MEM.
12935
12936 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
12937
12938         * config/sh/sh.c (sh_asm_named_section): Fix typo in align
12939         parameter in last change.
12940
12941 2001-08-04  Zack Weinberg  <zackw@panix.com>
12942
12943         * sparc.md: Don't use #if inside C test expression.
12944
12945 2001-08-04  Richard Henderson  <rth@redhat.com>
12946
12947         * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
12948
12949 2001-08-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12950
12951         * cpphash.h (struct cpp_reader): New member directive_line.
12952         * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
12953         * cpplib.c (do_define, do_undef, do_ident, do_include_common,
12954         do_pragma): Pass line to callbacks.
12955         (start_directive): Record line of directive.
12956         * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
12957         cb_include): Similarly.
12958         * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
12959         Similarly.
12960
12961 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
12962
12963         * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
12964         comment.
12965
12966 Sat Aug  4 13:51:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
12967
12968         * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
12969
12970         * reload1.c (fixup_abnormal_edges): New static function.
12971         (reload): Use it.
12972
12973         * flow.c (need_fake_edge_p): New function.
12974         (flow_call_edges_add): Fix handling of noreturn and sibling calls;
12975         avoid call insn to be very last insn in the insn stream.
12976
12977         * profile.c (branch_prob): Call flow_call_edges_add instead of
12978         doing that by hand; cleanup cfg to re-merge basic blocks once
12979         we are done.
12980
12981 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
12982
12983         * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
12984         are also on line-map.h.
12985         * cppfiles.c (stack_include_file): Update.
12986         * cpphash.h (struct cpp_buffer): New member return_at_eof.
12987         (_cpp_pop_buffer): New.
12988         * cppinit.c (cpp_destroy, cpp_finish): Update.
12989         (do_includes): Mark each buffer to return at EOF.
12990         * cpplex.c (_cpp_lex_token): Pop buffers at EOF.  Continue or
12991         return as requested.
12992         * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
12993         (cpp_pop_buffer): Rename _cpp_pop_buffer.  Stop skipping.
12994         * cpplib.h (cpp_pop_buffer): Remove.
12995         (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
12996         * cppmacro.c (cpp_scan_buffer_nooutput): Similarly.  No need to pop
12997         buffers.
12998         * cppmain.c (scan_buffer): Rename scan_translation_unit.  No need
12999         to pop buffers.
13000         (do_preprocessing): Update.
13001         * fix-header.c (read_scan_file): Update.  No need to pop buffers.
13002         * c-parse.in (_yylex): Similarly.
13003         * scan-decls.c (scan_decls): Similarly.
13004         * line-map.h: Update comments.
13005
13006         * objc/Make-lang.in (objc-act.o): Update dependencies.
13007
13008 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13009
13010         * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
13011         and soft register for operand 0.
13012         ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
13013
13014 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13015
13016         * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
13017         register for operand 0.
13018         ("bitcmpqi_z_used"): Allow memory for operand 0.
13019         (split "bitcmpqi"): New split to handle address reg as operand 1.
13020
13021 2001-08-04  Andreas Jaeger  <aj@suse.de>
13022
13023         * gcse.c: Revert Daniel's last patch.
13024
13025 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
13026
13027         * sparc-protos.h: Add prototypes for fp_zero_operand and
13028         reg_or_0_operand.
13029         * sh-protos.h: Add prototype for fpul_operand.
13030
13031 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
13032
13033         * doc/extend.texi (Other Builtins): Fix typo in last change.
13034
13035 2001-08-03  Richard Henderson  <rth@redhat.com>
13036
13037         * target.h (gcc_target): Add asm_out.named_section,
13038         section_type_flags, have_named_sections.
13039         * target-def.h (TARGET_ASM_NAMED_SECTION): New.
13040         (TARGET_HAVE_NAMED_SECTIONS): New.
13041         (TARGET_SECTION_TYPE_FLAGS): New.
13042
13043         * Makefile.in (toplev.o): Depend on TARGET_H.
13044         (varasm.o, dbxout.o): Likewise.
13045         * c-common.c (decl_attributes): Check targetm.have_named_sections
13046         instead of ifdef ASM_OUTPUT_SECTION_NAME.
13047         * dbxout.c (dbxout_function_decl): Likewise.
13048         (dbxout_function_end): Likewise.
13049         * toplev.c (compile_file): Likewise.
13050         * varasm.c (exception_section): Likewise.
13051         * cp/decl2.c (finish_objects): Likewise.
13052
13053         * defaults.h (EH_FRAME_SECTION): Remove.
13054         (EH_FRAME_SECTION_ASM_OP): Remove.
13055         (EH_FRAME_SECTION_NAME): New.
13056         (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
13057         (UNIQUE_SECTION_P): Remove.
13058         * dwarf2out.c (SECTION_FORMAT): Remove.
13059         (ASM_OUTPUT_SECTION): Remove.
13060         (output_call_frame_info): Use named_section_flags.
13061         (output_comp_unit, dwarf2out_start_source_file): Likewise.
13062         (dwarf2out_end_source_file, dwarf2out_define): Likewise.
13063         (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
13064         * varasm.c (in_eh_frame, eh_frame_section): Remove.
13065         (named_section_flags): New.
13066         (named_section): Use it and targetm.section_type_flags.
13067         (resolve_unique_section): New.
13068         (assemble_start_function): Use it.
13069         (asm_emit_uninitialised, assemble_variable): Likewise.
13070         (default_section_type_flags): New.
13071         (default_no_named_section, default_elf_asm_named_section): New.
13072         (default_coff_asm_named_section, default_pe_asm_named_section): New.
13073         * output.h: Update varasm.c decls.
13074         (SECTION_*): New flags.
13075
13076         * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
13077         (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
13078
13079         * config/elfos.h (UNIQUE_SECTION_P): Remove.
13080         * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
13081         * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
13082         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
13083         * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
13084         * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
13085         * config/mips/elf.h, config/mips/elf64.h: Likewise.
13086         * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
13087         * config/pa/pa64-hpux.h,
13088
13089         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
13090         (TARGET_ASM_NAMED_SECTION): New.
13091         * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
13092         * config/alpha/vms.h, config/arm/coff.h: Likewise.
13093         * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
13094         * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
13095         * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
13096         * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
13097         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
13098         * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
13099         * config/i386/sco5.h, config/i386/win32.h: Likewise.
13100         * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
13101         * config/mcore/mcore.h, config/mips/elf.h: Likewise.
13102         * config/mips/elf64.h, config/mips/iris6.h: Likewise.
13103         * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
13104         * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
13105         * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
13106         * config/sparc/sysv4.h: Likewise.
13107
13108         * config/nextstep.h: Error until named sections implemented.
13109
13110         * config/a29k/a29k.c (a29k_asm_named_section): New.
13111         * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
13112         (vms_section_type_flags, vms_asm_named_section): New.
13113         * config/arm/arm.c (arm_elf_asm_named_section): New.
13114         * config/avr/avr.c (asm_output_section_name): Remove.
13115         * config/avr/avr-protos.h: Update.
13116         * config/c4x/c4x.c (c4x_asm_named_section): New.
13117         * config/h8300/h8300.c (h8300_asm_named_section): New.
13118         * config/i386/i386.c (sco_asm_named_section): New.
13119         * config/i386/winnt.c (SECTION_PE_SHARED): New.
13120         (i386_pe_section_type_flags): New.
13121         (i386_pe_asm_named_section): New.
13122         * config/i386/i386-protos.h: Update.
13123         * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
13124         * config/mcore/mcore.c (mcore_asm_named_section): New.
13125         * config/mips/mips.c (iris6_asm_named_section): New.
13126         * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
13127         instead of UNIQUE_SECTION_P.
13128         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
13129         (xcoff_asm_named_section): New.
13130         * config/sh/sh.c (sh_asm_named_section): New.
13131         * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
13132
13133         * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
13134         * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
13135         (EH_FRAME_SECTION_NAME): New.
13136         (EXCEPTION_SECTION): New.
13137         * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
13138         (DEBUG_*_SECTION): Remove.
13139         * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
13140         * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
13141         (EH_FRAME_SECTION_ASM_OP): Remove.
13142
13143         * doc/tm.texi (UNIQUE_SECTION_P): Remove.
13144         (ASM_OUTPUT_SECTION_NAME): Remove.
13145         (TARGET_ASM_NAMED_SECTION): New.
13146         (TARGET_HAVE_NAMED_SECTIONS): New.
13147         (TARGET_SECTION_TYPE_FLAGS): New.
13148         (EH_FRAME_SECTION_ASM_OP): Remove.
13149         (EH_FRAME_SECTION_NAME): New.
13150
13151 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
13152
13153         * builtins.c (fold_builtin_constant_p): Return integer_zero_node
13154         for complex expressions when cfun == 0.
13155         * doc/extend.texi: Document that __builtin_constant_p can be
13156         used in data initializers as well as functions.
13157
13158 2001-08-03  Alexandre Oliva  <aoliva@redhat.com>
13159
13160         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
13161         variable I locally, instead of expecting a declaration in the
13162         calling context.
13163
13164 2001-08-03  Richard Henderson  <rth@redhat.com>
13165
13166         * except.c (collect_one_action_chain): Add an explicit cleanup
13167         action if regions surrounding a catch were encoded entirely
13168         within the call-site entry.
13169
13170 2001-08-03  Richard Henderson  <rth@redhat.com>
13171
13172         * dbxout.c (dbxout_symbol_location): Flatten subregs first;
13173         don't take REGNO of a non-register.
13174
13175 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13176
13177         * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
13178         __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
13179         (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
13180         (__gthread_mutex_init_function): New function for mutex initialization.
13181
13182 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13183
13184         * Makefile.in: Revert screwed up commit.
13185
13186 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13187
13188         * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
13189         * config/m68hc11/larith.asm (_exit): Split in several sub-sections
13190         merged by linker script to get a final _exit().
13191         (__do_global_dtors): New for destructor handling in specific exit
13192         section.
13193         (__do_global_ctors): New for constructors in specific install section.
13194         (__map_data_section): Map data sections before running constructors.
13195         * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
13196         (CTORS_SECTION_ASM_OP): Define to put in readonly section.
13197         (DTORS_SECTION_ASM_OP): Likewise.
13198         (CTORS_SECTION_FUNCTION): Define to force a reference to
13199         __do_global_ctors.
13200         (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
13201
13202 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13203
13204         * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
13205
13206         * Makefile.in: Add df.h to gcse.c dependencies.
13207
13208 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13209
13210         * varasm.c (output_constant_def_contents): Use for the length of a
13211         string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
13212         depending on which is larger.
13213
13214 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13215
13216         * gcse.c: Include df.h for use as a dataflow analyzer.
13217         Remove regvec.
13218         Declaration of reg_set_info: gone.
13219         New df_analyzer variable used by store motion.
13220         (reg_set_info): Deleted.
13221         (mark_mem_regs): New function, analyze regs used by a mem.
13222         (store_ops_ok): Use dataflow analyzer results to determine if
13223         necessary regs are changed in the block.
13224         (find_moveable_store): Remove check for symbol ref, we can handle
13225         much more complex expressions now.
13226         (compute_store_table): Remove most of the code, it's unnecessary
13227         now that the dataflow analyzer records the info for us.
13228         (store_killed_after): Add parameter to say whether to do the
13229         store_ops_okay test, used to speed up testing when we already know
13230         the answer, and just want to know if the store itself was killed.
13231         (build_store_vector): Largely rewritten to calculate the various
13232         vectors properly, and somewhat optimized.
13233         (store_motion): Init the df_analyzer, get REG_DEF chains.
13234         Also handle trapping expressions (since mems almost always trap)
13235         (simple_mem): Redefine what a simple mem is.
13236
13237 2001-08-03  DJ Delorie  <dj@redhat.com>
13238
13239         * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
13240         set from a constant part of the condition.
13241
13242 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
13243
13244         * mkdeps.c (deps_add_default_target): Make local variable
13245         ``start'' a const char pointer.
13246         * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
13247
13248 2001-08-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13249
13250         * doc/install.texi (Configuration): Fix markup.
13251         (Specific, i?86-*-udk): Likewise.
13252         (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
13253         --with-gnu-ld.
13254         Document --enable-threads and --enable-libgcj status.
13255         (Specific, mips-sgi-irix*): Canonicalize triples.
13256         (Specific, mips-sgi-irix5): Warn about problems with this config.
13257         Mention required GNU as patch.
13258         Native assembler problems are fixed.
13259         (Specific, mips-sgi-irix6): Update O32 ABI support status.
13260         Document --enable-threads and --enable-libgcj status.
13261
13262 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13263
13264         * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
13265         of mkinstalldirs.
13266
13267 2001-08-03  Richard Henderson  <rth@redhat.com>
13268
13269         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
13270         constant data.
13271
13272 2001-08-03  Richard Henderson  <rth@redhat.com>
13273
13274         * rtlanal.c (find_first_parameter_load): Stop if we
13275         reach a CODE_LABEL at BOUNDARY.
13276
13277 2001-08-03  Richard Henderson  <rth@redhat.com>
13278
13279         * config/alpha/alpha.md (force_movdi): New insn.
13280         * config/alpha/alpha.c (alpha_expand_prologue): Use it.
13281         Tweek FRP marking of VMS prologue insns.
13282         * config/alpha/vms.h (EPILOGUE_USES): New.
13283
13284 2001-08-02  Richard Henderson  <rth@redhat.com>
13285
13286         * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
13287
13288 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
13289
13290         * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
13291         simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
13292         config/convex/convex.h, config/d30v/d30v.c,
13293         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
13294         config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
13295         config/mips/mips.h, config/mn10200/mn10200.h,
13296         config/mn10300/mn10300.h, config/pdp11/pdp11.md,
13297         config/v850/v850.h, config/vax/openbsd.h,
13298         config/vax/openbsd1.h, config/vax/ultrix.h,
13299         config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
13300         config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
13301         cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
13302         doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
13303         doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
13304         in comments and documentation.
13305
13306 2001-08-03  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13307
13308         * line-map.c: New.
13309         * line-map.h: New.
13310         * Makefile.in (line-map.o): New.
13311         (LIBCPP_OBJS, LIBCPP_DEPS): Update.
13312         * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
13313         * cpperror.c (print_containing_files): Similarly.
13314         (print_location): Update.  Don't output a space before _Pragma.
13315         * cppfiles.c (stack_include_file): Set to line 1 immediately.
13316         (stack_include_filee, cpp_make_system_header): Update.
13317         (_cpp_execute_include): Get logical line number right for calling
13318         as-yet-unterminated #include.
13319         * cpphash.h (struct cpp_reader): Add line_maps.
13320         (_cpp_do_file_change): Update.
13321         * cppinit.c (cpp_create_reader): Initialize line maps.
13322         (cpp_destroy): Destroy line maps.
13323         (cpp_start_read): Get logical line number right.
13324         * cpplex.c (parse_string): Only warn once for multi-line strings.
13325         Use boolean variable for null warning.
13326         * cpplib.c (_cpp_handle_directive): End the directive if it isn't
13327         already.
13328         (do_include_common): End the directive early.
13329         (do_line): Don't warn about out-of-range lines in preprocessed
13330         source.  Update.  Remove unused variables.
13331         (_cpp_do_file_change): Update for new line mapping.
13332         (pragma_cb): New typedef.
13333         (cpp_register_pragma): Stop looking ahead before calling the
13334         handler.  Clean up.
13335         (do_pragma_system_header): End directive early.
13336         (cpp_get_line_maps): New.
13337         (cpp_pop_buffer): Fudge logical line.  Update.
13338         * cpplib.h: Include line-map.h
13339         (enum cpp_fc_reason): Remove.
13340         (struct cpp_file_change): Update.
13341         (cpp_get_line_maps): New.
13342         * cppmain.c (struct_printer): New member map.
13343         (cb_file_change): Update for new mappings.
13344         * fix-header.c (cb_file_change): Similarly.
13345
13346 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13347
13348         * Makefile.in (libgcc.mk): Define mkinstalldirs.
13349         * mklibgcc.in: Use mkinstalldirs instead of mkdir.
13350
13351 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
13352
13353         * config/vax/vax.c: include expr.h.
13354
13355 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13356
13357         * Makefile.in ($(srcdir)/configure): Only rebuild in
13358         maintainer mode.
13359         ($(srcdir)/config.in): Only define in maintainer mode.
13360         ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
13361
13362 2001-08-02  David Edelsohn  <edelsohn@gnu.org>
13363
13364         * doc/install.texi (Install GCC: Binaries): Update Bull info.
13365
13366 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13367
13368         * gcc.c (set_collect_gcc_options): New function, split out from
13369         main.
13370         Ignore elided switches.
13371         (do_spec_1): Invoke before executing command.
13372         (set_input): Export.
13373         Move declaration ...
13374         * gcc.h (set_input): ... here.
13375         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
13376         file.
13377
13378 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
13379
13380         Kill -fhonor-std.
13381         * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
13382         interaction.
13383         * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
13384
13385 2001-08-02  Richard Sandiford  <rsandifo@redhat.com>
13386
13387         * mips.md (movdicc): Make conditional on TARGET_64BIT.  Likewise
13388         for the unnamed instructions it expands to.
13389
13390 2001-08-02  Richard Henderson  <rth@redhat.com>
13391
13392         * regclass.c (call_really_used_regs): Conditionally define.
13393         (init_reg_sets_1): Don't use it if not defined.
13394         (fix_register): Similarly, don't set it.
13395
13396 2001-08-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13397
13398         * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
13399         Correct comment that had been missed in the previous change.
13400
13401 2001-08-01  Stan Shebs  <shebs@apple.com>
13402
13403         * config/darwin.c (machopic_stub_name): Try matching by name.
13404         (update_stubs): New function.
13405         (darwin_encode_section_info):  Call it and update_non_lazy_ptrs
13406         unconditionally.
13407
13408 2001-08-01  Richard Henderson  <rth@redhat.com>
13409
13410         * except.c (output_function_exception_table): Use assemble_align.
13411         * varasm.c (assemble_eh_label): Remove.
13412         (assemble_eh_align, assemble_eh_integer): Remove.
13413
13414 2001-08-01  Robert Lipe  <robertl@caldera.com>
13415
13416         * dwarfout.c: Remove reference to README.DWARF.
13417
13418 2001-08-01  Andrew MacLeod  <amacleod@redhat.com>
13419
13420         * regclass.c (call_really_used_regs): New array for registers which
13421         are actually used by a call.
13422         (init_reg_sets_1): Initialize regs_invalidated_by_call with the
13423         new array.
13424         (fix_register): Set call_really_used too.
13425         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
13426         * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
13427
13428 2001-08-01  Richard Henderson  <rth@redhat.com>
13429
13430         * read-rtl.c (read_name): Consider \r whitespace.
13431
13432 2001-07-11  Andrew Cagney  <ac131313@redhat.com>
13433
13434         * config.gcc: Recognize powerpc-*-netbsd*.
13435
13436         * doc/install.texi (Host/target specific installation notes for
13437         GCC): Mention powerpc-*-netbsd*.
13438
13439         * config/rs6000/netbsd.h: New file.
13440         (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
13441         (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
13442         (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
13443         (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
13444         (TARGET_VERSION): Redefine.
13445
13446         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
13447         mcall-netbsd as a match for mcall-sysv.
13448         (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
13449         (ncrti.S, ncrtn.S): New targets.
13450         ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
13451
13452         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
13453         "netbsd' as a V4 ABI.
13454         (ASM_SPEC): Check for -mcall-netbsd.
13455         (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
13456         (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
13457         (LIB_SPEC, ENDFILE_SPEC): Ditto.
13458         (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
13459         (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
13460         (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
13461         (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
13462
13463         * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
13464         (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
13465
13466 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13467
13468         * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
13469         only if NO_BASE_OF_ENCODED_VALUE isn't defined.
13470         * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
13471         including "unwind-pe.h".
13472
13473 Wed Aug  1 20:01:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
13474
13475         * rs6000.md (define_splits): Kill unused constraints.
13476
13477 Wed Aug  1 20:02:12 CEST 2001 Graham Stott  <grahams@redhat.com>
13478                               Jan Hubicka  <jh@suse.cz>
13479
13480         * function.c (thread_prologue_and_epilogue_insns): Kill code
13481         dealing with non-existent CFG.
13482
13483 2001-08-01  Kazu Hirata  <kazu@hxi.com>
13484
13485         * alias.c: Fix comment formatting.
13486         * bitmap.c: Likewise.
13487         * builtins.c: Likewise.
13488         * calls.c: Likewise.
13489         * c-common.c: Likewise.
13490         * c-decl.c: Likewise.
13491         * c-dump.c: Likewise.
13492         * c-lex.c: Likewise.
13493         * collect2.c: Likewise.
13494         * combine.c: Likewise.
13495         * conflict.c: Likewise.
13496         * cppfiles.c: Likewise.
13497         * cppinit.c: Likewise.
13498         * cpplex.c: Likewise.
13499         * cpplib.c: Likewise.
13500         * cppmacro.c: Likewise.
13501         * cppspec.c: Likewise.
13502         * c-pragma.c: Likewise.
13503         * crtstuff.c: Likewise.
13504         * cse.c: Likewise.
13505         * cselib.c: Likewise.
13506         * c-semantics.c: Likewise.
13507         * c-typeck.c: Likewise.
13508
13509 2001-08-01  H.J. Lu <hjl@gnu.org>
13510
13511         * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
13512
13513 2001-08-01  H.J. Lu <hjl@gnu.org>
13514
13515         * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
13516
13517 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
13518
13519         * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
13520         contextualizing Objective-C class name lookup by the lexer.
13521         (typespec_reserved_nonattr): Disable ObjC class name lookup after
13522         seeing a TYPESPEC.
13523         (protocoldef): Add support for forward @protocol declarations.
13524         (yylexname): Suppress ObjC class name lookup in certain contexts;
13525         re-enable after lookup is complete.
13526         (_yylex): Re-enable ObjC class name lookup when certain
13527         punctuation marks are seen.
13528
13529         * objc/objc-act.c (check_protocol_recursively): New function used
13530         for finding circular dependencies in protocols.
13531         (objc_declare_protocols): New function for handling forward
13532         @protocol declarations.
13533         (receiver_is_class_object): Detect the case when 'self' is used
13534         inside of a class method.
13535         (build_message_expr): Issue a warning if class method is desired
13536         but instance method is found instead.
13537         (conforms_to_protocol): Streamline.
13538         (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
13539         protocol Foo, even if 'Bar foo' does not.
13540         (check_protocols): Streamline.
13541         (start_protocol): Add checks for circular and duplicate protocol
13542         definitions.
13543         (encode_aggregate_within): For typedefs of structs, encode the
13544         underlying struct.
13545         * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
13546         (objc_declare_protocols): New prototype.
13547
13548 2001-08-01  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13549
13550         * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
13551         * cpplex.c (handle_newline): Update prototype.  Maintain logical
13552         line number.
13553         (skip_escaped_newlines, skip_block_comment, parse_string):
13554         Update accordingly.
13555         (_cpp_lex_token): Update, and store token position within the token.
13556         * cpplib.h (struct cpp_token): Add line and column entries.
13557         * cppmacro.c (replace_args): Position stringified tokens correctly.
13558
13559 2001-08-01  Andreas Jaeger  <aj@suse.de>
13560
13561         * basic-block.h: Add prototype for last_loop_beg_note.
13562
13563 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
13564
13565         * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
13566         RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
13567         comment.
13568         (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
13569         while handling WITH_CLEANUP_EXPR node. Use second operand calling
13570         expand_decl_cleanup.
13571         * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
13572         the first RTX.
13573         (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
13574         operand while calling simple_cst_equal.
13575         * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
13576         operand is the cleanup expression, the third is the RTL_EXPR.
13577         * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
13578
13579 2001-07-31  Jeff Sturm  <jsturm@one-point.com>
13580
13581         * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
13582
13583 2001-07-31  matthew green  <mrg@eterna.com.au>
13584
13585         * config.gcc (i386-*-netbsdelf): New description.
13586         * config/i386/netbsd-elf.h: New file.
13587
13588 2001-07-30  Geoffrey Keating  <geoffk@redhat.com>
13589
13590         * loop.c (check_dbra_loop): Use single_set to compute
13591         jump_label.
13592
13593 2001-07-31  Daniel Berlin  <dan@cgsoftware.com>
13594
13595         PowerPC reorg and support for powerpc64-*-linux*.
13596
13597         Also fixes emitting of constants on 32 bit and 64 bit
13598         platforms.
13599
13600         * config.gcc: powerpc64-*-linux* is a new target.
13601         Things that needed aix.h now also include xcoff.h
13602
13603         * config/rs6000/rs6000.h: Split XCOFF specific stuff into
13604         xcoff.h.
13605         Move AIX specific stuff into aix.h.
13606         (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
13607         with more than just XCOFF now.
13608         (SET_ASM_OP): Remove, now defined where needed.
13609         (FUNCTION_PROLOGUE): New macro definition.
13610         (FUNCTION_EPILOGUE): New macro definition.
13611         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
13612
13613         * config/rs6000/xcoff.h: New file.
13614
13615         * config/rs6000/linux64.h: New file.
13616
13617         * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
13618
13619 2001-07-31  Alan Modra  <amodra@bigpond.net.au>
13620
13621         * rs6000.c (print_operand_address): Handle ELF syntax.
13622         (output_toc): Simplify.  Use DOUBLE_INT_ASM_OP.
13623         * rs6000.md (load_toc_aix_di): Handle ELF syntax.
13624         * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
13625
13626 2001-07-31  David Edelsohn  <edelsohn@gnu.org>
13627
13628         * rs6000.c (rs6000_override_options): Only disable
13629         flag_function_sections for XCOFF.
13630         (exact_log2_cint_operand): New predicate.
13631         (reg_or_{add,sub}_cint64_operand): New predicates.
13632         (add_operand): Compare CONST_INT with fewer function calls.
13633         (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
13634         (print_operand, case 'p'): Ensure positive operand.
13635         (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
13636         * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
13637         (PREDICATE_CODES): Add new predicates.
13638         * rs6000.md (addsi3): Split 32-bit constants more correctly.
13639         (divsi3, modsi3): Ensure positive power-of-2.
13640         (adddi3): Use new predicate.  Split 32-bit constants more
13641         correctly.  Re-arrange splitter to handle any constant.
13642         (subdi3): Use new predicate.
13643         (divdi3, moddi3): Ensure positive power-of-2.
13644         (movdi): Use rs6000_emit_set_const.
13645         (load_toc_v4_pic_di): Delete.
13646
13647 2001-07-31  Graham Stott <grahams@redhat.com>
13648
13649         * function.c (pad_below): Revert 2001-07-26 patch.
13650
13651 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
13652
13653         * reg-stack (convert_regs_1): Fix best edge condition.
13654
13655 Tue Jul 31 15:33:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
13656
13657         * jump.c (duplicate_loop_exit_test): Better test for jumps
13658         entering the loop; create loop pre_header.
13659
13660 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
13661
13662         * doc/install.texi: Add s390 and s390x as new targets.
13663         * doc/invoke.texi: Add documentation of S/390 and zSeries
13664         target options.
13665         * doc/md.texi: Add documentation of S/390 and zSeries constraints.
13666
13667 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
13668
13669         * config/m68k/m68k.md: Replace all general_operand with
13670         nonimmediate_operand for all destinations.
13671         * config/m68k/m68k.c (not_sp_operand): Likewise.
13672
13673 Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
13674
13675         * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
13676
13677 2001-07-30  Richard Henderson  <rth@redhat.com>
13678
13679         * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
13680         * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
13681
13682 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
13683
13684         * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
13685         Add missing doc strings
13686         * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
13687         * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
13688
13689 Mon Jul 30 22:16:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
13690
13691         * i386.c (ix86_output_main_function_alignment_hack): New function.
13692         (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
13693
13694         * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
13695         edges by EDGE_DFS_BACK flag.
13696         (dump_edge_info): Add dfs_back flag.
13697         * basic-block.h (EDGE_DFS_BACK): New constant.
13698         (mark_dfs_back_edges): Declare.
13699         * alias.c (loop_p): Remove.
13700         (mark_constant_function): Use mark_dfs_back_edges.
13701
13702         * reg-stack.c (block_info_def): Add predecessors counter and stack_out.
13703         (reg_to_stack): Call mark_dfs_back_edges; count the predecessors.
13704         (compensate_edge): Break out from ...
13705         (convert_regs_1): ... here; do smart choosing of stack_out to copy.
13706         (convert_regs_2): Set block_done once block is really done;
13707         Do updating of the predecessors counts.
13708
13709         * toplev.c (rest_of_compilation): Recompute block_for_insn
13710         before post-reload cfg_cleanup.
13711         * function.c (thread_prologue_epilogue_insns):
13712         Call set_block_for_new_insns when emitting prologue directly.
13713
13714 2001-07-30  Andreas Jaeger  <aj@suse.de>
13715
13716         * jump.c: Add prototype for mark_modified_reg.
13717
13718         * cse.c (set_live_p): Add unused attribute.
13719
13720         * gcov.c (calculate_branch_probs): Use gcov_type to avoid
13721         overflow.
13722         (scan_for_source_files): Use long for count to avoid overflow.
13723         (output_data): Likewise.
13724         (output_data): Don't use string concatatenation to silence gcc
13725         -traditional.
13726
13727         * predict.c: Fix typos and grammar.
13728
13729         * gcse.c (insert_insn_end_bb): Remove unused variables.
13730
13731 Mon Jul 30 21:54:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
13732
13733         * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
13734         (attempt_auto_inc): LIkewise.
13735         (mark_used_reg): Likewise.
13736         (try_pre_increment_1): Likewise.
13737         * regclass.c (regclass): Likewise.
13738         * global.c (allocno_compare): Update comment; change scaling factor.
13739         * local-alloc.c (QTY_CMP_PRI): Likewise.
13740         * regs.h (REG_FREQ_FROM_BB): New.
13741         (REG_FREQ_MAX): Likewise.
13742
13743 2001-07-30  H.J. Lu <hjl@gnu.org>
13744
13745         * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
13746         -D_GNU_SOURCE.
13747
13748 2001-07-30  H.J. Lu  (hjl@gnu.org)
13749
13750         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
13751         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
13752         (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
13753
13754 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
13755
13756         * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
13757         as -mthumb-interwork when -mcpu=arm7 is specified.
13758
13759 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
13760
13761         * predict.def (noreturn, loop branch, loop exit): Mark as first
13762         match heuristics.
13763
13764 Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
13765
13766         * combine.c (try_combine): Avoid barrier after noop jumps.
13767
13768 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13769
13770         * cpphash.h (struct cpp_reader): Remove import_warning.
13771         * cpplib.c (skip_rest_of_line): Don't bother turning off
13772         macro expansion.
13773         (parse_include): Move include handling to...
13774         (do_include_common): ... here.  Move import warning from...
13775         (do_import): ... here.
13776         (do_pragma_poison): Don't do a callback for poison identifiers.
13777         * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
13778         * cppmain.c (setup_callbacks): Similarly.
13779
13780 Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
13781
13782         * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
13783         handle multiple sets.
13784         * except.c (sjlj_mark_call_sites): .... here.
13785         * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
13786
13787 Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
13788
13789         Suggested by Richard Henderson and Richard Kenner:
13790         * combine.c (recog_for_combine): Use the fake recog
13791         only if instruction does not match.
13792         * rtl.h (NOOP_MOVE_INSN_CODE): New.
13793         * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
13794
13795         * combine.c (try_combine): Discover noop jump as direct jump.
13796
13797 2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
13798
13799         * df.c (df_rd_global_compute): Add successors to worklist, not
13800         current item.
13801         (df_ru_global_compute): Ditto.
13802
13803 2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
13804
13805         * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
13806         increment REG_N_SETS.
13807
13808 2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
13809
13810         * sbitmap.h: New prototype for sbitmap_a_xor_b.
13811
13812         * sbitmap.c (sbitmap_a_xor_b): New function.
13813         ifdef the basic block stuff on IN_GCC.
13814
13815 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13816
13817         * cppexp.c (parse_defined): Always record the macro name.
13818         (lex): Don't worry about identifiers, or special-case
13819         CPP_NOT here.
13820         (_cpp_parse_expr): Figure out at the end of the routine
13821         whether we saw a valid !defined() expression.
13822         * cppfiles.c (stack_include_file): Update for mi_valid.
13823         (_cpp_pop_file_buffer): Similarly.
13824         * cpplex.c (_cpp_lex_token): Similarly.
13825         * cpphash.h (enum mi_state, enum mi_ind, mi_state,
13826         mi_if_not_defined, mi_lexed): Remove.
13827         (mi_valid): New.
13828         * cpplib.c (do_if): Simplify.
13829         (do_endif, push_conditional, _cpp_handle_directive): Update
13830         for renaming of mi_state to mi_valid.
13831 doc:
13832         * cpp.texi: Add index entries for digraphs, and add comment
13833         that C++ refers to them as alternative tokens.
13834
13835 Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13836
13837         * basic-block.h (CLEANUP_PRE_LOOP): New.
13838         * except.c (finish_eh_generation): Update call of cleanup_cfg.
13839         * sibcall.c (optimize_sibling_calls): Likewise.
13840         * toplev.c (rest_of_compilation): Likewise.
13841         * flow.c (try_forward_edges): Take argument MODE;
13842         do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
13843         (try_optimize_cfg): Update call of try_forward_edges.
13844
13845 Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
13846                                 Jan Hubicka  <jh@suse.cz>
13847
13848         * (validate_replace_rtx_1): Fix simplification of MINUS.
13849
13850 2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13851
13852         PR preprocessor/3669
13853         * cppinit.c (init_dependency_output): Turn off dump requests
13854         if sending dependencies to stdout.
13855
13856 2001-07-28  Richard Henderson  <rth@redhat.com>
13857
13858         * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
13859         not optimizing.
13860
13861 2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
13862
13863         * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
13864
13865 2001-07-28  Kazu Hirata  <kazu@hxi.com>
13866
13867         * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
13868         is VAR_DECL first to prevent an ICE.
13869
13870 2001-07-28  Richard Henderson  <rth@redhat.com>
13871
13872         * varasm.c (immed_real_const_1): Don't elide special cases for
13873         nested functions.
13874         (clear_const_double_mem): Clear const_tiny_rtx too.
13875
13876 2001-07-28  Richard Henderson  <rth@redhat.com>
13877
13878         * dwarf2out.c (dw_val_class_offset): New.
13879         (struct dw_ranges_struct, dw_ranges_ref): New.
13880         (ranges_table, ranges_table_allocated): New.
13881         (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
13882         (add_AT_offset, add_ranges, output_ranges): New.
13883         (print_die, output_die): Handle dw_val_class_offset.
13884         (attr_checksum, size_of_die, value_format): Likewise.
13885         (gen_lexical_block_die): Handle non-contiguous blocks.
13886         (gen_block_die): Likewise.
13887         (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
13888         if needed.  Dump the ranges table.
13889         * final.c (final_start_function): Remove unnecessary notes and
13890         rebuild the block tree before numbering the blocks.
13891         * function.c (reorder_blocks_0): Walk the existing block tree
13892         to unmark all blocks.
13893         (reorder_blocks_1): Create block fragments when duplicate block
13894         notes are seen.
13895         (reorder_fix_fragments): New.
13896         (reorder_blocks): Call it.
13897         * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
13898
13899 2001-07-28  Richard Henderson  <rth@redhat.com>
13900
13901         * emit-rtl.c (adjust_address): Make a copy of the memory address.
13902
13903 2001-07-28  Richard Henderson  <rth@redhat.com>
13904
13905         * flow.c (add_to_mem_set_list): New function.
13906         (init_propagate_block_info): Use it.
13907         (mark_set_1): Likewise.
13908         (insn_dead_p): Canonicalize memory address for dead store
13909         comparison.  Allow wider mode stores to kill narrower mode stores.
13910         (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
13911         (invalidate_mems_from_set): Don't handle MEMs.
13912
13913 2001-07-28  Kazu Hirata  <kazu@hxi.com>
13914
13915         * config/h8300/h8300.h: Fix formatting.
13916
13917 Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
13918
13919         * basic-block.h (EDGE_FREQUENCY): New macro.
13920         * bb-reorder (fixup_reorder_chain): Set counts and frequencies
13921         for new BB/edges.
13922         * flow.c (find_sub_basic_blocks): Likewise.
13923         (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
13924         (redirect_edge_and_branch): Use EDGE_FREQUENCY.
13925
13926         * predict.c (DEF_PREDICTOR): New argument FLAGS.
13927         (HITRATE): New macro.
13928         (PRED_FLAG_FIRST_MATCH): New constant.
13929         (predictor_info): New field flgags.
13930         (combine_predictions_for_insn): Use DS theory to combine
13931         probabilities; set the edge probabilities when finished.
13932         (estimate_probability): Avoid duplicated matches
13933         of LOOP_BRANCH heuristics for nested loops; update comment.
13934         * predict.def: Add flags for each prediction, set probabilities
13935         according to B&L paper.
13936         * predict.h (DEF_PREDICTOR): New argument FLAGS.
13937
13938         * profile.c (compute_branch_probabilities):  Cleanup way the edge
13939         probabilities are computed and REG_BR_PROB notes are dropped; if
13940         values does not match, emit error.
13941         (init_branch_prob): Do error instead of warning when profile driven
13942         feedback is missing or corrupt.
13943
13944 2001-07-27  DJ Delorie  <dj@redhat.com>
13945
13946         * ifcvt.c (noce_get_alt_condition): If the condition is a compare
13947         against a constant, try to adjust the compare to have the desired
13948         constant in it so that min/max optimizations happen more often.
13949
13950 Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
13951
13952         * flow.c (last_loop_beg_note): New function.
13953         (redirect_edge_and_branch): Use it.
13954         (split_edge): Likewise.
13955
13956         * alias.c (loop_p): Avoid uninitialized memory access.
13957
13958         * flow.c (try_forward_edges): Avoid accessing freed memory.
13959
13960         * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
13961         variable access.
13962
13963 2001-07-26  Andrew Haley  <aph@redhat.com>
13964         Joern Rennecke <amylaar@redhat.com>
13965
13966         * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
13967         (SUBTARGET_CPP_ENDIAN_SPEC): New.
13968         (SUBTARGET_CPP_SPEC): New.
13969         (CPP_SPEC): Remove.
13970         * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
13971         (SUBTARGET_CPP_PTR_SPEC): New.
13972         (CPP_DEFAULT_CPU_SPEC): New.
13973         (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
13974         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
13975         (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
13976         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
13977         (SUBTARGET_CPP_SPEC): Define as an empty string.
13978
13979 2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13980
13981         * doc/install.texi (Configuration): Properly link the host
13982         specific instructions also when generating HTML.
13983
13984 Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
13985
13986         * flow.c (redirect_edge_and_branch_force): Test
13987         target->global_live_at_start.
13988
13989 2001-07-26  Richard Henderson  <rth@redhat.com>
13990
13991         * simplify-rtx.c (avoid_constant_pool_reference): Export.
13992         * rtl.h (avoid_constant_pool_reference): Declare it.
13993         * dwarf2out.c (add_location_or_const_value_attribute): Use it.
13994         (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
13995
13996 Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
13997
13998         * rtl.h (cleanup_barriers): Declare.
13999         * jump.c (cleanup_barriers): New function.
14000         * toplev.c (rest_of_compilation): Call cleanup_barriers
14001         before loop optimizer and after bb_reorder.
14002
14003         * flow.c (back_edge_of_syntactic_loop_p): New.
14004         (split_edge): Use it.
14005
14006 2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14007
14008         * glimits.h (_MACH_MACHLIMITS_H_): Delete.
14009
14010 Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
14011
14012         * cse.c (cse_process_notes): Replace any registers if the address
14013         remains valid.
14014
14015 Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
14016
14017         * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
14018         (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
14019         (propagate_block): Update prototype.
14020         * flow.c (update_life_info): Simplify the CFG and
14021         recalculate the global regs which are alive when
14022         removing dead code during a global update.
14023         (propagate_block): Return non-zero if an INSN is
14024         deleted.
14025
14026 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14027
14028         * Makefile.in (LIBICONV): Define.
14029
14030 2001-07-26  Catherine Moore  <clm@redhat.com>
14031
14032         * config/v850/v850.h (ENCODE_SECTION_INFO):  Change order
14033         of conditional to avoid tree checking errors.
14034
14035 2001-07-26  Kazu Hirata  <kazu@hxi.com>
14036
14037         * regmove.c (regmove_optimize): Don't replace a reg with
14038         another reg of a different mode.
14039
14040 2001-07-26  Andrew MacLeod  <amacleod@redhat.com>
14041
14042         * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
14043         limit length of dependency flush list.
14044         * params.h (MAX_PENDING_LIST_LENGTH): Define.
14045         * sched-int.h  (struct deps): Add pending_flush_length field.
14046         * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
14047         has 1 element in it.
14048         (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
14049         (sched_analyze): After a jump, if the pending memory flush list is too
14050         large, flush the pending lists.
14051         (init_deps): Initialize pending_flush_length to 0.
14052         * doc/invoke.texi (max_pending_list_length): Document parameter.
14053
14054 2001-07-26  Neil Booth  <neil@daikokuya.demon.co.uk>
14055
14056         * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
14057         * dbxout.c (dbxout_global_decl): Move outside #ifdef.
14058         * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
14059
14060 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14061
14062         * cpphash.h (struct_lexer_state): Delete was_skipping.
14063         Move skipping here from struct cpp_reader.
14064         * cpplex.c (parse_identifier): Update.
14065         (_cpp_lex_token): Don't skip tokens in a directive.
14066         * cpplib.c (struct if_stack): Update.
14067         (start_directive, end_directive): Don't change skipping state.
14068         (_cpp_handle_directive): Update.
14069         (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
14070         (do_else, do_endif): Update; only check for excess tokens if not
14071         in a skipped conditional block.
14072         (push_conditional): Update for new struct if_stack.
14073
14074 2001-07-26  Graham Stott  <grahams@redhat.com>
14075
14076         * function.c (locate_and_pad_parm): Also pad initial offset
14077         so that the total argument size also includes the padding.
14078
14079 2001-07-26  Graham Stott <grahams@redhat.com>
14080
14081         * gensupport.c (alter_output_for_insn): Correct enable checking failure
14082         change XSTR to XTMPL.
14083
14084         (process_one_cond_exec): Likewise
14085
14086 2001-07-25  Richard Henderson  <rth@redhat.com>
14087
14088         * varasm.c (assemble_variable): Create DECL_RTL before setting
14089         TREE_ASM_WRITTEN.
14090
14091 Thu Jul 26 00:19:30 CEST 2001  Jan Hubicka  <jh@suse.cz>
14092
14093         * predict.c (estimate_probability): Avoid duplicated predictions.
14094
14095         * loop.c (find_and_verify_loops): Grok multiple barriers.
14096
14097 Wed Jul 25 18:00:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14098
14099         * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
14100
14101         * dbxout.c: Consistently use putc instead of fputc.
14102         (print_wide_int): New function; call instead of direct fprintf.
14103         (dbxout_type_index): Adjust calls of CHARS to be more accurate.
14104         (dbxout_type_fields, dbxout_type_method_1): Likewise.
14105         (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
14106         (print_int_cst_octal): Likewise.
14107         (print_octal): Show we wrote characters.
14108         (dbxout_type): Set have_used_extensions in more places.
14109
14110 2001-07-25  Catherine Moore  <clm@redhat.com>
14111
14112         * config/v850/v850.c (v850_va_arg):  Use addr
14113         instead of valist to build incr.
14114
14115 Wed Jul 25 22:48:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
14116
14117         * flow.c (delete_dead_jumptables): New function.
14118         (life_analyzis): Call it.
14119         * bb-reorder.c (skip_insns_after_block): Handle contradictory
14120         sequences.
14121
14122 2001-07-25  Richard Henderson  <rth@redhat.com>
14123
14124         * except.c (reachable_handlers): Handle a region being removed
14125         out from under a RESX.
14126
14127 2001-07-25  Richard Henderson  <rth@redhat.com>
14128
14129         * config/alpha/alpha.c (alpha_emit_conditional_move): Always
14130         swap GE/GT if it is an fp comparison.
14131
14132 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14133
14134         * alias.c (rtx_equal_for_memref_p): Allow strings as types in
14135         operands.
14136
14137 Wed Jul 25 08:25:01 2001  Jeffrey A Law  (law@cygnus.com)
14138
14139         * ssa.c (rename_insn_1): Do not wrap an assignment to a
14140         paradoxical SUBREG inside a SEQUENCE.  Fix minor formatting
14141         glitch.
14142
14143         * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
14144         throw an exception.
14145         (visit_expression): When attempting to simplify an expression,
14146         retrieve any modes for arguments before they are simplified
14147         to constants.
14148
14149 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
14150             Janis Johnson  <janis@us.ibm.com>
14151
14152         * stmt.c (expand_goto): A nonlocal goto can be a call too.
14153         * builtins.c (expand_builtin_longjmp): Reverse label and static chain
14154         pointer parameters to match documented usage of nonlocal_goto.
14155         * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
14156         parameters to their correct order.
14157         * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
14158         parameters to their correct order.
14159
14160 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
14161
14162         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
14163
14164 2001-07-25  Jan Hubicka  <jh@suse.cz>
14165             Richard Henderson  <rth@redhat.com>
14166
14167         * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
14168         the sequence.
14169         (make_edges): New argument update_p; populate the edge cache if set.
14170         (find_basic_blocks): Update make_edges invocation.
14171
14172 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14173
14174         * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
14175
14176 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14177
14178         * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
14179         -Acpu and -Amachine.h.
14180         * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
14181         Corrected header to say ELF not a.out.
14182         * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
14183         when given -msoft-float.
14184
14185 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14186
14187         * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
14188         extra multilib parts like arm-elf.
14189         (i960-*-coff*, i960-*-rtems): Should not use collect2.
14190         (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
14191         crtfini.o as extra multilib parts.
14192
14193 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14194
14195         * configure.in: Add rtems as a supported thread model.
14196         * gthr-rtems.h: Add missing entry point __gthread_active_p.
14197         * configure: Rebuilt.
14198
14199 2001-07-24  Lars Brinkhoff  <lars@nocrew.org>
14200
14201         * stor-layout.c (get_mode_alignment): make it work when
14202         BITS_PER_UNIT is not a power of two.
14203         * builtins.c (get_pointer_alignment): Likewise.
14204
14205 2001-07-24  Richard Henderson  <rth@redhat.com>
14206
14207         * simplify-rtx.c (avoid_constant_pool_reference): Coerce
14208         the retrieved constant into the expected mode.
14209
14210 Wed Jul 25 01:41:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
14211
14212         * flow.c (try_simplify_condjump): Avoid duplicated edges.
14213         (verify_flow_info): Check for duplicated edges; clarify
14214         error reporting.
14215
14216         * flow.c (block_label): Update basic_block_for_insn.
14217         (commit_edge_insertions): Call compute_bb_for_insn.
14218
14219         * flow.c (purge_dead_edges): Handle conditional jumps and conditional
14220         returns too.
14221
14222         * flow.c (redirect_edge_and_branch,
14223         try_optimize_cfg): Use redirect_edge_succ_nodup
14224         (redirect_edge_succ_nodup): New.
14225         * basic_block.h (redirect_edge_succ_nodup): Declare.
14226
14227         * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
14228         after gcse.
14229
14230 Wed Jul 25 00:32:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
14231
14232         * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
14233         (try_crossjump_to_edge): Update commetns.
14234         (try_crossjump_bb): Likewise.
14235
14236 2001-07-24  Richard Henderson  <rth@redhat.com>
14237
14238         * combine.c (distribute_notes): Move set of need_refresh
14239         for noop_move_p down to catch all cases.
14240
14241 Tue Jul 24 20:32:44 CEST 2001  Jan Hubicka  <jh@suse.cz>
14242
14243         * recog.c (split_all_insns_noflow): New.
14244         * rtl.h (split_all_insns_noflow): Declare.
14245         * ia64.c (ia64_reorg): Use split_all_insns_noflow.
14246         * m68hc11.c (m68hc11_reorg): Likewise.
14247         * sh.c (machine_dependent_reorg): Likewise.
14248         * toplev.c (rest_of_compilation): Likewise for last split_all_insns
14249         call.
14250
14251 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
14252
14253         * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
14254         (ashlsi3_n splitter): Likewise.
14255         (lshrsi3_n splitter): Likewise.
14256
14257         (GOTaddr2picreg): Make const SImode.
14258         (sym_label2reg): Likewise.
14259         (symGOT2reg): Likewise.
14260         (symGOTOFF2reg) Likewise.
14261
14262         (casesi_worker_0): Make unspec SImode.
14263
14264 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
14265
14266         * config/sh/sh.c (barrier_align): Check that an operand really is
14267         an insn before extracting its INSN_CODE.
14268
14269 2001-07-24  Andrew Haley  <aph@cambridge.redhat.com>
14270
14271         * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
14272         dangling else.
14273
14274         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
14275         for SImode to prevent overflow.
14276
14277 2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14278
14279         * config/mips/irix6-libc-compat.c: New file.
14280         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
14281         * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
14282         passing workaround.
14283
14284 2001-07-24  lars brinkhoff  <lars@nocrew.org>
14285
14286         * rtl.texi (REG_POINTER): Document.
14287         (Machine Modes): Document BImode, OImode, PQImode, PHImode,
14288         QFmode, HFmode, TQFmode, QCmode, and HCmode.
14289
14290 Tue Jul 24 10:49:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
14291
14292         * flow.c (delete_noop_moves): Do not confuse libcall regions.
14293
14294 2001-07-23  Richard Henderson  <rth@redhat.com>
14295
14296         * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
14297
14298 2001-07-23  Kazu Hirata  <kazu@hxi.com>
14299
14300         * config/h8300/h8300-protos.h: Add a prototype for
14301         general_operand_dst_push.
14302         * config/h8300/h8300.c (general_operand_dst_push): New.
14303         * config/h8300/h8300.h (OK_FOR_T): New.
14304         (EXTRA_CONSTRAINT): Use it.
14305         * config/h8300/h8300.md (movqi_push): Remove and integrate into
14306         the existing movqi pattern.
14307         (movhi_push): Likewise.
14308
14309         * reload.c: Fix comment typos.
14310
14311 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
14312
14313         * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
14314
14315 2001-07-23  H.J. Lu  (hjl@gnu.org)
14316
14317         * doc/extend.texi: Update __builtin_return_address and
14318         __builtin_frame_address.
14319
14320 2001-07-23  Richard Henderson  <rth@redhat.com>
14321
14322         * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
14323         before CSE.
14324         * config/i386/i386.md: New setcc+movzbl peephole2.
14325
14326 2001-07-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14327
14328         * objc/Make-lang.in (objc-act.o): Depend on debug.h.
14329         * objc/objc-act.c: Include debug.h.
14330         (synth_module_prologue): Save and restore debug hooks too.
14331
14332 2001-07-23  lars brinkhoff  <lars@nocrew.org>
14333
14334         * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
14335         and C4X_FLOAT_FORMAT.
14336         (BOOL_TYPE_SIZE): Document.
14337
14338 Mon Jul 23 11:54:23 2001  Clinton Popetz  <cpopetz@cpopetz.com>
14339
14340         * unroll.c (loop_iterations): Fix miscalculation of initial
14341         giv offset.
14342
14343 2001-07-13  Andrew Haley  <aph@redhat.com>
14344
14345         * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
14346         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
14347         * config/sh/sh.c (sh_can_redirect_branch): New function.
14348         * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
14349         * reorg.c (steal_delay_list_from_target): Use
14350         MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
14351
14352 Mon Jul 23 17:20:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
14353
14354         * flow.c (try_simplify_condjump): Unlink insn chain on
14355         fallthru edge; use can_fallthru.
14356
14357 Mon Jul 23 16:03:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
14358
14359         * basic-block.h (find_sub_basic_block): Declare.
14360         * flow.c (make_edges): New arguments MIN and MAX;
14361         (find_sub_basic_blocks): Revamp to use make_edges
14362         and purge_dead_edges.
14363         (find_basic_blocks): Update call of find_sub_basic_block.
14364
14365         * recog.c (split_all_insns): Always expect CFG to be consistent;
14366         call find_sub_basic_blocks in case something has changed.
14367         * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
14368         has been built.
14369
14370         * basic-block.h (delete_noop_moves): Declare.
14371         * combine.c (combine_instructions): Call it.
14372         (recog_for_combine): Tolerate noop moves
14373         (distribute_notes): Force refresh when register dies at noop move.
14374         * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
14375         too.
14376         (life_analysis): Update delete_noop_moves call.
14377         (set_noop_p): Move too ...
14378         * rtlanal.c (noop_move_p): ... here.
14379         * rtl.h (noop_move_p): Declare.
14380
14381         * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
14382         * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
14383         after combine.
14384         * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
14385         (cprop_jump): Likewise; call purge_dead_edges if substitution succeeded.
14386
14387 2001-07-23  Hans-Peter Nilsson  <hp@bitrange.com>
14388
14389         * reload.c (push_reload): Fix typo in comment.
14390         (find_reloads_address): Ditto.
14391         (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
14392
14393 2001-07-22  Richard Henderson  <rth@redhat.com>
14394
14395         * flow.c: Grammar check and clarify a lot of comments.
14396         (try_simplify_condjump): Rename variables to be clearer.
14397         (try_forward_edges): Skip complex and fallthru edges.
14398         Rearrange tests to avoid duplicate checks.
14399         (flow_find_cross_jump): Likewise.
14400         (outgoing_edges_match): Allow match if neither branch has
14401         probability data.  Loosen probability match to 5%.
14402         (try_crossjump_to_edge): Hoist repeated indirection into
14403         local variables.
14404         (try_crossjump_bb): Don't check complex edges.  Eliminate
14405         redundant crossjump tests.
14406         (try_optimize_cfg): Fix use of bool.  Reorganize cheaper
14407         checks before more expensive checks.
14408
14409 2001-07-22  Richard Henderson  <rth@redhat.com>
14410
14411         * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
14412         INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
14413         arguments.
14414
14415 2001-07-22  Richard Henderson  <rth@redhat.com>
14416
14417         * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
14418         (const_sint32_operand): Likewise.
14419         * m68k.md (anon mulsi pattern): Use const_int_operand not
14420         const_sint32_operand.
14421         (umulsi3_highpart): Zero extend a constant input.
14422         (smulsi3_highpart): Don't bother checking SImode constant.
14423         (const_umulsi3_highpart): Give op3 DImode.
14424         (const_smulsi3_highpart): Likewise.
14425
14426 2001-07-22  Richard Henderson  <rth@redhat.com>
14427
14428         * flow.c (split_block): Make sure bb_note is included in the
14429         new block when splitting before a label.
14430
14431 Sun Jul 22 23:28:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
14432
14433         * basic-block.h (redirect_edge_and_branch_force,
14434         redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
14435         * flow.c (redirect_edge_and_branch_force,
14436         redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
14437         (redirect_edge_and_branch_force): Fix copying of lifeness information.
14438         (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
14439         * ifcvt.c (dead_or_predictable): Take BB as an new destination
14440         instead of label; update CFG after transformation.
14441         (find_if_case_1): Update call, use redirect_edge_and_branch_force
14442         for finishing the transformation; handle even case where ELSE
14443         does not follow THEN.
14444         (find_if_case_2): Update call of dead_or_predictable; simplify
14445         CFG update.
14446
14447         * emit-rtl.c (split_branch_probability): New global variable.
14448         (try_split): Take care to set split_branch_probability and
14449         create REG_BR_PROB note for new jump insns.
14450         * md.texi (define_split): Document new feature.
14451
14452         * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
14453
14454 2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>
14455
14456         * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
14457         (asm_out_file): Remove redundant declaration.
14458         (assemble_asm): Remove old #if 0 block.
14459         (assemble_variable): Remove end of function; debug output is
14460         now handled with global_decl.  Remove old #if 0 block.  Update.
14461         Remove saved_in_section and associated no-op code.
14462         * Makefile.in (varasm.o): Correct dependencies.
14463
14464 Sun Jul 22 17:55:11 2001  Alexandre Oliva  <aoliva@redhat.com>
14465
14466         * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
14467         the definition in defaults.h.
14468
14469 Sun Jul 22 21:31:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
14470
14471         * jump.c: Update comments.
14472         (delete_barrier_successors, delete_unreferenced_labels,
14473         delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
14474         delete_labelref_insn, redirect_tablejump, jump_optimize_1,
14475         jump_optimize, jump_optimize_minimal): Kill.
14476         (rebuild_jump_labels): Move code from jump_optimize_1.
14477         (purge_line_number_notes): Likewise.
14478         (copy_loop_headers): Likewise.
14479         * reg-stack.c: Update comment.
14480         * stmt.c: Likewise.
14481         * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
14482         JUMP_AFTER_REGSCAN): Kill.
14483         * toplev.c (rest_of_compilation): Use cleanup_cfg, call
14484         purge_line_number_notes and copy_loop_headers.
14485
14486 2001-07-22 Neil Booth  <neil@daikokuya.demon.co.uk>
14487            Richard Henderson  <rth@redhat.com>
14488
14489         * dbxout.c (dbxout_global_decl): New.
14490         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
14491         * sdbout.c (sdbout_finish): New.
14492         (sdbout_debug_hooks): Use it, add comments.
14493         (sdbout_global_decl): Defer initialised public vars to
14494         sdbout_finish.
14495         * varasm.c (assemble_variable): Don't output debug information
14496         for file-scope variables.
14497
14498 2001-07-22  Richard Henderson  <rth@redhat.com>
14499
14500         * config/alpha/alpha.c (get_trap_mode_suffix): New.
14501         (get_round_mode_suffix): New.
14502         (print_operand): Use them for [/].  Remove support for [&'`()+].
14503         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
14504         * config/alpha/alpha.md (attr round_suffix): New.
14505         (attr trap_suffix): New.
14506         (all insns): Set them appropriately.  Use %/ instead of the
14507         myriad punctuators.
14508
14509 2001-07-22  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14510
14511         * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
14512
14513 2001-07-22  Richard Henderson  <rth@redhat.com>
14514
14515         * regrename.c (regrename_optimize): Compute nregs for each
14516         potential target register.
14517
14518 2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
14519            Richard Henderson  <rth@redhat.com>
14520
14521         * dbxout.c (dbxout_global_decl): New.
14522         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
14523         * sdbout.c (sdbout_finish): New.
14524         (sdbout_debug_hooks): Use it, add comments.
14525         (sdbout_global_decl): Defer initialised public vars to
14526         sdbout_finish.
14527         * varasm.c (assemble_variable): Don't output debug information
14528         for file-scope variables.
14529
14530 2001-07-21  H.J. Lu  (hjl@gnu.org)
14531
14532         * config/mips/mips.c (mips_cpu): Moved into ...
14533         (override_options): Here.
14534
14535         * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
14536         mips_tune.
14537         (mips_cpu): Removed.
14538
14539 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14540
14541         * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
14542         ("iorqi3"): Likewise.
14543         ("xorqi3"): Likewise.
14544         ("*addhi3"): Fix constraint to avoid reloading in a soft register.
14545         ("*subhi3_sp): Likewise.
14546         ("*subhi3"): Likewise.
14547         ("extendhisi2"): Accept D, X and Y as source operand to avoid
14548         reload problems.
14549
14550 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
14551
14552         * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
14553         * config/freebsd.h: Likewise.
14554         * config/linux.h: Likewise.
14555         * config/openbsd.h: Likewise.
14556         * config/alpha/linux-elf.h: Likewise.
14557         * config/arm/linux-elf.h: Likewise.
14558         * config/d30v/d30v.h: Likewise.
14559         * config/fr30/fr30.h: Likewise.
14560         * config/ia64/aix.h: Likewise.
14561         * config/ia64/ia64.h: Likewise.
14562         * config/mips/linux.h: Likewise.
14563         * config/pj/pj.h: Likewise.
14564         * config/rs6000/linux.h: Likewise.
14565         * config/sparc/linux.h: Likewise.
14566         * config/sparc/linux64.h: Likewise.
14567
14568 2001-07-20  Bruce Korb  <bkorb@gnu.org>
14569
14570         * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
14571         because getc() and char* may disagree on signedness.
14572
14573 2001-07-20  Richard Henderson  <rth@redhat.com>
14574
14575         * doc/rtl.texi (REG_DEAD): Update for current semantics.
14576
14577         * flow.c (try_redirect_by_replacing_jump): Correctly compute which
14578         insns to delete in the presence of cc0 in a jump insn.
14579
14580 Fri Jul 20 22:14:49 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
14581                                 Jan Hubicka  <jh@suse.cz>
14582
14583         * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
14584         of doing the change by hand.
14585
14586 Fri Jul 20 21:59:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
14587
14588         * rtlanal.c (set_noop_p): Return true for noop jumps.
14589
14590         * expr.c (emit_single_push_insn): Add call to push expander.
14591         * expr.h (optab_index): Add OTI_push
14592         (push_optab): New constant.
14593         * genopinit.c (optabs): Add push_optab.
14594         * optabs.c (init_optab): Init push optab.
14595         * md.texi (push??1): Document
14596
14597 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14598
14599         * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
14600         expand to emit the pattern; put a REG_INC note for push/pop
14601         instructions.
14602         ("movdf", "movdf_internal"): Likewise.
14603         ("movsi", "movsi_internal"): Likewise.
14604         ("movsf", "movsf_internal"): Likewise.
14605         ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
14606
14607 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14608
14609         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
14610         gen_highpart.
14611
14612 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
14613
14614         * params.def: Change default max inline insns to 100.
14615
14616 2001-07-20  Diego Novillo  <dnovillo@redhat.com>
14617
14618         * combine.c (combine_simplify_rtx): Generate a new shift operation
14619         when simplifying the first operand of a (neg (ashift)) expression.
14620
14621 2001-07-20  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
14622
14623         * regclass.c (N_REG_INTS): Use only 32 bits per element.
14624
14625 2001-07-20  Kelley Cook  <kelley.cook@home.com>
14626
14627         * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
14628         information.   Move rest into ...
14629         (*-*-solaris): ... here.  Eliminate redundant information and
14630         reword necessary packages section.  Delete 4.x assembler bug info.
14631         (sparc-sun-*): Merge into ...
14632         (sparc-sun-sunos*): here.
14633
14634 2001-07-20  Catherine Moore  <clm@redhat.com>
14635
14636         * config/v850/v850.md (casesi): Generate LABEL_REF
14637         with Pmode.
14638
14639 Fri Jul 20 14:12:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
14640
14641         * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
14642         * i386.c (ix86_zero_extend_to_Pmode): Make global.
14643         * i386.md (strclrsi expander): Use it.
14644
14645 Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
14646
14647         * integrate.c (copy_insn_list): handle
14648         NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
14649         (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
14650         identically as to CODE_LABEL.
14651
14652         * fold-const (fold): Convert A/B/C to A/(B*C) and
14653         A/(B/C) to (A/B)*C
14654
14655         * except.c (connect_post_landing_pads): Delete the RESX insns.
14656
14657 2001-07-20  Aldy Hernandez  <aldyh@redhat.com>
14658
14659         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
14660
14661         * config/mips/mips.md (nmadd/nmsub): Use macro.
14662
14663 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
14664
14665         * cppinit.c (remove_dup_dir): Make static.
14666         (remove_dup_dirs): Make static. Only warn about preempting a
14667         system directory with a non-system directory.
14668
14669 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
14670
14671         * ifcvt.c (noce_try_store_flag_constants): Correct order
14672         of parameters to trunc_int_for_mode.
14673
14674 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
14675
14676         * reorg.c (fill_simple_delay_slots): If an instruction might throw
14677         an exception that will be caught within this function, do not fill
14678         its delay slot with any subsequent instruction.
14679
14680 2001-07-19  Steve Ellcey <sje@cup.hp.com>
14681
14682         * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
14683         * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
14684         pointer extension instruction.
14685         * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
14686         * simplify-rtx.c (simplify_unary_operation) Likewise.
14687         * explow.c (convert_memory_address) Check value of
14688         POINTERS_EXTEND_UNSIGNED to avoid some conversions when
14689         less than zero.
14690         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
14691         MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
14692         * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
14693         Add Multilib Support.
14694         (POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
14695         * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
14696         Add Multilib Support.
14697         (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
14698         support.
14699         * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
14700         * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
14701         a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
14702
14703 2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
14704
14705         * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
14706         old and new operands in `<', `3' and `b'.
14707
14708 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14709
14710         * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
14711         (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
14712         (toplev.o): Don't depend on xcoffout.h.
14713         * c-decl.c: Include debug.h
14714         (duplicate_decls): Use debug hook.
14715         * dbxout.c (dbxout_source_file, dbxout_args): Make static.
14716         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14717         (dbxout_types): Remove.
14718         * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
14719         * debug.c (do_nothing_debug_hooks): Update.
14720         (debug_true_tree, debug_nothing_rtx): New.
14721         * debug.h (struct rtx_def): New.
14722         (struct gcc_debug_hooks): New hooks ignore_block,
14723         outlining_inline_function and label.
14724         (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
14725         dwarf2out_frame_finish): New.
14726         * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
14727         Make static, update prototype.
14728         (dwarf2_debug_hooks): Update.
14729         * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
14730         dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
14731         * dwarfout.c (dwarf_debug_hooks): Update.
14732         * emit-rtl.c: Include debug.h.
14733         (remove_unnecessary_notes): Use debug hook.
14734         * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
14735         (final_scan_insn): Use debug hook.
14736         * integrate.c (output_inline_function): Use debug hook.
14737         * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
14738         (sdb_debug_hooks): Update.
14739         * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
14740         * toplev.c: Don't include xcoffout.h.
14741         (note_outlining_of_inline_function, debug_ignore_block): Remove.
14742         * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
14743         Remove.
14744         * tree.h (dwarf2out_do_frame): Remove.
14745
14746 2001-07-19  Catherine Moore  <clm@cygnus.com>
14747
14748         * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
14749
14750 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
14751
14752         * reload1.c (eliminate_regs_in_insn): When updating a set
14753         to the frame pointer to the hardware frame pointer, perform
14754         the update always not just when REPLACE is set.
14755
14756         * reload1.c (choose_reload_regs): Don't inherit a reload
14757         that crosses multiple registers if registers past the first
14758         don't fit in the desired class.
14759
14760         * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
14761         when negating constants.
14762
14763 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
14764
14765         * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
14766         * doc/tree.texi: Ditto.
14767
14768 2001-07-19  Mark Kettenis  <kettenis@wins.uva.nl>
14769             Jakub Jelinek  <jakub@redhat.com>
14770
14771         * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
14772         (extract_cie_info): Handle "eh" augmentation properly,
14773         remember eh_ptr.
14774         (struct frame_state, __frame_state_for): New.
14775
14776 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14777
14778         * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
14779         HANDLE_SYSV_PRAGMA): Define.
14780         * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
14781         previous args.
14782         (copy_object): Caller changed.
14783
14784 2001-07-19  Andreas Schwab  <schwab@suse.de>
14785
14786         * configure.in (assembler dwarf2 debug_line support): Define nop
14787         insn for m68k.
14788         * configure: Regenerated.
14789
14790 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14791
14792         * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
14793         dwarfout.h.
14794         * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
14795         to conditionally compiled block.
14796         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14797         * dbxout.h (dbxout_function): Remove.
14798         * debug.c (do_nothing_debug_hooks): Update.
14799         * debug.h (struct gcc_debug_hooks): New hooks function_decl,
14800         global_decl, deferred_inline_function.
14801         * dwarf2out.c (dwarf2_debug_hooks): Update.
14802         (dwarf2out_global_decl): New.
14803         * dwarfout.c: Don't include dwarfout.h.
14804         (dwarfout_global_decl, dwarfout_function_decl,
14805         dwarfout_deferred_inline_function): New.
14806         (dwarf_debug_hooks): Update.
14807         * dwarfout.h: Remove.
14808         * final.c: Don't include dwarfout.h.
14809         * sdbout.c (sdbout_global_decl): New.
14810         (sdbout_debug_hooks): Update.
14811         * toplev.c: Don't include dwarfout.h.
14812         (check_global_declarations, rest_of_compilation): Use new debug hooks.
14813         (note_deferral_of_defined_inline_function): Remove.
14814         * toplev.h (note_deferral_of_defined_inline_function): Remove.
14815         * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
14816         * ch/lex.c: Don't include dwarfout.h.
14817         * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
14818         (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
14819         * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
14820         * cp/optimize.c: Include debug.h.
14821         (maybe_clone_body): Use debug hook.
14822         * cp/semantics.c: Include debug.h.
14823         (expand_body): Use debug hook.
14824         * po/POTFILES.in: Remove dwarfout.h.
14825
14826 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14827
14828         * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
14829         * c-parse.in (yyerror, _yylex): Similarly.
14830         * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
14831         Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
14832         Update comments.
14833         * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
14834         * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
14835
14836 2001-07-18  Jeff Sturm  <jsturm@one-point.com>
14837
14838         * dwarf2out.c (dwarf2out_abstract_function): Don't emit
14839         in-class declaration at -g1.  Fixes c++/2814.
14840
14841 2001-07-18  Richard Henderson  <rth@redhat.com>
14842
14843         * doc/md.texi (reload_in/out): Document restrictions in predicates
14844         and constraints for these patterns.  Document empty string matching
14845         ALL_REGS.
14846
14847 2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14848
14849         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
14850
14851 Wed Jul 18 20:47:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
14852
14853         * cse.c: Undo my previous patch.
14854
14855 2001-07-18  Tom Tromey  <tromey@redhat.com>
14856
14857         For PR java/2812:
14858         * configure: Rebuilt.
14859         * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
14860         instead.
14861         * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
14862
14863 Wed Jul 18 18:46:30 CEST 2001  Richard Henderson <rth@cygnus.com>
14864                                 Jan Hubicka  <jh@suse.cz>
14865
14866         * flow.c (redirect_edge_and_branch): Bail out on complex edges.
14867         (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
14868         * jump.c (mark_jump_label): Do not forward branches.
14869
14870 Wed Jul 18 18:35:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
14871
14872         * cse.c (delete_trivially_dead_insns): Delete the libcall block
14873         when return value is unused.
14874
14875 Wed Jul 18 18:28:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
14876
14877         * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
14878
14879 Wed Jul 18 12:05:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>
14880
14881         * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
14882         on error.  We can't blindly return the result of
14883         pthread_mutex_trylock because it returns a positive number on
14884         error, while we must return -1 on error.
14885         (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
14886         fixes.
14887         Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
14888
14889 2001-07-18  Andreas Jaeger  <aj@suse.de>
14890
14891         * integrate.c (output_inline_function): Correct type of debug_hooks.
14892
14893 2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
14894
14895         * combine.c (combine_simplify_rtx): DIV can be treated
14896         associatively for floats if unsafe math optimisations are enabled.
14897
14898 2001-07-17  Richard Henderson  <rth@redhat.com>
14899
14900         * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
14901
14902 2001-07-17  Richard Henderson  <rth@redhat.com>
14903
14904         * calls.c (prepare_call_address): New parameter SIBCALLP.  If true,
14905         don't force the function address into a register.
14906         (expand_call, emit_library_call_value_1): Update callers.
14907         * builtins.c (expand_builtin_apply): Likewise.
14908         * expr.h (prepare_call_address): Update decl.
14909
14910 2001-07-17  Chandrakala Chavva  <cchavva@redhat.com>
14911
14912         * config.gcc: For *-*-chorusos triplet, get chorus.h file from
14913         config directory.
14914         * config/i386/chorus.h: Move up.
14915         * config/sparc/chorus.h: Likewise.
14916         * config/rs6000/chorus.h: Likewise.
14917         * config/chorus.h: Moved here.
14918
14919 2001-07-17  Andreas Schwab  <schwab@suse.de>
14920
14921         * configure.in  (assembler eh_frame optimization): Handle big
14922         endian.
14923         * configure: Regenerated.
14924
14925 Tue Jul 17 23:43:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
14926
14927         * expr.c (epxand_expr): Convert divisions into multiplications by
14928         reciprocals if -ffast-math.
14929
14930 2001-07-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14931
14932         * dbxout.c (dbxout_really_begin_function): Rename to
14933         dbxout_begin_function.
14934         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14935         (dbxout_begin_function): Remove.
14936         (dbxout_function): Update.
14937         (dbxout_source_line): Update prototype.
14938         * dbxout.h (dbxout_begin_function): Remove.
14939         * debug.c (do_nothing_debug_hooks): Update.
14940         (debug_nothing_tree): Update.
14941         (debug_nothing_charstar_rtx): Remove.
14942         * debug.h (union tree_node): Declare.
14943         (struct rtx_def): Remove.
14944         (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
14945         begin_function.  Change source_line prototype.
14946         (debug_nothing_tree): New.
14947         (debug_nothing_charstar_rtx): Delete.
14948         (dwarf2out_begin_prologue): Moved from ...
14949         * tree.h: ... here.
14950         * dwarf2out.c (dwarf2_debug_hooks): Update.
14951         (dwarf2out_begin_prologue): Update prototype.  If genuine dwarf2
14952         debug info, call dwarf2out_source_line.
14953         (dwarf2out_souce_line): Update prototype.
14954         * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
14955         Change prototype, make static.
14956         (dwarfout_source_line): Update prototype.
14957         (dwarf_debug_hooks): Update.
14958         * dwarfout.h (dwarfout_begin_function): Remove.
14959         * final.c (final_start_function, final_scan_insn): Use appropriate
14960         debug hooks, update to use notice_source_line.
14961         (output_source_line): Rename notice_source_line.  Don't call the
14962         source_line debug hook.
14963         * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
14964         make static, update prototype.
14965         (sdbout_mark_begin_function): Rename sdbout_begin_function, update
14966         prototype.
14967         (sdbout_end_prologue): New.
14968         (sdbout_source_line): Update prototype.
14969         (sdbout_debug_hooks): Update.
14970         (sdbout_symbol): Remove unused var.
14971         * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
14972         Delete.
14973         * varasm.c: Include debug.h.
14974         (assemble_start_function): Use begin_function debug_hook.
14975         * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
14976         update with prototype.
14977         (xcoffout_source_line): Update prototype.
14978         * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
14979         update prototype.
14980         (xcoffout_source_line): Update prototype.
14981
14982 2001-07-17  Richard Henderson  <rth@redhat.com>
14983
14984         * c-typeck.c (build_binary_op): Do not shorten unsigned
14985         right shift after sign extension.
14986
14987 Tue Jul 17 16:56:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
14988
14989         * combine.c (combine_simplify_rtx): Attempt to simplify
14990         a*(b/c) as (a*b)/c for floats in unsafe_math mode.
14991
14992         * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
14993         (simplify_binary_operation, simplify_unary_operation,
14994          simplify_relational_operation): Use it.
14995
14996         * combine.c (combine_simplify_rtx): Don't do associative law
14997         on divisions; allow associative law on floats.
14998
14999 2001-07-17  H.J. Lu <hjl@gnu.org>
15000             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15001
15002         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
15003         ASM_OUTPUT_WEAK_ALIAS are defined.
15004         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
15005         * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
15006         Moved ...
15007         * config/mips/iris5.h: ... here.
15008         (HANDLE_SYSV_PRAGMA): Defined as 1.
15009         * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
15010         * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
15011         symbol.
15012
15013 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15014
15015         * c-parse.in (all_prefix_attributes): New variable.
15016         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
15017         (maybe_resetattrs): New production.
15018         (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
15019         maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
15020         notype_initdcl, nested_function, notype_nested_function,
15021         component_decl, components, components_notype,
15022         component_declarator, component_notype_declarator,
15023         absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
15024         ivars, mydecl, myparm): Update.  Avoid prefix attributes just
15025         after a comma being applied to more than one declarator.
15026         * doc/extend.texi (Attribute Syntax): Update.  Remove
15027         documentation of bugs that are no longer present.
15028
15029 2001-07-13  Eric Christopher  <echristo@redhat.com>
15030
15031         * config/mips/mips.h: Change TUNE_MIPS* options to use
15032         mips_tune.
15033         (EXTRA_SPECS): Add cc1_cpu_spec.
15034         * config/mips/mips.md (muldf3): Fix typo.
15035
15036 2001-07-16  Richard Henderson  <rth@redhat.com>
15037
15038         * config/m68k/m68k.c: Include expr.h and reload.h.
15039         (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
15040         [general int]: Use HOST_WIDE_INT_PRINT_DEC.
15041
15042 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
15043             Richard Henderson  <rth@redhat.com>
15044
15045         * cse.c (set_live_p): Take INSN argument for cc0; update callers.
15046         (insn_live_p): Fix fall off end of function.
15047         (dead_libcall_p): Remove COUNTS argument; update callers.
15048         (delete_trivially_dead_insns): Remove unused variables.
15049
15050 2001-07-17  Andreas Jaeger  <aj@suse.de>
15051
15052         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
15053         x86-64 pic support.
15054
15055         * lcm.c (optimize_mode_switching): Avoid warning for unused
15056         variable if !NORMAL_MODE.
15057
15058         * flow.c (try_crossjump_to_edge): Remove unused variable.
15059
15060 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15061
15062         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
15063         atexit declaration in stdlib.h.
15064
15065 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
15066
15067         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
15068
15069 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
15070
15071         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
15072         * except.c (finish_eh_generation): Update call of cleanup_cfg;
15073         do rebuild_jump_labels instead of jump_optimize
15074         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
15075         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
15076         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
15077
15078         * flow.c: Include timevar.h
15079         (find_basic_block): Push/pop timevar;
15080         (cleanup_cfg): Likewise.
15081         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
15082         * Makefile: Add dependencies on timevar.h
15083
15084         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
15085         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
15086
15087         * rtl.h (delete_trivially_dead_insns): Add new parameter.
15088         * toplev.c (rest_of_compilation): Update calls.
15089         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
15090         (delete_trivially_dead_insns): ... here; accept new argument
15091         preserve_basic_blocks; preserve basic blocks if set.
15092
15093         * reg-stack.c (stack_regs_mentioned): Return 0 if
15094         stack_regs_mentioned_data is not initialized.
15095         (reg_to_stack): Make stack_regs_mentioned survive after the
15096         reg-stack is completted; do not call cleanup_cfg.
15097         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
15098         make cleanup_cfg after bb-reorder to output to debug file.
15099
15100 2001-07-16  Richard Henderson  <rth@redhat.com>
15101
15102         * regclass.c (init_reg_sets): Use only 32 bits per initializer
15103         from int_reg_class_contents.
15104
15105 2001-07-16  Richard Henderson  <rth@redhat.com>
15106
15107         * hard-reg-set.h (regs_invalidated_by_call): Declare.
15108         * regclass.c (regs_invalidated_by_call): Move from cse.c.
15109         (init_reg_sets_1): Move initialization from cse_main.
15110         * cse.c (regs_invalidated_by_call): Move to regclass.c.
15111         (cse_main): Move its initialization also.
15112         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
15113         * flow.c (propagate_one_insn): Likewise.
15114         * gcse.c (compute_hash_table): Likewise.
15115         (compute_kill_rd, compute_store_table): Likewise.
15116         * sched-deps.c (sched_analyze_1): Likewise.
15117
15118 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
15119
15120         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
15121         gen_rtx_SET.
15122
15123 2001-07-16  Steve Ellcey <sje@cup.hp.com>
15124
15125         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
15126         in if statement so we don't access undefined memory.
15127
15128 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
15129
15130         * gcse.c: Update comment at top.
15131         Update comment on mem handling.
15132         mem_last_set, mem_first_set, mem_set_in_block: gone.
15133         Declaration of reg_set_info: gone.
15134         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
15135         pointless with load_killed_in_block_p (they are *more*
15136         conservative then it, not less, and less accurate).
15137         (oprs_not_set_p): Ditto.
15138         (alloc_gcse_mem): Don't allocate mem_set_in_block
15139         (free_gcse_mem): Don't free it, either.
15140         (record_last_mem_set_info): Update comment in front, remove
15141         mem_*set_* stuff. Note the reason we don't handle stores directly
15142         here.
15143         (compute_hash_table): Update comments to reflect reality. Remove
15144         mem_*set_* references.
15145         (reset_opr_set_tables): Remove mem_*set_* references.
15146         (mark_call): Ditto.
15147         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
15148         (mark_clobber): Ditto (on both parts, we double set here too).
15149         (expr_killed_p): Remove mem_set_in_block test.
15150         (compute_transp): Remove mem_set_in_block test.
15151
15152         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
15153         of edge, and removal of phi alternative to dump file.
15154         (ssa_ccp_substitute_constants): Add note about register now being
15155         constant, and which uses were replaced in what insns to dump file.
15156
15157 2001-07-16  Andreas Jaeger  <aj@suse.de>
15158
15159         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
15160         variables of type HOST_WIDEST_INT.
15161
15162         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
15163         (__bb_exit_func): Correct type of count_max to avoid overflow.
15164         (num_digits): Handle long long argument.
15165
15166         * combine.c (gen_lowpart_for_combine): Remove unused variable.
15167
15168 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15169
15170         * output.h (sdb_begin_function_line): Restore as an extern
15171         variable.
15172         * sdbout.c (sdb_begin_function_line): Make extern.
15173
15174 2001-07-15  Richard Henderson  <rth@redhat.com>
15175
15176         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
15177         * genrecog.c (maybe_both_true_mode): New.
15178         (maybe_both_true_2): Use it.
15179         (write_switch): Don't put Pmode in a switch.
15180         * rtl.c (mode arrays): Don't explicitly size them.
15181
15182 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
15183
15184         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
15185         handling; move unconditional splitting before mode switching.
15186
15187         * i386.md (type): Add fistp type.
15188         (i387, length_attr, scheduling definitions): Handle this type.
15189         (fix_trunc?f?i2): Revamp to use mode switching.
15190         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
15191         * i386.h (fp_cw_mode): New enum
15192         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
15193         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
15194
15195 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15196
15197         * Makefile.in (integrate.o): Add debug.h.
15198         * integrate.c (debug.h): Add.
15199         (output_inline_function): Save, reset, and restore debug_hooks.
15200
15201 2001-07-15  Richard Henderson  <rth@redhat.com>
15202
15203         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
15204         instead of COMPARE for the EQUIV expression.
15205
15206 2001-07-15  Richard Henderson  <rth@redhat.com>
15207
15208         * flow.c (redirect_edge_and_branch_force): Initialize
15209         global_live_at_start and global_live_at_end.
15210         (allocate_bb_life_data): Export.
15211         * basic-block.h (allocate_bb_life_data): Declare.
15212         * toplev.c (rest_of_compilation): Call it.
15213
15214 2001-07-15  Richard Henderson  <rth@redhat.com>
15215
15216         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
15217         (alpha_tablejump_best_label): New.
15218         * config/alpha/alpha-protos.h: Declare them.
15219         * config/alpha/alpha.md: Use braced strings for code blocks.
15220         (tablejump_osf): Break out add with r29.
15221         (tablejump_osf_internal): Remove.
15222         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
15223         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
15224
15225 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
15226
15227         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
15228         of the movable.
15229
15230         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
15231
15232         * i386-protos.h (ix86_split_fp_branch): Update prototype.
15233         (ix86_fp_jump_nontrivial_p): New.
15234         * i386.md (fp_jcc_?): Update call of split_fp_branch;
15235         use ix86_fp_jump_nontrivial_p.
15236         * i386.c (ix86_fp_jump_nontrivial_p): New.
15237         (ix86_split_fp_branch): Accept code instead of rtx.
15238         (ix86_expand_compare): Expand comparison early in case
15239         doing so is resonably cheap.
15240
15241 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
15242
15243         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
15244         not 'machine'.
15245         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
15246         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
15247
15248 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
15249
15250         * dbxout.c (dbxout_source_line): Make static, update prototype.
15251         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
15252         (dbxout_init, dbxout_finish, dbxout_source_line,
15253         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
15254         * dbxout.h (dbxout_source_line): Delete.
15255         * debug.c (debug_nothing_file, debug_nothing_file_int,
15256         debug_nothing_file_charstar_rtx): New.
15257         (do_nothing_debug_hooks): Update.
15258         (debug_nothing_void, debug_nothing_charstar_rtx,
15259         dwarf2out_end_epilogue): New.
15260         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
15261         * debug.h (struct rtx_def): Declare.
15262         (gcc_debug_hooks): New hooks source_line, end_epilogue
15263         and end_function.
15264         (debug_nothing_void, debug_nothing_charstar_rtx,
15265         dwarf2out_end_epilogue): New.
15266         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
15267         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
15268         (dwarf2_debug_hooks): Update.
15269         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
15270         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
15271         * dwarf2out.h (dwarf2out_source_line): Remove.
15272         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
15273         Make static, update prototype.
15274         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
15275         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
15276         (dwarf_debug_hooks): Update.
15277         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
15278         dwarfout_end_function): Remove.
15279         * final.c (profile_function): Use debug hooks for ending functions
15280         and epilogues.
15281         (output_source_line, final_end_function): Update prototype,
15282         use debug hooks.
15283         (final_start_function, final_scan_insn): Update.
15284         * output.h (sdb_begin_function_line): Remove.
15285         (final_end_function): Update prototype.
15286         * sdbout.c (sdb_begin_function_line): Make static.
15287         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
15288         (sdbout_source_line): New.
15289         (sdbout_end_epilogue, sdbout_end_function): Make static, update
15290         prototypes.
15291         (sdb_debug_hooks): Update.
15292         (sdbout_init, sdbout_source_line,
15293         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
15294         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
15295         * toplev.c (compile_file, rest_of_compilation): Update.
15296         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
15297         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
15298         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
15299         Update for prototype changes.
15300         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
15301         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
15302
15303 2001-07-15  Richard Henderson  <rth@redhat.com>
15304
15305         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
15306         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
15307         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
15308         * config/alpha/alpha.c: Likewise.
15309         * config/alpha/alpha.md: Likewise.
15310         * config/alpha/alpha32.h: Likewise.
15311         * config/alpha/vms.h: Likewise.
15312         (OPEN_VMS): Remove.
15313
15314 2001-07-14  Richard Henderson  <rth@redhat.com>
15315
15316         * config/alpha/alpha.md: Use define_constants for unspec values.
15317         Substitute throughout.
15318
15319 2001-07-14  Tim Josling  <tej@melbpc.org.au>
15320
15321         * tree.def (EXPON_EXPR) remove. Never supported anyway.
15322
15323 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15324
15325         * pa.md: Remove unused constraints from define_split's.
15326
15327 2001-04-14  Richard Henderson  <rth@redhat.com>
15328
15329         * ifcvt.c (find_cond_trap): Test for exit block.
15330
15331 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
15332
15333         Re-install recently reverted patch.
15334         * emit-rtl.c (try_split): Update mark_jump_label call.
15335         * flow.c (find_sub_basic_blocks): Likewise.
15336         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
15337         jump_back_p): Kill.
15338         (mark_all_labels): Kill second parameter.
15339         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
15340         (rebuild_jump_labels, jump_optimize_minimal): Update call
15341         of jump_optimize_1.
15342         (jump_optimize_1): Kill crossjumping code.
15343         (mark_jump_label): Kill cross_jump parameter.
15344         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
15345         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
15346         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
15347          splitting.
15348         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
15349         DFI_bpro.
15350         (dump_file_info): Likewise.
15351         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
15352         reorganize passes to do reg-stack first, bb-reorder second.
15353         * invoke.texi (-d letters doc): Remove the jump2 pass.
15354
15355 2001-07-14  Richard Henderson  <rth@redhat.com>
15356
15357         * ifcvt.c (find_cond_trap): New.
15358         (find_if_header): Call it.
15359         (merge_if_block): Relax existing jump sanity check.
15360         * jump.c (jump_optimize_1): Remove conditional trap handling.
15361
15362 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
15363
15364         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
15365         millicode.
15366         (insn_refs_are_delayed): Correct comment.
15367         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
15368         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
15369         instead of r31.  Make associated insn !TARGET_64BIT, and
15370         provide an additional 64-bit insn that clobbers r2.
15371         (divsi3): Likewise.
15372         (udivsi3): Likewise.
15373         (modsi3): Likewise.
15374         (umodsi3): Likewise.
15375
15376 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
15377
15378         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
15379
15380         * flow.c (redirect_edge_and_branch_force, split_edge,
15381         try_crossjump_to_edge): Use set_block_for_new_insns.
15382         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
15383
15384 2001-07-13  H.J. Lu  (hjl@gnu.org)
15385
15386         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
15387         the correct patch.
15388
15389 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
15390
15391         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
15392
15393 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15394
15395         * c-common.c (decl_attributes): Take a pointer to the node to
15396         which attributes are to be attached, and a flags argument.
15397         * c-common.h (enum attribute_flags): New.
15398         (decl_attributes): Update prototype.
15399         * c-decl.c (start_decl, push_parm_decl, finish_struct,
15400         finish_enum, start_function): Update calls to decl_attributes.
15401         * c-parse.in (component_declarator, component_notype_declarator,
15402         label): Update calls to decl_attributes.
15403
15404 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
15405
15406         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
15407         * config/avr/avr.c (legitimate_address_p): Return value changed
15408         from letter to register classes. For better debugging.
15409
15410 2001-07-13  Kazu Hirata  <kazu@hxi.com>
15411
15412         * jump.c (reversed_comparison_code_parts): Fix comment typos.
15413
15414 2001-07-13  H.J. Lu  (hjl@gnu.org)
15415
15416         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
15417
15418 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
15419
15420         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
15421         correctly for shared configurations.
15422         * config/t-libgcc-pic:  New.
15423         * config/{i386,m68k,sparc}/t-openbsd:  New.
15424         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
15425         Support -shared.  Support debugging libraries with -g.
15426         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
15427         frame information does not emit pointer diffs.
15428         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
15429         emit pointer diffs.
15430
15431 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
15432
15433         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
15434
15435 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
15436
15437         * combine.c (try_combine): Ensure const_int pow2 is positive.
15438
15439 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
15440
15441         * config.gcc: Add configuration for s/390.
15442         * config/s390/s390.c: New. Subroutines for code generation.
15443         * config/s390/s390.h: New. Definitions for s/390.
15444         * config/s390/s390-protos.h: New. Prototypes.
15445         * config/s390/linux.h: New. Definitions for linux for s/390.
15446         * config/s390/linux64.h: New. Definitions for linux for zSeries.
15447         * config/s390/t-linux: New. Makefile fragment.
15448         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
15449         * config/s390/fixdfdi.h: New. Fix L_fix*di.
15450
15451 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
15452
15453         * emit-rtl.c (try_split): Update mark_jump_label call.
15454         * flow.c (find_sub_basic_blocks): Likewise.
15455         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
15456         jump_back_p): Kill.
15457         (mark_all_labels): Kill second parameter.
15458         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
15459         (rebuild_jump_labels, jump_optimize_minimal): Update call
15460         of jump_optimize_1.
15461         (jump_optimize_1): Kill crossjumping code.
15462         (mark_jump_label): Kill cross_jump parameter.
15463         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
15464         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
15465         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
15466          splitting.
15467         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
15468         DFI_bpro.
15469         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
15470         reorganize passes to do reg-stack first, bb-reorder second.
15471         * invoke.texi (-d letters doc): Remove the jump2 pass.
15472
15473 2001-07-12  Steve Ellcey <sje@cup.hp.com>
15474
15475         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
15476
15477 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
15478
15479         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
15480         basic blocks.
15481         (verify_flow_info): Make diagnostics prettier.
15482
15483 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
15484
15485         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
15486
15487         * flow.c (outgoing_edges_match): Return early if condition reversal
15488         failed.
15489
15490 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
15491
15492         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
15493         (mips_move_2words): When splitting a move into two instructions,
15494         prefix the second address operand with '%D'.
15495
15496 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
15497
15498         * Makefile.in (final.o): Depend on debug.h.
15499         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
15500         (dbx_debug_hooks): Add new hooks.
15501         (xcoff_debug_hooks): New.
15502         * debug.c (debug_nothing_file_int_int): New.
15503         (do_nothing_debug_hooks): Update.
15504         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
15505         (debug_nothing_file_int_int): New.
15506         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
15507         static, update prototype.
15508         (dwarf2_debug_hooks): Update.
15509         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
15510         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
15511         static, update prototype.
15512         (dwarf_debug_hooks): Update.
15513         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
15514         * final.c: Include debug.h.
15515         (final_scan_insn): Use debug hooks when beginning and ending blocks.
15516         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
15517         static, update prototype.
15518         (sdb_debug_hooks): Update.
15519         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
15520         * toplev.c: Distinguish between xcoff and dbx.
15521
15522         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
15523         Call all debug hooks, not just dwarf ones.
15524
15525 2001-07-11  Timothy Wall  <twall@redhat.com>
15526
15527         * config.gcc: Add configuration for AIX5/IA64.
15528         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
15529         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
15530         support prefix/suffix code.
15531         * config/ia64/t-aix: New.  Makefile fragment.
15532         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
15533
15534 2001-07-11  Kazu Hirata  <kazu@hxi.com>
15535
15536         * recog.c (validate_change): Fix a comment typo.
15537
15538 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
15539
15540         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
15541         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
15542         hooks directly.
15543         * dbxout.c (dbx_debug_hooks): Add new hooks.
15544         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
15545         make static.
15546         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
15547         make static.
15548         * dbxout.h (dbxout_start_new_source_file,
15549         dbxout_resume_previous_source_file): Delete.
15550         * debug.c (do_nothing_debug_hooks): Add new hooks.
15551         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
15552         (debug_nothing_int_charstar, debug_nothing_int): New.
15553         * debug.h (gcc_debug_hooks): New hooks define, undef,
15554         start_source_file and end_source_file.
15555         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
15556         (debug_nothing_int_charstar, debug_nothing_int): New.
15557         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
15558         the conditionally compiled section.
15559         (dwarf2out_start_source_file, dwarf2out_end_source_file,
15560         dwarf2out_define, dwarf2out_undef): Make static.
15561         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
15562         dwarf2out_define, dwarf2out_undef): Remove.
15563         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
15564         (dwarfout_start_source_file, dwarfout_end_source_file,
15565         dwarfout_define, dwarfout_undef): Make static.
15566         (dwarfout_start_source_file_check,
15567         dwarfout_end_source_file_check): New.
15568         (dwarfout_define, dwarfout_finish): Update.
15569         * dwarfout.h (dwarfout_start_new_source_file,
15570         dwarfout_resume_previous_source_file, dwarfout_define,
15571         dwarfout_undef): Remove.
15572         * sdbout.c (sdb_debug_hooks): Add new hooks.
15573         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
15574         make static.
15575         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
15576         make static, take an arg.
15577         * sdbout.h (sdbout_start_new_source_file,
15578         sdbout_resume_previous_source_file): Delete.
15579         * toplev.c (debug_start_source_file, debug_end_source_file,
15580         debug_define, debug_undef): Delete.
15581         * toplev.h (debug_start_source_file, debug_end_source_file,
15582         debug_define, debug_undef): Delete.
15583
15584         * java/jcf-parse.c: Include debug.h.
15585         (parse_class_file): Update to use debug hooks directly.
15586         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
15587
15588 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15589
15590         * alias.c (set_mem_alias_set): New function.
15591         * rtl.h (set_mem_alias_set): Declare it.
15592         * builtins.c (expand_builtin_return_addr): Call it instead of
15593         using MEM_ALIAS_SET accessor.
15594         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
15595         (get_memory_rtx, expand_builtin_va_arg): Likewise.
15596         (expand_builtin_va_copy):Likewise.
15597         * caller-save.c (setup_save_areas): Likewise.
15598         * calls.c (compute_argument_addresses): Likewise.
15599         * explow.c (set_mem_attributes): Likewise.
15600         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
15601         (expand_assignment, store_constructor_field, store_field): Likewise.
15602         (expand_expr_unaligned): Likewise.
15603         * function.c (assign_stack_temp_for_type): Likewise.
15604         (put_reg_into_stack, gen_mem_addressof): Likewise.
15605         * ifcvt.c (noce_try_cmove_arith): Likewise.
15606         * reload1.c (reload, alter_reg): Likewise.
15607         * config/alpha/alpha.c (get_aligned_mem): Likewise.
15608         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
15609         (alpha_expand_unaligned_store): Likewise
15610         (alpha_expand_unaligned_load_words): Likewise.
15611         (alpha_expand_unaligned_store_words): Likewise.
15612         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
15613         (alpha_expand_epilogue): Likewise.
15614         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
15615         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
15616         * config/i386/i386.c (legitimize_pic_address): Likewise.
15617         * config/i960/i960.c (setup_incoming_varargs): Likewise.
15618         * config/ia64/ia64.c (spill_restore_mem): Likewise.
15619         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
15620         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
15621         * config/mips/mips.c (mips_va_arg): Likewise.
15622         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
15623         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
15624         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
15625         (setup_incoming_varargs, rs6000_va_arg): Likewise.
15626         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
15627         (rs6000_emit_epilogue): Likewise.
15628         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
15629         * config/sparc/sparc.c (sparc_va_arg): Likewise.
15630         * config/v850/v850.c (v850_va_arg): Likewise.
15631
15632 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
15633
15634         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
15635         when fallthru edge is present.
15636         (mege_blocks): Handle case where creation of jump insn
15637         is required.
15638
15639         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
15640         CLEANUP_POST_REGSTACK): New constants.
15641         * except.c (finish_eh_generation): Update call of cleanup_cfg,
15642         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
15643         * output.h (cleanup_cfg): Update prototype.
15644         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
15645         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
15646         cleanup_cfg call; kill missleading comment.
15647         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
15648         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
15649         parameter; control optimizations performed using it.
15650         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
15651         try_crossjump_bb): New functions.
15652
15653 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15654
15655         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
15656         extern.
15657         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
15658         pa_output_function_prologue.
15659         * pa-protos.h (pa_output_function_prologue): New prototype.
15660
15661 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15662
15663         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
15664         and low to get correct sign extension in low+high test.
15665
15666 2001-07-11  Janis Johnson <janis@us.ibm.com>
15667
15668         * gcov.c (arcdata): Use gcov_type to fix branch percentage
15669         for large hit count.
15670
15671         * profile.c (branch_prob): Fix .bbg info for computed gotos
15672         and C++ EH code.
15673
15674 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
15675
15676         * stmt.c (parse_output_constraint): New function, split out
15677         from ...
15678         (expand_asm_operands): ... here.  Use parse_output_constraint.
15679         * tree.h (parse_output_constraint): Declare it.
15680
15681 2001-07-11  Richard Henderson  <rth@redhat.com>
15682
15683         * bitmap.c: Comment some functions; fiddle whitespace.
15684         (bitmap_free): Don't export.
15685         (bitmap_element_allocate): Use memset.
15686         * bitmap.h (bitmap_free): Don't declare.
15687
15688 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
15689
15690         * gcse.c, lcm.c, sched-deps.c:
15691         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
15692
15693         * flow.c (flow_loops_find): Free dom if we found no loops, since
15694         we aren't going to save it.
15695
15696         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
15697         done.
15698
15699 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
15700
15701         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
15702
15703 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15704
15705         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
15706         #ifndef DWARF2_DEBUGGING_INFO.
15707
15708 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15709
15710         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
15711
15712 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15713
15714         * config/mips/mips.c (gen_int_relational): Tell the caller not to
15715         reverse a branch if a NE comparison is implemented with GTU.
15716
15717 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15718             H.J. Lu  <hjl@gnu.org>
15719
15720         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
15721         constant addresses.
15722         (call_internal2): Likewise.
15723         (call_value_internal1): Likewise.
15724         (call_value_internal2): Likewise.
15725         (call_value_multiple_internal1): Likewise.
15726         (call_value_multiple_internal2): Likewise.
15727
15728 2001-07-10  Kazu Hirata  <kazu@hxi.com>
15729
15730         * calls.c (emit_library_call_value_1): Fix a comment typo.
15731         * dwarf2out.c (mem_loc_descriptor): Likewise.
15732         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
15733
15734 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
15735
15736         * simplify-rtx.c (simplify_subreg): Fix typo in comment
15737
15738 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15739
15740         * recog.c (offsettable_address_p): Handle LO_SUM case.
15741         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
15742         instead of plus_constant.
15743
15744 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15745
15746         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
15747         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
15748
15749 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15750
15751         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
15752         adjust_address_nv instead of plus_constant.
15753
15754 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
15755
15756         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
15757         dwarf2out.o): Depend on debug.h, wrap long lines.
15758         * dbxout.c: Include debug.h.
15759         (dbx_debug_hooks): New.
15760         (dbxout_init): Make static, take just 2 args.
15761         (dbxout_finish): Make static.
15762         * dbxout.h (dbxout_init, dbxout_finish): Delete.
15763         * debug.c: New file.
15764         * debug.h: New file.
15765         * dwarf2out.c: Include debug.h.
15766         (dwarf2_debug_hooks): New.
15767         (dwarf2out_init): Make static.
15768         (dwarf2out_finish): Make static, take 2 args.
15769         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
15770         * dwarfout.c: Include debug.h.
15771         (dwarf_debug_hooks): New.
15772         (dwarfout_init): Make static.
15773         (dwarfout_finish): Make static, take 2 args.
15774         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
15775         * sdbout.c: Include debug.h.
15776         (sdb_debug_hooks): New.
15777         (sdbout_init): Make static, take 2 args.
15778         * sdbout.h (sdbout_init): Delete.
15779         * toplev.c: Include debug.h.
15780         (debug_hooks): New.
15781         (compile_file): Set deubg_hooks based on command line options.
15782         Use the hooks unconditionally rather than conditional compilation.
15783
15784 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
15785
15786         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
15787         first_insn_after_basic_block_note instead.
15788
15789         * df.c (df_bb_refs_unlink): #if 0 out for now.
15790
15791 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
15792
15793         * ssa.h: Add prototype for ssa_const_prop
15794         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
15795         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
15796         (ssa_fast_dce): Remove unused variable
15797
15798 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15799
15800         * diagnostic.c (finish_diagnostic): Rename to
15801         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
15802         calls thourghout.
15803
15804 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
15805
15806         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
15807         .loc support.
15808
15809         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
15810         (dump_file): Only pad the demangled name with spaces if the
15811         mangled name was padded with spaces.
15812
15813 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
15814
15815         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
15816         edge detection.
15817
15818 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15819
15820         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
15821         extraction if no direct load if either EXPAND_CONST_ADDRESS or
15822         EXPAND_INITIALIZER.
15823
15824         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
15825         whether can put offset inside LO_SUM to check mode alignment, not size.
15826
15827 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15828
15829         * doc/tm.texi (Misc): Fix thinko.
15830
15831 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
15832
15833         * regmove.c (replace_in_call_usage): Fix warnings.
15834         * sched-deps.c (add_dependence): Fix warnings.
15835         * simplify-rtx.c (simplify_subreg): Likewise.
15836         Return NULL_RTX instead of NULL.
15837
15838         * reg-stack.c (emit_swap_insn): Eliminate warnings.
15839         (subst_asm_stack_regs): Likewise.
15840
15841         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
15842         warnings.
15843
15844         * dwarf2out.c (output_call_frame_info): Declare i as int.
15845         (build_abbrev_table): Declare n_alloc as int.
15846         (dwarf2out_finish): Initialize die.
15847         * except.c: Declare sjlj_funcdef_number as unsigned.
15848         (connect_post_landing_pads): Declare j as unsigned.
15849         (convert_to_eh_region_ranges): Initialize call_site.
15850         (output_function_exception_table): Initialize tt_format_size.
15851         * expr.c (move_by_pieces_1): Initialize to1.
15852         (store_constructor): Initialize minelt and maxelt.
15853         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
15854         * function.c (instantiate_decls): Avoid signed/unsigned warning.
15855
15856         * c-decl.c (combine_parm_decls): Unused, remove.
15857         * c-tree.h: Remove prototype for combine_parm_decls.
15858
15859         * reload.c (push_reload): Fix warning.
15860         (regno_clobbered_p): Likewise.
15861         * reload1.c (replace_pseudos_in_call_usage): Likewise.
15862         (reload_combine): Likewise.
15863
15864         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
15865         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
15866         warnings.
15867         * bitmap.c (bitmap_operation): Change user.
15868         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
15869
15870 2001-07-10  Eric Christopher  <echristo@redhat.com>
15871
15872         * config/mips/mips.c (override_options): Fix typo.
15873
15874 2001-07-09  Stan Shebs  <shebs@apple.com>
15875
15876         * target.h (struct gcc_target): New fields init_builtins and
15877         expand_builtin.
15878         * target-def.h (TARGET_INIT_BUILTINS): New macro.
15879         (TARGET_EXPAND_BUILTIN): New macro.
15880         (TARGET_INITIALIZER): Add them.
15881         * builtins.c: Include target.h.
15882         (expand_builtin): Use targetm.expand_builtin.
15883         (default_init_builtins): New function.
15884         (default_expand_builtin): New function.
15885         * expr.h (default_init_builtins): Declare.
15886         (default_expand_builtin): Declare.
15887         * c-common.c (c_common_nodes_and_builtins): Use
15888         targetm.init_builtins.
15889         * defaults.h (MD_INIT_BUILTINS): Remove.
15890         * Makefile.in (builtins.o): Depend on target.h.
15891
15892         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
15893         (TARGET_EXPAND_BUILTIN): Define.
15894         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
15895         (MD_EXPAND_BUILTIN): Remove.
15896
15897         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
15898         (TARGET_EXPAND_BUILTIN): Define.
15899         (c4x_init_builtins): Make endlink arg a local.
15900         (c4x_print_operand): Fix typos in adjust_address usages.
15901         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
15902         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
15903         (MD_EXPAND_BUILTIN): Remove.
15904
15905         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
15906         (TARGET_EXPAND_BUILTIN): Define.
15907         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
15908         (ix86_init_builtins): Call new function only if TARGET_MMX.
15909         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
15910         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
15911         (MD_EXPAND_BUILTIN): Remove.
15912
15913         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
15914         (TARGET_EXPAND_BUILTIN): Define.
15915         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
15916         (MD_EXPAND_BUILTIN): Remove.
15917
15918         * doc/tm.texi: Document these changes.
15919
15920 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
15921
15922         * basic-block.h (tree_node): Forward declare if needed.
15923         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
15924         (BLOCK_HEAD_TREE): Define.
15925         (BLOCK_END_TREE): Define.
15926         (struct loops): Rename field 'tree' to 'tree_root'.
15927         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
15928         'end_tree'.
15929         (flow_loops_tree_build): Rename reference to field 'tree' to
15930         'tree_root'.
15931         (flow_loops_level_compute): Ditto.
15932         * predict.c (estimate_bb_frequencies): Ditto.
15933         * tree.h (struct tree_common): Add field 'aux'.
15934
15935 2001-07-09  Stan Shebs  <shebs@apple.com>
15936
15937         * config/darwin.c (darwin_encode_section_info): Don't mark any
15938         DECL_EXTERNAL node as defined.
15939
15940 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15941
15942         * pa.c (pa_init_machine_status, pa_mark_machine_status,
15943         pa_free_machine_status, hppa_init_pic_save): Delete.
15944         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
15945         (hppa_profile_hook): Use hppa_pic_save_rtx.
15946         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
15947         hppa_init_pic_save): Delete.
15948         (hppa_pic_save_rtx): Declare.
15949         * pa.md (call, call_value, sibcall, sibcall_value,
15950         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
15951
15952 2001-07-09  Kazu Hirata  <kazu@hxi.com>
15953
15954         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
15955         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
15956
15957 2001-07-09  Andreas Jaeger  <aj@suse.de>
15958
15959         * output.h: Add declaration of final_forward_branch_p.
15960
15961         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
15962
15963         * varray.c: Include errors.h for internal_error and trim_filename
15964         declarations.
15965
15966         * Makefile.in (varray.o): Add errors.h.
15967
15968 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
15969
15970         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
15971         * optabs.c (have_add2_insn): Check whether the add insn chosen
15972         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
15973         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
15974
15975 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
15976
15977         * Makefile.in (OBJS): Add ssa-ccp.o
15978         (ssa-ccp.o): Add dependencies.
15979         * toplev.c (DFI_ssa_ccp): New dump file enum.
15980         (dump_file): Add entry for dumping after SSA CCP.
15981         (flag_ssa_ccp): New flag variable.
15982         (f_options): Add -fssa-ccp.
15983         (rest_of_compilation): Run SSA CCP if requested.
15984         * timevar.def (TV_SSA_CCP): New timevar.
15985         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
15986         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
15987         Fix minor typo in SSA DCE documentation.
15988         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
15989         Add documentation for new dump option.  Renumber dump files
15990         appropriately.
15991
15992 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
15993
15994         * emit-rtl.c (gen_highpart_mode): New.
15995         * rtl.h (gen_highpart_mode): Declare.
15996         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
15997         operand can be VOIDmode constant.
15998
15999 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
16000
16001         * flow.c (redirect_edge_and_branch_force): New.
16002         (can_fallthru): Ensure that basic blocks are succeeding.
16003         (try_optimize_cfg): Do not delete basic block if it is the last one.
16004
16005         * flow.c (try_redirect_by_replacing_jump): Do not remove
16006         jumps with side effects, unlink chain on fallthru edge;
16007         set block for new jump instruction; avoid basic block to
16008         over by line number note.
16009
16010         * flow.c (try_simplify_condjump): Verify that the condjump
16011         is not always falling through.
16012
16013         Re-install patch:
16014         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
16015
16016         * flow.c (forwarder_block_p): Fix for fallthru blocks.
16017         (try_redirect_by_replacing_jump): Update properly the count
16018         and frequency information.
16019
16020 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16021
16022         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
16023         address that is a LO_SUM specially.
16024         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
16025
16026         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
16027
16028         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
16029         (operand_subword): Use them.
16030         (change_address_1): Renamed from change_address; new arg VALIDATE.
16031         * expr.h: Reflect above changes; change_address now macro.
16032         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
16033         making MEM.
16034         * cselib.c (add_mem_for_addr): Likewise.
16035         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
16036         * regmove.c (try_apply_stack_adjustment): Likewise.
16037         * reload.c (push_reload, make_memloc): Likewise.
16038         * reload1.c (eliminate_regs): Likewise.
16039         * simplify-rtx.c (simplify_replace_rtx): Likewise.
16040         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
16041         adjust_addess.
16042         * combine.c (make_extraction, simplify_shift_const): Likewise.
16043         (gen_lowpart_for_combine): Likewise.
16044         * cse.c (gen_lowpart_if_possible): Likewise.
16045         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
16046         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
16047         * optabs.c (gen_move_insn): Likewise.
16048         * reload1.c (alter_reg): Likewise.
16049         * simplify-rtx.c (simplify_subreg): Likewise.
16050         * stmt.c (expand_anon_union_decl): Likewise.
16051         * recog.c (validate_replace_rtx_1): Likewise.
16052         (expr.h): Include.
16053         * Makefile.in (recog.o): Add $(EXPR_H).
16054         * explow.c (stabilize): Call replace_equiv_address.
16055         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
16056         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
16057
16058 2001-07-03  Andrew Haley  <aph@redhat.com>
16059
16060         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
16061         the mode of the memory location.
16062
16063 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
16064
16065         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
16066
16067 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
16068
16069         * final.c (output_addr_const): Use target opening and
16070         closing parentheses.
16071         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
16072         defaults, add to TARGET_ASM_OUT.
16073         * target.h (struct gcc_target): Add open_paren and close_paren.
16074         * doc/md.texi: Update.
16075         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
16076         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
16077         TARGET_ASM_CLOSE_PAREN.
16078         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
16079         Override.
16080         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
16081         Override.
16082         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
16083         * config/a29k/a29k.h: Similarly.
16084         * config/alpha/alpha.h: Similarly.
16085         * config/arc/arc.h: Similarly.
16086         * config/arm/aof.h: Similarly.
16087         * config/arm/aout.h: Similarly.
16088         * config/avr/avr.h: Similarly.
16089         * config/c4x/c4x.h: Similarly.
16090         * config/clipper/clipper.h: Similarly.
16091         * config/convex/convex.h: Similarly.
16092         * config/d30v/d30v.h: Similarly.
16093         * config/dsp16xx/dsp16xx.h: Similarly.
16094         * config/elxsi/elxsi.h: Similarly.
16095         * config/fr30/fr30.h: Similarly.
16096         * config/h8300/h8300.h: Similarly.
16097         * config/i370/i370.h: Similarly.
16098         * config/i386/i386.h: Similarly.
16099         * config/i860/i860.h: Similarly.
16100         * config/i960/i960.h: Similarly.
16101         * config/ia64/ia64.h: Similarly.
16102         * config/m32r/m32r.h: Similarly.
16103         * config/m68hc11/m68hc11.h: Similarly.
16104         * config/m68k/m68k.h: Similarly.
16105         * config/m88k/m88k.h: Similarly.
16106         * config/mcore/mcore.h: Similarly.
16107         * config/mips/mips.h: Similarly.
16108         * config/mn10200/mn10200.h: Similarly.
16109         * config/mn10300/mn10300.h: Similarly.
16110         * config/ns32k/ns32k.h: Similarly.
16111         * config/pa/pa.h: Similarly.
16112         * config/pdp11/pdp11.h: Similarly.
16113         * config/pj/pj.h: Similarly.
16114         * config/romp/romp.h: Similarly.
16115         * config/rs6000/rs6000.h: Similarly.
16116         * config/sh/sh.h: Similarly.
16117         * config/sparc/sparc.h: Similarly.
16118         * config/v850/v850.h: Similarly.
16119         * config/vax/vax.h: Similarly.
16120         * config/we32k/we32k.h: Similarly.
16121
16122 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16123
16124         * doc/c-tree.texi: Document representation of attributes.
16125
16126 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16127
16128         * doc/tm.texi: Update some places for the rename of target to
16129         targetm.  Fix typo.
16130
16131 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16132
16133         * target.h (struct gcc_target): Add insert_attributes.
16134         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
16135         (TARGET_INITIALIZER): Update.
16136         * tree.c, tree.h (default_insert_attributes): New function.
16137         Update comments on other default functions to refer to targetm,
16138         not target.
16139         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
16140         TARGET_INSERT_ATTRIBUTES.
16141         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
16142         * c-common.c (decl_attributes): Use targetm.insert_attributes.
16143         Don't use PRAGMA_INSERT_ATTRIBUTES.
16144         * Makefile.in (c-common.o): Depend on $(TARGET_H).
16145         * c-decl.c (start_decl, start_function): Don't call
16146         SET_DEFAULT_DECL_ATTRIBUTES.
16147         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
16148         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
16149         declare.
16150         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
16151         (c4x_check_attribute): Avoid modifying attribute list itself.
16152         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
16153         Make static.
16154         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
16155         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
16156         declare.
16157         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
16158         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
16159         Make static.
16160         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
16161         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
16162         declare.
16163         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
16164         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
16165         Adjust parameters.  Make static.
16166
16167 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16168
16169         * c-common.c (decl_attributes): Only take a single attributes
16170         parameter.
16171         * c-common.h (decl_attributes): Update prototype.
16172         * c-decl.c (start_decl, start_function): Only take a single
16173         attributes parameter.  Update calls to decl_attributes.
16174         (finish_struct, finish_enum): Update calls to decl_attributes.
16175         (push_parm_decl): Expect unified list of attributes.  Update call
16176         to decl_attributes.
16177         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
16178         notype_nested_function, component_declarator,
16179         component_notype_declarator, label): Update calls to
16180         decl_attributes.
16181         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
16182         lists that are passed to push_parm_decl.
16183         * c-tree.h (start_function, start_decl): Update prototypes.
16184         * config/sh/sh-protos.h, config/sh/sh.c
16185         (sh_pragma_insert_attributes): Only take a single attributes
16186         parameter.
16187         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
16188         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
16189         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
16190         build_module_descriptor, generate_static_references,
16191         generate_strings, build_selector_translation_table,
16192         generate_descriptor_table, generate_protocols,
16193         generate_ivars_list, generate_dispatch_table,
16194         generate_protocol_list, generate_category,
16195         generate_shared_structures, really_start_method, add_objc_decls,
16196         generate_classref_translation_entry): Update calls to start_decl
16197         and start_function.
16198         (build_tmp_function_decl, start_method_def): Unify attribute lists
16199         that are passed to push_parm_decl.
16200
16201 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
16202
16203         * final.c (no_asm_to_stream): New.
16204         (final_scan_insn): Use target structures for prologue ends
16205         and epilogue starts.
16206         * output.h (no_asm_to_stream): New.
16207         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
16208         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
16209         (TARGET_ASM_OUT): Update.
16210         * target.h (struct gcc_target): New members function_end_prologue
16211         and function_begin_epilogue.
16212         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
16213         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
16214         * config/alpha/alpha.c (output_end_prologue): Rename to
16215         alpha_output_function_end_prologue.  Use in target struct
16216         and make static.
16217         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
16218         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
16219         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
16220         ia64_output_function_end_prologue.  Use in target struct
16221         and make static.
16222         (ia64_function_prologue, ia64_funciton_epilogue): Rename
16223         mistyped prototypes.
16224         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
16225         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
16226         Delete.
16227         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
16228         an use in target struct, make static.
16229         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
16230         Delete.
16231
16232 2001-07-08  Richard Henderson  <rth@redhat.com>
16233
16234         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
16235
16236 2001-07-08  Richard Henderson  <rth@redhat.com>
16237
16238         * config/i386/i386.md: Remove constraints strings from define_split
16239         and define_peephole2 patterns.
16240         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
16241         (eh_return): Use them.
16242
16243 2001-07-08  Richard Henderson  <rth@redhat.com>
16244
16245         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
16246         Document MD_FALLBACK_FRAME_STATE_FOR.
16247
16248 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16249
16250         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
16251         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
16252         elimination.
16253         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
16254
16255 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
16256
16257         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
16258         of the label inside NAME as opposed to just the end of NAME.
16259
16260 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
16261
16262         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
16263         * config/alpha/alpha.c (alpha_init_machine_status,
16264         alpha_mark_machine_status, alpha_free_machine_status): Delete.
16265         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
16266         (vms_valid_decl_attribute_p): Make static, conditionally compile.
16267         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
16268
16269 2001-07-06  Stan Shebs  <shebs@apple.com>
16270
16271         * target.h (targetm): Rename global from "target", so as not to
16272         conflict with local variables.
16273         * c-decl.c: Ditto.
16274         * c-typeck.c: Ditto.
16275         * final.c: Ditto.
16276         * tree.c: Ditto.
16277         * cp/decl.c: Ditto.
16278         * cp/decl2.c: Ditto.
16279         * cp/typeck.c: Ditto.
16280         * 1750a/1750a.c: Ditto.
16281         * a29k/a29k.c: Ditto.
16282         * arc/arc.c: Ditto.
16283         * arm/arm.c: Ditto.
16284         * avr/avr.c: Ditto.
16285         * clipper/clipper.c: Ditto.
16286         * convex/convex.c: Ditto.
16287         * d30v/d30v.c: Ditto.
16288         * dsp16xx/dsp16xx.c: Ditto.
16289         * elxsi/elxsi.c: Ditto.
16290         * fr30/fr30.c: Ditto.
16291         * h8300/h8300.c: Ditto.
16292         * i370/i370.c: Ditto.
16293         * i386/i386.c: Ditto.
16294         * i860/i860.c: Ditto.
16295         * i960/i960.c: Ditto.
16296         * ia64/ia64.c: Ditto.
16297         * m32r/m32r.c: Ditto.
16298         * m68hc11/m68hc11.c: Ditto.
16299         * m68k/m68k.c: Ditto.
16300         * m88k/m88k.c: Ditto.
16301         * mips/mips.c: Ditto.
16302         * ns32k/ns32k.c: Ditto.
16303         * pa/pa.c: Ditto.
16304         * pdp11/pdp11.c: Ditto.
16305         * romp/romp.c: Ditto.
16306         * rs6000/rs6000.c: Ditto.
16307         * sh/sh.c: Ditto.
16308         * sparc/sparc.c: Ditto.
16309         * vax/vax.c: Ditto.
16310         * we32k/we32k.c: Ditto.
16311         * doc/tm.texi: Update the manual to match.
16312
16313 2001-07-06  Richard Henderson  <rth@redhat.com>
16314
16315         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
16316         DWARF2_UNWIND_INFO not just whether it is defined.
16317
16318 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
16319
16320         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
16321         call to simplify_binary_operation returns a new pattern.
16322
16323 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
16324
16325         * glimits.h (__SHRT_MAX__): New.
16326         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
16327         (SHRT_MAX): Define in terms of __SHRT_MAX__.
16328
16329 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
16330
16331         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
16332         avoid warnings.
16333
16334 2001-07-06  Richard Henderson  <rth@redhat.com>
16335
16336         * bitmap.c (bitmap_release_memory): Move adjacent to the
16337         allocation functions.
16338         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
16339         the implementation.  Binary search for the set bit.
16340         (bitmap_union_of_diff): Allocate the temporary on the stack
16341         instead of using xmalloc.
16342
16343 2001-07-06  Richard Henderson  <rth@redhat.com>
16344
16345         * genrecog.c (validate_pattern): Warn for constraints in
16346         define_{expand,split,peephole2}.  Remove strict_low_part
16347         before looking up match_dup.
16348
16349 2001-07-06  DJ Delorie  <dj@redhat.com>
16350
16351         * doc/gcc.texi (Makefile): Rename to be a more general purpose
16352         chapter about various build hints and history.  Add section
16353         talking about the various types of native and cross builds.
16354
16355 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
16356
16357         * Makefile.in (final.o): Depend on target.h.
16358         * final.c: Include target.h.
16359         (default_function_pro_epilogue): New.
16360         (final_start_function): Use target structure for function prologues.
16361         (final_end_function): Use target structure for function epilogues.
16362         * fold-const.c (real_hex_to_f): Constify s and p.
16363         * output.h (default_function_pro_epilogue): New.
16364         * real.h (real_hex_to_f): Update prototype.
16365         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
16366         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
16367         (TARGET_INITIALIZER): Update.
16368         * target.h (gcc_target): Add struct asm_out.
16369         * doc/tm.texi: Update.
16370
16371 config:
16372         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
16373         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
16374         in cpu/cpu.c, or rename old functions consistently.  Take
16375         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
16376         redundant macros and prototypes.  Make new functions static.
16377
16378         * 1750a/1750a.c: Similarly.
16379         * 1750a/1750a.h: Similarly.
16380         * a29k/a29k-protos.h: Similarly.
16381         * a29k/a29k.c: Similarly.
16382         * a29k/a29k.h: Similarly.
16383         * arc/arc-protos.h: Similarly.
16384         * arc/arc.c: Similarly.
16385         * arc/arc.h: Similarly.
16386         * arm/arm-protos.h: Similarly.
16387         * arm/arm.c: Similarly.
16388         * arm/arm.h: Similarly.
16389         * avr/avr-protos.h: Similarly.
16390         * avr/avr.c: Similarly.
16391         * avr/avr.h: Similarly.
16392         * clipper/clipper-protos.h: Similarly.
16393         * clipper/clipper.c: Similarly.
16394         * clipper/clipper.h: Similarly.
16395         * convex/convex.c: Similarly.
16396         * convex/convex.h: Similarly.
16397         * d30v/d30v-protos.h: Similarly.
16398         * d30v/d30v.c: Similarly.
16399         * d30v/d30v.h: Similarly.
16400         * d30v/d30v.md: Similarly.
16401         * dsp16xx/dsp16xx-protos.h: Similarly.
16402         * dsp16xx/dsp16xx.c: Similarly.
16403         * dsp16xx/dsp16xx.h: Similarly.
16404         * elxsi/elxsi.c: Similarly.
16405         * elxsi/elxsi.h: Similarly.
16406         * fr30/fr30.c: Similarly.
16407         * fr30/fr30.md: Similarly.
16408         * h8300/h8300-protos.h: Similarly.
16409         * h8300/h8300.c: Similarly.
16410         * h8300/h8300.h: Similarly.
16411         * i370/i370-protos.h: Similarly.
16412         * i370/i370.c: Similarly.
16413         * i370/i370.h: Similarly.
16414         * i386/i386.c: Similarly.
16415         * i386/osf1elf.h: Similarly.
16416         * i386/osfrose.h: Similarly.
16417         * i860/i860-protos.h: Similarly.
16418         * i860/i860.c: Similarly.
16419         * i860/i860.h: Similarly.
16420         * i960/i960-protos.h: Similarly.
16421         * i960/i960.c: Similarly.
16422         * i960/i960.h: Similarly.
16423         * ia64/ia64-protos.h: Similarly.
16424         * ia64/ia64.c: Similarly.
16425         * ia64/ia64.h: Similarly.
16426         * m32r/m32r-protos.h: Similarly.
16427         * m32r/m32r.c: Similarly.
16428         * m32r/m32r.h: Similarly.
16429         * m68hc11/m68hc11-protos.h: Similarly.
16430         * m68hc11/m68hc11.c: Similarly.
16431         * m68hc11/m68hc11.h: Similarly.
16432         * m68k/crds.h: Similarly.
16433         * m68k/dpx2.h: Similarly.
16434         * m68k/m68k-protos.h: Similarly.
16435         * m68k/m68k.c: Similarly.
16436         * m68k/m68k.h: Similarly.
16437         * m68k/news.h: Similarly.
16438         * m88k/m88k-protos.h: Similarly.
16439         * m88k/m88k.c: Similarly.
16440         * m88k/m88k.h: Similarly.
16441         * mips/mips-protos.h: Similarly.
16442         * mips/mips.c: Similarly.
16443         * mips/mips.h: Similarly.
16444         * ns32k/merlin.h: Similarly.
16445         * ns32k/ns32k.c: Similarly.
16446         * ns32k/ns32k.h: Similarly.
16447         * ns32k/tek6000.h: Similarly.
16448         * pa/pa-protos.h: Similarly.
16449         * pa/pa.c: Similarly.
16450         * pa/pa.h: Similarly.
16451         * pdp11/2bsd.h: Similarly.
16452         * pdp11/pdp11-protos.h: Similarly.
16453         * pdp11/pdp11.c: Similarly.
16454         * pdp11/pdp11.h: Similarly.
16455         * romp/romp-protos.h: Similarly.
16456         * romp/romp.c: Similarly.
16457         * romp/romp.h: Similarly.
16458         * rs6000/rs6000-protos.h: Similarly.
16459         * rs6000/rs6000.c: Similarly.
16460         * rs6000/rs6000.h: Similarly.
16461         * rs6000/sysv4.h: Similarly.
16462         * sh/sh-protos.h: Similarly.
16463         * sh/sh.c: Similarly.
16464         * sh/sh.h: Similarly.
16465         * sparc/sparc-protos.h: Similarly.
16466         * sparc/sparc.c: Similarly.
16467         * sparc/sparc.h: Similarly.
16468         * vax/vax.c: Similarly.
16469         * vax/vax.h: Similarly.
16470         * vax/vms.h: Similarly.
16471         * we32k/we32k.c: Similarly.
16472         * we32k/we32k.h: Similarly.
16473
16474 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
16475
16476         * basic-block.h (first_insn_after_basic_block_note): Declare.
16477         * flow.c (first_insn_after_basic_block_note): Define.  Moved
16478         from...
16479         * ssa.c (first_insn_after_basic_block_note): Remove.
16480         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
16481         necessary.
16482         (ssa_eliminate_dead_code): Properly update the CFG and PHI
16483         nodes when we find a dead conditional branch.  Insert BARRIERs
16484         after any blocks with no successors, but which do not have
16485         any BARRIERs.
16486
16487 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
16488
16489         * varray.c (varray_check_failed): Use internal_error.
16490
16491 2001-07-05  Andrew Haley  <aph@redhat.com>
16492
16493         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
16494         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
16495         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
16496
16497 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
16498
16499         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
16500         reference if the target constant is also a SYMBOL_REF.
16501
16502 2001-07-05  Eric Christopher  <echristo@redhat.com>
16503
16504         * config/mips/mips.h (MASK_MIPS3900): Remove.
16505         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
16506         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
16507         (TARGET_MIPS3900): Change to use mips_arch.
16508         (TARGET_MIPS4000): New.
16509         (TARGET_MIPS4100): New.
16510         (TARGET_MIPS4300): New.
16511         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
16512         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
16513         for -mipsX.
16514         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
16515         (ISA_HAS_BRANCHLIKELY): To here.
16516         (CC1_CPU_SPEC):  New.
16517         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
16518         (mips_arch_string): Declare.
16519         (mips_arch): Declare.
16520         (TARGET_OPTIONS): Add -march and -mtune.
16521
16522         * config/mips/mips.c (mips_arch_string): New.
16523         (mips_arch): New.
16524         (override_options): Handle -march for codegen and -mtune
16525         for scheduling. Use mips_arch. Move tx39 target default here.
16526         (mips_parse_cpu): Move error message to override_options.
16527
16528         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
16529
16530         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
16531
16532         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
16533         (MIPS Options): Ditto.  Change mcpu entry to historical text.
16534
16535 2001-07-05  H.J. Lu  (hjl@gnu.org)
16536
16537         * config/mips/mips.c (mips_parse_cpu): New function to parse
16538         -march=*/-mcpu=*.
16539
16540 2001-07-05  Jim Wilson  <wilson@redhat.com>
16541
16542         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
16543         * config/ia64/t-ia64: Likewise.
16544         (LIB1ASMFUNCS): Update comment.
16545
16546 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
16547
16548         * doc/install.texi (Install GCC: Binaries): Fix typo.
16549
16550 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16551
16552         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
16553         reference using the stack pointer, adjust it since we push Y
16554         temporarily.
16555         ("*ashrsi3"): Likewise.
16556         ("*lshrsi3"): Likewise.
16557
16558 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16559
16560         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
16561         when -fomit-frame-pointer is used.
16562
16563 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
16564
16565         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
16566         (try_redirect_by_replacing_jump): Reverse updating properly the
16567         count and frequency information.  Reverse removing cc0 setter.
16568         (forwarder_block_p): Reverse fixing for fallthru blocks.
16569
16570 2001-07-05  DJ Delorie  <dj@redhat.com>
16571
16572         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
16573         (translate_options): If the above is defined, use it to map
16574         given options to new options.
16575         * doc/tm.texi: Document it.
16576
16577 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
16578             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16579
16580         * doc/invoke.texi (Optimize Options): Document that -fgcse may
16581         cause programs using computed gotos to run more slowly.
16582
16583 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16584
16585         * doc/install.texi (Specific): Markup, spelling and typo fixes.
16586         Fixed sorting.
16587         Consistently require binutils 2.11.2, not prereleases.
16588         (Specific, decstation-*): Canonicalize as mips-dec-*.
16589         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
16590         always necessary.
16591         (Specific, m68k-altos): Removed reference to README.altos, deleted.
16592         (Specific, mips-*): Reword MIPS C compiler requirements.
16593         (Specific, powerpc*-*-*): New, mention --with-cpu once.
16594         (Specific, sunv5): Removed, obsolete.
16595
16596 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
16597
16598         * dwarf2out.c (output_loc_list): Use an all ones mask for
16599         .text asm output and don't rely on long long
16600         literals. Reformat some long lines.
16601
16602 2001-07-05  Andreas Jaeger  <aj@suse.de>
16603
16604         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
16605         section.
16606
16607 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16608
16609         * dwarf2out.c (dwarf2out_define): Update comment.
16610         (dwarf2out_undef): Ditto.
16611         (dwarf2out_start_source_file): Ditto.
16612         (dwarf2out_end_source_file): Ditto.
16613         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
16614         since we never call the start/end debug hook for the primary file.
16615
16616 2001-07-04  Kazu Hirata  <kazu@hxi.com>
16617
16618         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
16619         from shll.
16620
16621 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
16622
16623         * cppinit.c (remove_dup_dirs): Inform if a system include
16624         directory is being reordered.
16625         * doc/invoke.texi (Directory Options): GCC warns if you hide a
16626         system include.
16627         * doc/cpp.texi (Search Paths): Likewise.
16628         * doc/gcc.texi (Interoperation): Remove information about
16629         -I/usr/include.
16630
16631 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
16632
16633         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
16634         (VARRAY_TOP_CHAR_PTR): Likewise.
16635
16636 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16637
16638         * gcc.c (process_command): Don't assign elements of a const char*.
16639
16640 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16641
16642         * emit-rtl.c (change_address): Don't abort if invalid address while
16643         reload is in progress.
16644
16645 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16646
16647         * c-lex.c (cb_file_change): Pass line number to
16648         debug_start_source_file.
16649         (cb_undefine): Pass correct line number to debug_undef.
16650
16651         * toplev.c (debug_start_source_file): Add line number to
16652         parameters. Pass it along to dwarf2out_start_source_file.
16653         (decode_g_option): Stop resetting debug level back to normal when
16654         we change debug formats, unless the current level is
16655         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
16656         3).
16657
16658         * toplev.h (debug_start_source_file): Add line number to
16659         parameters.
16660
16661         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
16662         parameters.
16663
16664         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
16665         parameters.
16666         Output debug_macinfo data for starting file if requested.
16667         (dwarf2out_end_source_file): Output debug_macinfo data for ending
16668         file if requested.
16669         (dwarf2out_define): Output debug_macinfo data for defining a macro
16670         if requested.
16671         (dwarf2out_undef): Output debug_macinfo data for undefining a
16672         macro if requested.
16673         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
16674         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
16675         (macinfo_section_label): New. DWARF2 macro info section label.
16676         (dwarf2out_init): If we want macro info, output the start label
16677         for the section.
16678         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
16679         attribute to the compilation unit die pointing to the macro info.
16680
16681 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16682
16683         * dwarf2out.c (new_loc_list): Move to inside #ifdef
16684         DWARF2_DEBUGGING_INFO.
16685         (add_loc_descr_to_loc_list): Ditto.
16686         (output_loc_list): Ditto.
16687         Also, fix thinko in curr not being initialized.
16688         (gen_internal_sym): Ditto.
16689
16690 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16691
16692         * emit-rtl.c (replace_equiv_address): New function.
16693         * expr.h (replace_equiv_address): New declaration.
16694         * explow.c (validize_mem): Call it instead of change_address and
16695         also call if -fforce-addr and address is constant.
16696         * expr.c: Replace more calls to change_address with adjust_address
16697         and/or replace_equiv_address or to validize_mem.
16698         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
16699         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
16700         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
16701         * config/i370/i370.md, config/i860/i860.md: Likewise.
16702         * config/i960/i960.md, config/mips/mips.c: Likewise.
16703         * config/mips/mips.md, config/pa/pa.md: Likewise.
16704         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
16705         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
16706
16707 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16708
16709         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
16710
16711         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
16712         function.
16713
16714 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16715
16716         * doc/include: New directory.
16717         * doc/fdl.texi: Move to doc/include/fdl.texi.
16718         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
16719         * doc/include/funding.texi, doc/include/gpl.texi: New files.
16720         * doc/gcc.texi: Use funding.texi and gpl.texi.
16721         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
16722         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
16723         Update dependencies and use -I $(docdir)/include.
16724
16725 2001-07-04  Anthony Green  <green@redhat.com>
16726
16727         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
16728
16729 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16730
16731         * doc/install.texi (sparc64-*-*): Remove garbage.
16732
16733 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
16734
16735         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
16736         Fix typo in last change to use adjust_address.
16737
16738 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16739
16740         * doc/install.texi (Specific): Update information for *-*-solaris*.
16741
16742 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16743
16744         * explow.c (plus_constant_wide): Reinitialize Y for restart.
16745
16746 2001-07-03  Stan Shebs  <shebs@apple.com>
16747
16748         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
16749         case for flag_no_mach_text_sections.
16750         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
16751         * config/darwin.c (flag_no_mach_text_sections): Remove.
16752         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
16753
16754 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16755
16756         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
16757         and avoid checking for constant as first operand.
16758         * recog.c (find_constant_term_loc): No longer static.
16759         (adj_offettable_operand): Delete.
16760         * rtl.h (adj_offsettable_operand): Delete declaration.
16761         (find_constant_term): Add declaration.
16762         * caller-save.c: Replace calls to adj_offsettable_operand with calls
16763         to adjust_address.
16764         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
16765         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
16766         * config/i386/i386.c, config/i386/i386.md: Likewise.
16767         * config/i860/i860.c, config/i960/i960.c: Likewise.
16768         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
16769         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
16770         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
16771         * config/mips/mips.c, config/mips/mips.md: Likewise.
16772         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
16773         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
16774         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
16775         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
16776         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
16777         * config/ns32k/ns32k.md: Likewise.
16778
16779 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
16780
16781         * rtl.c (copy_rtx): Handle 'T' format letter.
16782         * gensupport.c (collect_insn_data): Likewise.
16783         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
16784
16785 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
16786
16787         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
16788         -B option.  Use 'dir' not 'foo' as example directory name.
16789
16790 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16791
16792         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
16793         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
16794
16795 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16796
16797         * doc/cppinternals.texi: Improve formatting and logical markup.
16798
16799 2001-07-03  Andreas Jaeger  <aj@suse.de>
16800
16801         * Makefile.in (insn-recog.o): Add dependency on reload.h.
16802
16803         * genrecog.c (write_header): Include reload.h for prototypes in
16804         insn-recog.c.
16805
16806 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
16807
16808 config:
16809         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
16810         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
16811         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
16812         i386_pe_valid_type_attribute_p): Add.
16813         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
16814         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
16815
16816 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16817
16818         * explow.c (plus_constant_wide, case LO_SUM): New case.
16819         (plus_constant_for_output_wide): Delete.
16820         * rtl.h (plus_constant_for_output): Delete.
16821         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
16822         instead of plus_constant_for_output.
16823         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
16824         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
16825         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
16826         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
16827         * config/sparc/sparc.md: Likewise.
16828         Convert some change_address calls to adjust_address.
16829
16830 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16831
16832         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
16833         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
16834         documentation of -std and -Wwrite-strings.
16835
16836 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
16837
16838         * cse.c (canon_hash): Don't register registers in very small
16839         register classes, as extending their lifetime might cause
16840         reload to fail.
16841
16842 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
16843
16844         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
16845
16846         * flow.c (forwarder_block_p): Fix for fallthru blocks.
16847         (try_redirect_by_replacing_jump): Update properly the count
16848         and frequency information.
16849
16850 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
16851
16852         * toplev.c (dump_file_index): Move SSA dumps just after first
16853         jump dump.
16854         (dump_file): Corresponding changes.
16855         (rest_of_compilation): Move SSA path to just after the first
16856         jump pass.
16857         * doc/gcc.texi (Passes): Update due to movement of SSA path.
16858         * doc/invoke.texi: Update dump file #s as they were completely
16859         out of date with reality.
16860
16861 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
16862
16863         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
16864
16865         * expr.c (emit_move_insn_1): Deal with non-default
16866         STACK_PUSH_CODE.
16867
16868         * expr.c (emit_single_push_insn): Fix warning.
16869
16870 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
16871
16872         * expr.c (emit_move_insn_1): Avoid modifying
16873         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
16874
16875 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16876
16877         * emit-rtl.c (adjust_address): New function.
16878         * expr.h (adjust_address): Add declaration.
16879         * builtins.c: Replace some calls to change_address with calls to it
16880         or to validize_mem.
16881         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
16882         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
16883         * config/arm/arm.c, config/convex/convex.c: Likewise.
16884         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
16885         * config/i386/i386.c, config/i386/i386.md: Likewise.
16886         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
16887         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
16888         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
16889         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
16890         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
16891
16892 2001-07-02  Jim Wilson  <wilson@redhat.com>
16893
16894         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
16895
16896 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
16897
16898         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
16899         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
16900
16901 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
16902
16903         * cppinit.c (lang_defaults): New table.
16904         (set_lang): Just read from lang_defaults into the live options
16905         structure.
16906
16907 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
16908
16909         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
16910         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
16911         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
16912
16913 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16914
16915         * doc/install.texi: Various spelling and markup fixes.
16916         (Installing GCC): Component specific installation instructions are
16917         gone.
16918         Fix reference.
16919         Warn about removing old install dir in the presence of shared libs.
16920         (Configuration): Invoke with options target to match configure
16921         --help.
16922         Consistently refer to gas, gld pathnames.
16923         Invert --enable-multilib documentation.
16924         Remove references to old compiler versions.
16925
16926 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16927
16928         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
16929
16930 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16931
16932         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
16933         section.
16934         (Specific, mips*-sgi-irix5): Note IDO download.
16935         Reworded MIPS C hints.
16936         Use GNU as instead of GAS.
16937         Markup fixes.
16938         Removed SGI Freeware reference, IRIX 6 only.
16939         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
16940         Note N64 library requirement/workaround.
16941         Update O32 hints.
16942         Complete list of structure passing bug victims.
16943
16944 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16945
16946         * doc/install.texi: Remove CVS Id.
16947
16948 2001-07-02  Andreas Jaeger  <aj@suse.de>
16949
16950         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
16951         (find_inherently_necessary): Remove unused variable.
16952
16953 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
16954
16955         * c-common.h (TDI_inlined): New ast dump phase.
16956         (dump_flag_name): New function.
16957         * c-dump.c (dump_files): Add inlined phase.
16958         (dump_flag_name): Define.
16959         * doc/invoke.texi (-fdump-ast-inlined): Document.
16960
16961 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16962
16963         * stor-layout.c (layout_decl): Revert change to handling of alignment
16964         in packed types.
16965
16966 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16967
16968         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
16969         for FIELD_DECL.
16970
16971 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
16972
16973         * doc/tm.texi (FUNCTION_ARG): Document that the last call
16974         is special.
16975
16976 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
16977
16978         * tlink.c (recompile_files): Remove COMPILER_PATH and
16979         LIBRARY_PATH from the environment.
16980
16981 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
16982
16983         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
16984         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
16985         enumerators.
16986         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
16987
16988         * c-parse.in (OBJC_STRING): Kill.
16989         (objc_string): Decompose to [objc_string] '@' STRING.
16990         (reswords): Take the leading '@' off all the Objective C keywords.
16991         (objc_rid_sans_at): Kill.
16992         (init_reswords): Don't initialize it.
16993         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
16994         (_yylex): Kill reconsider label.  Look ahead one token after
16995         an '@'; if we get an identifier, check whether it's an
16996         Objective C @-keyword.  If so, return the keyword.  Otherwise,
16997         put back the token and return the '@' as a terminal.
16998
16999         * cpplib.c (lex_macro_node): Remove unnecessary check for
17000         leading '@' on identifier.  Clarify control flow and commentary.
17001
17002 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17003
17004         * cse.c (new_label_ref): Variable deleted.
17005         (insert): Remove set of new_label_ref.
17006         (check_for_label_ref): New function.
17007         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
17008
17009 See ChangeLog.5 for earlier changes.