OSDN Git Service

* combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
1 2001-12-11  Richard Henderson  <rth@redhat.com>
2
3         * combine.c (simplify_shift_const): Move SHIFT_COUNT_TRUNCATED
4         simplification above out of range check.
5
6 2001-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7
8         * config/sparc/sparc.md (prefetch): New.
9
10 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
11
12         * output.h (regno_uninitialized): Make argument unsigned.
13
14         * flow.c (regno_uninitialized): Make regno unsigned.
15
16 2001-12-11  David O'Brien  <obrien@FreeBSD.org>
17
18         * elfos.h (ENDFILE_SPEC, STARTFILE_SPEC): Do not define.
19         * config/cris/cris.h (ENDFILE_SPEC): Define.
20         * config/i386/i386elf.h ((ENDFILE_SPEC, STARTFILE_SPEC): Define.
21         * config/pa/elf.h: Likewise.
22
23 2001-12-11  Richard Henderson  <rth@redhat.com>
24
25         * objc/objc-act.c (build_string_class_template): New.
26         (build_objc_string_object): Call it.
27
28 2001-12-11  Steve Ellcey  <sje@cup.hp.com>
29
30         * doc/tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
31         * defaults.h (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.
32         * calls.c (store_unaligned_arguments_into_pseudos): Check
33         FUNCTION_ARG_REG_LITTLE_ENDIAN to see how structures
34         are passed/returned.
35         * expr.c (move_block_from_reg): Ditto.
36         (move_block_from_reg): Ditto.
37         (copy_blkmode_from_reg): Ditto.
38         * stmt.c (expand_return): Ditto.
39         * stor-layout.c (compute_record_mode): If
40         FUNCTION_ARG_REG_LITTLE_ENDIAN is set then check 
41         MEMBER_TYPE_FORCES_BLK even if mode == VOIDmode.
42         * config/ia64/hpux.h (MEMBER_TYPE_FORCES_BLK): Set to true
43         so that Structures of one field are still treated as structures.
44         (FUNCTION_ARG_REG_LITTLE_ENDIAN): New, set it to true.
45         (FUNCTION_ARG_PADDING): Set to ia64_hpux_function_arg_padding().
46         (PAD_VARARGS_DOWN): Modify from default to not pad structures down.
47         * config/ia64/ia64-protos.h (ia64_hpux_function_arg_padding): New.
48         * config/ia64/ia64.c (ia64_hpux_function_arg_padding): New function
49         to special case handling of structure padding.
50
51 2001-12-11  Daniel Berlin  <dan@cgsoftware.com>
52
53         * sched-rgn.c (CONST_BASED_ADDRESS_P): CONST_INT -> CONSTANT_P.
54         (may_trap_exp): Stores only are risk if they trap, too, not just
55         if code == MEM.
56
57 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
58
59         * flow.c (find_regno_partial): Indent properly.  Add a default to
60         switch.
61
62 2001-12-11  Neil Booth  <neil@daikokuya.demon.co.uk>
63
64         * c-common.c (combine_strings): Complain if concatenating
65         __FUNCTION__.
66         * c-parse.in (yylexname): Flag artificial strings.
67         * tree.h (TREE_ARTIFICIAL_STRING_P): New.
68 doc:
69         * extend.texi: Update.
70
71 2001-12-11  Aldy Hernandez  <aldyh@redhat.com>
72
73         * c-common.c (type_for_mode): Handle unsigned vectors.
74         (type_for_mode): Remove redundant calls to TYPE_MODE.
75
76         * tree.c (make_vector): New.
77         (build_common_tree_nodes_2): Use make_vector for vector types.
78         Add unsigned vector types.
79
80         * tree.h (tree_index): Add unsigned types for vectors.
81         (unsigned_V16QI_type_node): New.
82         (unsigned_V4SI_type_node): New.
83         (unsigned_V8QI_type_node): New.
84         (unsigned_V8HI_type_node): New.
85         (unsigned_V4HI_type_node): New.
86         (unsigned_V2SI_type_node): New.
87
88 2001-12-11  Stan Shebs  <shebs@apple.com>
89
90         * objc/objc-act.c (finish_message_expr): Fix misplaced parens in a
91         test of class names.
92
93 2001-12-11  David O'Brien  <obrien@FreeBSD.org>
94
95         * config.gcc (m68020-*-elf*): Expand tm_file to include all needed
96         cpu configuration headers.
97         * config/h8300/elf.h: Include dbxelf.h.
98         * config/m68k/linux.h: Likewise.
99         * config/m68k/m68020-elf.h: Likewise.
100         * config/m68k/m68kv4.h: Likewise.
101         * config/sh/elf.h: Likewise.
102         * config/m68k/m68kemb.h: Add comment about the its purpose.
103
104 2001-12-11  Richard Henderson  <rth@redhat.com>
105
106         * objc/objc-act.c (build_constructor): Cast initializer values
107         to the proper field types.
108
109 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
110
111         * unwind-dw2.c (execute_cfa_program): Fix DW_CFA_restore handling.
112
113 2001-12-10  Roger Sayle <roger@eyesopen.com>
114
115         * builtins.c (expand_builtin): Use a switch statement to list
116         those functions not expanded without optimizations, instead of a
117         series of equality tests.
118
119 Tue Dec 11 07:08:57 2001  Douglas B. Rupp  <rupp@gnat.com>
120
121         * config/alpha/vms.h (LIB_SPEC): Define.
122         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Don't set component field.
123
124         * libgcc2.c (_bb): Remove ctime declaration.
125
126         * Makefile.in (stage[1234]-start): $(LN_S) utilities in a manner
127         that works if LN_S = cp.
128
129         * config/alpha/x-vms (version): Change "." to "_".
130
131         * configure.in: Hardcode that vfork works on VMS host.
132         * configure: Regenerated.
133
134 Mon Dec 10 18:37:31 2001  Douglas B. Rupp  <rupp@gnat.com>
135
136         * gcc.c (convert_filename): Add do_obj parameter. Don't convert
137         unless do_obj true.
138         (process_command): Modify calls to convert_filename.
139
140 2001-12-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
141
142         * config/sparc/sol2-sld-64.h: Include dbxelf.h again.
143
144 Mon Dec 10 15:54:27 2001  Jeffrey A Law  (law@cygnus.com)
145
146         * combine.c (known_cond): Check mode of each operand to determine
147         if COND is comparing floating point values.
148
149 2001-12-10  David Edelsohn  <edelsohn@gnu.org>
150
151         * rs6000.h (processor_type): Add PPC405.
152         (RTX_COSTS): Add PPC405.  Correct rs64 and ppc630 multiply costs.
153         * rs6000.md: Add PPC405 information.  Utilize imul2 and imul3 for
154         rios1, rs64, and ppc630 processors.
155         * rs6000.c (processor_target_table): Add PPC405.
156
157 2001-12-10  Richard Henderson  <rth@redhat.com>
158
159         * config/alpha/alpha.md (unaligned_extendhidi): Call gen_lowpart
160         instead of hardcoding subregs into the _be and _le patterns.
161
162 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
163
164         * c-lex.c, c-parse.in, c-typeck.c: Revert concatenation changes.
165
166 Mon Dec 10 09:19:11 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
167
168         * config/i386/i386.md (leave, leave_rex64): Adjust pattern to match
169         what insn does.
170
171 2001-12-10  Joseph S. Myers  <jsm28@cam.ac.uk>
172
173         * doc/cpp.texi: Don't condition menus on @ifinfo.  Condition the
174         copyright notice formerly conditioned on @ifinfo on @ifnottex
175         instead.
176
177 Mon Dec 10 06:15:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
178
179         * vmsdbgout.c (lookup_filename): Remove warning.
180
181 Mon Dec 10 06:09:57 2001  Douglas B. Rupp  <rupp@gnat.com>
182
183         * Makefile.in: Add $(OUTPUT_OPTION) to compilation rules.
184
185         * config.gcc (alpha*-dec-vms*): Change to alpha*-dec-*vms*
186         (exeext, target_alias, prefix, local_prefix): Define.
187         * config/alpha/x-vms (USE_COLLECT2): Make empty.
188         * config/alpha/xm-vms.h (INCLUDE_DEFAULTS): Use Unix style
189         file specifications. Remove ".".
190         (GCC_INCLUDE_DIR): Remove redefinition (redundant).
191         * fixinc/mkfixinc.sh (alpha*-dec-vms*):  Change to alpha*-dec-*vms*
192
193 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
194
195         * Makefile.in (.po.gmo): Use POSIXLY_CORRECT argument ordering.
196
197 Sun Dec  9 21:57:24 2001  Douglas B. Rupp  <rupp@gnat.com>
198
199         * config/alpha/t-vms (EXTRA_PARTS): Append $(VMS_EXTRA_PARTS)
200         Add rules for building [vp]crt0.o
201         * config/alpha/vms.h (START_FILE_SPEC): Define.
202         * config/alpha/x-vms (VMS_EXTRA_PARTS): Define
203         * config/alpha/vms-crt0.c, config/alpha/vms-psxcrt0.c: New files.
204         * doc/invoke.texi: Document special Alpha/VMS options.
205
206 Sun Dec  9 20:25:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
207
208         * hwint.h (HOST_BITS_PER_LONGLONG): Deal with __int64 type.
209         * vmsdbg.h (DST_SRC_COMMAND): Test for type of long long or __int64,
210         not GNUC.
211
212 Sun Dec  9 20:19:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
213                           Douglas B. Rupp  <rupp@gnat.com>
214
215         * tree.c (append_random_char): Conditionalize INO for VMS.
216
217 2001-12-09  Richard Henderson  <rth@redhat.com>
218
219         * cfgcleanup.c (label_is_jump_target_p): New function.
220         (try_optimize_cfg): Use label_is_jump_target_p to check if label is
221         target of a JUMP_INSN from the preceding block.
222
223 Sun Dec  9 18:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
224
225         * vmsdbgout.c (lookup_filename): Assign null string instead
226         of null pointer to fnam.
227
228 2001-12-09  Richard Henderson  <rth@redhat.com>
229
230         * config/alpha/alpha.c (alpha_align_insns): Suppress realignment
231         immediately after a call; insert nops before a call.
232
233 2001-12-09  Richard Henderson  <rth@redhat.com>
234
235         * config/alpha/alpha.c (alpha_align_insns): Use align_functions,
236         not FUNCTION_BOUNDARY.
237         * config/alpha/alpha.h (TRAMPOLINE_ALIGNMENT): New.
238         * config/alpha/alpha32.h, config/alpha/vms.h: Likewise.
239         * config/alpha/unicosmk.h (FUNCTION_BOUNDARY): Remove.
240
241 2001-12-09  Hans-Peter Nilsson  <hp@bitrange.com>
242
243         * config/mmix/mmix.c (mmix_function_block_profiler,
244         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
245         unused functions.
246         * config/mmix/mmix-protos.h (mmix_function_block_profiler,
247         mmix_block_profiler, mmix_function_block_profiler_exit): Delete
248         prototypes.
249
250         * config/cris/cris.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER):
251         Delete obsoleted macros.
252
253 2001-12-09  Joseph S. Myers  <jsm28@cam.ac.uk>
254
255         * doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
256         doc/md.texi, doc/rtl.texi, doc/tm.texi: Use American spelling.
257
258         * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog, alias.c,
259         cfgbuild.c, expmed.c, expr.c, final.c, flow.c, fold-const.c,
260         function.c, config/alpha/alpha.md, config/alpha/vms-ld.c,
261         config/arm/arm.c, config/arm/arm.h, config/c4x/libgcc.S,
262         config/i370/i370.c, config/i386/i386.c,
263         config/i386/i386-interix.h, config/i386/i386.md,
264         config/i386/i386.h, config/i386/netbsd-elf.h, config/ia64/ia64.c,
265         config/m32r/m32r-protos.h, config/mcore/mcore.h,
266         config/rs6000/rs6000.h, config/sparc/linux64.h,
267         config/sparc/sparc.c, config/v850/v850-protos.h,
268         config/cris/cris.h, config/s390/s390.md, config/elfos.h: Fix
269         spelling errors.
270
271 2001-12-09  Daniel Berlin  <dan@cgsoftware.com>
272
273         * config/rs6000/rs6000.h (enum rs6000_builtins): Add remaining
274         altivec builtins (VCF?X, VCT?XS, VSEL, V*EFP, VRFI*).
275
276         * config/rs6000/rs6000.c: Ditto.
277
278         * config/rs6000/rs6000.md: Ditto.
279
280 2001-12-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
281
282         * 1750a.md: Add default case in switch.
283         * alpha/vms.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
284         if-else statement.
285         * dsp16xx.c (print_operand_address): Likewise.
286         * i386/osf1elf.h (FUNCTION_PROFILER): Const-ify.
287         * ia64.md: Add missing braces.
288         * rs6000-protos.h (s8bit_cint_operand): Prototype.
289         * s390.h (INITIAL_ELIMINATION_OFFSET): Add abort clause in
290         if-else statement.
291         * stormy16.h (REG_CLASS_CONTENTS): Add missing braces.
292         * v850.h (OUTPUT_ADDR_CONST_EXTRA): Don't issue a `return'.
293         * dbxout.c (dbxout_source_file): Move a variable into the scope
294         where it is used.
295         * final.c (profile_function): Mark parameter with
296         ATTRIBUTE_UNUSED.
297         * genemit.c (gen_expand): Likewise for generated file.
298         * insn-addr.h (INSN_ADDRESSES_NEW): Avoid undefined behavior.
299
300         * vmsdbg.h: Delete spurious close-comment.
301         (DST_HEADER): Fix typo in ENUM_BITFIELD parameter.
302         * vmsdbgout.c (write_modbeg): Define return type.
303
304         * m68k/3b1.h (ASM_OUTPUT_ALIGN): Wrap in do-while(0).
305         * m68k/amix.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
306         * m68k/atari.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
307         * m68k/hp320.h (ASM_OUTPUT_ALIGN): Likewise.
308         * m68k/m68kelf.h (ASM_OUTPUT_ALIGN): Likewise.
309         * m68k/sgs.h (ASM_OUTPUT_ALIGN): Likewise.
310         * m68k/tower-as.h (ASM_OUTPUT_ALIGN): Likewise.
311
312 2001-12-08  Tom Rix  <trix@redhat.com>
313
314         * config/rs6000/aix43.h (NON_POWERPC_MASKS): Delete MASK_STRING.
315         * config/rs6000/aix51.h (NON_POWERPC_MASKS): Same.
316         * config/rs6000/rs6000.md (load_multiple, store_multiple): Do not use
317         for powerpc64.
318         * config/rs6000/rs6000.md (movstrsi_8reg, movstrsi_6reg,
319         movstrsi_4reg, movstrsi_1_reg): Add powerpc64.
320         * config/rs6000/rs6000.c (expand_block_move): Do not use
321         gen_movstrsi_2reg and powerpc64.
322
323 2001-10-08  Aldy Hernandez  <aldyh@redhat.com>
324
325         * c-common.h (rid): Add RID_CHOOSE_EXPR and
326         RID_TYPES_COMPATIBLE_P.
327
328         * c-parse.in (reswords): Add __builtin_choose_expr.
329         Add __builtin_types_compatible_p.
330         Add CHOOSE_EXPR token.
331         Add TYPES_COMPATIBLE_P token.
332         Add production for CHOOSE_EXPR.
333         Add production for TYPES_COMPATIBLE_P.
334
335         * doc/extend.texi (__builtin_choose_expr): Add documentation.
336         (__builtin_types_compatible_p): Likewise.
337
338 2001-12-08  David Edelsohn  <edelsohn@gnu.org>
339
340         * stor-layout.c (place_union_field): Apply ADJUST_FIELD_ALIGN
341         to unions.
342
343 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
344
345         * c-parse.in: Take string literals in assembler constructs,
346         not expressions.
347         * c-typeck.c (build_asm_stmt, simple_asm_stmt): No need to
348         check the strings are STRING_CSTs.
349
350 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
351
352         * c-lex.c (c_lex): Peek a token ahead for a string to concatenate,
353         using combine_strings to do the concatenation.
354         * c-parse.in: Replace uses of the string non-terminal with STRING.
355         Don't attempt string concatenation.
356         (OBJC_STRING): New terminal.
357         (string): Remove non-terminal.
358         (_yylex): Call combine_strings on function names.  Generate
359         OBJC_STRING terminals; don't pass '@' on to yacc.
360         * c-typeck.c (simple_asm_stmt): Don't concatenate strings here.
361         (build_asm_stmt): Similarly.
362
363 2001-12-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
364
365         * rtlanal.c (get_jump_table_offset): Delete unused variable.
366
367 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
368
369         * arm.md (VUNSPEC_PREFETCH): Delete constant definition.
370         (prefetch): Rewrite using PREFETCH RTL primitive.
371         * arm.h (arm_builtins): Delete ARM_BUILTIN_PREFETCH).
372         * arm.c (arm_init_builtins): Don't initialize a builtin for
373         __builtin_prefetch here.
374         (arm_expand_builtin): Don't expand __builtin_prefetch here.
375
376 2001-12-08  Richard Earnshaw  <rearnsha@arm.com>
377
378         * final.c (cleanup_subreg_operands):  Use recog_data.operand_loc
379         in test for a subreg.
380
381 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
382
383         * rtl.c (rtx_equal_p): Check for null pointers when comparing rtx
384         strings.
385
386 2001-12-07  Richard Henderson  <rth@redhat.com>
387
388         * doc/extend.texi: Fix typo last change.
389
390         * c-decl.c (c_language): Remove duplicate.
391
392 2001-12-07  Dale Johannesen  <dalej@apple.com>
393
394         * config/rs6000/darwin.h: Set MAX_LONG_TYPE_SIZE to 32.
395         * config/rs6000/rs6000.c (rs6000_emit_move): In Darwin-
396         specific codegen, eliminate a register copy.
397         (print_operand_address): Add support for Darwin's lo16(constant)
398         syntax.
399         (rs6000_machopic_legitimize_pic_address): Fix darwin-specific
400         generation of addresses within very large data objects.
401         (s8bit_cint_operand):  New.
402         * config/rs6000/rs6000.md: Remove "iu" reference for 750/7400.
403         Move "mtjmpr" to correct functional unit for 750/7400/7450.
404         Add imul2 and imul3 insn types for multiplication by 16- and
405         8-bit constants.
406         Change tablejump patterns to strongly discourage using LR
407         rather than CTR.
408         Add %lo16 patterns for Darwin loads and stores.
409
410 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
411
412         * alpha.md: Use (HOST_WIDE_INT)1<<63 in lieu of 0x8000000000000000.
413
414 2001-12-07  Stephane Carrez  <Stephane.Carrez@sun.com>
415
416         * config/sparc/sparc.c (epilogue_renumber): Do not replace %fp
417         with %sp because it can cause the delayed instruction to load
418         below the stack.
419
420 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
421
422         * alpha.c (alpha_expand_unaligned_store,
423         alpha_expand_unaligned_store_words): Use constm1_rtx in place of
424         call to immed_double_const.
425
426 2001-12-07  Aldy Hernandez  <aldyh@redhat.com>
427
428         * doc/extend.texi (Variable Attributes): Document vector_size.
429
430         * attribs.c (c_common_attribute_table): Add vector_size.
431         (handle_vector_size_attribute): New.
432         (vector_size_helper): New.
433         (decl_attributes): Relayout the decl after calculating attribs.
434
435 2001-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
436
437         * doc/gcc.texi: Don't include install-old.texi.  Adjust menu
438         description for Trouble section.
439         * doc/install-old.texi: Adjust for inclusion as chapter of new
440         installation manual.
441         * doc/install.texi, doc/include/fdl.texi, doc/install.texi2html:
442         Adjust to include old installation chapter as chapter of new
443         installation manual.
444
445 Fri Dec  7 11:07:35 EST 2001  John Wehle  (john@feith.com)
446
447         * rtl.h (get_jump_table_offset): Declare.
448         * rtlanal.c (get_jump_table_offset): Implement.
449
450 Fri Dec  7 07:06:17 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
451
452         * final.c (bb_head, bb_tail, bb_file_label_num, bb_func_label_num):
453         Deleted; were used only by BB profiler code.
454         (sbb_head, sbb_tail, sbb_label_num): Likewise.
455         (end_final): Delete now-unused vars I, PTR, and SPTR.
456
457         * expr.c (store_field): Remove warning.
458         (expand_expr, case COMPONENT_REF, case VIEW_CONVERT_EXPR): Likewise.
459         (highest_pow2_factor, case MIN_EXPR, case MAX_EXPR): Add cases.
460         (highest_pow2_factor, case *_DIV_EXPR): Only can do something if
461         divisor constant power of 2.
462         (highest_pow2_factor, case COMPOUND_EXPR): Look at operand 1.
463
464 2001-12-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
465
466         * alpha.c (function_arg): Cast value to HOST_WIDE_INT before
467         shifting.
468
469 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
470
471         * rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): New.
472         (DWARF_FRAME_REGISTERS): Delete.
473
474 2001-12-06  Janis Johnson  <janis187@us.ibm.com>
475
476         * builtin-types.def (BT_FN_VOID_PTR_VAR): New.
477         * builtins.def (BUILT_IN_PREFETCH): Change arguments.
478         * builtins.c (expand_builtin_prefetch): Two arguments are now optional,
479         with defaults for read prefetch with high degree of locality.
480         * doc/extend.texi (__builtin_prefetch): Update documentation.
481         * doc/md.texi (prefetch): Add documentation.
482
483 2001-12-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
484
485         * fixinc/inclhack.def (stdio_va_list): Handle __VA_LIST__ in Tru64
486         UNIX V5.1A stdio.h.
487         * fixinc/fixincl.x: Regenerate.
488         Fixes PR libf2c/4826.
489
490 2001-12-06  Aldy Hernandez  <aldyh@redhat.com>
491             Richard Henderson  <rth@redhat.com>
492
493         * doc/tm.texi (DWARF_FRAME_REGISTERS): Add documentation.
494         (PRE_GCC3_DWARF_FRAME_REGISTERS): Same.
495
496         * unwind-dw2.c (__frame_state_for): Change DWARF_FRAME_REGISTERS
497         to PRE_GCC3_DWARF_FRAME_REGISTERS.
498         (frame_state): Same.
499         (PRE_GCC3_DWARF_FRAME_REGISTERS): Define if not already defined.
500
501 2001-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
502
503         * langhooks.c (lhd_staticp): Mark parameter with
504         ATTRIBUTE_UNUSED.
505
506 2001-12-06  H.J. Lu <hjl@gnu.org>
507
508         * Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
509         reduce noise.
510         (.po.pox): Likewise.
511         (o/$(PACKAGE).pot): Likewise.
512
513 2001-12-06  Alexandre Oliva  <aoliva@redhat.com>
514
515         * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
516         * tree-inline.c (expand_call_inline): ... here.
517
518 2001-12-06  H.J. Lu <hjl@gnu.org>
519
520         * Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
521         (.po.pox): Likewise.
522         (o/$(PACKAGE).pot): Likewise.
523
524 2001-12-06  David O'Brien  <obrien@FreeBSD.org>
525
526         * config.gcc: Include dbxelf.h before elfos.h.
527         * elfos.h: Don't include dbxelf.h, let config.gcc handle it.
528
529 2001-12-06  Zack Weinberg  <zack@codesourcery.com>
530
531         * cppfiles.c (open_file): If we've opened a directory by
532         mistake, close it.
533         (find_include_file): Avoid turning / into // or // into ///.
534
535 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
536
537         * config/arm/arm.h (STRUCT_VALUE): Suppress definition.
538         (STRUCT_VALUE_REGNUM): Restore definition.
539
540 2001-12-06  Andrew MacLeod <amacleod@redhat.com>
541
542         * flow.c (find_regno_partial): Return register, not the expression
543         the register is in.
544
545 Thu Dec  6 09:24:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
546
547         * function.c (handle_epilogue_set): Check for FP setting case when
548         SP is set from FP in same insn.
549
550 2001-12-06  Nick Clifton  <nickc@cambridge.redhat.com>
551
552         * config/arm/arm.c (load_multiple_sequence): Pass pointer to
553         RTX when calling alter_subreg().
554         (store_multiple_sequence): Pass pointer to RTX when calling
555         alter_subreg().
556
557 Thu Dec  6 06:55:13 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
558
559         * function.c (assing_parms): Fix typo in last change.
560         * config/clipper.c (clipper_builtin_saveregs): Remove Checker code.
561         * config/m88k/m88k.c (m88k_builtin_saveregs): Likewise.
562         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
563         * config/sparc/sparc.c (sparc_builtin_saveregs): Likewise.
564
565 2001-12-06  Alan Modra  <amodra@bigpond.net.au>
566
567         * config/rs6000/rs6000.c (rs6000_unique_section): Simplify and
568         correct code selecting section.
569
570 Thu Dec  6 12:45:33 CET 2001  Jan Hubicka  <jh@suse.cz>
571
572         * final.c (count_basic_block, add_bb, add_bb_string):
573         Kill.
574         (end_final, final_start_function, final, final_scan_insn,
575         leaf_function_p): Kill BB profiler related code.
576         * flags.h (profile_block_flag): Kill.
577         * libgcc2.c (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE,
578         BB_BUCKETS, BBINBUFSIZE, bb_edge, bb_func_mode, bb_func,
579         __bb, bb_src, bb_dst, bb_tracefile, bb_hashbuckets,
580         bb_func_head, bb_callcount, bb_mode, bb_stack, bb_stacksize
581         reported, GOPENDECOMPRESS, GOPENCOMPRESS, gopen, gclose,
582         __bb_exit_trace_func, __bb_init_prg, __bb_trace_func,
583         __bb_trace_func_ret, __bb_init_file, __bb_trace_ret,
584         __bb_init_trace_func): Kill.
585         * toplev.c (profile_block_flag): Kill.
586         (indepdendent_decode_option, process_options): Kill -a related code.
587         * alpha.c (direct_call_operand): Likewise.
588         * arm.c (arm_expand_prologue, thumb_expand_prologue,
589         thumb_expand_epilogue): Likewise.
590         * c4x.c (c4x_expand_prologue, c4x_null_epilogue_p): Likewise.
591         * c4x.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
592         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
593         MACHINE_STATE_RESTORE): Kill.
594         * d30v.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
595         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
596         MACHINE_STATE_RESTORE): Kill.
597         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
598         * i386.c (ix86_can_use_return_insn_p, ix86_expand_prologue,
599         ix86_expand_epilogue, ix86_expand_epilogue): Kill BB profiler related
600         code.
601         (ix86_output_function_block_profiler, ix86_output_block_profiler): Kill.
602         * i386.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
603         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
604         MACHINE_STATE_RESTORE): Kill.
605         * fr30.c (fr30_expand_prologue): Kill BB profiler related code.
606         * i960.c (i960_output_function_prologue): Kill BB profiler related
607         code.
608         * ia64.c (ia64_compute_frame_size): Likewise.
609         * ia64.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
610         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
611         MACHINE_STATE_RESTORE): Kill.
612         * m32r.c (m32r_expand_prolofue): Kill BB profiler related code.
613         * m68hc11.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
614         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
615         MACHINE_STATE_RESTORE): Kill.
616         * m68k.c (m68k_output_function_epilogue): Kill BB profiler related code.
617         * m68k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
618         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
619         MACHINE_STATE_RESTORE): Kill.
620         * m88k.c (output_options, m88k_layout_frame, m88k_expand_prologue):
621         Kill BB profiler related code.
622         * m88k.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
623         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
624         MACHINE_STATE_RESTORE): Kill.
625         * mips.c (mips_expand_prologue): Kill BB profiler related code.
626         * mmix.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
627         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
628         MACHINE_STATE_RESTORE): Kill.
629         * rs6000.c (rs6000_override_options): Kill BB profiler related code.
630         * s960.c (s390_function_prologue): Kill BB profiler related code.
631         * s960.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
632         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
633         MACHINE_STATE_RESTORE): Kill.
634         * linux-aout.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
635         * linux.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
636         * linux64.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
637         * sol2.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
638         * sparc.c (sparc_override_options, eligible_for_sibcall_delay,
639         sparc_nonflat_function_epilogue): Kill BB profiler related code.
640         (sparc_function_block_profiler, sparc_block_profiler,
641         sparc_function_block_profiler_exit): Kill.
642         * sparc.h (OVERRIDE_OPTIONS): Kill BB profiler related code.
643         (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
644         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
645         MACHINE_STATE_RESTORE): Kill.
646         * sun4o3.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
647         * sunos4.h (MACHINE_STATE_SAVE, MACHINE_STATE_RESTORE): Kill.
648         * stormy16.h (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
649         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
650         MACHINE_STATE_RESTORE): Kill.
651         * doc/invoke.texi: Kill documentation of -a and -ax.
652         * tm.texi (FUNCTION_BLOCK_PROFILER, BLOCK_PROFILER,
653         FUNCTION_BLOCK_PROFILER_EXIT, MACHINE_STATE_SAVE,
654         MACHINE_STATE_RESTORE): Kill.
655
656 2001-10-26  Steve Christiansen  <smc@us.ibm.com>
657
658         * doc/rtl.texi: Use a table to display RTL format characters.
659
660 2001-12-06  Bo Thorsen  <bo@suse.co.uk>
661
662         * config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
663
664 Wed Dec  5 19:18:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
665
666         * function.c (keep_stack_depressed): Check global_live_at_start
667         of EXIT_BLOCK for temp register and verify it isn't in equiv_reg_src.
668
669 2001-12-05  David O'Brien  <obrien@FreeBSD.org>
670
671         * config.gcc (powerpc-*-freebsd*): Use the proper tmake_file files,
672         as set by the generic FreeBSD configure framework.
673
674 2001-12-04  Jason Merrill  <jason@redhat.com>
675
676         * langhooks.h (struct lang_hooks_for_tree_inlining): Add
677         start_inlining, end_inlining.
678         * tree-inline.c (expand_call_inline): Call them.
679         * langhooks-def.h (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
680         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
681         (LANG_HOOKS_TREE_INLINING_INITIALIZER): Add them.
682         * langhooks.c (lhd_tree_inlining_start_inlining): New fn.
683         (lhd_tree_inlining_end_inlining): New fn.
684
685 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
686
687         * c-common.c (shadow_warning): New function, moved from cp/decl.c.
688         * c-common.h (shadow_warning): New.
689         * c-decl.c: Include c-common.h.
690         (warn_if_shadowing): New, broken out of pushdecl.
691         (pushdecl): Use warn_if_shadowing.
692         (store_parm_decls): Prevent duplicate -Wshadow warnings.
693
694 Wed Dec  5 17:59:19 2001  Douglas B. Rupp  <rupp@gnat.com>
695
696         * config/alpha/vms.h (SIZE_TYPE, PTRDIFF_TYPE): Remove, were disabled.
697         (DOLLARS_IN_IDENTIFIERS, LINK_SPEC): Remove duplicate.
698         (LIB_SPEC): Remove.
699
700 Wed Dec  5 16:03:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
701
702         * doc/c-tree.texi (RECORD_TYPE, UNION_TYPE): Expand on definition.
703         (QUAL_UNION_TYPE): New type.
704
705         * varasm.c (output_constant, case ERROR_MARK): New case.
706
707         * attribs.c (handle_no_check_memory_usage_atribute): Deleted.
708         (c_com): Delete its reference.
709         * builtins.c: Delete memory checking code.
710         * calls.c, expr.c, function.c, stmt.c: Likewise.
711         * builtins.c (expand_builtin_arg_info): Remove reference to
712         EXPAND_MEMORY_USE_* modifiers.
713         * explow.c (expr_size): Likewise.
714         * expr.c (expand_expr, expand_increment): Likewise.
715         * expr.h (ARGS_SIZE_RTX): Likewise.
716         * function.c (assign_parms, expand_pending_sizeso): Likewise.
717         * c-decl.c (duplicate_decls): Don't handle DECL_NO_CHECK_MEMORY_USAGE.
718         * expr.c (in_check_memory_usage): Delete.
719         (get_push_address, get_memory_usage_from_modifier): Delete.
720         (expand_assigment): Use EXPAND_WRITE on destination.
721         (expand_expr): Delete ro_modifier.
722         * expr.h (expand_modifier): Delete EXPAND_MEMORY_* entries and
723         add EXPAND_WRITE.
724         (memory_use_mode): Delete.
725         * flags.h (flag_check_memory_usage): Deleted.
726         (flag_prefix_function_name): Likewise.
727         * function.c (expand_function_start): Don't set
728         current_function_check_memory_usage.
729         * function.h (check_memory_usage): Delete.
730         * libfuncs.h, optabs.c: Delete chkr_* stuff.
731         * stmt.c (expand_asm_opernd): Change EXPAND_MEMORY_USE_WO to
732         EXPAND_WRITE.
733         * toplev.c (flag_check_memory_usage): Deleted.
734         (flag_prefix_function_name): Likewise.
735         (f_options, process_options): Delete references to above.
736         * tree.h (DECL_NO_CHECK_MEMORY_USAGE): Deleted.
737         * varasm.c (CHKR_PREFIX): Deleted.
738         (make_decl_rtl): Remove flag_prefix_function_name handling.
739         (assemble_name): Likewise.
740         * doc/extend.texi: Remove no_check_memory_usage attribute.
741         * doc/invoke.texi: Remove -fcheck-memory-usage
742         and -fprefix-function-name.
743
744 2001-12-05  Andreas Schwab  <schwab@suse.de>
745
746         * Makefile.in (STMP_FIXPROTO, STMP_FIXINC): Use substituted values
747         from autoconf.
748
749 2001-12-05  Nick Clifton  <nickc@cambridge.redhat.com>
750
751         * config.gcc: Include arm/xscale-coff.h before arm/arm.h.
752
753 2001-12-05  William Cohen  <wcohen@redhat.com>
754
755         * config/arm/arm.h (THUMB_FUNCTION_PROFILER): Correct typo in
756         instruction.
757
758 2001-12-05  Daniel Berlin  <dan@cgsoftware.com>
759
760         * config/rs6000/rs6000.h (enum rs6000_builtins): Add more altivec
761         builtins.
762
763         * config/rs6000/rs6000.md: Modeling of 7450 altivec changed to
764         better reflect reality (change from Apple's tree).
765         Add more of altivec instructions.
766         Add ftruncv4sf2 pattern.
767         Remove more unspecs (vector merge instructions, etc).
768
769         * config/rs6000/rs6000.c (bdesc_3arg): New, for 3 argument altivec
770         builtins.
771         (bdesc_1arg): New, for 1 argument altivec builtins.
772         (altivec_expand_builtin): Handle unary and ternary ops.
773         (altivec_init_builtins): Ditto.
774
775 Wed Dec  5 09:33:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
776
777         * config/alpha/vms.h (ADA_LONG_TYPE_SIZE): New macro.
778         * doc/tm.texi (ADA_LONG_TYPE_SIZE): Document it.
779
780 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
781
782         * gcse.c (store_killed_in_insn): Consider pure calls
783         as potential store killers in addition to normal calls.
784
785 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
786
787         * expr.c (expand_expr): When checking promoted value, use
788         DECL_MODE (exp) and not mode.
789
790 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
791
792         * c-typeck.c (output_init_element): Call digest_init
793         just once, not in each if branch and check its return value for
794         error_mark_node.
795
796 2001-12-05  Jakub Jelinek  <jakub@redhat.com>
797
798         * c-decl.c (pushdecl): Only increase n_incomplete if pushed decl's
799         type is RECORD_TYPE, UNION_TYPE or ARRAY_TYPE thereof.
800         (finish_struct): Break the loop if n_incomplete went to 0.
801         For ARRAY_TYPE, if it is not TYPE_DECL, layout the decl too.
802
803 Wed Dec  5 07:41:13 2001  Douglas B. Rupp  <rupp@gnat.com>
804
805         * config/alpha/alpha.c (alpha_va_start): Update VMS case.
806
807 Wed Dec  5 07:27:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
808                           Douglas B. Rupp  <rupp@gnat.com>
809
810         * vmsdbg.h, vmsdbgout.c: Add documentation and minor cleanups.
811         * doc/invoke.texi: Add -gvms.
812         * doc/passes.texi: Add mention of vmsdbgout.c.
813         * doc/tm.texi: Document VMS debugging output.
814
815 Wed Dec  5 06:26:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
816
817         * function.h (tree, rtx): Remove no-longer-needed definitions.
818
819         * function.c (keep_stack_depressed): Refine check for register
820         clobbered over call.
821
822         * expr.c (store_expr): When copying string constant into array,
823         use functions that update memrefs instead of computations on
824         addresses to better track MEMs.  Also properly handle 32/64 pointers.
825         (expand_expr): Use TARGET even if not reg for multi-word CONSTRUCTOR.
826         (expand_expr, case CONSTRUCTOR): Fix errors in parms to assign_temp.
827
828         * emit-rtl.c (component_ref_for_mem_expr): Try harder to find decl
829         underneath COMPONENT_REFs.
830         (set_mem_attributes): Also strip VIEW_CONVERT_EXPR.
831
832 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
833
834         * toplev.c (display_target_options): Don't print twice.
835
836 Wed Dec  5 00:42:16 EST 2001  John Wehle  (john@feith.com)
837
838         * emit-rtl.c (set_unique_reg_note): Don't set
839         a REG_EQUAL or REG_EQUIV note if multiple sets
840         are present.
841
842 2001-12-04  John David Anglin  <dave@hiauly1.hia.nrc.ca>
843
844         * cfgrtl.c (verify_flow_info): Allow jump table data in fallthru if
845         CASE_DROPS_THROUGH.
846
847 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
848
849         * rtl.h (initialize_uninitialized_subregs): New prototype.
850         * toplev.c (rest_of_compilation): Call initialize_uninitialized_subregs
851         when optimization is on.
852         * flow.c (find_regno_partial): Find subregs within an expression.
853         (initialize_uninitialized_subregs): Initialize live on entry registers
854         which are used in subreg expressions.
855
856 2001-12-04  Phil Edwards  <pme@gcc.gnu.org>
857
858         * Makefile.in:  Add INSTALL_SCRIPT using INSTALL definition.
859
860 2001-12-04  DJ Delorie  <dj@redhat.com>
861
862         * fixinc/fixincl.c (initialize): Avoid problemsome macro
863         parameter names (PR 3388).
864
865 2001-12-05  Alan Modra  <amodra@bigpond.net.au>
866
867         * config/rs6000/rs6000.c (rs6000_legitimize_address): Fix typo.
868         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Here too.
869
870 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
871
872         * c-common.def (COMPOUND_LITERAL_EXPR): New.
873         * c-common.c (c_expand_expr): Handle COMPOUND_LITERAL_EXPR.
874         (c_staticp): New function.
875         * c-common.h (COMPOUND_LITERAL_EXPR_DECL): New.
876         (c_staticp): Declare.
877         * c-typeck.c (default_function_array_conversion, build_unary_op):
878         Don't handle CONSTRUCTOR specially.
879         (lvalue_p, mark_addressable): Handle COMPOUND_LITERAL_EXPR.
880         * c-decl.c (build_compound_literal): New function.
881         * c-tree.h (build_compound_literal): Declare.
882         * c-parse.in (primary): Use build_compound_literal.
883         * c-lang.c (LANG_HOOKS_STATICP): Define.
884         * objc/objc-lang.c (LANG_HOOKS_STATICP): Likewise.
885         * doc/c-tree.texi: Document COMPOUND_LITERAL_EXPR.
886         * doc/extend.texi: Update documentation of compound literals.
887         Fixes PR c/4787.
888
889 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
890
891         * langhooks.h (struct lang_hooks): Add staticp.
892         * langhooks-def.h (lhd_staticp, LANG_HOOKS_STATICP): New.
893         (LANG_HOOKS_INITIALIZER): Add LANG_HOOKS_STATICP.
894         * langhooks.c (lhd_staticp): New function.
895         * tree.c (staticp): Call lang_hooks.staticp for language-specific
896         tree codes.
897
898 2001-12-04  Neil Booth  <neil@daikokuya.demon.co.uk>
899
900         * cppspec.c (lang_specific_driver): Set is_cpp_driver.
901         * gcc.c (process_command): Ensure the cpp driver sees
902         --help and --target-help, and that the help is printed
903         exactly once.
904
905 2001-12-04  David Edelsohn  <edelsohn@gnu.org>
906
907         * config/elfos.h (ASM_OUTPUT_INTERNAL_LABEL): Display count unsigned.
908
909 2001-12-04  Hans-Peter Nilsson  <hp@axis.com>
910
911         * config/cris/cris.h (OPTIMIZATION_OPTIONS): Don't unset
912         flag_strict_aliasing.  Use separate assignment statements.
913
914 2001-12-04  Zack Weinberg  <zack@codesourcery.com>
915
916         * build-make, cross-make: Delete file.
917         * configure.in: Set and substitute CROSS, ALL,
918         SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_PREFIX_1, HOST_CC,
919         HOST_CFLAGS, STMP_FIXINC, and STMP_FIXPROTO depending on
920         whether build == host and host == target.  Do not
921         AC_SUBST_FILE build_overrides or cross_overrides.  Do not
922         AC_SUBST cross_defines or extra_c_flags.
923         * Makefile.in (NATIVE_SYSTEM_HEADER_DIR): New.
924         (SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_CC, HOST_PREFIX,
925         HOST_PREFIX_1, HOST_CFLAGS, ALL, INTERNAL_CFLAGS): Set
926         partially or completely with autoconf-substituted @variable@
927         notation.
928         (INSTALL_TARGET, @cross_defines@, @cross_overrides@,
929         @build_overrides@, @extra_c_flags@, all.build, install-build,
930         install-cross-rest, install-float-h-cross): Deleted.
931         (install-normal): Rename to install.  Delete old "install"
932         indirection rule.
933
934 2001-12-04  Andrew MacLeod  <amacleod@redhat.com>
935
936         * stmt.c (expand_return): Clear destination instead of clobbering it
937         when setting a return value via bitsets.
938
939 2001-12-04  Alexandre Oliva  <aoliva@redhat.com>
940
941         * tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if
942         it has DECL_SAVED_TREE.
943
944         * c-decl.c (duplicate_decls): Revert rth's patch.  If newdecl
945         is in a different binding level, get its abstract origin to be
946         olddecl.
947         * tree-inline.c (expand_call_inline): Move DECL_INITIAL sanity
948         check earlier.
949         * tree.c (get_callee_fndecl): Follow DECL_ABSTRACT_ORIGIN if
950         DECL_INITIAL is NULL.
951
952 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
953
954         * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized.
955         Return correct value if one of the subexpressions was optimized to
956         0 resp. 1.  Optimize (x | A) | x and (x & A) | x.
957         (and_reg_cond): Similarly.
958
959 2001-12-04  Jakub Jelinek  <jakub@redhat.com>
960
961         * function.c (assign_parms): Set last_named only for last named
962         argument.
963
964 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
965
966         * doc/install.texi: Use the GFDL.  Include years from old install
967         manual in copyright notice.  Include copyright and GFDL notice on
968         HTML index page.  Include usual footer on testing.html.
969         * doc/install.texi2html: Build gfdl.html.  Use -I
970         $SOURCEDIR/include.
971         * doc/include/fdl.texi: Adapt for use in the install manual.
972
973 2001-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
974
975         * doc/install.texi: Document that installed native compiler for
976         building cross compilers should be GCC 2.95 or later.
977
978 2001-12-03  Eric Christopher  <echristo@redhat.com>
979
980         * config/mips/mips.h (CALL_REALLY_USED_REGISTERS): New macro.
981         * config/mips/mips.md: Check TARGET_DEBUG_D_MODE before split
982         patterns.
983
984 2001-12-03  Janis Johnson  <janis187@us.ibm.com>
985
986         * rtl.def (PREFETCH): New rtx code.
987         * doc/rtl.texi (PREFETCH): Add documentation.
988         * function.c (instantiate_virtual_regs_1): Handle PREFETCH rtx.
989         * rtlanal.c (reg_referenced_p): Ditto.
990         * sched-vis.c (print_exp):  Ditto.
991         * ssa-dce.c (find_inherently_necessary):  Ditto.
992
993         * config/ia64/ia64.h (SIMULTANEOUS PREFETCHES): Define.
994           (PREFETCH_BLOCK): Define.
995         * config/ia64/ia64.md (itanium_class): Add lfetch.
996           (prefetch, prefetch_internal): New.
997
998         * builtin-types.def (BT_FN_VOID_PTR_INT_INT): New.
999         * builtins.def (BUILT_IN_PREFETCH): New.
1000         * builtins.c (expand_builtin_expect): New.
1001           (expand_builtin): Call it.
1002         * doc/extend.texi: Document __builtin_prefetch.
1003
1004         * config/i386/i386.md (prefetch): Rename as prefetch_sse to avoid
1005           conflicts with new generic prefetch functionality.
1006         * config/i386/i386.c (ix86_expand_builtin): Use new name for
1007           prefetch_sse.
1008
1009 2001-12-02  Ziemowit Laski  <zlaski@apple.com>
1010
1011         * objc/Make-lang.in: Update copyright.
1012         (OBJC_OBJS): Add objc-lang.o.
1013         (objc-lang.o): New rule.
1014         * objc/config-lang.in: Fix file description and update
1015         copyright.
1016         * objc/objc-act.c: Do not include langhooks.h and
1017         langhooks-def.h
1018         (lang_hooks): Move (along with LANG_HOOKS...) to objc-lang.c.
1019         (objc_post_options): Move to objc-lang.c.
1020         (objc_init_options): Move to objc-lang.c.
1021         (objc_init): Make non-static.
1022         (objc_decode_option): Make non-static.
1023         (HASHFUNCTION): Remove macro.
1024         (hash_func): New function.
1025         (hash_enter): Replace HASHFUNCTION with hash_func.
1026         (hash_lookup): Replace HASHFUNCTION with hash_func.
1027         (maybe_objc_tree_codes): New function.
1028         (init_objc): Move ObjC tree code initialization to
1029         maybe_objc_tree_codes().
1030         * objc/objc-act.h (GCC_OBJC_ACT_H): New include guard.
1031         (objc_init): New public prototype.
1032         (objc_decode_option): New public prototype.
1033         (maybe_add_objc_tree_codes): New public prototype.
1034         * objc/objc-lang.c: New file.
1035         (lang_hooks): Moved from objc-act.c.
1036         (objc_post_options): Moved from objc-act.c.
1037         (objc_init_options): Moved from objc-act.c.
1038
1039 2001-12-03  Geoff Keating  <geoffk@redhat.com>
1040
1041         * emit-rtl.c (gen_lowpart_common): Avoid unwanted sign-extension
1042         of array elements.
1043
1044 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1045
1046         PR c/4988
1047         * gcc.c (process_command): Don't add a preprocessor option for
1048         --help and --target-help; cc1 is enough.
1049
1050 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1051
1052         * c-decl.c (grokdeclarator): Use ISO word.
1053         * cppinit.c: Remove leading capital from diagnostic messages, as
1054         per GNU coding standards.
1055         * emit-rtl.c: Similarly.
1056         * final.c: Similarly.
1057         * gcc.c: Similarly.
1058         * tradcpp.c: Similarly.
1059         * config/arm/arm.c: Similarly.
1060         * config/arm/arm.h: Similarly.
1061         * config/avr/avr.c: Similarly.
1062         * config/avr/avr.h: Similarly.
1063         * config/c4x/c4x.c: Similarly.
1064         * config/cris/cris.c: Similarly.
1065         * config/cris/cris.h: Similarly.
1066         * config/d30v/d30v.c: Similarly.
1067         * config/dsp16xx/dsp16xx.c: Similarly.
1068         * config/dsp16xx/dsp16xx.h: Similarly.
1069         * config/h8300/h8300.c: Similarly.
1070         * config/i386/i386.c: Similarly.
1071         * config/i386/xm-djgpp.h: Similarly.
1072         * config/i960/i960.h: Similarly.
1073         * config/m32r/m32r.c: Similarly.
1074         * config/m68hc11/m68hc11.c: Similarly.
1075         * config/m88k/m88k.c: Similarly.
1076         * config/m88k/m88k.h: Similarly.
1077         * config/mcore/mcore.c: Similarly.
1078         * config/mcore/mcore.h: Similarly.
1079         * config/mips/mips.c: Similarly.
1080         * config/mmix/mmix.c: Similarly.
1081         * config/pa/pa.c: Similarly.
1082         * config/rs6000/rs6000.c: Similarly.
1083         * config/rs6000/sysv4.h: Similarly.
1084         * config/s390/s390.c: Similarly.
1085         * config/sparc/sparc.c: Similarly.
1086         * config/v850/v850-c.c: Similarly.
1087         * config/v850/v850.c: Similarly.
1088
1089 2001-12-03  Zack Weinberg  <zack@codesourcery.com>
1090
1091         * rs6000.h (RETURN_IN_MEMORY): Cast result of
1092         int_size_in_bytes to unsigned HOST_WIDEST_INT so that -1 > 8.
1093
1094 Mon Dec  3 09:18:34 2001  Jeffrey A Law  (law@cygnus.com)
1095
1096         * mn10200.md (negsf2): Use -0x8000 instead of 0x8000 for
1097         bit twiddling constant.
1098
1099 Mon Dec  3 16:16:37 CET 2001  Jan Hubicka  <jh@suse.cz>
1100
1101         * gcse.c (delete_null_pointer_checks_1): Do not use delete_list;
1102         call purge_dead_edges after removing.
1103         (delete_null_pointer_checks): Do not handle delete_list.
1104
1105         * cfgbuild.c (inside_basic_block_p, control_flow_insn_p): Break out from ...
1106         (count_basic_blocks): ... here.
1107         (find_basic_blocks, find_bb_boundaries): Cleanup.
1108
1109         * stor-layout.c (fixup_signed_type, fixup_unsigned_type): Avoid
1110         overflow for types greater then 2 * HOST_WIDE_INT.
1111
1112         * reload.c (find_reloads): Update the duplicates after swapingg.
1113
1114 Mon Dec  3 13:52:19 CET 2001  Jan Hubicka  <jh@suse.cz>
1115
1116         * i386.md (movabsqi*): Use 'b' prefix instead of 'q'.
1117
1118 2001-12-02  Zack Weinberg  <zack@codesourcery.com>
1119
1120         * config/rs6000/rs6000.h (MASK_ALTIVEC_ABI,
1121         MASK_LONG_DOUBLE_128): Delete.
1122         (MASK_AIX_STRUCT_RET, MASK_AIX_STRUCT_RET_SET,
1123         TARGET_AIX_STRUCT_RET): New flags.
1124         (TARGET_SWITCHES): Remove entries for -mlong-double-128 and
1125         -mlong-double-64.  Add entries for -m(no-)aix-struct-return
1126         and -m(no-)svr4-struct-return.
1127         (TARGET_OPTIONS): Add entry for -mlong-double-.
1128         (rs6000_long_double_size_string, rs6000_long_double_type_size,
1129         rs6000_altivec_abi): Declare.
1130         (TARGET_LONG_DOUBLE_128, TARGET_ALTIVEC_ABI,
1131         LONG_DOUBLE_TYPE_SIZE): Change definitions to match.
1132         (RETURN_IN_MEMORY): If !TARGET_AIX_STRUCT_RET, return
1133         structures of size <= 8 bytes in registers.
1134         (PRINT_OPERAND_PUNCT_VALID_P): Take out '$' and '*'.
1135
1136         * config/rs6000/rs6000.c (rs6000_long_double_size_string,
1137         rs6000_long_double_type_size, rs6000_altivec_abi): New
1138         globals.
1139         (rs6000_override_options): Set rs6000_long_double_type_size
1140         from rs6000_long_double_size_string, if nonzero.  Set the
1141         MASK_AIX_STRUCT_RET bit in target_flags from DEFAULT_ABI, if
1142         not already set.
1143         (rs6000_parse_abi_options): Set rs6000_altivec_abi, not a
1144         target_flags bit.
1145         (rs6000_init_builtins): This hook now takes no arguments.
1146
1147         * config/rs6000/netbsd.h, config/rs6000/linux.h: Define
1148         DRAFT_V4_STRUCT_RET to 1.
1149
1150 2001-12-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1151
1152         * c-typeck.c (really_start_incremental_init, push_init_level):
1153         Avoid constructor_max_index being other than an INTEGER_CST.
1154
1155 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
1156
1157         * config/rs6000/xcoff.h (ASM_OUTPUT_INTERNAL_LABEL): Display count
1158         unsigned.
1159         (ASM_GENERATE_INTERNAL_LABEL): Same.
1160         (UNIQUE_SECTION): Fix typo.
1161
1162 2001-12-02  Richard Henderson  <rth@redhat.com>
1163
1164         * c-decl.c (duplicate_decls): Conditionalize DECL_SAVED_TREE copy.
1165
1166 2001-12-02  Richard Henderson  <rth@redhat.com>
1167
1168         * rtl.h (mem_attrs): Rename decl to expr; adjust all users.
1169         (MEM_EXPR): Rename from MEM_DECL; adjust all users.
1170         * emit-rtl.c (set_mem_expr): Rename from set_mem_decl.
1171         * expr.h, final.c, reload1.c: Adjust users.
1172
1173         * alias.c (nonoverlapping_component_refs_p): New.
1174         (decl_for_component_ref, adjust_offset_for_component_ref): New.
1175         (nonoverlapping_memrefs_p): Use them.
1176         * emit-rtl.c (component_ref_for_mem_expr): New.
1177         (set_mem_attributes): Use it.
1178         (set_mem_offset): New.
1179         * expr.c (expand_assignment): Call set_mem_attributes for
1180         inner references; adjust the memory offset as needed.
1181         * print-rtl.c (print_mem_expr): New.
1182         (print_rtx): Use it.
1183
1184 Sun Dec  2 09:22:25 2001  Douglas B. Rupp  <rupp@gnat.com>
1185
1186         * config/x-interix3 (SYSTEM_HEADER_DIR): Put back default.
1187
1188         * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
1189         (PREFERRED_DEBUGGING_TYPE): Define as VMS_AND_DWARF2_DEBUG.
1190         (ASM_SPEC): Don't redefine.
1191         (OPTIMIZATION_OPTIONS, OVERRIDE_OPTIONS, LINK_SPEC): Define.
1192         * config/alpha/t-vms (EXTRA_PARTS): Use; add rule for vms-dwarf2.asm.
1193         * config/alpha/vms-dwarf2.asm: New file.
1194
1195         * Makefile.in (OBJS): Add vmsdbgout.c and its rule.
1196         * c-lex.c (init_c_lex): Test for VMS_AND_DWARF2_DEBUG.
1197         * debug.h (gcc_debug_hooks): Add vmsdbg_debug_hooks.
1198         (vmsdbgout_after_prologue): New declaration.
1199         * defaults.h (VMS_DEBUGGING_INFO): Add to PREFERRED_DEBUGGING_TYPE.
1200         * dwarf2.h (dwarf_attribute): New DW_AT_VMS_rtnbeg_pd_address.
1201         * dwarf2out.c (dwarf2out_do_frame): Test for VMS_AND_DWARF2_DEBUG.
1202         (dwarf2out_frame_finish): Test for VMS_AND_DWARF2_DEBUG.
1203         (dwarf_attr_name): Use DW_AT_VMS_rtnbeg_pd_address.
1204         (add_name_and_src_coords_attributes): Test VMS_DEBUGGING_INFO
1205         * final.c (final_start_function): Test for VMS_AND_DWARF2_DEBUG.
1206         Test VMS_DEBUGGING_INFO.
1207         (final_end_function): Test for VMS_AND_DWARF2_DEBUG.
1208         (final_scan_insn): Test for VMS_AND_DWARF2_DEBUG and VMS_DEBUG.
1209         * flags.h (debug_info_type): Add VMS_DEBUG and VMS_AND_DWARF2_DEBUG.
1210         * toplev.c (compile_file): Test VMS_DEBUGGING_INFO, VMS_DEBUG, and
1211         VMS_AND_DWARF2_DEBUG.
1212         (rest_of_type_compilation): Test for VMS_AND_DWARF2_DEBUG.
1213         (decode_g_option): Add "vms" to debug_type_names.
1214         (process_options): Set vmsdbg_debug_hooks if -gvms.
1215         (lang_independent_init): Emit line number for VMS unless -g0.
1216         * tree.c: (build_complex_type): Test for VMS_AND_DWARF2_DEBUG.
1217         * vmsdbg.h, vmsdbgout.c: New files.
1218
1219 Sun Dec  2 09:03:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1220
1221         * cfgbuild.c (SET_STATE): Add cast to eliminate warning.a
1222
1223 2001-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1224
1225         * cfgrtl.c (purge_all_dead_edges): Initialize variable.
1226         * dwarf2out.c (is_cxx): Prototype.
1227         * local-alloc.c (block_alloc): Avoid 'unsigned>=0 is always true'
1228         warning.
1229         * objc/objc-act.c (defer_fn): Avoid signed/unsigned warning.
1230
1231 Sun Dec  2 07:12:30 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1232
1233         * libgcc2.c (__bb_exit_func): Fix line wrap problems.
1234
1235 2001-12-02  Geoff Keating  <geoffk@redhat.com>
1236
1237         * config/rs6000/rs6000.h (SLOW_UNALIGNED_ACCESS): Simplify.
1238         * config/rs6000/rs6000.c (rs6000_emit_move): Use adjust_address
1239         rather than simplify_subreg.  Check for volatile-ness.  Check that
1240         we're not splitting one slow operation into two slow operations.
1241
1242 2001-12-02  David Edelsohn  <edelsohn@gnu.org>
1243
1244         * emit-rtl.c (gen_lowpart_common): Cast array element to HOST_WIDE_INT
1245         before shifting.
1246
1247 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
1248
1249         * c-decl.c (duplicate_decls, push_parm_decl): Remove leading
1250         capital from diagnostics.
1251         * c-lex.c (cb_file_change): Similarly.
1252         * c-parse.in : Similarly.
1253         * cfgrtl.c (verify_flow_info): Similarly.
1254         * collect2.c: Similarly.
1255         * cppfiles.c (find_include_file): Similarly.
1256         * cppinit.c (cpp_handle_option): Similarly.
1257         * cpplex.c (cpp_spell_token): Similarly.
1258         * cppmain.c (do_preprocessing): Similarly.
1259         * gcc.c (translate_options, process_command, do_spec1,
1260         main, pfatal_execute): Similarly.
1261         * genattr.c (main): Similarly.
1262         * genattrtab.c (check_attr_test, operate_exp, simplify_test_exp,
1263         write_test_expr, main): Similarly.
1264         * gencodes.c (main): Similarly.
1265         * genconfig.c (main): Similarly.
1266         * genconstants.c (main): Similarly.
1267         * genemit.c (main): Similarly.
1268         * genextract.c (main): Similarly.
1269         * genflags.c (main): Similarly.
1270         * genopinit.c (main): Similarly.
1271         * genoutput.c (process_template, main): Similarly.
1272         * genpeep.c (main): Similarly.
1273         * genrecog.c (main): Similarly.
1274         * gensupport.c (is_predicable, identify_predicable_attribute,
1275         alter_predicate_for_insn, init_md_reader_args, main): Similarly.
1276         * ggc-page.c (alloc_anon): Similarly.
1277         * mips-tfile.c (add_string, add_procedure, add_file, read_line,
1278         parse_begin, parse_bend, parse_def, parse_end, parse_file,
1279         parse_stabs_common, parse_stabs, write_varray, write_object,
1280         read_seek, copy_object, main, error): Similarly.
1281         * profile.c (compute_branch_probabilities): Similarly.
1282         * reg-stack.c (check_asm_stack_operands): Similarly.
1283         * reload.c (find_reloads): Similarly.
1284         * reload1.c (spill_failure, failed_reload): Similarly.
1285         * rtl-error.c (_fatal_insn_not_found): Similarly.
1286         * toplev.c (read_integral_parameter, crash_signal,
1287         decode_f_option, set_target_switch, parse_options_and_default_flags)
1288         : Similarly.
1289         * tradcif.y (parse_number, yylex): Similarly.
1290         * tradcpp.c (main, fancy_abort): Similarly.
1291         * tree.c (tree_check_failed): Similarly.
1292         * varray.c (varray_check_failed): Similarly.
1293         * xcoffout.c (xcoff_output_standard_types): Similarly.
1294 objc:
1295         * objc-act.c (get_object_ref, lookup_and_install_protocols,
1296         build_objc_string_object, objc_declare_alias, build_ivar_chain,
1297         finish_message_expr, build_protocol_expr, is_public,
1298         start_class): Similarly.
1299
1300 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1301
1302         * c-decl.c (duplicate_decls, parmlist_tags_warning): Remove
1303         trailing period from diagnostics.
1304         * c-lex.c (cb_file_change): Similarly.
1305         * cppmacro.c (check_trad_stringification): Similarly.
1306         * gcc.c (do_spec_1): Similarly.
1307         * genattr.c (main): Similarly.
1308         * genattrtab.c (main, operate_exp, make_length_attrs): Similarly.
1309         * gencodes.c (main): Similarly.
1310         * genconfig.c (main): Similarly.
1311         * genconstants.c (main): Similarly.
1312         * genemit.c (main): Similarly.
1313         * genextract.c (main): Similarly.
1314         * genopinit.c (main): Similarly.
1315         * genoutput.c (main): Similarly.
1316         * genpeep.c (main): Similarly.
1317         * genrecog.c (main): Similarly.
1318         * mips-tfile.c (add_file, error): Similarly.
1319         * profile.c (init_branch_prob): Similarly.
1320         * reload1.c (spill_failure): Similarly.
1321         * stmt.c (parse_output_constraint): Similarly.
1322         * varasm.c (assemble_variable): Similarly.
1323
1324 2001-12-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1325
1326         * m68k.c (init_FPA_table): Provide static prototype.
1327         * mips/abi64.h (mips_function_value): Move prototype to ...
1328         * mips-protos.h (mips_function_value): ... here.
1329         * mips.c: Include halfpic.h.
1330         * output.h (rdata_section): Prototype.
1331
1332         * h8300.c (h8300_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
1333         * m88k.c (m88k_svr3_asm_out_constructor,
1334         m88k_svr3_asm_out_destructor): Wrap with CTOR_LIST_BEGIN &&
1335         !OBJECT_FORMAT_ELF.
1336         * mcore.c (mcore_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
1337         * sh.c (sh_asm_named_section): Wrap with !OBJECT_FORMAT_ELF.
1338         * sparc.c (sparc_elf_asm_named_section): Wrap with OBJECT_FORMAT_ELF.
1339
1340 2001-12-01  Geoff Keating  <geoffk@redhat.com>
1341
1342         * config/rs6000/rs6000.h (LEGITIMATE_LO_SUM_ADDRESS_P): Complex
1343         LO_SUM addresses less than word size are not legitimate,
1344         because they lead to invalid SUBREGs.
1345         * config/rs6000/rs6000.c (rs6000_legitimize_address): Likewise.
1346
1347 2001-12-01  Olivier Hainque <hainque@act-europe.fr>
1348
1349         * unroll.c (loop_iterations): Give up on jumps with null JUMP_LABEL
1350         while scanning for multiple back edges.
1351
1352 2001-12-01  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1353
1354         * ginclude/ppc-asm.h (JUMP_TARGET): New macro.
1355         * config/rs6000/tramp.asm: Use it.
1356
1357 2001-12-01  Zack Weinberg  <zack@codesourcery.com>
1358
1359         * gencheck.c, gengenrtl.c: Don't define xmalloc.
1360         * gensupport.c: Don't define xstrdup, xcalloc, xrealloc,
1361         xmalloc.
1362
1363 2001-11-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1364
1365         * pa.c (output_ascii): Cast `p' to unsigned char.
1366
1367 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
1368
1369         * config/rs6000/rs6000.c (altivec_expand_builtin): add
1370         ALTIVEC_BUILTIN_LD_INTERNAL_4sf and ALTIVEC_BUILTIN_ST_INTERNAL_4sf,
1371         *_16qi,_8hi, rename existing V4SI ones to *_4si.
1372         (altivec_init_builtins): Ditto.
1373         (bdesc_2arg): Rename CODE_FOR_* to match changes in MD file.
1374
1375         * config/rs6000/rs6000.md: Add attribute types vecsimple,
1376         veccomplex, vecfloat, and vecperm, for altivec instructions.
1377         Modify altivec patterns to use appropriate attribute type.
1378         Modify altivec patterns to match RTL operations where appropriate
1379         (IE no unspec where we can avoid it).
1380         Add vector unit scheduling for ppc7450.
1381         Rename patterns to what they are where appropriate
1382         (altivec_vaddfp->addv4sf3, etc)
1383
1384         * config/rs6000/rs6000.h (enum rs6000_builtins): Change VRS->VSR.
1385         Pass -mppc, and define _ARCH_PPC, if -mcpu=7450 is used.
1386
1387         * config/rs6000/sysv4.h: Add -mcpu=7450.
1388
1389         * testsuite/gcc.dg/altivec-1.c: Update test to take into account renamed
1390         _builtin_altivec_ld_interal function.
1391
1392 2001-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1393
1394         * configure.in (AC_CHECK_FUNCS): Delete strtoul, bsearch, popen,
1395         strchr, strrchr, isascii, gettimeofday.
1396         * config.in, configure: Regenerate.
1397
1398 2001-11-30  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
1399
1400         * unroll.c (unroll_loop): Correct special exit cases.
1401
1402 2001-11-30  Stephane Carrez  <Stephane.Carrez@sun.com>
1403
1404         * config/sparc/sparc.c (DF_MODES_NO_S): Fix pr/3623, define to
1405         accept DFmode and DImode only.
1406
1407 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
1408
1409         * config/rs6000/rs6000.h (STARTING_FRAME_OFFSET): Adjust for altivec.
1410         (STACK_DYNAMIC_OFFSET): Same.
1411
1412 2001-11-30  Richard Henderson  <rth@redhat.com>
1413
1414         * c-decl.c (duplicate_decls): Copy DECL_SAVED_TREE.
1415
1416 2001-11-30  Aldy Hernandez  <aldyh@redhat.com>
1417
1418         * config/rs6000/rs6000.h (CALL_REALLY_USED_REGISTERS): New.
1419         (CONDITIONAL_REGISTER_USAGE): Set call_really_used_registers to
1420         the values in call_used_registers.
1421
1422 Fri Nov 30 12:48:26 2001  Jeffrey A Law  (law@cygnus.com)
1423
1424         * gthr-dce.h: If _DCE_THREADS is not defined, then just include
1425         gthr-single.
1426
1427 2001-11-30  Jason Merrill  <jason@redhat.com>
1428
1429         * dwarf2out.c (is_cxx): New fn.
1430         (add_data_member_location_attribute): Check it.
1431         * dbxout.c (dbxout_type): Only look at BINFO_VPTR_FIELD for C++.
1432
1433 Fri Nov 30 08:26:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1434
1435         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Handle const1_rtx.
1436
1437 2001-11-30  Daniel Berlin  <dan@cgsoftware.com>
1438
1439         * genopinit.c (gen_insn): Handle MODE_VECTOR_INT and
1440         MODE_VECTOR_FLOAT as allowed.
1441
1442 2001-11-29  Zack Weinberg  <zack@codesourcery.com>
1443
1444         Purge cruft now we have build libiberty.
1445
1446         * Makefile.in (OBSTACK, VFPRINTF, DOPRINT, STRSTR,
1447         HOST_OBSTACK, HOST_VFPRINTF, HOST_DOPRINT, HOST_STRSTR,
1448         USE_HOST_OBSTACK, USE_HOST_VFPRINTF, USE_HOST_DOPRINT,
1449         USE_HOST_STRSTR): Delete variables.
1450         (vfprintf.o, doprint.o, strstr.o, splay-tree.o, obstack.o,
1451         hashtab.o, safe-ctype.o, $(HOST_PREFIX_1)obstack.o,
1452         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
1453         $(HOST_PREFIX_1)strstr.o), $(HOST_PREFIX_1)): Delete rules.
1454         (LIBIBERTY, BUILD_LIBIBERTY): New variables.
1455         (LIBDEPS): Now just $(INTLDEPS) $(LIBIBERTY).
1456         (LIBS): Now just $(INTLLIBS) @LIBS@ $(LIBIBERTY).
1457         (HOST_LIBDEPS): Now just $(BUILD_LIBIBERTY).
1458         (HOST_LIBS): Ditto.
1459         (HOST_RTL): Remove hashtab.o safe-ctype.o.
1460         (OBJS): Remove splay-tree.o.
1461         (gen-protos): Depend on $(HOST_LIBS), not ../libiberty/libiberty.a.
1462         (distclean): No need to delete splay-tree.c obstack.c
1463         hashtab.c safe-ctype.c.
1464         (mostlyclean): Delete build copies of print-rtl.c bitmap.c
1465         errors.c ggc-none.c (all prefixed with $(HOST_PREFIX_1).
1466         * aclocal.m4 (gcc_AC_FUNC_VFPRINTF_DOPRNT, gcc_AC_FUNC_STRSTR):
1467         Delete.
1468         * configure.in: Don't use them.
1469         Set and substitute @FORBUILD@.
1470         * config.in, configure: Regenerate.
1471         * doprint.c: Move to libiberty/_doprnt.c.
1472         * doc/configterms.texi: Document that libiberty is now built
1473         up to three times.  Fix typo.
1474
1475 2001-11-30  Jason Merrill  <jason@redhat.com>
1476
1477         * dwarf2out.c (add_data_member_location_attribute): Do the
1478         right thing for virtual bases.
1479         * dbxout.c (dbxout_type): For a virtual base, print the offset
1480         within the vtable.
1481
1482 2001-11-29  Zoltan Hidvegi  <hzoli@hzoli.2y.net>
1483
1484         * doloop.c (doloop_valid_p): Check for LTU and GTU as well.
1485
1486 2001-11-29  Aldy Hernandez  <aldyh@redhat.com>
1487
1488         * config/rs6000/rs6000.c (function_arg): Unnamed vector arguments
1489         go in memory.
1490         Remove unused attribute for named.
1491
1492 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1493
1494         * genattrtab.c (attr_rtx_1): New function containing the
1495         majority of `attr_rtx'.  Move variable declarations into the
1496         scope where they are used.  Eliminate unnecessary gotos.
1497         (attr_rtx): Now just a wrapper for `attr_rtx_1' using VA_OPEN,
1498         VA_FIXEDARG, and VA_CLOSE.
1499
1500 2001-11-30  Hans-Peter Nilsson  <hp@axis.com>
1501
1502         * config/cris/cris.c (cris_notice_update_cc): Check first
1503         destination also against overlap with cc_status.value2 and second
1504         destination against overlap with cc_status.value1.  For overlaps,
1505         clear overlapped value, don't just CC_STATUS_INIT.
1506
1507         * config/cris/cris.h (EXTRA_CONSTRAINT_T): Fix spacing and FIXME.
1508         Fix typo in comment.
1509         (LINK_SPEC): Remove whitespace at end of line.
1510
1511 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
1512
1513         * c-lex.c (init_c_lex): Canonicalize "-" filename to "".
1514
1515 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
1516
1517         * gcc.c (ASM_DEBUG_SPEC): Only check HAVE_AS_G*_DEBUG_FLAG
1518         macros for the supported debugging types.
1519
1520 2001-11-29  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1521
1522         PR other/4932
1523         * config/i386/i386.c (print_operand):  Verify that the
1524           argument to %c is a constant and not a conditional which
1525           needs to be reversed.
1526
1527 Thu Nov 29 11:12:59 2001  Geoffrey Keating (geoffk@redhat.com)
1528
1529         * emit-rtl.c (gen_lowpart_common): Fix conversion of
1530         REAL_VALUE_TYPEs to an array of target integers.  Fix extraction
1531         of low part of those arrays for 32bit and 64bit hosts.
1532
1533 2001-11-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1534
1535         * Makefile.in (insn-output.o): Depend on insn-codes.h.
1536
1537 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1538
1539         * configure.in (target_list): Add generated-manpages.
1540         * configure: Regenerate.
1541         * Makefile.in (generated-manpages): Depend on
1542         lang.generated-manpages.
1543         * objc/Make-lang.in (objc.generated-manpages): New dummy target.
1544
1545 2001-11-29  Nick Clifton  <nickc@cambridge.redhat.com>
1546
1547         * config/arm/crti.asm (_init): Add .thumb_func if compiled
1548         with -mthumb.
1549         (_fini): Add .thumb_func if compiled with -mthumb.
1550
1551 2001-11-28  Eric Christopher  <echristo@redhat.com>
1552
1553         * config/mips/mips.c (override_options): Fix thinko in mips_tune
1554         for mips32/mips64. Remove MASK_SOFT_FLOAT configuration bits.
1555
1556 Thu Nov 29 00:24:15 EST 2001  John Wehle  (john@feith.com)
1557
1558         * alpha.md (tablejump): Use pic_offset_table_rtx
1559         instead of gen_rtx_REG.
1560
1561 Wed Nov 28 15:36:13 2001  Jeffrey A Law  (law@cygnus.com)
1562
1563         * expr.c (store_expr): When copying a string constant into an
1564         array, reset the known alignment of the MEM for the section to
1565         be cleared to BITS_PER_UNIT.
1566
1567 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1568
1569         * config/cris/cris.c: Remove whitespace at end of line.
1570
1571 Wed Nov 28 14:51:23 2001  Douglas B. Rupp  <rupp@gnat.com>
1572
1573         * config.gcc (i[34567]86-*-interix3*): New case.
1574         * config/x-interix3, config/interix3.h, config/i386/i386-interix3.h:
1575         New files.
1576
1577 2001-11-28  Richard Henderson  <rth@redhat.com>
1578
1579         * config/alpha/alpha.md (sibcall_osf_1, sibcall_value_osf_1): Use
1580         symbolic_operand as the predicate.
1581
1582 2001-11-28  Richard Henderson  <rth@redhat.com>
1583
1584         * doloop.c (doloop_modify_runtime): Properly select induction
1585         variable; skip late entry test if biv initializer created by loop.
1586
1587 Wed Nov 28 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1588
1589         * tree.h (EXPR_WFL_LINECOL): Used by Java in node other than
1590         EXPR_WITH_FILE_LOCATION, so change checks and documentation.
1591
1592         * tree.h (TREE_VIA_PROTECTED): Update to show can be in TREE_VEC.
1593
1594         * tree.h: Add missing checks on some macros; make formatting more
1595         consistent.
1596
1597         * stor-layout.c (put_pending_size): Look for SAVE_EXPR if not at top
1598         level; only add to pending_sizes if find it.
1599
1600         * langhooks.c (lhd_safe_from_p): Add ATTRIBUTE_UNUSED.
1601
1602         * df.c (iterate_dataflow_sbitmap, iterate_dataflow_bitmap):
1603         Add casts to remove warnings.
1604
1605         * Makefile.in (OBJS): Sort alphabetically.
1606
1607         * print-rtl.c (print_rtx): If RTX code is bad, just say so.
1608         Also minor cleanups.
1609
1610 Wed Nov 28 06:52:27 2001  Arnaud Charlet  <charlet@ACT-Europe.FR>
1611
1612         * Makefile.in (ORDINARY_FLAGS_TO_PASS): Remove STAGE_PREFIX.
1613         (FLAGS_TO_PASS): Add STAGE_PREFIX.
1614         (SUBDIR_FLAGS_TO_PASS): Apply PREPEND_DOTDOT_TO_RELATIVE_PATH
1615         to STAGE_PREFIX.
1616
1617 Wed Nov 28 10:42:19 CET 2001  Jan Hubicka  <jh@suse.cz>
1618
1619         * cse.c (true_dependence_in_rtx): New function.
1620         (invalidate): Use it.
1621
1622         * c-common.h (GOTO_FAKE_P): New macro.
1623         * tree-inline.c (GOTO_FAKE_P): Set.
1624         * c-tree.texi (GOTO_FAKE_P): Document.
1625
1626         * varasm.c (assemble_variable): Set reloc to 3 for error_mark
1627         containing pointers.
1628         (output_addressed_constants): Check for local/external relocations.
1629         * elfos.h (SELECT_SECTION): Classify data section.
1630         * tm.texi (SELECT_SECTION): Update documentation.
1631
1632         * cfganal.c (flow_dfs_compute_reverse_add_bb): set visited bit.
1633         (flow_dfs_compute_reverse_execute): Add only unvisited blocks.
1634
1635 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1636
1637         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
1638         UNALIGNED_DOUBLE_INT_ASM_OP): Also provide defaults when we have
1639         OBJECT_FORMAT_ROSE.
1640
1641 2001-11-28  Hans-Peter Nilsson  <hp@axis.com>
1642
1643         * config/cris/cris.c: Tweak spacing for prototypes.
1644         (LOSE_AND_RETURN): New macro.
1645         (cris_operand_lossage): New function.
1646         (cris_print_index, cris_print_base): Use cris_operand_lossage
1647         rather than fatal_insn.
1648         (cris_print_operand, cris_print_operand_address): Use
1649         LOSE_AND_RETURN rather than fatal_insn and internal_error.
1650         (cris_output_addr_const): Use LOSE_AND_RETURN and
1651         output_operand_lossage rather than fatal_insn and internal_error
1652         for valid but unexpected rtx expressions.
1653
1654         * config/cris/cris.c (cris_split_movdx): Don't call alter_subreg
1655         for a SUBREG in src or dest, abort instead.
1656
1657 2001-11-28  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
1658
1659         * doc/passes.texi: Remove reference to c-dump.c. Update tree inlining
1660         doc.
1661
1662 2001-11-27  Jakub Jelinek  <jakub@redhat.com>
1663
1664         * gcc.c (ASM_DEBUG_SPEC): Use conditional expression rather than
1665         preprocessor define.  If only DBX_DEBUGGING_INFO or only
1666         DWARF2_DEBUGGING_INFO is supported for the target, provide
1667         appropriate definitions.
1668
1669 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1670
1671         * Makefile.in: Update, and add c-objc-common.o dependencies.
1672         * c-lang.c: Remove unnecessary includes.
1673         (c_init): Move bulk of code to c_objc_common_init, and call it.
1674         (c_tree_printer, c_missing_noreturn_ok_p, c_disregard_inline_limits,
1675         inline_forbidden_p, c_cannot_inline_tree_fn): Move to
1676         c-objc-common.c.
1677         * c-objc-common.c: New.  Mostly pulled from c-lang.c.
1678         * c-tree.h (c_disregard_inline_limits, c_cannot_inline_fn,
1679         c_objc_common_init, c_missing_noreturn_ok_p): New.
1680         * toplev.c: Update comment.
1681         * doc/passes.texi: Update.
1682 objc:
1683         * objc-act.c (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
1684         LANG_HOOKS_TREE_INLINING_DISREGARD_INLINE_LIMITS,
1685         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Override.
1686         (objc_init): Update to use c_objc_common_init.
1687
1688 2001-11-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1689
1690         * cpphash.c (_cpp_init_hashtable): Update.
1691         * cpphash.h (struct spec_nodes): Remove n_L.
1692         * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
1693
1694 2001-11-17  Richard Henderson  <rth@redhat.com>
1695
1696         * unroll.c (loop_iterations): Move last change ...
1697         * doloop.c (doloop_modify_runtime): ... here.
1698
1699 2001-11-17  Corey Minyard  <minyard@acm.org>
1700             Richard Henderson  <rth@redhat.com>
1701
1702         * unroll.c (loop_iterations): Detect one situation in which we
1703         overestimate the number of iterations.
1704
1705 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1706
1707         * gcc.c (set_input): Export.
1708         Move declaration ...
1709         gcc.h (set_input): ... here.
1710
1711 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1712
1713         * gcc.c (set_collect_gcc_options): New function, split out from
1714         main.
1715         Ignore elided switches.
1716         (do_spec): Invoke before executing command.
1717         (do_spec_1): Likewise.
1718         Fixes PR other/3968.
1719
1720 2001-11-27  Hans-Peter Nilsson  <hp@axis.com>
1721
1722         * config/cris/cris.h (INT_ASM_OP): Remove.
1723
1724 2001-11-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1725
1726         * config/i386/sol2.h (WINT_TYPE): Redefine.
1727         (WINT_TYPE_SIZE): Likewise.
1728
1729 2001-11-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1730
1731         * collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
1732         (dup2): Make static and add prototype.
1733         * m68k/plexus.h: Don't define NO_DUP2.
1734         * configure.in (AC_CHECK_FUNCS): Add dup2.
1735         * config.in, configure: Regenerate.
1736
1737         * ia64/aix.h (REG_SIZE): Don't #undef.
1738         * sparc.h (REG_SIZE): Delete.
1739         * flow.c (mark_used_regs): Don't use REG_SIZE.
1740         * regs.h (REG_SIZE): Delete.
1741
1742 2001-11-27  Andreas Schwab  <schwab@suse.de>
1743
1744         * gcc.c: Fix typo PREFERRED_DEBUGGING_FORMAT ->
1745         PREFERRED_DEBUGGING_TYPE.
1746
1747 Tue Nov 27 08:21:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1748
1749         * Makefile.in (c-lang.o): Depends on langhooks-def.h.
1750         (expr.o, varasm.o): Depends on langhooks.h.
1751         * c-common.c (c_safe_from_p): Always declare.
1752         (c_expand_expr): Refine when declared.
1753         * c-lang.c (c-common.h): Now include.
1754         (LANG_HOOKS_SAFE_FROM_P): Define new hook.
1755         (c_init): Don't set lang_safe_from_expr.
1756         * expr.c (langhooks.h): Now include.
1757         (lang_safe_from_p): No longer define.
1758         (safe_from_p): Use lang hook.
1759         (expand_expr): Set IGNORE if VOID_TYPE result of VIEW_CONVERT_EXPR too.
1760         (expand_expr, case VIEW_CONVERT_EXPR): Pass ro_modifier down.
1761         * expr.h (lang_expand_constant, lang_safe_from_p): Delete.
1762         * langhooks-def.h (lhd_return_tree, lhd_safe_from_p): New decls.
1763         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
1764         * langhooks.c (lhd_return_tree, lhd_safe_from_p): New functions.
1765         * langhooks.h (struct lang_hooks): New fields expand_constant
1766         and safe_from_p.
1767         * output.h (output_constant): Size arg is HOST_WIDE_INT.
1768         * stmt.c (expand_decl_init): No longer need to expand constant
1769         for CONST_DECL.
1770         * stor-layout.c (put_pending_size): Don't check for SAVE_EXPR.
1771         * toplev.c (lang_expand_constant): Delete var.
1772         * tree.c (save_expr): Don't put another SAVE_EXPR around simple
1773         operations on SAVE_EXPR.
1774         * varasm.c (langhooks.h): Now include.
1775         (compare_constant_1): Use lang_hooks, not lang_expand_constant.
1776         (record_constant_1, output_addressed_constants): Likewise.
1777         (initializer_constant_valid_p, output_constant): Likewise.
1778         (output_constant_def): Process no-defer of string constant.
1779         (output_addressed_constants, case ADDR_EXPR): Use handled_component_p.
1780         (output_constant): Strip more conversions.
1781         Track our size and pad for the rest.
1782         (array_size_for_constructor): Remove code for non-byte STRING_CST.
1783         (output_constructor): SIZE now HOST_WIDE_INT.
1784
1785 2001-11-27  Richard Henderson  <rth@redhat.com>
1786
1787         * ifcvt.c (noce_try_store_flag_constants): Test for overflow
1788         in computing DIFF.
1789
1790 2001-11-27  Zack Weinberg  <zack@codesourcery.com>
1791
1792         * cppfiles.c (read_include_file): Add comment.
1793
1794 2001-11-26  Richard Henderson  <rth@redhat.com>
1795
1796         * toplev.c (rest_of_compilation): Call free_bb_for_insn before exit.
1797
1798 2001-11-26  Richard Henderson  <rth@redhat.com>
1799
1800         * config/ia64/sysv4.h (DBX_DEBUGGING_INFO): Undef.
1801         * config/ia64/aix.h (PREFERRED_DEBUGGING_TYPE): Remove
1802         commented out override.
1803
1804 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1805
1806         * cppfiles.c (stack_include_file): Don't optimize zero-length
1807         files.
1808         (read_include_file): NUL-terminate read files.
1809         * cpplex.c (handle_newline, skip_escaped_newlines,
1810         get_effective_char, skip_whitespace, parse_identifier,
1811         parse_identifier_slow, parse_number, parse_string,
1812         _cpp_lex_direct): Optimize for the fact that buffers are guaranteed
1813         NUL-terminated.
1814         * cpplib.c (destringize_and_run, cpp_define, handle_assertion):
1815         Be sure buffers are NUL terminated.
1816         * cppmacro.c (warn_of_redefinition): Kill compile warning.
1817
1818 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1819
1820         * c-common.c: Include tree-inline.h.
1821         (c_language): Move separate definitions here.
1822         (c_common_init_options, c_common_post_options): New.
1823         (c_common_lang_init): Rename c_common_init.
1824         * c-common.h (c_common_lang_init): Similarly.
1825         (c_common_init_options, c_common_post_options): New.
1826         * c-lang.c (c_post_options): Move body to c_common_post_options.
1827         (c_init_options): Use c_common_init_options.
1828         (c_init): Update.
1829         * langhooks.def: Rearrange.
1830         * langhooks.h: Rearrange, and improve comments.
1831         * toplev.c (do_compile): New function.
1832         (toplev_main): Use it.
1833         (lang_independent_f_options, parse_options_and_default_flags,
1834         process_options): Remove trailing periods.
1835         * Makefile.in: Update.
1836 objc:   * objc-act.c (objc_post_options, objc_init_options): Use c-common.c
1837         functions.
1838         (ojbc_init): Update.
1839
1840 2001-11-26  Richard Henderson  <rth@redhat.com>
1841
1842         * config/alpha/alpha.md (unop): Add 0 offset for some gas versions.
1843
1844 2001-11-26  DJ Delorie  <dj@redhat.com>
1845
1846         * expr.c (store_constructor): Actually use the value computed
1847         if WORD_REGISTER_OPERATIONS.
1848
1849 2001-11-26  Richard Henderson  <rth@redhat.com>
1850
1851         * config/elfos.h (SELECT_SECTION): Don't check TREE_READONLY
1852         for CONSTRUCTOR.
1853
1854 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
1855
1856         * rs6000.c (output_mi_thunk): Handle minimal-toc and call
1857         correct function on AIX.
1858
1859 2001-11-26  Alexandre Oliva  <aoliva@redhat.com>
1860
1861         * toplev.c (process_options): Don't force
1862         flag_optimize_sibling_calls to zero just because exceptions are
1863         enabled.
1864
1865 Mon Nov 26 12:37:05 2001  Jeffrey A Law  (law@cygnus.com)
1866
1867         * df.h (transfer_function_sbitmap): Use PARAMS around argument
1868         list in function prototypes.
1869         (transfer_function_bitmap): Likewise.
1870
1871 2001-11-26  Loren J. Rittle  <ljrittle@acm.org>
1872
1873         * config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
1874         * config/i386/netbsd-elf.h: Likewise.
1875
1876 2001-11-26  David Edelsohn  <edelsohn@gnu.org>
1877
1878         * doc/trouble.texi: Remove outdated RS/6000 comments.
1879
1880 Mon Nov 26 13:49:41 CET 2001  Jan Hubicka  <jh@suse.cz>
1881
1882         * final.c (walk_alter_subreg): Fix return value.
1883
1884 Mon Nov 26 11:36:20 CET 2001  Jan Hubicka  <jh@suse.cz>
1885
1886         * sparc.c (sparc_absnegfloat_split_legitimate): Do not call
1887         alter_subreg.
1888         * sparc.md (post-reload splitters): Do not call alter_subreg.
1889         * cfgrtl.c (purge_dead_edges): Fix typo in previous fix.
1890
1891 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
1892
1893         * regclass.c (choose_hard_reg_mode): Handle vector arguments.
1894
1895 2001-11-26  Alan Modra  <amodra@bigpond.net.au>
1896
1897         * final.c: (insn_lengths): Make it an int *, so that large jump
1898         tables don't overflow.
1899
1900 2001-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
1901
1902         * c-format.c (FMT_FLAG_DOLLAR_GAP_POINTER_OK): New.
1903         (format_types): Use it for scanf.
1904         (dollar_arguments_pointer_p): New.
1905         (init_dollar_format_checking): Store details of which arguments
1906         are pointers.
1907         (maybe_read_dollar_number): Reallocate dollar_arguments_pointer_p.
1908         (finish_dollar_format_checking): Take extra parameter
1909         pointer_gap_ok.  Treat unused arguments differently if
1910         pointer_gap_ok and the unused arguments are pointers.
1911         (check_format_info_main): Pass extra argument to
1912         finish_dollar_format_checking.
1913         * doc/invoke.texi (-Wno-format-extra-args): Document behavior when
1914         unused arguments are present between used arguments with operand
1915         numbers.
1916
1917 2001-11-25  Daniel Berlin  <dan@cgsoftware.com>
1918
1919         * df.c: Add prototypes for hybrid_search_bitmap and
1920         hybrid_search_sbitmap.
1921         (hybrid_search_bitmap): New function.
1922         (hybrid_search_sbitmap): New function.
1923         (iterative_dataflow_sbitmap): Change to use hybrid_search_sbitmap.
1924         (iterative_dataflow_bitmap): Ditto.
1925
1926 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1927
1928         * config/m68hc11/m68hc11.md (peephole2): New peephole2 to optimize
1929         address computations.
1930
1931 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1932
1933         * config/m68hc11/m68hc11.c (d_register_operand): Must accept
1934         register b (low part of d).
1935
1936 2001-11-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
1937
1938         * config/m68hc11/m68hc11.h (FUNCTION_PROFILER): Fix label name
1939         passed to mcount.
1940
1941 Sun Nov 25 06:22:09 2001  Douglas B. Rupp  <rupp@gnat.com>
1942
1943         * config/alpha/vms-ld.c, config/alpha/vms-cc.c: New files.
1944         * config/alpha/x-vms: New file, to compile the above.
1945         * config.gcc (alpha*-dec-vms*): Add x-vms.
1946
1947 2001-11-24  Hans-Peter Nilsson  <hp@axis.com>
1948
1949         * genextract.c (main): Set ro_loc for peepholes.
1950
1951 Sat Nov 24 17:04:10 2001  Douglas B. Rupp  <rupp@gnat.com>
1952
1953         * fix-header.c (main): Move inf_buffer termination and inf_limit
1954         calculation to after read.
1955
1956         * config/alpha/xm-vms.h (FILE_TYPE): Remove undef and baggage.
1957         (__UNIX_FOPEN): Define.
1958
1959 Sat Nov 24 16:11:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
1960
1961         * function.c (assign_stack_temp_for_type): Clear alias set before
1962         setting new one.
1963
1964 2001-11-23  David Edelsohn  <edelsohn@gnu.org>
1965
1966         * rs6000.c (print_operand, case 'v'): Use HOST_WIDE_INT_PRINT_HEX
1967         format.
1968         * rs6000.md (cmptf): Fix typo.
1969
1970 2001-11-23  Richard Sandiford  <rsandifo@redhat.com>
1971
1972         * final.c (output_addr_const): Output PC as '.' even if !flag_pic.
1973         * varasm.c (output_constructor): Use assemble_integer rather
1974         than ASM_OUTPUT_BYTE.
1975
1976 2001-11-23  Andreas Jaeger  <aj@suse.de>
1977
1978         * cpplex.c (cpp_interpret_charconst): Use HOST_WIDE_INT for sign
1979         extension.
1980
1981 2001-11-23  Nick Clifton  <nickc@cambridge.redhat.com>
1982
1983         * config/arm/xscale-coff.h (SUBTARGET_CPU_DEFAULT): Override
1984         default definition.
1985         (SUBTARGET_EXTRA_ASM_SPEC): Remove previous definition.
1986         (MULTILIB_DEFAULTS): Remove previous definition.
1987
1988 2001-11-23  Neil Booth  <neil@daikokuya.demon.co.uk>
1989
1990         * cppmacro.c (warn_of_redefinition): Warn regardless of -pedantic.
1991         * gcc.dg/cpp/mi6.c, gcc.dg/cpp/redef2.c: Update.
1992
1993 2001-11-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1994
1995         * cris.h: Revert thinko in last patch.
1996
1997 2001-11-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1998
1999         * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
2000         FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
2001         cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
2002         dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
2003         explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
2004         sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
2005
2006         * predict.c, reg-stack.c: Fix spelling errors.
2007
2008 2001-10-09  Andrew Haley  <aph@redhat.com>
2009
2010         * calls.c (check_sibcall_argument_overlap): Use slot_offset for
2011         start of stack slot.
2012
2013 2001-11-22  Graham Stott  <grahams@redhat.com>
2014
2015         * cfgrtl.c (try_redirect_by_replacing_jump): Fix typo, emit
2016         replacement jump after original jump.
2017
2018         (verify_flow_info): Remove redundent initialisation.
2019         Handle reaching end of insn list before finding a BARRIER.
2020         Only issue one missing barrier diagnostic.
2021
2022 2001-11-22  Graham Stott  <grahams@redhat.com>
2023
2024         * local-alloc.c (combine_regs): Handle SUBREG_REG being a MEM.
2025
2026 Thu Nov 22 06:49:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2027
2028         * config/i386/i386.md (leave, leave_rex64): Have RTL reflect what
2029         insn actually does.
2030
2031 2001-11-22  Nick Clifton  <nickc@cambridge.redhat.com>
2032
2033         * doc/invoke.texi (M32R/D Option Summary): Document -m32r switch.
2034         Fix typo -mm32rx=> -m32rx.
2035
2036         * config/arm/arm.c (arm_elf_asm_named_section): Only build for elf
2037         targets.
2038
2039         * config.gcc (xscale-coff): Add necessary header files to
2040         tm_file variable.
2041
2042 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
2043
2044         * rs6000.c (output_cbranch): Use $, not %$, in output template.
2045
2046 2001-11-21  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2047
2048         * tree-dump.c: Rename from c-dump.c. Include c-tree.h, not c-common.h.
2049         (lang_type_quals): Declare.
2050         (dequeue_and_dump): Use lang_hooks.tree_dump.type_quals function to
2051         retrieve language-specific qualifiers for a type node, instead of
2052         C_TYPE_QUALS. Likewise for lang_hooks.tree_dump.dump_tree instead of
2053         lang_dump_tree.
2054         * tree-dump.h: Rename from c-dump.h.
2055         * c-common.h (C_TYPE_QUALS): Removed.
2056         Move declarations for tree-dump.c interface to...
2057         * tree.h: ... here. Remove lang_dump_tree.
2058         * langhooks.h (struct lang_hooks_for_tree_dump): New.
2059         (struct lang_hooks): Add tree_dump hooks.
2060         * langhooks.c (lhd_tree_dump_dump_tree): New function.
2061         (lhd_tree_dump_type_quals): New function.
2062         * langhooks-def.h (lhd_tree_dump_dump_tree, lhd_tree_dump_type_quals):
2063         Declare.
2064         (LANG_HOOKS_INITIALIZER): Add tree_dump hooks.
2065         * Makefile.in: Move tree-dump.o to language-independent back-end.
2066
2067 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2068
2069         * 1750a.h (DBX_REGISTER_NUMBER): Don't define.
2070         * alpha.h (DBX_REGISTER_NUMBER): Likewise.
2071         * arc.h (DBX_REGISTER_NUMBER): Likewise.
2072         * arm/aout.h (DBX_REGISTER_NUMBER): Likewise.
2073         * avr.h (DBX_REGISTER_NUMBER): Likewise.
2074         * c4x.h (DBX_REGISTER_NUMBER): Likewise.
2075         * clipper.h (DBX_REGISTER_NUMBER): Likewise.
2076         * convex.h (DBX_REGISTER_NUMBER): Likewise.
2077         * cris.h (DBX_REGISTER_NUMBER): Likewise.
2078         * dsp16xx.h (DBX_REGISTER_NUMBER): Likewise.
2079         * elxsi.h (DBX_REGISTER_NUMBER): Likewise.
2080         * fr30.h (DBX_REGISTER_NUMBER): Likewise.
2081         * h8300.h (DBX_REGISTER_NUMBER): Likewise.
2082         * i370.h (DBX_REGISTER_NUMBER): Likewise.
2083         * i860.h (DBX_REGISTER_NUMBER): Likewise.
2084         * i860/paragon.h (DBX_REGISTER_NUMBER): Likewise.
2085         * i860/sysv3.h (DBX_REGISTER_NUMBER): Likewise.
2086         * i860/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
2087         * m32r.h (DBX_REGISTER_NUMBER): Likewise.
2088         * m68hc11.h (DBX_REGISTER_NUMBER): Likewise.
2089         * m88k.h (DBX_REGISTER_NUMBER): Likewise.
2090         * mcore/mcore-elf.h (DBX_REGISTER_NUMBER): Likewise.
2091         * mcore.h (DBX_REGISTER_NUMBER): Likewise.
2092         * mn10200.h (DBX_REGISTER_NUMBER): Likewise.
2093         * mn10300.h (DBX_REGISTER_NUMBER): Likewise.
2094         * pdp11.h (DBX_REGISTER_NUMBER): Likewise.
2095         * romp.h (DBX_REGISTER_NUMBER): Likewise.
2096         * rs6000.h (DBX_REGISTER_NUMBER): Likewise.
2097         * rs6000/sysv4.h (DBX_REGISTER_NUMBER): Likewise.
2098         * s390/linux.h (DBX_REGISTER_NUMBER): Likewise.
2099         * stormy16.h (DBX_REGISTER_NUMBER): Likewise.
2100         * v850.h (DBX_REGISTER_NUMBER): Likewise.
2101         * vax.h (DBX_REGISTER_NUMBER): Likewise.
2102         * we32k.h (DBX_REGISTER_NUMBER): Likewise.
2103
2104         * defaults.h (DBX_REGISTER_NUMBER): Provide a default.
2105         * doc/tm.texi (DBX_REGISTER_NUMBER): Update.
2106
2107 2001-11-21  H.J. Lu <hjl@gnu.org>
2108
2109         * config/rs6000/sysv4.h (LIB_SPEC): Fix a typo.
2110
2111 2001-11-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2112
2113         * s390.c (s390_va_arg): Eliminate ALIGN parameter in call to
2114         emit_cmp_and_jump_insns.
2115
2116         * stormy16.c (xstormy16_expand_builtin_va_arg,
2117         xstormy16_expand_casesi): Likewise.
2118
2119 Wed Nov 21 17:37:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2120
2121         * function.c (keep_stack_depressed): Major rework.
2122         (handle_epilogue_set, emit_equiv_load): New functions.
2123         (thread_prologue_and_epilogue_insns): keep_stack_depressed now
2124         has return value.
2125         * jump.c (returnjump_p_1): Also return 1 if SET with SET_IS_RETURN_P.
2126         * rtl.h (SET_IS_RETURN_P): New macro.
2127
2128         * expr.c (expand_expr, case VIEW_CONVERT_EXPR): Refine slightly
2129         and also support TREE_ADDRESSABLE.
2130         * tree.def (VIEW_CONVERT_EXPR): Document TREE_ADDRESSABLE.
2131
2132 2001-11-21  David Edelsohn  <edelsohn@gnu.org>
2133
2134         * rs6000.md (cmptf_internal1): Replace %$ with $.
2135
2136 Wed Nov 21 16:44:01 2001  Douglas B. Rupp  <rupp@gnat.com>
2137
2138         * cppfiles.c (STAT_SIZE_TOO_BIG): Define.
2139         (read_include_file): Use STAT_SIZE_TOO_BIG.
2140
2141         * cppinit.c (INO_T_COPY): Define.
2142         (INO_T_EQ): Uppercase parameters.
2143         (append_include_chain): Use INO_T_COPY.
2144
2145 2001-11-21  Richard Sandiford  <rsandifo@redhat.com>
2146
2147         * cfg.c: Fix typos and formatting in the introductory comment.
2148
2149 Wed Nov 21 12:38:37 CET 2001  Jan Hubicka
2150
2151         * profile.c (compute_branch_probabilites):  Compute probabilities
2152         for entry/exit edges; estimate probabilities for zero counts.
2153
2154 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
2155
2156         * explow.c (probe_stack_range): Use LCT_NORMAL as second argument
2157         to emit_library_call.
2158         * function.c (expand_main_function, expand_function_start,
2159         expand_function_end): Likewise.
2160         * profile.c (output_func_start_profiler): Likewise.
2161         * stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as
2162         second argument to emit_library_call.
2163         * optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK
2164         as second argument to emit_library_call.
2165         * calls.c (emit_library_call): Update fn_type description.
2166
2167 2001-11-21  Jakub Jelinek  <jakub@redhat.com>
2168
2169         * c-decl.c (c_expand_deferred_function): Only call c_expand_body
2170         if fndecl is still DECL_INLINE and has DECL_RESULT.
2171
2172 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2173
2174         * clipper.c (clipper_movstr): Avoid uninitialized warning.
2175         * i960.c (is_mask, legitimize_address): Likewise.
2176         * m88k.c (m88k_expand_prologue): Likewise.
2177         * m88k.md: Likewise.
2178         * mcore.c (emit_new_cond_insn): Likewise.
2179         * stormy16.c (xstormy16_emit_cbranch): Likewise.
2180
2181 2001-11-20  Zack Weinberg  <zack@codesourcery.com>
2182
2183         * config.gcc: Delete powerpcle-*-solaris2* stanza.
2184         * config/rs6000/eabi.asm, config/rs6000/rs6000.c,
2185         config/rs6000/rs6000.h, config/rs6000/rs6000.md,
2186         config/rs6000/sol-ci.asm, config/rs6000/sol-cn.asm,
2187         config/rs6000/sysv4.h, config/rs6000/t-ppccomm,
2188         config/rs6000/t-ppcos: Expunge all references to Solaris.
2189
2190         * config/rs6000/sol-c0.c, config/rs6000/sol2.h: Delete.
2191
2192         * config/rs6000/rs6000.md: Replace '%$' with '$' in all
2193         output templates.
2194         * config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0,
2195         and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P.
2196
2197 2001-11-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2198
2199         * sh.md: Avoid uninitialized warnings.
2200         * vax.c (vax_rtx_cost): Likewise.
2201
2202 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
2203
2204         * rs6000.c (direct_return): Check if we are saving altivec
2205         registers.
2206         (first_altivec_reg_to_save): New.
2207         Updated stack frame layout comments.
2208         (rs6000_stack_info): Calculate altivec register save size.
2209         Save link register if we saved some altivec registers.
2210         (rs6000_stack_info): Align save size to 16 if altivec abi or
2211         abi_darwin.
2212         (rs6000_stack_info): Calculate altivec register offsets.
2213         (rs6000_stack_info): Add altivec info to save_size.
2214         (debug_stack_info): Add altivec debug info.
2215         (rs6000_emit_prologue): Save altivec registers and vrsave.
2216         (compute_vrsave_mask): New.
2217         (altivec_expand_builtin): Remove unused variables.
2218         (rs6000_parse_abi_options): Add static qualifier.
2219         (rs6000_expand_builtin): Remove unused parameters.
2220         (altivec_expand_builtin): Cast bdesc_2arg to get rid of warning.
2221         (altivec_init_builtins): Same.
2222         (is_altivec_return_reg): New.
2223         (vrsave_operation): New.
2224         (ALTIVEC_REG_BIT): New.
2225         (generate_set_vrsave): New.
2226
2227         * rs6000.md (get_vrsave): New.
2228         (set_vrsave): New.
2229         (*set_vrsave_internal): New.
2230
2231         * rs6000.h (rs6000_stack): Add first_altivec_reg_save,
2232         altivec_save_offset, vrsave_save_offset, altive_size, vrsave_size,
2233         altivec_padding_size, vrsave_mask.
2234         (TOTAL_ALTIVEC_REGS): New.
2235         (EPILOGUE_USES): Add VRSAVE_REGNO.
2236
2237 2001-11-20  Jeff Law <law@redhat.com>
2238
2239         * unroll.c (copy_loop_body): Update LABEL_NUSES for the
2240         exit label as necessary.
2241
2242 2001-11-20  Brad Kaiser  <bkaiser@acelink.net>
2243
2244         * reload1.c (elimination_effects): Use function_invariant_p
2245         instead of CONSTANT_P when considering register equivalences.
2246
2247 2001-11-20  David O'Brien  <obrien@FreeBSD.org>
2248
2249         * config.gcc: Add FreeBSD/PowerPC target.
2250         (powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
2251         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
2252         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
2253         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
2254         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
2255         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*): Add
2256         freebsd-spec.h to tm_file.
2257         (rs6000-*-lynxos*): Add lynx.h to tm_file.
2258         * config/freebsd.h: Tidy up.
2259         (USING_CONFIG_FREEBSD): Define.
2260         (FBSD_SWITCH_TAKES_ARG, FBSD_WORD_SWITCH_TAKES_ARG,
2261         FBSD_CPP_PREDEFINES, FBSD_CPP_SPEC, FBSD_STARTFILE_SPEC,
2262         FBSD_ENDFILE_SPEC, FBSD_LIB_SPEC): Remove (moved to freebsd-spec.h).
2263         (TARGET_HAS_F_SETLKW): Define.
2264         (ASM_OUTPUT_IDENT): Delete, the elfos.h definition is fine.
2265         * config/freebsd-spec.h: New file.
2266         * config/rs6000/freebsd.h: New file.
2267         * config/rs6000/rs6000.h (TARGET_VERSION): Do not define.
2268         * config/rs6000/rs6000.c: Test for USING_ELFOS_H rather than
2269         USING_SVR4_H to know when to turn on ELF support.
2270         * config/rs6000/sysv4.h (TARGET_VERSION, CPP_PREDEFINES): Don't undef,
2271         define only if not already defined.
2272         Add FreeBSD support.
2273         * config/rs6000/aix.h (TARGET_VERSION): Define.
2274         * config/rs6000/beos.h: Likewise.
2275         * config/rs6000/darwin.h: Likewise.
2276         * config/rs6000/mach.h: Likewise.
2277         * config/rs6000/lynx.h (TARGET_VERSION): Likewise.
2278         Don't include lynx.h directly.
2279
2280 2001-11-20  Graham Stott  <grahams@redhat.com>
2281
2282         * unwind-dw2-fde.c (__deregister_frame_info_bases):
2283         Fix lossage in last change return OB.
2284
2285 Tue Nov 20 11:56:12 2001  Douglas B. Rupp  <rupp@gnat.com>
2286
2287         * config/alpha/xm-vms.h (_POSIX_EXIT): Define.
2288         Remove unneeded exit related macros.
2289
2290 2001-11-20  David Edelsohn  <edelsohn@gnu.org>
2291
2292         * rs6000.c (rs6000_emit_eh_toc_restore): Remove ALIGN parm.
2293
2294         * rs6000.c (rs6000_emit_move): Add TFmode case.
2295         * sysv4.h (MASK_LONG_DOUBLE_128, TARGET_LONG_DOUBLE_128,
2296         LONG_DOUBLE_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
2297         LIBGCC2_LONG_DOUBLE_TYPE_SIZE): Move from here...
2298         * rs6000.h: ... to here.
2299         * rs6000.md (movtf, extenddftf2, extendsftf2, trunctfdf2,
2300         trunctfsf2, floatditf2, floatsitf2, fix_trunctfdi2,
2301         fix_trunctfsi2, negtf2, abstf2, nabstf2, cmptf): New patterns.
2302
2303 Tue Nov 20 06:41:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2304
2305         * emit-rtl.c (get_mem_attrs): Fix typo.
2306
2307 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2308
2309         * c-lang.c (finish_file): Backout 2001-11-16
2310         changes, instead set DECL_DEFER_OUTPUT for static inline functions
2311         before calling c_expand_deferred_function.
2312
2313 2001-11-20  Jakub Jelinek  <jakub@redhat.com>
2314
2315         * unwind-dw2-fde.c (__register_frame_info_bases, __register_frame):
2316         Don't register empty .eh_frame sections.
2317         (__deregister_frame_info_bases, __deregister_frame): Don't
2318         unregister them either.
2319
2320 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2321
2322         * configure.in (HAVE_AS_GDWARF2_DEBUG_FLAG): Define.
2323         (HAVE_AS_GSTABS_DEBUG_FLAG): Define.
2324         * configure: Regenerate.
2325         * config.in: Add dummy definitions of new flags.
2326         * toplev.c (PREFERRED_DEBUGGING_TYPE): Move definition to...
2327         * defaults.h (PREFERRED_DEBUGGING_TYPE): ... here.
2328         * gcc.c (ASM_DEBUG_SPEC): New macro.
2329         (asm_debug): New static variable.
2330         (default_compilers): Add asm_debug when assembling from
2331         user input.
2332         (static_specs): Add asm_debug.
2333
2334 2001-11-20  Loren J. Rittle  <ljrittle@acm.org>
2335
2336         * config.gcc (*-*-freebsd*): Remove configuration block.
2337
2338 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
2339
2340         bootstrap/4422
2341         * configure.in: Setup ability to run ./stage[1234]/xgcc in
2342         fixinc *as if* it were a proper lang subdirectory.
2343         * configure: Rebuilt.
2344
2345 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
2346
2347         * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again).
2348
2349 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2350
2351         * 1750a.md: Don't use hex format for a const_int.
2352
2353 2001-11-19  Geoffrey Keating  <geoffk@redhat.com>
2354
2355         * expmed.c (extract_bit_field): Don't create invalid SUBREGs.
2356
2357 2001-11-19  Zack Weinberg  <zack@codesourcery.com>
2358
2359         * mkconfig.sh: Undefine ENABLE_NLS if GENERATOR_FILE is
2360         defined (prevents link errors when gettext isn't in the system
2361         library).
2362
2363 2001-11-19  DJ Delorie  <dj@redhat.com>
2364
2365         * read-rtl.c (ISDIGIT, ISSPACE): Make sure we have these.
2366         (validate_const_int): New.
2367         (read_rtx): Validate constant integers.
2368         * config/i386/i386.md (pmulhrwv4hi3): Use decimal constants.
2369
2370 2001-11-19  Jakub Jelinek  <jakub@redhat.com>
2371
2372         * doc/hostconfig.texi (DUMPFILE_FORMAT): Move into the table.
2373
2374 Mon Nov 19 16:57:44 2001  Douglas B. Rupp  <rupp@gnat.com>
2375
2376         * toplev.c (DUMPFILE_FORMAT): Define default.
2377         (open_dump_file): Use DUMPFILE_FORMAT in sprintf.
2378         (close_dump_file, compile_file): Likewise.
2379         * config/alpha/xm-vms.h (DUMPFILE_FORMAT): Define.
2380         * doc/hostconfig.texi (DUMPFILE_FORMAT): Document
2381
2382 2001-11-19  Jeff Law <law@redhat.com>
2383
2384         * gcse.c (cprop_jump): Clear JUMP_LABEL field when we create
2385         a nop-jump.
2386
2387 2000-11-19  Neil Booth  <neil@daikokuya.demon.co.uk>
2388
2389         * cppmacro.c (_cpp_backup_tokens): Revert previous check-in.
2390         Don't fall off the base token run.
2391
2392 2001-11-19  Jason Wilkins <fenix@io.com>
2393
2394         * Makefile.in: Use INSTALL_SCRIPT not INSTALL_PROGRAM.
2395
2396 Mon Nov 19 15:13:43 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2397
2398         * tree.def (VIEW_CONVERT_EXPR): New tree code.
2399         * tree.h (handled_component_p): New declaration.
2400         * alias.c (handled_component_p): Move function from here ...
2401         * expr.c (handled_component_p): ... to here and non longer static.
2402         (is_zeros_p, case VIEW_CONVERT_EXPR): New case.
2403         (store_field): Remove unneeded MEM_COPY_ATTRIBUTES call.
2404         (get_inner_reference): Handle VIEW_CONVERT_EXPR.
2405         (expand_expr, case VAR_DECL): Clean up handling of re-layout case.
2406         (expand_expr, case VIEW_CONVERT_EXPR): New case.
2407         (expand_expr, cse ADDR_EXPR): No need to copy if already
2408         BIGGEST_ALIGNMENT.
2409         * fold-const.c (fold, case VIEW_CONVERT_EXPR): New case.
2410         * varasm.c (initializer_constant_value_p, case VIEW_CONVERT_EXPR): New.
2411         (output_constant): Handle VIEW_CONVERT_EXPR.
2412         * dwarf2out.c (loc-descriptor_from_tree, add_bound_info):
2413         Add new case for VIEW_CONVERT_EXPR.
2414
2415 2001-11-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2416
2417         * a29k/unix.h (ASM_FILE_START): Const-ify.
2418         * i386/beos-elf.h (INCLUDE_DEFAULTS): Remove semi-colon.
2419         * i386/isc.h (ASM_FILE_START): Const-ify.
2420         * i386/sun386.h (ASM_FILE_START): Likewise.
2421         * m32r.md: Likewise.
2422         * m68k/auxas.h (ADDITIONAL_REGISTER_NAMES): Add missing brackets.
2423         * m68k/auxgas.h ADDITIONAL_REGISTER_NAMES): Likewise.
2424         * m68k/tower.h (REGISTER_NAMES): Remove semi-colon.
2425         * mn10200.md: Initialize variable.
2426
2427 Mon Nov 19 18:06:21 CET 2001  Jan Hubicka  <jh@suse.cz>
2428
2429         * gcse.c (try_replace_reg): Copy RTX before creating note.
2430
2431         * df.h (df_ref_flags): New uenum.
2432         (DF_REF_FLAGS): New macro.
2433         (struct ref): Add field "flags".
2434         * df.c (HANDLE_SUBREG): Remove.
2435         (df_ref_create): Likewise; set flags field of ref.
2436         (df_def_record_1): Strip down read_write subreg; remove
2437         commented out code; set READ_WRITE flag.
2438         (read_modify_subreg_p): New static function.
2439         (df_uses_record): Cleanup SET handling; set READ_WRITE flag;
2440         new argument "flags".
2441         (df_insn_refs_record): Update call of df_uses_record.
2442         (df_insn_modify): Avoid #if 0 around comment.
2443         (df_dump): Dump the read/write flag.
2444
2445         * predict.c (propagate_freq): Make cyclic_probability and frequency
2446         volatile
2447
2448         * i386.c (ix86_cc_mode): Accept USE.
2449
2450         * cfgrtl.c (purge_dead_edges):  Cleanup EDGE_ABNORMAL flag if computed
2451         jump is turned into simplejump.
2452
2453 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
2454
2455         * doc/fragments.texi, doc/trouble.texi: Remove links to old
2456         installation chapter.
2457         * doc/gcc.texi: Don't claim that this manual documents
2458         installation.  Mark Installation menu entry as being out of date.
2459
2460 Mon Nov 19 07:21:35 2001  Douglas B. Rupp  <rupp@gnat.com>
2461
2462         * config/alpha/xm-vms.h: Don't define macros that autoconf handles.
2463         (SUCCESS_EXIT_CODE, FATAL_EXIT_CODE): Define for posix compatibility.
2464         * gcc.c (exit): Remove definition for VMS; moved to xm-vms.h.
2465
2466 2001-11-19  Jason Merrill  <jason@redhat.com>
2467
2468         * cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing
2469         cur_token, not after.
2470
2471         * config/clipper/clix.h, config/h8300/elf.h, config/mips/linux.h:
2472         Lose ASM_OUTPUT_CONSTRUCTOR.
2473         * system.h: Poison it and INT_ASM_OP.
2474         * c-lang.c (finish_file): Don't check for it.
2475         * libgcc2.c (L_ctors): Check TARGET_ASM_CONSTRUCTOR instead.
2476
2477 2001-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2478
2479         * mmix.c (mmix_cc1_ignored_option): Const-ify.
2480         (mmix_init_machine_status): Make static to match declaration.
2481         (mmix_unique_section): Const-ify.
2482         (mmix_output_quoted_string): Avoid automatic aggregate
2483         initialization.
2484         (mmix_output_register_setting): Likewise.
2485         (mmix_output_shiftvalue_op_from_str): Likewise.
2486
2487         * mmix.h (mmix_cc1_ignored_option): Const-ify.
2488         (ASM_OUTPUT_BYTE): Fix format specifier warning.
2489         (ASM_GENERATE_INTERNAL_LABEL): Likewise.
2490
2491 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2492
2493         PR c/4448
2494         * gthr-win32.h: (__gthread_objc_thread_exit): Fix variable
2495         name __objc_thread_exit_status so that it matches the
2496         variable defined in objc/thr.h.
2497
2498 2001-11-18  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2499
2500         PR bootstrap/4020
2501         * mklibgcc.in: Add missing semi-colons.
2502         * Makefile.in: Same.
2503
2504 Sun Nov 18 16:47:00 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2505
2506         * expr.c (expand_expr, case VAR_DECL): Update alignment of DECL_RTL
2507         after re-laying out decl in incomplete case.
2508         (expand_expr, case ADDR_EXPR): Fix typo in copy case.
2509
2510 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2511
2512         * doc/install-old.texi: Move some sections out to ...
2513         * doc/collect2.texi, doc/configfiles.texi, doc/headerdirs.texi:
2514         ... here.  New files.  Make into chapters rather than sections.
2515         * doc/gcc.texi: Include the new files and add menu entries for
2516         them.
2517         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
2518
2519 Sun Nov 18 14:13:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2520
2521         * tree.h (TYPE_ALIGN_OK): New flag.
2522         * emit-rtl.c (set_mem_attributes): Handle it.
2523         * expr.c (emit_single_push_insn): Only set to alias set 0 if
2524         doing sibcall optimization.
2525         (expand_expr, case COMPONENT_REF): Call set_mem_attributes on case
2526         when make temporary.
2527         (expand_expr, case CONVERT_EXPR): Simplify convert-to-union case.
2528         (expand_expr, case ADDR_EXPR): Abort if TYPE_ALIGN_OK and need copy.
2529
2530         * sdbout.c (sdbout_symbol): Avoid warning due to &DECL_RTL.
2531
2532 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2533
2534         * c-decl.c (c_decode_option): Give deprecation warning for
2535         -traditional.
2536         * doc/invoke.texi (-traditional): Note that this option is
2537         deprecated.
2538
2539 Sun Nov 18 07:40:07 2001  Douglas B. Rupp  <rupp@gnat.com>
2540
2541         * config/alpha/alpha.c (alpha_start_function, VMS): Cast shift
2542         arg to HOST_WIDE_INT, not long.
2543
2544         * config/alpha/vms.h (DIR_SEPARATOR, PREFIX). Don't define.
2545         (HAS_INIT_SECTION): Define.
2546         (REAL_ARITHMETIC): Don't undefine.
2547
2548 2001-11-18  Egor Duda  <deo@logos-m.ru>
2549
2550         * config/i386/cygwin.h: Strip leading '*' from name, if any.
2551
2552 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2553
2554         * Makefile.in (c-parse.o, c-common.o): Update dependencies.
2555         * c-common.c: Include diagnostic.h.
2556         (c_common_finish): New.
2557         * c-common.h (c_common_finish): New.
2558         * c-lang.c (LANG_HOOKS_FINISH): Override.
2559         * c-parse.in: Don't include diagnostic.h.
2560         (finish_parse): Remove.
2561         * langhooks.h: Update comments.
2562         * toplev.c (lang_dependent_init): New prototype.
2563         (finalize): New.
2564         (compile_file): Split cleanup code out to finalize.
2565         (lang_dependent_init): Stop if lang_hooks.init fails.
2566         (toplev_main): Update.
2567         * tree.h (finish_parse): Remove.
2568 objc:
2569         * objc-act.c (LANG_HOOKS_FINISH): Override.
2570
2571 Sat Nov 17 23:30:44 2001  Douglas B. Rupp  <rupp@gnat.com>
2572
2573         * config/alpha/t-vms (LIB2FUNCS_EXTRA): Add vms_tramp.asm.
2574         * config/alpha/vms_tramp.asm: New file.
2575         * config/alpha/vms-tramp.asm: Removed.
2576
2577 2001-11-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2578
2579         * c-common.c (struct disabled_builtin, disabled_builtins,
2580         disable_builtin_function, builtin_function_disabled_p): New.
2581         (builtin_function_2): Check for disabled built-in functions.
2582         * c-common.h (disable_builtin_function): Declare.
2583         * c-decl.c (c_decode_option): Handle -fno-builtin-FUNCTION.
2584         * doc/invoke.texi: Document -fno-builtin-FUNCTION.
2585         * doc/extend.texi: Mention -fno-builtin-FUNCTION.
2586
2587 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
2588
2589         PR target/4606
2590         * config.gcc: Remove reference to va-clipper.h.
2591
2592 2001-11-17  Stan Shebs  <shebs@apple.com>
2593
2594         * config/rs6000/rs6000.h (REG_CLASS_CONTENTS): Fix the
2595         AltiVec-related bitfields.
2596
2597 Sat Nov 17 12:06:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2598
2599         * except.c (enum eh_region_type): Add ERT_UNKNOWN.
2600         (mark_eh_region, case ERT_UKNONW): New case.
2601
2602 2001-11-17  Christopher Faylor  <cgf@redhat.com>
2603             Corinna Vinschen  <vinschen@redhat.com>
2604
2605         * config/i386/cygwin.h: Search target specific include directory for
2606         w32api stuff, if appropriate.
2607
2608 Sat Nov 17 08:20:44 2001  Douglas Rupp  <rupp@gnat.com>
2609
2610         * config/alpha/vms.h (REG_ALLOC_ORDER): Redefine.
2611
2612 2001-11-16  Aldy Hernandez  <aldyh@redhat.com>
2613
2614         * config/rs6000/rs6000.md: Change all ldvx to lvx.
2615
2616 2001-11-16  Alexandre Oliva  <aoliva@redhat.com>
2617
2618         * gensupport.c (process_rtx): Don't assume filename is the first
2619         argument of any rtl.
2620
2621 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2622
2623         * vax-protos.h (reg_was_0_p): New prototype.
2624         * vax.md (movsi, movhi, movqi): Use reg_was_0_p.
2625         * vax.c (follows_p, reg_was_0_p): New functions.
2626
2627 2001-11-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2628
2629         * vax.md (casesi): Swap arguments in "(plus:SI (pc) (mult))". Reformat.
2630         (casesi1): Likewise.  Define new pattern which arises by simplification
2631         when operand 1 is a constant int.  Correct pattern which arises by
2632         simplification when operand 1 is zero.
2633
2634 2001-11-16  David O'Brien  <obrien@FreeBSD.org>
2635
2636         * config.gcc (arm*-*-rtems*, arm-*-coff*, armel-*-coff*,
2637         arm-*-vxworks*, arm-*-riscix1.[01]*, arm-*-riscix*,
2638         arm-semi-aout, armel-semi-aout, arm-semi-aof, armel-semi-aof,
2639         arm*-*-netbsd*, arm*-*-linux*, arm*-*-uclinux*, arm*-*-aout,
2640         arm*-*-ecos-elf, arm*-*-elf, arm*-*-conix*, arm*-*-oabi,
2641         arm-*-pe*, strongarm-*-elf*, strongarm-*-coff*, strongarm-*-pe,
2642         xscale-*-elf, xscale-*-coff: Include various CPU headers via tm_file.
2643         * config/arm/aof.h: Don't include arm.h.
2644         * config/arm/aout.h: Likewise.
2645         * config/arm/coff.h: Don't include semi.h and aout.h.
2646         * config/arm/elf.h: Don't include aout.h.
2647         * config/arm/netbsd.h: Don't include netbsd.h and aout.h.
2648         (TARGET_VERSION): Undef before defining.
2649         (ARM_OS_NAME): Likewise
2650         (TARGET_DEFAULT): Likewise
2651         (TARGET_MEM_FUNCTIONS): Do not need to undefine now.
2652         * config/arm/pe.h: Don't include arm/coff.h.
2653         * config/arm/riscix.h (CPP_SPEC, SUBTARGET_CPP_SPEC): Use
2654         SUBTARGET_CPP_SPEC rather than overiding the arm.h CPP_SPEC definition.
2655         * config/arm/riscix1-1.h: Likewise.
2656         * config/arm/rix-gas.h: Don't include riscix.h.
2657         (DBX_CONTIN_LENGTH): Undef before defining.
2658         * config/arm/semi.h: Don't include aout.h.
2659         * config/arm/semiaof.h: Don't include aof.h.
2660         * config/arm/strongarm-coff.h: Don't include coff.h.
2661         * config/arm/strongarm-pe.h: Don't include strongarm-coff.h and pe.h.
2662         * config/arm/vxarm.h: Don't include arm/coff.h.
2663         * config/arm/xscale-coff.h: Don't include coff.h.
2664
2665 Fri Nov 16 15:22:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2666
2667         * config/pa/pa.c: Reflect changes in calling sequences of alter_reg and
2668         emit_cmp_insn.
2669
2670 2001-11-16  Andreas Jaeger  <aj@suse.de>
2671
2672         * cfglayout.c (fixup_fallthru_exit_predecesor): Make void, rename
2673         to ....
2674         (fixup_fallthru_exit_predecessor): ... this.
2675         Change callers and prototype.
2676
2677 2001-11-16  Bernd Schmidt  <bernds@redhat.com>
2678
2679         * config/i386/i386.c (ix86_expand_sse_comi): Generate setcc by
2680         hand; don't use gen_setcc_2.
2681         (ix86_expand_builtin): Fix pshufw.
2682         * config/i386/i386.md (maskncmpv4sf3, vmmmaskncmpv4sf3): Special
2683         case UNORDERED to emit the right assembler instruction.
2684         (mmx_pshufw): Lose operand 2.
2685         (cvtsi2ss): Fix representation.
2686         From Graham Stott:
2687         (mmx_clrdi, sse_clrti, stmxcsr, ldmxcsr): Set memory attribute.
2688
2689 2001-11-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2690
2691         * doc/include/linux-and-gnu.texi: Remove.
2692         * doc/gnu.texi: New.
2693         * doc/gcc.texi: Include gnu.texi instead of linux-and-gnu.texi.
2694         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
2695
2696 2001-11-16  Kazu Hirata  <kazu@hxi.com>
2697
2698         * config/a29k/a29k.c: Fix comment formatting.
2699         * config/a29k/a29k.h: Likewise.
2700         * config/arc/arc.c: Likewise.
2701         * config/arc/arc.h: Likewise.
2702         * config/vax/vax.c: Likewise.
2703         * config/vax/vax.h: Likewise.
2704         * config/we32k/we32k.c: Likewise.
2705         * config/we32k/we32k.h: Likewise.
2706
2707 2001-11-16  Jeff Law  <law@redhat.com>
2708
2709         * unroll.c (copy_loop_body): Initialize JUMP_LABEL field after
2710         creating a new jump insn.
2711
2712 Fri Nov 13 09:06:25 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2713
2714         * expr.c (expand_expr, case ADDR_EXPR): Refine test for when to
2715         copy misaligned data.
2716         * varasm.c (assemble_variable): Set alignment into MEM when changed.
2717
2718 2001-11-16  Graham Stott  <grahams@redhat.com>
2719
2720         * optabs.c (prepare_cmp_insn): Correct lossage in last change fix
2721         OPALIGN type.
2722
2723 2001-11-16  Olivier Hainque <hainque@act-europe.fr>
2724
2725         * except.c: Support for catching a list of types with a single handler
2726         (struct eh_region): Change type and filter to lists for catch regions.
2727         (mark_eh_region): Mark the filter list for GC also.
2728         (expand_start_catch): Always build a list if argument not NULL and
2729         register each type of the list through add_type_for_runtime.
2730         (duplicate_eh_region_1): Change type into type_list for catch regions.
2731         (assign_filter_values): Assign a filter to each type associated with a
2732         catch region. Assign filter for NULL types in a unique entry in the
2733         filter list.
2734         (build_post_landing_pads): Emit compare and jump for each filter of
2735         the list associated with a catch region.
2736         (reachable_next_level): When the type thrown is known, stop the search
2737         as soon as one type within a catch list matches. Also, a handler is
2738         potentially reachable only if at least one of the types it catches
2739         has not been previously caught.
2740         (collect_one_action_chain): Retrieve the filter for a NULL type list
2741         from the first filter list entry. For non NULL type lists, add an
2742         action record for every filter assigned.
2743         * except.h: Reflect changes in comment before expand_start_catch.
2744
2745 Fri Nov 16 07:12:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2746
2747         * expr.c (expand_expr, case ADDR_EXPR): Only copy for misaligned if
2748         BLKmode.
2749
2750 Fri Nov 16 06:37:05 2001  Andreas Tobler  <a.tobler@schweiz.ch>
2751
2752         * config/sparc/sparc.c: Remove ALIGN arg from emit_cmp_insn.
2753
2754 2001-11-16  Jakub Jelinek  <jakub@redhat.com>
2755
2756         * c-lang.c (finish_file): Don't emit static inline functions if
2757         they weren't referenced.
2758
2759 2001-11-15  Stan Shebs  <shebs@apple.com>
2760
2761         * expr.c (expand_expr, case COMPONENT_REF): Fix variable ref.
2762
2763 2001-11-16  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2764
2765         * config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
2766         call.
2767         * config/i386/i386.md: Likewise.
2768
2769 Thu Nov 15 21:40:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2770
2771         * timevar.c (rtl.h): Include so get fancy abort.
2772
2773 2001-11-15  Dale Johannesen  <dalej@apple.com>
2774
2775         * config/darwin.h (SELECT_RTX_SECTION):  Force address
2776         initializers into 'const' section
2777         * config/rs6000/rs6000.c (rs6000_emit_cmove):  Fix mode of
2778         if_then_else to match result, not operands
2779
2780 Thu Nov 15 17:57:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2781
2782         * alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P.
2783         * emit-rtl.c (change_address): Fix typo in default alignment.
2784         (adjust_address_1): Use mode of NEW, not MODE, when setting size.
2785         * expr.c (highest_pow2_factor, case WITH_RECORD_EXPR): New case.
2786         * rtl.h (REGNO_PTR_FRAME_P): New macro.
2787
2788         * expr.c (store_field): Pass tree instead of max size; callers changed.
2789         Change handling of alignment.
2790         Only copy to_rtx if is TARGET.
2791         (expand_expr_unaligned): Delete; callers now use expand_expr.
2792         (emit_cmp_insn): No longer take ALIGN parm; all callers changed.
2793         (expand_assignment): Change handling of alignment.
2794         Only copy to_rtx if was original.
2795         (get_inner_reference): No longer return alginment; callers changed.
2796         (expand_expr, case COMPONENT_REF): Change handling of alignment.
2797         (expand_expr, case ADDR_EXPR): Make copy if not sufficiently aligned.
2798         (compare_from_rtx): Delete ALIGN parm; all callers changed.
2799         (do_compare_rtx_and_jump): Likewise.
2800         * expr.h: Reflect above changes.
2801         * tree.h: Likewise.
2802         * dwarf2out.c (loc_descriptor_from_tree): Remove ALIGN parameter
2803         to get_inner_reference.
2804         * builtins.c: Remove ALIGN parm in call to emit_cmp_and_jump_insns.
2805         * doloop.c, except.c, explow.c, loop.c, stmt.c, unroll.c: Likewise.
2806         * optabs.c: Likewise.
2807         (prepare_cmp_insn): Now static; remove ALIGN parm.  Callers changed.
2808         (emit_cmp_and_jump_insns): Remove ALIGN parm; all callers changed.
2809         * expmed.c: Remove ALIGN arg from calls to compare_from_rtx,
2810         compare_rtx_and_jump, and emit_cmp_jump_insns.
2811         * fold-const.c: Remove PALIGN in calls to get_inner_reference.
2812         * function.c (assign_stack_temp_for_type): No longer static.
2813         * optabs.h (emit_cmp_insn): Remove ALIGN parm.
2814         (prepare_cmp_insn): Delete declaration.
2815         * rtl.h (assign_stack_temp_for_type): Add declaration.
2816         * config/alpha/alpha.c, config/d30v/d30v.c: Reflect above changes.
2817         * config/clipper/clipper.c, config/h8300/h8300.c: Likewise.
2818         * config/i386/i386.c,config/mips/mips.c: Likewise.
2819         * config/i860/i860.c, config/ia64/ia64.c: Likewise.
2820         * config/rs6000/rs6000.c, config/sh/sh.c: Likewise.
2821
2822 2001-11-15  Stan Shebs  <shebs@apple.com>
2823
2824         * config/rs6000/rs6000.h: Fix a comment typo.
2825         (RTX_COSTS): Sort processor versions better.
2826
2827 2001-11-15  Kazu Hirata  <kazu@hxi.com>
2828
2829         * config/h8300/h8300.md: Fix insn length of bit insns.
2830
2831 2001-11-15  Jason Merrill  <jason@redhat.com>
2832
2833         * dwarf2out.c (dwarf2out_finish): Don't abort because of orphan
2834         DIEs if there were errors in the source.
2835
2836         * config/alpha/alpha-interix.h, config/alpha/elf.h,
2837         config/arm/coff.h, config/i386/djgpp.h, config/i386/i386.c,
2838         config/i386/i386.h, config/i386/sco5.h, config/i960/i960-coff.h,
2839         config/m68k/coff.h, config/m88k/m88k.h, config/m88k/m88k.c,
2840         config/pa/pa64-hpux.h, config/sh/sh.h, config/sparc/litecoff.h,
2841         config/elfos.h, config/lynx.h, config/netware.h,
2842         config/m68hc11/m68hc11.h, config/mcore/mcore-pe.h,
2843         config/s390/linux64.h: Remove definitions of INT_ASM_OP, change
2844         uses to use ASM_LONG.
2845
2846 2001-11-15  Alan Matsuoka  <alanm@redhat.com>
2847
2848         * gensupport.c  process_include : Change call to alloca to
2849         xmalloc.
2850
2851 2001-11-15  Aldy Hernandez  <aldyh@redhat.com>
2852
2853         * config/rs6000/rs6000.md: Use spaces instead of tabs in output
2854         templates.
2855
2856 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2857
2858         * final.c (alter_subreg): If simplify_subreg can't do anything,
2859         handle REG ourselves and abort for others.
2860
2861 2001-11-15  Richard Hodson  <hodsonr@dionecorp.com>
2862
2863         * config/h8300/h8300.c (dosize): Avoid corrupting R3 in interrupt
2864         routines.
2865
2866 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2867
2868         * fix-header.c (read_scan_file): Update.
2869
2870 Thu Nov 15 08:36:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2871
2872         * toplev.c (toplev_main): Don't start timing until after
2873         command-line options are parsed.
2874
2875 2001-11-15  Andreas Schwab  <schwab@suse.de>
2876
2877         * config.gcc: Set STMP_FIXPROTO and FIXPROTO_DEFINES in target
2878         makefile frag, not host makefile frag.
2879         (m88k-dg-dguxbcs*): Add m88k/t-dgux to tmake_file.
2880         (hppa*): Add pa/t-bsd to tmake_file where no special xmake_file is
2881         used.
2882         (hppa*-*-openbsd*): Don't use nonexitent pa/t-openbsd.
2883         * config/m88k/t-dguxbcs: Remove definitions already in t-dgux.
2884         * config/m88k/t-dgux (STMP_FIXPROTO): Define.
2885         * config/i386/t-cygwin (STMP_FIXPROTO): Define.
2886         * config/i386/t-dgux (STMP_FIXPROTO): Define.
2887         * config/x-interix: Don't define STMP_FIXPROTO and
2888         FIXPROTO_DEFINES.
2889         * config/t-interix: New file, define STMP_FIXPROTO.
2890         * config/i386/x-beos (STMP_FIXPROTO): Don't define here.
2891         * config/i386/t-beos (STMP_FIXPROTO): Define here instead.
2892         * config/t-svr4 (FIXPROTO_DEFINES): Define.
2893         * config/arm/t-riscix (FIXPROTO_DEFINES): Define.
2894         * config/i386/t-sco5 (FIXPROTO_DEFINES): Define.
2895         * config/i386/t-sco5gas (FIXPROTO_DEFINES): Define.
2896         * config/m68k/t-hp3200: Renamed from x-hp3200.
2897         * config/i370/t-oe: Renamed from x-oe.
2898         * config/mips/t-iris: Renamed from x-iris.
2899         * config/pa/t-bsd: Renamed from x-pa.
2900         * config/pa/t-pa-hpux: Renamed from x-pa-hpux.
2901         * config/x-linux, config/i386/x-cygwin, config/i386/x-dgux,
2902         config/m88k/x-dgux, config/x-svr4, config/arm/x-riscix,
2903         config/i386/x-sco5, config/m68k/x-hp320g, config/mips/x-iris6,
2904         config/rs6000/x-cygwin: Remove files.
2905
2906         * configure.in: Check for target objdump and use that in eh_frame
2907         optimization test.
2908         * configure: Regenerated.
2909
2910 2001-11-15  Jakub Jelinek  <jakub@redhat.com>
2911
2912         * jump.c (squeeze_notes): Return true if no real insns were found.
2913         * rtl.h (squeeze_notes): Adjust prototype.
2914         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): If
2915         squeeze_notes finds no real instructions, abort.
2916         (merge_blocks_move_successor_nojumps): Likewise.
2917         * loop.c (find_and_verify_loops): Likewise.
2918         * stmt.c (expand_end_case): Likewise.
2919         * ifcvt.c (dead_or_predicable): Return TRUE if squeeze_notes doesn't
2920         find any real instructions.
2921
2922         * config/ia64/ia64.c (ia64_adjust_cost): Handle SUBREGs.
2923
2924         * cfgcleanup.c (try_optimize_cfg): If try_simplify_condjump optimized
2925         conditional jump, request updating life into for the block
2926         containing it.  Fix a typo which prevented life info update.
2927         Clear blocks bitmap before using it.
2928
2929 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2930
2931         * c-common.c: Include c-lex.h.
2932         (c_common_lang_init): Change prototype.  Call init_c_lex and
2933         init_pragma from here.
2934         * c-common.h (c_common_lang_init): Change prototype.
2935         * c-decl.c (init_decl_processing): Rename.  Call c_parse_init.
2936         * c-lang.c (c_init): Change prototype.  Update.
2937         (c_init_options): Update.
2938         * c-lex.c (cpp_filename): Remove.
2939         (init_c_lex): Update.  Read the main file, and get the original
2940         file name.
2941         (yyparse): Finish the command line options.
2942         * c-parse.in (c_parse_init): Call init_reswords here.
2943         (init_parse): Remove.
2944         * c-tree.h (c_init_decl_processing): New.
2945         * cpphash.c (_cpp_init_hashtable): After initializing the hash
2946         table, populate it.
2947         * cppinit.c (read_original_filename, cpp_finish_options): New.
2948         (cpp_create_reader): New prototype. Defer hash table initialization.
2949         (cpp_start_read): Rename cpp_read_main_file.  Initialize the
2950         hash table.  Get the original filename.
2951         * cpplib.h (cpp_create_reader): Update.
2952         (cpp_start_read): Remove.
2953         (cpp_read_main_file, cpp_finish_options): New.
2954         * cppmain.c (main, do_preprocessing): Update.
2955         * langhooks.h (struct langhooks): Update init prototype.
2956         * toplev.c (general_init, parse_options_and_default_flags,
2957         process_options, lang_indpendent_init, lang_dependent_init,
2958         init_asm_output): New; perform the bulk of initialization.
2959         (compile_file): Move most of initialization to above functions.
2960         (debug_hooks): Initialize statically.
2961         (set_Wunused): Relocate.
2962         (toplev_main): Move most of initialization to other init functions.
2963         Have a clear logic flow.
2964         * tree.h (init_parse, init_decl_processing): Remove.
2965 objc:
2966         * objc-act.c (objc_init): Update prototype, combine with old
2967         init_parse.
2968         (objc_init_options): Update.
2969
2970
2971 2001-11-15  Andreas Jaeger  <aj@suse.de>
2972
2973         * cfgrtl.c (purge_all_dead_edges): Use int as argument for
2974         portability.
2975         * basic-block.h: Adjust prototype.
2976
2977 2001-11-15  Kazu Hirata  <kazu@hxi.com>
2978
2979         * config/rs6000/aix31.h: Fix comment formatting.
2980         * config/rs6000/beos.h: Likewise.
2981         * config/rs6000/darwin.h: Likewise.
2982         * config/rs6000/eabi.asm: Likewise.
2983         * config/rs6000/linux.h: Likewise.
2984         * config/rs6000/linux64.h: Likewise.
2985         * config/rs6000/lynx.h: Likewise.
2986         * config/rs6000/netbsd.h: Likewise.
2987         * config/rs6000/rs6000.c: Likewise.
2988         * config/rs6000/rs6000.h: Likewise.
2989         * config/rs6000/rs6000.md: Likewise.
2990         * config/rs6000/sol2.h: Likewise.
2991         * config/rs6000/tramp.asm: Likewise.
2992         * config/rs6000/xcoff.h: Likewise.
2993         * config/rs6000/xm-beos.h: Likewise.
2994
2995 2001-11-14  Alan Matsuoka  <alanm@redhat.com>
2996
2997         * rtl.def (INCLUDE) : Define.
2998         * gensupport.c  (init_include_reader, process_include,
2999         save_string) :  New functions to implement an include facility
3000         in .md files.
3001         * gensupport.h : Add prototype for init_md_reader_args.
3002         * genattr.c genattrtab.c gencodes.c genconfig.c genemit.c
3003         genextract.c genflags.c genopinit.c genoutput.c
3004         genpeep.c genrecog.c: Change call to init_md_reader to
3005         init_md_reader_args.
3006         * md.texi: Document (include "path") and -I directives for RTL
3007         generation tools.
3008
3009 2001-11-14  DJ Delorie  <dj@redhat.com>
3010
3011         * integrate.c (get_hard_reg_initial_reg): New.
3012         * integrate.h (get_hard_reg_initial_reg): Prototype.
3013         * local-alloc.c (block_alloc): Don't tie pseudos that
3014         represent call-saved hard regs' initial values.
3015
3016 2001-11-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3017
3018         * m68k/linux.h: Include <linux.h> not "linux.h" to avoid infinite
3019         recursion.
3020
3021 2001-11-14  Roger Sayle <roger@eyesopen.com>
3022
3023         * fold-const.c (fold): Optimize strlen comparisons against zero.
3024
3025 2001-11-14  David O'Brien  <obrien@FreeBSD.org>
3026
3027         * config.gcc (sparc64-wrs-vxworks*, sparc-*-netbsd*, sparc-*-openbsd*,
3028         sparc-*-chorusos*, sparc-*-elf*, sparc-*-linux*aout*,
3029         sparc-*-linux*libc1*, sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtems*,
3030         sparc-*-rtemself*, sparc-hal-solaris2*, sparc-*-solaris2*,
3031         sparc-*-sunos4.0*, sparc-*-sunos4*, sparc-*-sunos3*, sparc-*-sysv4*,
3032         sparc-*-vxsim*, sparclite-*-aout*, sparclite-*-elf*, sparc86x-*-aout*,
3033         sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*, sparc64-*-linux*):
3034         Include various CPU headers via tm_file.  a.out based platforms now
3035         properly include sparc/aout.h.  sol2.h usage now implies including
3036         elfos.h, svr4.h, and sparc/sysv4.h.
3037         * config/netbsd.h (TARGET_MEM_FUNCTIONS): Undef before defining it.
3038         Also define to '1'.
3039         * sparc/sparc.h (CPP_PREDEFINES, TARGET_VERSION, WORD_SWITCH_TAKES_ARG,
3040         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
3041         DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE):
3042         Remove.  They are a.out specific and belong in sparc/aout.h.
3043         * sparc/aout.h (TARGET_VERSION, WORD_SWITCH_TAKES_ARG, SELECT_SECTION,
3044         ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP,
3045         DBX_REGISTER_NUMBER, ASM_OUTPUT_SOURCE_LINE): Define.  Moved here from
3046         sparc/sparc.h.
3047         * sparc/litecoff.h (WORD_SWITCH_TAKES_ARG, ASM_DECLARE_FUNCTION_NAME,
3048         TEXT_SECTION_ASM_OP, DATA_SECTION_ASM_OP, DBX_REGISTER_NUMBER): Define.
3049         Moved here from sparc/sparc.h.
3050         * config/sparc/linux-aout.h (DEFAULT_PCC_STRUCT_RETURN): Undef before
3051         defining.
3052         * config/sparc/linux64.h (UNALIGNED_DOUBLE_INT_ASM_OP): Undef before
3053         * config/sparc/lynx.h:  Don't include lynx.h.
3054         (SELECT_SECTION): Do not undef.
3055         * config/sparc/openbsd.h: Don't include sparc/sparc.h.
3056         * config/sparc/sol2-sld-64.h: Include sparc/sparc.h, elfos.h, svr4.h,
3057         and sparc/sysv4.h.
3058         * config/sparc/sol2.h: Don't include sparc/sparc.h and sparc/sysv4.h.
3059         * config/sparc/sp64-aout.h (CPP_PREDEFINES): Don't define.  Get from
3060         sparc/aout.h now.
3061         * config/sparc/sp64-elf.h (DWARF_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO):
3062         Don't undef, there is no need.
3063         * config/sparc/splet.h (CPP_PREDEFINES): Define.
3064         * config/sparc/sun4o3.h (CPP_PREDEFINES): Likewise.
3065         * config/sparc/sunos4.h (CPP_PREDEFINES): Likewise.
3066         Don't include sparc/sparc.h.
3067         * config/sparc/sysv4.h (WORD_SWITCH_TAKES_ARG, ASM_OUTPUT_SOURCE_LINE,
3068         SELECT_SECTION, ASM_DECLARE_FUNCTION_NAME, TEXT_SECTION_ASM_OP,
3069         DATA_SECTION_ASM_OP): Don't undef, there is no need now.  Don't include
3070         elfos.h and svr4.h.
3071         (TARGET_VERSION): Define.
3072         * config/sparc/vxsim.h (TARGET_VERSION): Define.
3073
3074 Wed Nov 14 19:46:08 CET 2001  Jan Hubicka  <jh@suse.cz>
3075
3076         * cfglayout.c (fixup_fallthru_exit_predecesor): New static function.
3077         (cfg_layout_finalize): Use it.
3078         * bb-reorder.c (HAVE_epilogue): Remove.
3079         (make_reorder_chain): Do not care special placement of
3080         last basic block.
3081
3082         * predict.c (expected_value_to_br_prob): Delete the note
3083         once transformed.
3084
3085         * c-decl.c (c_expand_body): Fix TV_EXPAND nesting problem;
3086         measure integration time separately.
3087
3088 Wed Nov 14 12:30:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3089
3090         * function.c (struct temp_slot): ALIGN now unsigned.
3091
3092 2001-11-14  Kazu Hirata  <kazu@hxi.com>
3093
3094         * config/dsp16xx/dsp16xx.c: Fix comment formatting.
3095         * config/dsp16xx/dsp16xx.h: Likewise.
3096         * config/dsp16xx/dsp16xx.md: Likewise.
3097
3098 2001-11-14  Kazu Hirata  <kazu@hxi.com>
3099
3100         * config/h8300/h8300.c (get_shift_alg): Reorganize the code
3101         that deals with 7-bit shifts in HImode.
3102
3103 Wed Nov 14 14:17:05 CET 2001  Jan Hubicka  <jh@suse.cz>
3104
3105         * dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
3106         * final.c (walk_alter_subreg): Take pointer; update call of alter_subreg.
3107         (final_scan_insn): Update call of alter_subreg.
3108         (cleanup_subreg_operands): Likewise.
3109         (alter_subreg): Rewrite using simplify_subreg.
3110         (output_address, output_operand): Update call of alter_subreg.
3111         * output.h (alter_subreg): Update prototype.
3112         * sdbout.c (sdbout_symbol): Update call of alter_subreg.
3113         * simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.
3114         * Makefile.in (final.o): Add dependency on expr.h
3115
3116 Wed Nov 14 06:37:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3117
3118         * c-lang.c (finish_file): Make I unsigned to eliminate warning.
3119
3120 2001-11-13  Jeff Sturm  <jsturm@one-point.com>
3121
3122         * doc/install.texi (sparc-*-linux*): Mention requirements for
3123         binutils and glibc.
3124
3125 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3126
3127         * Makefile.in (POD2MAN): Don't include --section=1.
3128         (manext): Rename to man1ext.  All users changed.
3129         (man7ext): New.
3130         (man7dir): New.
3131         (generated-manpages): Also depend on $(docdir)/gfdl.7,
3132         $(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
3133         ($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
3134         --section=1 in calls to $(POD2MAN).
3135         ($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
3136         (maintainer-clean, install, uninstall): Handle the new man pages.
3137         ($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
3138         (installdirs): Create man7dir.
3139         * doc/cpp.texi: Include GFDL in this manual.  In the man page,
3140         refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
3141         texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
3142         the SEE ALSO man page section.
3143         * doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
3144         and fsf-funding(7) in the SEE ALSO man page section.
3145         * doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
3146         gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
3147         * doc/include/fdl.texi, doc/include/funding.texi,
3148         doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
3149         * doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
3150
3151 2001-11-13  Richard Henderson  <rth@redhat.com>
3152
3153         * dwarf2asm.c (dw2_force_const_mem): Set PUBLIC or STATIC
3154         as appropriate for the artificial decl.
3155
3156 2001-11-13  Richard Henderson  <rth@redhat.com>
3157
3158         * loop.c (combine_movables): Turn off combination until
3159         move_movables validation bugs are fixed.
3160
3161 2001-11-13  DJ Delorie  <dj@redhat.com>
3162
3163         * config.gcc (powerpc|rs6000): Set default cpp options based
3164         on --with-cpu settings.
3165         * config/rs6000/softfloat.h: New.
3166
3167 2001-11-13  Kazu Hirata  <kazu@hxi.com>
3168
3169         * config/h8300/h8300.c (shift_alg_si): Use special code for
3170         25-bit shifts on H8/S.
3171         (get_shift_alg): Generate special code for 25-bit shifts on
3172         H8/S.
3173
3174 2001-11-13  Jakub Jelinek  <jakub@redhat.com>
3175
3176         * emit-rtl.c (adjust_address_1): Add ADJUST argument.
3177         (adjust_automodify_address_1): New.
3178         * expr.h (adjust_address, adjust_address_nv): Adjust.
3179         (adjust_automodify_address, adjust_automodify_address_nv): Define.
3180         (adjust_address_1): Update prototype.
3181         (adjust_automodify_address_1): Add prototype.
3182         * expr.c (move_by_pieces_1): Use adjust_automodify_address.
3183         (store_by_pieces_2): Likewise.
3184
3185 Tue Nov 13 05:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3186
3187         * Makefile.in (explow.o): Now depends on ggc.h.
3188         * explow.c (ggc.h): Include.
3189         (set_stack_check_libfunc): Mark stack_check_libfunc as ggc root.
3190
3191         * Makefile.in (expr.o): Depends on insn-attr.h.
3192         * expr.c (insn-attr.h): New include.
3193         (force_operand): If INSN_SCHEDULING, deal with paradoxical SUBREG
3194         of MEM.
3195         (highest_pow2_factor, case INTEGER_CST): Handle negative values.
3196         (expand_expr): Remove unneeded mark_temp_addr_taken calls and
3197         clean up related usage in ADDR_EXPR.
3198         (expand_expr_unaligned): Likewise.
3199
3200         * emit-rtl.c (change_address): Fix typo in alias setting.
3201
3202 2001-11-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3203
3204         * Makefile.in (cfgcleanup.o): Depend on insn-config.h
3205
3206 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3207
3208         PR bootstrap/3451
3209         * c-pragma.c: Rename macros BAD, BAD2, BAD_ACTION to
3210         GCC_BAD, GCC_BAD2, GCC_BAD_ACTION.
3211
3212 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3213
3214         * config.gcc (sparc-tti-*, sparc64-wrs-vxworks*, sparc-wrs-vxworks*,
3215         sparclite-wrs-vxworks*, sparc-*-aout*, sparc-*-netbsd*,
3216         sparc-*-chorusos*, sparc-*-linux*aout*, sparc-*-linux*libc1*,
3217         sparc-*-linux*, sparc-*-lynxos*, sparc-*-rtemsaout*, sparc-*-rtems*,
3218         sparc-*-rtemself*, sparc-*-solaris2*, sparc-*-sunos3*, sparc-*-sysv4*,
3219         sparc-*-vxsim*, sparclet-*-aout*, sparclite-*-coff*, sparclite-*-aout*,
3220         sparc86x-*-aout*, sparc86x-*-elf*, sparc64-*-aout*, sparc64-*-elf*,
3221         sparc64-*-linux*):  Include various CPU headers via tm_file.
3222         * config/svr3.h (ASM_OUTPUT_IDENT): Undef before defining it.
3223         (SELECT_SECTION): Likewise.
3224         (SELECT_RTX_SECTION): Likewise.
3225         * config/sparc/sparc_bi.h: New file.
3226         * config/sparc/aout.h: Don't include sparc/sparc.h and aoutos.h.
3227         * config/sparc/linux-aout.h: Likewise.
3228         * config/sparc/linux.h: Don't include sparc/sysv4.h.
3229         * config/sparc/linux64.h: Likewise.
3230         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
3231         * config/sparc/lite.h:  Don't include sparc/sparc.h and gofast.h.
3232         * config/sparc/litecoff.h: Don't include sparc/lite.h, svr3.h,
3233         and dbxcoff.h
3234         (ASM_OUTPUT_IDENT): Do not #undef.
3235         (SELECT_SECTION): Likewise.
3236         (SELECT_RTX_SECTION): Likewise.
3237         * config/sparc/liteelf.h: Don't include gofast.h.
3238         * config/sparc/lynx-ng.h: Don't include sparc/sparc.h and lynx-ng.h.
3239         * config/sparc/lynx.h: Don't include sparc/sparc.h.
3240         * config/sparc/pbd.h: Likewise.
3241         * config/sparc/netbsd.h: Don't include sparc/sparc.h and netbsd.h.
3242         * config/sparc/rtems.h: Don't include sparc/aout.h and rtems.h.
3243         * config/sparc/rtemself.h: Don't include rtems.h.
3244         * config/sparc/sol2-64.h: Don't include sparc/sol2-sld-64.h.
3245         * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Don't define, include
3246         sparc_bi.h instead.
3247         * config/sparc/sol2-sld.h: Don't include sparc/sol2.h.
3248         * config/sparc/sol2.h: Include sparc/sparc.h directly.
3249         * config/sparc/sp64-aout.h: Don't include sparc/sparc.h and aoutos.h.
3250         * config/sparc/sp64-elf.h: Don't include sparc/sol2.h.
3251         * config/sparc/sp86x-aout.h: Don't include sparc/sparc.h and gofast.h.
3252         * config/sparc/sp86x-elf.h: Don't include gofast.h.
3253         * config/sparc/splet.h: Don't include sparc/aout.h.
3254         * config/sparc/sun4o3.h: Don't include sparc/sparc.h.
3255         * config/sparc/sysv4.h: Don't include sparc/sparc.h directly.
3256         * config/sparc/vxsim.h: Don't include sparc/sysv4.h.
3257         * config/sparc/vxsparc.h: Don't include sparc/aout.h and gofast.h.
3258         * config/sparc/vxsparc64.h: Don't include gofast.h.
3259         (SPARC_BI_ARCH): Don't define.  sparc_bi.h will do it instead.
3260
3261 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3262
3263         * doc/standards.texi: Mention C99 TC1.
3264
3265 2001-11-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3266
3267         * mips-protos.h (mips_output_conditional_branch): Const-ify.
3268         * mips.c (mips_output_conditional_branch): Likewise.
3269
3270 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3271
3272         * config/h8300/h8300.c (shift_alg_si): Use special code for
3273         15-bit logical shifts and 31-bit logical shifts.
3274         (get_shift_alg): Generate special code for 15-bit and 31-bit
3275         logical shifts.
3276
3277 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3278
3279         * config/h8300/h8300.c (shift_alg_qi): Use rotations when
3280         doing 6-bit logical shifts on H8/S.
3281         (shift_alg_qi): Use special code for 21-bit shifts on H8/S.
3282         (get_shift_alg): Generate special code for 21-bit shifts on
3283         H8/S.
3284
3285 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3286
3287         * config/h8300/h8300.c (get_shift_alg): Remove a redundant
3288         label.
3289
3290 Mon Nov 12 11:58:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3291
3292         * alias.c (nonoverlapping_memrefs_p): Only update size from memref
3293         if both size and offset known.
3294
3295 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
3296
3297         * config/ia64/freebsd.h: Fix misspelling.
3298
3299 2001-11-12  Joseph S. Myers  <jsm28@cam.ac.uk>
3300
3301         * doc/gcc.texi: Move several chapters out to ...
3302         * doc/configterms.texi, doc/fragments.texi, doc/hostconfig.texi,
3303         doc/include/linux-and-gnu.texi, doc/interface.texi,
3304         doc/makefile.texi, doc/passes.texi, doc/portability.texi:
3305         ... here.  New files.
3306         * doc/gcc.texi, doc/contrib.texi: Move section headings into
3307         contrib.texi.
3308         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3309
3310 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3311
3312         * config/alpha/alpha-interix.h: Fix comment formatting.
3313         * config/alpha/alpha.c: Likewise.
3314         * config/alpha/alpha.h: Likewise.
3315         * config/alpha/alpha32.h: Likewise.
3316         * config/alpha/freebsd.h: Likewise.
3317         * config/alpha/unicosmk.h: Likewise.
3318         * config/alpha/vms.h: Likewise.
3319
3320 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3321
3322         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
3323
3324 2001-11-12  Jakub Jelinek  <jakub@redhat.com>
3325
3326         * dbxout.c (dbxout_symbol_location): Avoid emitting invalid register
3327         numbers.
3328
3329 Mon Nov 12 05:18:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3330
3331         * emit-rtl.c (set_mem_attributes): If making object, can set alignment
3332         from type.
3333         (replace_equiv_address): Call update_temp_slot_address.
3334
3335         * dwarf2out.c (loc_descriptor_from_tree, case COMPOUND_EXPR): New case.
3336
3337         * alias.c (nonoverlapping_memrefs_p): Handle DECL_RTL being a CONCAT.
3338
3339 2001-11-12  Kazu Hirata  <kazu@hxi.com>
3340
3341         * config/h8300/h8300.c (shift_alg_qi): New.
3342         (shift_alg_hi): Likewise.
3343         (shift_alg_si): Likewise.
3344         (get_shift_alg): Change the type of count to unsigned int.
3345         Use the tables.
3346
3347 2001-11-11  Alexandre Oliva  <aoliva@redhat.com>
3348
3349         * Makefile.in (c-lang.o): Depend on $(VARRAY_H).
3350         * c-decl.c (c_expand_body): Take argument can_defer_p.  Use it
3351         to decide whether to defer a function.
3352         (finish_function): Adjust.
3353         (c_expand_deferred_function): New function.
3354         * c-lang.c (deferred_fns): New variable.
3355         (c_init): Initialize it, and mark it as a root.
3356         (defer_fn): New function.
3357         (finish_file): Expand all deferred functions.
3358         * c-tree.h (defer_fn): Declare.
3359         (c_expand_deferred_function): Likewise.
3360         * objc/Make-lang.in (objc-act.o): Depend on $(VARRAY_H).
3361         * objc-act.c (deferred_fns): New variable.
3362         (objc_init): Initialize it, and mark it as a root.
3363         (defer_fn): New function.
3364         (finish_file): Expand all deferred functions.
3365
3366 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3367
3368         * alpha.c (unicosmk_special_name): Prototype.
3369         (unicosmk_ssib_name): Delete unused variable.
3370         * alpha/unicosmk.h (common_section, ssib_section): Prototype.
3371         * alpha/vms.h (PREFIX): Undef before defining.
3372         * arm/pe.h (SUBTARGET_NAME_ENCODING_LENGTHS): Likewise.
3373         * i370/i370.c (mvs_hash_alias): Prototype.  Wrap with macro
3374         controlling usage.  Const-ify.
3375         (alias_number): Delete unused variable.
3376         * m32r/m32r.c (m32r_sched_init): Add missing argument.
3377         (m32r_expand_block_move): Fix uninitialized warnings.
3378         * mn10300/mn10300.h (REGNO_IN_RANGE_P): Fix 'unsigned >=0 is
3379         always true' warnings.
3380         * openbsd.h (TARGET_MEM_FUNCTIONS): Don't redefine.
3381         * sh/sh.c: Include "integrate.h".
3382         (output_far_jump): Fix uninitialized warning.
3383         * final.c (shorten_branches): Avoid automatic aggregate
3384         initialization.
3385         * integrate.c (subst_constants): Likewise.
3386
3387 2001-11-11  Kazu Hirata  <kazu@hxi.com>
3388
3389         * config/h8300/h8300.c (shift_alg): Remove SHIFT_MAX.
3390         (get_shift_alg): Remove redundant code.
3391
3392 2001-11-11  Kazu Hirata  <kazu@hxi.com>
3393
3394         * config/pa/milli64.S: Fix comment formatting.
3395         * config/pa/pa-64.h: Likewise.
3396         * config/pa/pa-linux.h: Likewise.
3397         * config/pa/pa-protos.h: Likewise.
3398         * config/pa/pa.c: Likewise.
3399         * config/pa/pa.h: Likewise.
3400         * config/pa/pa32-linux.h: Likewise.
3401         * config/pa/pa32-regs.h: Likewise.
3402         * config/pa/pa64-hpux.h: Likewise.
3403         * config/pa/pa64-regs.h: Likewise.
3404         * config/pa/som.h: Likewise.
3405
3406 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3407
3408         * doc/gcc.texi: Move several chapters out to ...
3409         * doc/bugreport.texi, doc/contribute.texi, doc/frontends.texi,
3410         doc/service.texi, doc/standards.texi, doc/trouble.texi,
3411         doc/vms.texi: ... here.  New files.
3412         * Makefile.in ($(docdir)/gcc.info, gcc.dvi): Update dependencies.
3413
3414 2001-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
3415
3416         * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
3417         cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
3418         collect2.c, combine.c, config.in, configure, configure.in,
3419         conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
3420         genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
3421         reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
3422         spelling errors.
3423
3424 Sun Nov 11 05:56:01 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3425
3426         * config/rs6000/rs6000.c (rs6000_hash_constant, toc_hash_eq):
3427         Adjust operand number in CONST_DOUBLE.
3428
3429         * expmed.c (extract_bit_field): No longer pass in alignment.
3430         (extract_fixed_bit_field, extract_split_bit_field): Likewise.
3431         (store_bit_field, store_fixed_bit_field, store_split_bit_field):
3432         Likewise.
3433         * expr.c (store_constructor, store_constructor_field): Likewise.
3434         (store_field, emit_group_load, emit_group_store): Likewise.
3435         * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
3436         (store_bit_field, extract_bit_field): Likewise.
3437         * calls.c, expr.c, function.c: Change calls to above functions.
3438         * ifcvt.c, stmt.c: Likewise.
3439
3440         * alias.c (nonoverlapping_memrefs_p): Not overlapping if one base is
3441         constant and one is on frame.
3442         If know memref offset, adjust size from decl.
3443
3444 2001-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3445
3446         * alpha/unicosmk.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Fix
3447         format specifier warning.
3448         * convex.h (ASM_OUTPUT_BYTE): Likewise.
3449         * elfos.h (ALIGN_ASM_OP): Undef before defining.
3450         * i386/att.h (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier
3451         warning.
3452         * i386/bsd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3453         * i386/gas.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3454         * i386-interix.h (gen_stdcall_suffix): Prototype.
3455         * i386.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
3456         * i386elf.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
3457         ASM_OUTPUT_LONG_DOUBLE): Likewise.
3458         * i386/interix.c (gen_stdcall_suffix): Const-ify.
3459         * i386/next.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3460         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Fix format
3461         specifier warnings.
3462         * i386/osfrose.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3463         * i386/ptx4-i.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
3464         ASM_OUTPUT_LONG_DOUBLE): Likewise.
3465         * i386/sco5.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3466         * i386/sequent.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3467         * i386/sun386.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3468         * i386/svr3dbx.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3469         * m68k/3b1.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_LONG_DOUBLE,
3470         ASM_OUTPUT_FLOAT, ASM_GENERATE_INTERNAL_LABEL): Likewise.
3471         * m68k/altos3068.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3472         * m68k/amix.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
3473         Likewise.
3474         * m68k/atari.h (ASM_OUTPUT_ASCII, ASM_GENERATE_INTERNAL_LABEL):
3475         Likewise.
3476         * m68k/crds.h (ASM_OUTPUT_DOUBLE, PRINT_OPERAND): Likewise.
3477         * m68k/dpx2.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3478         ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE, ASM_OUTPUT_FLOAT_OPERAND):
3479         Likewise.
3480         * m68k/hp320.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_BYTE):
3481         Likewise.
3482         * m68k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
3483         Likewise.
3484         * m68k/m68kv4.h (ASM_OUTPUT_ASCII): Delete unused variable.
3485         * m68k/mot3300.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
3486         * m68k/news.h (PRINT_OPERAND): Likewise.
3487         * m68k/next.h (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT,
3488         ASM_OUTPUT_FLOAT_OPERAND, ASM_OUTPUT_DOUBLE_OPERAND): Likewise.
3489         * m68k/next21.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3490         * m68k/plexus.h (ASM_SPEC): Insert space between macro name and
3491         definition.
3492         * m68k/sgs.h (ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_DOUBLE,
3493         ASM_OUTPUT_FLOAT, ASM_OUTPUT_ASCII, ASM_OUTPUT_FLOAT_OPERAND,
3494         ASM_OUTPUT_DOUBLE_OPERAND): Fix format specifier warnings.
3495         * m68k/sun3.h (ASM_OUTPUT_FLOAT_OPERAND): Likewise.
3496         * m68k/tower-as.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_DOUBLE,
3497         ASM_OUTPUT_LONG_DOUBLE, ASM_OUTPUT_FLOAT, ASM_OUTPUT_BYTE,
3498         PRINT_OPERAND): Likewise.
3499         * m88k/m88k.h (ASM_GENERATE_INTERNAL_LABEL, ASM_OUTPUT_BYTE):
3500         Likewise.
3501         * mips/elf.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
3502         * mips/elf64.h (PUT_SDB_SIZE, ASM_DECLARE_OBJECT_NAME): Likewise.
3503         * mips/iris5gas.h (PUT_SDB_SIZE): Likewise.
3504         * mips/linux.h (ASM_DECLARE_OBJECT_NAME): Likewise.
3505         * mips.c (mips_output_external_libcall): Mark parameter with
3506         ATTRIBUTE_UNUSED.
3507         (mips_asm_file_start): Move variable into the scope where it's
3508         used.
3509         * mips.h (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
3510         * mips/netbsd.h (ASM_DECLARE_OBJECT_NAME): Likewise.
3511         * mips/sni-gas.h (PUT_SDB_SIZE): Likewise.
3512         * ns32k/encore.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3513         * ns32k.c (print_operand): Likewise.
3514         * pa.c (print_operand, output_div_insn): Likewise.
3515         * pa.h (ASM_OUTPUT_MI_THUNK, ASM_GENERATE_INTERNAL_LABEL,
3516         ASM_OUTPUT_BYTE, PRINT_OPERAND_ADDRESS): Likewise.
3517         * pa/pa64-hpux.h (UNIQUE_SECTION): Const-ify.
3518         * sparc/linux.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
3519         specifier warnings.
3520         * sparc/linux64.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3521         * sparc/pbd.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3522         (ASM_OUTPUT_SOURCE_LINE): Don't list macro arguments in undef.
3523         * sparc/vxsim.h (ASM_GENERATE_INTERNAL_LABEL): Fix format
3524         specifier warnings.
3525         * svr3.h (ASM_GENERATE_INTERNAL_LABEL): Likewise.
3526
3527         * sdbout.c (sdbout_end_epilogue): Mark parameter with
3528         ATTRIBUTE_UNUSED.
3529         * varasm.c (assemble_global): Likewise.
3530
3531 2001-11-11  H.J. Lu <hjl@gnu.org>
3532
3533         * config.gcc: Add "elfos.h svr4.h" to $tm_file for Linux/mips.
3534
3535 Sun Nov 11 01:26:00 CET 2001  Jan Hubicka  <jh@suse.cz>
3536
3537         * final.c (*_MAX_SKIP): Use *_max_skip variables.
3538         * flags.h (align_loops_max_skip, align_jumps_max_skip,
3539         align_labels_max_skip): New global variables.
3540         * toplev.c (align_loops_max_skip, align_jumps_max_skip,
3541         align_labels_max_skip): New global variables.
3542         (toplev_main): Set new variables.
3543         * i386.c (override_options): Set max_skip values.
3544
3545 2001-11-10  Geoffrey Keating  <geoffk@redhat.com>
3546
3547         * doc/tm.texi (Label Output): Document ASM_OUTPUT_LABEL_REF.
3548         * final.c (output_addr_const): Use ASM_OUTPUT_LABEL_REF.
3549         * config/stormy16/stormy16.c (xstormy16_print_operand): For '%C',
3550         don't print an @fptr for labels either.
3551         (xstormy16_output_addr_vec): Don't print @fptr here.
3552         * config/stormy16/stormy16.h (ASM_OUTPUT_LABEL_REF): New macro.
3553
3554 Sat Nov 10 08:50:50 2001  Jeffrey A Law  (law@cygnus.com)
3555
3556         * ssa-ccp.c (examine_flow_edges): Use old-style definition, not
3557         an ANSI/ISO definitino.
3558         (ssa_const_prop): Likewise.
3559
3560 2001-11-10  Aldy Hernandez  <aldyh@redhat.com>
3561
3562         * config/rs6000/rs6000.c (rs6000_reg_names): Remove leading "v" or
3563         altivec registers.
3564
3565 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3566
3567         * cppexp.c (parse_number): Use ISXDIGIT/hex_value.
3568         * cpplex.c (hex_digit_value): Use hex_p/hex_value.
3569         * cppmain.c (general_init): Call hex_init.
3570         * tradcif.y (parse_number): Use TOLOWER/ISXDIGIT/hex_value/hex_p.
3571
3572         * config.gcc (i[34567]86-dg-dgux*): Don't set `out_file'.
3573
3574         * i386/dgux.h (ASM_FILE_START): Set to the meaningful portions
3575         of dgux.c:output_file_start().
3576
3577         * i386/dgux.c: Delete file.
3578
3579 2001-11-09  Richard Henderson  <rth@redhat.com>
3580
3581         * config/alpha/alpha.c (decl_in_text_section): New.
3582         (current_file_function_operand): Use it.
3583         (alpha_encode_section_info, alpha_end_function): Likewise.
3584
3585 2001-11-07  David O'Brien  <obrien@FreeBSD.org>
3586
3587         * config.gcc: Add FreeBSD/IA-64 target. Expand config/i64/elf.h headers.
3588         * config/i64/ia64.h (TARGET_VERSION,ASM_SPEC,LINK_SPEC): Remove,
3589         they are OS specific.  Use CPP_CPU_SPEC rather than CPP_PREDEFINES,
3590         so OS specific files and use CPP_PREDEFINES for their needs.
3591         * config/i64/elf.h (TARGET_VERSION): Add.  Also, move inclusion of
3592         target headers to tm_file.
3593         * config/ia64/aix.h (TARGET_VERSION): Likewise.
3594         * config/ia64/hpux.h (TARGET_VERSION): Likewise.
3595         * config/ia64/linux.h (TARGET_VERSION): Likewise.
3596         (FUNCTION_PROFILER): Remove.
3597         * config/ia64/ia64.h (FUNCTION_PROFILER): Update definition using the
3598         version in config/ia64/linux.h.
3599         * config/ia64/freebsd.h: New file.
3600         * config/freebsd.h: Tidy up.
3601         (_USING_CONFIG_FREEBSD): Define.
3602         (FBSD_CPP_PREDEFINES): Add __KPRINTF_ATTRIBUTE__.
3603         (FBSD_CPP_SPEC): Define generic FreeBSD spec.
3604         (FBSD_STARTFILE_SPEC): Likewise.
3605         (FBSD_ENDFILE_SPEC): Likewise.
3606         (FBSD_LIB_SPEC): Likewise.
3607         (WCHAR_UNSIGNED): Undefine, FreeBSD's wchars are signed.
3608         (USER_LABEL_PREFIX): Define to ELF compatible value as some CPU headers
3609         set an ELF-improper one.
3610
3611 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3612
3613         * pa.c (emit_move_sequence): Use cint_ok_for_move to check whether a
3614         constant can be loaded in a single instruction to a register.  When
3615         loading immediate constants, use PLUS instead of HIGH/LO_SUM.  Use
3616         depdi for insertion of most significant 32-bits on 64-bit hosts.
3617         * pa.h (LEGITIMATE_CONSTANT_P): Accept constants that can be built
3618         with ldil/ldo/depdi instruction sequence on 64-bit hosts.
3619         * pa.md: New addmove pattern for adding constant_int to HImode
3620         register and moving result to HImode register.  Remove HImode HIGH
3621         and LO_SUM patterns.
3622
3623 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3624
3625         * Makefile.in: Update.
3626         * c-decl.c (print_lang_decl, print_lang_type): Remove.
3627         (print_lang_identifier): Rename c_print_identifier.
3628         * c-lang.c (LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
3629         (print_lang_statistics, lang_print_xnode): Remove.
3630         * c-parse.in (set_yydebug): Rename c_set_yydebug.
3631         * c-tree.h (c_set_yydebug, c_print_identifier): New.
3632         * langhooks-def.h (lhd_print_tree_nothing, lhd_set_yydebug): New.
3633         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
3634         LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
3635         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): New.
3636         (LANG_HOOKS_INITIALIZER): Update.
3637         * langhooks.h (struct lang_hooks): New members.
3638         (lang_print_tree_hook): New.
3639         * langhooks.c (lhd_print_tree_nothing, lhd_set_yydebug): New.
3640         * print-tree.c: Include langhooks.h.
3641         (print_node): Update.
3642         * toplev.c (decode_d_option): Update.
3643         * tree.c: Include langhooks.h.
3644         (dump_tree_statistics): Update.
3645         * tree.h (print_lang_statistics, print_lang_decl, print_lang_type,
3646         print_lang_identifier, set_yydebug, lang_print_xnode): Remove.
3647 objc:
3648         * objc-act.c (LANG_HOOKS_PRINT_IDENTIFIER,
3649         LANG_HOOKS_SET_YYDEBUG): Override.
3650         (lang_print_xnode, print_lang_statistics): Remove.
3651
3652 2001-11-09  Richard Henderson  <rth@redhat.com>
3653
3654         * dwarf2asm.c (dw2_force_const_mem): Invoke STRIP_NAME_ENCODING
3655         on the symbol string.
3656
3657 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3658
3659         * pa/elf.h (ASM_DECLARE_FUNCTION_NAME,
3660         ASM_OUTPUT_EXTERNAL_LIBCALL): Undef before defining.
3661         * config.gcc (hppa1.1-*-rtems*): Remove duplicate clause.
3662
3663         * clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
3664
3665         * tlink.c (recompile_files): Copy strings passed to `putenv'.
3666
3667 2001-11-09  Geoffrey Keating  <geoffk@redhat.com>
3668
3669         * tree.h (TYPE_VOLATILE): Trap use not on TYPEs.
3670         (TYPE_READONLY): Likewise.
3671
3672         * flow.c (insn_dead_p): Allow for AUTO_INC notes all the time.
3673
3674         * config/stormy16/stormy16.h (ASM_SPEC): Revert last change,
3675         don't pass --gdwarf2 to the assembler if the compiler will also
3676         provide debug info.
3677
3678         * config/stormy16/stormy16.c (xstormy16_expand_casesi):
3679         Don't change INDEX.
3680
3681 Fri Nov  9 17:51:09 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3682
3683         * alias.c (nonoverlapping_memrefs_p): New function.
3684         (true_dependence, canon_true_depenence, write_dependence_p): Call it.
3685
3686         * emit-rtl.c (set_mem_attributes): Get alignments for constants.
3687
3688 2001-11-09  Aldy Hernandez  <aldyh@redhat.com>
3689
3690         * rs6000.h (REG_CLASS_CONTENTS): Add VRSAVE bit to ALL_REGS.
3691         (CONDITIONAL_REGISTER_USAGE): Disable AltiVec registers unless
3692         generating altivec code.
3693         (FIXED_REGISTERS): VRSAVE is fixed.
3694         (CALL_USED_REGISTERS): VRSAVE is call used.
3695
3696 2001-11-09  Jason Eckhardt  <jle@rice.edu>
3697
3698         * config/mips/mips.c (mips_output_conditional_branch): Do not hard
3699         code the branch target as ".+16/.+12", but rather use labels.
3700
3701 Fri Nov  9 11:27:42 2001  Jeffrey A Law  (law@cygnus.com)
3702
3703         * config/pa/milli64.S: Use %r25 and %r0 instead of arg1 and r0
3704         to work around limitations of certain versions of GAS.
3705
3706         * pa.md (mulsi3): Remove PA64 hack to work around SUBREG issues.
3707         (muldi3): Update due to SUBREG_BYTE changes.
3708         (casesi): Similarly.
3709
3710 2001-11-09  Zack Weinberg  <zack@codesourcery.com>
3711
3712         * doc/invoke.texi: Remove comment referring to -xf77-version.
3713
3714 2001-11-09  Kazu Hirata  <kazu@hxi.com>
3715
3716         * config/convex/convex.c: Fix comment formatting.
3717         * config/convex/convex.h: Likewise.
3718
3719 2001-11-08  Zack Weinberg  <zack@codesourcery.com>
3720
3721         * Makefile.in (.po.pox): Look both in srcdir and builddir
3722         for $(PACKAGE).pot.
3723         (po/$(PACKAGE).pot): Don't move-if-change the new potfile over
3724         to the source directory.
3725
3726 2001-11-09 Ben Elliston  <bje@redhat.com>
3727            Michael Meissner  <meissner@redhat.com>
3728            Andrew MacLeod  <amacleod@redhat.com>
3729            Richard Henderson  <rth@redhat.com>
3730            Nick Clifton  <nickc@redhat.com>
3731            Catherine Moore  <clm@redhat.com>
3732
3733         * m32r.c: Add support for m32rx processor.
3734         * m32r.h: Ditto.
3735         * m32r.md: Ditto.
3736         * t-m32r: Ditto.
3737         * m32r-protos.h: Add prototypes for m32rx functions.
3738         * doc/invoke.texi: Document -m32rx option.
3739
3740 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3741
3742         * config/sparc/sparc.md (movdf): Avoid calling validize_mem during
3743         or after reload.
3744
3745 2001-11-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3746
3747         * doc/install.texi2html: Use $MAKEINFO --no-split.
3748
3749 2001-11-09  Andreas Schwab  <schwab@suse.de>
3750
3751         * Makefile.in ($(HOST_PREFIX_1)rtl.o,
3752         $(HOST_PREFIX_1)print-rtl.o, $(HOST_PREFIX_1)bitmap.o,
3753         $(HOST_PREFIX_1)vfprintf.o, $(HOST_PREFIX_1)doprint.o,
3754         $(HOST_PREFIX_1)strstr.o, $(HOST_PREFIX_1)errors.o,
3755         $(HOST_PREFIX_1)ggc-none.o): Update dependencies.
3756
3757 2001-11-09  H.J. Lu <hjl@gnu.org>
3758
3759         * config/mips/mips.c (mips_output_function_prologues): Cast
3760         `tsize' to long for output.
3761
3762 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3763
3764         * c-lang.c (LANG_HOOKS_NAME): New.
3765         (lang_hooks): Constify.
3766         (c_init_options): Update.
3767         (lang_identify): Remove.
3768         * c-parse.in (language_string): Remove.
3769         * dbxout.c: Include langhooks.h.
3770         (dbxout_symbol_location): Update.
3771         * dwarf2out.c: Include langhooks.h.
3772         (gen_compile_unit_die): Update.
3773         * dwarfout.c: Include langhooks.h.
3774         (prototyped_attribute, output_compile_unit_die): Update.
3775         * langhooks-def.h (LANG_HOOKS_NAME, LANG_HOOKS_IDENTIFIER_SIZE): New.
3776         (LANG_HOOKS_INITIALIZER): Update.
3777         * langhooks.h (struct lang_hooks): New members.  Constify.
3778         * stringpool.c: Don't include toplev.h.
3779         (set_identifier_size): Remove.
3780         * toplev.c (toplev_main): Initialize identifier size.
3781         (print_version): Update.
3782         * tree.h (language_string, init_lex, lang_identify,
3783         set_identifier_size): Remove.
3784         * Makefile.in: Update dependencies.
3785         * config/darwin.c: Include langhooks.h.
3786         (func_name_maybe_scoped): Update.
3787         * config/darwin.h (ASM_END_FILE): Update.
3788         * config/nextstep.h (ASM_END_FILE): Update.
3789         * config/nextstep21.h (ASM_END_FILE): Update.
3790         * config/i386/sun386.h (ASM_END_FILE): Update.
3791         * config/rs6000/rs6000.c (ASM_END_FILE): Include langhooks.h.
3792         (rs6000_output_function_epilogue): Update.
3793 objc:
3794         * objc-act.c (LANG_HOOKS_NAME): Override.
3795         (struct lang_hooks): Constify.
3796         (objc_init_options): Update.
3797         (lang_identify): Remove.
3798
3799 Fri Nov  9 00:25:18 EST 2001  John Wehle  (john@feith.com)
3800
3801         * fold-const.c (lshift_double): Honor PREC.
3802         (rshift_double): Likewise.
3803
3804 2001-11-08  Kazu Hirata  <kazu@hxi.com>
3805
3806         * config/1750a/1750a.c: Fix comment formatting.
3807         * config/1750a/1750a.h: Likewise.
3808
3809 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
3810
3811         * configure.in (--enable-languages): Be more permissive about
3812         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
3813         * configure: Regenerated.
3814
3815 2001-11-08  Richard Henderson  <rth@redhat.com>
3816
3817         * dwarf2asm.c (dw2_force_const_mem): Fix typo.
3818
3819 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
3820
3821         * config.gcc: Rename stormy16 to xstormy16.
3822         * config/stormy16/stormy-abi: Likewise.
3823         * config/stormy16/stormy16-protos.h: Likewise.
3824         * config/stormy16/stormy16.c: Likewise.
3825         * config/stormy16/stormy16.h: Likewise.
3826         * config/stormy16/stormy16.md: Likewise.
3827
3828 2001-11-06  Geoffrey Keating  <geoffk@redhat.com>
3829
3830         * tree.h (TYPE_VOLATILE): Add enable-checking code.
3831         (TYPE_READONLY): Likewise.
3832
3833 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3834
3835         * reload1.c (reload): Don't delete equiv insn if can throw.
3836
3837         * expr.c (emit_block_move): If X is readonly emit CLOBBER for it.
3838         (clear_storage): Likewise, for OBJECT.
3839
3840 Thu Nov  8 16:23:51 2001  Jeffrey A Law  (law@cygnus.com)
3841
3842         * pa.c (emit_move_sequence): Fix SUBREG expression to
3843         use proper byte offset when extending a constant from
3844         SImode to DImode.
3845
3846 2001-11-09  Jakub Jelinek  <jakub@redhat.com>
3847
3848         * cfgrtl.c (purge_dead_edges): Remove REG_EH_REGION note for insns
3849         which cannot throw.
3850
3851 Thu Nov  8 18:00:55 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3852
3853         * explow.c (convert_memory_address, case SUBREG): Only return
3854         inner object if SUBREG_PROMOTED_VAR_P or known to be pointer.
3855
3856 2001-11-08  Richard Henderson  <rth@redhat.com>
3857
3858         * Makefile.in (GCC_FOR_TARGET): Add build_tooldir/sys-include.
3859         (CROSS_SYSTEM_HEADER_DIR): Use build_tooldir not tooldir.
3860         (ORDINARY_FLAGS_TO_PASS, stmp-fixinc): Likewise.
3861
3862 2001-11-08  Aldy Hernandez  <aldyh@redhat.com>
3863
3864         * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add -maltivec.
3865
3866 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
3867
3868         * dwarf2out.c (debug_str_hash): New.
3869         (struct indirect_string_node): New.
3870         (struct dw_val_struct): Change type of val_str to it.
3871         (DEBUG_STR_SECTION_FLAGS): Define.
3872         (add_AT_string): Push string into hashtable, increment reference
3873         counter.
3874         (AT_string): Return string from ht_identifier.
3875         (AT_string_form): New.
3876         (free_AT): For dw_val_class_str, just decrement reference counter.
3877         (size_of_string): Remove.
3878         (size_of_die): Use AT_string_form to decide what size the string
3879         occupies in DIE.
3880         (size_of_pubnames): Use strlen instead of size_of_string.
3881         (value_format): Use AT_string_form for dw_val_class_str.
3882         (output_die): Output DW_FORM_strp strings using
3883         dw2_asm_output_offset.
3884         (indirect_string_alloc, output_indirect_string): New.
3885         (dwarf2out_finish): Emit .debug_str strings if there are any.
3886
3887 2001-11-08  Andreas Franck  <afranck@gmx.de>
3888
3889         * configure.in: Add AC_ARG_PROGRAM to support program name
3890         transformation with --program-prefix, --program-suffix and
3891         --program-transform-name.
3892         * configure: Regenerated.
3893         * Makefile.in (GCC_INSTALL_NAME, CPP_INSTALL_NAME,
3894         PROTOIZE_INSTALL_NAME, UNPROTOIZE_INSTALL_NAME, GCOV_INSTALL_NAME,
3895         GCCBUG_INSTALL_NAME, GCC_CROSS_NAME, CPP_CROSS_NAME,
3896         PROTOIZE_CROSS_NAME, UNPROTOIZE_CROSS_NAME): Handle
3897         program_transform_name the way suggested by autoconf.
3898         (GCC_TARGET_INSTALL_NAME): Define.
3899         (install-driver): Use the transformed target alias name.
3900
3901 2001-11-08  Richard Henderson  <rth@redhat.com>
3902
3903         * config/mips/mips.c (save_restore_insns): Remove GP from the
3904         restore registers mask early instead of special casing it inside
3905         the loop.
3906
3907 2001-11-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3908
3909         * cp/decl.c (shadow_warning): New function.
3910         (pushdecl): Improve -Wshadow warnings.  Don't give both a warning
3911         and an error when a block scope decl shadows a parameter.
3912
3913 2001-11-08  Richard Henderson  <rth@redhat.com>
3914
3915         * config/fp-bit.h (usi_to_float): Define for US_SOFTWARE_GOFAST
3916         case as well.
3917
3918 2001-11-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3919
3920         * pa.md (negdf2, negsf2): Use multiplication rather than subtraction
3921         to implement floating negation on processors prior to PA 2.0.
3922
3923 2001-11-08  Jakub Jelinek  <jakub@redhat.com>
3924
3925         * dwarf2asm.c (mark_indirect_pool_entry, mark_indirect_pool): New.
3926         (USE_LINKONCE_INDIRECT): Define.
3927         (dw2_output_indirect_constant_1): Try to output indirect constants
3928         into linkonce sections if possible.
3929         (dw2_force_const_mem): Likewise.  Register indirect_pool with GGC.
3930         (dw2_output_indirect_constants): Likewise.
3931
3932 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
3933
3934         * config/rs6000/rs6000.h (REG_ALLOC_ORDER): Add vrsave.
3935
3936 2001-11-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3937
3938         * c-decl.c (pushdecl): Remove file and line.
3939         * c-typeck.c (pop_init_level): Remove size.
3940
3941 2001-11-07  Aldy Hernandez  <aldyh@redhat.com>
3942
3943         * doc/invoke.texi: Add -maltivec, -mno-altivec, and -mabi=altivec
3944         for rs6000.
3945
3946         * config/rs6000/rs6000.h (MASK_ALTIVEC): New.
3947         (TARGET_ALTIVEC): New.
3948         (TARGET_SWITCHES): Add altivec.
3949         (FIRST_PSEUDO_REGISTER): Change to 109.
3950         (CALL_USED_REGISTERS): Same.
3951         (FIRST_ALTIVEC_REGNO): New.
3952         (LAST_ALTIVEC_REGNO): New.
3953         (ALTIVEC_REGNO_P): New.
3954         (UNITS_PER_ALTIVEC_WORD): New.
3955         (ALTIVEC_VECTOR_MODE): New.
3956         (FIXED_REGISTERS): Add altivec registers.
3957         (REG_ALLOC_ORDER): Same.
3958         (HARD_REGNO_NREGS): Adjust for altivec registers.
3959         (HARD_REGNO_MODE_OK): Same.
3960         (MODES_TIEABLE_P): Same.
3961         (REGISTER_MOVE_COST): Same.
3962         (REGNO_REG_CLASS): Same.
3963         (reg_class): Add ALTIVEC_REGS.
3964         (REG_CLASS_NAMES): Same.
3965         (REG_CLASS_CONTENTS): Same.
3966         (REG_CLASS_FROM_LETTER): Add 'v' constraint for ALTIVEC_REGS.
3967         (ALTIVEC_ARG_RETURN): New.
3968         (FUNCTION_VALUE): Handle VECTOR_TYPE.
3969         (LIBCALL_VALUE): Handle altivec vector modes.
3970         (VECTOR_MODE_SUPPORTED_P): New.
3971         (ALTIVEC_ARG_MIN_REG): New.
3972         (ALTIVEC_ARG_MAX_REG): New.
3973         (ALTIVEC_ARG_NUM_REG): New.
3974         (FUNCTION_VALUE_REGNO_P): Return true for altivec return register.
3975         (FUNCTION_ARG_REGNO_P): Support passing args in altivec registers.
3976         (REGISTER_NAMES): Add altivec regs.
3977         (DEBUG_REGISTER_NAMES): Same.
3978         (ADDITIONAL_REGISTER_NAMES): Same.
3979         (rs6000_builtins): New.
3980         (MD_EXPAND_BUILTIN): New.
3981         (MD_INIT_BUILTINS): New.
3982         (LEGITIMATE_OFFSET_ADDRESS_P): This addressing mode is not valid
3983         for AltiVec instructions.
3984         (LEGITIMATE_LO_SUM_ADDRESS_P): Same.
3985         (HARD_REGNO_MODE_OK): Altivec modes can only go in altivec
3986         registers.
3987         (SECONDARY_MEMORY_NEEDED): We need memory to copy vector modes.
3988         (TARGET_SWITCHES): Add no-altivec.
3989         (DATA_ALIGNMENT): Align vectors to 128 bits.
3990         (TARGET_OPTIONS): Add abi= option.
3991         Add rs6000_abi_string extern.
3992         (LOCAL_ALIGNMENT): New.
3993         (CPP_CPU_SPEC): Define __ALTIVEC__ when -maltivec.
3994         (MASK_ALTIVEC_ABI): New.
3995         (TARGET_ALTIVEC_ABI): New.
3996         (CONDITIONAL_REGISTER_USAGE): Set first 20 AltiVec registers to
3997         call-saved.
3998         (STACK_BOUNDARY): Adjust for altivec.
3999         (BIGGEST_ALIGNMENT): Same.
4000         (rs6000_args): Add vregno.
4001         (USE_ALTIVEC_FOR_ARG_P): New.
4002         (FIXED_REGISTERS): Add vrsave register.
4003         (CALL_USED_REGISTERS): Same.
4004         (CONDITIONAL_REGISTER_USAGE): Set VRSAVE info.
4005         (VRSAVE_REGNO): New.
4006         (reg_class): Add VRSAVE_REGS.
4007         (REG_CLASS_NAMES): Same.
4008         (REG_CLASS_CONTENTS): Same.
4009         (REGNO_REG_CLASS): Same.
4010
4011         * config/rs6000/sysv4.h (STACK_BOUNDARY): Adjust for altivec.
4012         (ABI_STACK_BOUNDARY): Same.
4013         (BIGGEST_ALIGNMENT): Same.
4014         (ADJUST_FIELD_ALIGN): Remove undef.  Define anew.
4015         (ROUND_TYPE_ALIGN): Same.
4016
4017         * config/rs6000/aix.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
4018         to 64.
4019
4020         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
4021         to 64.
4022
4023         * config/rs6000/darwin.h (ROUND_TYPE_ALIGN): Change BIGGEST_ALIGNMENT
4024         to 64.
4025
4026         * config/rs6000/rs6000.c (rs6000_expand_builtin): New.
4027         (altivec_expand_builtin): New.
4028         (altivec_init_builtins): New.
4029         (TARGET_EXPAND_BUILTIN): New.
4030         (TARGET_INIT_BUILTINS): New.
4031         (rs6000_init_builtins): New.
4032         (struct builtin_description): New.
4033         (bdesc_2arg): New.
4034         (rs6000_reg_names): Add altivec registers.
4035         (alt_reg_names): Same.
4036         (secondary_reload_class): Altivec regs can hold altivec regs and
4037         memory.
4038         (rs6000_emit_move): Force constants into memory for AltiVec moves.
4039         (print_operand): Add 'y' case for printing altivec memory
4040         operands.
4041         (rs6000_legitimize_address): Legitimize vector addresses into
4042         [REG+REG] or [REG].
4043         (altivec_expand_binop_builtin): New.
4044         New string rs6000_current_abi.
4045         (rs6000_override_options): Call rs6000_parse_abi_options.
4046         (rs6000_parse_abi_options): New.
4047         (function_arg_boundary): Vector arguments must be 16
4048         byte aligned.
4049         (function_arg_advance): Handle vector arguments.
4050         (function_arg_partial_nregs): Same.
4051         (init_cumulative_args): Same.
4052         (function_arg): Same.
4053
4054         * config/rs6000/rs6000.md (altivec_lvx): New.
4055         (type): Add altivec attribute.
4056         (movv4si): New.
4057         (*movv4si_internal): New.
4058         (movv16qi): New.
4059         (*movv16qi_internal): New.
4060         (movv8hi): New.
4061         (*movv8hi_internal1): New.
4062         (movv4sf): New.
4063         (*movv4sf_internal1): New.
4064         (altivec_stvx): New.
4065         (vaddubm): New.
4066         (vadduhm): New.
4067         (vadduwm): New.
4068         (vaddfp): New.
4069         (vaddcuw): New.
4070         (vaddubs): New.
4071         (vaddsbs): New.
4072         (vadduhs): New.
4073         (vaddshs): New.
4074         (vadduws): New.
4075         (vaddsws): New.
4076         (vand): New.
4077         (vandc): New.
4078         (vavgub): New.
4079         (vavgsb): New.
4080         (vavguh): New.
4081         (vavgsh): New.
4082         (vavguw): New.
4083         (vavgsw): New.
4084         (vcmpbfp): New.
4085         (vcmpequb): New.
4086         (vcmpequh): New.
4087         (vcmpequw): New.
4088         (vcmpeqfp): New.
4089         (vcmpgefp): New.
4090         (vcmpgtub): New.
4091         (vcmpgtsb): New.
4092         (vcmpgtuh): New.
4093         (vcmpgtsh): New.
4094         (vcmpgtuw): New.
4095         (vcmpgtsw): New.
4096         (vcmpgtfp): New.
4097         (vcmpgefp): New.
4098         (vcmpgtub): New.
4099         (vcmpgtsb): New.
4100         (vcmpgtuh): New.
4101         (vcmpgtsh): New.
4102         (vcmpgtuw): New.
4103         (vcmpgtsw): New.
4104         (vcmpgtfp): New.
4105         (vmaxub): New.
4106         (vmaxsb): New.
4107         (vmaxuh): New.
4108         (vmaxsh): New.
4109         (vmaxuw): New.
4110         (vmaxsw): New.
4111         (vmaxfp): New.
4112         (vmrghb): New.
4113         (vmrghh): New.
4114         (vmrghw): New.
4115         (vmrglb): New.
4116         (vmrglh): New.
4117         (vmrglw): New.
4118         (vminub): New.
4119         (vminsb): New.
4120         (vminuh): New.
4121         (vminsh): New.
4122         (vminuw): New.
4123         (vminsw): New.
4124         (vminfp): New.
4125         (vmuleub): New.
4126         (vmulesb): New.
4127         (vmuleuh): New.
4128         (vmulesh): New.
4129         (vmuloub): New.
4130         (vmulosb): New.
4131         (vmulouh): New.
4132         (vmulosh): New.
4133         (vnor): New.
4134         (vor): New.
4135         (vpkuhum): New.
4136         (vpkuwum): New.
4137         (vpkpx): New.
4138         (vpkuhss): New.
4139         (vpkshss): New.
4140         (vpkuwss): New.
4141         (vpkswss): New.
4142         (vpkuhus): New.
4143         (vpkshus): New.
4144         (vpkuwus): New.
4145         (vpkswus): New.
4146         (vrlb): New.
4147         (vrlh): New.
4148         (vrlw): New.
4149         (vslb): New.
4150         (vslh): New.
4151         (vslw): New.
4152         (vsl): New.
4153         (vslo): New.
4154         (vsrb): New.
4155         (vrsh): New.
4156         (vrsw): New.
4157         (vsrab): New.
4158         (vsrah): New.
4159         (vsraw): New.
4160         (vsr): New.
4161         (vsro): New.
4162         (vsububm): New.
4163         (vsubuhm): New.
4164         (vsubuwm): New.
4165         (vsubfp): New.
4166         (vsubcuw): New.
4167         (vsububs): New.
4168         (vsubsbs): New.
4169         (vsubuhs): New.
4170         (vsubshs): New.
4171         (vsubuws): New.
4172         (vsubsws): New.
4173         (vsum4ubs): New.
4174         (vsum4sbs): New.
4175         (vsum4shs): New.
4176         (vsum2sws): New.
4177         (vsumsws): New.
4178         (vxor): New.
4179
4180 2001-11-07  Daniel Berlin  <dan@cgsoftware.com>
4181
4182         * Makefile.in (df.o): Add fibheap.h to dependencies.
4183
4184         * df.h: Add prototypes for transfer functions, iterative_dataflow
4185         functions.
4186         (enum df_flow_dir): New enum.
4187         (enum df_confluence_op): New enum.
4188         (struct df): Add inverse_rts_map.
4189
4190         * df.c: Add sbitmap.h to the list of includes.
4191         (df_rd_global_compute): Removed.
4192         (df_ru_global_compute): Removed.
4193         (df_lr_global_compute): Removed.
4194         (df_rd_transfer_function): New function.
4195         (df_ru_transfer_function): New function.
4196         (df_lr_transfer_function): New function.
4197         (df_analyse_1): allocate/compute/free df->inverse_rts_map.
4198         Use iterative_dataflow_bitmap instead of df_*_global_compute.
4199         (iterative_dataflow_sbitmap): New function.
4200         (iterative_dataflow_bitmap): New function.
4201
4202 2001-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
4203
4204         * doc/gcc.texi: Move terminology and spelling conventions to
4205         htdocs/codingconventions.html.
4206
4207 2001-11-07  Graham Stott  <grahams@redhat.com>
4208
4209         * cse.c (cse_insn): Emit BARRIER after unconditional jump.
4210
4211 Wed Nov  7 13:33:34 CET 2001  Jan Hubicka  <jh@suse.cz>
4212
4213         * expmed.c (expand_mult): Force operand to register before computing
4214         cost.
4215         * i386.c (x86_decompose_lea): New global vairable.
4216         * i386.h (x86_decompose_lea): Declare.
4217         (TARGET_DECOMPOSE_LEA): New macro.
4218         (RTX_COST): Handle leas properly.
4219
4220 2001-11-06  Richard Henderson  <rth@redhat.com>
4221
4222         * config/alpha/elf.h (DO_SELECT_SECTION): TREE_READONLY is not
4223         defined for a CONSTRUCTOR; don't check it.
4224
4225 2001-11-06  Danny Smith  <dannysmith@users.sourceforge.net>
4226
4227         * gcov.c (output_data): Use IS_ABSOLUTE_PATHNAME to
4228         test for absolute pathnames.
4229
4230 2001-11-06  Olivier Hainque <hainque@act-europe.fr>
4231
4232         * unwind-dw2.c (execute_cfa_program): Evaluate call frame
4233         instructions up to the target pc inclusive.
4234
4235 2001-11-06  Steve Christiansen  <smc@us.ibm.com>
4236
4237         * loop.c (loop_regs_scan):  Don't invalidate PIC register.
4238
4239 2001-11-06  Eric Christopher  <echristo@redhat.com>
4240
4241         * config/mips/mips.md(movdf_internal2): Add constraints for float
4242         to general register move.
4243         * config/mips/elf64.h: Add default ABI.
4244
4245 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4246
4247         * alias.c:: Include langhooks.h.
4248         * emit-rtl.c: Similarly.
4249         * toplev.c: Similarly.
4250         * tree-inline.c: Similarly.
4251         * langhooks-def.h: New, the old langhooks.h.  Give the default
4252         hooks a common prefix.
4253         * langhooks.h: Contents extracted from toplev.h.
4254         * toplev.h: Move langhook stuff to langhooks.h.
4255         * langhooks.c: Give default hooks a common prefix.
4256
4257         * c-lang.c: Include langhooks-def.h.
4258         * objc/objc-act.c: Similarly.
4259         * Makefile.in: Update.
4260         * objc/Make-lang.in: Update.
4261
4262 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4263
4264         * doc/install.texi: Document that configure options not listed in
4265         this file are unsupported.  Document --with-system-zlib.
4266
4267 Tue Nov  6 09:21:34 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4268
4269         * rtl.h (mem_for_const_double): New declaration.
4270         * varasm.c (mem_for_const_double): New function.
4271         * config/convex/convex.md (movdf): Use it.
4272         * config/m68k/hp320.h (LEGITIMATE_PIC_OPERAND_P): Likewise.
4273         * config/m68k/linux.h, config/m68k/m68k.h: Likewise.
4274         * config/m68k/m68kv4.h: Likewise.
4275
4276         * config/alpha/alpha.h (SECONDARY_MEMORY_NEEDED): Adjust for addition
4277         of new GP reg classes.
4278
4279         * expr.c (store_field): When making temp object for unaligned
4280         component, set it to alias set 0.
4281
4282 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
4283
4284         * c-common.c (c_expand_expr_stmt): Apply default conversions to
4285         non-lvalue arrays if C99.
4286         * c-typeck.c (default_conversion): Split out code handling
4287         array-to-pointer and function-to-pointer conversions into a
4288         separate default_function_array_conversion function.
4289         (default_function_array_conversion): New function.  Keep track of
4290         whether any NON_LVALUE_EXPRs were stripped.  Return non-lvalue
4291         arrays unchanged outside C99 mode instead of giving an error for
4292         them.
4293         (build_component_ref): Use pedantic_non_lvalue when handling
4294         COMPOUND_EXPR.  Don't handle COND_EXPR specially.
4295         (convert_arguments): Use default_function_array_conversion.
4296         (build_unary_op): For ADDR_EXPR, take a flag indicating whether
4297         non-lvalues are OK.
4298         (unary_complex_lvalue): Likewise.
4299         (internal_build_compound_expr): Use
4300         default_function_array_conversion.  Apply default conversions to
4301         function in compound expression.
4302         (build_c_cast, build_modify_expr, digest_init, build_asm_stmt):
4303         Use default_function_array_conversion.
4304         * doc/extend.texi: Update documentation of subscripting non-lvalue
4305         arrays.
4306         Fixes PR c/461.
4307
4308 2001-11-05  Zack Weinberg  <zack@codesourcery.com>
4309
4310         * aclocal.m4: (AM_WITH_NLS): Don't look at ALL_LINGUAS.
4311         (AM_GNU_GETTEXT): Set CATALOGS to a list of .gmo files
4312         corresponding to the complete set of .po and .gmo files in
4313         the source directory's po subdir, modified by LINGUAS.  Don't
4314         look at ALL_LINGUAS.
4315         * configure.in: Don't set ALL_LINGUAS.
4316         * configure: Regenerate.
4317
4318         * Makefile.in (.po.gmo): Don't move into source directory.
4319         (.po.pox): Clarify comments.
4320         (install-po): Look for .gmo files in both srcdir and objdir;
4321         don't fail if a file is totally missing.
4322         (distclean): rmdir ada subdirectory too.
4323
4324 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
4325
4326         * config/rs6000/rs6000.c (rs6000_select_section): Handle
4327         CONSTRUCTORs _correctly_.
4328
4329 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4330
4331         * c-decl.c (delete_block): Remove.
4332         * c-tree.h (delete_block): Remove.
4333
4334 2001-11-05  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4335
4336         * cppexp.c (lex, parse_defined): Update warning about defined.
4337
4338 2001-11-05  Geoffrey Keating  <geoffk@redhat.com>
4339
4340         * config/rs6000/rs6000.c (rs6000_select_section): Handle
4341         CONSTRUCTORs too.
4342
4343 2001-11-05  Nick Clifton  <nickc@cambridge.redhat.com>
4344
4345         * config/arm/arm.c (arm_return_in_memory): Cope with
4346         int_size_in_bytes returning -1.
4347
4348         * config/arm/unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Handle
4349         DECL being NULL.
4350
4351 Mon Nov  5 16:15:25 CET 2001  Jan Hubicka  <jh@suse.cz>
4352
4353         * Makefile.in (bb-reorder.o): Add dependency on cfglayout.h;
4354         remove unneeded dependencies;
4355         (cfglayout.o): New.
4356         * cfglayout.c, cfglayout.h: New files; break out from ...
4357         * bb-reorder.c: ... here; Remove unneeded includes;
4358
4359 2001-11-04  Alan Modra  <amodra@bigpond.net.au>
4360
4361         * config/rs6000/rs6000.md (load_toc_aix_{si,di}): Mark r2 as used.
4362
4363 2001-11-04  David Edelsohn  <edelsohn@gnu.org>
4364
4365         * config/rs6000/rs6000.c (rs6000_emit_move): Handle 64-bit
4366         mode as well.  Do not explicitly create intermediate regs.
4367
4368 2001-11-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4369
4370         * arm/aof.h (aof_text_section, aof_data_section): Don't declare.
4371         (common_section): Delete unused variable.
4372         (ASM_OUTPUT_ASCII): Fix signed/unsigned warnings.
4373         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
4374         * arm-protos.h (arm_poke_function_name, aof_add_import,
4375         aof_delete_import): Const-ify.
4376         * arm.c (legitimize_pic_address): Wrap variables in the macro
4377         controlling their usage.
4378         (arm_finalize_pic): Mark variable with ATTRIBUTE_UNUSED.
4379         (arm_poke_function_name, pic_chain, import, aof_add_import,
4380         aof_delete_import): Const-ify.
4381         * i386.c (ix86_osf_output_function_prologue): Const-ify.
4382         * i386/sysv4.h (ASM_OUTPUT_FLOAT, ASM_OUTPUT_DOUBLE,
4383         ASM_OUTPUT_LONG_DOUBLE): Fix format specifier warnings.
4384         * i860/fx2800.h (DBX_OUTPUT_STANDARD_TYPES): Const-ify.
4385         * i860/sysv3.h: Add missing comment closure.
4386         * m68k/apollo68.h (ASM_RETURN_CASE_JUMP): Add missing semi-colon.
4387         * m88k/dgux.h (SELECT_RTX_SECTION): Add missing argument in call
4388         to symbolic_operand.
4389
4390         * config.gcc (m680[02]0-*-*): Rename case from m68000-*-*.
4391         (i960-*-*): Set tmake_file.
4392         (sparc86x-*-elf*): Fix typo in header name.
4393
4394         * sched-rgn.c (schedule_insns): Delete unused variable.
4395
4396 2001-11-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4397
4398         PR c/2820
4399         * c-typeck.c (lookup_field): Rework to return a chain down to
4400         the looked-up field.
4401         (build_component_ref): Use the new lookup_field to handle
4402         nested anonymous entities correctly.
4403
4404 Sun Nov  4 11:53:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4405
4406         * config/sparc/sparc.c (sparc_emit_set_const32, GEN_HIGHINT64):
4407         Change parameters to gen_rtx_CONST_DOUBLE.
4408         (GEN_INT64, sparc_emit_set_const64): Likewise.
4409         * config/sparc/sparc.md (movdf split): Likewise.
4410
4411 2001-11-03  Geoffrey Keating  <geoffk@redhat.com>
4412
4413         * unroll.c (calculate_giv_inc): Use find_last_value rather
4414         than just hoping the last instruction is the right SET.
4415         [Fixes 990604-1.c on stormy16.]
4416
4417         * config/stormy16/stormy16.h (LIB_SPEC): Don't supply any libgloss
4418         library at all if -T is used.
4419
4420         * config/stormy16/stormy16.c (stormy16_print_operand): Avoid
4421         some uses of uninitialized variables in error cases.
4422
4423         * config/stormy16/stormy16.c (stormy16_output_shift): Don't
4424         look at 'temp' if we won't be using it.
4425
4426         * config/stormy16/stormy16.h (CONST_COSTS): Define.
4427         (RTX_COSTS): Define.
4428         (ADDRESS_COST): Define.
4429         (MEMORY_MOVE_COST): Allow for memory_move_secondary_cost.
4430
4431         * config/stormy16/stormy16.h (ASM_SPEC): Pass -g to the assembler.
4432
4433         * config/stormy16/stormy16.h (ASM_OUTPUT_MI_THUNK): Call
4434         stormy16_asm_output_mi_thunk.
4435         * config/stormy16/stormy16.c (stormy16_asm_output_mi_thunk): New
4436         function.
4437         * config/stormy16/stormy16-protos.h
4438         (stormy16_asm_output_mi_thunk): New prototype.
4439
4440 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4441
4442         * ChangeLog.2, ChangeLog.4, ChangeLog.5, ChangeLog,
4443         FSFChangeLog.10, FSFChangeLog.11, alias.c, attribs.c,
4444         caller-save.c, calls.c, cfg.c, cfganal.c, cfgcleanup.c, cfgrtl.c,
4445         cppmacro.c, fold-const.c, ifcvt.c, local-alloc.c, profile.c,
4446         sched-int.h, toplev.c, config/alpha/alpha.c,
4447         config/alpha/alpha.md, config/c4x/c4x.h, config/cris/cris.h,
4448         config/cris/cris.md, config/i370/i370.md, config/i386/i386.c,
4449         config/i386/i386.h, config/i386/i386.md, config/i386/xm-djgpp.h,
4450         config/ia64/ia64.c, config/m68hc11/m68hc11.c, config/m68k/m68k.md,
4451         config/mcore/mcore.h, config/mmix/mmix.c, config/ns32k/ns32k.h,
4452         config/ns32k/ns32k.md, config/rs6000/rs6000.c,
4453         config/rs6000/sysv4.h, config/sh/sh.md: Fix spelling errors.
4454
4455 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4456
4457         * Makefile.in (dbxout.o): Depend on function.h.
4458         * collect2.c (is_in_list): Hide unused function.
4459         * dbxout.c: Include function.h.
4460         (source_label_number, dbxout_source_line, dbxout_source_file,
4461         dbxout_function_end, dbxout_begin_function): Wrap/move inside
4462         macros controlling usage.
4463         * gcc.c (TARGET_EXECUTABLE_SUFFIX): Undef before defining.
4464         * output.h (exports_section): Prototype.
4465
4466         * convex.c (convex_output_function_prologue): Fix format specifier
4467         warning.
4468         (asm_declare_function_name): Fix signed/unsigned warning.
4469         (print_operand): Fix format specifier warning.
4470         * convex.h (S_REGNO_P, A_REGNO_P): Fix signed/unsigned warning.
4471         * dsp16xx-protos.h (uns_comparison_operator,
4472         num_1600_core_shifts): Prototype.
4473         * dsp16xx.c: Include tm_p.h, not dsp16xx-protos.h.
4474         (frame_size, frame_pointer_offset): Delete.
4475         (dsp16xx_output_function_prologue, dsp16xx_output_function_epilogue):
4476         Make static.  Fix format specifier warnings.
4477         * dsp16xx.h (IS_ACCUM_REG): Fix unsigned>=0 warning.
4478         (EXTRA_SECTION_FUNCTIONS): Prototype const_section.
4479         * dsp16xx.md: Add default case in switches.
4480         * fr30.h (IN_RANGE): Delete.
4481         * ia64.h (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
4482         * mcore-protos.h (mcore_output_cmov): Const-ify.
4483         * mcore.c (mcore_output_cmov): Likewise.
4484         * mcore.h (switch_to_section): Make static and prototype.
4485         * mn10200.h (REGNO_OK_FOR_INDEX_P, REG_OK_FOR_INDEX_P): Fix
4486         unsigned>=0 warnings.
4487         * mn10300.h (REGNO_IN_RANGE_P): Likewise.
4488         * rs6000-protos.h (read_only_data_section,
4489         read_only_private_data_section): Prototype.
4490         * rs6000.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
4491         * sh.c (sh_adjust_cost): Mark parameter with ATTRIBUTE_UNUSED.
4492         * sh.h (GENERAL_REGISTER_P): Fix unsigned>=0 warning.
4493
4494 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4495
4496         * dwarf2asm.c (dw2_asm_output_pcrel): Mark parameters with
4497         ATTRIBUTE_UNUSED.
4498         * final.c (final_scan_insn): Add brackets around body of if-stmt.
4499         * gcc.c (convert_filename): Add static prototype.  Const-ify.
4500         Wrap variable in macros controlling its use.
4501         * output.h (sdata_section): Add prototype.
4502
4503         * 1750a.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4504         (ASM_OUTPUT_ASCII): Avoid signed/unsigned warning.
4505         * c4x.h (INIT_SECTION_FUNCTION): Add prototype.
4506         (ASM_FILE_START): Const-ify.
4507         (ASM_OUTPUT_BYTE_FLOAT, ASM_OUTPUT_SHORT_FLOAT): Fix format
4508         specifier warning.
4509         * c4x.md: Don't use the 'U' integer suffix.
4510         * clipper.md (clipper_movstr): Delete declaration.
4511         * d30v-protos.h (d30v_move_2words): Const-ify.
4512         (debug_stack_info): Add prototype.
4513         * d30v.c: Include "integrate.h".
4514         (d30v_function_arg_boundary, d30v_function_arg,
4515         d30v_function_arg_partial_nregs, d30v_function_arg_advance): Avoid
4516         signed/unsigned warnings.
4517         (d30v_print_operand_memory_reference, d30v_move_2words):
4518         Const-ify.
4519         * d30v.h (REG_CLASS_FROM_LETTER): Use unsigned array subscript.
4520         * fr30.c (fr30_pass_by_reference, fr30_pass_by_value): Prototype.
4521         * fr30.md: Const-ify.
4522         * h8300.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4523         * i370.c (i370_label_scan, mvs_get_label): Make definition static.
4524         (mvs_get_label_page): Hide unused static function.
4525         * i860.c (current_function_original_name): Const-ify.
4526         * i860/sysv3.h (current_function_original_name): Likewise.
4527         * i860/sysv4.h (current_function_original_name): Likewise.
4528         * i960.md: Add default case in switches.  Remove unused variable.
4529         * i960/vx960-coff.h (MULTILIB_DEFAULTS): Undef before defining.
4530         * m32r.md: Const-ify.
4531         * m68hc11-protos.h (m68hc11_asm_file_start): Const-ify.
4532         * m68hc11.c: Include "reload.h".
4533         (static_chain_reg, print_options, m68hc11_asm_file_start):
4534         Const-ify.
4535         * m68hc11.md: Delete unused variable.  Const-ify.  Add parens
4536         around & in comparison.
4537         * mcore.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
4538         * mn10200.c (shift_mode): Remove trailing comma.
4539         * mn10300-protos.h (output_tst): Const-ify.
4540         * mn10300.c (output_tst): Likewise.
4541         * pa/long_double.h (ASM_OUTPUT_LONG_DOUBLE): Fix format specifier
4542         warnings.
4543         * pa-protos.h (output_ascii): Use regular char *, not unsigned.
4544         * pa.c (output_ascii): Likewise.
4545         * pa/som.h (EXTRA_SECTION_FUNCTIONS): Add prototype.
4546         * pdp11.md (expand_unop): Delete declarations.
4547         * pj-protos.h (pj_output_addsi3): Const-ify.
4548         * pj.c (pj_output_push_int, pj_output_load, pj_output_inc,
4549         pj_output_cnv_op, mode_to_char, pj_output_varidx, pj_print_cond,
4550         unique_src_operand): Add prototypes.
4551         (pj_output_store_into_lval): Make definition static.
4552         (pj_function_incoming_arg): Don't use unary plus.
4553         (pj_output_addsi3): Const-ify.
4554         * romp.md (get_symref): Delete declarations.
4555         * v850-c.c (mark_current_function_as_interrupt): Don't return
4556         value from void function.
4557         * v850.c: Include "integrate.h".
4558         * v850.h (ASM_OUTPUT_LABELREF): Const-ify.
4559         * vax-protos.h (const_section): Add prototype.
4560
4561 2001-11-03  Aldy Hernandez  <aldyh@redhat.com>
4562
4563         * machmode.def: Add documentation for the seventh argument in
4564         vector modes.
4565
4566 2001-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
4567
4568         * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
4569         consistently.
4570         <-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
4571         <-melf>: Don't have markup for ELF acronym.
4572
4573 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
4574
4575         * config.gcc (mmix-*-*): New target.
4576         * doc/invoke.texi: Document MMIX options.
4577         * doc/contrib.texi: Add note about MMIX port to my entry.
4578         * config/mmix/t-mmix: New file.
4579         * config/mmix/mmix.h: New file.
4580         * config/mmix/mmix-protos.h: New file.
4581         * config/mmix/mmix.c: New file.
4582         * config/mmix/mmix.md: New file.
4583         * config/mmix/crti.asm: New file.
4584         * config/mmix/crtn.asm: New file.
4585
4586 2001-11-03  Kazu Hirata  <kazu@hxi.com>
4587
4588         * config/sparc/linux-aout.h: Fix comment formatting.
4589         * config/sparc/linux.h: Likewise.
4590         * config/sparc/linux64.h: Likewise.
4591         * config/sparc/lynx.h: Likewise.
4592         * config/sparc/pbd.h: Likewise.
4593         * config/sparc/sol2-sld-64.h: Likewise.
4594         * config/sparc/sol2.h: Likewise.
4595         * config/sparc/sparc.c: Likewise.
4596         * config/sparc/sparc.h: Likewise.
4597         * config/sparc/sparc.md: Likewise.
4598         * config/sparc/sunos4.h: Likewise.
4599         * config/sparc/vxsim.h: Likewise.
4600         * config/sparc/vxsparc.h: Likewise.
4601         * config/sparc/vxsparc64.h: Likewise.
4602
4603 Sat Nov  3 10:37:56 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4604
4605         * cselib.c (cselib_subst_to_values, case CONST_DOUBLE): Remove
4606         reference to CONST_DOUBLE_MEM in comment.
4607         * emit-rtl.c (gen_rtx_CONST_DOUBLE): Remove one operand.
4608         (gen_rtx, case CONST_DOUBLE): Call it with one less operand.
4609         (init_emit_once): Don't clear CONST_DOUBLE_MEM.
4610         * function.c (pop_function_context_from): Don't call
4611         restore_varasm_status.
4612         * function.h (restore_varasm_status): Delete declaration.
4613         * gengenrtl.c (CONST_DOUBLE_FORMAT): Delete CONST_DOUBLE_MEM slot.
4614         * rtl.c: Likewise.
4615         * rtl.def (CONST_DOUBLE): Update comment.
4616         * rtl.h (CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW): Update operand number.
4617         (CONST_DOUBLE_CHAIN): Likewise.
4618         (CONST_DOUBLE_MEM): Delete.
4619         (gen_rtx_CONST_DOUBLE): Update parameters.
4620         * varasm.c (struct varasm_status): x_pool_offset now HOST_WIDE_INT.
4621         Remove reference to CONST_DOUBLE_MEM.
4622         (const_alias_set): New variable.
4623         (immed_double_const): Change call to gen_rtx_CONST_DOUBLE.
4624         (immed_real_const_1): Adjust tests for 0, 1, and 2.
4625         Don't set CONST_DOUBLE_MEM.
4626         (clear_const_double_mem): Don't do anything with const_tiny_rtx.
4627         (output_constant_def): Don't look at TREE_CST_RTL if INTEGER_CST.
4628         Put constant in const_alias_set.
4629         (struct pool_constant): ALIGN now unsigned.
4630         OFFSET now HOST_WIDE_INT.
4631         Delete LABEL.
4632         (restore_varasm_status): Deleted.
4633         (mark_pool_constant): Mark desc->rtl.
4634         (force_const_mem): Rework to store rtl in hash table,
4635         not CONST_DOUBLE_MEM.
4636         Put constant in const_alias_set.
4637         (find_pool_constant): Check desc->rtl.
4638         (mark_constants, mark_constant): Don't special-case CONST_DOUBLE.
4639         (init_varasm_once): Initialize const_alias_set.
4640
4641         * expr.c (expand_expr, case ADDDR_EXPR): If at top level, don't call
4642         force_const_mem.
4643
4644         * reload.c (combine_reloads): Don't combine an output reload if there
4645         are other reloads around for part of the output.
4646
4647         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGINGP_P if T is a
4648         constant expression.
4649         (set_mem_decl): New function.
4650         * expr.h (set_mem_decl): New declaration.
4651         * final.c (get_decl_from_op): Don't use ORIGINAL_REGNO if not pseudo.
4652         (output_asm_operand_names): Add tab.
4653         * reload1.c (alter_reg): Set decl of MEM from REG_DECL.
4654
4655         * builtins.c (get_memory_rtx): Properly set MEM alias set and
4656         attributes.
4657
4658 2001-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
4659
4660         * doc/extend.texi, doc/gcc.texi, doc/install.texi, doc/tm.texi:
4661         Use "invalid" instead of "illegal".  Use @r in comments in
4662         examples.
4663
4664 2001-11-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4665
4666         * c-decl.c (pushdecl): Move block inside if conditional to remove
4667         possibility of a segfault.  Lookup block-level extern
4668         variables in enclosing scopes correctly.
4669
4670         * testsuite/gcc.c-torture/compile/20001018-1.x: Remove XFAIL.
4671
4672 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
4673
4674         * expmed.c (store_bit_field): Use simplify_gen_subreg to make
4675         SUBREG so we avoid SUBREGing memory.
4676
4677         * expmed.c (store_bit_field): Same.
4678
4679 2001-11-02  DJ Delorie  <dj@redhat.com>
4680
4681         * config/rs6000/rs6000.c (rs6000_emit_move): Make sure that
4682         using FP registers for DImode mem-mem moves is acceptable.
4683
4684 2001-11-02  Aldy Hernandez  <aldyh@redhat.com>
4685
4686         * builtins.c (apply_args_size): Handle vector arguments.
4687         (apply_result_size): Same.
4688
4689         * machmode.def: Set WIDER mode field for all vector entries.
4690
4691 2001-11-02  Graham Stott  <grahams@redhat.com>
4692
4693         * recog.c (decode_asm_operands):  Check that the SRC is ASM_OPERANDS.
4694
4695 2001-11-01  Eric Christopher  <echristo@redhat.com>
4696
4697         * config.gcc: Revert part of earlier patch.
4698         * config/mips/linux.h: Ditto.
4699         * df.c: Include tm_p.h to avoid warnings.
4700         * config/mips/mips.h (ABI_GAS_ASM_SPEC): Add defaults.  Adjust
4701         #if/#endif.
4702         * config/mips/mips.c: Define mips_abi regardless.
4703         (mips_output_function_prologues): Add long casts for .frame
4704         output.
4705         (override_options): Allow use of ABI_32.
4706
4707 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4708
4709         * config/m68hc11/m68hc11.c: Fix comment formatting.
4710         * config/m68hc11/m68hc11.h: Likewise.
4711         * config/m68hc11/m68hc11.md: Likewise.
4712
4713 2001-11-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4714
4715         * c-typeck.c (default_conversion): Retain the original expression
4716         codes.
4717         * gcc.dg/Wparentheses.c: New tests.
4718
4719 2001-11-01  David S. Miller  <davem@redhat.com>
4720
4721         * doc/install.texi (Specific, sparc-sun-solaris2*): Bring
4722         64-bit Sparc description more in line with reality.
4723
4724 2001-11-01  Joseph S. Myers  <jsm28@cam.ac.uk>
4725
4726         * Makefile.in (GCOV_OBJS): Add version.o.
4727         * gcov.c: Include "version.h" and <getopt.h>.
4728         (gcov_version_string): Remove.
4729         (print_usage): Take a parameter to determine whether this is a
4730         call from --help or an error message.  Give fuller output that
4731         follows the GNU Coding Standards for --help.
4732         (print_version): New function.
4733         (options): New.
4734         (process_args): Use getopt_long.  Support long options.  Follow
4735         GNU Coding Standards for --help and --version.
4736         * doc/gcov.texi: Document long options.
4737         Addresses part of PR other/704.
4738
4739 2001-11-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4740
4741         * pa.c (output_move_double): Fix typo in double load.
4742
4743 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4744
4745         * config/h8300/h8300.c (h8300_encode_label): Compute a string
4746         before passing it to ggc_alloc_string.
4747
4748 2001-11-01  Kazu Hirata  <kazu@hxi.com>
4749
4750         * config/m68k/3b1.h: Fix comment formatting.
4751         * config/m68k/3b1g.h: Likewise.
4752         * config/m68k/a-ux.h: Likewise.
4753         * config/m68k/amix.h: Likewise.
4754         * config/m68k/apollo68.h: Likewise.
4755         * config/m68k/atari.h: Likewise.
4756         * config/m68k/aux-exit.c: Likewise.
4757         * config/m68k/ccur-GAS.h: Likewise.
4758         * config/m68k/crds.h: Likewise.
4759         * config/m68k/dpx2.h: Likewise.
4760         * config/m68k/dpx2g.h: Likewise.
4761         * config/m68k/hp310.h: Likewise.
4762         * config/m68k/hp320.h: Likewise.
4763         * config/m68k/isi.h: Likewise.
4764         * config/m68k/linux.h: Likewise.
4765         * config/m68k/lynx.h: Likewise.
4766         * config/m68k/m68k-psos.h: Likewise.
4767         * config/m68k/m68k.c: Likewise.
4768         * config/m68k/m68k.h: Likewise.
4769         * config/m68k/m68k.md: Likewise.
4770         * config/m68k/m68kelf.h: Likewise.
4771         * config/m68k/m68kv4.h: Likewise.
4772         * config/m68k/mot3300.h: Likewise.
4773         * config/m68k/news.h: Likewise.
4774         * config/m68k/next.h: Likewise.
4775         * config/m68k/pbb.h: Likewise.
4776         * config/m68k/plexus.h: Likewise.
4777         * config/m68k/sgs.h: Likewise.
4778         * config/m68k/sun3.h: Likewise.
4779         * config/m68k/tower.h: Likewise.
4780         * config/m68k/vxm68k.h: Likewise.
4781
4782 2001-10-31  DJ Delorie  <dj@redhat.com>
4783
4784         * config/mips/mips.h (mips_cache_flush_func): Prototype.
4785         (TARGET_OPTIONS): Support -mflush-func= and -mno-flush-func.
4786         (INITIALIZE_TRAMPOLINE): Use mips_cache_flush_func if nonzero.
4787         * config/mips/mips.c (mips_cache_flush_func): New.
4788         * doc/invoke.texi: Document the new options.
4789
4790 2001-10-31  Hans-Peter Nilsson  <hp@axis.com>
4791
4792         * config.gcc (cris-*-linux*, tm_file): Rearrange order.
4793         * config/cris/linux.h (LIB_SPEC, STARTFILE_SPEC): Don't redefine.
4794
4795         * config/cris/cris.h (EH_RETURN_DATA_REGNO): Fix formatting.
4796
4797         * config/cris/cris.c: Include output.h after tree.h but before
4798         target.h.
4799
4800 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
4801
4802         * Makefile.in (INTL_TARGETS, POSUB): Delete all references.
4803         (INTL_SUBDIRS): Just intl.
4804         (.SUFFIXES): Add .gmo .po .pox.
4805         (native): Also depend on build-@POSUB@.
4806         (intl.all, intl.install): Depend on config.h and things it includes.
4807         (po-generated): New target; depend on c-parse.c and tradcif.c.
4808         (install-normal): Also depend on install-@POSUB@.
4809         (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): New variables.
4810         (build-, install-, build-po, update-po, install-po,
4811         .po.gmo, .po.pox, $(PACKAGE).pot, po/$(PACKAGE).pot): New rules.
4812
4813         * aclocal.m4: Prefix each entry in CATALOGS with "po/"
4814         * configure.in: Don't munge XGETTEXT.  Don't generate
4815         po/Makefile.in.
4816         * configure: Regenerate.
4817
4818         * exgettext: Delete.
4819         * config/m68k/m68k.h: Add doc strings for -msky and -mnosky.
4820         * objc/Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
4821
4822 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4823
4824         * config/h8300/h8300.md (two anonymous patterns): New.
4825
4826 2001-10-31  Aldy Hernandez  <aldyh@redhat.com>
4827
4828         * tree.h (tree_index): Add support for V16QI and V8HI.
4829         (V8HI_type_node): New.
4830         (V16QI_type_node): New.
4831
4832         * tree.c (build_common_tree_nodes_2): Same.
4833
4834         * c-common.c (type_for_mode): Same.
4835
4836 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4837
4838         * config/i386/att.h: Fix comment formatting.
4839         * config/i386/beos-elf.h: Likewise.
4840         * config/i386/bsd.h: Likewise.
4841         * config/i386/bsd386.h: Likewise.
4842         * config/i386/crtdll.h: Likewise.
4843         * config/i386/cygwin.asm: Likewise.
4844         * config/i386/cygwin.h: Likewise.
4845         * config/i386/djgpp.h: Likewise.
4846         * config/i386/freebsd-aout.h: Likewise.
4847         * config/i386/freebsd.h: Likewise.
4848         * config/i386/gas.h: Likewise.
4849         * config/i386/i386-interix.h: Likewise.
4850         * config/i386/i386-protos.h: Likewise.
4851         * config/i386/i386.c: Likewise.
4852         * config/i386/i386.h: Likewise.
4853         * config/i386/i386.md: Likewise.
4854         * config/i386/i386elf.h: Likewise.
4855         * config/i386/interix.c: Likewise.
4856         * config/i386/isc.h: Likewise.
4857         * config/i386/isccoff.h: Likewise.
4858         * config/i386/iscdbx.h: Likewise.
4859         * config/i386/linux.h: Likewise.
4860         * config/i386/lynx.h: Likewise.
4861         * config/i386/mingw32.h: Likewise.
4862         * config/i386/netbsd-elf.h: Likewise.
4863         * config/i386/next.h: Likewise.
4864         * config/i386/osf1elf.h: Likewise.
4865         * config/i386/osfrose.h: Likewise.
4866         * config/i386/sco5.h: Likewise.
4867         * config/i386/seq-gas.h: Likewise.
4868         * config/i386/seq-sysv3.h: Likewise.
4869         * config/i386/sequent.h: Likewise.
4870         * config/i386/sol2.h: Likewise.
4871         * config/i386/sun386.h: Likewise.
4872         * config/i386/uwin.asm: Likewise.
4873         * config/i386/uwin.h: Likewise.
4874         * config/i386/vxi386.h: Likewise.
4875         * config/i386/win32.h: Likewise.
4876         * config/i386/winnt.c: Likewise.
4877         * config/i386/xm-cygwin.h: Likewise.
4878         * config/i386/xm-mingw32.h: Likewise.
4879
4880 2001-10-31  Kazu Hirata  <kazu@hxi.com>
4881
4882         * builtins.def: Fix comment typos.
4883         * config/alpha.c: Likewise.
4884         * config/arm/arm.c: Likewise.
4885         * config/avr/avr.h: Likewise.
4886         * config/d30v/d30v.c: Likewise.
4887         * config/d30v/d30v.h: Likewise.
4888         * config/d30v/d30v.md: Likewise.
4889         * config/dsp16xx/dsp16xx.c: Likewise.
4890         * config/fr30/fr30.c: Likewise.
4891         * config/fr30/fr30.md: Likewise.
4892         * config/i386/i386.c: Likewise.
4893         * config/i860/i860.c: Likewise.
4894         * config/i960/i960.c: Likewise.
4895         * config/ia64/ia64.c: Likewise.
4896         * config/mips/mips.c: Likewise.
4897         * config/pa/pa.c: Likewise.
4898         * config/rs6000/rs6000.c: Likewise.
4899         * config/s390/s390.c: Likewise.
4900         * config/sparc/sparc.c: Likewise.
4901
4902 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4903
4904         * config/mips/elf.h: Fix comment formatting.
4905         * config/mips/elf64.h: Likewise.
4906         * config/mips/iris5.h: Likewise.
4907         * config/mips/iris5gas.h: Likewise.
4908         * config/mips/iris6.h: Likewise.
4909         * config/mips/isa3264.h: Likewise.
4910         * config/mips/linux.h: Likewise.
4911         * config/mips/mips.c: Likewise.
4912         * config/mips/mips.h: Likewise.
4913         * config/mips/mips.md: Likewise.
4914         * config/mips/mips16.S: Likewise.
4915         * config/mips/netbsd.h: Likewise.
4916         * config/mips/osfrose.h: Likewise.
4917         * config/mips/r3900.h: Likewise.
4918         * config/mips/sni-svr4.h: Likewise.
4919         * config/mips/svr4-t.h: Likewise.
4920         * config/mips/ultrix.h: Likewise.
4921
4922 2001-10-30  Daniel Berlin  <dan@cgsoftware.com>
4923
4924         * bitmap.c (bitmap_element_free): Don't forget to update head->indx
4925         when we update head->current.
4926
4927 2001-10-30  Neil Booth  <neil@daikokuya.demon.co.uk>
4928
4929         * tree.c (id_string_size): Remove.
4930         (dump_tree_statistics): Update.
4931         * toplev.c (compile_file): If dumping stats, dump tree stats too.
4932
4933 Tue Oct 30 19:00:43 CET 2001  Jan Hubicka  <jh@suse.cz>
4934
4935         * sched-rgn.c (schedule_insns): Fix comment.
4936
4937 2001-10-30  Zack Weinberg  <zack@codesourcery.com>
4938
4939         * configure.in: Correct previous change: don't assume that
4940         gas's version number _isn't_ the last thing on the line, or
4941         isn't the only number on the line, either.
4942         * configure: Regenerate.
4943
4944 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4945
4946         * cfgcleanup.c: Fix a comment typo.
4947
4948 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4949
4950         * alias.c: Fix comment formatting.
4951         * recog.c: Likewise.
4952         * config/cris/cris.c: Likewise.
4953         * config/cris/cris.h: Likewise.
4954         * config/i960/i960.c: Likewise.
4955         * config/i960/i960.h: Likewise.
4956
4957 2001-10-30  Kazu Hirata  <kazu@hxi.com>
4958
4959         * config/arm/arm.c: Fix a comment typo.
4960         * config/arm/arm.h: Likewise.
4961         * config/ia64/ia64.c: Likewise.
4962
4963 2001-10-30  Jakub Jelinek  <jakub@redhat.com>
4964
4965         * emit-rtl.c (set_unique_reg_note): Don't create REG_EQUAL or
4966         REG_EQUIV notes for ASM_OPERANDS.  Return the new note (if any).
4967         * rtl.h (set_unique_reg_note): Change return value.
4968         * gcse.c (try_replace_reg): Use set_unique_reg_note.
4969         * cse.c (cse_insn): Likewise.
4970         * expr.c (emit_move_insn): Likewise.
4971         * explow.c (force_reg): Likewise.
4972         * local-alloc (update_equiv_regs): Likewise.
4973         * loop.c (move_moveables, load_mems): Likewise.
4974         * reload (find_reloads): Likewise.
4975
4976 2001-10-30  Paolo Bonzini  <bonzini@gnu.org>
4977
4978         Localization fixes.
4979         * c-decl.c (parmlist_tags_warning, start_struct,
4980         check_for_loop_decls): Separate messages for struct, union and
4981         enum cases to allow for languages in which they have different
4982         genders.
4983         * c-format.c (scanf_flag_specs): Separate short and long name of
4984         the assignment suppression feature.
4985         (check_format_types): Localize "pointer" and "different types"
4986         strings.
4987         * c-lex.c (lex_number): Localize "an unsigned long int" and
4988         related strings.
4989         (lex_string) [MULTIBYTE_CHARS]: Use initial lowercase letter on
4990         warning message.
4991         * c-typeck.c (build_unary_up): Separate messages for increment and
4992         decrement cases to allow for languages in which they use different
4993         articles.  Localize the strings "increment" and "decrement" in one
4994         case.
4995
4996 Tue Oct 30 11:08:11 CET 2001  Jan Hubicka  <jh@suse.cz>
4997
4998         * lcm.c (optimize_mode_switching):  Do not rebuild liveness information
4999         when no changes has been made.
5000
5001         * gcse.c (reg_set_bitmap): Turn into reg_set.
5002         (modify_mem_list_set, canon_modify_mem_list_set)
5003         (clear_modify_mem_tables, free_modify_mem_tables): New.
5004         (gcse_main); Use free_modify_mem_tables.
5005         (free_gcse_mem): Likewise; free the bitmaps.
5006         (alloc_gcse_main): Initialize the bitmaps.
5007         (canon_list_insert): Set canon_modify_mem_list_set.
5008         (record_last_mem_set_info): Likewise; set modify_mem_list_set.
5009         (compute_hash_table): Use clear_modify_mem_tables.
5010         (reset_opr_set_tables): Likewise.
5011         (oprs_not_set_p): reg_set_bitmap is regset.
5012         (mark_set, mark_clobber): Likewise.
5013
5014         * df.h (DF_EQUIV_NOTES): New constant.
5015         (df_insn_refs_record): Record uses inside or REG_EQUIV/EQUAL notes
5016         when asked for.
5017
5018         * sched-rgn.c (CHECK_DEAD_NOTES): New constant.
5019         (init_regions, schedule_insns): Conditionalize the checking
5020         code by CHECK_DEAD_NOTES; avoid multiple calls to update_life_info.
5021
5022 Tue Oct 30 11:02:31 CET 2001  Jan Hubicka  <jh@suse.cz>
5023
5024         * i386.md (movti_rex64 splitter): Fix condition.
5025
5026 2001-10-29  Zack Weinberg  <zack@codesourcery.com>
5027
5028         * configure.in: Do not assume that gas's version number is the
5029         last thing on the first line of as --version output.
5030         * configure: Regenerate.
5031
5032         * tradcpp.c: Include intl.h.  Rename WARNING, ERROR, FATAL to
5033         MT_WARNING, MT_ERROR, MT_FATAL.
5034         (main): Call gcc_init_libintl.
5035         (v_message): Call gettext on msgid and "warning: "
5036         * tradcif.y: Include intl.h.
5037         (yyerror): Make parameter definition consistent with
5038         prototype.  Call gettext on msgid argument.
5039
5040 2001-10-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5041
5042         * combine.c (num_sign_bit_copies): Avoid signed/unsigned
5043         warnings.
5044
5045         * sparc/sol2.h: Include <sys/mman.h> when L_trampoline is defined.
5046
5047 Mon Oct 29 19:22:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5048
5049         * reload1.c (eliminate_regs): Test for reg_renumber being allocated
5050         before referencing it.
5051
5052 2001-10-26  DJ Delorie  <dj@redhat.com>
5053
5054         * config/rs6000/sysv4.h (LINK_SPEC): Allow -msdata=none to
5055         override -G, and force -G0.
5056
5057 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5058
5059         * ChangeLog.2, ChangeLog.3, ChangeLog.4, FSFChangeLog.10,
5060         FSFChangeLog.11, c-common.c, c-common.def, c-common.h, c-decl.c,
5061         c-dump.c, c-typeck.c, except.c, sdbout.c, simplify-rtx.c,
5062         timevar.h, tree.h, varasm.c: Fix spelling errors and typos.
5063
5064         * loop.h (struct induction): Rename ext_dependant to
5065         ext_dependent.
5066         * loop.c: Change all uses.
5067         (check_ext_dependant_givs): Rename to check_ext_dependent_givs.
5068         All callers changed.
5069         * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
5070
5071 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5072
5073         * c-parse.in (expr_no_commas, primary), c-typeck.c
5074         (parser_build_binary_op): Use IS_EXPR_CODE_CLASS.
5075
5076 2001-10-29  David Edelsohn  <edelsohn@gnu.org>
5077
5078         Undo assemble_name change in earlier patch.
5079
5080 Mon Oct 29 21:11:40 2001  Nicola Pero  <n.pero@mi.flashnet.it>
5081
5082         * objc/objc-act.c (finish_message_expr): For the GNU runtime: when
5083         determining the type of the receiver, do not check that TREE_CODE
5084         of receiver is CALL_EXPR before calling receiver_is_class_object().
5085         (receiver_is_class_object): For the GNU runtime: recognize
5086         the case that the receiver is self in a class method context.
5087         Check that TREE_CODE of receiver is CALL_EXPR when checking that
5088         the receiver is a call to objc_get_class.
5089
5090 2001-10-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5091
5092         * pa.md (floatunssisf2): Set subreg 0 of operand 2 to zero.
5093
5094 Mon Oct 29 07:23:33 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5095
5096         * Makefile.in (OBJS): Put all files in alphabetical order.
5097
5098         * dwarf2out.c (add_const_value_attribute): Fix error in last
5099         change.
5100
5101 Mon Oct 29 12:43:06 CET 2001  Jan Hubicka  <jh@suse.cz>
5102
5103         * basic-block.h (purge_all_dead_edges): Add update_life_p argument.
5104         * cfgcleanup.c (merge_blocks): Update the life flag after merging;
5105         fix warning.
5106         * cfgrtl.c (purge_all_dead_edges): Allow updating of liveness.
5107         (life_analysis): call purge_all_dead_edges after deleting noops.
5108         (delete_noop_move): Do not purge CFG.
5109         * toplev.c (rest_of_compilation): Update purge_all_dead_edges call.
5110
5111 2001-10-28  David Edelsohn  <edelsohn@gnu.org>
5112
5113         * config/rs6000/aix31.h (ASM_OUTPUT_EXTERNAL): Use assemble_name.
5114         * config/rs6000/darwin.h (RS6000_OUTPUT_BASENAME): Delete.
5115         (ASM_GLOBALIZE_LABEL): Use assemble_name.
5116         (ASM_OUTPUT_COMMON): Likewise.
5117         * config/rs6000/rs6000.c (print_operand): Use assemble_name.
5118         (rs6000_output_function_epilogue): Likewise.
5119         (output_mi_thunk): Fix typo.
5120         (rs6000_output_symbol_ref): Use assemble_name.
5121         (output_toc): Likewise.
5122         * config/rs6000/sysv4.h (RS6000_OUTPUT_BASENAME): Delete.
5123         * config/rs6000/xcoff.h (RS6000_OUTPUT_BASENAME): Delete;
5124         assemble_name calls STRIP_NAME_ENCODING.
5125         (ASM_OUTPUT_LABEL): Use assemble_name.
5126         (ASM_GLOBALIZE_LABEL): Likewise.
5127         (ASM_DECLARE_FUNCTION_NAME): Likewise.
5128         (ASM_OUTPUT_ALIGNED_COMMON): Indent pseudo-op.  Use assemble_name.
5129         (ASM_OUTPUT_LOCAL): Likewise.
5130
5131 Sun Oct 28 15:45:16 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5132
5133         * builtins.c (get_memory_rtx): Handle POINTERS_EXTEND_UNSIGNED case.
5134         (expand_builtin_apply, expand_builtin_return): Likewise.
5135         (expand_builtin_va_arg, expand_builtin_va_copy): Likewise.
5136
5137 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5138
5139         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
5140         ChangeLog.5, ChangeLog, FSFChangeLog.10, FSFChangeLog.11,
5141         c-common.c, c-common.h, c-parse.in, c-typeck.c, cfg.c, config.gcc,
5142         configure, configure.in, except.c, except.h, flow.c, function.c,
5143         gcc.c, gcse.c, genrecog.c, libgcc2.c, loop.c, loop.h, params.def,
5144         predict.def, predict.h, reg-stack.c, regmove.c, sched-deps.c,
5145         sched-int.h, sibcall.c, ssa.c, stringpool.c, toplev.c, tree.c,
5146         unroll.c: Fix spelling errors.
5147
5148         * doc/extend.texi, doc/invoke.texi: Fix spelling.
5149
5150         * doc/gcc.texi: Document use of "dependent" and American spelling.
5151
5152 Sun Oct 28 17:05:36 CET 2001  Jan Hubicka  <jh@suse.cz>
5153
5154         * expr.c (emit_group_load): Support CONCATs by storing them to memory
5155         and reloading.
5156
5157 Sun Oct 28 09:59:54 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5158
5159         * expr.c (store_constructor_field): Only call adjust_address on MEM.
5160
5161 Sun Oct 28 16:48:09 CET 2001  Jan Hubicka  <jh@suse.cz>
5162
5163         * genrecog.c (write_switch):  Output if before switch for
5164         DT_elt_zero_wide_safe.
5165
5166 2001-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5167
5168         * Makefile.in (toplev.o, halfpic.o): Depend on halfpic.h
5169         * i386/osfrose.h (SUBTARGET_SWITCHES): Add missing comma.
5170         (FUNCTION_PROFILER): Const-ify.
5171         * halfpic.c: Include "expr.h", "output.h" and "halfpic.h".
5172         (eliminate_constant_term, assemble_name, output_addr_const):
5173         Remove declarations.
5174         (ptr_half_pic_address_p, half_pic_hash): Prototype.
5175         (all_refs, half_pic_prefix, half_pic_hash, half_pic_declare,
5176         half_pic_external, half_pic_address_p, half_pic_ptr): Const-ify.
5177         * halfpic.h (ptr_half_pic_address_p, half_pic_finish): Prototype.
5178         (half_pic_declare, half_pic_external): Const-ify.
5179         * toplev.c: Include "halfpic.h".
5180
5181 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5182
5183         * config/alpha/alpha.md, config/arm/arm.c, config/arm/arm.h,
5184         config/d30v/d30v.h, config/fr30/fr30.c, config/i370/x-oe,
5185         config/i386/i386.c, config/i386/i386-interix.h,
5186         config/i386/i386.md, config/i386/i386.h, config/i386/sco5.h,
5187         config/i860/i860.h, config/i860/i860.md, config/m68k/aux-exit.c,
5188         config/m68k/m68k.c, config/mcore/mcore.c, config/mips/mips.md,
5189         config/ns32k/ns32k.h, config/pa/pa.c, config/rs6000/rs6000.c,
5190         config/sparc/sparc.c, config/m68hc11/m68hc11.c,
5191         config/cris/cris.c, config/cris/cris.h, config/s390/s390.c,
5192         config/s390/s390.h, config/stormy16/stormy16.h, doc/tm.texi: Fix
5193         spelling errors.
5194
5195         * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
5196         ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
5197         c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
5198         collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
5199         haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
5200         regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
5201         system.h, toplev.c: Fix spelling errors.
5202
5203 Sat Oct 27 17:32:04 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5204
5205         * gcse.c (insert_insn_end_bb): Don't assume PAT is a SET.
5206
5207         * dwarf2out.c (reg_number): Abort if pseudo.
5208         (reg_loc_descriptor): Return 0 if pseudo.
5209         (is_based_loc): Return 0 if pseudo.
5210         (mem_loc_descriptor): Return 0 for pseudo and handle 0 return from
5211         recursive calls.
5212         (concat_loc_descriptor): Return 0 if either part's descriptor is 0.
5213         (loc_descriptor): Return 0 if can't find location and handle 0
5214         return from recursive calls.
5215         (loc_descriptor_from_tree): Likewise.
5216         Fix handling of indirect.
5217         Also return 0 for PLACEHOLDER_EXPR.
5218         Clean up COMPONENT_REF cases.
5219         (add_AT_location_descriptor): Simplify, but handle 0 return from
5220         loc_descriptor.
5221         (add_const_value_attribute): Avoid shift count warning.
5222         (add_bound_info): Remove test for PLACEHOLDER_EXPR here.
5223         Set comp_unit_die as context if not in function.
5224
5225         * config/mips/mips-protos.h: Break up long lines.
5226         Remove needless #ifdef/#endif blocks.
5227         Don't declare functions declared in file made by genpreds or recog.h.
5228         * config/mips/mips.c (mips_output_function_prologue): TSIZE
5229         is now HOST_WIDE_INT; delete unneeded casts.
5230         * config/mips/mips.h: Don't use #elif.
5231
5232         * expr.c (stor_constructor_field): Always call adjust_address.
5233         Copy TARGET before changing its alias set.
5234         (store_field): Likewise, for TO_RTX.
5235         (get_inner_reference): Stop at PLACEHOLDER_EXPR if can't find
5236         replacement.
5237         (safe_from_p, case ADDR_EXPR): Properly check for conflict.
5238         (find_placeholder): Return 0 if can't find object.
5239         (expand_expr, case PLACEHOLDER_EXPR): Abort if find_placeholder
5240         returns 0.
5241
5242 Sat Oct 27 16:31:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
5243
5244         * ifcvt.c (if_convert): Call clear_aux_for_blocks.
5245
5246 Sat Oct 27 12:12:09 CEST 2001  Jan Hubicka  <jh@suse.cz>
5247
5248         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps,
5249         merge_blocks_move_successors_nojumps): Set BB_UPDATE_LIFE.
5250         (merge_blocks): Properly udpate life after making edge nonfallthru.
5251         * cfgrtl.c (merge_blocks_nomove): Update global_live_at_end.
5252
5253 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5254
5255         * config/h8300/h8300.c (get_shift_alg): Remove redundant code.
5256
5257 2001-10-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5258
5259         * c-typeck.c (convert_arguments): When comparing for enumeral
5260         type equality, use TYPE_MAIN_VARIANT.
5261         * gcc.dg/Wconversion.c: New tests.
5262
5263 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5264
5265         * s390/s390.c: Fix comment typos.
5266         * s390/s390.h: Likewise.
5267         * s390/s390.md: Likewise.
5268
5269 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5270
5271         * tree-inline.c (WALK_SUBTREE_TAIL): New macro.
5272         (walk_tree): Use it for tail calls where appropriate.
5273
5274 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5275
5276         * cse.c (check_for_label_ref): Don't require REG_LABEL notes for
5277         non-local label_refs.
5278
5279 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5280
5281         * config/h8300/h8300.md (4 anonymous patterns): New.
5282
5283 2001-10-26  Kazu Hirata  <kazu@hxi.com>
5284
5285         * config/h8300/h8300.c (get_shift_alg): Clean up.  Return the
5286         algorithm through the shift_info structure.
5287         (emit_a_shift): Update the use of get_shift_alg.
5288
5289 2001-10-27  Daniel Berlin  <dan@cgsoftware.com>
5290
5291         * sched-rgn.c: Remove bitset typedef.
5292         Change bitset to sbitmap in prototypes / variable types.
5293         Remove bbset_size.
5294         Remove edgeset_bits.
5295         Remove edgeset_size.
5296         s/BITSET_ADD/SET_BIT/g
5297         s/BITSET_INVERT/sbitmap_ones/g
5298         s/BITSET_INTER/sbitmap_a_and_b/g
5299         s/BITSET_UNION/sbitmap_a_or_b/g
5300         s/BITSET_DIFFER/sbitmap_difference/g
5301         s/bitset_member/TEST_BIT/g
5302         (BITSET_*): Removed.
5303         (bitset_member): Removed.
5304         (extract_bitlst): Rewrite, now that we have sbitmaps, we can use
5305         EXECUTE_IF_SET_IN_SBITMAP.
5306         (split_edges): Rewrite, use sbitmap functions instead of bitset
5307         operations.
5308         (schedule_region): Allocate/free sbitmaps, rather than bitsets.
5309
5310 2001-10-26  Andreas Schwab  <schwab@suse.de>
5311
5312         * reload1.c (emit_input_reload_insns): Fix parens in last
5313         (undocumented) change that was supposed to change only whitespace.
5314
5315 Fri Oct 26 07:18:08 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5316
5317         * cfgcleanup.c (BB_SET_FLAG, BB_CLEAR_FLAG): Add cast to avoid warning.
5318
5319         * local-alloc.c (update_equiv_regs): Don't make REG_EQUAL note for
5320         ASM_OPERANDS.
5321
5322 2001-10-26  Andreas Jaeger  <aj@suse.de>
5323
5324         * flow.c (clear_log_links): Remove unused variable.
5325         * cfgcleanup.c (cleanup_cfg): Likewise.
5326
5327 2001-10-26  Alexandre Oliva  <aoliva@redhat.com>
5328
5329         * tree-inline.c (remap_decl): Don't copy size and size_unit here.
5330         (remap_save_expr): Map a remapped SAVE_EXPR to error_mark_node.
5331
5332 2001-10-26  Richard Henderson  <rth@redhat.com>
5333
5334         * config/alpha/alpha.h (enum reg_class): Add R24_REG, R25_REG;
5335         rename PV_REG to R27_REG.
5336         (REG_CLASS_CONTENTS, REGNO_REG_CLASS): Update.
5337         (REG_CLASS_FROM_LETTER): Update.
5338         (PREFERRED_RELOAD_CLASS): Don't widen a reg class.
5339         * config/alpha/alpha.md (divsi3): Don't hard-code r24, r25, r27.
5340         (udivsi3, modsi3, umodsi3): Likewise.
5341         (divdi3, udivdi3, moddi3, umoddi3): Likewise.
5342
5343 2001-10-26  Richard Henderson  <rth@redhat.com>
5344
5345         * cfg.c (clear_aux_for_blocks): Split out of ...
5346         (free_aux_for_blocks): here.
5347         (clear_aux_for_edges): Split from ...
5348         (free_aux_for_edges): here.
5349         * basic-block.h: Declare them.
5350         * lcm.c (compute_antinout_edge): Use them.
5351         (compute_laterin, compute_available, compute_nearerout): Likewise.
5352         (optimize_mode_switching): Likewise.
5353
5354 2001-10-26  Richard Henderson  <rth@redhat.com>
5355
5356         * Makefile.in (unstage*): Remove as, ld, collect-ld before
5357         moving everything back to the main build directory.
5358
5359 2001-10-26  Christopher Faylor  <cgf@redhat.com>
5360
5361         * config/i386/cygwin.h: Search target specific include directory, if
5362         appropriate.
5363
5364 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5365
5366         * dwarf2out.c (PTR_SIZE, default_eh_frame_section): Move outside
5367         of macro guards. Fix #endif comment.
5368
5369         * output.h (default_exception_section, default_eh_frame_section):
5370         Move prototypes outside of macro guard.
5371
5372         * crtstuff.c: Fix #endif comment.
5373
5374 Thu Oct 25 12:21:58 2001  Jeffrey A Law  (law@cygnus.com)
5375
5376         * doc/md.texi (movMM): Clarify semantics of storing into a
5377         non-paradoxical SUBREG.
5378
5379 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5380
5381         * langhooks.c (lang_hook_default_clear_binding_stack): New.
5382         (lang_hook_default_get_alias_set): Move next to other alias
5383         hooks.
5384         * langhooks.h: Prototype lang_hook_default_clear_binding_stack.
5385         (LANG_HOOKS_CLEAR_BINDING_STACK): New macro.
5386         (LANG_HOOKS_INITIALIZER): Add it.
5387         * toplev.h (struct lang_hooks): Add clear_binding_stack.
5388         * toplev.c (compile_file):  Call lang_hooks.clear_binding_stack
5389         instead of a loop calling poplevel.
5390
5391 2001-10-25  Nick Clifton  <nickc@cambridge.redhat.com>
5392
5393         * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Replace
5394         occurrences of #elif with #if...#endif.
5395
5396 2001-10-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5397
5398         * cris.h (EH_RETURN_DATA_REGNO): Fix unsigned>=0 warning.
5399
5400 Thu Oct 25 08:46:06 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5401
5402         * alias.c (can_address_p): No longer static.
5403         * emit-rtl.c (get_mem_attrs): New parameter, MODE; all callers changed.
5404         Return 0 if all parameters are default values.
5405         (set_mem_attributes): Set MEM_KEEP_ALIAS_SET_P.
5406         (adjust_address_1): Try harder to compute a size.
5407         * expr.c (expand_assignment, store_constructor): If can't address,
5408         set MEM_KEEP_ALIAS_SET_P.
5409         (store_constructor_field): Don't change set if MEM_KEEP_ALIAS_SET_P.
5410         (store_field): Likewise.
5411         (store_constructor): Simplify call to store_constructor_field.
5412         * expr.h (can_address_p): New declaration.
5413         * gensupport.c (gen_rtx_CONST_INT): New function.
5414         * rtl.h (MEM_KEEP_ALIAS_SET_P): New macro.
5415         (MEM_SIZE): Get size from mode, if not set and not BLKmode.
5416         (MEM_COPY_ATTRIBUTES): Copy MEM_KEEP_ALIAS_SET_P.
5417
5418         * stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.
5419
5420 2001-10-24  Christopher Faylor  <cgf@redhat.com>
5421
5422         * config/i386/cygwin.h: Use proper path for mingw crt files when
5423         -mno-cygwin.
5424
5425 Wed Oct 24 18:43:42 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5426
5427         * dwarf2out.c (file_info_cmp): Always return consistent results.
5428
5429 2001-10-24  Roger Sayle <roger@eyesopen.com>
5430
5431         * stmt.c (expand_end_case): Index jumptables from zero for
5432         suitably small values of minval.
5433
5434 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5435
5436         * stor-layout.c (place_union_field): If any field was aligned with
5437         attribute aligned, set record type's TYPE_USER_ALIGN.
5438         (place_field): Likewise.
5439         (finalize_record_size): Don't clear TYPE_USER_ALIGN.
5440         (layout_type) [ARRAY_TYPE]: Copy element's TYPE_USER_ALIGN.
5441
5442 2001-10-24  Zack Weinberg  <zack@codesourcery.com>
5443
5444         * c-common.h (struct c_common_identifier): Remove rid_code field.
5445         (C_RID_CODE): Use ->node.rid_code instead of ->rid_code.
5446
5447         * c-typeck.c (constructor_designated): New local flag.
5448         (struct constructor_stack): Add "designated" field to match.
5449         (start_init): Clear it.
5450         (really_start_incremental_init, push_init_level): Push and
5451         clear it.
5452         (pop_init_level): Pop it.
5453         (set_designator): Set it.
5454
5455         (pop_init_level): Suppress "missing initializer" warnings if
5456         constructor_designated is true.
5457         (process_init_element): Suppress warning about union
5458         initialization under traditional C, if constructor_designated
5459         is true.
5460
5461 Wed Oct 24 15:35:38 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5462
5463         * integrate.c (copy_rtx_and_substitute, case CALL): Fix error in last
5464         change.
5465
5466 Wed Oct 24 13:26:12 2001  Jeffrey A Law  (law@cygnus.com)
5467
5468         * h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
5469
5470 2001-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5471
5472         * ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if
5473         the node was already a set to a constant.
5474
5475 Wed Oct 24 12:41:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5476
5477         * emit-rtl.c (set_mem_attributes): Fix typo in last change.
5478         * print-rtl.c (print_rtx, case MEM): Improve display of MEM_DECL.
5479
5480 2001-10-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5481
5482         * s390/linux.h (ASM_OUTPUT_BYTE): Fix format specifier warnings.
5483         (ASM_OUTPUT_ASCII): Const-ify.  Fix signed/unsigned warning.
5484         (ASM_OUTPUT_MI_THUNK): Fix format specifier warnings.
5485         * s390.c (s390_final_chunkify): Don't use string concatenation.
5486         (s390_function_prologue, s390_function_epilogue): Const-ify.
5487         * s390.h (FUNCTION_PROFILER): Remove unused variable.
5488
5489 2001-10-24  Jakub Jelinek  <jakub@redhat.com>
5490
5491         * c-decl.c (finish_decl): Don't add DECL_STMTs for nested function
5492         prototypes.
5493
5494 2001-10-23  Stan Shebs  <shebs@apple.com>
5495
5496         * config/rs6000/x-darwin: Use -no-cpp-precomp instead of
5497         -traditional-cpp in first-stage compilation.
5498
5499 Tue Oct 23 21:45:40 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5500
5501         * gensupport.c (target_flags): Add.
5502
5503 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.
5504
5505         * builtins.c (expand_builtin_setjmp): Only call convert_memory_address
5506         if needed.
5507         (expand_builtin_longjmp, expand_builtin_alloca): Likewise.
5508         * except.c (expand_builtin_frob_return_addr): Likewise.
5509         (expand_builtin_eh_return): Likewise.
5510         * stmt.c (expand_computed_goto): Likewise.
5511         * explow.c (memory_address): Likewise.
5512         (allocate_dynamic_stack_space): Clean up predicate testing.
5513         (probe_stack_range): Convert SIZE to Pmode.
5514         * calls.c (rtx_for_function_call): Only call convert_memory_address
5515         if needed.
5516         Pass function call operand as ptr_mode, not Pmode.
5517         * expr.c (expand_assignment): Clean up calls to convert_memory
5518         address by only doing so when needed and making offsets Pmode.
5519         (store_constructor, expand_expr, expand_expr_unaligned): Likewise.
5520         * function.c (assign_parms): Ensure address in MEM for RESULT_DECL
5521         is in Pmode, not ptr_mode.
5522
5523 2001-10-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5524
5525         * darwin-protos.h (constructor_section, destructor_section,
5526         mod_init_section, mod_term_section): Prototype.
5527         * darwin.c (machopic_finish, update_non_lazy_ptrs, update_stubs):
5528         Const-ify.
5529         * darwin.h (ASM_DECLARE_OBJECT_NAME, ASM_DECLARE_FUNCTION_NAME):
5530         Likewise.
5531         (SECTION_FUNCTION): Prototype `FUNCTION'.  Delete
5532         objc_section_init declaration.
5533         (EXTRA_SECTION_FUNCTIONS): Prototype objc_section_init.
5534         (objc_section_init, try_section_alias): Make static.
5535         (alias_section): Make static and hide unused function.
5536         (ASM_GENERATE_INTERNAL_LABEL): Fix format specifier warning.
5537
5538 Tue Oct 23 13:05:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5539
5540         * alias.c (can_address_p): Compnonents are not addressable if
5541         the containing type has alias set 0.
5542         (get_alias_set): Rework to use STRIP_NOPS.
5543         Only call front-end routine on object, type, or object with
5544         NOPs stripped, not inner values.
5545         Use language hook to call front-end routine.
5546         * builtins.c (get_memory_rtx): Always call set_mem_attributes.
5547         (expand_builtin_apply): Call set_mem_align on MEMs we make.
5548         Don't pass alignment to emit_block_move.
5549         (expand_builtin_memcpy, expand_builtin_va_copy): Likewise.
5550         (expand_builtin_memset): Likewise, but for clear_storage.
5551         * c-common.c (lang_get_alias_set): Renamed to c_common_alias_set
5552         and remove C++ specific parts.
5553         * c-common.h (c_common_get_alias_set): Add declaration.
5554         * c-lang.c (LANG_HOOKS_GET_ALIAS_SET): New macro.
5555         * calls.c (emit_call_1): Fix typo in sibcall_pop case.
5556         (save_fixed_argument_area): Call set_mem_align.
5557         Remove alignment in call to emit_block_move.
5558         (emit_library_call_value_1, store_one_arg): Likewise.
5559         (target_for_arg): Remove; disabled long ago.
5560         * emit-rtl.c (set_mem_attributes): Rework to only call get_mem_attrs
5561         once and similar cleanups.
5562         (offset_address): Use proper introductory comment.
5563         * expr.c (emit_block_move): Use alignment from that of MEM args, not
5564         from explicit operand; all callers changed.
5565         (clear_storage): Likewise.
5566         (expand_assignment): Don't call set_mem_alias_set on to_rtx.
5567         (store_field): Remove kludge on alias set used for to_rtx.
5568         (highest_pow2_factor, case *_DIV_EXPR): Never return 0.
5569         (expand_expr_unaligned): Call set_mem_attributes instead of
5570         set_mem_alias_set.
5571         * expr.h (emit_block_move, clear_storage): Remove ALIGN argument.
5572         * function.c (assign_stack_temp_for_type): Set MEM alignment.
5573         (expand_function_end): Track MEM attributes of trampolines.
5574         * ifcvt.c (noce_try_cmove_arith): Set alignment of new MEM.
5575         * integrate.c (copy_rtx_and_substitute, case CALL): Copy memory
5576         attributes from original.
5577         * langhooks.c (lang_hook_default_get_alias_set): New function.
5578         (hook_get_alias_set_0): New function.
5579         * langhooks.h (hook_get_alias_set_0): New declaration.
5580         (lang_hook_default_get_alias_set): Likewise.
5581         (LANG_HOOKS_GET_ALIAS_SET): New macro; add to initializer.
5582         * reload1.c (alter_reg): Use adjust_address_nv.
5583         * rtl.c (get_mode_alignment): Moved to here.
5584         * rtl.h (MEM_ALIGN): Take default from mode, if not BLKmode, and
5585         change default if unknown from 1 to BITS_PER_UNIT.
5586         * stor-layout.c (get_mode_alignment): Remove from here.
5587         * toplev.h (struct lang_hoks): Add get_alias_set field.
5588         * tree.h (lang_get_alias_set): Delete declaration.
5589         * config/arc/arc.c (arc_setup_incoming_varags): Set MEM alignment.
5590         * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
5591         (ix86_va_arg): Likewise.
5592         * config/i960/i960.c (i960_setup_incoming_varargs): Likewise.
5593         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
5594         * config/sparc/sparc.c (sparc_va_arg): Likewise.
5595         * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise.
5596         (expand_block_move_mem): Remove dead code.
5597
5598 2001-10-22  Neil Booth  <neil@daikokuya.demon.co.uk>
5599
5600         * c-common.c (warn_div_by_zero): New.
5601         * c-common.h (warn_div_by_zero): New.
5602         * c-decl.c (c_decode_option): Take it on the command line.
5603         * c-typeck.c (build_binary_op): Warn about division by zero.
5604         * doc/invoke.texi: Document the new command line option, fix
5605         documentation of -Wmultichar.
5606         * testsuite/gcc.dg/divbyzero.c: New tests.
5607         * testsuite/gcc.dg/noncompile/20010524-1.c: Update.
5608
5609 Tue Oct 23 15:30:23 CEST 2001  Jan Hubicka  <jh@suse.cz>
5610
5611         * i386.c (ix86_expand_int_movcc): Cleanup; use expand_simple_*op.
5612
5613         * toplev.c (rest_of_compilation): Use CLEANUP_UPDATE_LIFE
5614         to avoid update_life_info call.
5615         * basic-block.h (CLEANUP_UPATE_LIFE): Define.
5616         * cfgcleanup.c (bb_flags): New enum.
5617         (BB_FLAGS, BB_SET_FLAG, BB_CLEAR_FLAG, FORWARDER_BLOCK_P): New macros.
5618         (notice_new_block, update_forwarder_flag): New functions.
5619         (try_simplify_condjump): Use FORWARDER_BLOCK_P.
5620         (try_forward_edges): Likewise; update flags.
5621         (merge_blocks): Likewise.
5622         (outgoing_edges_match): Likewise.
5623         (try_crossjump_to_edge): Likewise.
5624         (try_optimize_cfg): Likewise; initialize and clear the flags;
5625         recompute life info if needed.
5626         (cleanup_cfg): No need to clear aux pointers.
5627
5628 2001-10-23  Alexandre Oliva  <aoliva@redhat.com>
5629
5630         * config/i386/i386.c (override_options): Default to minimum
5631         stack alignment when optimizing for code size.
5632         * doc/invoke.texi (-mpreferred-stack-boundary): Document the
5633         change.
5634
5635         * config/i386/i386.c (override_options): Set upper limit of
5636         -mpreferred-stack-boundary to 12.
5637
5638 2001-10-22  Zack Weinberg  <zack@codesourcery.com>
5639
5640         * recog.c (peephole2_optimize): Add default case to switch.
5641
5642 2001-10-23  Joseph S. Myers  <jsm28@cam.ac.uk>
5643
5644         * doc/gcc.texi (Sending Patches): Remove.
5645
5646 2001-10-22  Hans-Peter Nilsson  <hp@bitrange.com>
5647
5648         * unwind-dw2-fde.c (fde_unencoded_compare): Derefer pc_begin
5649         fields when comparing.
5650
5651 2001-10-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5652
5653         * arm.h (HOST_INT, HOST_UINT): Delete.  Remove all uses.
5654         * arm.c (HOST_INT, HOST_UINT): Likewise.
5655
5656 2001-10-22  Stan Shebs  <shebs@apple.com>
5657
5658         * config/darwin-protos.h (darwin_exception_section): Declare.
5659         (darwin_eh_frame_section): Declare.
5660
5661 Mon Oct 22 18:21:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
5662
5663         * i386.md (movti_rex64): Fix mode.
5664
5665 2001-10-22  Stan Shebs  <shebs@apple.com>
5666
5667         * target.h (struct gcc_target): Add asm_out.exception_section,
5668         asm_out.eh_frame_section.
5669         * target-def.h (TARGET_ASM_EXCEPTION_SECTION): New macro.
5670         (TARGET_ASM_EH_FRAME_SECTION): New.
5671         (TARGET_INITIALIZER): Update.
5672         * output.h (default_exception_section): Declare.
5673         (default_eh_frame_section): Declare.
5674         * dwarf2out.c: Include target.h.
5675         (output_call_frame_info): Call target hook for eh frames.
5676         (default_eh_frame_section): New function.
5677         * except.c: Include target.h.
5678         (output_function_exception_table): Call target hook for exception
5679         section.
5680         * varasm.c (default_exception_section): Rename from
5681         exception_section, remove EXCEPTION_SECTION macro.
5682
5683         * config/darwin.h (darwin_eh_frame_section): New function.
5684         (EXCEPTION_SECTION): Remove.
5685         (TARGET_ASM_EXCEPTION_SECTION): Define.
5686         * config/nextstep.h (EH_FRAME_SECTION_ASM_OP): Remove.
5687         (nextstep_exception_section): New function.
5688         (nextstep_eh_frame_section): New function.
5689         (TARGET_ASM_EXCEPTION_SECTION): Define.
5690         (TARGET_ASM_EH_FRAME_SECTION): Define.
5691
5692         * config/pa/som.h (EXCEPTION_SECTION): Remove.
5693         (TARGET_ASM_EXCEPTION_SECTION): Define.
5694         * config/rs6000/sysv4.h, config/rs6000/xcoff.h
5695         (EXCEPTION_SECTION): Remove.
5696         (TARGET_ASM_EXCEPTION_SECTION): Define.
5697         * config/stormy16/stormy16.h: Remove comments referencing
5698         EXCEPTION_SECTION and EH_FRAME_SECTION_ASM_OP.
5699
5700         * doc/tm.texi: Document TARGET_ASM_EXCEPTION_SECTION and
5701         TARGET_ASM_EH_FRAME_SECTION.
5702
5703 2001-10-22  Nick Clifton  <nickc@cambridge.redhat.com>
5704
5705         * config/mips/mips.md (mul_acc_si): Fix precedence of conditional
5706         terms.
5707
5708         * c-format.c: Fix spelling typo in comment.
5709
5710         * sched-int.h: Fix typo in GCC preamble.
5711
5712 2001-10-21  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5713
5714         PR debug/4252
5715         * doc/invoke.texi: Remove references to -fdump-translation-unit.
5716
5717 2001-10-22  Richard Henderson  <rth@redhat.com>
5718
5719         * config/i386/i386.c (ix86_expand_clear): New.
5720         * config/i386/i386-protos.h: Declare it.
5721         * config/i386/i386.md (setcc peep2s): Use it.
5722         (movsi_xor): Unexport.
5723
5724 2001-10-22  Richard Henderson  <rth@redhat.com>
5725
5726         * flow.c (clear_log_links): Use free_INSN_LIST_list, not
5727         free_EXPR_LIST_list for LOG_LINKS.
5728
5729 2001-10-21  Robert Lipe  <robertlipe@usa.net>
5730
5731         * config/i386/i386.c (sco_asm_named_section): Delete.
5732         (sco_asm_out_constructor): Delete.
5733         * config/i386/sco5.h (ASM_QUAD): Undo damage from att.h.
5734         (ASM_OUTPUT_DOUBLE_INT): Likewise.
5735         (TARGET_ASM_CONSTRUCTOR): Delete.  Use default.
5736         (TARGET_ASM_NAMED_SECTION): Use default for ELF.
5737         (EXCEPTION_SECTION): Delete EH scn renaming hack.
5738
5739 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5740
5741         * c-format.c (maybe_read_dollar_number): Use safe-ctype macros
5742         and/or fold extra calls into fewer ones.
5743         * collect2.c (dump_file): Likewise.
5744         * cppexp.c (parse_number): Likewise.
5745         * cpplex.c (_cpp_lex_direct): Likewise.
5746         * final.c (output_asm_insn, asm_fprintf): Likewise.
5747         * fix-header.c (inf_scan_ident, main): Likewise.
5748         * fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix):
5749         Likewise.
5750         * fold-const.c (real_hex_to_f): Likewise.
5751         * gen-protos.c (parse_fn_proto): Likewise.
5752         * genattrtab.c (check_attr_test, check_attr_value): Likewise.
5753         * genrecog.c (change_state, write_action): Likewise.
5754         * gensupport.c (shift_output_template): Likewise.
5755         * local-alloc.c (requires_inout): Likewise.
5756         * mips-tfile.c (IS_ASM_IDENT): Likewise.
5757         * protoize.c (is_id_char, main): Likewise.
5758         * real.c (asctoeg): Likewise.
5759         * recog.c (asm_operand_ok): Likewise.
5760         * reload.c (find_reloads): Likewise.
5761         * scan.c (scan_identget_token): Likewise.
5762         * sched-vis.c (print_value): Likewise.
5763         * stringpool.c (ggc_alloc_string): Likewise.
5764         * toplev.c (read_integral_parameter, decode_g_option): Likewise.
5765         * tradcif.y (parse_number, yylex, parse_escape): Likewise.
5766         * tradcpp.c (rescan): Likewise.
5767         * tree.c (clean_symbol_name): Likewise.
5768         * varasm.c (decode_reg_name): Likewise.
5769
5770         * alpha.h (ASM_OUTPUT_ASCII): Likewise.
5771         * darwin.c (name_needs_quotes, func_name_maybe_scoped): Likewise.
5772         * dsp16xx.h (ASM_OUTPUT_ASCII): Likewise.
5773         * m88k.c (output_ascii): Likewise.
5774         * m88k.h (OVERRIDE_OPTIONS): Likewise.
5775         * mcore.h (REG_CLASS_FROM_LETTER): Likewise.
5776         * ns32k/encore.h (ASM_OUTPUT_ASCII): Likewise.
5777         * sh.h (REG_CLASS_FROM_LETTER): Likewise.
5778
5779 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5780
5781         * langhooks.c (lang_hook_default_do_nothing,
5782         lang_hook_default_decode_option): New defaults.
5783         * langhooks.h: Make hooks unconditional and non-NULL.
5784         * toplev.c (compile_file, toplev_main): Update.
5785         * toplev.h: Update comments.
5786         * objc/objc-act.c (lang_hooks): Update to new paradigm.
5787
5788 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5789
5790         * arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.
5791
5792         * system.h (IN_RANGE): New macro.
5793
5794 2001-10-21  Zack Weinberg  <zack@codesourcery.com>
5795
5796         * aclocal.m4 (AM_WITH_NLS): Also create and substitute
5797         INTLDEPS variable, which does not include $LIBICONV.
5798         * Makefile.in: Use INTLDEPS in LIBDEPS.
5799         * configure: Regenerate.
5800
5801 2001-10-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5802
5803         * cpphash.h (struct cpp_buffer): Delete read_ahead and extra_char.
5804         * cpplex.c (lex_percent, lex_dot): Remove.
5805         (get_effective_char, skip_block_comment, skip_line_comment,
5806         parse_identifier_slow, parse_number, parse_string, save_comment,
5807         _cpp_lex_direct): Update to do lookback freely.
5808         (IF_NEXT_IS, BACKUP): New macros.
5809         * cpplib.c (cpp_push_buffer): Don't set read_ahead and extra_char.
5810         * cppmacro.c (paste_tokens): Update.
5811
5812 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
5813
5814         * doc/invoke.texi (i386 and x86-64 Options): Fix typo.
5815
5816 2001-10-20  Hans-Peter Nilsson  <hp@axis.com>
5817
5818         * reload1.c (reload): Check CONSTANT_P before calling
5819         LEGITIMATE_PIC_OPERAND_P.
5820         * config/cris/cris.c (cris_legitimate_pic_operand): Revert
5821         workaround of 2001-10-13.
5822
5823 Sat Oct 20 15:16:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
5824
5825         * i386.c (split_di): Handle splitting of DFmode.
5826
5827 Sat Oct 20 07:27:14 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5828
5829         * emit-rtl.c (set_mem_attributes): Alignment is in bits.
5830         (adjust_address_1, offset_address): Likewise.
5831
5832         * final.c (output_asm_operand_names): New fcn, from output_asm_insn.
5833         (output_asm_insn): Call it for each line output.
5834         Don't record an operand more than once.
5835
5836         * toplev.h (struct lang_hooks): HONOR_READONLY now bool.
5837         * main.c: Include config.h and system.h, but not ansidecl.h.
5838         * Makefile.in (main.o): Update accordingly.
5839
5840 Sat Oct 20 12:05:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
5841
5842         * i386.h (SSE_REGPARM_MAX): Set to 8 for x86_64.
5843
5844 Sat Oct 20 12:01:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
5845
5846         * basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.
5847         * cfgbuild.c (find_bb_boundaries, compute_outgoing_frequencies):
5848         Break out from ...
5849         (find_sub_basic_blocks): ... here;
5850         (find_many_sub_basic_blocks): New.
5851         * recog.c (split_all_insns): Update find_sub_basic_blocks call.
5852
5853         * i386.h (ASM_PREFERRED_EH_DATA_FORMAT): Define sdata4.
5854
5855         * i386.c (ix86_va_arg): Kill indirect_p handling; fix aliasing issues.:
5856
5857         * i386.c (split_di, split_ti): Revamp to use simplify_subreg.
5858
5859         * timevar.def (TV_LIFE, TV_LIFE_UPDATE, TV_MODE_SWITCH): new.
5860         * flow.c (update_life_info): Measure time.
5861         * c-decl.c: Include timevar.h
5862         (c_expand_body): Measure time.
5863         * toplev.c (rest_of_compilation): Measure time of mode switching
5864         separately.
5865         * Makefile.in (c-decl.o, cfgcleanup.o): Add dependency.
5866
5867         * toplev.c (flag_asynchronous_unwind_tables): New global variable.
5868         (lang_independent_options): Add asynchronous-unwind-tables
5869         (toplev_main): flag_asynchronous_unwind_tables implies
5870         flag_unwind_tables.
5871         * flags.h (flag_asynchronous_unwind_tables): Declare.
5872         * dwarf2out.c (dwarf2out_stack_adjust): Take into account
5873         flag_asynchronous_unwind_tables.
5874         (output_call_frame_info): Likewise.
5875         * invoke.texi (-fasynchronous-unwind-tables): Document.
5876         * i386.c (optimization_options): Enable
5877         flag_asynchronous_unwind_tables.
5878
5879         * i386.c (ix86_expand_setcc):  Always expect target to be QImode.
5880         * i386.md (s* expanders): Destination is QImode.
5881
5882         * toplev.c (rest_of_compilation): Do not call clear_log_links.
5883         * rtl.h (clear_log_links): Kill.
5884         * flow.c (clear_log_links): Make static; accept blocks parameter;
5885         do no clear life info.
5886         (update_life_info): Call clear_log_links.
5887
5888         * cfganal.c (forwarder_block_p): Avoid active_insn_p calls.
5889
5890 2001-10-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5891
5892         * cpplex.c (handle_newline, skip_escaped_newlines,
5893         get_effective_char, skip_block_comment, skip_line_comment,
5894         parse_identifier_slow, parse_number, parse_string,
5895         _cpp_lex_direct): Update to do more stepping back.
5896         (trigraph_ok): Similarly.  Rename trigraph_p.
5897         (SAVE_STATE, RESTORE_STATE): Remove.
5898         (BUFF_SIZE_UPPER_BOUND): Tweak.  Add sanity check.
5899
5900         * cpplib.c (destringize): Rename destringize_and_run, and
5901         call run_directive directly.
5902         (_cpp_do__Pragma): Simplify.
5903
5904 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5905
5906         * pe.c (arm_pe_unique_section): Const-ify.
5907         * pe.h (TARGET_ASM_NAMED_SECTION): Undef before defining.
5908         (switch_to_section): Add static prototype.
5909
5910         * output.h (drectve_section): Prototype.
5911
5912 2001-10-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5913
5914         * config.gcc (i[34567]86-*-gnu*, arc-*-elf*, d30v-*,
5915         fr30-*-elf, hppa*64*-*-linux*, parisc*64*-*-linux*, hppa*-*-linux*,
5916         parisc*-*-linux*, i370-*-linux*, i[34567]86-*-chorusos*,
5917         i[34567]86-*-elf*, i[34567]86-ncr-sysv4*, i[34567]86-*-netware,
5918         i[34567]86-sequent-ptx4*, i[34567]86-sequent-sysv4*,
5919         i[34567]86-*-beoself*, i[34567]86-*-beos*, i[34567]86-*-freebsd*,
5920         i[34567]86-*-netbsdelf*, i[34567]86-*-linux*libc1,
5921         i[34567]86-*-linux*, i[34567]86-moss-msdos*, i[34567]86-*-moss*,
5922         i[34567]86-go32-rtems*, i[34567]86-*-rtems*, i[34567]86-*-rtemself*,
5923         i[34567]86-*-solaris2*, i[34567]86-*-sysv5*, i[34567]86-*-sysv4*,
5924         i[34567]86-*-udk*, i[34567]86-*-osf1*, i[34567]86-dg-dgux*,
5925         i860-alliant-*, i860-*-sysv4*, ia64*-*-aix*, ia64*-*-linux*,
5926         ia64*-*-hpux*, m32r-*-elf*, m88k-dg-dgux*, m88k-*-sysv4*, mcore-*-elf,
5927         mips*-*-linux*, mn10200-*-*, mn10300-*-*, pj*-linux*, pjl-*,
5928         powerpc64-*-linux*, powerpc-*-sysv*, powerpc-*-netbsd*,
5929         powerpc-*-chorusos*, powerpc-*-eabiaix*, powerpc-*-eabisim*,
5930         powerpc-*-elf*, powerpc-*-eabi*, powerpc-*-rtems*,
5931         powerpc-*-linux*libc1, powerpc-*-linux*, powerpc-wrs-vxworks*,
5932         powerpcle-wrs-vxworks*, powerpcle-*-sysv*, powerpcle-*-elf*,
5933         powerpcle-*-eabisim*, powerpcle-*-eabi*, powerpcle-*-solaris2*,
5934         rs6000-*-mach*, s390-*-linux*, s390x-*-linux*, sh-*-elf*,
5935         sh-*-rtemself*, sh-*-rtems*, sh-*-linux*, stormy16-*-elf,
5936         v850-*-rtems*, v850-*-*, x86_64-*-linux*), cris-*-aout, cris-*-elf,
5937         cris-*-none, cris-*-linux*: Update ${tmfile} list.
5938         (c4x-*-rtems*, c4x-*, i[34567]86-go32-rtems*, i[34567]86-*-rtemscoff*,
5939         i[34567]86-*-rtems*, i[34567]86-*-rtemself*, i[34567]86-*-osf1*,
5940         mn10200-*-*, mn10300-*-*, powerpc-*-beos*, powerpc-*-darwin*,
5941         powerpc-wrs-vxworks*, powerpcle-wrs-vxworks*, v850-*-rtems*,
5942         v850-*-*): Delete superflous ${cpu_type} setting.
5943         * config/linux.h: Delete svr4.h include.
5944         (SET_ASM_OP): Delete.
5945         * config/netware.h (INT_ASM_OP): Undef before define.
5946         * config/ptx4.h: Delete elfos.h include.
5947         (PREFERRED_DEBUGGING_TYPE): Undef instead of wrapping.
5948         * config/svr4.h: Delete elfos.h include. Update commentary.
5949         * config/arc/arc.h, config/d30v/d30v.h, config/fr30/fr30.h,
5950         config/m32r/m32r.h, config/m88k/sysv4.h, config/mn10200/mn10200.h,
5951         config/mn10200/mn10300.h, config/stormy16/stormy16.h,
5952         config/v850/v850.h: Delete svr4.h include.
5953         * config/i370/linux.h, config/i386/osf1elf.h, config/m68k/linux.h,
5954         config/m68k/m68kv4.h, config/m88k/sysv4.h,
5955         config/sparc/sysv4.h: Update includes.
5956         * config/i386/beos-elf.h, config/i386/netware.h, config/i386/ptx4-i.h,
5957         config/i386/rtemself.h, config/i386/sol2.h, config/i386/sysv4.h,
5958         config/i386/sysv5.h, config/i386/udk.h, config/ia64/linux.h,
5959         config/m88k/dguxbcs.h: Delete includes.
5960         * config/i386/dgux.h, config/i386/osf1elfgdb.h: Delete include.
5961         (PREFERRED_DEBUGGING_TYPE): Undef before defining it.
5962         * config/i860/fx2800.h (ASM_OUTPUT_SOURCE_LINE): Undef before defining
5963         it.
5964         * config/m88k/dgux.h: Delete include.
5965         (SDB_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE):  Undef before
5966         defining it.
5967         * config/pj/pj.h (ASM_GENERATE_INTERNAL_LABEL,
5968         ASM_OUTPUT_INTERNAL_LABEL, ASM_OUTPUT_SKIP): Undef before defining it.
5969         * config/sh/elf.h: Update include.
5970         (SDB_DEBUGGING_INFO, DWARF2_DEBUGGING_INFO, PREFERRED_DEBUGGING_TYPE,
5971         DWARF2_ASM_LINE_DEBUG_INFO): Move behind includes.
5972
5973 2001-10-19  Catherine Moore  <clm@redhat.com>
5974
5975         * config/stormy16/stormy-abi:  Updates to varargs descriptions.
5976         * config/stormy16/stormy16.c (stormy16_build_va_list):  Reverse
5977         base and count fields.
5978         (stormy16_expand_builtin_va_start):  last_reg_count changed to
5979         size_of_reg_args.  Use count + size in first comparison.
5980
5981 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5982
5983         * langhooks.h (LANG_HOOKS_HONOR_READONLY): New macro.
5984         * toplev.h (struct lang_hooks): New field HONOR_READONLY.
5985         * emit-rtl.c (set_mem_attributes): Set RTX_UNCHANGING_P from
5986         TREE_READONLY and TYPE_READONLY if lang_hooks.honor_readonly.
5987         Set alignment from type if INDIRECT_REF.
5988         (adjust_address_1, offset_address): Simplify alignment compuitation.
5989         * expr.c (expand_expr, case INDIRECT_REF): Don't set RTX_UNCHANGING_P
5990         here; done by set_mem_attributes.
5991
5992 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5993
5994         * Makefile.in (rtlanal.o): Depend on $(TM_P_H).
5995         * arm-protos.h (rdata_section, zero_init_section, common_section):
5996         Prototype.
5997         * arm.h (ASM_OUTPUT_DEF_FROM_DECLS): Const-ify.
5998         * avr.h (ASM_OUTPUT_SKIP): Rename macro parameter to avoid
5999         traditional mode stringification.
6000         * function.c (thread_prologue_and_epilogue_insns): Wrap variable
6001         in macros controling its use.
6002         * rtlanal.c: Include tm_p.h.
6003         * varasm.c (asm_output_aligned_bss): Mark parameter with
6004         ATTRIBUTE_UNUSED.
6005         (assemble_constant_align, assemble_start_function, assemble_align,
6006         assemble_variable, assemble_trampoline_template,
6007         output_constant_def_contents): Wrap potentially empty if-stmt body
6008         in brackets.
6009
6010 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6011
6012         * a29k-protos.h (literal_section): Prototype.
6013         * a29k.h (ASM_FILE_START): Don't discard pointer qualifier.
6014         * a29k.md: Ensure function pointers are prototyped.
6015         * genattrtab.c (write_eligible_delay): Mark parameter with
6016         ATTRIBUTE_UNUSED.
6017
6018 2001-10-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6019
6020         * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
6021         * 1750a.c (print_operand): Fix format specifier warning.
6022         * 1750a.h (ASM_FILE_START): Don't discard pointer qualifier.
6023         * 1750a.md: Likewise.
6024         * gcc.c (init_gcc_specs): Wrap with ENABLE_SHARED_LIBGCC.
6025         * genemit.c (output_add_clobbers): Mark parameter with
6026         ATTRIBUTE_UNUSED.
6027         * genrecog.c (write_subroutine): Likewise.
6028         * integrate.c (expand_inline_function): Delete unused variable.
6029         * varasm.c (remove_from_pending_weak_list): Wrap with
6030         ASM_WEAKEN_LABEL.
6031
6032 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6033
6034         * simplify-rtx.c (simplify_plus_minus): Negate constant iff its neg
6035         field is different to previous argument's neg field.
6036
6037         * config/alpha/alpha.c (summarize_insn): Don't abort on ASM_INPUT.
6038
6039 Fri Oct 19 15:24:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6040
6041         * final.c (get_decl_from_op): New function.
6042         (output_asm_insn): Call it; write "*" when item with decl is address.
6043
6044 2001-10-19  Janis Johnson  <janis187@us.ibm.com>
6045
6046         * doc/install.texi (Specific, sparc-sun-solaris2*) Copy documentation
6047         about 64-bit support from the 3.0_branch version.
6048
6049 2001-10-19  Zack Weinberg  <zack@codesourcery.com>
6050
6051         * aclocal.m4 (AM_WITH_NLS): AC_DEFINE HAVE_LIBINTL_H and
6052         USE_INCLUDED_LIBINTL when appropriate.
6053         * configure, config.in: Regenerate.
6054         * Makefile.in (datadir): Set to @datadir@.
6055         (intl.o): Also depend on $(CONFIG_H) and system.h.
6056
6057         * intl.c: Factor out common gettext initialization sequence.
6058         (gcc_init_libintl):  New function.
6059         * intl.h: Include intl/libgnuintl.h if USE_INCLUDED_LIBINTL;
6060         otherwise include libintl.h if HAVE_LIBINTL_H; otherwise turn
6061         off NLS.  Add multiple include guard.  No need to #ifdef-guard
6062         an #undef.  Prototype gcc_init_libintl here.
6063
6064         * collect2.c (main), cppmain.c (general_init), gcc.c (main),
6065         gcov.c (main), protoize.c (main), toplev.c (toplev_main):
6066         Use gcc_init_libintl.
6067
6068 2001-10-19  Catherine Moore  <clm@redhat.com>
6069
6070         * config/stormy16/stormy16.h (ASM_COMMENT_START): Define.
6071
6072         * config/stormy16/stormy16.c (stormy16_split_move):  Make
6073         sure that REG_INC notes are present for auto_inc operands.
6074
6075 2001-10-19  Andreas Jaeger  <aj@suse.de>
6076
6077         * configure: Regenerated.
6078         * configure.in: Add x86_64 to switch statements.
6079
6080 2001-10-18  Richard Henderson  <rth@redhat.com>
6081
6082         * config/alpha/alpha.md (sibcall_osf_1): Load destination
6083         address into $27 explicitly.
6084         (sibcall_value_osf_1): Likewise.
6085
6086 Thu Oct 18 16:07:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6087
6088         * emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.
6089         (offset_address): New function.
6090         (free_emit_status): Free regno_decl.
6091         (init_emit): Pass proper number of elements to xcalloc.
6092         Allocate regno_decl.
6093         (mark_emit_status): Mark regno_decl values.
6094         * expr.c (highest_pow2_factor): New function.
6095         (expand_assigment): Use it and offset_address.
6096         Properly handle ptr_mode vs. Pmode in offset calculation.
6097         (store_constructor, expand_expr_unaligned): Likewise.
6098         (expand_expr, case COMPONENT_EXPR): Likewise.
6099         * expr.h (offset_address): New decl.
6100         * function.h (struct emit_status): Add regno_decl.
6101         (REGNO_DECL): New macro.
6102         * final.c (output_asm_name): Move in file and don't conditionalize
6103         on flag_print_asm_name.
6104         (output_asm_insn): Only call output_asm_name if flag_print_asm_name.
6105         Output names of operands, if known.
6106         * function.c (assign_parms): Set REGNO_DECL.
6107         * integrate.c (integrate_decl_tree): Likewise.
6108         * stmt.c (expand_decl): Likewise.
6109         * regclass.c (reg_scan_mark_refs): Propagate REGNO_DECL for copies.
6110
6111 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
6112
6113         * attribs.c (handle_noinline_attribute): New function.
6114         (handle_used_attribute): Likewise.
6115         (c_common_attribute_table): Added noinline and used.
6116         * doc/extend.texi (Function Attributes): Document them.
6117         * c-decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
6118         Warn when merging inline with attribute noinline.
6119         (start_decl, start_function): Warn if inline and attribute
6120         noinline appear in the same declaration.
6121
6122 2001-10-17  Neil Booth  <neil@daikokuya.demon.co.uk>
6123
6124         * config.gcc: Update c4x and i370 for C front end-specific
6125         dependencies.
6126         * config/c4x/c4x-c.c: New.
6127         * config/c4x/c4x-protos.h (c4x_handle_pragma): Remove.
6128         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
6129         New declarations.
6130         * config/c4x/c4x.c: Don't include c-lex.h or c-pragma.h.
6131         (code_tree, data_tree, pure_tree, noreturn_tree, interrupt_tree):
6132         Make extern.
6133         (c4x_init_pragma): Remove.
6134         (c4x_parse_pragma, c4x_pr_CODE_SECTION, c4x_pr_DATA_SECTION,
6135         c4x_pr_FUNC_IS_PURE, c4x_pr_FUNC_NEVER_RETURNS, c4x_pr_INTERRUPT,
6136         c4x_pr_ignored): Move to c4x-c.c.
6137         * config/c4x/c4x.h (REGISTER_TARGET_PRAGMAS): Update.
6138         * config/c4x/t-c4x: Update.
6139         * config/i370/i370-c.c: New.
6140         * config/i370/i370.c: Don't include c-lex.h or c-pragma.h.
6141         (i370_pr_map): Move to i370-c.c.
6142         * config/i370/t-i370: New.
6143
6144         * doc/tm.texi: Update.
6145
6146 2001-10-17  Stan Shebs  <shebs@apple.com>
6147
6148         * config/rs6000/rs6000.c: Make assorted mechanical formatting and
6149         typo fixes throughout.
6150         (machopic_output_stub): Remove some dead code.
6151
6152 2001-10-17  Richard Earnshaw <rearnsha@arm.com>
6153
6154         * cpplex.c (_cpp_get_buff): Fix off-by-one error that caused memory
6155         leak.
6156
6157 Wed Oct 17 05:26:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6158
6159         * Makefile.in (print-rtl.o): Depend on TREE_H.
6160         * alias.c (get_alias_set): Make two passes over objects to first
6161         see if inner object is access via restricted pointer.
6162         Defer allocating alias set for restricted pointer until here.
6163         Call find_placeholder with second arg nonzero.
6164         Minor cleanups.
6165         * c-common.c (c_apply_type_quals_to_decl): Defer getting alias
6166         set for restricted pointer types.
6167         * emit-rtl.c (set_mem_attributes): Set more attributes.
6168         (set_mem_align, change_address, adjust_address_1): New functions.
6169         (change_address_1): Now static.
6170         (adjust_address, adjust_address_nv): Deleted.
6171         (replace_equiv_address): Call change_address_1.
6172         * expr.c (get_inner_reference): Handle PLACEHOLDER_EXPR.
6173         (find_placeholder): Get starting point from PLIST arg.
6174         (expand_expr, case PLACEHOLDER_EXPR): Initialize find_placeholder arg.
6175         * expr.h (set_mem_align, change_address, adjust_address_1): New decls.
6176         (adjust_address, adjust_address_nv): New macros.
6177         * print-rtl.c (tree.h): New include.
6178         (print_rtx, case MEM): Print all memory attributes.
6179
6180 2001-10-17  Richard Henderson  <rth@redhat.com>
6181
6182         * config/alpha/alpha.c (direct_call_operand): Don't fall off end.
6183
6184 2001-10-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6185
6186         * c-tree.texi: Eliminate duplicated word.
6187         * cpp.texi: Likewise.
6188         * install.texi: Likewise.
6189         * invoke.texi: Likewise.
6190         * tm.texi: Likewise.
6191
6192 2001-10-17  Michael Collison  <collison@isisinc.net>
6193
6194         * dsp16xx.c: Fix comment formatting to match GNU standards.
6195         (dsp16xx_output_function_prologue): Change type of 'size'
6196         parameter from 'int' to HOST_WIDE_INT.
6197         (dsp16xx_output_function_epilogue): Change type of 'size'
6198         parameter from 'int' to HOST_WIDE_INT.
6199
6200 2001-10-16  Richard Henderson  <rth@redhat.com>
6201
6202         * configure.in (HAVE_AS_GOTOFF_IN_DATA): New x86 check.
6203         * configure, config.in: Rebuild.
6204
6205         * config/i386/i386.c (ix86_output_addr_vec_elt): New.
6206         (ix86_output_addr_diff_elt): New.
6207         * config/i386/i386.h (ASM_OUTPUT_ADDR_VEC_ELT): Use them.
6208         (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
6209         (JUMP_TABLES_IN_TEXT_SECTION): New.
6210         * config/i386/i386.md (tablejump): Handle HAVE_AS_GOTOFF_IN_DATA.
6211         * config/i386/i386-protos.h: Update.
6212
6213         * config/i386/386bsd.h, config/i386/beos-elf.h,
6214         config/i386/freebsd-aout.h, config/i386/freebsd.h,
6215         config/i386/i386-interix.h, config/i386/i386elf.h,
6216         config/i386/linux.h, config/i386/netbsd-elf.h,
6217         config/i386/netbsd.h, config/i386/openbsd.h,
6218         config/i386/ptx4-i.h, config/i386/rtemself.h,
6219         config/i386/sco5.h, config/i386/sysv4.h, config/i386/x86-64.h
6220         (ASM_OUTPUT_ADDR_DIFF_ELT, JUMP_TABLES_IN_TEXT_SECTION): Remove.
6221
6222 2001-10-16  Florian Weimer  <fw@deneb.enyo.de>
6223
6224         * stmt.c (expand_asm_operands): Update commentary.
6225
6226 2001-10-16  Stan Shebs  <shebs@apple.com>
6227
6228         * config/darwin.h (GCC_NAME): Remove, no longer used.
6229         (NO_MATH_LIBRARY): Ditto.
6230         (MATH_LIBRARY): Define to emptiness.
6231         (DWARF2_DEBUGGING_INFO): Define.
6232         (PREFERRED_DEBUGGING_TYPE): Define.
6233         (EXTRA_SECTION_FUNCTIONS): Add darwin_exception_section.
6234         (EXCEPTION_SECTION): Define.
6235         (ASM_PREFERRED_EH_DATA_FORMAT): Define.
6236         * config/darwin.c (darwin_encode_section_info): Handle case of
6237         DECL_INITIAL being error_mark_node.
6238
6239 2001-10-16  Richard Henderson  <rth@redhat.com>
6240
6241         * alpha.c (current_file_function_operand): Don't fail for profiling.
6242         (direct_call_operand): New.
6243         * alpha-protos.h: Declare it.
6244         * alpha.h (EXTRA_CONSTRAINT): Use it.
6245         (PREDICATE_CODES): Add it.
6246         (ASM_OUTPUT_MI_THUNK): Remove.
6247         * alpha32.h (ASM_OUTPUT_MI_THUNK): Remove.
6248         * alpha.md (sibcall_osf_1, sibcall_value_osf_1): Add 's' alternative.
6249
6250 2001-10-16  Krister Walfridsson  <cato@df.lth.se>
6251
6252         * config/i386/netbsd-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Define.
6253         (JUMP_TABLES_IN_TEXT_SECTION): Define.
6254
6255 Wed Oct 17 00:21:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
6256
6257         * cfg.c (free_edge): Break out from ....
6258         (remove_edge): ... here.
6259         (clear_edges): Use free_edge.
6260
6261         * att.h (ASM_QUAD): Add comment.
6262         * bsd.h, sco5.h, sun386.h (ASM_QUAD): Define.
6263
6264 Wed Oct 17 00:01:02 CEST 2001  Jan Hubicka  <jh@suse.cz>
6265
6266         * i386.c (split_ti): New function.
6267         (ix86_split_to_parts): Support TImodes.
6268         * i386.h (VALID_INT_MODE_P): Add TImode.
6269         * i386.md (movdi splitter): Fix.
6270         (movti): Support 64bit integer registers.
6271         (movti_rex64): New function and splitter.
6272
6273         * i386.c (*_cost): Add movsx/movzx cost.
6274         * i386.h (struct processor_costs): Add movsx/movzx fields.
6275         (RTX_COSTS): Handle zero/sign extend + avoid believing that
6276         64bit operations require split on 64bit machine.
6277         (CONST_COST): Make large 64bit constants expensive on 64bit compilation.
6278
6279         * i386.c (ix86_setup_incoming_varargs): Fix mode of PLUS.
6280         (ix86_expand_move): Avoid pushes of memory if size does not match;
6281         move long constants to register.
6282         (x86_initialize_trampoline): Fix mode.
6283         * i386.h (ASM_OUTPUT_ADDR_VEC_ELT, ASM_OUTPUT_ADDR_DIFF_ELT):
6284         Use ASM_QUAD on 64bit.
6285         * i386.md (test pattern): Disallow impossible constants.
6286         (tablejump PIC expander): Fix emitting of sum.
6287         (movdicc_rex64): Rename to movdicc.
6288         * linux64.h (LINK_SPEC): Add missing '%'.
6289
6290 2001-10-16  Alexandre Oliva  <aoliva@redhat.com>
6291
6292         * tree-inline.c (inlinable_function_p): Leave it up to the
6293         front-end to turn -finline-functions into DECL_INLINE set for all
6294         functions.
6295
6296 2001-10-16  Stan Shebs  <shebs@apple.com>
6297
6298         * config/rs6000/darwin.h (ASM_COMMENT_START): Define.
6299
6300 2001-10-16  Alan Modra  <amodra@bigpond.net.au>
6301
6302         * recog.c: Formatting and comment typo fixes.
6303
6304         * configure.in (gcc_cv_as_bfd_srcdir): New.  Use it to find gas
6305         version in single tree build.
6306         * configure: Regenerate.
6307
6308 2001-10-15  David Edelsohn  <edelsohn@gnu.org>
6309
6310         * config/rs6000/rs6000.md (cr_logical): Swap order of CODE and
6311         MODE arguments to gen_rtx and compare operand with const0_rtx.
6312
6313 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6314
6315         * system.h: Poison old unused target macros.
6316         * config/dsp16xx.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
6317         * config/stormy16/stormy16.c: Update references to obsolete macros.
6318         * config/stormy16/stormy16.h: Similarly.
6319         * config/stormy16/stormy16.md: Similarly.
6320         * config/cris/cris.h: Similarly.
6321
6322 2001-10-15  Neil Booth  <neil@daikokuya.demon.co.uk>
6323
6324         * cpplib.c (struct pragma_entry): Store the name as a hashnode.
6325         (lookup_pragma_entry, insert_pragma_entry, do_pragma,
6326         cpp_register_pragma): Update accordingly.
6327
6328 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
6329
6330         * c-pragma.h (cpp_register_pragma_space): Remove.
6331         * cpplib.h (cpp_register_pragma_space): Remove.
6332         * cpplib.c (lookup_pragma_entry, insert_pragma_entry): New.
6333         (cpp_register_pragma_space): Remove.
6334         (cpp_register_pragma): Simplify using lookup_pragma_entry,
6335         add sanity checks.
6336         (do_pragma): Similarly.
6337         (_cpp_init_internal_pragmas): Don't register namespaces.
6338
6339         * config/v850/v850.h (REGISTER_TARGET_PRAGMAS):
6340         Don't register namespaces.
6341         * cp/lex.c (init_cp_pragma): Similarly.
6342         * doc/tm.texi: Update.
6343
6344 2001-10-10  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6345
6346         PR c/4157
6347         * config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
6348
6349 2001-10-13  Michael Collison  <collison@dhcp-12-114.townisp.com>
6350
6351         * config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
6352         add scheduling support.
6353         * config/dsp16xx/dsp16xx.h: Rewrite for more efficient code.
6354         * config/dsp16xx/dsp16xx.c: Rewrite for more efficient code.
6355         * config/dsp16xx/dsp16xx-protos.h: Add new function prototypes.
6356
6357
6358 2001-10-13  Hans-Peter Nilsson  <hp@axis.com>
6359
6360         * config/cris/cris.c (cris_legitimate_pic_operand): Kludge around
6361         missing CONSTANT_P test in core GCC.
6362
6363 2001-10-12  Neil Booth  <neil@daikokuya.demon.co.uk>
6364
6365         * cppmain.c (struct printer): New member source.
6366         (scan_translation_unit): Fix spacing at start of lines.
6367         (cb_line_change): Update.
6368
6369         * gcc.dg/cpp/spacing2.c: New test.
6370
6371 2001-10-12  Hans-Peter Nilsson  <hp@axis.com>
6372
6373         * config/cris/arit.c: Use __builtin_labs, not abs.
6374
6375         * config/cris/cris.h (SET_STRIPPABLE_EXECUTABLE): Don't define.
6376
6377         * config/cris/cris.c (cris_target_asm_function_epilogue): Move
6378         misplaced sprintf and fprintf argument.
6379
6380 2001-10-12  Zack Weinberg  <zack@codesourcery.com>
6381
6382         * ABOUT-NLS, aclocal.m4: Update i18n framework from gettext 0.10.40.
6383         * configure.in, Makefile.in: Take out obsolete check-po logic.
6384         * configure, config.in: Regenerate.
6385
6386 2001-10-12  Ziemowit Laski  <zlaski@apple.com>
6387
6388         * objc/objc-act.c (finish_objc): Correct precondition for emitting
6389         symtab declarations.
6390
6391 2001-10-12  Stan Shebs  <shebs@apple.com>
6392
6393         * config/rs6000/rs6000.c: Remove uses of "register" specifier in
6394         declarations of arguments and local variables.
6395
6396 2001-10-12  Christopher Faylor  <cgf@redhat.com>
6397
6398         * config/i386/cygwin.h: Revert erroneous checkin of crtbegin and
6399         ENDFILE_SPEC definition.
6400
6401 2001-10-12  Kazu Hirata  <kazu@hxi.com>
6402
6403         * gthr-dce.h: Fix comment formatting.
6404         * gthr-posix.h: Likewise.
6405         * gthr-single.h: Likewise.
6406         * gthr-solaris.h: Likewise.
6407         * gthr-vxworks.h: Likewise.
6408         * gthr-win32.h: Likewise.
6409
6410 2001-10-12  Jakub Jelinek  <jakub@redhat.com>
6411
6412         * final.c (output_asm_insn): Make sure assembly dialects are
6413         terminated, not nested.  Output `|' and `}' characters if they
6414         don't appear inside assembly dialect selection.
6415         * config/i386/i386.md (rep_movdi_rex64, rep_movsi, rep_movsi_rex64,
6416         rep_movqi, rep_movqi_rex64, rep_stosdi_rex64, rep_stossi,
6417         rep_stossi_rex64, rep_stosqi, rep_stosqi_rex64, strsetsi_1,
6418         strsetsi_rex_1): Add {} braces.
6419
6420 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
6421
6422         * toplev.c (compile_file): Ignore return value from yyparse.
6423         Always pop any nested binding levels after yyparse returns.
6424
6425 2001-10-11  Richard Henderson  <rth@redhat.com>
6426
6427         * doc/c-tree.texi (Expression trees): Add VTABLE_REF.
6428
6429 2001-10-11  Richard Henderson  <rth@redhat.com>
6430
6431         * dwarf2out.c (add_const_value_attribute): If long < HOST_WIDE_INT,
6432         fall back to add_AT_long_long for large CONST_INT.
6433
6434 2001-10-11  Richard Henderson  <rth@redhat.com>
6435
6436         * config/i386/i386.md (setcc splitters): Add four splitters to
6437         simplify compound compares that simplify_comparison can't handle.
6438
6439 2001-10-11  Zack Weinberg  <zack@codesourcery.com>
6440
6441         * cpplex.c (digraph_spellings, token_spellings): Make static.
6442
6443 2001-10-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6444
6445         * unroll.c (loop_iterations): Fixup last patch.
6446
6447 2001-10-11  Richard Henderson  <rth@redhat.com>
6448
6449         * rtl.h (REG_VTABLE_REF): New.
6450         * rtl.c (reg_note_name): Add it.
6451         * combine.c (distribute_notes): Handle it.
6452         * final.c (final_scan_insn): Handle it.
6453         * tree.def (VTABLE_REF): New.
6454         * expr.c (expand_expr): Handle it.
6455         * varasm.c (assemble_vtable_entry, assemble_vtable_inherit): New.
6456         * output.h: Declare them.
6457
6458 2001-10-11  Richard Henderson  <rth@redhat.com>
6459
6460         * dwarf2out.c (rtl_for_decl_location): If no DECL_RTL, look
6461         for a DECL_INITIAL.
6462
6463 2001-10-11  David Edelsohn  <edelsohn@gnu.org>
6464
6465         * config/rs6000/xcoff.h (UNALIGNED_DOUBLE_INT_ASM_OP): Only
6466         available in 64-bit mode.
6467
6468 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6469
6470         * config.gcc: Add cris-*-aout, cris-*-elf, cris-*-none,
6471         cris-*-linux* cases.
6472         * config/cris/cris-protos.h: New file.
6473         * config/cris/cris.c: New file.
6474         * config/cris/cris.h: New file.
6475         * config/cris/cris.md: New file.
6476         * config/cris/linux.h: New file.
6477         * config/cris/aout.h: New file.
6478         * config/cris/arit.c: New file.
6479         * config/cris/cris_abi_symbol.c: New file.
6480         * config/cris/mulsi3.asm: New file.
6481         * config/cris/t-aout: New file.
6482         * config/cris/t-cris: New file.
6483         * config/cris/t-elfmulti: New file.
6484         * config/cris/t-linux: New file.
6485         * doc/invoke.texi: Add CRIS options.
6486         * doc/install.texi (Specific): Add blurb for CRIS.
6487
6488 2001-10-10  Hartmut Schirmer <SchirmerH@Innovative-Systems.de>
6489
6490         * config/float-i128.h: Make sure __STDC__VERSION__ is defined
6491         before using it.
6492         * config/float/i32.h: Likewise.
6493         * config/float-i386.h: Likewise.
6494         * config/float-i64.h: Likewise.
6495         * config/float-m68k.h: Likewise.
6496         * config/float-sh.h: Likewise.
6497         * config/float-sparc.h: Likewise.
6498
6499 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6500
6501         * doc/contrib.texi: Add note about CRIS port to my entry.
6502
6503 2001-10-11  Kazu Hirata  <kazu@hxi.com>
6504
6505         * basic-block.h: Fix formatting.
6506         * bitmap.h: Likewise.
6507         * cpplib.h: Likewise.
6508         * c-tree.h: Likewise.
6509         * diagnostic.h: Likewise.
6510         * flags.h: Likewise.
6511         * ggc.h: Likewise.
6512         * longlong.h: Likewise.
6513         * real.h: Likewise.
6514         * reload.h: Likewise.
6515         * rtl.h: Likewise.
6516         * tree.h: Likewise.
6517
6518 2001-10-10  Richard Henderson  <rth@redhat.com>
6519
6520         * c-parse.in (asm_operand): Allow named operands.
6521         * genconfig.c (max_recog_operands): Set to 29.
6522         * local-alloc.c (requires_inout): Skip multiple digits.
6523         * recog.c (asm_operand_ok): Likewise.
6524         (preprocess_constraints): Use strtoul for matching constraints.
6525         (constrain_operands): Likewise.
6526         * regmove.c (find_matches): Likewise.
6527         * reload.c (find_reloads): Likewise.
6528         * stmt.c (parse_output_constraint): Don't reject in-out
6529         constraint on operands > 9.  Reject '[' in constraint.
6530         (expand_asm_operands): Handle named operands.  Use strtoul
6531         for matching constraints.
6532         (check_operand_nalternatives): Split out from expand_asm_operands.
6533         (check_unique_operand_names): New.
6534         (resolve_operand_names, resolve_operand_name_1): New.
6535
6536         * doc/extend.texi (Extended Asm): Document named operands.
6537         * doc/md.texi (Simple Constraints): Document matching constraints
6538         on operands > 9.
6539
6540 2001-10-10  Richard Henderson  <rth@redhat.com>
6541
6542         * combine.c (try_combine): Handle a SEQUENCE of one insn.
6543
6544         * i386.c (test splitter): Narrow tests vs paradoxical subregs.
6545         (jcc splitters): Add two splitters to simplify compound compares
6546         that simplify_comparison can't handle.
6547
6548 2001-10-10  Richard Henderson  <rth@redhat.com>
6549
6550         * langhooks.c: Include langhooks.h.
6551         * Makefile.in (langhooks.o): Depend on it.
6552
6553 Wed Oct 10 23:49:06 EDT 2001  John Wehle  (john@feith.com)
6554
6555         * rtlanal.c (noop_move_p): Insns with a REG_RETVAL note
6556         should not be considered as a no-op.
6557         * flow.c (delete_noop_moves): Handle REG_LIBCALL notes.
6558
6559 2001-10-10  Stan Shebs  <shebs@apple.com>
6560
6561         * alias.c: Remove uses of "register" specifier in declarations
6562         of arguments and local variables.
6563         * c-common.c: Ditto.
6564         * c-convert.c: Ditto.
6565         * c-decl.c: Ditto.
6566         * c-format.c: Ditto.
6567         * c-semantics.c: Ditto.
6568         * c-typeck.c: Ditto.
6569         * caller-save.c: Ditto.
6570         * calls.c: Ditto.
6571         * cfg.c: Ditto.
6572         * cfgbuild.c: Ditto.
6573         * cfgrtl.c: Ditto.
6574         * collect2.c: Ditto.
6575         * combine.c: Ditto.
6576         * convert.c: Ditto.
6577         * cppexp.c: Ditto.
6578         * cppfiles.c: Ditto.
6579         * cse.c: Ditto.
6580         * dbxout.c: Ditto.
6581         * defaults.h: Ditto.
6582         * df.c: Ditto.
6583         * dwarf2out.c: Ditto.
6584         * dwarfout.c: Ditto.
6585         * emit-rtl.c: Ditto.
6586         * explow.c: Ditto.
6587         * expmed.c: Ditto.
6588         * expr.c: Ditto.
6589         * final.c: Ditto.
6590         * fix-header.c: Ditto.
6591         * floatlib.c: Ditto.
6592         * flow.c: Ditto.
6593         * fold-const.c: Ditto.
6594         * function.c: Ditto.
6595         * gcc.c: Ditto.
6596         * gcse.c: Ditto.
6597         * gen-protos.c: Ditto.
6598         * genattrtab.c: Ditto.
6599         * gencheck.c: Ditto.
6600         * genconfig.c: Ditto.
6601         * genemit.c: Ditto.
6602         * genextract.c: Ditto.
6603         * genflags.c: Ditto.
6604         * gengenrtl.c: Ditto.
6605         * genoutput.c: Ditto.
6606         * genpeep.c: Ditto.
6607         * genrecog.c: Ditto.
6608         * gensupport.c: Ditto.
6609         * global.c: Ditto.
6610         * gmon.c: Ditto.
6611         * graph.c: Ditto.
6612         * haifa-sched.c: Ditto.
6613         * hard-reg-set.h: Ditto.
6614         * hash.c: Ditto.
6615         * integrate.c: Ditto.
6616         * jump.c: Ditto.
6617         * lists.c: Ditto.
6618         * local-alloc.c: Ditto.
6619         * loop.c: Ditto.
6620         * mips-tdump.c: Ditto.
6621         * mips-tfile.c: Ditto.
6622         * optabs.c: Ditto.
6623         * prefix.c: Ditto.
6624         * print-rtl.c: Ditto.
6625         * read-rtl.c: Ditto.
6626         * real.c: Ditto.
6627         * recog.c: Ditto.
6628         * reg-stack.c: Ditto.
6629         * regclass.c: Ditto.
6630         * regmove.c: Ditto.
6631         * reload.c: Ditto.
6632         * reload1.c: Ditto.
6633         * reorg.c: Ditto.
6634         * resource.c: Ditto.
6635         * rtl.c: Ditto.
6636         * rtlanal.c: Ditto.
6637         * scan.c: Ditto.
6638         * sched-deps.c: Ditto.
6639         * sched-rgn.c: Ditto.
6640         * sdbout.c: Ditto.
6641         * simplify-rtx.c: Ditto.
6642         * stmt.c: Ditto.
6643         * stor-layout.c: Ditto.
6644         * toplev.c: Ditto.
6645         * tradcif.y: Ditto.
6646         * tradcpp.c: Ditto.
6647         * tree.c: Ditto.
6648         * unroll.c: Ditto.
6649         * varasm.c: Ditto.
6650         * xcoffout.c: Ditto.
6651
6652 2001-10-10  Richard Henderson  <rth@redhat.com>
6653
6654         * rtl.h (can_reverse_comparison_p): Remove.
6655
6656 2001-10-10  Christopher Faylor <cgf@redhat.com>
6657
6658         * config/i386/cygwin.h: Avoid adding include files if -nostdinc is
6659         used.
6660
6661 2001-10-10  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6662
6663         * config/i386/mingw32.h (WIN32_NO_ABSOLUTE_INST_DIRS): New define.
6664         (Thanks to Chris Faylor for suggesting macro name).
6665         (CPP_PREDEFINES): Define __MINGW32__ but don't set value; add more
6666         WIN32 defines.
6667         (STANDARD_INCLUDE_DIR): Remove i386- from directory name.
6668         (STANDARD_INCLUDE_COMPONENT): Change to MINGW.
6669         (MATH_LIBRARY): Undef before definition.
6670         (OUTPUT_QUOTED_STRING): Likewise.
6671         * config/i386/cygwin.h: Use WIN32_NO_ABSOLUTE_INST_DIRS.
6672
6673 2001-10-10  Richard Henderson  <rth@redhat.com>
6674
6675         * unwind-dw2-fde.c (fde_compare_t): Change return type to int.
6676         (fde_unencoded_compare): Likewise.  Don't use subtraction to get
6677         a tristate comparison value.
6678         (fde_single_encoding_compare, fde_mixed_encoding_compare): Likewise.
6679
6680 2001-10-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6681
6682         PR c++/4512
6683         * unroll.c (loop_iterations): Ignore insns generated by loop
6684         unrolling.
6685
6686         * config.gcc (mips*-*-gnu*): Delete support.
6687         * config/mips/gnu.h: Remove.
6688
6689 2001-10-10  Kazu Hirata  <kazu@hxi.com>
6690
6691         * calls.c: Fix formatting.
6692         * c-decl.c: Likewise.
6693         * cfgcleanup.c: Likewise.
6694         * combine.c: Likewise.
6695         * cppfiles.c: Likewise.
6696         * cpplib.c: Likewise.
6697         * cppmacro.c: Likewise.
6698         * crtstuff.c: Likewise.
6699         * cse.c: Likewise.
6700         * dwarf2out.c: Likewise.
6701         * expmed.c: Likewise.
6702         * expr.c: Likewise.
6703         * fold-const.c: Likewise.
6704         * function.c: Likewise.
6705         * gcse.c: Likewise.
6706         * genattrtab.c: Likewise.
6707         * ggc-page.c: Likewise.
6708         * integrate.c: Likewise.
6709         * libgcc2.c: Likewise.
6710         * loop.c: Likewise.
6711         * optabs.c: Likewise.
6712         * profile.c: Likewise.
6713         * protoize.c: Likewise.
6714         * real.c: Likewise.
6715         * recog.c: Likewise.
6716         * reload1.c: Likewise.
6717         * reload.c: Likewise.
6718         * reorg.c: Likewise.
6719         * resource.c: Likewise.
6720         * sched-rgn.c: Likewise.
6721         * sdbout.c: Likewise.
6722         * stmt.c: Likewise.
6723         * toplev.c: Likewise.
6724         * varasm.c: Likewise.
6725
6726 2001-10-10  Janis Johnson  <janis187@us.ibm.com>, Alexandre Oliva  <aoliva@redhat.com>
6727
6728         * langhooks.c: Include rtl.h, insn-config.h and integrate.h.
6729         * Makefile.in (langhooks.o): Add dependencies.
6730
6731 Wed Oct 10 00:41:29 EDT 2001  John Wehle  (john@feith.com)
6732
6733         * rs6000.c (rs6000_emit_load_toc_table): Don't
6734         strdup the toc label.
6735         (create_TOC_reference): Likewise.
6736
6737 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6738
6739         * config.gcc (i[34567]86-*-mingw32*): Make msvcrt-dependent
6740         version default.
6741
6742 2001-10-09  Danny Smith  <danny_r_smith_2001@yahoo.co.nz>
6743
6744         * config/i386/i386.c (ix86_attribute_table): Correct
6745         min_len, max_len fields for dllimport, dllexport and shared.
6746
6747 2001-10-10  Joseph S. Myers  <jsm28@cam.ac.uk>
6748
6749         * doc/c-tree.texi, doc/cppinternals.texi, doc/extend.texi,
6750         doc/install.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi:
6751         Consistently use "nonzero" instead of "non-zero".
6752
6753 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6754
6755         * acconfig.h: Fix comment formatting.
6756         * c-dump.h: Likewise.
6757         * c-tree.h: Likewise.
6758         * conditions.h: Likewise.
6759         * expr.h: Likewise.
6760         * function.h: Likewise.
6761         * gthr.h: Likewise.
6762         * hwint.h: Likewise.
6763         * integrate.h: Likewise.
6764         * intl.h: Likewise.
6765         * loop.h: Likewise.
6766         * optabs.h: Likewise.
6767
6768 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6769
6770         * c-common.h: Fix comment formatting.
6771         * c-dump.c: Likewise.
6772         * cfg.c: Likewise.
6773         * diagnostic.h: Likewise.
6774         * except.c: Likewise.
6775         * gcc.h: Likewise.
6776         * gcov-io.h: Likewise.
6777         * genattrtab.c: Likewise.
6778         * output.h: Likewise.
6779         * predict.h: Likewise.
6780         * reload1.c: Likewise.
6781         * reload.h: Likewise.
6782         * resource.h: Likewise.
6783         * scan.h: Likewise.
6784         * system.h: Likewise.
6785         * tree.h: Likewise.
6786         * tree-inline.c: Likewise.
6787         * tsystem.h: Likewise.
6788         * varasm.c: Likewise.
6789         * xcoffout.h: Likewise.
6790
6791 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6792
6793         * doc/gcc.texi: Document preference for "nonzero" over "non-zero".
6794
6795 2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>
6796
6797         * config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
6798         config/i386/i386elf.h, config/i386/netbsd-elf.h,
6799         config/i386/netware.h, config/mcore/gfloat.h,
6800         config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
6801         config/netware.h, gccbug.in: Update FSF address.
6802
6803 2001-10-09  Kazu Hirata  <kazu@hxi.com>
6804
6805         * c-common.c: Fix comment typos.
6806         * cfgrtl.c: Likewise.
6807         * collect2.c: Likewise.
6808         * cpplex.c: Likewise.
6809         * doloop.c: Likewise.
6810         * dwarf2out.c: Likewise.
6811         * dwarfout.c: Likewise.
6812         * expr.c: Likewise.
6813         * fold-const.c: Likewise.
6814         * gcc.c: Likewise.
6815         * gcov.c: Likewise.
6816         * gcse.c: Likewise.
6817         * global.c: Likewise.
6818         * ifcvt.c: Likewise.
6819         * loop.c: Likewise.
6820         * optabs.c: Likewise.
6821         * protoize.c: Likewise.
6822         * regclass.c: Likewise.
6823         * reorg.c: Likewise.
6824         * rtl.h: Likewise.
6825         * stmt.c: Likewise.
6826         * tree.h: Likewise.
6827         * doc/cpp.texi: Likewise.
6828         * doc/c-tree.texi: Likewise.
6829         * doc/extend.texi: Likewise.
6830         * doc/invoke.texi: Likewise.
6831         * doc/objc.texi: Likewise.
6832         * doc/tm.texi: Likewise.
6833
6834 2001-10-08  Richard Henderson  <rth@redhat.com>
6835
6836         * varasm.c (set_named_section_flags): Initialize "declared".
6837
6838 2001-10-08  Robert Lipe  <robertlipe@usa.net>
6839
6840         * varasm.c (struct in_named_entry): Add declared.
6841         (named_section_first_declaration): New function.
6842         (default_elf_asm_named_section): Use it.
6843         * output.h (named_section_first_declaration): New.
6844
6845 2001-10-08  Richard Henderson  <rth@redhat.com>
6846
6847         * i386.md (movsi_xor): Export.
6848         (setcc peep2): Use it when available; add an alternative to
6849         match zero_extendhisi2_and.
6850
6851 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6852
6853         * romp-protos.h (romp_initialize_trampoline): New function.
6854         * romp.c (romp_initialize_trampoline): Likewise.
6855         * romp.h (INITIALIZE_TRAMPOLINE): Define in terms of
6856         romp_initialize_trampoline.
6857
6858 2001-10-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6859
6860         * m68k/3b1.h (ASM_OUTPUT_SOURCE_LINE): Don't reference `last_linenum'.
6861         * m68k/auxas.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6862         * m68k/crds.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6863         * m68k/mot3300.h (ASM_OUTPUT_SOURCE_LINE): Likewise.
6864
6865 2001-10-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6866
6867         * unroll.c (loop_iterations): Extend check for multiple back edges.
6868
6869 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
6870
6871         * langhooks.h: New file.
6872         * Makefile.in (OBJS): Added langhooks.o.
6873         (c-lang.o): Depend on langhooks.h.
6874         (c-common.o): Don't depend on tree-inline.h.
6875         (tree-inline.o): Depend on toplev.h.
6876         (langhooks.o): New rule.
6877         * c-common.c: Don't include tree-inline.h.
6878         (c_mark_lang_decl): Mark argument c as unused.
6879         (c_common_lang_init): Don't initialize hooks here.
6880         * c-lang.c: Include langhooks.h, then override some macros.
6881         (lang_hooks): Initialize with macros in langhooks.h.
6882         (c_init): Don't initialize hooks here.
6883         * toplev.c (struct lang_hooks_for_tree_inlining): New struct.
6884         (struct lang_hooks): Add tree_inlining.  Refer to langhooks.h.
6885         * tree-inline.c: Include toplev.h.  Don't define hook variables.
6886         * tree-inline.h: Don't define hook types nor declare hook
6887         variables.  Move macros to...
6888         * langhooks.c: ... new file, as functions.  Adjust all callers.
6889
6890 2001-10-08  Jeffrey A Law  <law@cygnus.com>
6891
6892         * sibcall.c (optimize_sibling_and_tail_recursive_calls): Call
6893         purge_mem_unchanging_flag on all instructions, not just on those
6894         before NOTE_INSN_FUNCTION_BEG.
6895
6896 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6897
6898         * cppmacro.c (_cpp_create_definition): Leave comments off.
6899
6900         * doc/cpp.texi: Update.
6901
6902 2001-10-08  DJ Delorie  <dj@redhat.com>
6903
6904         * c-decl.c (grokfield): Make sure the only unnamed fields
6905         we're allowing are either structs or unions.
6906         * doc/extend.texi: Add documentation for the unnamed field
6907         extension.
6908
6909 2001-10-08  Zack Weinberg  <zack@codesourcery.com>
6910
6911         * aclocal.m4 (gcc_AC_PROG_GNAT): New.
6912         * configure.in: Use it.
6913         * configure: Regenerated.
6914         * config/pa/t-linux, config/pa/t-pa, config/pa/t-pa64,
6915         config/pa/t-pro: Set T_ADAFLAGS, not ADA_CFLAGS.
6916
6917 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6918
6919         * cppfiles.c (open_file): Don't mark zero-length files
6920         never-reread here.  Don't output diagnostics here either.
6921         (stack_include_file): Mark them never-reread here.
6922         (_cpp_read_file): Update.
6923
6924 2001-10-08  Richard Henderson  <rth@redhat.com>
6925
6926         * config/i386/sol2.h (UNALIGNED_DOUBLE_INT_ASM_OP): New.
6927
6928 2001-10-08  Richard Henderson  <rth@redhat.com>
6929
6930         * expr.c (store_expr): When converting a CONST_INT for storage
6931         in a SUBREG, convert it to both SUBREG modes before stripping
6932         the SUBREG.
6933
6934 2001-10-08  Richard Henderson  <rth@redhat.com>
6935
6936         * varasm.c (restore_varasm_status): New.
6937         * function.h: Declare it.
6938         * function.c (pop_function_context_from): Call it.
6939
6940 2001-10-08  Richard Henderson  <rth@redhat.com>
6941
6942         * c-common.h (struct c_lang_decl): Add declared_inline.
6943         * c-tree.h (DECL_DECLARED_INLINE_P): New.
6944         * c-lang.c (c_disregard_inline_limits): Use it.
6945         * c-decl.c (duplicate_decls): Likewise.
6946         (pushdecl, redeclaration_error_message): Likewise.
6947         (pushdecl): Allocate DECL_LANG_SPECIFIC if needed.
6948         (grokdeclarator): Likewise.  Set DECL_DECLARED_INLINE_P.
6949         Set DECL_INLINE if -finline-functions.
6950         (store_parm_decls): Don't allocate DECL_LANG_SPECIFIC here.
6951
6952 2001-10-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6953
6954         * cppmacro.c (funlike_invocation_p): Move some logic to caller
6955         in enter_macro_context.  Create a padding token in its own context
6956         if necessary when the search for '(' fails.
6957         (enter_macro_context): Update.
6958
6959 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6960
6961         * ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
6962         genmultilib, toplev.c: Fix spelling errors of "separate" as
6963         "seperate", and corresponding spelling errors of related words.
6964
6965 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6966
6967         * builtins.c (expand_builtin_setjmp_receiver): Const-ify.
6968         * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length):
6969         Likewise.
6970         * c-dump.c (dump_option_value_info): Likewise.
6971         * c-format.c (format_length_info, format_char_info,
6972         format_flag_spec, format_flag_pair, format_kind_info): Likewise.
6973         * collect2.c (names): Likewise.
6974         * cppdefault.h (default_include): Likewise.
6975         * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise.
6976         * flow.c (life_analysis): Likewise.
6977         * gcc.c (dir_separator_str, modify_target, option_map,
6978         target_option_translations, spec_list_1, extra_specs_1,
6979         init_spec): Likewise.
6980         * gcov.c (gcov_version_string): Likewise.
6981         * genattr.c (write_units): Likewise.
6982         * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise.
6983         * gengenrtl.c (rtx_definition, defs): Likewise.
6984         * genrecog.c (pred_table): Likewise.
6985         * global.c (global_alloc): Likewise.
6986         * lcm.c (optimize_mode_switching): Likewise.
6987         * local-alloc.c (find_free_reg): Likewise.
6988         * params.h (param_info): Likewise.
6989         * predict.c (predictor_info): Likewise.
6990         * protoize.c (unexpansion_struct): Likewise.
6991         * real.c (bmask): Likewise.
6992         * recog.h (insn_operand_data, insn_data): Likewise.
6993         * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise.
6994         * stmt.c (expand_nl_goto_receiver): Likewise.
6995         * toplev.c (da, debug_args, lang_opt, documented_lang_options,
6996         target_switches, target_options): Likewise.
6997         * tradcif.y (token, tokentab2, yylex): Likewise.
6998         * tree.h (attribute_spec): Likewise.
6999
7000         * alpha.c (override_options, alpha_lookup_xfloating_lib_func):
7001         Likewise.
7002         * arc.c (arc_output_function_epilogue): Likewise.
7003         * arm.c (processors, all_cores, all_architectures,
7004         arm_override_options, isr_attribute_arg, isr_attribute_args,
7005         arm_isr_value): Likewise.
7006         * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc):
7007         Likewise.
7008         * c4x.c (c4x_int_reglist): Likewise.
7009         * d30v.c (override_options): Likewise.
7010         * h8300.c (shift_insn): Likewise.
7011         * i386.c (size_cost, i386_cost, i486_cost, pentium_cost,
7012         pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost,
7013         ix86_expand_sse_comi, ix86_expand_sse_compare, override_options,
7014         builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg,
7015         ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise.
7016         * i386.h (processor_costs, ix86_cost): Likewise.
7017         * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise.
7018         * m68hc11.h (processor_costs, m68hc11_cost): Likewise.
7019         * m68k.c (codes_68881, codes_FPA): Likewise.
7020         * m88k.c (mode_from_align, max_from_align, all_from_align,
7021         best_from_align, m_options): Likewise.
7022         * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
7023         * mcore.c (mode_from_align): Likewise.
7024         * mips/elf64.h (UNIQUE_SECTION): Likewise.
7025         * mips/iris6gld.h (UNIQUE_SECTION): Likewise.
7026         * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise.
7027         * mips.h (mips_regno_to_class): Likewise.
7028         * ns32k.c (scales): Likewise.
7029         * pa.c (import_string, magic_milli): Likewise.
7030         * rs6000.c (alt_reg_names, rs6000_override_options): Likewise.
7031         * sparc.c (leaf_reg_remap, sparc_override_options,
7032         reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders):
7033         Likewise.
7034         * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise.
7035
7036 2001-10-07  Dale Johannesen  <dalej@apple.com>
7037
7038         * reload1.c (reload_reg_free_p): Teach register interference
7039         checking that multiple output reloads are emitted in
7040         reverse order.
7041         reload1.c (reload_reg_reaches_end_p):  Ditto.
7042         reload1.c (reloads_conflict):  Ditto.
7043
7044 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7045
7046         * doc/c-tree.texi, doc/tm.texi: Consistently put NULL and
7047         NULL_TREE inside @code.
7048
7049 2001-10-07  Joseph S. Myers  <jsm28@cam.ac.uk>
7050
7051         * doc/gcc.texi: Document consistent style of "32-bit",
7052         "Objective-C", and "@code{NULL}".
7053
7054 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
7055
7056         * cpplex.c (enum spell_type): Add SPELL_NUMBER.
7057         (cpp_token_len, cpp_spell_token, cpp_output_token,
7058         _cpp_equiv_tokens): Handle it.
7059         * cpplib.h (TTYPE_TABLE): Use SPELL_NUMBER for CPP_NUMBER and
7060         CPP_COMMENT, SPELL_NONE for CPP_PADDING and CPP_EOF.
7061         * cppexp.c (_cpp_parse_expr): Use the correct operator code in
7062         error messages.
7063
7064 Sat Oct  6 07:42:39 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7065
7066         * gcc.c (default_compilers): Remove .ada.
7067
7068 2001-10-06  Neil Booth  <neil@daikokuya.demon.co.uk>
7069
7070         * doc/cppinternals.texi: Update.
7071
7072 2001-10-06  Zack Weinberg  <zack@codesourcery.com>
7073
7074         * gcc.c (main): Set this_file_error if the appropriate
7075         compiler for a language has not been installed.
7076
7077 2001-10-06  Ulrich Weigand  <uweigand@de.ibm.com>
7078
7079         * config/s390/s390.c (s390_va_arg): Use set_mem_alias_set.
7080
7081 2001-10-05  Joseph S. Myers  <jsm28@cam.ac.uk>
7082
7083         * gccbug.in (CATEGORIES): Add ada.
7084
7085 2001-10-05  Catherine Moore  <clm@redhat.com>
7086
7087         * config/stormy16/stormy-abi:  Document abi changes.
7088         * config/stormy16/stormy16.h (REG_ALLOC_ORDER): Redefine.
7089         (ICALL_REGS): New register class.
7090         (NUM_ARGUMENT_REGISTERS): Now 6.
7091         (DEFAULT_PCC_STRUCT_RETURN): Don't try to return structs
7092         in registers.
7093         (REG_CLASS_FROM_LETTER): Map 'z' to ICALL_REGS.
7094         * config/stormy16.md (call_internal, call_value_internal,
7095         indirect_jump): Use new 'z' constraint.
7096
7097 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7098
7099         * doc/cppinternals.texi: Update.
7100
7101 2001-10-05  Richard Henderson  <rth@redhat.com>
7102
7103         * dwarf2out.c (FRAME_BEGIN_LABEL): New.
7104         (output_call_frame_info): Use it instead of __FRAME_BEGIN__ and
7105         the gas section-name-as-label feature.
7106
7107 2001-10-05  Neil Booth  <neil@daikokuya.demon.co.uk>
7108
7109         * doc/cppinternals.texi: Update.
7110
7111 Fri Oct  5 08:17:46 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7112
7113         * config/i386/i386.c (ix86_split_to_parts): Use trunc_int_for_mode
7114         to ensure valid SImode constants.
7115
7116 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
7117
7118         * Makefile.in (c-decl.o): Depend on tree-inline.h.
7119         (c-lang.o): Likewise, as well as insn-config.h and integrate.h.
7120         * c-decl.c: Include tree-inline.h.
7121         (c_expand_body): Call optimize_inline_calls. Determine whether
7122         a function is inlinable upfront, and only clear
7123         DECL_SAVED_TREE, DECL_INITIAL and DECL_ARGUMENTS if it isn't.
7124         * c-lang.c: Include tree-inline.h, insn-config.h and integrate.h.
7125         (c_disregard_inline_limits): New function.
7126         (inline_forbidden_p, c_cannot_inline_tree_fn): Likewise.
7127         (c_post_options): Enable tree inlining if inlining is enabled.
7128         Don't inline trees when instrumenting functions.
7129         (c_init): Initialize lang_disregard_inline_limits and
7130         lang_cannot_inline_tree_fn.
7131         * tree-inline.c (initialize_inlined_parameters): Handle calls
7132         with fewer arguments than declared parameters, and fewer
7133         parameters than passed arguments.  Don't assume value is a
7134         DECL.
7135         (declare_return_variable): Convert return value back to the
7136         original type, if it was promoted.
7137         (tree_inlinable_function_p): New function.
7138         (inlinable_function_p): Don't look at DECL_INLINE if we're
7139         inlining all functions.  Make it work with a NULL id.
7140         Re-check DECL_UNINLINABLE after language-specific checks.
7141         * tree-inline.h (tree_inlinable_function_p): Declare it.
7142         * integrate.c (save_for_inline): Don't bother to prepare argvec
7143         when not inlining.
7144         * cse.c (check_for_label_ref): Don't check deleted labels.
7145
7146         * Makefile.in (tree-inline.o): Depend on newly-included headers.
7147         * tree-inline.c: Include headers needed for the functions moved in.
7148         (struct inline_data, INSNS_PER_STMT): Moved from cp/optimize.c.
7149         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
7150         (copy_body, initialize_inlined_parameters): Likewise.
7151         (declare_return_variable, inlinable_function_p): Likewise.
7152         (expand_call_inline, expand_calls_inline): Likewise.
7153         (optimize_inline_calls, clone_body): Likewise.
7154         (walk_tree, walk_tree_without_duplicates): Moved from cp/tree.c.
7155         (copy_tree_r, remap_save_expr): Likewise.
7156
7157 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
7158
7159         * Makefile.in (OBJS): Added tree-inline.o.
7160         (c-common.o): Depend on tree-inline.h.
7161         (tree-inline.o): New target.
7162         * c-common.c: Include tree-inline.h.
7163         (c_mark_lang_decl): Don't mark saved_tree.
7164         (c_common_lang_init): Set lang_anon_aggr_type_p.
7165         * c-common.h (walk_tree_fn, DECL_SAVED_TREE): Moved to tree.h.
7166         (struct c_lang_decl): Moved saved_tree to tree_decl.
7167         * ggc-common.c: Mark saved_tree and inlined_fns of FUNCTION_DECLs.
7168         * integrate.h (function_attribute_inlinable_p): Declare it.
7169         * integrate.c (function_attribute_inlinable_p): Export it.
7170         * tree-inline.c: New file.  Define variables declared in...
7171         * tree-inline.h: New file.  Declare functions to be moved to
7172         tree-inline.c.  Define macros and declare types and hooks for
7173         language-specific tree inlining.
7174         (flag_inline_trees): Moved definition from cp/decl2.c.
7175         * tree.h (walk_tree_fn, DECL_SAVED_TREE): Moved from c-common.h.
7176         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved from cp/cp-tree.h.
7177         (struct tree_decl): Moved saved_tree from c_lang_decl and
7178         inlined_fns from C++'s lang_decl.
7179
7180 2001-10-04  Loren J. Rittle  <ljrittle@acm.org>
7181
7182         * Makefile.in (STAGE2_FLAGS_TO_PASS): Remove patches which
7183         propagated HOST_CC, HOST_CFLAGS, HOST_LDFLAGS and HOST_CPPFLAGS.
7184
7185 2001-10-04  Neil Booth  <neil@daikokuya.demon.co.uk>
7186
7187         * doc/cppinternals.texi: Update.
7188
7189 2001-10-04  Eric Christopher  <echristo@redhat.com>
7190
7191         * config/mips/mips.c (init_cumulative_args): Remember to set
7192         cum->prototype.
7193         * config.gcc: Redo linux configuration. Add target_cpu_default
7194         of soft-float to all mipsisa32 combinations and tx39.
7195         * config/mips/linux.h: Remove include of mips.h.
7196
7197 2001-10-03  Loren J. Rittle  <ljrittle@acm.org>
7198
7199         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CFLAGS,
7200         HOST_LDFLAGS and HOST_CPPFLAGS.
7201
7202 2001-10-03  Ziemowit Laski  <zlaski@apple.com>
7203
7204         * c-parse.in (objc_inherit_code, objc_pq_context,
7205         objc_public_flag): Make static.
7206         (objc_interface_context, objc_implementation_context,
7207         objc_method_context, objc_ivar_chain, objc_ivar_context): Move to
7208         global tree array in objc/objc-act.[ch].
7209         (methoddef): Remove unnecessary code.
7210
7211         * objc/objc-act.c: (hashed_attribute, hashed_entry, imp_entry):
7212         Hoist struct definitions to objc-act.h.
7213         (nst_method_hash_list, cls_method_hash_list, imp_list, imp_count,
7214         cat_count): Place declaration in objc-act.h.
7215         (objc_tree_index): Move enumeration to objc-act.h.
7216         (objc_global_trees): Place declaration and macro accessors in
7217         objc-act.h.
7218         (implementation_context): Remove duplicate; use
7219         objc_implementation_context instead:
7220         (method_context): Remove duplicate; use objc_method_context
7221         instead.
7222         (objc_ellipsis_node, objc_method_prototype_template,
7223         implemented_classes, function_type): Move global vars to
7224         objc_global_trees.
7225         (init_objc): Use LAST_BASE_TREE_CODE instead of LAST_CODE.
7226         (build_message_expr): Move actual construction of ObjC message
7227         send nodes to finish_message_expr.
7228         (finish_message_expr): New routine, contains code formerly in
7229         build_message_expr.
7230         * objc/objc-act.h (finish_message_expr): New prototype.
7231         (objc_ivar_chain, objc_method_context, objc_ellipsis_node): Remove
7232         declarations; these vars are now part of objc_global_trees.
7233         (objc_tree_index, objc_global_trees): Move definitions from
7234         objc-act.c.
7235         * objc/objc-tree.def: Update copyright info.
7236
7237 Wed Oct  3 12:22:11 EDT 2001  John Wehle  (john@feith.com)
7238
7239         * dwarf2asm.c (unaligned_integer_asm_op): Abort if
7240         op is NULL.
7241         * sparc/sysv4.h (UNALIGNED_DOUBLE_INT_ASM_OP): Use
7242         only if TARGET_ARCH64.
7243
7244 2001-10-02  Bernd Schmidt  <bernds@redhat.com>
7245
7246         * doc/extend.texi: Fix some problems with previous checkin.
7247         * doc/invoke.texi: Likewise.
7248
7249 2001-10-02  Neil Booth  <neil@daikokuya.demon.co.uk>
7250
7251         * cpphash.h: Update comments.
7252         (cpp_context): Update.
7253         (spec_nodes): Remove n__Pragma.
7254         * cppinit.c (cpp_create_reader): Update.
7255         (builtin_array): Add _Pragma.
7256         * cpplib.h: Update comments.
7257         (NODE_DISABLED, BT_PRAGMA): New.
7258         (cpp_start_lookahead, cpp_stop_lookahead): Remove prototypes.
7259         * cppmacro.c (struct cpp_macro): Remove disabled.
7260         (builtin_macro): Return int, handle _Pragma, push the new token
7261         on the context stack.
7262         (funlike_invocation_p): Unconstify, update.
7263         (enter_macro_context): Handle builtins here.
7264         (replace_args, push_token_context, push_ptoken_context):
7265         Update for prototype changes.
7266         (_cpp_pop_context): Update.
7267         (cpp_get_token): Don't handle buitins, nor _Pragma here.
7268         (cpp_sys_macro_p): Update.
7269         (_cpp_free_definition): Clear disabled flag.
7270         (_cpp_create_definition): Upate.
7271         * cppmain.c: Update comments.
7272
7273 Tue Oct  2 12:46:01 CEST 2001  Bo Thorsen     <bo@suse.co.uk>,
7274                                 Andreas Jaeger <aj@suse.de>,
7275                                 Jan Hubicka    <jh@suse.cz>
7276
7277         * doc/invoke.texi (i386 Options): Document x86-64 options.
7278         (i386 and x86-64 Options): Rename i386 options section.
7279
7280         * config/i386/i386.h (TARGET_UNWIND_INFO): New.
7281         (TARGET_SWITCHES): Add -munwind-info.
7282         (MASK_NO_UNWIND_INFO): New.
7283         (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define for
7284         biarch compilation.
7285         (ASM_OUTPUT_DOUBLE_INT): New.
7286
7287         * config/i386/linux64.h: New spec file for Linux x86-64 support.
7288         * config.gcc: Fix tm_file settings for x86-64.
7289         * config/i386/x86-64.h: New file with OS independent x86-64
7290         definitions.
7291         * config/i386/biarch64.h: New file used to configure compiler
7292         to biarch/64bit compilation.
7293
7294         * config/i386/i386.c: (override_options): Set flags default
7295         for 64bit compilation.
7296
7297 Tue Oct  2 12:46:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
7298
7299         * i386.c (legitimize_pic_address): Add missing bits of 64bit support.
7300         (ix86_expand_int_movcc): Optimize DImode conditional moves with
7301         constants on x86_64.
7302         (ix86_attr_length_immediate_default): Support MODE_DI.
7303         * i386.md (fixdi splitter): Add missing "&& 1" in splitter
7304         condition.
7305         (indirect_jump, tablejump): Turn into expander.
7306
7307 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7308
7309         * c-common.c (c_format_attribute_table): Make format and
7310         format_arg attributes apply to function types rather than to
7311         decls.
7312         (is_valid_printf_arglist): Construct an attribute list and pass
7313         that to check_function_format rather than a name.
7314         * c-common.h (check_function_format): Adjust prototype.
7315         * c-decl.c (duplicate_decls): Preserve attributes from type of
7316         built-in decl when allowing for harmless conflict in types.
7317         * c-format.c (record_function_format,
7318         record_international_format, function_format_list,
7319         international_format_info, international_format_list): Remove.
7320         (function_format_info): Remove next, name and assembler_name.
7321         Make format_num and first_arg_num be unsigned HOST_WIDE_INT.
7322         (decode_format_attr): New.
7323         (handle_format_attribute): Handle receiving a type rather than a
7324         decl.  Call decode_format_attr.  Store format information in a
7325         function_format_info.
7326         (handle_format_arg_attribute): Correct comment.  Handle receiving
7327         a type rather than a decl.  Use unsigned HOST_WIDE_INT for
7328         arg_num.
7329         (check_format_info_recurse, check_format_info_main): Take argument
7330         numbers as unsigned HOST_WIDE_INT.
7331         (check_function_format): Take a list of attributes from the
7332         function type rather than a name or assembler name.  Check for
7333         format attributes in that list and the attributes on the type of
7334         the current function rather than looking through
7335         function_format_list.
7336         (check_format_info): Use unsigned HOST_WIDE_INT for argument
7337         numbers.
7338         (check_format_info_recurse): Take format_arg attributes from the
7339         type of the function calls rather than using
7340         international_format_list.  Allow for multiple format_arg
7341         attributes.
7342         * c-typeck.c (build_function_call): Pass type attributes to
7343         check_function_format rather than name or assembler name.  Don't
7344         require there to be a name or assembler name to check formats.
7345
7346 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7347
7348         * attribs.c (decl_attributes): Possibly call
7349         insert_default_attributes to insert default attributes on
7350         functions in a lazy manner.
7351         * builtin-attrs.def: New file; define the default format and
7352         format_arg attributes.
7353         * c-common.c (c_format_attribute_table): Move to earlier in the
7354         file.
7355         (c_common_nodes_and_builtins): Initialize format_attribute_table.
7356         (enum built_in_attribute, built_in_attributes,
7357         c_attrs_initialized, c_init_attributes,
7358         c_common_insert_default_attributes): New.
7359         (c_common_lang_init): Don't initialize format_attribute_table.  Do
7360         call c_init_attributes.
7361         * Makefile.in (c-common.o): Depend on builtin-attrs.def.
7362         * c-common.h (init_function_format_info): Don't declare.
7363         (c_common_insert_default_attributes): Declare.
7364         * c-decl.c (implicitly_declare, builtin_function): Call
7365         decl_attributes.
7366         (init_decl_processing): Don't call init_function_format_info.
7367         (insert_default_attributes): New.
7368         * c-format.c (handle_format_attribute,
7369         handle_format_arg_attribute): Be quiet about inappropriate
7370         declaration when applying default attributes.
7371         (init_function_format_info): Remove.
7372         * tree.h (enum attribute_flags): Add ATTR_FLAG_BUILT_IN.
7373         (insert_default_attributes): Declare.
7374
7375 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7376
7377         * c-format.c (CPLUSPLUS_STD_VER): Define to STD_C94.
7378
7379 2001-10-01  Jim Wilson  <wilson@redhat.com>
7380
7381         * sched-deps.c (add_dependence): When elide conditional dependence,
7382         check that insn doesn't modify cond2.
7383
7384 2001-10-01  Dale Johannesen  <dalej@apple.com>
7385
7386         * config/rs6000/rs6000.h (enum processor_type): Add support
7387         for 7400 (G4) and 7450.
7388         (RTX_COSTS): Ditto.
7389         * config/rs6000/rs6000.c (rs6000_override_options): Ditto.
7390         (rs6000_issue_rate): Ditto.
7391         (rs6000_adjust_cost): Fix cycle counts for compares.
7392         (debug_stack_info):  Fix an obvious typo.
7393         * config/rs6000/rs6000.md: Add functional units for 7400 and 7450.
7394         * doc/invoke.texi: Document.
7395         * config/rs6000/darwin.h (TARGET_DEFAULT): Set to be reasonable
7396         for Darwin.
7397         (PROCESSOR_DEFAULT): Ditto.
7398
7399 2001-10-01  Loren J. Rittle  <ljrittle@acm.org>
7400
7401         * Makefile.in (STAGE2_FLAGS_TO_PASS): Propagate HOST_CC.
7402         (fixinc.sh): Map CC, CFLAGS and LDFLAGS to HOST_* versions for
7403         later recursive make invocation.
7404
7405 2001-10-01  Hans Boehm  <boehm@acm.org>
7406
7407         * optabs.c (emit_libcall_block): When using non-call exceptions,
7408         don't add REG_LIBCALL reg notes to trapping calls.
7409
7410 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
7411
7412         * flow.c (propagate_block_delete_libcall): Remove unused first arg
7413         (propagate_one_insn):  Update for above change
7414
7415 2001-10-01  David Billinghurst <David.Billinghurst@riotinto.com>
7416
7417         * unwind-sjlj.c (_Unwind_GetRegionStart, _Unwind_GetDataRelBase,
7418         _Unwind_GetTextRelBase): Argument is unused.
7419
7420 Mon Oct  1 19:20:57 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7421
7422         * alias.c (get_alias_set): Try to replace PLACEHOLDER_EXPR.
7423         Loop through NOPs, placeholders, and components.
7424         Don't go through NOPs if change mode.
7425         (record_alias_subset): Do nothing if SUBSET and SET are the same.
7426         * emit-rtl.c (set_mem_alias_set): Enable check.
7427         * expr.c (find_placeholder): New function.
7428         (expand_expr, case PLACEHOLDER_EXPR): Use it.
7429         (expand_expr, case COMPONENT_EXPR): Always copy OP0 when we need
7430         to modify it and avoid unneeded copies.
7431         * expr.h (expand_expr): Always define.
7432         (find_placeholder): New declaration.
7433
7434 2001-10-01  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7435
7436         * config/m68hc11/m68hc11.md ("add-split"): Fix add split when
7437         operand 2 is the stack pointer.
7438         ("addr-peephole"): Fix address computation peephole when operand 2
7439         is the stack pointer.
7440
7441 Mon Oct  1 09:26:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7442
7443         * config/i386/i386.c (ix86_va_arg): Call set_mem_alias_set.
7444         (ix86_setup_incoming_varargs): Likewise.
7445
7446 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
7447
7448         * stor-layout.c (layout_type): Don't complain about too-large
7449         array here.
7450
7451 Mon Oct  1 06:43:41 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7452
7453         * function.c (keep_stack_depressed): Don't use delete_insn.
7454
7455         * expr.h (set_mem_alias_set): Move decl to here.
7456         * rtl.h (mem_attrs): New typedef and struct.
7457         (union rtunion_def): Add field for mem_attrs.
7458         (X0MEMATTR, MEM_ATTRS): New macros.
7459         (MEM_ALIAS_SET): Use MEM_ATTRS.
7460         (MEM_DECL, MEM_OFFSET, MEM_SIZE, MEM_ALIGN): New macros.
7461         (MEM_COPY_ATTRIBUTES): Copy MEM_ATTRS.
7462         (set_mem_alias_set): Delete decl from here.
7463
7464         * alias.c (set_mem_alias_set): Delete from here.
7465         * emit-rtl.c (mem_attrs_htab): New variable.
7466         (rtx_htab_mark, rtx_htab_mark_1): Deleted.
7467         (mem_attrs_htab_hash, mem_attrs_htab_eq): New functions.
7468         (mem_attrs_mark, get_mem_attrs): Likewise.
7469         (gen_rtx_MEM): Clear MEM_ATTRS.
7470         (set_mem_attributes): Move to here.
7471         (set_mem_alias_set): Likewise, and call get_mem_attrs.
7472         (init_emit_once): const_int_htab now deletable htab.
7473         Initialize mem_attrs_htab.
7474         * explow.c (set_mem_attributes): Delete from here.
7475         * function.c (put_var_into_stack): Clear MEM_ATTRS.
7476         (gen_mem_addressof): Likewise; rework to use set_mem_attributes.
7477         * ggc-common.c (ggc_mark_rtx_children, case MEM): New case.
7478         * reload1.c (reload): Rework changing REG to MEM.
7479
7480 2001-09-30  H.J. Lu <hjl@gnu.org>
7481
7482         * acconfig.h (PREFIX_INCLUDE_DIR): New variable.
7483         * config.in: Rebuild.
7484
7485 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7486
7487         * config/m68hc11/m68hc11.md ("cmpqi_1"): Fix constraints.
7488         ("tsthi_1"): Avoid allocation in register y.
7489         ("*movqi_68hc12"): Reorganize and fix constraints.
7490         ("zero_extendqisi2"): Prefer d over x and y for operand 1.
7491         ("addqi3"): Likewise.
7492         ("addhi3"): Fix constraints.
7493         ("*logicalhi3_zexthi"): Disparage soft registers.
7494
7495 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7496
7497         * config/m68hc11/m68hc11.c (m68hc11_gen_movhi): Fix move of sp
7498         to tmp reg.
7499
7500 2001-09-30  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7501
7502         * config/m68hc11/m68hc11.h(INCOMING_RETURN_ADDR_RTX): Remove so
7503         that we use setjmp/longjmp exceptions.
7504
7505 2001-09-30  Neil Booth  <neil@daikokuya.demon.co.uk>
7506
7507         * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE,
7508         POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
7509         struct cpp_pool, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
7510         _cpp_pool_alloc, _cpp_next_chunk): Remove.
7511         (_cpp_extend_buff, BUFF_ROOM): Update.
7512         (_cpp_append_extend_buff): New.
7513         (struct cpp_reader): Remove macro_pool, add a_buff.
7514         * cppinit.c (cpp_create_reader): Initialize a_buff, instead of
7515         macro_pool.
7516         (cpp_destroy): Free a_buff instead of macro_pool.
7517         * cpplex.c (new_chunk, chunk_suitable, _cpp_next_chunk,
7518         new_chunk, _cpp_init_pool, _cpp_free_pool, _cpp_pool_reserve,
7519         _cpp_pool_alloc, ): Remove.
7520         (parse_number, parse_string): Update use of _cpp_extend_buff.
7521         (_cpp_extend_buff): Update.
7522         (_cpp_append_extend_buff, cpp_aligned_alloc): New.
7523         * cpplib.c (glue_header_name, parse_answer):
7524         Update use of _cpp_extend_buff.
7525         (cpp_register_pragma, cpp_register_pragma_space): Use
7526         _cpp_aligned_alloc.
7527         (do_assert, do_unassert): Check for EOL, update.
7528         * cppmacro.c (stringify_arg, collect_args): Update to use
7529         _cpp_extend_buff and _cpp_append_extend_buff.
7530         (save_parameter, parse_params, alloc_expansion_token,
7531         _cpp_create_definition): Rework memory management.
7532
7533 2001-09-29  Andris Pavenis  <pavenis@lanet.lv>
7534
7535         * config/i386/xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): Don't
7536         update md_exec_prefix.
7537         (UPDATE_PATH_HOST_CANONICALIZE): Don't free PATH as it can point
7538         to string constant.
7539
7540 2001-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
7541
7542         * config/s390/s390.h (EXTRA_CC_MODES): Add CCLmode.
7543         (SELECT_CC_MODE): Use s390_select_ccmode.
7544         * config/s390/s390-protos.h (s390_select_ccmode): Add.
7545         * config/s390/s390.c (s390_select_ccmode): New.
7546         (s390_match_ccmode): Add CCLmode.
7547         (s390_branch_condition_mask, s390_branch_condition_mnemonic): New.
7548         (output_branch_condition, output_inverse_branch_condition): Removed.
7549         (print_operand): Use s390_branch_condition_mnemonic.
7550         * config/s390/s390.md (addsi3_cc, addsi3_cconly, addsi3_cconly2,
7551         subsi3_cc, subsi3_cconly): Use logical instructions and CCLmode.
7552         (bunordered, bordered, buneq, bungt, bunlt, bnuge, bunle, bltgt): New.
7553
7554         * config/s390/s390.c (check_and_change_labels): Preserve CC mode
7555         when converting conditional branches to far branches.
7556         * config/s390/s390.md (cmpstr_const, cmpstr_64, cmpstr_31, cmpint_si,
7557         cmpint_di): Use CCSmode instead of CCUmode.
7558
7559         * config/s390/s390.c (legitimate_la_operand_p): New.
7560         * config/s390/s390-protos.h (legitimate_la_operand_p): Add.
7561         * config/s390/s390.md (movsi): Convert load address patterns to
7562         arithmetic operations when necessary.
7563         (addaddr_picR, addaddr_picL, addaddr_picN): Removed.
7564         (do_la): Renamed to *do_la and use legitimate_la_operand_p.
7565         (*do_la_reg_0): Don't use before reload.
7566
7567         * config/s390/s390.c (legitimize_address): Make more efficient
7568         use of two-register addressing mode.
7569
7570         * config/s390/s390.c (s390_function_prologue): Fix incorrect prolog
7571         with -mno-backchain in some corner cases.
7572
7573         * config/s390/s390.md (cmpsi_cct): Operands 0 and 1 do not commute.
7574
7575 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7576
7577         * reload.c (find_reloads): Mark new USE insns with QImode.
7578         (find_reloads_toplev, find_reloads_address, subst_reg_equivs,
7579         find_reloads_subreg_address): Likewise.
7580         * regrename.c (note_sets, clear_dead_regs): Abort if pseudos are
7581         encountered.
7582         * reload1.c (reload_combine_note_use): Likewise, inside USEs and
7583         CLOBBERs.
7584         (reload): Make sure there are no USEs with mode other than
7585         VOIDmode.  At the end, remove those marked with QImode.
7586
7587 2001-09-29  Per Bothner  <per@bothner.com>
7588
7589         * cppdefault.c (cpp_include_defaults):  Also search PREFIX_INCLUDE_DIR.
7590         * Makefile.in (includedir):  Rename to local_includedir.
7591         (includedir):  Define as $(prefix)/include.
7592         * config.in (PREFIX_INCLUDE_DIR):  New variable.
7593         * configure.in (PREFIX_INCLUDE_DIR):  Test for new variable.
7594
7595 2001-09-29  Bernd Schmidt  <bernds@redhat.com>
7596
7597         * config/i386/i386.c (init_mmx_sse_builtins): Fix type of storelps and
7598         storehps builtins.
7599         * doc/extend.texi (Vector Extensions): New node.
7600         * doc/invoke.texi (Machine Dependent Options): Add documentation for
7601         i386 -mmmx, -msse, -m3dnow.
7602
7603 Sat Sep 29 15:08:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
7604
7605         * doc/invoke.texi (Optimize Options): Revert an accidental checkin.
7606
7607 2001-09-29  Hans-Peter Nilsson  <hp@axis.com>
7608
7609         * cse.c (cse_insn) [HAVE_cc0]: Fix typo delete-insn -> delete_insn.
7610
7611         * doc/invoke.texi (Optimize Options): Delete spurious @table.
7612
7613 2001-09-28  Richard Henderson  <rth@redhat.com>
7614
7615         * varasm.c (assemble_integer): Bound alignment check by
7616         BIGGEST_ALIGNMENT.
7617
7618         * cfgrtl.c (redirect_edge_and_branch): Abort if redirect_jump fails.
7619
7620 2001-09-28  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7621
7622         * config/i386/sol2.h (CPLUSPLUS_CPP_SPEC): Define.
7623
7624 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
7625
7626         Mostly from Graham Stott  <grahams@redhat.com>
7627         * c-common.c (type_for_mode): Add support for V2SFmode.
7628         * tree.c (build_common_tree_nodes_2): Likewise.
7629         * tree.h (enum tree_index, global_trees): Likewise.
7630         * config/i386/i386.c (x86_3dnow_a): New variable.
7631         (override_options): Support 3Dnow extensions.
7632         (bdesc_2arg, bdesc_1arg): Some SSE instructions are also part of
7633         Athlon's version of 3Dnow.
7634         (ix86_init_mmx_sse_builtins): Create 3Dnow builtins.
7635         (ix86_expand_builtin): Handle them.
7636         (ix86_hard_regno_mode_ok): Support V2SFmode if using 3Dnow.
7637         * config/i386/i386.h (MASK_3DNOW, MASK_3DNOW_A, TARGET_3DNOW,
7638         TARGET_3DNOW_A): New macros.
7639         (TARGET_SWITCHES): Add 3Dnow switches.
7640         (VALID_MMX_REG_MODE_3DNOW): New macro.
7641         (VECTOR_MODE_SUPPORTED_P): Use it.
7642         (enum ix86_builtins): Add entries for 3Dnow builtins.
7643         * config/i386/i386.md (movv2sf_internal, movv2sf, pushv2sf, pf2id,
7644         pf2iw, addv2sf3, subv2sf3, subrv2sf3, gtv2sf3, gev2sf3, eqv2sf3,
7645         pfmaxv23sf3, pfminv2sf3, mulv2sf3, femms, prefetch_3dnow, prefetchw,
7646         pfacc, pfnacc, pfpnacc, pi2fw, floatv2si2, pavgusb, pfrcpv2sf2,
7647         pfrcpit1v2sf3, pfrcpit2v2sf3, pfrsqrtv2sf2, pfrsqit1v2sf3,
7648         pmulhrwvhi3, pswapdv2si2, pswapdv2sf2): New patterns.
7649         (mmx_pmovmskb, mmx_maskmovq, sse_movntdi, umulv4hi3_highpart,
7650         mmx_uavgv8qi3, mmx_uavgv4hi3, mmx_psadbw, mmx_pinsrw, mmx_pextrw,
7651         mmx_pshufw, umaxv8qi3, smaxv4hi3, uminv8qi3, sminv4hi3, sfence,
7652         sfence_insn, prefetch): Make these available if TARGET_SSE or
7653         TARGET_3DNOW_A.
7654
7655 Fri Sep 28 19:18:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
7656
7657         * i386-protos.h (ix86_setup_incoming_varargs, ix86_va_arg,
7658         ix86_va_start, ix86_build_va_list): Declare.
7659         * i386.c (ix86_setup_incoming_varargs, ix86_va_arg,
7660         ix86_va_start, ix86_build_va_list): New global functions.
7661         * i386.md (sse_prologue_save_insn): New insn.
7662         (sse_prologue_save): New expander.
7663         * i386.h (EXPAND_BUILTIN_VA_ARG, EXPAND_BUILTIN_VA_START,
7664         BUILD_VA_LIST_TYPE, SETUP_INCOMING_VARARGS): New macros.
7665
7666 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7667
7668         * cpplex.c (new_buff, _cpp_get_buff, _cpp_extend_buff):
7669         Use size_t everywhere, make definitions consistent with
7670         prototypes.
7671
7672 Fri Sep 28 14:59:34 CEST 2001  Jan Hubicka  <jh@suse.cz>
7673
7674         * gcse.c (replace_store_insn): Use delete_insn.
7675         * loop.c (move_movables): Likewise; avoid delete_insn
7676         from clobbering notes moved elsewhere.
7677         (check_dbra_loop): Use delete_insn.
7678         * ssa.c (convert_from_ssa): Likewise.
7679         * cse.c (cse_insn): Use delete_insn.
7680
7681 2001-09-28  Neil Booth  <neil@daikokuya.demon.co.uk>
7682
7683         * cpphash.h (struct cpp_buff): Make unsigned.
7684         (_cpp_get_buff): Take length of size_t.
7685         (_cpp_unaligned_alloc): New.
7686         (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.
7687         (struct cpp_reader): Remove ident_pool.  Add u_buff.
7688         * cppinit.c (cpp_create_reader): Initialize u_buff, not ident_pool.
7689         (cpp_destroy): Destroy u_buff, not ident_pool.
7690         * cpplex.c (parse_number, parse_string, save_comment,
7691         cpp_token_as_text): Update to use the unaligned buffer.
7692         (new_buff): Make unsigned.
7693         (_cpp_unaligned_alloc): New.
7694         * cpplib.c (glue_header_name): Update to use the unaligned buffer.
7695         * cppmacro.c (new_number_token, builtin_macro, stringify_arg):
7696         Similarly.
7697         (collect_args): Make unsigned.
7698
7699 2001-09-27  Zack Weinberg  <zack@codesourcery.com>
7700
7701         * cpplex.c (cpp_output_token): Use a putc loop for
7702         SPELL_OPERATOR, and fwrite for SPELL_IDENT.
7703
7704         * configure.in: Detect fwrite_unlocked and fprintf_unlocked.
7705         * configure, config.in: Regenerate.
7706         * system.h: Replace fwrite and fprintf with their unlocked
7707         variants if available.
7708
7709 2001-09-27  Richard Henderson  <rth@redhat.com>
7710
7711         * dwarf2out.c (dwarf2out_frame_finish): Never elide .debug_frame
7712         in favour of .eh_frame.
7713
7714 2001-09-27  Aldy Hernandez  <aldyh@redhat.com>
7715
7716         * config/rs6000/rs6000.h (FUNCTION_VALUE): Change hardcoded 33 and 3
7717         to macros.
7718         (LIBCALL_VALUE): Likewise.
7719
7720 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7721
7722         * cpphash.h: Update comment.
7723         * cpplex.c: Update comments.
7724         (_cpp_can_paste): Remove.
7725         * cpplib.h (_cpp_can_paste): Remove.
7726         * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
7727         lexer rather than _cpp_can_paste.
7728
7729 2001-09-27  Neil Booth  <neil@daikokuya.demon.co.uk>
7730
7731         * doc/cppinternals.texi: Update.
7732
7733 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7734
7735         * cpphash.h (struct cpp_pool): Remove locks and locked.
7736         (struct cpp_context): Add member buff.
7737         (struct cpp_reader): Remove member argument_pool.
7738         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
7739         * cppinit.c (cpp_create_reader, cpp_destroy): Argument_pool is dead.
7740         * cpplex.c (chunk_suitable): Remove pool argument.
7741         (MIN_BUFF_SIZE, BUFF_SIZE_UPPER_BOUND, EXTENDED_BUFF_SIZE): New.
7742         (new_buff, _cpp_extend_buff): Update.
7743         (_cpp_get_buff): Fix silly pointer bug.  Be more selective about
7744         which buffer is returned.
7745         (_cpp_next_chunk, _cpp_init_pool): Pool locking removed.
7746         (_cpp_lock_pool, _cpp_unlock_pool): Remove.
7747         * cppmacro.c (lock_pools, unlock_pools): Remove.
7748         (push_ptoken_context): Take a _cpp_buff.
7749         (enter_macro_context): Pool locking removed.
7750         (replace_args): Use a _cpp_buff for the replacement list with
7751         arguments replaced.
7752         (push_token_context): Clear buff.
7753         (expand_arg): Use _cpp_pop_context.
7754         (_cpp_pop_context): Free a context's buffer, if any.
7755
7756 2001-09-26  DJ Delorie  <dj@redhat.com>
7757
7758         * c-typeck.c (digest_init): Check for sizeless arrays.
7759
7760 2001-09-26  Richard Henderson  <rth@redhat.com>
7761
7762         * optabs.c (init_one_libfunc): Create a dummy function type
7763         instead of using error_mark_node.
7764
7765 2001-09-26  Neil Booth  <neil@daikokuya.demon.co.uk>
7766
7767         * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_release_buff,
7768         _cpp_extend_buff, _cpp_free_buff): New.
7769         (struct cpp_reader): New member free_buffs.
7770         * cppinit.c (cpp_destroy): Free buffers.
7771         * cpplex.c (new_buff, _cpp_release_buff, _cpp_get_buff,
7772         _cpp_extend_buff, _cpp_free_buff): New.
7773         * cpplib.h (struct cpp_options): Remove unused member.
7774         * cppmacro.c (collect_args): New.  Combines the old parse_arg
7775         and parse_args.  Use _cpp_buff for memory allocation.
7776         (funlike_invocation_p, replace_args): Update.
7777
7778 Wed Sep 26 13:20:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
7779
7780         * final.c (final_scan_insn): Use delete_insn instead of delete_note.
7781
7782 2001-09-25  Andrew Haley  <aph@cambridge.redhat.com>
7783
7784         * except.c (sjlj_mark_call_sites): Change address inside sequence.
7785
7786 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
7787
7788         * config/sh/linux.h (LINK_SPEC): Set dynamic-linker to agree with
7789         glibc.
7790
7791 2001-09-25  Janis Johnson  <janis187@us.ibm.com>
7792             Jim Wilson  <wilson@redhat.com>
7793
7794         * doc/install.texi (Specific, ia64-*-linux): Document.
7795
7796 Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
7797
7798         * Makefile.in (cfgrtl.o): Add.
7799         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
7800         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
7801         free_aux_for_edge): Declare.
7802         * cfg.c
7803         (HAVE_return): Undefine.
7804         * basic-block.h (alloc_block, alloc_aux_for_block, alloc_aux_for_blocks,
7805         free_aux_for_block, alloc_aux_for_edge, alloc_aux_for_edges,
7806         free_aux_for_edge): New global functions.
7807         (first_delete_block): New static variable.
7808         (init_flow): Clear first_delete_block.
7809         (basic_block_for_insn, label_value_list, tail_recursion_label_list,
7810          can_delete_note_p, can_delete_label_p, commit_one_edge_insertion,
7811          try_redirect_by_replacing_jump, last_loop_beg_note,
7812          back_edge_of_syntactic_loop_p, force_nonfallthru_and_redirect,
7813          delete_insn, delete_insn_chain, create_basic_block_structure,
7814          create_basic_block, flow_delete_block, compute_bb_for_insn,
7815          free_bb_for_insn, update_bb_for_insn, set_block_for_insn,
7816          set_block_for_new_insns, split_block, merge_blocks_nomove,
7817          block_label, try_redirect_by_replacing_jump, last_loop_beg_note,
7818          redirect_edge_and_branch, force_nonfallthru_and_redirect,
7819          force_nonfallthru, redirect_edge_and_branch_force, tidy_fallthru_edge,
7820          tidy_fallthru_edges, split_edge, insert_insn_on_edge,
7821          commit_one_edge_insertion, commit_edge_insertions, dump_bb, debug_bb,
7822          debug_bb_n, print_rtl_with_bb, verify_flow_info, purge_dead_edges,
7823          purge_all_dead_edges): Move to ....
7824         * cfgrtl.c: New file; .... Here.
7825
7826         * bb-reorder.c (fixup_reorder_chain): Use alloc_aux_for_block.
7827         (reroder_basic_block): Use alloc_aux_for_blocks.
7828         * predict.c (estimate_bb_frequencies): Likewise; use
7829         alloc_aux_for_edges.
7830         * profile.c (compute_branch_probabilities): Likewise.
7831         (branch_prob): Likewise.
7832         * reg-stack.c (reg_to_stack): Likewise.
7833
7834         * emit-rtl.c (emit_insns_after): Never return NULL.
7835
7836         * basic-block.h (set_block_for_new_insns): Delete.
7837         * cfgrtl.c (set_block_for_new_insns): Delete.
7838
7839         * cfgcleanup.c (try_optimize_cfg): Add fake exit edges for noreturn
7840         calls when crossjumping.
7841
7842         * cfgcleanup.c (try_simplify_condjump): Cleanup invert_jump call.
7843         * unroll.c (copy_loop_body): Use delete_insn.
7844
7845         * final.c (final, final_scan_insn): Use delete_insn/delete_note.
7846         * function.c (fixup_var_refs_insn, fixup_var_refs_1,
7847         keep_stack_depressed): Likewise.
7848         * gcse.c (cprop_cc0_jump): Likewise.
7849         * local-alloc.c (update_equiv_regs): Likewise.
7850         * loop.c (scan_loop, loop_delete_insns): Likewise.
7851         * regmove.c (try_auto_increment, fixup_match_1): Likewise.
7852         * reload1.c (reload, calculate_needs_all_insns, reload_as_needed,
7853         delete_output_reload, delete_address_reloads_1,
7854         reload_cse_delete_noop_set, reload_combine, reload_cse_move2add):
7855         Likewise.
7856         * sibcall.c (replace_call_placeholder): Likewise.
7857         * cse.c (cse_insn): Likewise.
7858
7859 2001-09-25  Bernd Schmidt  <bernds@redhat.com>
7860
7861         From Graham Stott  <grahams@redhat.com>
7862         (def_builtin): Only define builtins appropriate for target_flags.  All
7863         callers changed.
7864         (builtin_decsription): Add new field mask which is used to determine
7865         when to define the builtin via the macro def_builtin.
7866
7867         (bdesc_comi): Initialise new mask fields.
7868         (bdesc_2srg): Likewise.
7869         (bdesc_1arg): Likewise.
7870
7871         * config/i386/i386.c (ix86_init_builtins): Correct return type
7872         building v4hi_ftype_v4hi_int_int tree node.
7873         (ix86_expand_sse_comi): Fix typo swapping operands.
7874         Don't swap comparision condition, it is already swapped.
7875         (ix86_expand_sse_compare): Before swapping operands
7876         move operand 1 into new rtx and not the target rtx.
7877         Don't swap comparison condition, it is already swapped.
7878         Always check whether we need to create a new TARGET.
7879
7880         * config/i386/i386.md: (sse_comi) Fix typos.
7881         (sse_ucomi): Likewise.
7882         (cvtss2si): Fix operand 0 contraint.
7883         (cvttss2si): Likewise.
7884         (sse_unpckhps): Fix mode for operand 2.
7885         (sse_unpcklps): Likewise.
7886
7887 2001-09-25  Graham Stott  <grahams@redhat.com>
7888
7889         * sibcall.c (skip_copy_to_return_value): Tighten return value
7890         copy check.
7891
7892 2001-09-24  David Edelsohn  <edelsohn@gnu.org>
7893
7894         * rs6000.c (lwa_operand): Address must be word aligned.
7895
7896 Mon Sep 24 18:57:59 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7897
7898         * tree.c (type_hash_marked_p): Consider as marked if debug symbol
7899         number has been set.
7900         (type_hash_mark): Mark type itself.
7901
7902 2001-09-24  Neil Booth  <neil@daikokuya.demon.co.uk>
7903
7904         * c-lex.c (cb_def_pragma): Update.
7905         (c_lex): Update, and skip padding.
7906         * cppexp.c (lex, parse_defined): Update, remove unused variable.
7907         * cpphash.h (struct toklist): Delete.
7908         (union utoken): New.
7909         (struct cpp_context): Update.
7910         (struct cpp_reader): New members eof, avoid_paste.
7911         (_cpp_temp_token): New.
7912         * cppinit.c (cpp_create_reader): Update.
7913         * cpplex.c (_cpp_temp_token): New.
7914         (_cpp_lex_direct): Add PREV_WHITE when parsing args.
7915         (cpp_output_token): Don't print leading whitespace.
7916         (cpp_output_line): Update.
7917         * cpplib.c (glue_header_name, parse_include, get__Pragma_string,
7918         do_include_common, do_line, do_ident, do_pragma,
7919         do_pragma_dependency, _cpp_do__Pragma, parse_answer,
7920         parse_assertion): Update.
7921         (get_token_no_padding): New.
7922         * cpplib.h (CPP_PADDING): New.
7923         (AVOID_LPASTE): Delete.
7924         (struct cpp_token): New union member source.
7925         (cpp_get_token): Update.
7926         * cppmacro.c (macro_arg): Convert to use pointers to const tokens.
7927         (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
7928         replace_args, quote_string, stringify_arg, parse_arg, next_context,
7929         enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
7930         _cpp_backup_tokens, _cpp_create_definition): Update.
7931         (push_arg_context): Delete.
7932         (padding_token, push_token_context, push_ptoken_context): New.
7933         (make_string_token, make_number_token): Update, rename.
7934         (cpp_get_token): Update to handle tokens as pointers to const,
7935         and insert padding appropriately.
7936         * cppmain.c (struct printer): New member prev.
7937         (check_multiline_token): Constify.
7938         (do_preprocessing, cb_line_change): Update.
7939         (scan_translation_unit): Update to handle spacing.
7940         * scan-decls.c (get_a_token): New.
7941         (skip_to_closing_brace, scan_decls): Update.
7942         * fix-header.c (read_scan_file): Update.
7943
7944         * doc/cpp.texi: Update.
7945
7946 2001-09-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7947
7948         * c-aux-info.c (affix_data_type): Use ATTRIBUTE_MALLOC.  Avoid
7949         leak by passing malloc'ed pointer to reconcat, not concat.
7950
7951 2001-09-24  DJ Delorie  <dj@redhat.com>
7952
7953         * varasm.c (array_size_for_constructor): Handle STRING_CSTs also.
7954
7955 2001-09-24  Ulrich Weigand  <uweigand@de.ibm.com>:
7956
7957         * flow.c (delete_dead_jumptables): Delete jumptable if the only
7958         reference is from the literal pool.
7959
7960 2001-09-24  Janis Johnson  <janis187@us.ibm.com>
7961
7962         * doc/install.texi (Final install): Request additional information
7963         in mail about successful builds.
7964
7965 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7966
7967         * pa.c (return_addr_rtx): Return NULL_RTX if count is not zero.  Use
7968         initial value of return pointer register instead of value in frame-20.
7969         Revise comments.
7970
7971 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7972
7973         * som.h (ASM_OUTPUT_EXTERNAL): Improve formatting.
7974         (ASM_OUTPUT_EXTERNAL_LIBCALL): Only generate a .IMPORT statement for
7975         the libcall if there isn't a referenced identifier for the symbol.
7976
7977 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7978
7979         * pa.h (TRAMPOLINE_TEMPLATE): Add two words to the template for
7980         non 64-bit machines.  Use these as a plabel for the trampoline.
7981         (TRAMPOLINE_SIZE): Adjust size for new words.
7982         (INITIALIZE_TRAMPOLINE): Initialize new words.
7983         (TRAMPOLINE_ADJUST_ADDRESS): New.  Adjust address to make it a
7984         pointer to the plabel in the trampoline.
7985
7986 2001-09-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7987
7988         * pa.c (function_arg): Pass floating arguments in both general and
7989         floating registers in indirect (dynamic) calls when generating code
7990         for the 32 bit ABI and the HP assembler.
7991
7992 2001-09-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7993
7994         * doc/install.texi: Markup fixes.
7995         Use Solaris 2, SunOS 4 as appropriate.
7996         (Specific, *-*-solaris2*): Explain this.
7997         Unconditionally warn against /usr/ucb tools.
7998         Remove Sun as warning, obsolete.
7999         Move X11 header bug workaround here, update patches.
8000         (Specific, sparc-sun-solaris2*): Detail Sun as fix status.
8001         (Specific, sparc-sun-solaris2.7): Update patch 106950 status.
8002
8003 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
8004
8005         * errors.h (warning, error, fatal, internal_error): Don't mark
8006         with ATTRIBUTE_PRINTF_n.
8007         * toplev.h (internal_error, fatal_io_error, warning, error,
8008         pedwarn, pedwarn_with_file_and_line, warning_with_file_and_line,
8009         error_with_file_and_line, sorry, error_for_asm, warning_for_asm):
8010         Likewise.
8011
8012 Sun Sep 23 18:19:48 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8013
8014         * function.c (pop_function_context_from): var_refs_queue
8015         and temp slots now in GC memory.
8016         (mark_function_status, free_after_compilation): Likewise;
8017         also struct function now in GC memory.
8018         (assign_stack_temp_for_type): struct temp_slot now in GC memory.
8019         (combine_temp_slots): Likewise.
8020         (schedule_fixup_var_refs): var_refs_queue now in GC memory.
8021         (prepare_function_start): Use GC memory for struct function.
8022         (mark_temp_slot): Deleted.
8023         (gcc_mark_struct_function): struct function now in GC memory.
8024
8025         * fold-const.c (extract_muldiv, case PLUS_EXPR): Only adjust
8026         code for division, not modulus.
8027
8028         * rtl.def (MEM): Remove obsolete part of comment.
8029
8030 2001-09-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8031
8032         * c-format.c (init_function_format_info): Check __builtin_printf
8033         and __builtin_fprintf even if -ffreestanding.  Check C99 functions
8034         in gnu89 mode.
8035
8036 Sat Sep 22 09:09:32 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8037
8038         * c-common.c (format_attribute_table): Remove decl.
8039         * tree.h (format_attribute_table, lang_attribute_table): New decls.
8040         (lang_attribute_common): Likewise.
8041
8042         * function.c (fix_lexical_address): Use set_mem_alias_set.
8043         (expand_function_start): Likewise.
8044         * config/alpha/alpha.h (SETUP_INCOMING_VARARGS): Likewise.
8045
8046         * varasm.c (output_constant): Fix unused variable warning.
8047
8048         * attribs.c: New file, from c-common.c.
8049         (attribute_tables): Now four elements.
8050         (format_attribute_table, lang_attribute_common): New variables.
8051         (init_attributes): Reflect above changes.
8052         (handle_mode_attribute): Delete check for wider than uintmax.
8053         * c-common.c: Delete parts moved to attribs.c.
8054         (enum attrs): Deleted; unused.
8055         (c_format_attribute_table): New variable.
8056         (c_common_lang_init): Initialize format_attribute_table with it.
8057         * c-common.h (decl_attributes): Remove decl.
8058         * tree.h (decl_attribute): Move it to here.
8059         * Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
8060         (attribs.o): New rule.
8061
8062 2001-09-22  Andreas Jaeger  <aj@suse.de>
8063
8064         * builtins.c (c_getstr): Remove unused variable.
8065
8066 2001-09-21  Richard Henderson  <rth@redhat.com>
8067
8068         * reload1.c (reload): Use delete_insn instead of splatting
8069         NOTE_INSN_DELETED.
8070
8071 2001-09-21  Richard Henderson  <rth@redhat.com>
8072
8073         * reload.c (push_secondary_reload): Don't check for "=" in output
8074         constraint after ""->ALL_REGS check.
8075
8076 2001-09-21  Richard Henderson  <rth@redhat.com>
8077
8078         * predict.c (expected_value_to_br_prob): Use pc_set.
8079
8080         * optabs.c (init_one_libfunc): Gen a FUNCTION_DECL for use by
8081         ENCODE_SECTION_INFO; get SYMBOL_REF from make_decl_rtl.
8082
8083 2001-09-21  Richard Henderson  <rth@redhat.com>
8084
8085         * rtl.h (LCT_RETURNS_TWICE): New.
8086         * calls.c (emit_call_1): Set current_function_calls_setjmp for
8087         ECF_RETURNS_TWICE.
8088         (emit_library_call_value_1): Map LCT_RETURNS_TWICE
8089         to ECF_RETURNS_TWICE.
8090         * except.c (sjlj_emit_function_enter): Use LCT_RETURNS_TWICE for
8091         call to setjmp.
8092
8093         * unwind-sjlj.c: Invent the setjmp.h declarations if inhibit_libc.
8094
8095         * config/stormy16/stormy16.h (DONT_USE_BUILTIN_SETJMP): New.
8096         (JMP_BUF_SIZE): New.
8097
8098 2001-09-21  Richard Henderson  <rth@redhat.com>
8099
8100         * config/stormy16/stormy16.h (REG_CLASS_FROM_LETTER): Map 'd'
8101         to R8_REGS.
8102
8103 2001-09-21  Richard Henderson  <rth@redhat.com>
8104
8105         * tree.def (FDESC_EXPR): New.
8106         * expr.c (expand_expr): Handle it.
8107         * varasm.c (initializer_constant_valid_p): Likewise.
8108         (output_constant): Likewise.
8109         * defaults.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
8110         * config/ia64/ia64.h (TARGET_VTABLE_USES_DESCRIPTORS): New.
8111         (ASM_OUTPUT_FDESC): New.
8112         * doc/tm.texi: Document the new macros.
8113
8114 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
8115
8116         * cfgcleanup.c (merge_blocks_move_successor_nojumps): Don't leave
8117         ADDR_VEC or ADDR_DIFF_VEC jump insns as part of the basic block
8118         once merging is complete.
8119
8120 Fri Sep 21 11:20:12 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8121
8122         * integrate.c (allocate_initial_values): Eliminate unused arg warning.
8123
8124 21-09-2001  Richard Earnshaw  (reanrsha@arm.com)
8125
8126         * cfgcleanup.c (flow_find_cross_jump): Delete any REG_EQUAL notes
8127         that would be invalid after a merge.
8128
8129 Fri Sep 21 14:24:29 CEST 2001  Jan Hubicka  <jh@suse.cz>
8130
8131         * basic-block.h (flow_delete_insn, flow_delete_insn_chain): Kill.
8132         * cfg.c (delete_insn): Rename from ....; use remove_insn; do not
8133         remove some labels.
8134         (flow_delete_insn): This one.
8135         (delete_insn_chain): Rename from ...; do not care labels.
8136         (flow_delete_insn_chain): ... this one.
8137         (flow_delete_block): Remove the insns one BB has been expunged.
8138         (merge_blocks_nomove): Likewise.
8139         (try_redirect_by_replacing_jump): Use delete_insn[_chain]; do not care
8140         updating BB boundaries.
8141         (tidy_fallthru_edge): Likewise.
8142         (commit_one_edge_insertion): Likewise.
8143         * cfgbuild.c (find_basic_block): Likewise.
8144         (find_basic_blocks_1): Likewise.
8145         * cfgcleanup.c (merge_blocks_move_predecessor_nojumps): Likewise.
8146         (try_crossjump_to_edge): Likewise.
8147         (try_optimize_cfg): Likewise.
8148         * cse.c (delete_trivially_dead_insns): Likewise.
8149         * df.c (df_insn_delete): Likewise.
8150         * doloop.c (doloop_modify): Use delete_related_insns.
8151         * emit-rtl.c (try_split): Likewise.
8152         (remove_insn): Update BB boundaries.
8153         * expect.c (connect_post_landing_pads): Use delete_related_insns.
8154         * flow.c (delete_dead_jumptables): Use delete_insn[_chain]; do not care
8155         updating BB boundaries.
8156         (propagate_block_delete_insn): Likewise.
8157         (propagate_block_delete_libcall): Likewise.
8158         * function.c (delete_handlers): Use delete_related_insns.
8159         (thread_prologue_and_epilogue_insns): Likewise.
8160         * gcse.c (delete_null_pointer_checks): Use delete_related_insns.
8161         * genpeep.c (gen_peephole): Use delete_related_insns.
8162         * ifcvt.c (noce_process_if_block): Use delete_insn; do not care updating
8163         BB boundaries.
8164         (find_cond_trap): Likewise.
8165         * integrate.c (save_for_inline): Use delete_related_insns.
8166         (copy_insn_list): Likewise.
8167         * jump.c (pruge_linie_number_notes): Likewise.
8168         (duplicate_loop_exit_test): Likewise.
8169         (delete_computation): Likewise.
8170         (delete_related_insn): Rename from ...; use delete_insn
8171         (delete_insn): ... this one.
8172         (redirect_jump): Use delete_related_insns.
8173         * loop.c (scan_loop): Likewise.
8174         (move_movables): Likewise.
8175         (find_and_verify_loops): Likewise.
8176         (check_dbra_loop): Likewise.
8177         * recog.c (peephole2_optimize): Likewise.
8178         * reg-stack.c (delete_insn_for_stacker): Remove.
8179         (move_for_stack_reg): Use delete_insn.
8180         * regmove.c (combine_stack_adjustments_for_block): Likewise.
8181         * reload1.c (delete_address_reloads): Use delete_related_insns.
8182         (fixup_abnormal_edges): Use delete_insn.
8183         * recog.c (emit_delay_sequence): Use delete_related_insns.
8184         (delete_from-delay_slot): Likewise.
8185         (delete_scheduled_jump): likewise.
8186         (optimize_skip): Likewise.
8187         (try_merge_delay_insns): Likewise.
8188         (full_simple_delay_slots): Likewise.
8189         (fill_slots_from_thread): Likewise.
8190         (relax_delay_slots): Likewise.
8191         (make_return_insns): Likewise.
8192         (dbr_schedule): Likewise.
8193         * rtl.h (delete_insn): Rename to delete_related_insns.
8194         (delete_insn, delete_insn_chain): New prototypes.
8195         * ssa-ccp (sse_fast_dce):  Remove deleting of DEF, as it is done
8196         by df_insn_delete already.
8197         * ssa-dce.c (delete_insn_bb): Use delete_insn.
8198         * ssa.c (convert_from_ssa): Use delete_related_insns.
8199         * unroll.c (unroll_loop): Likewise.
8200         (calculate_giv_inc): Likewise.
8201         (copy_loop_body): Likewise.
8202
8203         * i386-protos.h (ix86_libcall_value, ix86_function_value,
8204         ix86_function_arg_regno_p, ix86_function_arg_boundary,
8205         ix86_return_in_memory, ix86_function_value): Declare.
8206         * i386.c (x86_64_int_parameter_registers, x86_64_int_return_registers):
8207         new static valurables.
8208         (x86_64_reg_class): New enum
8209         (x86_64_reg_class_name): New array.
8210         (classify_argument, examine_argument, construct_container,
8211          merge_classes): New static functions.
8212         (optimization_options): Enable flag_omit_frame_pointer and disable
8213         flag_pcc_struct_return on 64bit.
8214         (ix86_libcall_value, ix86_function_value,
8215         ix86_function_arg_regno_p, ix86_function_arg_boundary,
8216         ix86_return_in_memory, ix86_function_value): New global functions.
8217         (init_cumulative_args): Refuse regparm on x86_64, set maybe_vaarg.
8218         (function_arg_advance): Handle x86_64 passing conventions.
8219         (function_arg): Likewise.
8220         * i386.h (FUNCTION_ARG_BOUNDARY): New macro.
8221         (RETURN_IN_MEMORY): Move offline.
8222         (FUNCTION_VALUE, LIBCALL_VALUE): Likewise.
8223         (FUNCTION_VALUE_REGNO_P): New macro.
8224         (FUNCTION_ARG_REGNO_P): Move offline.
8225         (struct ix86_args): Add maybe_vaarg.
8226         * next.h (FUNCTION_VALUE_REGNO_P): Delete.
8227         * unix.h (FUNCTION_VALUE_REGNO_P): Delete.
8228
8229 2001-09-21  Hartmut Penner  <hpenner@de.ibm.com>
8230
8231         * s390.md: Changed attributes for scheduling.
8232         * s390.c: (s390_adjust_cost, s390_adjust_priority)
8233         Changed scheduling
8234
8235 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
8236
8237         Table-driven attributes.
8238         * c-decl.c, config/alpha/alpha.c, config/arc/arc.c,
8239         config/arm/arm.c, config/arm/pe.c, config/avr/avr.c,
8240         config/avr/avr.h, config/d30v/d30v.h, config/fr30/fr30.h,
8241         config/h8300/h8300.c, config/i386/cygwin.h, config/i386/winnt.c,
8242         config/m32r/m32r.c, config/mcore/mcore.c, config/sh/sh.c,
8243         config/stormy16/stormy16.h, config/v850/v850.c, doc/c-tree.texi,
8244         doc/tm.texi, ggc-common.c, integrate.c, print-tree.c, tree.c,
8245         tree.h: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
8246         * tree.h (struct tree_decl): Change machine_attributes to
8247         attributes.
8248         * doc/c-tree.texi: Document that all attributes are now attached
8249         to decls and types.
8250         * c-common.c (add_attribute, attrtab, attrtab_idx,
8251         default_valid_lang_attribute, valid_lang_attribute): Remove.
8252         (attribute_tables, attributes_initialized,
8253         c_common_attribute_table, default_lang_attribute_table): New
8254         variables.
8255         (handle_packed_attribute, handle_nocommon_attribute,
8256         handle_common_attribute, handle_noreturn_attribute,
8257         handle_unused_attribute, handle_const_attribute,
8258         handle_transparent_union_attribute, handle_constructor_attribute,
8259         handle_destructor_attribute, handle_mode_attribute,
8260         handle_section_attribute, handle_aligned_attribute,
8261         handle_weak_attribute, handle_alias_attribute,
8262         handle_no_instrument_function_attribute,
8263         handle_no_check_memory_usage_attribute, handle_malloc_attribute,
8264         handle_no_limit_stack_attribute, handle_pure_attribute): New
8265         functions.
8266         (init_attributes, decl_attributes): Rewrite to implement
8267         table-driven attributes.
8268         * c-common.h (enum attribute_flags): Move to tree.h.
8269         * c-format.c (decl_handle_format_attribute,
8270         decl_handle_format_arg_attribute): Rename to
8271         handle_format_attribute and handle_format_arg_attribute.  Update
8272         for table-driven attributes.
8273         * c-common.h (decl_handle_format_attribute,
8274         decl_handle_format_arg_attribute): Remove prototypes.
8275         (handle_format_attribute, handle_format_arg_attribute): Add
8276         prototypes.
8277         * c-decl.c (grokdeclarator): Handle attributes nested inside
8278         declarators.
8279         * c-parse.in (setattrs, maybe_setattrs): Remove.
8280         (maybe_type_quals_setattrs): Rename to maybe_type_quals_attrs.
8281         Update to handle nested attributes properly.
8282         (maybe_resetattrs, after_type_declarator,
8283         parm_declarator_nostarttypename, notype_declarator, absdcl1_noea,
8284         absdcl1_ea, direct_absdcl1): Update to handle nested attributes
8285         properly.
8286         (make_pointer_declarator): Update to handle nested attributes
8287         properly.
8288         * doc/extend.texi: Update documentation of limits of attributes
8289         syntax.  Warn about problems with attribute semantics in C++.
8290         * target.h (struct target): Remove valid_decl_attribute and
8291         valid_type_attribute.  Add attribute_table and
8292         function_attribute_inlinable_p.
8293         * target-def.h (TARGET_VALID_DECL_ATTRIBUTE,
8294         TARGET_VALID_TYPE_ATTRIBUTE): Remove.
8295         (TARGET_ATTRIBUTE_TABLE, TARGET_FUNCTION_ATTRIBUTE_INLINABLE_P):
8296         Add.
8297         (TARGET_INITIALIZER): Update.
8298         * integrate.c (FUNCTION_ATTRIBUTE_INLINABLE_P): Remove default
8299         definition.
8300         (function_attribute_inlinable_p): New function.  Check for the
8301         presence of any machine attributes before using
8302         targetm.function_attribute_inlinable_p.
8303         (function_cannot_inline_p): Update.
8304         * Makefile.in (integrate.o): Update dependencies.
8305         * doc/tm.texi: Update documentation of target attributes and
8306         example definition of TARGET_VALID_TYPE_ATTRIBUTE.
8307         * tree.c (default_valid_attribute_p, valid_machine_attribute):
8308         Remove.
8309         (default_target_attribute_table,
8310         default_function_attribute_inlinable_p): New.
8311         (lookup_attribute): Update comment to clarify handling of multiple
8312         attributes with the same name.
8313         (merge_attributes, attribute_list_contained): Allow multiple
8314         attributes with the same name but different arguments to appear in
8315         the same attribute list.
8316         * tree.h (default_valid_attribute_p): Remove prototype.
8317         (struct attribute_spec): New.
8318         (default_target_attribute_table): Declare.
8319         (enum attribute_flags): Move from c-common.h.  Add
8320         ATTR_FLAG_TYPE_IN_PLACE.
8321         (default_function_attribute_inlinable_p): Declare.
8322         * config/alpha/alpha.c (vms_valid_decl_attribute_p): Remove.
8323         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8324         (TARGET_ATTRIBUTE_TABLE): Define.
8325         (vms_attribute_table): New.
8326         * config/arc/arc.c (arc_valid_decl_attribute): Remove.
8327         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8328         (TARGET_ATTRIBUTE_TABLE): Define.
8329         (arc_attribute_table, arc_handle_interrupt_attribute): New.
8330         * config/arm/arm.c (arm_valid_type_attribute_p,
8331         arm_valid_decl_attribute_p, arm_pe_valid_decl_attribute_p):
8332         Remove.
8333         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
8334         define.
8335         (TARGET_ATTRIBUTE_TABLE): Define.
8336         (arm_attribute_table, arm_handle_fndecl_attribute,
8337         arm_handle_isr_attribute): New.
8338         * config/avr/avr.c (avr_valid_type_attribute,
8339         avr_valid_decl_attribute): Remove.
8340         (TARGET_VALID_DECL_ATTRIBUTE, TARGET_VALID_TYPE_ATTRIBUTE): Don't
8341         define.
8342         (TARGET_ATTRIBUTE_TABLE): Define.
8343         (avr_attribute_table, avr_handle_progmem_attribute,
8344         avr_handle_fndecl_attribute): New.
8345         * config/c4x/c4x.c (c4x_valid_type_attribute_p): Remove.
8346         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8347         (TARGET_ATTRIBUTE_TABLE): Define.
8348         (c4x_attribute_table, c4x_handle_fntype_attribute): New.
8349         * config/h8300/h8300.c (h8300_valid_decl_attribute): Remove.
8350         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8351         (TARGET_ATTRIBUTE_TABLE): Define.
8352         (h8300_attribute_table, h8300_handle_fndecl_attribute,
8353         h8300_handle_eightbit_data_attribute,
8354         h8300_handle_tiny_data_attribute): New.
8355         * config/i386/i386-protos.h (ix86_valid_type_attribute_p,
8356         i386_pe_valid_decl_attribute_p, i386_pe_valid_type_attribute_p):
8357         Remove prototypes.
8358         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New
8359         declarations.
8360         * config/i386/i386.c (ix86_valid_type_attribute_p: Remove.
8361         (TARGET_VALID_TYPE_ATTRIBUTE, TARGET_VALID_DECL_ATTRIBUTE): Don't
8362         define.
8363         (TARGET_ATTRIBUTE_TABLE): Define.
8364         (ix86_attribute_table, ix86_handle_cdecl_attribute,
8365         ix86_handle_regparm_attribute): New.
8366         * config/i386/winnt.c (i386_pe_valid_decl_attribute_p,
8367         i386_pe_valid_type_attribute_p): Remove.
8368         (ix86_handle_dll_attribute, ix86_handle_shared_attribute): New.
8369         * config/ia64/ia64.c (ia64_valid_type_attribute): Remove.
8370         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8371         (TARGET_ATTRIBUTE_TABLE): Define.
8372         (ia64_attribute_table): New.
8373         * config/m32r/m32r.c (m32r_valid_decl_attribute, interrupt_ident1,
8374         interrupt_ident2, model_ident1, model_ident2): Remove.
8375         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8376         (TARGET_ATTRIBUTE_TABLE): Define.
8377         (init_idents): Update.
8378         (m32r_attribute_table, m32r_handle_model_attribute): New.
8379         * config/m68hc11/m68hc11.c (m68hc11_valid_type_attribute_p):
8380         Remove.
8381         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8382         (TARGET_ATTRIBUTE_TABLE): Define.
8383         (m68hc11_attribute_table, m68hc11_handle_fntype_attribute): New.
8384         * config/mcore/mcore.c (mcore_valid_decl_attribute): Remove.
8385         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8386         (TARGET_ATTRIBUTE_TABLE): Define.
8387         (mcore_attribute_table, mcore_handle_naked_attribute): New.
8388         * config/ns32k/ns32k.c (ns32k_valid_type_attribute_p): Remove.
8389         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8390         (TARGET_ATTRIBUTE_TABLE): Define.
8391         (ns32k_attribute_table, ns32k_handle_fntype_attribute): New.
8392         * config/rs6000/rs6000.c (rs6000_valid_type_attribute_p): Remove.
8393         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define.
8394         (TARGET_ATTRIBUTE_TABLE): Define.
8395         (rs6000_attribute_table, rs6000_handle_longcall_attribute): New.
8396         * config/sh/sh.c (sh_valid_decl_attribute): Remove.
8397         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8398         (TARGET_ATTRIBUTE_TABLE): Define.
8399         (sh_attribute_table, sh_handle_interrupt_handler_attribute,
8400         sh_handle_sp_switch_attribute, sh_handle_trap_exit_attribute):
8401         New.
8402         * config/stormy16/stormy16.c (stormy16_valid_type_attribute):
8403         Remove.
8404         (TARGET_VALID_TYPE_ATTRIBUTE): Don't define
8405         (TARGET_ATTRIBUTE_TABLE): Define.
8406         (stormy16_attribute_table, stormy16_handle_interrupt_attribute):
8407         New.
8408         * config/v850/v850.c (v850_valid_decl_attribute): Remove.
8409         (TARGET_VALID_DECL_ATTRIBUTE): Don't define.
8410         (TARGET_ATTRIBUTE_TABLE): Define.
8411         (v850_attribute_table, v850_handle_interrupt_attribute,
8412         v850_handle_data_area_attribute): New.
8413         * config/v850/v850-c.c (mark_current_function_as_interrupt):
8414         Return void.  Call decl_attributes instead of
8415         valid_machine_attribute.
8416
8417 Fri Sep 21 01:49:41 2001  J"orn Rennecke <amylaar@redhat.com>
8418
8419         * sh-protos.h (sh_pr_n_sets): Declare.
8420         * sh.c (calc_live_regs): If the initial value for PR has been copied,
8421         look at the copy to determine if PR needs to be saved.
8422         sh_pr_n_sets: New function.
8423         * sh.h (RETURN_ADDR_RTX): Use get_hard_reg_initial_val.
8424         (ALLOCATE_INITIAL_VALUE): Define.
8425
8426         * sh.c (initial_elimination_offset):
8427         Fix RETURN_ADDRESS_POINTER_REGNUM case.
8428
8429 Fri Sep 21 01:13:56 2001  J"orn Rennecke <amylaar@redhat.com>
8430
8431         * integrate.c (allocate_initial_values): New function.
8432         * integrate.h (allocate_initial_values): Declare.
8433         * local-alloc.c (local_alloc): Move call to allocate_reg_info from
8434         here...
8435         * reload1.c (reload): And initialization of reg_equiv_memory_loc
8436         from here...
8437         * toplev.c (rest_of_compilation): To here.
8438         Call allocate_initial_values.
8439         * tm.texi: add description for ALLOCATE_INITIAL_VALUE.
8440
8441 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8442
8443         * ggc-page.c (ggc_marked_p): Properly convert return to boolean.
8444
8445 2001-09-20  DJ Delorie  <dj@redhat.com>
8446
8447         * c-typeck.c (really_start_incremental_init): Discriminate
8448         between zero-length arrays and flexible arrays.
8449         (push_init_level): Detect zero-length arrays and handle them
8450         like fixed-sized arrays.
8451         * expr.c (store_constructor): Handle zero-length arrays and
8452         flexible arrays correctly.
8453         * doc/extend.texi: Update zero-length array notes.
8454
8455 2001-09-20  Jim Wilson  <wilson@redhat.com>
8456
8457         * config/ia64/ia64.c (itanium_split_issue): Allow max 2 FP per cycle.
8458         (insn_matches_slot): Handle TYPE_L and TYPE_X slots when checking
8459         for issue port conflicts.
8460         (cycle_end_fill_slots): TYPE_L instructions take two slots.
8461
8462 2001-09-20  Andrew MacLeod  <amacleod@redhat.com>
8463
8464         * testsuite/gcc.c-torture/execute/990208-1.x: New. XFAIL at -O3
8465         on ia64.
8466
8467 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8468
8469         * fold-const.c (hashtab.h): Include.
8470         (int_const_binop): Remove FORSIZE arg and compute from type; all
8471         callers changed.
8472         Call size_int_type_wide for all single-word constants.
8473         (size_htab_hash, size_htab_eq): New functions.
8474         (size_int_type_wide): Rework to use hash table.
8475         * ggc-common.c (hashtab.h): Include.
8476         (struct d_htab_root): New struct.
8477         (d_htab_roots): New variable.
8478         (ggc_add_deletable_htab, ggc_htab_delete): New functions
8479         (ggc_mark_roots): Handle deletable htabs.
8480         * ggc-page.c (ggc_marked_p): New function.
8481         * ggc-simple.c (ggc_marked_p): Likewise.
8482         * ggc.h: Reformatting throughout.
8483         (ggc_marked_p, ggc_add_deletable_htab): New declarations.
8484         * tree.c (init_obstacks): Make type_hash_table a deletable root.
8485         (type_hash_add): Allocate struct type_hash from GC memory.
8486         (mark_hash_entry, mark_type_hash): Deleted.
8487         (type_hash_marked_p, type_hash_mark): New functions.
8488         * Makefile.in (ggc-common.o, fold-const.o): Include hashtab.h.
8489
8490 Thu Sep 20 12:49:34 2001  J"orn Rennecke <amylaar@redhat.com>
8491
8492         * sh.c (shiftcosts): Don't use shiftcosts array for modes wider
8493         than SImode.
8494
8495 Thu Sep 20 09:00:27 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8496
8497         * stor-layout.c (layout_type, case ARRAY_TYPE): Kludge to disable
8498         array-too-large test for signed sizetype.
8499
8500 Thu Sep 20 12:19:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
8501
8502         * i386.md (indirect_jump): Allow Pmode operand.
8503         (tablejump): LIkewise; perform expansion to 64bit mode.
8504         * i386.c (symbolic_operand): Allow 64bit PIC references.
8505         (pic_symbolic_operand): Likewise.
8506         (ix86_find_base_term): Strip the 64bit PIC references.
8507         (legitimate_pic_address_disp_p): Handle 64bit PIC.
8508         (legitimize_pic_address): Likewise.
8509         (i386_simplify_dwarf_addr): Strip down the 64bit PIC references.
8510         * i386.h (CASE_VECTOR_MODE): Set to SImode for 64bit PIC compilation.
8511
8512 2001-09-19  Alexandre Petit-Bianco  <apbianco@redhat.com>
8513
8514         * stringpool.c (get_identifier_with_length): New function.
8515         * tree.h (get_identifier_with_length): New prototype.
8516
8517 2001-09-19  Alan Modra  <amodra@bigpond.net.au>
8518             David Edelsohn  <edelsohn@gnu.org>
8519
8520         Revert:
8521         * config/rs6000/rs6000.c (logical_operand): CONST_INTs are
8522         already sign-extended.
8523
8524         * config/rs6000/aix.h (INIT_TARGET_OPTABS): Define TFmode handlers.
8525         * config/rs6000/rs6000.c (logical_operand): Always compare op as
8526         HOST_WIDE_INT.
8527         (rs6000_emit_set_long_const): Avoid unnecessary shift.
8528         (output_profile_hook): Declare label_name const.
8529         * config/rs6000/rs6000.md (boolcsi3, boolcdi3): Change predicates
8530         to match constraints.
8531
8532 2001-09-19  Stan Shebs  <shebs@apple.com>
8533
8534         * alias.c: Fix typos in comments.
8535         * sched-rgn.c (init_ready_list): Ditto.
8536         * unwind-dw2.c (uw_frame_state_for): Ditto.
8537         * unwind-dw2-fde.c (_Unwind_Find_FDE): Ditto.
8538         * unwind.inc (_Unwind_RaiseException_Phase2): Ditto.
8539         * config/rs6000/rs6000.c (rs6000_adjust_priority): Ditto.
8540
8541 2001-09-19  Richard Henderson  <rth@redhat.com>
8542
8543         * cfg.c (force_nonfallthru_and_redirect): Handle redirecting
8544         to the exit block.
8545         * Makefile.in (cfg.o): Depend on TM_P_H.
8546
8547 2001-09-19  Richard Henderson  <rth@redhat.com>
8548
8549         * config/alpha/alpha.c (local_symbol_p): Split out from ...
8550         (local_symbolic_operand): ... here.
8551         (small_symbolic_operand): Check mode.
8552         (global_symbolic_operand): New.
8553         (input_operand): Reject symbolics if explicit relocs.
8554         (call_operand): Tidy.
8555         (alpha_legitimize_address): Use movdi_er_high_g.
8556         (alpha_expand_mov): Likewise.
8557         * config/alpha/alpha-protos.h: Update.
8558         * config/alpha/alpha.h (PREDICATE_CODES): Update.
8559         * config/alpha/alpha.md (UNSPEC_LITERAL, UNSPEC_LITUSE): New.
8560         (UNSPEC_LDGP2, UNSPECV_PLDGP2): New.
8561         (UNSPECV_LDGP2): Remove.
8562         (all call patterns): Use 's' not 'i' for symbolic constraint.
8563         (call_osf call_value_osf): Use call_operand.
8564         (all osf call patterns): Use $gp.  New peepholes for explicit relocs.
8565         (movdi_er_nofix, movdi_er_fix): Remove symbolic alternative.
8566         (prologue_ldgp_1_er): Remove.
8567         (ldgp_er_1, ldgp_er_2, prologue_ldgp_er_2): New.
8568         (builtin_setjmp_receiver_er patterns): Use them.
8569         (exception_receiver_er): Likewise.
8570
8571 2001-09-19  Richard Henderson  <rth@redhat.com>
8572
8573         * cfgbuild.c (find_sub_basic_blocks): Handle insns that can throw.
8574
8575         * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
8576         and NON_LOCAL_GOTO notes.
8577         * recog.c (peephole2_optimize): Likewise.  Handle EH_REGION;
8578         copy over CALL_INSN_FUNCTION_USAGE.
8579
8580 2001-09-18  Catherine Moore  <clm@redhat.com>
8581
8582         * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN):
8583         Define as 0.
8584
8585 2001-09-18  Ulrich Weigand  <uweigand@de.ibm.com>:
8586
8587         * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to
8588         new-style tm_file specification.  Specify correct tm_p_file,
8589         md_file, and out_file for s390x.
8590
8591         * config/s390/linux.h, linux64.h:  Don't include other target
8592         macro header files.  Now handled via tm_file.
8593
8594         * config/s390/linux.h, s390.h:  (IEEE_FLOAT, TARGET_IEEE_FLOAT,
8595         TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they
8596         are defined before use.
8597
8598 Tue Sep 18 09:51:11 2001  Eric Christopher  <ecechristo@redhat.com>
8599
8600         * config/mips/mips.c (mips_asm_file_start): Conditionalize Elf
8601         code generation only for Gnu assembler.
8602
8603 2001-09-18  Catherine Moore  <clm@redhat.com>
8604
8605         * config/stormy16 (LIB_SPEC): Remove -lnosys.
8606
8607 2001-09-18  Richard Sandiford  <rsandifo@redhat.com>
8608
8609         * config/mips/mips.c (mips_frame_set): New.
8610         (mips_emit_frame_related_store): When storing two 32-bit FPRs, use
8611         a parallel frame-related expression with a set for each register.
8612
8613 2001-09-18  Philip Blundell  <philb@gnu.org>
8614
8615         * config/arm/lib1funcs.asm (L_dvmd_lnx): Don't rely on kernel
8616         header files.
8617
8618 2001-09-17  Dale Johannesen  <dalej@apple.com>
8619
8620         * config/rs6000/rs6000.h (FIXED_REGISTERS): Use FIXED_R2.
8621         * config/rs6000/aix.h (FIXED_R2): Define.
8622         * config/rs6000/darwin.h (FIXED_R2): Define.
8623         * config/rs6000/sysv4.h (FIXED_R2): Define.
8624
8625 2001-09-17  Jeff Sturm  <jsturm@one-point.com>
8626
8627         * except.c (dw2_build_landing_pads): New local
8628         clobbers_hard_regs.  Emit an ASM_INPUT as a scheduling
8629         barrier after clobbers.  Fixes c++/4012.
8630
8631 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8632
8633         * gcc.c (find_file): Use ACONCAT in lieu of alloca/strcpy/strcat.
8634
8635 2001-09-17  Joseph S. Myers  <jsm28@cam.ac.uk>
8636
8637         * dostage2, dostage3, listing, make-l2.com, makefile.vms,
8638         patch-apollo-includes, vmsconfig.com: Remove obsolete files.
8639
8640 2001-09-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8641
8642         * c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
8643         alloca/strcpy.
8644
8645 2001-09-17  Neil Booth  <neil@daikokuya.demon.co.uk>
8646
8647         * cpphash.h (_cpp_lex_direct): New.
8648         * cpplex.c (_cpp_lex_token): Update.
8649         (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
8650         and increment that pointer.
8651         * cppmacro.c (alloc_expansion_token): New.
8652         (lex_expansion_token): Lex macro expansion directly into
8653         macro storage.
8654
8655 2001-09-16  Brad Lucier  <lucier@math.purdue.edu>
8656
8657         * Makefile.in: Make rtl-error.o depend on $(CONFIG_H).
8658
8659 Sun Sep 16 21:59:46 CEST 2001  Jan hubicka  <jh@suse.cz>
8660
8661         * basic-block.h (free_bb_for_insn): Declare.
8662         * bb-reorder.c (label_for_bb): Use block_label.
8663         (emit_jump_to_block_after): Remove.
8664         (insert_intra_1): Do not update block_for_insn.
8665         (insert_inter_bb_scope_notes): Likewise; update bb->end
8666         * cfg.c (free_bb_for_insn): New.
8667         (try_rediret_by_replacing_jump): Avoid set_block_for_new_insns call.
8668         (force_nonfallthru_and_redirect): Likewise; do not update BB boundaries.
8669         (commit_one_edge_insertion): Likewise.
8670         (commit_one_edge_insertion): Do not update BB boundary.
8671         (commit_edge_insertions): Do not call compute_bb_for_insn.
8672         * cfgbuild.c (find_basic_blocks): Do not free basic_block_for_insn.
8673         * cfgcleanup.c (merge_blocks_move_predecessor): Use reorder_insns_nobb.
8674         (merge_blocks_move_successor_nojumps): Likewise.
8675         (try_crossjump_to_edge): Do not update block_for_insn.
8676         * combine.c (combine_instructions): Remove compute_bb_for_insn call.
8677         * df.c (df_pattern_emit_later): Do not update BB boundary.
8678         (df_jump_pattern_emit_after): Likewise.
8679         (df_insn_move_before): Use emit_insn_before.
8680         * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
8681          properly.
8682         (add_insn_after, add_insn_before, emit_insns_after): Update BB
8683         boundaries and basic_block_for_insn.
8684         (reorder_insns_nobb): Rename from reorder_insns.
8685         (reorder_insns): New.
8686         (emit_block_insn_before, emit_block_insn_after): Kill.
8687         * flow.c (check_function_return_warnings): Do not call
8688         compute_bb_for_insn; Do not free basic_block_for_insn.
8689         (attempt_auto_inc): Do not update basic_block_for_insn.
8690         * function.c (emit_return_into_block): Likewise;
8691         do not update BB boundaries.
8692         * gcse.c (handle_avail_expr): Do not update basic_block_for_insn.
8693         (insert_insn_end_bb): Use emit_insn_before; Likewise.
8694         (pre_insert_copy_insn): Likewise.
8695         (update_ld_motion_notes): Likewise.
8696         (insert_insn_start_bb): Likewise.
8697         (replace_store_insn): Likewise.
8698         * ifcvt.c (noce_process_if_block): Likewise.
8699         (if_convert): Do not call compute_bb_for_insn.
8700         * lcm.c (optimize_mode_switching): Do not update BB boundaries.
8701         Use emit_insn_before and emit_insn_after.
8702         * recog.c (split_all_insns): Do not update BB boundaries;
8703         Do not call compute_bb_for_insn.
8704         (peephole2_optimize): Do not update BB boundaries.
8705         * reg-stack.c (emit_pop_insn): Use emit_insn_after and
8706         emit_insn_before.
8707         (emit_swap_insn): Likewise.
8708         (convert_regs_1): Likewise.
8709         * reload1.c (reload): Call compute_bb_for_insn.
8710         * rtl.h (reorder_insns_nobb): Declare.
8711         * ssa.c (rename_equivalent_regs): Use emit_insn_before.
8712         * toplev.c (rest_of_compilation): Call free_bb_for_insn
8713         at places CFG is invalidated; do not call compute_bb_for_insn.
8714
8715         * cfg.c (expunge_block): Invalidate BB structure.
8716
8717         * (merge_blocks_nomove): Update properly BLOCK_FOR_INSN
8718         array.
8719
8720         * cfg.c (verify_flow_info): Verify the basic_block_for_insn array.
8721
8722 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8723
8724         * cpphash.h (_cpp_lex_token): Update prototype.
8725         * cpplex.c (_cpp_lex_token): New prototype.
8726         * cpplib.c (skip_rest_of_line, check_eol, _cpp_handle_directive,
8727         lex_macro_node, read_flag, do_pragma_poison): Update.
8728         * cppmacro.c (cpp_get_token, parse_params,
8729         lex_expansion_token): Update.
8730
8731 2001-09-16  Neil Booth  <neil@daikokuya.demon.co.uk>
8732
8733         * cppmain.c (scan_translation_unit): Don't worry about
8734         putting a space after hashes.
8735         * cpplib.c (directive_diagnostics): New.
8736         (_cpp_handle_directive): Update to use directive_diagnostics.
8737         (run_directive): Don't toggle prevent_expansion.
8738         (do_line): Backup in case of the line extension.
8739         * cpplib.h (cpp_lexer_pos): Remove.
8740         * cppmacro.c (_cpp_create_definition): Precede a leading #
8741         with whitespace.
8742
8743 2001-09-15  Richard Henderson  <rth@redhat.com>
8744
8745         * c-typeck.c (comptypes): Handle zero-length arrays properly.
8746
8747 2001-09-15  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8748
8749         * c-common.c (c_promoting_integer_type_p): Handle ?Imode types.
8750
8751 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8752
8753         PR preprocessor/3571
8754         * tradcpp.c (handle_directive): Skip non-vertical space.
8755
8756 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8757
8758         * cppmain.c (setup_callbacks): Set line callback only
8759         if outputting preprocessed source.
8760
8761 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8762
8763         * collect2.c (main): Const-ification.
8764         * gcc.c (translate_options, process_command): Use xstrdup in
8765         lieu of xmalloc/strcpy.
8766         (main): Use concat in lieu of xmalloc/strcpy/strcat.
8767
8768 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8769
8770         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Fix
8771         example.
8772
8773 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8774
8775         * scan-decls.c (scan_decls): Fix typo.
8776
8777 2001-09-15  Neil Booth  <neil@daikokuya.demon.co.uk>
8778
8779         * cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
8780         Split mlstring_pos into mls_line and mls_col.
8781         * cppinit.c (cpp_create_reader): Initialize line to 1.
8782         (cpp_destroy): Free tokenruns.
8783         (push_include): Don't update lexer_pos.
8784         * cpplex.c (unterminated, parse_string): Update.
8785         (lex_token): Don't update lexer_pos, update.
8786         * cpplib.c (if_stack): Save line instead of line + col.
8787         (start_directive, _cpp_do__Pragma, do_else, do_elif,
8788         push_conditional, _cpp_pop_buffer): Update.
8789         * cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
8790         (_cpp_create_definition): Update.
8791
8792 2001-09-15  Eric Christopher  <echristo@redhat.com>
8793
8794         * config/mips/abi64.h: Add support for MEABI.
8795
8796 2001-09-15  Eric Christopher  <echristo@redhat.com>
8797
8798         * config/mips/mips.md: Add unspec #2.
8799         (reload_indi): Use.
8800         (reload_outdi): Ditto.
8801         (reload_outsi): Ditto.
8802         (HILO_delay): New.
8803
8804 2001-09-15  Eric Christopher  <echristo@redhat.com>
8805             Jason Eckhardt  <jle@redhat.com>
8806
8807         * config.gcc: Add mipsisa32 target and mipsisa32-linux target.
8808         * config/mips/isa32-linux.h: New file.
8809         * config/mips/isa3264.h: Ditto.
8810         * config/mips/mips-protos.h: Add mips_hard_regno_nregs.
8811         * config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
8812         (output_block_mode): Support MEABI.
8813         (function_arg): Ditto. Fix floating point arg passing.
8814         (mips_va_start): Ditto.
8815         (override_options): Add isas 32 and 64, meabi, mips32 and mips64
8816         processors.
8817         (mips_asm_file_start): Add new section to pass abi to gdb.
8818         (function_arg_pass_by_reference): Support MEABI.
8819         (mips_parse_cpu): Support mips32 and mips64 processors.
8820         * config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
8821         TARGET_MIPS5KC.  Support isa32 and isa64.
8822         (processor_type): Add r4kc, r5kc, r20kc.
8823         (GENERATE_MULT3_SI): New.
8824         (GENERATE_MULT3_DI): Ditto.
8825         (GENERATE_MULT3): Remove.
8826         (ISA_HAS_64BIT_REGS): Add isa == 64.
8827         (ISA_HAS_8CC): Add mips_isa = 32 and 64.
8828         (ISA_HAS_MADD_MSUB): New.
8829         (ISA_HAS_CLZ_CLO): Ditto.
8830         (ISA_HAS_DCLZ_DCLO): Ditto.
8831         (ABI_GAS_ASM_SPEC): New.
8832         (GAS_ASM_SPEC): Use. Add support for mips32, mips64.
8833         (ASM_SPEC): Ditto.
8834         (LINK_SPEC): Ditto.
8835         (SUBTARGET_CC1_SPEC): Ditto.
8836         (SUBTARGET_CPP_SIZE_SPEC): Ditto.
8837         (PAD_VARARGS_DOWN): Support MEABI.
8838         (HARD_REGNO_NREGS): Move to mips.c.
8839         (ASM_OUTPUT_IDENT): Add #undef.
8840         * config/mips/mips.md: Add r4kc, r5kc, r20kc.
8841         (mulsi3): Use GENERATE_MULT3_SI.
8842         (mulsi3_mult3): Ditto.  Support mips32, mips64.
8843         (mul_acc_si): Use ISA_HAS_MADD_MSUB.
8844         (mul_sub_si): New pattern.
8845         (unnamed splitters): New.
8846         (muldi3): Use GENERATE_MULT3_DI.
8847         (muldi3_internal2): Ditto.
8848         (movdicc): Support mips32.
8849         * config/mips/t-isa3264: New file.
8850
8851 2001-09-15  Hans-Peter Nilsson  <hp@axis.com>
8852
8853         * rtl.h (FIND_REG_INC_NOTE) [HAVE_PRE_INCREMENT
8854         || HAVE_PRE_DECREMENT || HAVE_POST_INCREMENT
8855         || HAVE_POST_DECREMENT]: Call find_regno_note for REGs.
8856
8857         * reorg.c (fill_slots_from_thread): After call to
8858         steal_delay_list_from_target, update own_thread as new_thread may
8859         have branched.
8860
8861 2001-09-14  Neil Booth  <neil@daikokuya.demon.co.uk>
8862
8863         * cpperror.c (print_location): Take line and column, for
8864         default positioning use the previously lexed token.
8865         (_cpp_begin_message): Take line and column.
8866         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
8867         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
8868         * cpphash.h (_cpp_begin_message): Update prototype.
8869         * cppinit.c (push_include): Don't set output line.
8870         * cpplex.c (_cpp_lex_token): Callback for start of new output lines.
8871         * cpplib.c (do_diagnostic, _cpp_pop_buffer): Update.
8872         (do_pragma): Kludge for front ends.  Don't expand macros at all.
8873         * cpplib.h (cpp_lookahead, cpp_token_with_pos, cpp_get_line): Remove.
8874         (struct cpp_token): Remove output_line.
8875         (struct cpp_callbacks): New member line_change.
8876         * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
8877         cpp_get_token): Preserve BOL flag.
8878         (cpp_get_line): Remove.
8879         (_cpp_backup_tokens): Remove useless abort().
8880         * cppmain.c (cb_line_change): New.
8881         (scan_translation_unit): Don't worry about starting new lines here.
8882         * scan-decls.c (scan_decls): Update.
8883         * c-lex.c (c_lex, init_c_lex): Update.
8884         (cb_line_change, src_lineno): New.
8885
8886 Fri Sep 14 13:54:50 EDT 2001  John Wehle  (john@feith.com)
8887
8888         * tree.c (append_random_chars): Generate the random
8889         characters in a reproducable fashion.
8890
8891 2001-09-14  Richard Henderson  <rth@redhat.com>
8892
8893         * config/i386/i386.c (internal_label_prefix): New.
8894         (internal_label_prefix_len): New.
8895         (override_options): Set them.
8896         (local_symbolic_operand): New.
8897         (legitimate_pic_address_disp_p): Use it.
8898         (legitimize_pic_address): Likewise.
8899
8900 2001-09-14  Marc Espie <espie@openbsd.org>
8901
8902         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK):  Generate reference to GOT
8903         correctly.
8904
8905 2001-09-14  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
8906
8907         * config/alpha/alpha.md (unaligned_extendhidi_be): Fix.
8908         * config/alpha/unicosmk.h (INIT_TARGET_OPTABS): New.
8909
8910 2001-09-14  Nick Clifton  <nickc@cambridge.redhat.com>
8911
8912         * rtlanal.c (subreg_regno_offset): Add semicolon to end of
8913         invocation of SUBREG_REGNO_OFFSET.
8914
8915         * haifa-sched.c: Fix typo in FSF copyright statement.
8916         * sched-deps.c: Fix typo in FSF copyright statement.
8917         * sched-ebb.c: Fix typo in FSF copyright statement.
8918         * sched-rgn.c: Fix typo in FSF copyright statement.
8919         * sched-vis.c: Fix typo in FSF copyright statement.
8920
8921         * config.gcc: Move inclusion of arm elf specific header files
8922         from the files themselves into the tm_file variable.  Make
8923         sure that elfos.h is included before target specific elf
8924         headers.
8925         * config/arm/aout.h (NO_DOLLAR_IN_LABEL): Only define if not
8926         already defined.
8927         (ASM_OUTPUT_ASCII, ASM_OUTPUT_SKIP): Protect definition.
8928         * config/arm.arm.h (TARGET_MEM_FUNCTIONS,
8929         ASM_OUTPUT_CASE_LABEL): Protect definition.
8930         (CC1_SPEC, FP_DEFAULT, ARM_FUNCTION_PROFILE): Only define if
8931         not already defined.
8932         * config/arm/conix-elf.h: (USER_LABEL_PREFIX,
8933         LOCAL_LABEL_PREFIX, MAKE_DECL_ONE_ONLY, UNIQUE_SECTION):
8934         Remove duplicate definition.
8935         (READONLY_DATA_SECTION, SUBTARGET_EXTRA_SECTION,
8936         (SUBTARGET_EXTRA_SECTION_FUNCTION, RDATA_SECTION_ASM_OP,
8937         (RDATA_SECTION_FUNCTION): Remove redundant definition.
8938         (STARTFILE_SPEC, ENDFILE_SPEC): Protect definition.
8939         Remove inclusion of arm/elf.h.
8940         * config/arm/unknown-elf.h: as for conix-elf.h.
8941         (STARTFILE_SPEC): Include crti.o and crtn.o.
8942         * config/arm/linux-elf.h: as for conix-elf.h.
8943         * config/arm/ecos-elf.h: Remove inclusion of unknown-elf.h.
8944         * config/arm/strongarm-elf.h: Remove inclusion of
8945         unknown-elf.h.
8946         * config/arm/xscale-elf.h: Remove inclusion of unknown-elf.h.
8947         * config/arm/unknown-elf-oabi.h: Remove inclusion of
8948         unknown-elf.h and elf.h.
8949         * config/arm/uclinux-elf.h: Remove inclusion of linux-elf.h.
8950         * config/arm/linux-gas.h (DBX_DEBUGGING_INFO,
8951         ASM_WEAKEN_LABEL): Remove redundant definition.
8952         * config/arm/elf.h: Test for inclusion of elfos.h
8953         (USER_LABEL_PREFIX, ASM_DECLARE_RESULT, ASM_DECLARE_RESULT,
8954         ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT_NAME,
8955         SUBTARGET_EXTRA_SECTION, SUBTARGET_EXTRA_SECTION_FUNCTION,
8956         EXTRA_SECTIONS, INT_ASM_OP, ASM_WEAKEN_LABEL): Remove
8957         redundant definition.
8958         (TYPE_OPERAND_FMT, ASM_DECLARE_FUNCTION_NAME,
8959         ASM_DECLARE_FUNCTION_SIZE, ASM_OUTPUT_INTERNAL_LABEL,
8960         ASM_OUTPUT_ALIGNED_COMMON): Protect definition.
8961         * t-arm-elf (EXTRA_MULTILIB_PARTS): Add crti.o and crtn.o.
8962         Add rules to build crti.o and crtn.o
8963         * crti.asm: New file.
8964         * crtn.asm: New file.
8965
8966 2001-09-13  Neil Booth  <neil@daikokuya.demon.co.uk>
8967
8968         * c-parse.in (_yylex): Use _cpp_backup_tokens.
8969         * cpphash.h (struct tokenrun): Add prev.
8970         (struct lexer_state): Remove bol.
8971         (struct cpp_reader): Remove old lookahead stuff, add lookaheads.
8972         (_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
8973         : Remove.
8974         * cppinit.c (cpp_create_reader): Don't set bol.
8975         (cpp_destroy): Don't free lookaheads.
8976         * cpplex.c (lex_directive): Remove.
8977         (next_tokenrun): Update.
8978         (_cpp_lex_token): Clean up logic.
8979         (lex_token): Update to return a pointer to lexed token, since it
8980         can move to the start of the buffer.  Simpify newline handling.
8981         * cpplib.c (SEEN_EOL): Update.
8982         (skip_rest_of_line): Remove lookahead stuff.
8983         (end_directive): Line numbers are already incremented.  Revert
8984         to start of lexed token buffer if we can.
8985         (_cpp_handle_directive, do_pragma, do_pragma_dependency,
8986         parse_answer): Use _cpp_backup_tokens.
8987         (run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
8988         instead.  Don't check for EOL.
8989         (do_include_common, do_line, do_pragma_system_header): Use
8990         skip_rest_of_line.
8991         * cpplib.h (BOL, _cpp_backup_tokens): New.
8992         * cppmacro.c (save_lookahead_token, take_lookahead_token,
8993         alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
8994         cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
8995         (builtin_macro): Don't use cpp_get_line.
8996         (cpp_get_line): Short term kludge.
8997         (parse_arg): Handle directives in arguments here.  Back up when
8998         appropriate.  Store EOF at end of argument list.
8999         (funlike_invocation_p): Use _cpp_backup_tokens.
9000         (push_arg_context): Account for EOF at end of list.
9001         (cpp_get_token): Remove lookahead stuff.  Update.
9002
9003 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9004
9005         * c-parse.in (yyerror): Const-ification and/or static-ization.
9006         * c-typeck.c (push_member_name): Likewise.
9007         * collect2.c (main): Likewise.
9008         * dbxout.c (dbxout_parms): Likewise.
9009         * diagnostic.c (format_with_decl): Likewise.
9010         * dwarf2out.c (output_ranges): Likewise.
9011         * dwarfout.c (fundamental_type_code): Likewise.
9012         * except.c (dw2_output_call_site_table): Likewise.
9013         * gcc.c (do_spec_1): Likewise.
9014         * genopinit.c (optabs): Likewise.
9015         * objc/objc-act.c (synth_id_with_class_suffix, start_class,
9016         gen_declaration_1, handle_impent): Likewise.
9017         * protoize.c (default_include, in_system_include_dir, abspath):
9018         Likewise.
9019         * sched-vis.c (visualize_stall_cycles): Likewise.
9020         * sdbout.c (plain_type_1, sdbout_end_function,
9021         sdbout_end_epilogue): Likewise.
9022         * varasm.c (decode_reg_name): Likewise.
9023
9024         * 1750a.c (mod_regno_adjust): Likewise.
9025         * alpha.c (alpha_write_one_linkage,
9026         unicosmk_output_default_externs): Likewise.
9027         * arm.c (arm_condition_codes): Likewise.
9028         * arm.h (arm_condition_codes): Likewise.
9029         * avr.c (output_movsisf, encode_section_info): Likewise.
9030         * darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
9031         Likewise.
9032         * i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
9033         * i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
9034         * m88k.c (output_function_profiler): Likewise.
9035         * mips.c (mips_output_conditional_branch): Likewise.
9036         * ns32k.c (ns32k_out_reg_names): Likewise.
9037         * ns32k.h (ns32k_out_reg_names): Likewise.
9038         * pj.c (pj_output_rval): Likewise.
9039         * rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
9040         * sparc.c (sparc_flat_function_prologue,
9041         sparc_flat_function_epilogue): Likewise.
9042
9043 2001-09-13  Markus Werle <numerical.simulation@web.de>
9044             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9045
9046         * doc/install.texi (Binaries): Add "Binaries for HP-UX 11.00 at
9047         Aachen University of Technology".
9048
9049 2001-09-13  Andreas Schwab  <schwab@suse.de>
9050
9051         * config/float-m68k.h: Define DECIMAL_DIG and FLT_EVAL_METHOD for
9052         C99.
9053
9054 2001-09-13  Richard Henderson  <rth@redhat.com>
9055
9056         * config/alpha/alpha.c (small_symbolic_operand): New.
9057         (override_options): Set MASK_SMALL_DATA based on pic/PIC.
9058         (some_operand, input_operand): Don't handle HIGH.
9059         (alpha_legitimize_address): Use it.  Emit HIGH with PLUS gp.
9060         (alpha_expand_mov): Likewise.
9061         (print_operand) [H]: Just print HIGH symbol.
9062         (print_operand_address): Handle small data.
9063         * config/alpha/alpha.h (MASK_SMALL_DATA, TARGET_SMALL_DATA): New.
9064         (TARGET_SWITCHES): Add -msmall-data/large-data.
9065         (PIC_OFFSET_TABLE_REGNUM): New.
9066         (PREFERRED_RELOAD_CLASS): Don't handle HIGH.
9067         (PREDICATE_COES): Update.
9068         * config/alpha/alpha.md (adddi_er_high): New.
9069         (adddi_er_low): Handle small data.
9070         * config/alpha/elf.h (DO_SELECT_SECTION): If SMALL_DATA,
9071         prefer .sdata to .rodata.
9072         (SELECT_RTX_SECTION): Likewise.
9073
9074 2001-09-12  Josh Martin  <josh.martin@abq.sc.philips.com>
9075
9076         * fixinc/inclhack.def(hpux11_size_t): Keep HP-UX headers from
9077         defining __size_t and leaving size_t undefined.
9078
9079 2001-09-12  Diego Novillo  <dnovillo@redhat.com>
9080
9081         * basic-block.h (expunge_block): Declare.
9082         * cfg.c (expunge_block): Remove static declaration.
9083
9084 2001-09-12  Richard Henderson  <rth@redhat.com>
9085
9086         * integrate.c (copy_insn_list): Copy label name from
9087         NOTE_INSN_DELETED_LABEL.
9088
9089 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9090
9091         * c-common.c (c_tree_code_name): Const-ification.
9092         * c-decl.c (c_decode_option): Likewise.
9093         * c-typeck.c (warn_for_assignment): Likewise.
9094         * collect2.c (libexts, is_ctor_dtor, main, ignore_library):
9095         Likewise.
9096         * cppinit.c (output_deps): Likewise.
9097         * dependence.c (dependence_string, direction_string): Likewise.
9098         * dwarf2out.c (output_ranges): Likewise.
9099         * fixinc/fixfixes.c (emit_gnu_type): Likewise.
9100         * fixinc/gnu-regex.c (re_error_msgid): Likewise.
9101         * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
9102         standard_startfile_prefix, standard_startfile_prefix_1,
9103         standard_startfile_prefix_2, tooldir_base_prefix,
9104         standard_bindir_prefix, find_a_file): Likewise.
9105         * genattrtab.c (make_length_attrs): Likewise.
9106         * gencheck.c (tree_codes): Likewise.
9107         * genemit.c (gen_split): Likewise.
9108         * genrecog.c (special_mode_pred_table): Likewise.
9109         * graph.c (graph_ext): Likewise.
9110         * protoize (default_include): Likewise.
9111         * reload.c (reload_when_needed_name): Likewise.
9112         * sched-vis.c (visualize_stall_cycles): Likewise.
9113         * tlink.c (recompile_files): Likewise.
9114         * toplev.c (decode_g_option): Likewise.
9115         * tradcpp.c (output_deps): Likewise.
9116         * varasm.c (decode_reg_name): Likewise.
9117
9118         * arm.c (arm_condition_codes, strings_fpa, thumb_condition_code):
9119         Const-ification.
9120         * arm.md: Likewise.
9121         * avr.c (avr_regnames, encode_section_info): Likewise.
9122         * c4x.c (float_reg_names): Likewise.
9123         * darwin.h (ASM_GLOBALIZE_LABEL): Likewise.
9124         * elfos.h (const_section): Likewise.
9125         * i386.c (ix86_comp_type_attributes): Likewise.
9126         * i386/win32.h (STRIP_NAME_ENCODING): Likewise.
9127         * ia64/aix.h (UNIQUE_SECTION): Likewise.
9128         * ia64.c (type_names): Likewise.
9129         * m68hc11.c (reg_class_names): Likewise.
9130         * m88k.c (m_options): Likewise.
9131         * mips.c (mips_output_conditional_branch, mips_unique_section):
9132         Likewise.
9133         * rs6000/sysv4.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
9134         * sparc.c (sparc_flat_function_prologue, sparc_flat_function_epilogue,
9135         ultra_code_names): Likewise.
9136         * sparc.h (OVERRIDE_OPTIONS): Likewise.
9137
9138 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
9139
9140         * configure.in (gcc_cv_as_shf_merge): Fix a typo.
9141         Use --fatal-warnings option for gas.
9142         * configure: Rebuilt.
9143
9144 2001-09-12  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9145
9146         * doc/install.texi (Specific, alphaev5-cray-unicosmk*): Document.
9147
9148 2001-09-11  Jim Wilson  <wilson@redhat.com>
9149
9150         * alias.c (clear_reg_alias_info): Only handle pseudo registers.
9151
9152 2001-10-11  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9153
9154         * builtins.c (c_strlen): Treat an offset too large for a
9155         HOST_WIDE_INT as out of range.
9156
9157 Tue Sep 11 18:57:47 CEST 2001  Jan Hubicka  <jh@suse.cz>
9158
9159         * basic-block.h (EDGE_CRITICAL): Remove; renumber other flags.
9160         (EDGE_CRITICAL_P): New predicate.
9161         * cfg.c (force_nonfallthru_and_redirect, split_edge): Kill EDGE_CRITICAL
9162         handling.
9163         (insert_insn_on_edge): Use EDGE_CRITICAL_P.
9164         (dump_edge_info): Remove "crit".
9165         * cfganal.c (mark_critical_edges): Kill.
9166         * cfgbuild.c (find_basic_blocks): Remove mark_critical_edges call.
9167         * cfgcleanup.c (cleanup_cfg): Likewise.
9168         * profile.c (instrument_edges): Use EDGE_CRITICAL_P.
9169         (find_spanning_tree): Likewise.
9170         * reg-stack.c (convert_regs_1): Likewise.
9171         * ssa.c (mark_regs_equivalent_over_bad_edges): Likewise.
9172
9173         * basic-block.h (create_basic_block_structure): New.
9174         (create_basic_block): Update prototype.
9175         (force_nonfallthru): New.
9176         * bb-reorder.c (fixup_reorder_chain): Fixup use force_nonfallthru.
9177         * cfg.c (create_basic_block_structure): Rename from create_basic_block;
9178         handle updating of block_for_insn, creating of empty BBs and BBs at
9179         the end of INSN chain.
9180         (create_basic_block): New function.
9181         (split_block): Use create_basic_block.
9182         (force_nonfallthru_and_redirect): Break out from ...; cleanup
9183         (redirect_edge_and_branch_force): ... here.
9184         (force_nonfallthru): New.
9185         (split_edge): Rewrite to use force_nonfallthru and create_block.
9186         * cfgbuild.c (find_basic_blocks_1): Use create_basic_block_structure.
9187         (find_basic_blocks): Free basic_block_for_insn.
9188         * cfgcleanup.c (merge_blocks): Use force_nonfallthru.
9189
9190         * cfg.c: Fix formating.
9191         * cfgcleanup.c: Fix formating.
9192         (merge_blocks, tail_recursion_label_p): Return bool.
9193         (merge_blocks_move_predecessor_nojumps,
9194          merge_blocks_move_successor_nojumps): Return void.
9195
9196 2001-09-11  Jakub Jelinek  <jakub@redhat.com>
9197
9198         * configure.in: Check whether assembler supports section merging.
9199         * config.in: Rebuilt.
9200         * configure: Rebuilt.
9201         * varasm.c (variable_section, output_constant_pool): Pass alignment
9202         to SELECT_SECTION and SELECT_RTX_SECTION.
9203         (mergeable_string_section): New.
9204         (mergeable_constant_section): New.
9205         (default_elf_asm_named_section): Output SECTION_MERGE and
9206         SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
9207         * output.h (mergeable_string_section): New.
9208         (mergeable_constant_section): New.
9209         (SECTION_MERGE, SECTION_STRINGS, SECTION_ENTSIZE): Define.
9210         * toplev.c (flag_merge_constants): New.
9211         (f_options): Add -fmerge-constants and -fmerge-all-constants
9212         options.
9213         (toplev_main): Default to -fno-merge-constants if not optimizing.
9214         * flags.h (flag_merge_constants): Add extern.
9215         * invoke.texi (-fmerge-constants, -fmerge-all-constants): Document.
9216         * tm.texi (SELECT_SECTION, SELECT_RTX_SECTION): Document added third
9217         argument.
9218         * config/elfos.h (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START):
9219         Define if assembler has working .subsection -1 support.
9220         (SELECT_RTX_SECTION, SELECT_SECTION): Add third macro argument.
9221         Put constant into special SHF_MERGE sections if the linker should
9222         attempt to merge duplicates.
9223         * config/ia64/sysv4.h (SELECT_RTX_SECTION, SELECT_SECTION): Add third
9224         macro argument.
9225         Put constant into special SHF_MERGE sections if the linker should
9226         attempt to merge duplicates.
9227         * config/alpha/elf.h: Likewise.
9228         (ASM_SECTION_START_OP, ASM_OUTPUT_SECTION_START): Define if assembler
9229         has working .subsection -1 support.
9230         * config/nextstep.h: Add third argument to SELECT_RTX_SECTION and
9231         SELECT_SECTION.
9232         * config/svr3.h: Likewise.
9233         * config/darwin.h: Likewise.
9234         * config/arm/aof.h: Likewise.
9235         * config/arm/linux-elf.h: Likewise.
9236         * config/avr/avr.h: Likewise.
9237         * config/c4x/c4x.h: Likewise.
9238         * config/d30v/d30v.h: Likewise.
9239         * config/i386/dgux.h: Likewise.
9240         * config/i386/osfrose.h: Likewise.
9241         * config/i386/sco5.h: Likewise.
9242         * config/i386/svr3gas.h: Likewise.
9243         * config/ia64/aix.h: Likewise.
9244         * config/m32r/m32r.h: Likewise.
9245         * config/m68k/m68k.h: Likewise.
9246         * config/m88k/dgux.h: Likewise.
9247         * config/m88k/m88k.h: Likewise.
9248         * config/mcore/mcore-pe.h: Likewise.
9249         * config/mips/mips.h: Likewise.
9250         * config/pa/pa.h: Likewise.
9251         * config/pa/pa-linux.h: Likewise.
9252         * config/romp/romp.h: Likewise.
9253         * config/rs6000/sysv4.h: Likewise.
9254         * config/rs6000/xcoff.h: Likewise.
9255         * config/s390/linux.h: Likewise.
9256         * config/sparc/sparc.h: Likewise.
9257         * config/sparc/sysv4.h: Likewise.
9258         * config/stormy16/stormy16.h: Likewise.
9259         * config/v850/v850.h: Likewise.
9260         * config/vax/vms.h: Likewise.
9261         * config/arm/arm.c (arm_elf_asm_named_section): Output SECTION_MERGE
9262         and SECTION_STRINGS flags plus SECTION_ENTSIZE entity size.
9263         * config/sparc/sparc.c (sparc_elf_asm_named_section): Use
9264         default_elf_asm_named_section for SHF_MERGE sections.
9265
9266 Tue Sep 11 17:55:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
9267
9268         * bb-reorder.c (fixup_reorder_chain): Fallthru edge to exit block
9269         is OK.
9270
9271 2001-09-11  Joseph S. Myers  <jsm28@cam.ac.uk>
9272
9273         * c-common.c (split_specs_attrs): Allow for empty attributes with
9274         empty TREE_PURPOSE.  Fixes PR c/4294.
9275
9276 Tue Sep 11 11:37:52 CEST 2001  Jan Hubicka  <jh@suse.cz>
9277
9278         * basic-block.h (cached_make_edge, make_single_succ): New.
9279         (make_edge): Remove first parameter.
9280         * bb-reroder.c (fixup_reorder_chain): Use make_single_succ_edge.
9281         * cfg.c (cached_make_edge): Rename from make_edge; return newly
9282         created edge; use obstack allocation.
9283         (make_edge, make_single_succ_edge): New.
9284         (first_removed_edge): New static variable.
9285         (init_flow): Initialize first_removed_edge and n_edges.
9286         (clear_edges): Use remove_edge.
9287         (flow_delete_block): Likewise.
9288         (remove_edge): Add removed edges to the removed edges list.
9289         (split_block, redirect_edge_and_branch_force, split_edge):
9290         Use make_edge.
9291         * cfganal.c (flow_call_edges_add): Updaet make_edge call.
9292         (add_noreturn_fake_exit_edges): Likewise.
9293         (connect_infinite_loops_to_exit): Liekwise.
9294         * cfgbuild.c (make_label_edge, make_edges, find_sub_basic_blocks):
9295         Use cached_make_edge.
9296         * cfgcleanup.c (try_crossjump_to_edge): Use make_single_succ_edge.
9297         * profile.c (branch_prob): Update make_edge call.
9298         * ssa-dce.c (ssa_eliminate_dead_code): Likewise.
9299
9300 2001-09-11  Richard Henderson  <rth@redhat.com>
9301
9302         * config/alpha/alpha.c: Tidy formatting.
9303         (local_symbolic_operand): Verify mode.
9304         (alpha_sa_mask): Ignore unicos for eh_return.
9305         (alpha_expand_epilogue): Handle sp_adj2 zero, not NULL.
9306         * config/alpha/alpha.md (umk divsi patterns): Remove.
9307         (extendsfdf2): Remove unicos check.
9308         (tablejump): Merge vms and unicos code; always use direct set
9309         plus label_ref use.
9310
9311 2001-09-11  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9312
9313         * config.gcc (alpha*-*-unicosmk*): New target.
9314
9315         * config/alpha/alpha-protos.h (symbolic_operand,
9316         unicosmk_add_call_info_word, unicosmk_add_extern,
9317         unicosmk_defer_case_vector, unicosmk_unique_section,
9318         unicosmk_output_align, unicosmk_text_section, unicosmk_data_section,
9319         unicosmk_asm_file_start, unicosmk_asm_file_end,
9320         unicosmk_output_common): Declare.
9321
9322         * config/alpha/alpha.c (NUM_ARGS, override_options, call_operand,
9323         direct_return, function_arg, alpha_va_start, alpha_va_arg,
9324         alpha_does_function_need_gp, alpha_end_function): Support Cray
9325         Unicos/Mk.
9326         (alpha_init_machine_status, alpha_mark_machine_status,
9327         alpha_free_machine_status, unicosmk_output_deferred_case_vectors,
9328         unicosmk_gen_dsib, unicosmk_output_ssib, unicosmk_need_dex,
9329         unicosmk_asm_named_section, unicosmk_insert_attributes,
9330         unicosmk_section_type_flags, symbolic_operand,
9331         unicosmk_output_module_name, unicosmk_output_default_externs,
9332         unicosmk_output_dex, unicosmk_output_externs,
9333         unicosmk_output_addr_vec, unicosmk_ssib_name,
9334         unicosmk_initial_elimination_offset, unicosmk_asm_file_start,
9335         unicosmk_asm_file_end, unicosmk_output_common,
9336         unicosmk_section_type_flags, unicosmk_unique_section,
9337         unicosmk_add_call_info_word, unicosmk_text_section,
9338         unicosmk_data_section, unicosmk_extern_list, unicosmk_extern_head,
9339         unicosmk_add_extern, unicosmk_dex, unicosmk_dex_list,
9340         unicosmk_dex_count, unicosmk_special_name): New.
9341         (TARGET_INSERT_ATTRIBUTES, TARGET_SECTION_TYPE_FLAGS): Define for
9342         TARGET_ABI_UNICOSMK.
9343         (get_aligned_mem, alpha_expand_unaligned_load,
9344         alpha_expand_unaligned_store, alpha_expand_unaligned_load_words,
9345         alpha_expand_unaligned_store_words): Support big-endian mode.
9346         (print_operand): Likewise. New format specifier 't'. Use
9347         TARGET_AS_SLASH_BEFORE_SUFFIX.
9348         (alpha_is_stack_procedure): Rename from vms_is_stack_procedure.
9349         (alpha_pv_save_size): Update with above change.
9350         (alpha_sa_mask, alpha_sa_size, alpha_expand_prologue,
9351         alpha_start_function, alpha_expand_epilogue): Likewise. Support Cray
9352         Unicos/Mk.
9353
9354         * config/alpha/alpha.h (TARGET_ABI_UNICOSMK): New.
9355         (TARGET_ABI_OSF): Exclude TARGET_ABI_UNICOSMK.
9356         (TARGET_AS_SLASH_BEFORE_SUFFIX): New.
9357         (EXTRA_CONSTRAINT): New constraint 'U'.
9358         (PREDICATE_CODES): Add symbolic_operand.
9359
9360         * config/alpha/alpha.md (UNSPEC_UMK_LAUM, UNSPEC_UMK_LALM,
9361         UNSPEC_UMK_LAL, UNSPEC_UMK_LOAD_CIW): New constants.
9362         (mulsi3, *mulsi_se, mulvsi3): Disable for TARGET_ABI_UNICOSMK.
9363         (integer division and modulus patterns): Split in default and
9364         Unicos/Mk versions.
9365         (*divmodsi_internal, *divmoddi_internal): Disable for
9366         TARGET_ABI_UNICOSMK.
9367         (unaligned_extend?idi, unaligned_load?i, unaligned_store?i): Split in
9368         little-endian and big-endian versions.
9369         (ext, ins, msk): Likewise.
9370         (extv, extzv, insv): Support big-endian mode.
9371         (call, call_value, tablejump): Support TARGET_ABI_UNICOSMK.
9372         (call_umk, call_value_umk, *call_umk, tablejump_umk,
9373         *tablejump_umk_internal, *call_value_umk): New.
9374         (*movdi_nofix): Add pattern for loading an address into a register on
9375         TARGET_ABI_UNICOSMK.
9376         (umk_laum, umk_lal, umk_lalm, *umk_load_ciw): New.
9377         (umk_mismatch_args, arg_home_umk): New.
9378         (various insns): Don't use mov, fmov, nop, fnop and unop.
9379         (realign): Support TARGET_ABI_UNICOSMK.
9380
9381         * config/alpha/unicosmk.h: New file.
9382         * config/alpha/t-unicosmk: New file.
9383
9384         * fixinc/inclhack.def (unicosmk_restrict): New.
9385         * fixinc/fixincl.x: Regenerate.
9386
9387         * ginclude/stddef.h (size_t): Check for and define __SIZE_T__.
9388         (wchar_t): Check for and define __WCHAR_T__.
9389
9390 2001-09-11  Richard Sandiford  <rsandifo@redhat.com>
9391
9392         * combine.c (simplify_shift_const): Treat shifts by the mode
9393         size as undefined.
9394
9395 2001-09-11  Neil Booth  <neil@daikokuya.demon.co.uk>
9396
9397         * cpphash.h (struct tokenrun): New.
9398         (struct cpp_context): New member bol.
9399         (struct cpp_reader): New members.
9400         (_cpp_init_tokenrun): New.
9401         * cppinit.c (cpp_create_reader): Set up the token runs.
9402         * cpplex.c (lex_directive, lex_token, next_tokenrun): New.
9403         (lex_token): New internalised version of _cpp_lex_token.  Don't
9404         handle directives or the multiple include optimization here any
9405         more.  Simply lex a token.
9406         * cpplib.c (run_directive): Clear bol.
9407         (_cpp_pop_buffer): Set bol.
9408         * cppmacro.c (funlike_invocation_p): Keep tokens whilst parsing
9409         arguments.
9410
9411 2001-09-11  Michael Meissner  <meissner@redhat.com>
9412
9413         * config/mips/mips.h (CC1_SPEC): If -mgp32 default to -mfp32, and
9414         give an error if the user uses -mfp32.
9415         (CPP_FPR_SPEC): Define __mips_fpr to be 32 or 64 depending on the
9416         default options.
9417         (CPP_SPEC): Define __mips_fpr to be 32 or 64, depending on the
9418         floating point register size.
9419         (EXTRA_SPECS): Add CPP_FPR_SPEC.
9420
9421         * config/mips/netbsd.h (ASM_FINISH_DECLARE_OBJECT): Use
9422         HOST_WIDE_INT_PRINT_DEC to properly print the result of
9423         int_size_in_bytes.
9424         * config/mips/elf.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
9425         * config/mips/elf64.h (ASM_FINISH_DECLARE_OBJECT): Ditto.
9426
9427 2001-09-11  Hans-Peter Nilsson  <hp@axis.com>
9428
9429         * dbxout.c (dbxout_parms): Fix typo in comment.
9430         * unroll.c (loop_find_equiv_value): Ditto.
9431         * toplev.c (rest_of_compilation): Ditto.
9432         * loop.c (scan_loop): Ditto.
9433         * dwarf2out.c (struct dw_fde_struct): Ditto.
9434
9435 2001-09-10  Zack Weinberg  <zackw@panix.com>
9436
9437         * cpplex.c (parse_identifier): Fast-path optimize.  Avoid
9438         copying identifier when we're just going to throw it away.
9439         (parse_identifier_slow): New routine to handle abnormal cases.
9440         (_cpp_lex_token): Update call site.
9441
9442         * hashtable.c (ht_lookup): Don't assume that the string we've
9443         been given is NUL-terminated.
9444         * system.h: #define __builtin_expect(a, b) to (a) if not
9445         GCC >=3.0.
9446
9447 2001-09-10  Michael Meissner  <meissner@redhat.com>
9448
9449         * config.gcc (sparc64-*-solaris2): Add alias to be compatible with
9450         binutils, gdb.
9451
9452 2001-09-10  David Edelsohn  <edelsohn@gnu.org>
9453
9454         * config/rs6000/t-aix43 (SHLIB_INSTALL): Use mode 751 (a+x,r-o).
9455
9456 Mon Sep 10 16:26:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9457
9458         * builtins.c (c_getstr): Correct thinko in last change and further
9459         cleanup.
9460
9461 2001-09-10  Tim Freeman <tim@fungibole.com>
9462
9463         * dwarf2out.c (incomplete_types, decl_scope_table): Make them
9464         into varray's and register them as roots with the garbage
9465         collector so they are not collected too soon.
9466
9467 Mon Sep 10 14:21:26 CEST 2001  Jan Hubicka  <jh@suse.cz>
9468
9469         * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild.o, cfgcleanup.o):
9470         New.
9471         * basic-block.h (flow_obstack, label_value_list,
9472         tail_recursion_label_list): Declare
9473         (tidy_fallthru_edges): Declare.
9474         (expunge_block, last_loop_beg_note): Delete.
9475         (can_fallthru, flow_nodes_print, flow_edge_list_print): Declare.
9476         * cfg.c: New file
9477         (basic_block_for_insn, label_value_list): Move from flow.c; make global.
9478         (n_basic_blocks, n_edges, basic_block_info, entry_exit_blocks,
9479         init_flow, clear_edges, can_delete_note_p, can_delete_label_p,
9480         flow_delete_insn, flow_delete_insn_chain, create_basic_block,
9481         expunge_block, flow_delete_block, compute_bb_for_insn,
9482         update_bb_for_insn, set_block_for_insn, set_block_for_new_insns,
9483         make_edge, remove_edge, redirect_edge_succ, redirect_edge_succ_nodup,
9484         redirect_edge_pred, split_block, marge_blocks_nomove, block_label,
9485         try_redirect_by_replacing_jump, last_loop_beg_note,
9486         redirect_edge_and_branch, redirect_edge_and_branch_force,
9487         tidy_fallthru_edge, tidy_fallthru_edges, back_edge_of_syntactic_loop_p,
9488         split_edge, insert_insn_on_edge, commit_one_edge_insertion,
9489         commit_edge_insertions, dump_flow_info, debug_flow_info,
9490         dump_edge_info, dump_bb, debug_bb, debug_bb_n, print_rtl_with_bb,
9491         verify_flow_info, purge_dead_edges, purge_all_dead_edges):
9492         Move here from flow.c
9493         * cfganal.c: New file.
9494         (forwarder_block_p, can_fallthru, mark_critical_edges,
9495          mark_dfs_back_edges, need_fake_edge_p, flow_call_edges_add,
9496          find_unreachable_blocks, create_edge_list, free_edge_list,
9497          print_edge_list, verify_edge_list, find_edge_index, flow_nodes_print,
9498          flow_edge_list_print, remove_fake_successors, remove_fake_edges,
9499          add_noreturn_fake_exit_edges, connect_infinite_loops_to_exit,
9500          flow_reverse_top_sort_order_compute, flow_depth_first_order_compute,
9501          flow_dfs_compute_reverse_init, flow_dfs-compute_reverse_add_bb,
9502          flow_dfs-compute_reverse_execute, flow_dfs_compute_reverse_finish);
9503         Move here from flow.c
9504         * cfgbuild.c: New file
9505         (count_basic_blocks, find_label_refs, make_label_edge, make_eh_edge,
9506          make_edges, find_basic_blocks_1, find_basic_blocks,
9507          find_sub_basic_blocks): Move here from flow.c
9508         * cfgcleanup.c: New file.
9509         (try_simplify_condjump, try_forward_edges, tail_recursion_label_p,
9510          merge_blocks_move_predecessor_nojumps,
9511          merge_blocks_move_successor_nojumps, merge_blocks,
9512          flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
9513          try_crossjump_bb, try_optimize_cfg): Move here from flow.c
9514         (delete_unreachable_blocks, cleanup_cfg): Likewise; return true
9515         if succeeded.
9516         * cfgloop.c: New file
9517         (flow_loops_cfg_dump, flow_loop_nested_p, flow_loop_dump,
9518          flow_loops_dump, flow_loops_free, flow_loop_entry_edges_find,
9519          flow_loop_exit_edges_find, flow_loop_nodes_find,
9520          flow_loop_pre_header_scan, flow_loop_pre_header_find,
9521          flow_loop_tree_node_add, flow_loops_tree_build,
9522          flow_loop_level_compute, flow_loops_level_compute, flow_loop_scan,
9523          flow_loops_find, flow_loops_update, flow_loop_outside_edge_p):
9524         Move here from flow.c
9525         * flow.c: Remove everything moved elsewhere
9526         * output.h (cleanup_cfg): Return bool.
9527
9528         * bb-reorder.c (reorder_block_def): Remove 'index'.
9529         (insert_intra_1): Add argument BB, set block for new note.
9530         (make_reorder_chain): Do not depdent on BB indexes.
9531         (make_reorder_chain_1): Do not use BB indexes.
9532         (label_for_bb): Likewise; set BB for new insn.
9533         (emit_jump_to_block_after): Likewise.
9534         (fixup_reorder_chain): Sanity check that all basic blocks
9535         are chained; verify newly created insn chain; remove
9536         undocnitional jump simplifying; Do not use BB indexes;
9537         properly initialize count and frequency information;
9538         dump reordered sequence.
9539         (insert_intra_bb_scope_notes): update call of insert_intra_1.
9540         (insert_inter_bb_scope_notes): Set block for new insn.
9541         (reorder_basic_blocks): Dump flow info before reoredering.
9542
9543 Mon Sep 10 06:47:35 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9544
9545         * alias.c (clear_reg_alias_info): Use K&R format definition.
9546         Avoid unsigned warning.
9547         * builtins.c: Use "unsigned int", not "unsigned".
9548         (target_char_cast): Use host_integerp and tree_low_cst.
9549         (expand_builtin_args_info, expand_builtin_frame_address): Likewise.
9550         (c_strlen): Likewise; OFFSET now HOST_WIDE_INT.
9551         (c_getstr): Likewise.
9552         (std_expand_builtin_va_arg): Use int_size_in_bytes.
9553         (builtin_memcpy_read_str): Avoid unsigned warning.
9554         (expand_builtin_memcpy): Alignments are unsigned.
9555         (expand_builtin_strncpy, expand_builtin_memset): Likewise.
9556         (expand_builtin_expect_jump): Use integer_zerop and integer_onep.
9557         * predict.c (expensive_function_p): LIMIT now unsigned.
9558         * resource.c (mark_target_live_regs): Make some vars unsigned.
9559         * sdbout.c: Use "unsigned int", not "unsigned".
9560         (MAKE_LINE_SAFE): Add cast to avoid unsigned warning.
9561         (sdbout_source_line): Likewise.
9562         (sdbout_record_type_name): Remove "const" for NAME declaration.
9563         * config/alpha/alpha.c (alpha_expand_block_move): Whitespace fixes.
9564
9565 2001-09-10  Richard Sandiford  <rsandifo@redhat.com>
9566
9567         * calls.c (store_one_arg): Expand comment.
9568
9569 2001-09-10  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9570
9571         * calls.c (store_one_arg): Make sure that the entire argument is
9572         pushed if STACK_PARMS_IN_REG_PARM_AREA is defined.
9573
9574 2001-09-09  Richard Henderson  <rth@redhat.com>
9575
9576         * emit-rtl.c (adjust_address): Fix mode for LO_SUM.
9577
9578 Sun Sep  9 10:43:17 CEST 2001  Jan Hubicka  <jh@suse.cz>
9579
9580         * loop.c (combine_givs): Fix computing of benefit once giv is combined.
9581
9582 2001-09-09  Richard Henderson  <rth@redhat.com>
9583
9584         * config/alpha/alpha.c (alpha_next_sequence_number): New.
9585         (alpha_this_literal_sequence_number): New.
9586         (alpha_this_gpdisp_sequence_number): New.
9587         (some_operand, input_operand): Add HIGH.
9588         (local_symbolic_operand): New.
9589         (alpha_encode_section_info): New.
9590         (alpha_legitimate_address_p): Allow LO_SUM.
9591         (alpha_legitimize_address): Generate HIGH+LO_SUM.
9592         (alpha_expand_mov): Likewise.
9593         (secondary_reload_class): Check memory_operand not general_operand
9594         for FP_REGS test.
9595         (alpha_expand_unaligned_load): Force LO_SUM addresses into a register.
9596         (alpha_expand_unaligned_store): Likewise.
9597         (alpha_expand_unaligned_load_words): Likewise.
9598         (alpha_expand_unaligned_store_words): Likewise.
9599         (alpha_expand_block_clear): Likewise.
9600         (print_operand): Handle %#, %*, %H.
9601         (print_operand_address): Handle LO_SUM.
9602         (find_lo_sum): New.
9603         (alpha_does_function_need_gp): Use it.
9604         (alpha_expand_block_move): Fix signed compare warnings.
9605         (alpha_sa_mask, alpha_align_insns): Likewise.
9606         * config/alpha/alpha-protos.h: Update.
9607         * config/alpha/alpha.h (TARGET_EXPLICIT_RELOCS): New.
9608         (MASK_EXPLICIT_RELOCS): New.
9609         (TARGET_SWITCHES): Add -mexplicit-relocs.
9610         (EXTRA_CONSTRAINT): Add 'T'.
9611         (PREFERRED_RELOAD_CLASS): HIGH goes in GENERAL_REGS.
9612         (ASM_APP_ON, ASM_APP_OFF): Turn on and off asm macro expansion.
9613         (ENCODE_SECTION_INFO): Out line.
9614         (REDO_SECTION_INFO_P): New.
9615         (STRIP_NAME_ENCODING): New.
9616         (ASM_OUTPUT_LABELREF): New.
9617         (PRINT_OPERAND_PUNCT_VALID_P): Add #, *.
9618         (PREDICATE_CODES): Update.
9619         * config/alpha/alpha.md (divmodsi_internal_er, divmoddi_internal_er,
9620         call_osf_1_er_noreturn, call_osf_1_er, movdi_er_low, movdi_er_nofix,
9621         movdi_er_fix, prologue_ldgp_1_er, builtin_setjmp_receiver_sub_label_er,
9622         builtin_setjmp_receiver_er, exception_receiver_1_er,
9623         call_value_osf_1_er): New patterns.
9624         (sibcall_osf_1, sibcall_value_osf_1): Remove register alternative.
9625         (movqi, movhi, movsi): Add explicit $31 base register to lda.
9626         * config/alpha/elf.h (ASM_FILE_START): Set nomacro if explicit relocs.
9627         (FINAL_PRESCAN_INSN): New.
9628
9629 Sat Sep  8 22:00:55 CEST 2001  Jan Hubicka  <jh@suse.cz>
9630
9631         * reg-stack.c (subst_stack_regs_pat): Fix fcmov reversal code.
9632
9633 2001-09-08  Andreas Jaeger  <aj@suse.de>
9634
9635         * i386.h (TARGET_SWITCHES): Fix description.
9636
9637 2001-09-07  David Edelsohn  <edelsohn@gnu.org>
9638
9639         * rs6000.c (num_insns_constant): Compute number of instructions
9640         more accurately.
9641
9642         * doc/install.texi: Explain AIX exception handling work-around.
9643         Update URL for AIX fixes.
9644
9645 2001-09-07  Jim Wilson  <wilson@redhat.com>
9646
9647         * alias.c (clear_reg_alias_info): New.
9648         * flow.c (attempt_auto_inc): Call clear_reg_alias_info.
9649         * rtl.h (clear_reg_alias_info): Declare.
9650
9651 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9652
9653         * real.c (EMUSHORT,EMUSHORT_SIZE): Use HImode if no 16-bit type is
9654         available.
9655         (UEMUSHORT): New. Use instead of unsigned EMUSHORT.
9656         (m16m,edivm,emulm): Change declaration to match definition.
9657
9658 2001-09-07  Roman Lechtchinsky <rl@cs.tu-berlin.de>
9659
9660         * reload.c (push_reload): Check for subreg_lowpart_p instead of
9661         SUBREG_BYTE being 0 when determining if the inner part of a subreg
9662         can be reloaded.
9663
9664 2001-09-07  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
9665
9666         * c-common.c (signed_or_unsigned_type): Handle machine mode types
9667         which have no corresponding C type.
9668         * fold_const.c (target_isinf,target_isnan,target_negative): Update
9669         the representation of 64-bit doubles to work with 64-bit ints.
9670
9671 2001-09-07  Aldy Hernandez  <aldyh@redhat.com>
9672
9673         * config/mips/mips.c (override_options): Do not override ISA when ABI
9674         specified if MIPS_CPU_STRING_DEFAULT was specified.
9675
9676 2001-09-07  Richard Henderson  <rth@redhat.com>
9677
9678         * loop.c (record_giv): Avoid simplifying MULT to ASHIFT.
9679         (express_from_1): Wrap lines.
9680         * rtlanal.c (commutative_operand_precedence): Rename from
9681         operand_preference; export.
9682         * rtl.h: Declare it.
9683         * simplify-rtx.c (simplify_gen_binary): Tidy +/- const_int handling.
9684         (simplify_binary_operation): Invoke simplify_plus_minus on
9685         (CONST (PLUS ...)) as well.
9686         (struct simplify_plus_minus_op_data): New.
9687         (simplify_plus_minus_op_data_cmp): New.
9688         (simplify_plus_minus): Use them.  Avoid infinite recursion with
9689         simplify_binary_operation wrt CONST.
9690
9691 Fri Sep  7 11:52:30 2001   Kazu Hirata  <kazu@hxi.com>
9692
9693         * h8300-protos.h (general_operand_dst_push): Remove.
9694         * h8300.c (general_operand_dst_push): Likewise.
9695         * h8300.h (OK_FOR_T): Likewise.
9696         (EXTRA_CONSTRAINTS): Do not use OK_FOR_T.
9697         * h8300.md (pushqi_h8300): New.
9698         (pushqi_h8300hs): Likewise.
9699         (pushqi): Likewise.
9700         (pushhi_h8300): Likewise.
9701         (pushhi_h8300hs): Likewise.
9702         (pushhi): Likewise.
9703
9704 Fri Sep  7 12:56:26 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9705
9706         * genattrtab.c (attr_printf): First arg is unsigned.
9707         Clean up formatting of callers.
9708
9709 2001-09-06  Aldy Hernandez  <aldyh@redhat.com>
9710
9711         * config/mips/mips.c (override_options): Allow abi32 with 64 bit
9712         registers.
9713
9714 2001-09-07  Andreas Jaeger  <aj@suse.de>
9715
9716         * i386.h (TARGET_SWITCHES): Fix descriptions.
9717
9718 2001-09-07  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
9719
9720         * stor-layout.c (compute_record_mode): Check DECL_SIZE is set.
9721
9722 2001-09-06  Ira Ruben  <ira@apple.com>
9723
9724         Remove OP_IDENTIFIER.
9725         * tree.def (OP_IDENTIFIER): Remove.
9726         * tree.c (tree_node_kind enum): Remove op_id_kind.
9727         (tree_node_kind_names): Remove "op_identifiers".
9728         (make_node): Remove OP_IDENTIFIER test.
9729         (build_op_identifier): Removed because it isn't being used.
9730         * print-tree.c (print_node): Remove OP_IDENTIFIER case.
9731         * cp/pt.c (tsubst): Remove OP_IDENTIFIER case.
9732
9733 2001-09-06  Richard Henderson  <rth@redhat.com>
9734
9735         * simplify-rtx.c (simplify_binary_operation): Revert last change.
9736
9737 2001-09-06  Richard Henderson  <rth@redhat.com>
9738
9739         * simplify-rtx.c (simplify_binary_operation): Simplify contents
9740         of CONST.
9741
9742 2001-09-06  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9743
9744         * config/rs6000/rs6000.c (rs6000_emit_prologue): Fix DWARF2 register
9745         number used for CR register.
9746
9747 Thu Sep  6 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
9748                           Joern Rennecke (amylaar@cygnus.com)
9749
9750         * h8300-protos.h (h8300_return_addr_rtx): New prototype.
9751         * h8300.c (initial_offset): Handle offset between RP and FP.
9752         (h8300_return_addr_rtx): New function.
9753         * h8300.h (FIRST_PSEUDO_REGISTER): Bump now that we have a
9754         return register.
9755         (FIXED_REGISTERS, CALL_USED_REGISTERS): Corresponding changes.
9756         (REG_ALLOC_ORDER, RETURN_ADDRESS_POINTER_REGNUM): Likewise.
9757         (REG_CLASS_CONTENTS, ELIMINABLE_REGS): Likewise.
9758         (CAN_ELIMINATE, REGISTER_NAMES):
9759         (RETURN_ADDR_RTX): Call h8300_return_addr_rtx.
9760
9761 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9762
9763         Remove TYPE_NONCOPIED_PARTS.
9764         * tree.h (TYPE_NONCOPIED_PARTS): Remove.
9765         (struct tree_type): Remove noncopied_parts.
9766         * c-tree.h (TYPE_ACTUAL_ARG_TYPES): Map onto TYPE_BINFO.
9767         * expr.c (save_noncopied_parts, init_noncopied_parts): Remove.
9768         (fixed_type_p): Remove.
9769         (expand_expr, INIT_EXPR): Don't deal with noncopied parts.
9770         (expand_expr, MODIFY_EXPR): Likewise.
9771         * ggc-common.c (ggc_mark_trees): Remove TYPE_NONCOPIED_PARTS.
9772         * doc/c-tree.texi: Remove TYPE_NONCOPIED_PARTS FIXME.
9773
9774 2001-09-06  Alan Modra  <amodra@bigpond.net.au>
9775
9776         * config/rs6000/rs6000.c (mask_operand): Use signed vars to avoid
9777         compiler warnings.
9778         (mask64_operand): Likewise.
9779         (includes_rldic_lshift_p): Likewise.
9780         (includes_rldicr_lshift_p): Likewise.
9781
9782 2001-09-05  Ziemowit Laski  <zlaski@apple.com>
9783
9784         * objc/objc-act.c (build_message_expr): If a class method cannot
9785         be found, do not issue a warning if a corresponding instance
9786         method exists in the root class.
9787
9788 2001-09-05  Richard Henderson  <rth@redhat.com>
9789
9790         * config/alpha/alpha.c (alpha_expand_mov): Initialize temp.
9791
9792 2001-09-05  Zack Weinberg  <zack@codesourcery.com>
9793
9794         * function.c (ggc_mark_struct_function): Mark f->outer.
9795         * toplev.c (rest_of_compilation): Clear DECL_SAVED_INSNS here...
9796         * integrate.c (output_inline_function): ... not here.
9797
9798 Wed Sep  5 17:28:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
9799
9800         * profile.c (branch_prob): Call add_noreturn_fake_exit_edges.
9801
9802         * i386.c (size_cost): New static variable.
9803         (override_function): Use size_cost when -Os is specified.
9804
9805         * i386.c (ix86_expand_prologue): Set use_fast_prologue_epilogue
9806         properly;  Use current_function_calls_eh_return.
9807         (ix86_expand_epilogue): Avoid dummy optimize_size tests;
9808         use leave to avoid dependency chain.
9809
9810         * local-alloc.c (update_equiv_regs): Use CFG to iterate over INSN stream;
9811         get BB loop_depth instead of computing it from LOOP notes.
9812
9813         * reg-stack.c (subst_stack_reg_pat): Handle reversal of conditional moves.
9814
9815 2001-09-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9816
9817         * som.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
9818         * pa.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
9819         UNALIGNED_DOUBLE_INT_ASM_OP): Define
9820
9821 2001-09-05  Jeffrey A Law  (law@cygnus.com)
9822             Jason Merrill (jason@redhat.com)
9823
9824         * stor-layout.c (layout_type): Complain if an array's size can
9825         not be represented in a size_t.
9826
9827         * config/h8300/elf.h (ENDFILE_SPEC, STARTFILE_SPEC): Define.
9828
9829 2001-09-05  David Billinghurst <David.Billinghurst@riotinto.com>
9830
9831         * gcc.c: (process_command) Add parentheses around assignment
9832         used as truth value.
9833
9834 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
9835
9836         * config/mips/mips.c (save_restore_insns): Don't mark any register
9837         save slots as unchanging if current_function_calls_eh_return.
9838
9839 2001-09-05  Richard Henderson  <rth@redhat.com>
9840
9841         * config/alpha/alpha.c (alpha_legitimate_address_p): New.
9842         * config/alpha/alpha-protos.h: Declare it.
9843         * config/alpha/alpha.h (GO_IF_LEGITIMATE_ADDRESS): Move to c file.
9844         (NONSTRICT_REG_OK_FOR_BASE_P): Rename from non-strict macro.
9845         (NONSTRICT_REG_OK_FP_BASE_P): Likewise.
9846         (STRICT_REG_OK_FOR_BASE_P): Rename from strict macro.
9847         (REG_OK_FOR_BASE_P): Select one of the above.
9848
9849 2001-09-05  Richard Sandiford  <rsandifo@redhat.com>
9850
9851         * config/mips/t-elf (EXTRA_PARTS): Use EXTRA_MULTILIB_PARTS instead.
9852         (crti.o): Prefix name of object file with $(T).
9853         (crtn.o): Likewise.
9854
9855 2001-09-05  David S. Miller  <davem@redhat.com>
9856
9857         * config/sparc/linux.h: Set CPLUSPLUS_CPP_SPEC.
9858         * config/sparc/linux64.h: Likewise.
9859
9860 2001-09-05  Andreas Jaeger  <aj@suse.de>
9861
9862         * doc/invoke.texi (i386 Options): -mwide-multiply is not
9863         available anymore, remove the documentation.
9864         (i386 Options): Fix typo, cleanup index entries.
9865
9866         * prefix.c (concat): Remove, we can use the version from liberty.
9867
9868 2001-09-05  Richard Henderson  <rth@redhat.com>
9869
9870         * config/alpha/alpha.c (alpha_expand_mov, alpha_expand_mov_nobwx):
9871         New functions split out of md file expanders.
9872         * config/alpha/alpha-protos.h: Declare them.
9873         * config/alpha/alpha.md (movqi, movhi, movsi, movdi): Use them.
9874
9875 2001-09-05  Neil Booth  <neil@daikokuya.demon.co.uk>
9876
9877         * cppmacro.c (funlike_invocation_p): No need to restore context.
9878
9879 2001-09-04  Richard Henderson  <rth@redhat.com>
9880
9881         * reload.c (push_reload): Export.
9882         * reload.h (push_reload): Declare it.
9883
9884         * config/alpha/alpha.h (LEGITIMIZE_ADDRESS): Move out o' line.
9885         (LEGITIMIZE_RELOAD_ADDRESS): Likewise.
9886         * config/alpha/alpha.c (alpha_legitimize_address): New.
9887         (alpha_legitimize_reload_address): Likewise.
9888         * config/alpha/alpha-protos.h: Declare them.
9889
9890 2001-09-04  Stan Shebs  <shebs@apple.com>
9891
9892         * config/darwin.h (ASM_DECLARE_FUNCTION_NAME): Define.
9893         * config/darwin.c (machopic_stub_name): Account for internally
9894         generated lib calls such as memcpy.
9895
9896 2001-09-04  Richard Henderson  <rth@redhat.com>
9897
9898         * unwind.h (_UA_END_OF_STACK): New flag.
9899         * unwind.inc (_Unwind_ForcedUnwind_Phase2): Set it.
9900
9901 Tue Sep  4 11:16:35 2001  Jeffrey A Law  (law@cygnus.com)
9902
9903         * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
9904
9905 2001-09-04  Richard Sandiford  <rsandifo@redhat.com>
9906
9907         * config/mips/mips.c (save_restore_insns): Change base_offset to
9908         fp_offset in second call to mips_emit_frame_related_store.
9909
9910 2001-09-04  Hans-Peter Nilsson  <hp@axis.com>
9911
9912         * doc/rtl.texi: Mention that besides as a CODE_LABEL, a label can
9913         sometimes be represented as a NOTE of type
9914         NOTE_INSN_DELETED_LABEL.
9915         (Insns): Document NOTE_INSN_DELETED_LABEL.
9916
9917 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9918
9919         * c-common.h (tree_dump_index): Add more comments.
9920         * c-dump.c (dump_files): Name flags `tree' rather than `ast'.
9921         (dump_option_value_info): New struct.
9922         (dump_options): New array.
9923         (dump_switch_p): Parse switch options symbolically.
9924         * doc/invoke.texi (-fdump-ast): Rename to ...
9925         (-fdump-tree): ... here. Document that options are symbolic, and
9926         not all are applicable.
9927
9928 2001-09-04  David S. Miller  <davem@redhat.com>
9929
9930         * config/sparc/sparc.md (define_splits): Kill constraints.
9931
9932         Cleanup redundant and unused insn attributes.
9933         * config/sparc/sparc.md (define_attr "insn"): Kill address, unary,
9934         binary, and move.  Mark ialu as default.
9935         (commented out define_function_unit "alu"): Kill.
9936         (define_attr "use_clobbered"): Kill.
9937         (whole file): Kill address insn type references.  Replace
9938         all unary/binary/move references with ialu.
9939         * config/sparc/sparc.c (whole file): Kill TYPE_ADDRESS
9940         references.  Replace TYPE_{UNARY,BINARY,MOVE} references with
9941         TYPE_IALU.
9942
9943         Simplify length insn attribute and make more judicious use
9944         of insn attribute defaulting.
9945         * config/sparc/sparc.md (all insns with length > one): Mark as
9946         insn type multi if real instructions, else use default if
9947         it is a forced splitter.
9948         (all insns with length == one): Use default insn length.
9949         (all insns of type ialu): Use default insn type.
9950
9951         Fix erroneous insn attribute settings.
9952         (addx): Set insn type to misc.
9953         (mulsidi3_sp64, const_mulsidi3_sp64, umulsidi3_sp64,
9954         const_umulsidi3_sp64): Set insn type to imul.
9955
9956         Track SFmode vs DFmode insns according to UltraSPARC
9957         scheduling rules.
9958         * config/sparc/sparc.md ("fptype"): New attribute, default
9959         to "single".
9960         (all DFmode single insns): Mark as fptype "double".
9961
9962 2001-09-03  Jakub Jelinek  <jakub@redhat.com>
9963
9964         * loop.c (express_from_1): Fix CONSTANT_P(a) case.
9965
9966 2001-09-03  Richard Henderson  <rth@redhat.com>
9967
9968         * function.h (struct function): Add arg_pointer_save_area_init.
9969         * function.c (expand_function_end): Init arg_pointer_save_area.
9970         (get_arg_pointer_save_area): Do not init arg_pointer_save_area
9971         when called from a nested function.
9972
9973 2001-09-02  Angela Marie Thomas <angela@cygnus.com>
9974
9975         * fixinc/Makefile.in: Regenerate fixincl.x only if maintainer-mode
9976         is enabled.
9977
9978 Sun Sep  2 18:37:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
9979
9980         * reload1.c (fixup_abnormal_edges): Allow NOTEs in the sequence.
9981
9982 2001-09-01  Geoffrey Keating  <geoffk@redhat.com>
9983
9984         * expr.c (push_block): Make sane use of STACK_GROWS_DOWNWARD.
9985         (emit_push_insn): Use specified padding direction when
9986         STACK_PUSH_CODE is POST_INC.
9987
9988         * config/stormy16/stormy16.h (DWARF2_UNWIND_INFO): Define to 0.
9989
9990 2001-09-01  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9991
9992         * mips.h (INITIAL_ELIMINATION_OFFSET): Add missing `else abort'.
9993
9994 2001-09-01  Neil Booth  <neil@daikokuya.demon.co.uk>
9995
9996         * cppinit.c (cpp_start_read): Free the imacros list as we
9997         traverse it.  Don't free the chains before returning.
9998         (_cpp_push_next_buffer): Only try pushing buffers if we've
9999         completed -imacros handling.
10000
10001 2001-08-31  Eric Christopher  <echristo@redhat.com>
10002
10003         * gcc.c (handle_braces): Add explaination for abort.
10004
10005 2001-08-30  Roman Zippel  <zippel@linux-m68k.org>
10006
10007         * expmed.c (store_bit_field): Update to patch from 2001-08-27:
10008         move adjustment of bitpos instead.
10009
10010 2001-08-31  Zack Weinberg  <zack@codesourcery.com>
10011
10012         * function.c: Remove all_functions.  Make outer_function_chain
10013         static.
10014         (init_function_start): Don't add new function structure to
10015         all_functions.
10016         (find_function_data, push_function_context_to,
10017         pop_function_context_from, put_var_into_stack,
10018         trampoline_address): Update for changed structure element names.
10019         (push_function_context_to): Disentangle.
10020         (free_after_compilation): Also free F.
10021         (expand_dummy_function_end): Don't free cfun here.
10022         (put_var_into_stack): Comment why we can't use find_function_data here.
10023         (fix_lexical_addr, trampoline_address, ): Use find_function_data.
10024         (mark_function_chain): Split into maybe_mark_struct_function and
10025         ggc_mark_struct_function.  Export the latter.
10026         (init_function_once): Mark from cfun and outer_function_chain;
10027         not all_functions.
10028
10029         * function.h (struct function): Kill next_global.  Rename next
10030         to outer.  All users updated to match.
10031         (all_functions, outer_function_chain): Don't declare.
10032
10033         * ggc-common.c (ggc_mark_trees): Mark DECL_SAVED_INSNS.
10034         * integrate.c (output_inline_function): Clear DECL_SAVED_INSNS,
10035         don't touch f->inlinable, after calling rest_of_compilation.
10036
10037         * tree.h: Forward-declare struct function.  Prototype
10038         ggc_mark_struct_function.
10039
10040 2001-08-31  Kazu Hirata  <kazu@hxi.com>
10041
10042         * config/h8300/h8300.md (*andorhi3): Fix typos.
10043
10044 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10045
10046         * calls.c (emit_library_call_value): Don't use a fixed
10047         argument after VA_CLOSE, i.e. out of scope in traditional C.
10048
10049         * emit-rtl.c (gen_rtvec): Likewise.
10050
10051 2001-08-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10052
10053         * Makefile.in (c-pragma.o): Depend on output.h.
10054         (reorg.o): Depend on except.h.
10055
10056         * c-pragma.c: Include output.h.
10057
10058         * reorg.c: Include except.h.
10059
10060         * unwind-dw2.c: Call __builtin_alloca, not alloca.
10061
10062 2001-08-31  Richard Henderson  <rth@redhat.com>
10063
10064         * sched-deps.c (add_dependence): Don't elide dependency if the
10065         conditional used by insn is modified in elem.
10066
10067 2001-08-31  Nick Clifton  <nickc@cambridge.redhat.com>
10068
10069         * config/v850/v850.h (OUTPUT_ADDR_CONST_EXTRA): Define.
10070
10071 2001-08-31  Diego Novillo  <dnovillo@redhat.com>
10072
10073         * c-decl.c (c_decode_option): Skip '-f' prefix before calling
10074         dump_switch_p.
10075
10076 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
10077
10078         * config/stormy16/stormy16.c (stormy16_asm_out_destructor): New
10079         function.
10080         (stormy16_asm_out_constructor): New function.
10081         (TARGET_ASM_CONSTRUCTOR): Define.
10082         (TARGET_ASM_DESTRUCTOR): Define.
10083
10084 2001-08-31  Andreas Jaeger  <aj@suse.de>
10085
10086         * gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.
10087         * loop.c (add_label_notes): Likewise.
10088         * reload.c (find_reloads): Likewise.
10089         * config/sh/sh.c (machine_dependent_reorg): Likewise.
10090
10091 2001-08-31  Jason Merrill  <jason_merrill@redhat.com>
10092
10093         * unwind-pe.h (read_uleb128, read_sleb128): Move actual reading
10094         code here.  Take _Unwind_{W,Sw}ord*.
10095         (read_encoded_value_with_base): Use them.
10096         * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg
10097         words.
10098         (extract_cie_info): Simplify read_?leb128 handling.
10099         (execute_stack_op, execute_cfa_program): Likewise.
10100         * unwind-dw2-fde.c (get_cie_encoding): Likewise.
10101
10102 2001-08-31  Geoffrey Keating  <geoffk@redhat.com>
10103
10104         * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use
10105         the frame pointer to pop the stack if convenient.
10106
10107         * config/stormy16/stormy16.c (stormy16_initialize_trampoline):
10108         Don't use post-increment before combine.
10109         * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use
10110         a call-saved register.
10111
10112 2001-08-31  Andreas Jaeger  <aj@suse.de>
10113
10114         * jump.c (mark_jump_label): Revert patch from 2001-08-28, the
10115         code was correct.
10116
10117 2001-08-30  Geoffrey Keating  <geoffk@redhat.com>
10118
10119         * config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD,
10120         not DIV/MOD, of course.
10121
10122 2001-08-30  Vladimir Makarov  <vmakarov@redhat.com>
10123
10124         * rtl.def: Undo my patch commited 2001-08-27.
10125
10126         * genattrtab.c: Ditto.
10127
10128         * rtl.h: Ditto.
10129
10130         * sched-int.h: Ditto.
10131
10132         * target-def.h: Ditto.
10133
10134         * target.h: Ditto.
10135
10136         * haifa-sched.c: Ditto.
10137
10138         * sched-rgn.c: Ditto.
10139
10140         * sched-vis.c: Ditto.
10141
10142         * Makefile.in: Ditto.
10143
10144         * doc/md.texi: Ditto.
10145
10146         * doc/tm.texi: Ditto.
10147
10148         * doc/contrib.texi: Ditto.
10149
10150         * doc/gcc.texi: Ditto.
10151
10152         * genattrtab.h: Remove it.
10153
10154         * genautomata.c: Remove it.
10155
10156         * genattr.c: Undo my patch and Richard Henderson's patch commited
10157         2001-08-27.
10158
10159 Thu Aug 30 19:22:15 2001  J"orn Rennecke <amylaar@redhat.com>
10160
10161         * config.gcc (h8300-*-elf*): New case.
10162         * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
10163         (SUBTARGET_CPP_SPEC): Define.
10164         (EXTRA_SPECS): Define.
10165         (SUBTARGET_EXTRA_SPECS): Define.
10166         * config/h8300/crti.asm, config/h8300/crtn.asm: New files.
10167         * config/h8300/elf.h, config/h8300/t-elf: Likewise.
10168
10169 Thu Aug 30 18:50:37 2001  J"orn Rennecke <amylaar@redhat.com>
10170
10171         * t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.
10172         (LIB2FUNCS_EXTRA): Define.
10173         config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm .
10174         config/h8300/fixunssfsi.c: New file.
10175
10176 2001-08-30  Kazu Hirata  <kazu@hxi.com>
10177
10178         * config/h8300/h8300.md (zero_extendqihi2): Changes to
10179         define_expand to accommodate target-specific attributes.
10180         (anonymous zero_extendqihi2 patterns): New.
10181
10182 Thu Aug 30 18:10:56 2001  J"orn Rennecke <amylaar@redhat.com>
10183
10184         * h8300.md (*andorhi3): New pattern.
10185
10186 Thu Aug 30 16:00:31 2001  J"orn Rennecke <amylaar@redhat.com>
10187
10188         * h8300.c (dosize): Fix test for "sub".
10189
10190 Thu Aug 30 10:21:43 2001  J"orn Rennecke <amylaar@redhat.com>
10191
10192         * c-typeck.c (pointer_diff): Try to eliminate common term before
10193         doing conversions.
10194
10195 2001-08-30  Nick Clifton  <nickc@cambridge.redhat.com>
10196
10197         * config/arm/arm.c (arm_compute_initial_elimination_offset):
10198         Account for the saves of the FP registers.
10199
10200         * config/arm/unknown-elf.h (TEXT_SECTION): Delete.
10201         (TEXT_SECTION_ASM_OP): Define.
10202         (INIT_SECTION_ASM_OP): Define.
10203         (FINI_SECTION_ASM_OP): Define.
10204         (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
10205         (RDATA_SECTION_FUNCITON): Provide prototype.
10206
10207 2001-08-29  Geoffrey Keating  <geoffk@redhat.com>
10208
10209         * reload1.c (move2add_note_store): Correct typo checking for
10210         argument pushes.
10211
10212 2001-08-29  Andrew MacLeod  <amacleod@redhat.com>
10213
10214         * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL
10215         note should not be considered outside the libcall block.
10216
10217 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10218
10219         * genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.
10220
10221 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10222
10223         * config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.
10224
10225 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10226
10227         * config/h8300/h8300-protos.h: Add a prototype for
10228         emit_logical_op.
10229         * config/h8300/h8300.c (emit_logical_op): New.
10230         * config/h8300/h8300.md (andhi3): Use emit_logical_op.
10231         (andsi3): Likewise.
10232         (iorhi3): Likewise.
10233         (iorsi3): Likewise.
10234         (xorhi3): Likewise.
10235         (xorsi3): Likewise.
10236
10237 2001-08-29  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10238
10239         * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for
10240         comparison with rtx INTVAL.
10241         (pa_output_function_prologue): Don't mix signed and unsigned in `?'
10242         expression.
10243         * pa.h (FUNCTION_ARG_SIZE): Likewise.
10244
10245 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10246
10247         * config/h8300/lib1funcs.asm: Update the copyright.  Fix
10248         comment typos.
10249
10250 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10251
10252         * config/h8300/h8300.md (anonymous movhi pattern): Don't move
10253         (reg n) to (mem (pre_dec (reg n))
10254         (anonymous movsi pattern): Likewise.
10255
10256 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10257
10258         * config/h8300/h8300.h (RETURN_ADDR_RTX): New.
10259
10260 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10261
10262         * config/h8300/h8300.md (movsi_h8300hs): Optimize loading of
10263         several special constants.
10264
10265 2001-08-29  Kazu Hirata  <kazu@hxi.com>
10266
10267         * config/h8300/lib1funcs.asm: Fix comment typos.
10268
10269 2001-08-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10270
10271         * iris6.h (ASM_DECLARE_OBJECT_NAME, ASM_FINISH_DECLARE_OBJECT):
10272         Fix format specifier warnings.
10273
10274         * irix6-libc-compat.c (inet_ntoa, inet_lnaof, inet_netof,
10275         inet_makeaddr, semctl): Prototype.
10276
10277         * mips.c (compute_frame_size): Fix signed/unsigned warnings.
10278         (save_restore_insns): Use base_offset, not gp_offset.
10279
10280         * mips.h (GP_REG_OR_PSEUDO_STRICT_P): Fix signed/unsigned warning.
10281         (ASM_OUTPUT_BYTE): Fix format specifier warning.
10282
10283 2001-08-29  Richard Henderson  <rth@redhat.com>
10284
10285         * bb-reorder.c (function_tail_eff_head): New.
10286         (record_effective_endpoints): Set it.
10287         (fixup_reorder_chain): Use it.
10288
10289 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10290
10291         * dwarf2asm.c (dw2_asm_output_nstring): Fix typo in previous change.
10292
10293 2001-08-28  Dale Johannesen  <dalej@apple.com>
10294
10295         * config/darwin.c (machopic_function_base_name): Add const
10296         qualifier to a string.
10297         (darwin_encode_section_info): Ditto.
10298
10299 2001-08-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10300
10301         * tree.c (default_valid_attribute_p): Don't use PARAMS on a
10302         function definition.
10303
10304 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
10305
10306         * df.h (struct df): Add rts_order variable.
10307
10308         * df.c (df_visit_next_rts): New function.
10309         (df_visit_next): Renamed to df_visit_next_rc
10310         (df_analyse_1): Allocate/compute/free rts_order as well.
10311         (df_rd_global_compute): Use df_visit_next_rc instead of
10312         df_visit_next.
10313         (df_ru_global_compute): Use df_visit_next_rts instead of
10314         df_visit_next.
10315
10316         * flow.c (flow_reverse_top_sort_order_compute): New function.
10317
10318         * basic-block.h: Add prototype.
10319
10320 2001-08-28  Daniel Berlin  <dan@cgsoftware.com>
10321
10322         * ssa-ccp.c (ssa_ccp_df_delete_unreachable_insns): For unreachable
10323         blocks, the BB_REACHABLE is now set, rather than aux being
10324         non-NULL. Update the test to reflect this.
10325
10326 2001-08-28  Eric Christopher  <echristo@redhat.com>
10327
10328         * config/mips/crtn.asm: Add comment explaining 16 byte alignment.
10329         config/mips/crti.asm: Ditto.
10330
10331 2001-08-28  Eric Christopher <echristo@redhat.com>
10332             Richard Henderson <rth@redhat.com>
10333
10334         * c-pragma.h (add_weak): Move prototype from here...
10335         * output.h (add_weak): ... to here.
10336         * varasm.c (add_weak): Fix typo.
10337         * config/mips/crti.asm: New file.
10338         * config/mips/crtn.asm: Ditto.
10339         * config/mips/elf.h (SBSS_SECTION_ASM_OP) Add #undef.
10340         (CTOR_LISTS_DEFINED_EXTERNALLY): Remove.
10341         (INVOKE__main): Ditto.
10342         (INIT_SECTION_ASM_OP): New.
10343         (FINI_SECTION_ASM_OP): Ditto.
10344         (STARTFILE_SPEC): Add crti.
10345         (ENDFILE_SPEC): Add crtn.
10346         * config/mips/elf64.h: Same.
10347         * config/mips/rtems64.h (INVOKE__main, NAME__MAIN, SYMBOL__MAIN):
10348         Remove.
10349         * config/mips/vxworks.h: Ditto.
10350         * config/mips/t-elf: Support crti and crtn.
10351
10352 2001-08-28  Alexandre Oliva  <aoliva@redhat.com>
10353
10354         * jump.c (mark_jump_label): Fix typo: REG_LABEL is EXPR_LIST, not
10355         INSN_LIST.
10356
10357 2001-08-28  Richard Henderson  <rth@redhat.com>
10358
10359         * config/ia64/ia64.md (andcmbi3, iorcmbi3): Fix typos.
10360         (one_cmplbi2 splitter): Remove redundant test.
10361
10362 2001-08-28  Dale Johannesen  <dalej@apple.com>
10363
10364         * config/rs6000/darwin.h (DEFAULT_SIGNED_CHAR): Define.
10365
10366 2001-08-28  Danny Smith  <dannysmith@users.sourceforge.net>
10367
10368         * config/i386/cygwin.h (BIGGEST_FIELD_ALIGNMENT): Set to 64.
10369
10370 2001-08-28  Stan Shebs  <shebs@apple.com>
10371
10372         * config/darwin.h (ASM_OUTPUT_LABELREF): Handle '*' names.
10373         (UNALIGNED_SHORT_ASM_OP): Define.
10374         (UNALIGNED_INT_ASM_OP): Define.
10375
10376 2001-08-28  Will Cohen  <wcohen@redhat.com>
10377
10378         * config/rs6000/rs6000.md (store_multiple): Correct RTL
10379         generation for first set.
10380
10381 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
10382
10383         * flow.c (redirect_edge_succ_nodup): Return new edge.
10384         (try_simplify_condjump): Use new edge.
10385         * basic-block.h (redirect_edge_succ_nodup): Update prototype.
10386
10387         * cse.c (cse_basic_block): Skip note instructions.
10388
10389 2001-08-27  Richard Henderson  <rth@redhat.com>
10390
10391         * combine.c (combine_simplify_rtx): Don't reverse condition
10392         if there is no reverse for the condition.
10393         (simplify_comparison): Don't simplify subregs from INT to FP.
10394
10395         * config/m68k/m68k.md (sordered, sordered_1, sunordered, sunordered_1,
10396         suneq, suneq_1, sunge, sunge_1, sungt, sungt_1, sunle, sunle_1,
10397         sunlt, sunlt_1, sltgt, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
10398         bordered, bunordered, buneq, bunge, bungt, bunle, bunlt, bltgt,
10399         bordered_rev, bunordered_rev, buneq_rev, bunge_rev, bungt_rev,
10400         bunle_rev, bunlt_rev, bltgt_rev): New patterns.
10401
10402 2001-08-27  Roman Zippel  <zippel@linux-m68k.org>
10403
10404         * config/m68k/m68k.md (subreghi1ashrdi_const32, bsetmemqi,
10405         bsetmemqi+1, strict_low_part peephole): Fix SUBREG_BYTE offset.
10406         (pushqi1): New.
10407         (adddi_dilshr32, adddi_dishl32): Only data register can be
10408         source for mem destination.
10409
10410         * expmed.c (store_bit_field): Ignore adjustment to bitpos
10411         and use bitnum to decide about register move.
10412
10413 2001-08-27  Richard Henderson  <rth@redhat.com>
10414
10415         * genattr.c (main): Emit state_t even when not doing scheduling.
10416
10417 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
10418             Richard Henderson  <rth@redhat.com>
10419
10420         * gcse.c (reg_first_set, reg_last_set): Replace with ...
10421         (reg_avail_info, current_bb): ... these.
10422         (oprs_unchanged_p, record_last_reg_set_info): Use them.
10423         (compute_hash_table): Likewise.
10424
10425 2001-08-27  Roman Zippel <zippel@linux-m68k.org>
10426
10427         * flow.c (verify_flow_info): Use checksums to verify edges.
10428
10429 2001-08-27  Richard Henderson  <rth@redhat.com>
10430
10431         * genautomata.c (expand_automata): Always create a description.
10432
10433 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
10434
10435         * optabs.c (expand_binop): Correctly handle the carry in multiword
10436         add/subtract operations.
10437
10438 2001-08-27  Fred Fish  <fnf@be.com>
10439
10440         * ginclude/stddef.h: Fix typo, __SIZE__TYPE__ should be
10441         __SIZE_TYPE__.
10442
10443 2001-08-27  Geoffrey Keating  <geoffk@redhat.com>
10444
10445         * reload.c (find_reloads_toplev): Back out this change:
10446
10447         Wed Jul 26 19:44:05 2000   Hans-Peter Nilsson  <hp@axis.com>
10448
10449         * reload.c (find_reloads_toplev): Reload a paradoxical subreg of a
10450         mem if the address is a mode_dependent_address_p.
10451
10452 2001-08-27  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>
10453
10454         * rtl.def (DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT, EXCLUSION_SET,
10455         PRESENCE_SET, ABSENCE_SET, DEFINE_BYPASS, DEFINE_AUTOMATON,
10456         AUTOMATA_OPTION, DEFINE_RESERVATION, DEFINE_INSN_RESERVATION): New
10457         RTL constructions.
10458
10459         * genattr.c (main): New variable num_insn_reservations.  Increase
10460         it if there is DEFINE_INSN_RESERVATION.  Output automaton based
10461         pipeline hazard recognizer interface.
10462
10463         * genattrtab.h: New file.
10464
10465         * genattrtab.c: Include genattrtab.h.
10466         (attr_printf, check_attr_test, make_internal_attr,
10467         make_numeric_value): Move protypes into genattrtab.h.  Define them
10468         as external.
10469         (num_dfa_decls): New global variable.
10470         (main): Process DEFINE_CPU_UNIT, DEFINE_QUERY_CPU_UNIT,
10471         DEFINE_BYPASS, EXCLUSION_SET, PRESENCE_SET, ABSENCE_SET,
10472         DEFINE_AUTOMATON, AUTOMATA_OPTION, DEFINE_RESERVATION,
10473         DEFINE_INSN_RESERVATION.  Call expand_automata and write_automata.
10474
10475         * genautomata.c: New file.
10476
10477         * rtl.h (LINK_COST_ZERO, LINK_COST_FREE): Remove them.
10478
10479         * sched-int.h: (curr_state): Add the external definition for
10480         automaton pipeline interface.
10481         (haifa_insn_data): Add comments for members blockage and units.
10482
10483         * target-def.h (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10484         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10485         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
10486         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
10487         TARGET_SCHED_DFA_POST_CYCLE_INSN,
10488         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10489         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): New
10490         macros.
10491         (TARGET_SCHED): Use the new macros.
10492
10493         * target.h (use_dfa_pipeline_interface, init_dfa_pre_cycle_insn,
10494         dfa_pre_cycle_insn, init_dfa_post_cycle_insn, dfa_post_cycle_insn,
10495         first_cycle_multipass_dfa_lookahead, init_dfa_bubbles,
10496         dfa_bubble): New members in gcc_target.sched.
10497
10498         * haifa-sched.c (insert_schedule_bubbles_p): New variable.
10499         (MAX_INSN_QUEUE_INDEX): New macro for automaton interface.
10500         (insn_queue): Redefine it as pointer to array.
10501         (NEXT_Q, NEXT_Q_AFTER): Use MAX_INSN_QUEUE_INDEX instead of
10502         INSN_QUEUE_SIZE.
10503         (max_insn_queue_index_macro_value): New variable.
10504         (curr_state, dfa_state_size, ready_try): New varaibles for
10505         automaton interface.
10506         (ready_element, ready_remove, max_issue): New function prototypes
10507         for automaton interface.
10508         (choose_ready): New function prototype.
10509         (insn_unit, blockage_range): Add comments.
10510         (unit_last_insn, unit_tick, unit_n_insns): Define them for case
10511         FUNCTION_UNITS_SIZE == 0.
10512         (insn_issue_delay, actual_hazard_this_instance, schedule_unit,
10513         actual_hazard, potential_hazard): Add comments.
10514         (insn_cost): Use cost -1 as undefined value.  Remove
10515         LINK_COST_ZERO and LINK_COST_FREE.  Add new code for automaton
10516         pipeline interface.
10517         (ready_element, ready_remove): New functions for automaton
10518         interface.
10519         (schedule_insn): Add new code for automaton pipeline interface.
10520         (queue_to_ready): Add new code for automaton pipeline interface.
10521         Use MAX_INSN_QUEUE_INDEX instead of INSN_QUEUE_SIZE.
10522         (debug_ready_list): Print newline when the queue is empty.
10523         (max_issue): New function for automaton pipeline interface.
10524         (choose_ready): New function.
10525         (schedule_block): Add new code for automaton pipeline interface.
10526         Print ready list before scheduling each insn.
10527         (sched_init): Add new code for automaton pipeline interface.
10528         Initiate insn cost by -1.
10529         (sched_finish): Free the current automaton state and finalize
10530         automaton pipeline interface.
10531
10532         * sched-rgn.c: Include target.h.
10533         (init_ready_list, new_ready, debug_dependencies): Add new code for
10534         automaton pipeline interface.
10535
10536         * sched-vis.c: Include target.h.
10537         (get_visual_tbl_length): Add code for automaton interface.
10538         (target_units, print_block_visualization):  Add comments.
10539
10540         * Makefile.in (GETRUNTIME, HASHTAB, HOST_GETRUNTIME, HOST_HASHTAB,
10541         USE_HOST_GETRUNTIME, USE_HOST_HASHTAB, HOST_VARRAY): New variables.
10542         (sched-rgn.o, sched-vis.o): Add new dependency file target.h.
10543         (getruntime.o, genautomata.o): New entries.
10544         (genattrtab.o): Add new dependency file genattrtab.h.
10545         (genattrtab): Add new dependencies.  Link it with `libm.a'.
10546         (getruntime.o, hashtab.o): New entries for canadian cross.
10547
10548         * doc/md.texi: Description of automaton based model.
10549
10550         * doc/tm.texi (TARGET_SCHED_ISSUE_RATE, TARGET_SCHED_ADJUST_COST):
10551         Add comments.
10552         (TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE,
10553         TARGET_SCHED_DFA_PRE_CYCLE_INSN,
10554         TARGET_SCHED_INIT_DFA_PRE_CYCLE_INSN,
10555         TARGET_SCHED_DFA_POST_CYCLE_INSN,
10556         TARGET_SCHED_INIT_DFA_POST_CYCLE_INSN,
10557         TARGET_SCHED_FIRST_CYCLE_MULTIPASS_DFA_LOOKAHEAD,
10558         TARGET_SCHED_INIT_DFA_BUBBLES, TARGET_SCHED_DFA_BUBBLE): The new
10559         hook descriptions.
10560         (TRADITIONAL_PIPELINE_INTERFACE, DFA_PIPELINE_INTERFACE,
10561         MAX_DFA_ISSUE_RATE): New macro descriptions.
10562
10563         * doc/contrib.texi: Add dfa based scheduler contribution.
10564
10565         * doc/gcc.texi: Add more information about genattrtab.
10566
10567 2001-08-27  Diego Novillo  <dnovillo@redhat.com>
10568
10569         * flow.c (flow_loop_dump): Do not display insn UIDs if this is not
10570         an RTL basic block.
10571
10572 2001-08-27  Richard Henderson  <rth@redhat.com>
10573
10574         * function.c (expand_function_end): Don't init arg_pointer_save_area.
10575         (get_arg_pointer_save_area): New.  Create an init it here.
10576         (fix_lexical_addr): Use it.
10577         * function.h: Declare it.
10578         * builtins.c (expand_builtin_setjmp_receiver): Use it.
10579         * stmt.c (expand_nl_goto_receiver): Use it.
10580
10581 2001-08-27  Richard Henderson  <rth@redhat.com>
10582
10583         * final.c (final_scan_insn): Don't enter APP_ON mode for
10584         empty asm strings.
10585
10586         * dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Use proper
10587         alignment for assemble_integer for DW_EH_PE_aligned.
10588         * except.c (output_function_exception_table): Likewise.
10589
10590 2001-08-26  Andreas Jaeger  <aj@suse.de>
10591
10592         * c-tree.h: Add prototyp for c_sizeof_nowarn.
10593
10594 2001-08-25 Dan Nicolaescu  <dann@ics.uci.edu>
10595
10596         * ssa-ccp.c (ssa_const_prop): Free ssa_edges.
10597
10598 2001-08-27  Alan Modra  <amodra@bigpond.net.au>
10599
10600         * config/rs6000/rs6000.c (mask_operand): Rewrite without
10601         bit-shifting loop.
10602         (mask64_operand): Likewise.
10603         (rldic_operand): Delete.
10604         (includes_lshift64_p): Delete.
10605         (includes_rldic_lshift_p): New function.
10606         (includes_rldicr_lshift_p): New function.
10607         (print_operand): Don't call rldic_operand in case 'W'.
10608         * config/rs6000/rs6000-protos.h (rldic_operand): Remove.
10609         (includes_lshift64_p): Remove.
10610         (includes_rldic_lshift_p): Declare.
10611         (includes_rldicr_lshift_p): Declare.
10612         * config/rs6000/rs6000.h (PREDICATE_CODES): Remove rldic_operand.
10613         * config/rs6000/rs6000.md <ashldi3_internal 64 bit patterns>:
10614         Replace match_operand rldic_operand predicate with
10615         const_int_operand.  Replace includes_lshift64_p condition with
10616         includes_rldic_lshift_p.
10617         <ashldi3_internal 64 bit rldicr patterns>: New.
10618
10619 2001-08-27  Andreas Jaeger  <aj@suse.de>
10620
10621         * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
10622         * errors.c: Likewise.
10623         * final.c: Likewise.
10624         * dwarf2asm.c: Likewise.
10625         * doprint.c (checkit): Likewise.
10626         * diagnostic.c: Likewise.
10627         * collect2.c: Likewise.
10628         * calls.c: Likewise.
10629         * c-semantics.c (build_stmt): Likewise.
10630         * c-format.c (status_warning): Likewise.
10631         * c-errors.c (pedwarn_c99): Likewise.
10632         * builtins.c (validate_arglist): Likewise.
10633         * config/pj/pj.c (pj_printf): Likewise.
10634         * fix-header.c: Likewise.
10635         * gcc.c: Likewise.
10636         * gcov.c (fnotice): Likewise.
10637         * gensupport.c (message_with_line): Likewise.
10638         * mips-tfile.c: Likewise.
10639         * protoize.c (notice): Likewise.
10640         * read-rtl.c (fatal_with_file_and_line): Likewise.
10641         * rtl-error.c: Likewise.
10642         * tradcpp.c: Likewise.
10643         * tree.c: Likewise.
10644         * cp/tree.c (build_min_nt): Likewise.
10645         (build_min): Likewise.
10646         * cp/lex.c: Likewise.
10647         * cp/errfn.c: Likewise.
10648         * cp/rtti.c (create_pseudo_type_info): Likewise.
10649
10650 Sun Aug 26 20:25:44 2001  Denis Chertykov  <denisc@overta.ru>
10651
10652         * df.c (df_uses_record): Return after recording all uses
10653         in ASM_OPERANDS.
10654
10655 2001-08-26  Daniel Berlin  <dan@cgsoftware.com>
10656
10657         * df.c (df_insn_modify): Realloc the INSN table here, if
10658         necessary, here, too.
10659
10660 2001-08-26  Aldy Hernandez  <aldyh@redhat.com>
10661
10662         * config/mips/mips.c (mips_function_value): Handle complex return
10663         values.
10664
10665 2001-08-25  Hans-Peter Nilsson  <hp@bitrange.com>
10666
10667         * reload1.c (reload): Make all entries in reg_equiv_memory_loc
10668         unshared.
10669         * reload.c (make_memloc): Copy result if it is still
10670         reg_equiv_memory_loc[regno] on return.
10671         (subst_reloads) [ENABLE_CHECKING]: Check that none of
10672         reg_equiv_constant, reg_equiv_memory_loc, reg_equiv_address and
10673         reg_equiv_mem are modified by the substitutions.
10674
10675 Sat Aug 25 23:07:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
10676
10677         * predict.c (expensive_function_p): New.
10678         * rtl.h (expensive_function_p): Declare.
10679         * i386.c (FAST_PROLOGUE_INSN_COUNT): New constant.
10680         (use_fast_prologue_epilogue): New static variable.
10681         (expand_prologue): Set it; emit short prologues if unset.
10682         (expand_epilogue): Likewise.
10683
10684 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
10685
10686         * config.gcc: Add stormy16-*-elf case.
10687         * config/stormy16/stormy-abi: New file.
10688         * config/stormy16/stormy16-lib2.c: New file.
10689         * config/stormy16/stormy16-protos.h: New file.
10690         * config/stormy16/stormy16.c: New file.
10691         * config/stormy16/stormy16.h: New file.
10692         * config/stormy16/stormy16.md: New file.
10693         * config/stormy16/t-stormy16: New file.
10694
10695 Sat Aug 25 15:46:51 CEST 2001  Jan Hubicka  <jh@suse.cz>
10696
10697         * i386.h (no-accumulate-outgoing-args): Use proper mask.
10698
10699 2001-08-24  David Edelsohn  <edelsohn@gnu.org>
10700
10701         * config/rs6000/rs6000.c (rs6000_initialize_trampoline): Function
10702         descriptor members are pointer size, not constant 4.
10703         * config/rs6000/rs6000.md (define_splits): Remove more unused
10704         constraints.
10705
10706 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10707
10708         * sparc.h (ASM_OUTPUT_BYTE): Fix format specifier warning.
10709
10710 2001-08-24  Andreas Jaeger  <aj@suse.de>, rkl@connect.org.uk
10711
10712         * cp/rtti.c (VPARAMS): Fix parameter.
10713
10714 2001-08-24  Zack Weinberg  <zackw@panix.com>
10715
10716         * expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
10717         to zero.
10718         (mode_for_extraction): No need for #ifdefs.  Add default-case abort
10719         to switch.
10720         (store_bit_field): Eliminate insv_bitsize variable.  Put HAVE_insv
10721         in if controlling use of insv.
10722         (extract_bit_field): Likewise, for extv and extzv.
10723
10724 Fri Aug 24 17:27:46 CEST 2001  Jan Hubicka  <jh@suse.cz>
10725
10726         * i386.md (movcc peep2): Fix load of 0.
10727
10728 2001-08-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10729
10730         * fold-const.c (tree_expr_nonnegative_p): Handle *_DIV_EXPR,
10731         *_MOD_EXPR, SAVE_EXPR and NON_LVALUE_EXPR.
10732
10733 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
10734
10735         * c-pragma.h: Move weak_syms and weak_decls...
10736         * varasm.c: ...here.  Now static.
10737         (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
10738         depend on HANDLE_PRAGMA_WEAK.
10739
10740         * c-common.c (c_alignof, c_alignof_expr): Move here...
10741         * c-typeck.c: ...from here.
10742         * c-tree.h, c-common.h: Adjust.
10743
10744 2001-08-23  Bernd Schmidt  <bernds@redhat.com>
10745
10746         * config/ia64/ia64.c (rws_update): If !pred, set write_count
10747         instead of incrementing it.
10748
10749         * config/ia64/ia64.c (ia64_sched_reorder): When there's more than one
10750         asm ready, don't try to move them all into the same array element.
10751
10752 Thu Aug 23 17:21:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
10753
10754         * function.c (thread_prologue_and_epilogue_insns): Avoid
10755         fallthru flag on edge to exit.
10756
10757         * i386.md (trunc?fsi splitter): Conditionionize for non-sse.
10758
10759         * flow.c (delete_noop_moves, propagate_block_delete_insn): Purge
10760         dead edges.
10761
10762 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
10763
10764         * config/mcore/mcore.h (MACHINE_DEPENDENT_SIMPLIFY): Remove.
10765         * config/mcore/mcore.c (mcore_dependent_simplify_rtx): Likewise.
10766         * config/mcore/mcore-protos.h (mcore_dependent_simplify_rtx):
10767         Remove prototype.
10768
10769 2001-08-23  Lars Brinkhoff  <lars@nocrew.org>
10770
10771         * genconstants.c, genpreds.c, libfuncs.h, optabs.h, rtl-error.h:
10772         replace "GNU CC" with "GCC".
10773
10774 2001-08-23  Richard Henderson  <rth@redhat.com>
10775
10776         * config/ia64/ia64.c (ia64_register_move_cost): Add mode arguemnt.
10777         Reorganize.  Handle ADDL like GR, add GR_AND_BR.  Handle TFmode.
10778         (ia64_secondary_reload_class): Need GR between AR/BR and anything.
10779         Need GR between FR and not GR_AND_FR.
10780         * config/ia64/ia64-protos.h (ia64_register_move_cost): Update.
10781         * config/ia64/ia64.h (reg_class): Add GR_AND_BR_REGS, move
10782         AR regs before GR regs.
10783         (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Update.
10784         (PREFERRED_RELOAD_CLASS): Tweak for reordered classes.
10785         (REGISTER_MOVE_COST): Update.
10786         (MEMORY_MOVE_COST): Add GR_AND_FR_REGS.
10787
10788 2001-08-23  Richard Henderson  <rth@redhat.com>
10789
10790         * regclass.c (init_reg_sets_1): Don't assume cost 2 within
10791         a register class.
10792
10793 2001-08-22  Geoffrey Keating  <geoffk@redhat.com>
10794
10795         * reload1.c (emit_reload_insns): Don't look for notes
10796         on a NULL store_insn.
10797
10798 2001-08-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10799
10800         * sparc.c (uns_small_int): Don't reference a constant >32-bit.
10801         (addrs_ok_for_ldd_peep): Fix signed/unsigned warning.
10802         (sparc_flat_function_prologue, sparc_flat_function_epilogue): Fix
10803         format specifier warnings.
10804         (sparc_sched_reorder): Mark parameter with ATTRIBUTE_UNUSED.
10805
10806 2001-08-22  David Billinghurst <David.Billinghurst@riotinto.com>
10807
10808         * config/i386/i386-protos.h: Correct declaration of
10809         i386_pe_asm_named_section.
10810
10811 2001-08-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10812
10813         * pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
10814         variable i.
10815         * pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
10816
10817 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10818
10819         * cpperror.c (print_location): Don't show _Pragma.
10820         * cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
10821         and file change callback generation here.
10822         (stack_include_file): Update use of cpp_push_buffer.
10823         * cpphash.h (_cpp_pop_file_buffer): Update prototype.
10824         (struct cpp_buffer): Remove type, pfile members.
10825         * cppinit.c (cpp_handle_option): Use free_chain.
10826         * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
10827         (skip_escaped_newlines, get_effective_char, lex_percent): Take
10828         a cpp_reader rather than a cpp_buffer.
10829         (skip_escaped_newlines, get_effective_char, skip_block_comment,
10830         skip_line_comment, parse_string, lex_percent, lex_dot,
10831         _cpp_lex_token): Update accordingly.
10832         * cpplib.c (_cpp_pop_buffer): Don't do file change callback
10833         generation here.
10834         (cpp_push_buffer): Update prototype.
10835         (run_directive): Update use of cpp_push_buffer.
10836         (_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
10837         handle_assertion): Update use of run_directive.
10838         * cpplib.h (enum cpp_buffer_type): Remove.
10839         (cpp_push_buffer): Update prototype.
10840         * fix-header.c (read_scan_file): Update.
10841
10842 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10843
10844         * gcc.c (struct prefix_list): Change prefix to const char *.
10845
10846 2001-08-22  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
10847
10848         * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
10849
10850 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
10851
10852         * explow.c (set_mem_attributes): Avoid returning a bogus alias set
10853         from a new MEM.
10854
10855         * jump.c (squeeze_notes): Take parms by reference.  Handle END being
10856         a squeezable note.
10857         * rtl.h: Adjust.
10858         * ifcvt.c (dead_or_predicable): Adjust.
10859         * loop.c (find_and_verify_loops): Adjust.
10860         * stmt.c (expand_end_case): Adjust.
10861         * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
10862         head and end insn pointers in the basic block, not just local copies.
10863         (merge_blocks_move_predecessor_nojumps): Likewise.
10864
10865 2001-08-22  Lars Brinkhoff  <lars@nocrew.org>
10866
10867         * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
10868         bitmap.h, builtin-types.def, builtins.c, builtins.def,
10869         c-aux-info.c, c-common.c, c-common.def, c-common.h,
10870         c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
10871         c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
10872         c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
10873         caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
10874         conditions.h, config.gcc, configure.frag, configure.in,
10875         conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
10876         cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
10877         dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
10878         doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
10879         dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
10880         emit-rtl.c, errors.c, errors.h, except.c, except.h,
10881         exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
10882         fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
10883         function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
10884         gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
10885         gencheck.c, gencodes.c, genconfig.c, genemit.c,
10886         genextract.c, genflags.c, gengenrtl.c, genmultilib,
10887         genopinit.c, genoutput.c, genpeep.c, genrecog.c,
10888         gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
10889         ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
10890         graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
10891         gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
10892         gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
10893         hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
10894         integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
10895         libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
10896         machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
10897         mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
10898         mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
10899         params.h, predict.c, predict.def, predict.h, prefix.c,
10900         prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
10901         read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
10902         regclass.c, regmove.c, regrename.c, regs.h, reload.c,
10903         reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
10904         rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
10905         sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
10906         sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
10907         ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
10908         stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
10909         tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
10910         tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
10911         unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
10912         unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
10913         xcoffout.h: replace "GNU CC" with "GCC".
10914
10915 2001-08-21  Richard Henderson  <rth@redhat.com>
10916
10917         * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
10918         (final_scan_insn): Consider jump tables data even if we have no
10919         independent text section if !JUMP_TABLES_IN_TEXT_SECTION.  Use
10920         ADDR_VEC_ALIGN.
10921         * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
10922         (ASM_OUTPUT_CASE_END): Remove.
10923         (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
10924         * config/ia64/ia64.md (tablejump): Decode pc-relative references.
10925         * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
10926
10927 2001-08-21  Richard Henderson  <rth@redhat.com>
10928
10929         * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
10930         at barrier insns.  Emit stop bits before barriers.
10931
10932         * flow.c (flow_find_cross_jump): Don't consider unconditional
10933         return insns for commoning.
10934
10935         * final.c (compute_alignments): Fix typo.
10936
10937         * expmed.c (CODE_FOR_insv, gen_insv): Provide defaults.
10938         (CODE_FOR_extv, gen_extv, CODE_FOR_extzv, gen_extzv): Likewise.
10939         (store_bit_field): Use mode_for_extraction more places.
10940         (extract_bit_field): Likewise.
10941
10942 2001-08-21  Zack Weinberg  <zackw@panix.com>
10943
10944         * caller-save.c: Don't include insn-codes.h.
10945         (reg_save_code, reg_restore_code): Make arrays of int.
10946         All uses updated to match.
10947         (insert_save, insert_restore): No need to initialize "code"
10948         variable upon declaration.
10949         * Makefile.in: update dependencies; fix typo in clean rule.
10950
10951 2001-08-21  Richard Henderson  <rth@redhat.com>
10952
10953         * ifcvt.c (find_if_block): Allow join_bb as EXIT.
10954         (merge_if_block): Handle fallout from same.
10955
10956 2001-08-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10957
10958         * builtins.c (type_to_class): Fix typo in last change.
10959
10960 2001-08-21  Richard Henderson  <rth@redhat.com>
10961
10962         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't emit '#' if
10963         ia64_asm_output_label.
10964
10965         * config/ia64/crtbegin.asm (__do_global_dtors_aux): Use saved
10966         copy of gp while the real gp register contains garbage.
10967
10968 2001-08-21  Zack Weinberg  <zackw@panix.com>
10969
10970         * expmed.c (mode_for_extraction): New function.
10971         (store_bit_field, extract_bit_field): Use it.
10972         * expr.h: Prototype it and provide an enum for its first argument.
10973
10974         * combine.c, function.c, recog.c: Don't include insn-codes.h.
10975         Use mode_for_extraction rather than testing HAVE_insv/extv/extzv
10976         and digging through the insn_data tables.
10977         * Makefile.in: Update dependencies.
10978
10979 2001-08-22  Neil Booth  <neil@daikokuya.demon.co.uk>
10980
10981         * cppfiles.c (stack_include_file): line-map.c now handles include
10982         depth.
10983         (handle_missing_handler): Similarly.
10984         (_cpp_execute_include): Similarly.
10985         (_cpp_pop_file_buffer): Similarly.
10986         * cpphash.h (struct cpp_reader): Remove system_include_depth,
10987         buffer_stack_depth and include_depth.
10988         * cpplib.c (do_include_common): line-map.c now handles include depth.
10989         (cpp_push_buffer): Similarly.
10990         (_cpp_pop_buffer): Similarly.
10991         * cppmacro.c (builtin_macro): Update.
10992         * line-map.c (init_line_maps): Set depth.
10993         (add_line_map): Increment "used" earlier.  Update and use the
10994         include depth.
10995         (trace_include): Use the include depth.
10996         * line-map.h (struct line_maps): New member depth.
10997
10998 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
10999
11000         * cppfiles.c (stack_include_file): Don't handle -H here.
11001         * cppinit.c (cpp_start_read): Set include tracing after
11002         cpp_post_options and after stacking the main file.
11003         * line-map.c (trace_include): New.
11004         (init_line_maps, add_line_map): Update.
11005         * line-map.h (struct line_maps): New member trace_includes.
11006
11007 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
11008
11009         * cppfiles.c (stack_include_file): Harmonize system headerness tests.
11010         * cppfiles.c (stack_include_file): Only stack a file if there
11011         is something to do.  Return a boolean indicating whether a
11012         buffer was stacked or not.
11013         (_cpp_execute_include): Similarly.
11014         (_cpp_read_file): Similarly.
11015         * cpphash.h (_cpp_read_file, _cpp_execute_include): Update prototypes.
11016
11017 2001-08-21  Sam Steingold  <sds@gnu.org>
11018
11019         * tradcpp.c (rescan): define obufp_before_macroname before RECACHE
11020         (RECACHE): keep obufp_before_macroname up to date
11021
11022 2001-08-21  Zack Weinberg  <zackw@panix.com>
11023
11024         * stmt.c: Don't include insn-codes.h.
11025         (expand_end_case): Machine specific logic moved to expr.c.
11026         No need to worry about __builtin_classify_type.
11027         (check_for_full_enumeration_handling, emit_case_nodes):
11028         Kill #if 0 blocks.
11029
11030         * builtins.o (expand_builtin_classify_type): Split up so code
11031         can be shared with fold_builtin_classify_type.
11032         (type_to_class, fold_builtin_classify_type): New functions.
11033         (fold_builtins): Handle __builtin_classify_type.
11034
11035         * expr.c (do_tablejump): Now static.
11036         (case_values_threshold, try_casesi, try_tablejump): New;
11037         code mostly from stmt.c (expand_end_case).
11038         (expr.h): Update prototypes.
11039
11040         * Makefile.in (stmt.o): Update dependencies.
11041
11042 2001-08-21  Will Cohen  <wcohen@redhat.com>
11043
11044         * configure/alpha/alpha.h (CONDITIONAL_REGISTER_USAGE): Added local
11045         declaration of variable i.
11046         * configure/rs6000/rs6000.h (CONDITIONAL_REGISTER_USAGE): Added local
11047         declaration of variable i.
11048
11049 2001-08-21  Richard Henderson  <rth@redhat.com>
11050
11051         * crtstuff.c: Fix thinko last change.  Move list tails to start
11052         of CRT_END section.  Tidy ifdefs.
11053         (__EH_FRAME_BEGIN__): Always static for ELF.
11054         (__do_global_ctors_1): Rename from __frame_dummy.
11055         * config/mips/iris6.h (LINK_SPEC): Update for __do_global_ctors_1
11056         name change; don't hide __EH_FRAME_BEGIN__.
11057
11058 2001-08-21  Richard Henderson  <rth@redhat.com>
11059
11060         * gdbinit.in: Move break on exit after break on fancy_abort.
11061
11062         * config/ia64/ia64.c (ia64_return_in_memory): True for variable
11063         sized types.
11064
11065 2001-08-21  Neil Booth  <neil@daikokuya.demon.co.uk>
11066
11067         * cpphash.h (_cpp_push_next_buffer): New.
11068         * cppinit.c (do_includes): Remove.
11069         (push_include, free_chain, _cpp_push_next_buffer): New.
11070         (cpp_start_read): Use them to rework command line option handling.
11071         (cpp_handle_option): Combine handling of -include and -imacros.
11072         * cpplex.c (_cpp_lex_token): Push a new -include buffer if
11073         appropriate.  Always insert missing \n at EOF.
11074         * cpplib.c (start_directive): Get the directive position right.
11075         * cppmain.c (cb_file_change): Always print the first line, unless
11076         preprocessed.
11077
11078 2001-08-20  Andreas Jaeger  <aj@suse.de>
11079
11080         * profile.c (compute_branch_probabilities): Remove extra new-line
11081         in error message.
11082         * flow.c (verify_flow_info): Likewise.
11083
11084 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
11085
11086         * basic-block.h (basic_block): Add new field 'flags'.
11087         (BB_REACHABLE): Define.
11088         (expunge_block): Declare.
11089         * flow.c (ENTRY_BLOCK_PTR): Initialize field 'flags'.
11090         (EXIT_BLOCK_PTR): Ditto.
11091         (expunge_block): Remove static declaration.
11092         (cleanup_cfg): Clear bb->aux on every basic block.
11093         (find_unreachable_blocks): Set BB_REACHABLE bit in bb->flags when
11094         computing reachability.
11095         (delete_unreachable_blocks): Delete block b if b->flags has
11096         BB_REACHABLE unset.
11097
11098 2001-08-20  Diego Novillo  <dnovillo@redhat.com>
11099
11100         * doc/invoke.texi: Replace references to -fdump-tree with -fdump-ast.
11101
11102 2001-08-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11103
11104         * sparc.c (sparc_variable_issue): Fix typo in last change.
11105
11106 2001-08-20  Richard Henderson  <rth@redhat.com>
11107
11108         * varasm.c (assemble_integer): Document ppc-eabi -mrelocatable losage.
11109
11110 2001-08-20  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11111
11112         * pa.h (RETURN_IN_MEMORY): Improve comment.
11113
11114 2001-08-20  Janis Johnson  <janis187@us.ibm.com>
11115
11116         * doc/invoke.texi (Profiling options): Clarify the interactions
11117         between -fprofile-arcs and -ftest-coverage, -fprofile-arcs.
11118
11119 2001-08-20  Jeffrey Oldham  <oldham@codesourcery.com>
11120
11121         * crtstuff.c (__do_global_ctors): Fix typo in preprocessing
11122         command.
11123
11124 2001-08-20  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11125
11126         * gcc.c (make_relative_prefix): Allocate a sufficiently large
11127         buffer.
11128
11129 2001-08-20  Richard Henderson  <rth@redhat.com>
11130
11131         * final.c (end_final): Fix typo last change.
11132
11133 2001-08-20  Neil Booth  <neil@daikokuya.demon.co.uk>
11134
11135         * cppinit.c (init_standard_includes): The returned buffer
11136         is already malloc-ed.
11137         * gcc.c (add_prefix): Similarly.
11138         * prefix.c (translate_name): Update to support clear buffer
11139         ownership rules.
11140         (update_path): Similarly.  Be sure to free any newly allocated
11141         key.  UPDATE_PATH_HOST_CANONICALIZE takes only one argument.
11142         (tr): New function.
11143         * prefix.h (update_path): Update prototype and document.
11144         * config/i386/xm-djgpp.h (UPDATE_PATH_HOST_CANONICALIZE): Clean
11145         up and update to new buffer ownership rules.
11146         * doc/gcc.texi (UPDATE_PATH_HOST_CANONICALIZE): Update.
11147
11148 Mon Aug 20 01:44:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
11149
11150         * final.c (compute_alignments): New function.
11151         (init_insn_lengths): Do not care label_align.
11152         (LABEL_ALIGN_AFTER_BARRIER): Default to 1.
11153         (LABEL_ALIGN_AFTER_BARRIER_MAX_SKIP): Default to 0.
11154         (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): New.
11155         (shorted_branches): Realloc label_align array; do
11156         not call init_insn_lengths; Do not care about loop alignments.
11157         * output.h (compute_alignments): Declare.
11158         * toplev.c (rest_of_compilation): Call compute_alignments.
11159         * tm.texi (JUMP_ALIGN, JUMP_ALIGN_MAX_SKIP): Document.
11160
11161         * predict.c (block_info_def): Add npredecesors, remove nvisited;
11162         change visited to tovisit.
11163         (propagate_freq): Use faster traversing algorithm.
11164         (estimate_loops_at_level, estimate_bb_frequencies): Change visited
11165         to tovisit; reverse meaning.
11166
11167         * predict.c (struct block_info_def): Remove nvisited.
11168         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
11169         (estimate_bb_frequencies): Call mark_dfs_back_edges.
11170
11171 2001-08-19  Geoffrey Keating  <geoffk@redhat.com>
11172
11173         * doc/invoke.texi (MIPS Options): Document -mfused-madd.
11174         * config/mips/mips.h (MASK_NO_FUSED_MADD): New.
11175         (TARGET_FUSED_MADD): New.
11176         (TARGET_SWITCHES): Add -mfused-madd, -mno-fused-madd.
11177         * config/mips/mips.md: Add TARGET_FUSED_MADD as condition to
11178         the multiply-add instructions.
11179
11180 2001-08-19  Richard Henderson  <rth@redhat.com>
11181
11182         * dwarf2asm.c (dw2_output_indirect_constant_1): The symbol ref
11183         is aligned to pointer size.
11184
11185 2001-08-19  Richard Henderson  <rth@redhat.com>
11186
11187         * config/ia64/ia64.c (ia64_cycle_display): Only emit cycle
11188         display markers during final schedule.
11189
11190 2001-08-19  Richard Henderson  <rth@redhat.com>
11191
11192         * function.c (gen_mem_addressof): Don't call get_alias_set if no decl.
11193
11194 2001-08-19  Richard Henderson  <rth@redhat.com>
11195
11196         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Handle @ and *
11197         in the same string.
11198         (ASM_NAME_TO_STRING): Remove.
11199         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Handle @ and *
11200         in the same string.  Remove support for expressions.
11201
11202 2001-08-19  Richard Henderson  <rth@redhat.com>
11203
11204         * config/i386/i386.md (tablejump): Make an expander; handle
11205         pic relative addressing here.
11206         (tablejump_1): Rename from tablejump_pic.
11207         (casesi): Remove.
11208
11209 2001-08-19  Richard Henderson  <rth@redhat.com>
11210
11211         * regclass.c (fix_register): Fix typo.
11212
11213 2001-08-18  Richard Henderson  <rth@redhat.com>
11214
11215         * config/ia64/unwind-ia64.c (UNW_REG_B0): New.
11216         (struct _Unwind_Context): Expand br_loc to hold it.
11217         (uw_frame_state_for): Handle leaf functions better.
11218         (uw_update_reg_address): Update for br_loc change.
11219
11220 2001-08-18  Richard Henderson  <rth@redhat.com>
11221
11222         * crtstuff.c: Move list heads before code that uses them.
11223         (__JCR_LIST__): Remove initial null.
11224         (frame_dummy, __frame_dummy): Do java registration here ...
11225         (__do_global_ctors_aux): ... not here.
11226
11227         * config/ia64/crtbegin.asm (dtor_ptr): Make gp-relative.
11228         (__do_global_dtors_aux): Update to match.
11229         (__JCR_LIST__, __do_jv_register_classes): New.
11230         (.init): Call it.
11231         * config/ia64/crtend.asm (__JCR_END__): New.
11232         (__do_global_ctors_aux): Use a GPREL64I reloc to __CTOR_END__
11233         instead of an indirect LTOFF22 reloc.
11234
11235 2001-08-18  Richard Henderson  <rth@redhat.com>
11236
11237         * flow.c (mark_regs_live_at_end): Use regs_invalidated_by_call.
11238         * regclass.c (init_reg_sets_1): Fix typo.
11239         * config/ia64/ia64.c (ar_pfs_reg_operand): New.
11240         (ia64_expand_call): Pass ar.pfs to sibcall expanders.
11241         (ia64_compute_frame_size): Make ar.unat live when in use.
11242         (ia64_epilogue_uses): Reformat; do not check current_function_is_leaf
11243         for ar.pfs; remove ar.unat handling.
11244         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): ar.unat is
11245         call-saved.
11246         (PREDICATE_CODES): Add ar_pfs_reg_operand.
11247         * config/ia64/ia64-protos.h: Update decls.
11248         * config/ia64/ia64.md (sibcall_nopic): Use ar.pfs.
11249         (sibcall_pic): Likewise.
11250
11251 2001-08-18  Richard Henderson  <rth@redhat.com>
11252
11253         * config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
11254         pred_rel_mutex when searching for insn_group_barrier.
11255         * config/ia64/ia64.md (cycle_display): Combine the expander
11256         and insn patterns.
11257
11258         * config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
11259         bit before asm as needed.
11260
11261 2001-08-18  Richard Henderson  <rth@redhat.com>
11262
11263         * timevar.def (TV_MACH_DEP): New.
11264         * toplev.c (rest_of_compilation): Use it.
11265         * config/ia64/ia64.c (ia64_reorg): Push to TV_SCHED2.
11266
11267 2001-08-18  Zack Weinberg  <zackw@panix.com>
11268
11269         * unwind-dw2.c (execute_stack_op): Add default aborts to
11270         the inner switches to prevent warnings.
11271
11272 2001-08-18  Richard Henderson  <rth@redhat.com>
11273
11274         * timevar.h (struct timevar_time_def): Change element type to float.
11275         (ticks_to_msec, clocks_to_msec): Likewise.
11276         (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Rescale to seconds; use type float.
11277         (get_time): Likewise.
11278         (timevar_print): Adjust zero check and printing to match.
11279
11280 2001-08-18  Zack Weinberg  <zackw@panix.com>
11281
11282         * doc/extend.texi, doc/gcc.texi, doc/install-old.texi,
11283         doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/include/gpl.texi:
11284         Eliminate overfull or underfull hboxes.
11285
11286 2001-08-18  Zack Weinberg  <zackw@panix.com>
11287
11288         * cpperror.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.
11289
11290 2001-08-18  Zack Weinberg  <zackw@panix.com>
11291
11292         * haifa-sched.c: Convert to target hooks.  Macros replaced
11293         are ISSUE_RATE, ADJUST_COST, ADJUST_PRIORITY, MD_SCHED_INIT,
11294         MD_SCHED_REORDER, MD_SCHED_REORDER2, MD_SCHED_VARIABLE_ISSUE,
11295         MD_SCHED_FINISH, and HAVE_cycle_display.
11296         * target-def.h (TARGET_SCHED_ADJUST_COST,
11297         TARGET_SCHED_ADJUST_PRIORITY, TARGET_SCHED_ISSUE_RATE,
11298         TARGET_SCHED_VARIABLE_ISSUE, TARGET_SCHED_INIT,
11299         TARGET_SCHED_FINISH, TARGET_SCHED_REORDER,
11300         TARGET_SCHED_REORDER2, TARGET_SCHED_CYCLE_DISPLAY):
11301         New hook #defines to be overridden.
11302         (TARGET_SCHED): Bring them all together.
11303         (TARGET_INITIALIZER): Update.
11304         * target.h: Don't forward declare struct rtx_def.  Use 'rtx'
11305         instead of 'struct rtx_def *' throughout.
11306         (struct sched): New set of hooks for the scheduler.
11307         * Makefile.in (haifa-sched.o): Depend on target.h.
11308         * doc/tm.texi: Document the new scheduler hooks, together in
11309         their own section, instead of scattered around.
11310         Fix a bunch of underfull/overfull hboxes.
11311
11312         * a29k.h, alpha.h, arm.h, c4x.h, convex.h, d30v.h, i386.h,
11313         ia64.h, m32r.h, m88k.h, mips.h, pa.h, rs6000.h, s390.h, sh.h,
11314         sparc.h: Don't define any of the old scheduler macros.
11315
11316         * a29k.c, alpha.c, arm.c, c4x.c, convex.c, d30v.c, i386.c,
11317         ia64.c, m32r.c, m88k.c, mips.c, pa.c, rs6000.c, s390.c, sh.c,
11318         sparc.c: Create hook functions from code extracted from
11319         corresponding target header, or make existing hooks static, as
11320         appropriate.  Set the appropriate entries in targetm.
11321
11322         * alpha-protos.h, arm-protos.h, c4x-protos.h, d30v-protos.h,
11323         i386-protos.h, ia64-protos.h, m32r-protos.h, pa-protos.h,
11324         rs6000-protos.h, s390-protos.h, sparc-protos.h:
11325         Remove prototypes for functions which are now static.
11326
11327         * d30v.h, d30v.c, m32r.h, m32r.c: Remove #ifdef HAIFA and
11328         related gunk; the Haifa scheduler is now the only choice.
11329
11330 2001-08-18  Zack Weinberg  <zackw@panix.com>
11331
11332         * optabs.h (OTI_flodiv, flodiv_optab): Kill.
11333         * genopinit.c: Put floating point divide insns in sdiv_optab.
11334         * expr.c (expand_expr): Use sdiv_optab, not flodiv_optab.
11335         * config/gofast.h, config/c4x/c4x.h,
11336         config/ia64/hpux_longdouble.h, config/mips/mips.h,
11337         config/pa/long_double.h, config/rs6000/sysv4.h,
11338         config/sparc/sparc.h: Put floating point divide libcalls in sdiv_optab.
11339         * optabs.c (init_optab): Break into new_optab, init_optab, init_optabv.
11340         (init_optabs): Use init_optabv for overflow-trapping optabs.
11341         Don't init flodiv_optab.  Give mov_optab, movstrict_optab, and
11342         cmp_optab RTX codes so have_insn_for can find them.
11343
11344         * optabs.c (expand_simple_binop, expand_simple_unop,
11345         have_insn_for, gen_sub3_insn): New interfaces.
11346         * expr.h: Prototype new functions.
11347         (enum optab_methods): Move here from optabs.h.
11348
11349         * builtins.c, combine.c, doloop.c, function.c, ifcvt.c,
11350         loop.c, profile.c, simplify-rtx.c, stmt.c, unroll.c:
11351         Use new functions instead of working directly with optabs.
11352         * doloop.c, ifcvt.c, loop.c, profile.c, simplify-rtx.c,
11353         unroll.c: Don't include optabs.h.
11354         * caller-save.c, combine.c, function.c, stmt.c: Just include
11355         insn-codes.h, not optabs.h.
11356         * Makefile.in: Update dependencies.
11357
11358         * combine.c (make_compound_operation, simplify_comparison):
11359         Fix typos testing for this or that instruction.
11360
11361 2001-08-18  Herman A.J. ten Brugge  <Haj.Ten.Brugge@net.HCC.nl>
11362
11363         * mklibgcc.in: Prefer LIB1ASMFUNCS over LIB2_DIVMOD_FUNCS when
11364         generating libgcc.a.
11365
11366 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11367
11368         * except.c (TYPE_HASH): Delete.
11369
11370         * objc/objc-act.c (HASHFUNCTION): Cast to size_t, not
11371         HOST_WIDE_INT.
11372
11373         * tree.c (TYPE_HASH): Delete.
11374
11375         * tree.h (TYPE_HASH): Define.
11376
11377 2001-08-18  Graham Stott  <grahams@redhat.com>
11378
11379         * config/mips/mips.md (adddi3_internal_2+1): Remove constraints from
11380         define_split.
11381         (adddi3_internal_2+2): Likewise.
11382         (eh_set_lr_di+1): Likewise.
11383
11384 2001-08-17  Richard Henderson  <rth@redhat.com>
11385
11386         * defaults.h (UNALIGNED_SHORT_ASM_OP, UNALIGNED_INT_ASM_OP,
11387         UNALIGNED_DOUBLE_INT_ASM_OP, ASM_BYTE_OP): Move from ...
11388         * dwarf2asm.c: ... here.
11389         * dwarfout.c: Remove them.
11390
11391         * varasm.c (assemble_integer): Add align parameter.
11392         (assemble_real, output_constant, output_constructor): Likewise.
11393         * output.h: Update decls.
11394         * dwarf2asm.c, final.c, varasm.c, config/darwin.c, config/nextstep.c,
11395         config/alpha/alpha.c, config/arm/arm.md, config/clipper/clipper.c,
11396         config/m88k/m88k.c, config/mcore/mcore.md, config/mips/mips.h,
11397         config/mips/mips.md, config/pa/pa.c, config/rs6000/rs6000.c,
11398         config/rs6000/rs6000.h, config/s390/s390.h, config/sh/sh.md:
11399         Update all callers.
11400
11401         * final.c (end_final): Abort profile block generation if we
11402         haven't layed it out properly.
11403         * output.h (assemble_eh_integer): Remove stale decl.
11404         * varasm.c (assemble_zeros): Tidy; use assemble_integer.
11405         (min_align): New.
11406         (assemble_integer): Handle unaligned data.
11407         (assemble_real): Abort on unaligned data.
11408         (output_constructor): Don't assume ASM_OUTPUT_ALIGN 0 does
11409         anything useful.
11410         (default_dtor_section_asm_out_destructor): Use assemble_align.
11411         (default_named_section_asm_out_constructor): Likewise.
11412         (default_ctor_section_asm_out_constructor): Likewise.
11413         * config/darwin.c (machopic_asm_out_constructor): Likewise.
11414         (machopic_asm_out_destructor): Likewise.
11415         * config/nextstep.c (nextstep_asm_out_constructor): Likewise.
11416         (nextstep_asm_out_destructor): Likewise.
11417         * config/alpha/alpha.c (vms_asm_out_constructor): Likewise.
11418         (vms_asm_out_destructor): Likewise.
11419
11420 2001-08-17  Richard Henderson  <rth@redhat.com>
11421
11422         * config/mips/iris6.h (TARGET_IRIX6): New.
11423         (current_section_name, current_section_flags): New.
11424         (ASM_OUTPUT_ALIGN, ASM_FILE_START, ASM_FILE_END): New.
11425         (MAX_OFILE_ALIGNMENT): New.
11426         (ASM_OUTPUT_ALIGNED_LOCAL): Use bss_section.
11427         * config/mips/mips.c (mips_make_temp_file, temp_filename): Remove.
11428         (copy_file_data): Split out from
11429         (mips_asm_file_end): ... here.
11430         (mips_asm_file_start): Remove extra .section directive.  Use
11431         tmpfile instead of mips_make_temp_file.
11432         (mips_unique_section): Use const char * as needed for warnings.
11433         (iris6_asm_named_section_1): Renamed from iris6_asm_named_section;
11434         re-add align parameter.
11435         (iris6_asm_named_section): New.
11436         (iris_section_align_entry_eq, iris_section_align_entry_hash): New.
11437         (iris6_asm_output_align, iris6_section_align_1): New.
11438         (iris6_asm_file_start, iris6_asm_file_end): New.
11439         * config/mips/mips-protos.h: Update decls.
11440
11441 2001-08-17  Janis Johnson  <janis187@us.ibm.com>
11442
11443         * doc/install.texi (Install GCC): Add links to build status pages.
11444         (Specific): Ditto.
11445         (Final install): Ditto; request updates for specific info
11446
11447 2001-08-17  Neil Booth  <neil@daikokuya.demon.co.uk>
11448
11449         * cpperror.c (print_location):  Don't take a file name; use the
11450         line map instead.
11451         (_cpp_begin_message): Similarly.
11452         (cpp_ice, cpp_fatal, cpp_error, cpp_error_with_line, cpp_warning,
11453         cpp_warning_with_line, cpp_pedwarn, cpp_pedwarn_with_line): Update.
11454         (cpp_pedwarn_with_file_and_line): Remove.
11455         * cppfiles.c (stack_include_file): Update; set filename to stdin
11456         here when appropriate.
11457         * cpphash.h (struct cpp_buffer): Remove nominal_fname.
11458         (_cpp_begin_message): Don't take a file name.
11459         * cppinit.c: Add comment.
11460         * cpplex.c: Fix end-of-directive indicator.
11461         * cpplib.c: Don't include intl.h.
11462         (run_directive, do_diagnostic): Update.
11463         (do_line): Update to not use nominal_fname.
11464         (cpp_push_buffer): Don't take a filename.
11465         * cpplib.h (struct ht): Remove.
11466         (cpp_push_buffer): Don't take a filename.
11467         (cpp_pedwarn_with_file_and_line): Remove.
11468         * cppmacro.c (struct cpp_macro): Remove file.
11469         (builtin_macro): Update.
11470         (_cpp_create_definition): Update.
11471         * cppmain.c: Correct comment.
11472         * fix-header.c (read_scan_file): Update.
11473
11474 2001-08-17  Kazu Hirata  <kazu@hxi.com>
11475
11476         * sbitmap.c: Fix comment formatting.
11477         * sched-deps.c: Likewise.
11478         * sibcall.c: Likewise.
11479         * simplify-rtx.c: Likewise.
11480         * ssa.c: Likewise.
11481         * ssa-ccp.c: Likewise.
11482         * stor-layout.c: Likewise.
11483         * timevar.c: Likewise.
11484         * toplev.c: Likewise.
11485         * unwind-dw2.c: Likewise.
11486         * unwind-dw2-fde.c: Likewise.
11487         * varasm.c: Likewise.
11488
11489 2001-08-17  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11490
11491         * pa.h (RETURN_IN_MEMORY): Return types with a size that is varable
11492         or larger than an integer in memory.
11493
11494 2001-08-17  Zack Weinberg  <zackw@panix.com>
11495
11496         * system.h: Forward-declare struct rtx_def, struct rtvec_def,
11497         and union tree_node.  Typedef rtx, rtvec, and tree.  Fix comment.
11498         * rtl.h: Don't forward-declare union tree_node here.  Don't
11499         typedef rtx or rtvec here.  Change all uses of struct rtx_def *,
11500         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
11501         and tree respectively.
11502         * tree.h: Don't forward-declare struct rtx_def here.  Don't
11503         typedef tree here.  Change all uses of struct rtx_def *,
11504         struct rtvec_def *, or union tree_node * to use rtx, rtvec,
11505         and tree respectively.
11506
11507 2001-08-17  Richard Henderson  <rth@redhat.com>
11508
11509         * config/mips/elf.h, config/mips/elf64.h, config/mips/netbsd.h,
11510         config/mips/openbsd.h: Fix typos last change.
11511
11512 2001-08-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11513
11514         * doc/invoke.texi (Optimize Options): The default for
11515         -finline-limit is 600.
11516
11517 2001-08-17  Richard Henderson  <rth@redhat.com>
11518
11519         * varasm.c (text_section): Allow TEXT_SECTION to override the
11520         printing of TEXT_SECTION_ASM_OP.
11521         * dwarf2out.c (TEXT_SECTION_NAME): Rename from TEXT_SECTION.
11522         (DATA_SECTION, BSS_SECTION): Remove.
11523         * dwarfout.c (TEXT_SECTION_NAME, DATA_SECTION_NAME, DATA1_SECTION_NAME,
11524         RODATA_SECTION_NAME, RODATA1_SECTION_NAME, BSS_SECTION_NAME):
11525         Rename from s/_NAME//.
11526         * config/mips/mips.h (TARGET_FILE_SWITCHING): Add !TARGET_MIPS16.
11527         (ASM_DECLARE_FUNCTION_NAME): Move file switching ...
11528         (TEXT_SECTION): ... here.  New.
11529         * config/mips/elf.h (TEXT_SECTION): New; no file switching.
11530         * config/mips/elf64.h, config/mips/netbsd.h: Likewise.
11531         * config/mips/openbsd.h: Likewise.
11532         * config/mips/mips.c (mips_asm_file_start): Tidy file switching test.
11533         (mips_asm_file_end): Likewise test.
11534         (mips_output_function_epilogue): Likewise.  Switch back to data
11535         section after emitting the function.
11536
11537         * doc/tm.texi (Sections): Document TEXT_SECTION.
11538
11539 2001-08-17  Richard Henderson  <rth@redhat.com>
11540
11541         * dwarf2out.c (dwarf2out_init): Don't emit .debug_loc label here.
11542         (dwarf2out_finish): Do it here.  Emit .debug_loc before .debug_info.
11543
11544 2001-08-17  Richard Henderson  <rth@redhat.com>
11545
11546         * varasm.c (assemble_variable): Don't overalign if DECL_USER_ALIGN.
11547         * crtstuff.c (__CTOR_LIST__, __DTOR_LIST__, __EH_FRAME_BEGIN__,
11548         __JCR_LIST__, __CTOR_END__, __DTOR_END__, __FRAME_END__,__JCR_END__):
11549         Add aligned attribute.
11550
11551 2001-08-17  Andrew Haley  <aph@cambridge.redhat.com>
11552
11553         * config/sh/sh.md: Add modes to unspecs in first insn to match
11554         those in the second.
11555
11556         * Makefile.in: Fix collect2 copy for Cygwin.
11557
11558 Fri Aug 17 15:48:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
11559
11560         Install the proper patch.
11561         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
11562         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
11563         (expand_function_start): Likewise.
11564         * stmt.c (expand_decl): Likewise.
11565         * varasm.c (make_decl_rtx): Likewise.
11566
11567 Fri Aug 17 15:41:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
11568
11569         * final.c: Undo my previous accidental checkin.
11570         * output.h: Likewise.
11571         * tm.texi: Likewise.
11572
11573 2001-08-16  Richard Henderson  <rth@redhat.com>
11574
11575         * varasm.c (named_section_flags): Remove align parameter.
11576         * varasm.c, dwarf2out.c: Update all callers.
11577         * output.h: Update prototypes.
11578
11579         * target.h (target.asm_out.named_section): Remove align parameter.
11580         * varasm.c, config/a29k/a29k.c, config/alpha/alpha.c,
11581         config/arm/arm.c, config/c4x/c4x.c, config/h8300/h8300.c,
11582         config/i386/i386.c, config/i386/winnt.c, config/m68k/m68k.c,
11583         config/mcore/mcore.c, config/mips/mips.c, config/rs6000/rs6000.c,
11584         config/sh/sh.c, config/sparc/sparc.c: Update implementations to match.
11585
11586         * varasm.c (in_named_entry_eq, in_named_entry_hash): New.
11587         (get_named_section_flags, set_named_section_flags): New.
11588         (named_section_flags): Use them.
11589         (named_section): Do decl vs section flags check here...
11590         (default_section_type_flags): ... not here.
11591         (init_varasm_once): Create in_named_htab.
11592         (resolve_unique_section): Mark reloc unused.
11593
11594 2001-08-16  Richard Henderson  <rth@redhat.com>
11595
11596         * varasm.c (force_const_mem): Keep pool alignment in bits.
11597         (output_constant_pool): Use assemble_align.
11598
11599 2001-08-16  Zack Weinberg  <zackw@panix.com>
11600
11601         * doc/tm.texi: Remove extra @table command.
11602
11603 2001-08-16  Zack Weinberg  <zackw@panix.com>
11604
11605         * final.c (shorten_branches): Clear the end of the label_align
11606         array only if we made it larger.  Break up messy expressions
11607         for clarity.
11608
11609         * diagnostic.c (internal_error): Check for error recursion
11610         before doing ICE suppression.
11611
11612         * timevar.c: Timing variables now count in milliseconds.
11613         (init_timevar): Set up ticks_to_msec and clocks_to_msec here.
11614         (get_time): Not here.
11615         (timevar_print): Don't print any timer whose user, cpu, and
11616         wall times are all zero as displayed.
11617         * timevar.h: Update comment aboout units.  Make timevar
11618         counters unsigned.
11619
11620 Thu Aug 16 17:39:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
11621
11622         * function.c (put_var_into_stack): Temporarily clear DECL_RTL.
11623         (assign_params): Avoid setting DECL_RTL to unfinished RTX.
11624         (expand_function_start): Likewise.
11625         * stmt.c (expand_decl): Likewise.
11626         * varasm.c (make_decl_rtx): Likewise.
11627
11628 2001-08-16  Jason Merrill  <jason_merrill@redhat.com>
11629
11630         * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.
11631         (finalize_record_size): Don't set TYPE_USER_ALIGN.
11632
11633 2001-08-16  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11634
11635         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unused
11636         variables.
11637
11638 2001-08-16  Andreas Jaeger  <aj@suse.de>
11639
11640         * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frame
11641         prototype.
11642
11643 Wed Aug 15 15:22:52 EDT 2001  John Wehle  (john@feith.com)
11644
11645         * rtl.h (only_sets_cc0_p): New prototype.
11646         * jump.c (sets_cc0_p): Handle INSN.
11647         (only_sets_cc0_p): New function.
11648         * flow.c (merge_blocks_nomove): Use only_sets_cc0_p.
11649         (tidy_fallthru_edge): Likewise.
11650         * integrate.c (copy_insn_list): Likewise.
11651         * unroll.c (unroll_loop): Likewise.
11652         (copy_loop_body): Likewise.
11653
11654 2001-08-15  Jason Eckhardt  <jle@redhat.com>
11655
11656         * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".
11657
11658 Wed Aug 15 14:24:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
11659
11660         * predict.c (struct block_info_def): Remove nvisited.
11661         (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions.
11662         (estimate_bb_frequencies): Call mark_dfs_back_edges.
11663
11664         * i386.c (ix86_agi_dependant): Lea causes AGI only on the Pentium
11665         (ix86_adjust_cost): Teach scheduler that latency to load operand can
11666         be masked.
11667
11668 Wed Aug 15 12:41:32 CEST 2001  Jan Hubicka  <jh@suse.cz>
11669
11670         * predict.def: Update hitrates.
11671
11672 2001-08-15  Richard Henderson  <rth@redhat.com>
11673
11674         * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.
11675
11676 Tue Aug 14 17:30:59 2001  Jeffrey A Law  (law@cygnus.com)
11677
11678         * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEG
11679         note from its associated jump.
11680
11681 2001-08-14  Ulrich Weigand  <uweigand@de.ibm.com>
11682
11683         * config/s390/linux64.h (CPP_PREDEFINES): Define __s390__
11684         also on 64-bit s390x targets.
11685
11686 2001-08-14  Nick Clifton  <nickc@cambridge.redhat.com>
11687
11688         * config/arm/arm.c (arm_compute_initial_elimination_offset): New
11689         function.
11690         (arm_expand_prologue): Handled nested functions which take a
11691         variable argument list.
11692         * config/arm/arm.h (ARM_INITIAL_ELIMINATION_OFFSET): Replace
11693         macro with an invocation of
11694         arm_compute_initial_elimination_offset.
11695         * config/arm/arm-protos.h: Prototype
11696         arm_compute_initial_elimination_offset.
11697
11698 2001-08-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11699
11700         * doc/install.texi (Specific, avr): Fix markup.
11701         (Specific, c4x): Ditto.
11702
11703 2001-08-14  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11704
11705         * predict.c (dump_prediction): Change `bool' parameter to `int'.
11706
11707 2001-08-14  Gabriel Dos Reis  <gdr@codesourcery.com>
11708
11709         * Makefile.in (OBJS): Add rtl-error.o
11710         (rtl-error.o): New rule.
11711         (diagnostic.o): Adjust dependency.
11712         diagnostic.c (file_and_line_for_asm, diagnostic_for_asm,
11713         error_for_asm, _fatal_insn, _fatal_insn_not_found,
11714         warning_for_asm): Move to...
11715         rtl-error.c: ...here.  New file.
11716
11717 2001-08-14  Richard Henderson  <rth@redhat.com>
11718
11719         * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_frame
11720         if USING_SJLJ_EXCEPTIONS.
11721
11722 2001-08-14  Steve Ellcey <sje@cup.hp.com>
11723
11724         * tlink.c (scan_linker_output): Check string for unsatisfied in
11725         addition to undefined and unresolved.
11726
11727 2001-08-14  Graham Stott  <grahams@redhat.com>
11728
11729         * libgcc2.c (*): Replace EH_FRAME_SECTION with
11730         EH_FRAME_SECTION_NAME.
11731
11732 Tue Aug 14 14:57:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
11733
11734         * genattrtab.c (simplify_test_exp_in_temp): New function.
11735         (simplify_test_exp): Avoid explicit use of temporary obstack.
11736         (simplify_cond, insert_right_side, evaluate_eq_attr,
11737         simplify_and_tree, simplify_or_tree, eliminate_known_true):
11738         Use simplify_test_exp_in_temp.
11739         (optimize_attrs): Iterate until expression stabilizes.
11740
11741 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>:
11742
11743         * glimits.h: Remove the __LONG_MAX__ special case for s390x.
11744         * config/s390/linux64.h: Define __LONG_MAX__ in CPP_PREDEFINES.
11745
11746 2001-08-13  Richard Henderson  <rth@redhat.com>
11747
11748         * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
11749         (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
11750         * config/arm/conix-elf.h: Likewise.
11751
11752 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
11753
11754         * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is done
11755         in gcc.c.
11756         * config/rs6000/sysv4.h (LINK_SPEC): Likewise.
11757
11758         * gcse.c (hash_scan_set): Expressions that are set as part of
11759         jump instructions are not available.
11760
11761 2001-08-13  Ulrich Weigand  <uweigand@de.ibm.com>
11762
11763         * config/s390/s390.c (print_operand, s390_function_prologue,
11764         s390_va_start): Fixed HOST_WIDE_INT type mismatch.
11765
11766 2001-08-13  Richard Henderson  <rth@redhat.com>
11767
11768         * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.
11769         * defaults.h (EH_FRAME_SECTION_NAME): Respect it.
11770         * doc/tm.texi (Exception Region Output): Document it.
11771
11772 2001-08-13  Geoffrey Keating  <geoffk@redhat.com>
11773
11774         * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Use
11775         DWARF2 instead of stabs by default.
11776
11777 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
11778
11779         * config/rs6000/rs6000.c: Include optabs.h.
11780
11781 2001-08-13  David Edelsohn  <edelsohn@gnu.org>
11782
11783         * config/rs6000/eabi.asm: Define 64-bit versions of FPR
11784         save/restore routines.
11785         * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros.
11786
11787 2001-08-13  Andreas Jaeger  <aj@suse.de>
11788
11789         * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,
11790         the english is correct.
11791
11792 2001-08-13  Zack Weinberg  <zackw@panix.com>
11793
11794         * expr.h: Split out optab- and libfunc-related code to...
11795         * optabs.h, libfuncs.h: ... these new headers.
11796
11797         * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h.
11798         (OPTABS_H): New.
11799         (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to
11800         dependencies.
11801         * mkconfig.sh: Don't include insn-codes.h from config.h.
11802
11803         * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether
11804         enum insn_code is available.  Move reload_in_optab and
11805         reload_out_optab array declarations to optabs.h.
11806         * regmove.c (gen_add3_insn): Move to optabs.c, export from
11807         there, prototype in expr.h.
11808         * gencodes.c: Cleanup: zap global variables, don't use
11809         printf where puts will do, don't bother defining MAX_INSN_CODE
11810         which nothing uses, let CODE_FOR_nothing get its value implicitly.
11811
11812         * genemit.c, genopinit.c: Include optabs.h in generated file.
11813         * genoutput.c: Include insn-codes.h in generated file.
11814         * builtins.c, caller-save.c, combine.c, doloop.c, explow.c,
11815         expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c,
11816         reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c,
11817         config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c,
11818         config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c,
11819         config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c:
11820         Include optabs.h.
11821         * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c,
11822         optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c,
11823         config/m88k/m88k.c, config/sparc/sparc.c:
11824         Include libfuncs.h.
11825         * reload.c: Include expr.h and optabs.h before reload.h.
11826         * config/alpha/alpha.c: Include tree.h before reload.h.
11827         * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h,
11828         and reload.h in that order.
11829         * config/sparc/sparc.c: Include debug.h.
11830         * recog.c: Include insn-codes.h.
11831
11832 2001-08-13  Andreas Jaeger  <aj@suse.de>
11833
11834         * config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
11835         s390*linux.
11836
11837 2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11838
11839         * dwarf2out.c (output_cfa_loc): Fix typo in comment.
11840         * gcc.c (init_spec): Fix typo in comment.
11841         * varasm.c (data_section): Fix typo in comment.
11842
11843 Mon Aug 13 02:27:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
11844
11845         * predict.c (dump_prediction): New argument "USED".
11846         (combine_predictions_for_insn): Determine the used heuristics,
11847         output the case no heuristic applied.
11848         * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New.
11849
11850 2001-08-13  Andreas Jaeger  <aj@suse.de>
11851
11852         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
11853         register %rip.
11854
11855 2001-08-13  Kazu Hirata  <kazu@hxi.com>
11856
11857         * jump.c: Fix formatting.
11858
11859 2001-08-13  Kazu Hirata  <kazu@hxi.com>
11860
11861         * config/h8300/h8300.md (zero_extendqihi2): Correct the insn
11862         length.
11863
11864 2001-08-12  Geoffrey Keating  <geoffk@redhat.com>
11865
11866         * loop.c (check_dbra_loop): Use condjump_label to compute
11867         jump_label.
11868
11869         * rtl.h: Move prototypes of rtx_alloc and rtvec_alloc around
11870         to better document the files they're in.
11871
11872 2001-08-12  Zack Weinberg  <zackw@panix.com>
11873
11874         * recog.h (struct insn_operand_data): Shrink 'mode' field
11875         to 16 bits.
11876
11877 2001-08-12  Kazu Hirata  <kazu@hxi.com>
11878
11879         * gcc.c: Fix comment formatting.
11880         * gccspec.c: Likewise.
11881         * gcov.c: Likewise.
11882         * gcse.c: Likewise.
11883         * genemit.c: Likewise.
11884         * gengenrtl.c: Likewise.
11885         * genrecog.c: Likewise.
11886         * gensupport.c: Likewise.
11887         * ggc-page.c: Likewise.
11888         * global.c: Likewise.
11889         * graph.c: Likewise.
11890         * ifcvt.c: Likewise.
11891         * integrate.c: Likewise.
11892         * lcm.c: Likewise.
11893         * libgcc2.c: Likewise.
11894         * loop.c: Likewise.
11895         * mbchar.c: Likewise.
11896         * optabs.c: Likewise.
11897         * predict.c: Likewise.
11898         * prefix.c: Likewise.
11899         * profile.c: Likewise.
11900         * protoize.c: Likewise.
11901         * real.c: Likewise.
11902         * recog.c: Likewise.
11903         * regclass.c: Likewise.
11904         * regmove.c: Likewise.
11905         * reg-stack.c: Likewise.
11906         * reload1.c: Likewise.
11907         * resource.c: Likewise.
11908         * rtlanal.c: Likewise.
11909         * rtl.c: Likewise.
11910
11911 2001-08-12  Kazu Hirata  <kazu@hxi.com>
11912
11913         * doc/tm.texi (ENCODE_SECTION_INFO): Add documentation on how
11914         a tree representing a constant is passed to the macro.
11915
11916 2001-08-12  Richard Henderson  <rth@redhat.com>
11917
11918         * config/rs6000/rs6000.c (rs6000_elf_asm_out_constructor): New.
11919         (rs6000_elf_asm_out_destructor): New.
11920         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): Remove.
11921         (DTORS_SECTION_ASM_OP): Remove.
11922         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
11923         (ASM_OUTPUT_INT): Don't hack TARGET_RELOCATABLE for constructors.
11924
11925 2001-08-12  David Edelsohn  <edelsohn@gnu.org>
11926
11927         Revert:
11928         2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11929         * gcc.c (set_collect_gcc_options): New function, split out from
11930         main.
11931         Ignore elided switches.
11932         (do_spec_1): Invoke before executing command.
11933         (set_input): Export.
11934         Move declaration ...
11935         * gcc.h (set_input): ... here.
11936         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
11937         file.
11938
11939 2001-08-12  Richard Henderson  <rth@redhat.com>
11940
11941         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Fix
11942         thinko wrt TARGET_RELOCATABLE.
11943
11944 2001-08-12  Neil Booth  <neil@daikokuya.demon.co.uk>
11945
11946         * fix-header.c (cb_file_change): Update prototype.
11947
11948 2001-08-11  Zack Weinberg  <zackw@panix.com>
11949
11950         * toplev.c (set_float_handler): Make static.
11951         * toplev.h: Don't prototype set_float_handler.
11952
11953         * simplify-rtx.c: Don't include setjmp.h.
11954         (simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
11955         New functions.
11956         (simplify_unary_operation, simplify_binary_operation): Use them,
11957         via do_float_handler.
11958
11959         * fold-const.c: Don't include setjmp.h.
11960         (exact_real_inverse_1): New function.
11961         (exact_real_inverse): Use it, via do_float_handler.
11962
11963         * varasm.c: Don't include setjmp.h.
11964         (assemble_real_1): New function.
11965         (assemble_real): Use it, via do_float_handler.
11966         Call internal_error if we get a trap here.
11967
11968         * c-parse.in, cse.c, cselib.c, config/i386/i386.c,
11969         config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
11970
11971 2001-08-11  Zack Weinberg  <zackw@panix.com>
11972
11973         * defaults.h: Define PREFERRED_STACK_BOUNDARY to
11974         STACK_BOUNDARY if not already defined.
11975
11976         * calls.c, function.c, reload1.c, explow.c: Don't default
11977         PREFERRED_STACK_BOUNDARY.  Remove all #if/#ifdef on
11978         PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
11979
11980         * explow.c (allocate_dynamic_stack_space): Change unsafe #if
11981         to run-time test.
11982
11983         * doc/tm.texi: Document that STACK_BOUNDARY is required;
11984         clarify difference between it and PREFERRED_STACK_BOUNDARY.
11985
11986 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
11987
11988         * cppmacro.c (enter_macro_context): Push macro expansions even
11989         if empty.
11990
11991 2001-08-11  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11992
11993         * config/rs6000/rs6000.c: Include integrate.h to silence warning.
11994         (rs6000_elf_section_type_flags): Actually return a value.
11995
11996 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
11997
11998         * s390.c, s390.h, s390.md, s390-protos.h, linux.h, t-linux:
11999         Clean up code: add missing comments and prototypes, fix warnings,
12000         remove obsolete code, fix spacing to conform to coding style.
12001
12002 2001-08-11  Ulrich Weigand  <uweigand@de.ibm.com>
12003
12004         * config/s390/s390.c (targetm): Define TARGET_ASM_OPEN_PAREN
12005         and TARGET_ASM_CLOSE_PAREN.
12006         (regclass_map): CC register belongs to class NO_REGS.
12007         (legitimize_pic_address): Don't generate unnecessary moves
12008         (to avoid confusing loop optimization).
12009         (check_and_change_labels): Replace jump_long by indirect_jump.
12010         (s390_final_chunkify): Don't start a new literal pool on section
12011         switch in 64-bit code.
12012         (s390_va_start, s390_va_arg): Fixed incorrect sizes for 64-bit.
12013
12014         * config/s390/s390.h (TARGET_SWITCHES): Renamed debug_arg to debug.
12015         (MAX_BITS_PER_WORD, MAX_LONG_TYPE_SIZE): Set to 64 (for 64-bit).
12016         (HARD_REGNO_MODE_OK, RETURN_IN_MEMORY): Support complex integer
12017         modes correctly.
12018         (reg_class, REG_CLASS_NAMES, REG_CLASS_CONTENTS): Remove CC_REGS.
12019         (EH_RETURN_HANDLER_RTX): Fixed incorrect offset for 64-bit.
12020         (CONST_COSTS): Fixed incorrect costs.
12021
12022         * config/s390/s390.md (fixuns_trunc[sd]f[sd]i2, udivsi3, umodsi3):
12023         Use emit_jump instead of emit_jump_insn (gen_jump).
12024         (divsi3, modsi3): Clobber low word of divmoddisi3 before shifting
12025         (to avoid confusing flow analysis).
12026         (tablejump, tablejump1, tablejump2): Removed.  Replaced by casesi.
12027         (casesi, casesi_jump): New.
12028         (jump_long): Removed.  Functionality merged into indirect_jump.
12029         (indirect_jump): Accept address_operand, not just register_operand.
12030         (cjump_long, icjump_long): Use same logic as indirect_jump.
12031         (builtin_setjmp_setup, builtin_setjmp_receiver, builtin_longjmp):
12032         Fixed broken setjmp/longjmp handling.
12033         (do_builtin_setjmp_setup): Removed.
12034
12035         * config/s390/linux.h (ASM_OUTPUT_DOUBLE_INT): Work around
12036         broken GNU as versions that don't accept .quad with large
12037         negative values.  Use hexadecimal output instead.
12038         (ASM_OUTPUT_ADDR_DIFF_ELT): Adapt to new casesi insn.
12039         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN, FUNCTION_PROLOGUE,
12040         FUNCTION_EPILOGUE): Removed.  Now in targetm.
12041
12042         * config/s390/linux64.h (CALL_USED_REGISTERS): Add CC register.
12043
12044         * config/s390/fixdfdi.h: Add missing copyright statement.
12045         Fix type conflicts on 64-bit.  Add missing SFmode routines.
12046
12047         * s390.c, s390.h, s390.md, linux.h, linux64.h: Fixed incorrect
12048         email address.
12049
12050 2001-08-11  Richard Henderson  <rth@redhat.com>
12051
12052         * rtl.h (REG_EH_RETHROW): Remove.
12053         * rtl.c (reg_note_name): Update.
12054         * combine.c (distribute_notes): Don't check for it.
12055
12056 2001-08-11  Richard Henderson  <rth@redhat.com>
12057
12058         * combine.c (distribute_notes): Place REG_SETJMP.
12059
12060 2001-08-11  Richard Henderson  <rth@redhat.com>
12061
12062         * doc/extend.texi (Arrays and pointers implementation): Discourage
12063         relying on sign-extension of pointers.
12064
12065 2001-08-11  H.J. Lu <hjl@gnu.org>
12066
12067         * config/mips/linux.h (EXTRA_SECTIONS): Remove in_ctors and
12068         in_dtors.
12069         (EXTRA_SECTION_FUNCTIONS): Remove DTORS_SECTION_ASM_OP and
12070         RDATA_SECTION_ASM_OP.
12071
12072 2001-08-11  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12073
12074         * doc/install.texi (Specific, c4x): Fix cross-reference to the
12075         main manual to work both for info and HTML versions.
12076
12077 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12078             Matt Kraai <kraai@alumni.carnegiemellon.edu>
12079
12080         * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
12081         * cpphash.h (CPP_IN_SYSTEM_HEADER): Fix.
12082         (struct cpp_pool): New member first.
12083         * cppinit.c (append_include_chain): Plug memory leaks.
12084         * cpplib.c (cpp_register_pragma, cpp_register_pragma_space):
12085         Allocate pragma structures from the (aligned) macro pool to
12086         avoid leaking memory.
12087         * cpplex.c (_cpp_init_pool, _cpp_free_pool): Use pool->first
12088         so we don't leak memory.
12089         * hashtable.c (ht_destroy): New.
12090         * hashtable.h (ht_destroy): New.
12091
12092 2001-08-11  Neil Booth  <neil@daikokuya.demon.co.uk>
12093             Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12094
12095         * c-lex.c (map): Make const.
12096         (cb_file_change): Update for callback passing a line map.
12097         Don't assume we have a previous map.  Remove sanity check
12098         about popping too many files.
12099         * cpperror.c (print_location): Make map const.
12100         * cppfiles.c (stack_include_file): Update; line maps now hold sysp.
12101         (cpp_make_system_header): Similarly.
12102         (search_from): Similarly.
12103         (_cpp_execute_include): Don't remember where we came from.
12104         * cpphash.h (struct cpp_buffer): Remove return_to_line, sysp.
12105         (struct cpp_reader): Make map const.
12106         (CPP_IN_SYSTEM_HEADER, _cpp_do_file_change): Update.
12107         * cpplib.c (do_line): Update; line maps now hold sysp.
12108         (cpp_push_buffer): Similarly.
12109         (_cpp_do_file_change): Similarly; callback with map instead.
12110         (cpp_get_line_maps): Constify return value.
12111         (_cpp_pop_buffer): Update.
12112         * cpplib.h (struct cpp_file_change): Remove.
12113         (struct cpp_callbacks): Update.
12114         (cpp_get_line_maps): Constify return value.
12115         * cppmacro.c (_cpp_create_definition): Update.
12116         * cppmain.c (struct printer): Constify map.
12117         (maybe_print_line): Similarly.
12118         (print_line): Similarly.  Deduce flags 1 and 2 here.
12119         (cb_file_change): Update.
12120         * line-map.c (free_line_maps): Warn regardless.
12121         (add_line_map): Return pointer to const.  When passed NULL to_file
12122         with LC_LEAVE, use the obvious values for the return point so the
12123         caller doesn't have to figure them out.
12124         (lookup_line): Return pointer to const.
12125         (print_containing_files): Take pointer to const.
12126         * line-map.h (struct line_map): New members reason, sysp.
12127         (add_line_map): Return pointer to const.
12128         (lookup_line): Similarly.
12129         (print_containing_files): Take pointer to const.
12130
12131 2001-08-10  Roman Zippel  <zippel@linux-m68k.org>
12132             Richard Henderson  <rth@redhat.com>
12133
12134         * regmove.c (regmove_optimize): Avoid setting a register twice in
12135         a parallel set.
12136
12137 2001-08-10  Richard Henderson  <rth@redhat.com>
12138
12139         * doc/extend.texi (Arrays and pointers implementation): Document
12140         behavior of pointer/integer conversion.
12141
12142 2001-08-10  Ulrich Weigand  <uweigand@de.ibm.com>
12143
12144         * glimits.h (__LONG_MAX__): Add s390x as 64-bit architecture.
12145
12146 2001-08-10  Richard Henderson  <rth@redhat.com>
12147
12148         * doc/extend.texi (C Implementation): New chapter.
12149         * doc/gcc.texi (Top): Link it in.
12150
12151 2001-08-10  Andrew Cagney  <ac131313@redhat.com>
12152
12153         * doc/install.texi (Specific): Fix CVS merge botch.
12154
12155 2001-08-10  Richard Henderson  <rth@redhat.com>
12156
12157         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): Protect with
12158         ifdef CTOR_LIST_BEGIN instead of INIT_SECTION_ASM_OP.
12159
12160 2001-08-10  Zack Weinberg  <zackw@stanford.edu>
12161
12162         * calls.c, function.c: Always define PREFERRED_STACK_BOUNDARY
12163         if not already defined.  Remove all #ifdefs on STACK_BOUNDARY;
12164         this macro is now required.
12165
12166         * cselib.c (cselib_process_insn), flow.c (propagate_block),
12167         loop.c (find_and_verify_loops), reload.c (reload): Check
12168         for rtx code of CALL_INSN, not CALL, when deciding if we
12169         need to check for REG_SETJMP note.
12170
12171         * gcse.c (compute_hash_table, compute_store_table): Update
12172         the #ifdef NON_SAVING_SETJMP code to the new REG_SETJMP
12173         logic.
12174
12175         * config/avr/avr.c: Fix typo.
12176         * config/convex/convex.c (expand_movstr): Use adjust_address.
12177         * config/dsp16xx/dsp16xx.c: Define dsp16xx_compare_gen
12178         variable.
12179         * config/dsp16xx/dsp16xx.md: Correct calls to replace_equiv_address.
12180         * config/elxsi/elxsi.c: Include tree.h, expr.h, regs.h, and flags.h.
12181         Fix typo.
12182         * config/elxsi/elxsi.h: Don't define Rmode (typo for Pmode?)
12183         Do define STACK_BOUNDARY.
12184         * config/i370/i370.c: Include expr.h.
12185         * config/i860/sysv3.h, config/i860/sysv4.h, config/m32r/m32r.h,
12186         config/pa/som.h, config/v850/v850.h: Take in_ctors and
12187         in_dtors out of EXTRA_SECTIONS; take CTORS_SECTION_FUNCTION
12188         and DTORS_SECTION_FUNCTION out of EXTRA_SECTION_FUNCTIONS.
12189         * config/m88k/m88k.c: Include c-tree.h after expr.h.
12190         * config/pdp11/pdp11.c: Include expr.h and toplev.h.
12191         * config/romp/romp.c: Include expr.h after tree.h.
12192         Include toplev.h.
12193         (output_fpop): Use xmalloc, not oballoc.
12194         * config/we32k/we32k.c: Include expr.h.
12195
12196 2001-08-10  Kazu Hirata  <kazu@hxi.com>
12197
12198         * config/h8300/h8300.h: Fix formatting.
12199
12200 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
12201
12202         * c-common.h (RETURN_NULLIFIED_P): Lose.
12203         * c-semantics.c (genrtl_return_stmt): Don't check it.
12204
12205 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12206
12207         * config/mips/mips.c (mips_add_large_offset_to_sp): New function.
12208         (mips_annotate_frame_insn): New function.
12209         (mips_emit_frame_related_store): New function.
12210         (save_restore_insns): Don't mark instructions that set up the base
12211         registers as frame-related.  Add REG_FRAME_RELATED_EXPR notes to
12212         the store instructions instead.
12213         (mips_expand_prologue): If the stack size is moved into a temporary
12214         register, do not mark that move as frame-related.  Add a
12215         REG_FRAME_RELATED_EXPR note to the stack adjustment instruction.
12216
12217 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12218
12219         * config/mips/mips.c (save_restore_insns): Don't mark the RA's
12220         stack slot as unchanging if current_function_calls_eh_return.
12221
12222 2001-08-10  Richard Sandiford  <rsandifo@redhat.com>
12223
12224         * config/mips/mips.md (reload_incc): Use HARD_REGNO_NREGS to
12225         access the second half of the TFmode scratch operand.
12226
12227 2001-08-10  Anthony Green  <green@redhat.com>
12228
12229         * java/class.c (emit_register_classes): Conditionalize code on
12230         JCR_SECTION_NAME.
12231
12232 2001-08-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12233
12234         * doc/install.texi (Specific, avr): Fix cross-reference to the
12235         main manual to work both for info and HTML versions.
12236
12237 2001-08-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12238
12239         * stmt.c (expand_null_return_1): Remove code to generate simple returns
12240         and "use_goto" argument.
12241         (expand_null_return, expand_value_return): Update all callers.
12242         * function.c (expand_function_end): Remove code to generate simple
12243         return.
12244         * config/vax/vax.md (epilogue): New expander for function return.
12245         * doc/md.texi (epilogue): Remove "if defined".
12246
12247 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
12248
12249         * Makefile.in: Partially revert my previous change:
12250         put -DGENERATOR_FILE back in HOST_CFLAGS, take it out
12251         of the hashtab.o and safe-ctype.o rules.
12252
12253 2001-08-09  Richard Henderson  <rth@redhat.com>
12254
12255         * Makefile.in (MAYBE_USE_COLLECT2): Remove; purge all uses.
12256         (USE_COLLECT2): Remove duplicate definition.
12257         * config.gcc (a29k-udi, a29k-wrs-vxworks) [tm_file]: Remove a29k/udi.h.
12258         (use_collect2): Remove dead code.
12259         * configure.in (use_collect2): Remove will_use_collect2 and
12260         maybe_use_collect2; add USE_COLLECT2 to host_xm_defines and xm_defines.
12261         * configure: Rebuild.
12262
12263         * target.h (targetm.asm_out.constructor): New.
12264         (targetm.asm_out.destructor, targetm.have_ctors_dtors): New.
12265         * target-def.h (TARGET_ASM_CONSTRUCTOR): New.
12266         (TARGET_ASM_DESTRUCTOR, TARGET_HAVE_CTORS_DTORS): New.
12267         * varasm.c (in_ctors, in_dtors): New.
12268         (assemble_constructor, assemble_destructor): Remove.
12269         (default_stabs_asm_out_destructor): New.
12270         (default_named_section_asm_out_destructor): New.
12271         (dtors_section, default_dtor_section_asm_out_destructor): New.
12272         (default_stabs_asm_out_constructor): New.
12273         (default_named_section_asm_out_constructor): New.
12274         (ctors_section, default_ctor_section_asm_out_constructor): New.
12275         * output.h: Update declarations.
12276         * c-decl.c (c_expand_body): Use target hooks instead of
12277         assemble_constructor and assemble_destructor.
12278         * profile.c (output_func_start_profiler): Likewise.
12279         * objc/objc-act.c (finish_objc): Likewise.
12280         (build_module_descriptor): Tidy.  Set TREE_PUBLIC properly
12281         for the constructor.
12282         * objc/Make-lang.in (objc-act.o): Depend on TARGET_H.
12283
12284         * crtstuff.c (CTORS_SECTION_ASM_OP): Don't define.
12285         (DTORS_SECTION_ASM_OP): Likewise.
12286         (__CTOR_LIST__): Use attribute section when possible.
12287         (__DTOR_LIST__, __CTOR_END__, __DTOR_END__): Likewise.
12288
12289         * defaults.h (EH_FRAME_SECTION_NAME): Don't depend on
12290         ASM_OUTPUT_CONSTRUCTOR.
12291
12292         * config/darwin.c (machopic_asm_out_constructor): New.
12293         (machopic_asm_out_destructor): New.
12294         * config/darwin-protos.h: Update declarations.
12295         * config/darwin.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12296         (ASM_OUTPUT_DESTRUCTOR): Remove.
12297         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12298         * config/nextstep.c (nextstep_asm_out_constructor): New.
12299         (nextstep_asm_out_destructor): New.
12300         * config/nextstep.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12301         (ASM_OUTPUT_DESTRUCTOR): Remove.
12302         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12303         * config/nextstep21.h: Undef TARGET_ASM_*STRUCTOR instead of
12304         ASM_OUTPUT_*STRUCTOR.
12305         * config/i386/aix386ng.h: Likewise.
12306
12307         * config/elfos.h (CTORS_SECTION_ASM_OP, DTORS_SECTION_ASM_OP): Remove.
12308         (EXTRA_SECTIONS, EXTRA_SECTION_FUNCTIONS): No ctors/dtors.
12309         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
12310         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12311         * config/lynx.h: Likewise.
12312         * config/netware.h: Likewise.
12313         * config/psos.h: Likewise.
12314         * config/alpha/alpha-interix.h: Likewise.
12315         * config/alpha/elf.h: Likewise.
12316         * config/arc/arc.h: Likewise.
12317         * config/arm/aof.h: Likewise.
12318         * config/arm/coff.h: Likewise.
12319         * config/arm/elf.h: Likewise.
12320         * config/c4x/c4x.h: Likewise.
12321         * config/h8300/h8300.h: Likewise.
12322         * config/i386/cygwin.h: Likewise.
12323         * config/i386/djgpp.h: Likewise.
12324         * config/i386/i386-coff.h: Likewise.
12325         * config/i386/i386-interix.h: Likewise.
12326         * config/i386/sco5.h: Likewise.
12327         * config/i386/vsta.h: Likewise.
12328         * config/i386/win32.h: Likewise.
12329         * config/i960/i960-coff.h: Likewise.
12330         * config/ia64/sysv4.h: Likewise.
12331         * config/m68hc11/m68hc11.h: Likewise.
12332         * config/m68k/coff.h: Likewise.
12333         * config/m68k/mot3300.h: Likewise.
12334         * config/m88k/m88k.h: Likewise.
12335         * config/mcore/mcore-pe.h: Likewise.
12336         * config/mcore/mcore.h: Likewise.
12337         * config/mips/elf.h: Likewise.
12338         * config/mips/elf64.h: Likewise.
12339         * config/mips/iris6.h: Likewise.
12340         * config/pa/pa64-hpux.h: Likewise.
12341         * config/rs6000/sysv4.h: Likewise.
12342         * config/sh/sh.h: Likewise.
12343         * config/sparc/litecoff.h: Likewise.
12344
12345         * config/svr3.h (CTORS_SECTION_ASM_OP): Remove.
12346         (CTORS_SECTION_FUNCTION, DTORS_SECTION_FUNCTION): Remove.
12347         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12348         * config/1750a/1750a.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12349         (ASM_OUTPUT_DESTRUCTOR): Remove.
12350         * config/a29k/a29k.c: Move include of tree.h.
12351         * config/a29k/udi.h: Delete file.
12352         * config/alpha/alpha.c (vms_asm_out_constructor): New.
12353         (vms_asm_out_destructor): New.
12354         * config/alpha/vms.h (EXTRA_SECTIONS): No ctors/dtors.
12355         (EXTRA_SECTION_FUNCTIONS): Likewise.
12356         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12357         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12358         * config/c4x/c4x.c: Move include of tree.h.
12359         * config/clipper/clipper.c (clix_asm_out_constructor): New.
12360         (clix_asm_out_destructor): New.
12361         * config/clipper/clix.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12362         (ASM_OUTPUT_DESTRUCTOR): Remove.
12363         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12364         * config/i386/aix386.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12365         (TARGET_ASM_CONSTRUCTOR): New.
12366         * config/i386/i386.c (ix86_svr3_asm_out_constructor): New.
12367         (sco_asm_out_constructor): New.
12368         * config/i386/sco5.h (TARGET_ASM_CONSTRUCTOR): New.
12369         * config/i386/svr3gas.h: Remove stack grows up code.
12370         Remove code duplicated from i386/sysv3.h.
12371         (TARGET_ASM_CONSTRUCTOR): New.
12372         (ASM_OUTPUT_CONSTRUCTOR, ASM_OUTPUT_DESTRUCTOR): Remove.
12373         (DTORS_SECTION_FUNCTION, CTORS_SECTION_FUNCTION): Remove.
12374         * config/i386/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12375         (TARGET_ASM_CONSTRUCTOR): New.
12376         * config/m68hc11/m68hc11.c (m68hc11_asm_out_constructor): New.
12377         (m68hc11_asm_out_destructor): New.
12378         * config/m68hc11/m68hc11.h (TARGET_ASM_CONSTRUCTOR): New.
12379         (TARGET_ASM_DESTRUCTOR): New.
12380         * config/m68k/auxgas.h: Don't undef ASM_OUTPUT_*STRUCTOR.
12381         * config/m68k/dpx2.h: Properly undef all the bits inherited from
12382         config/svr3.h pertaining to section manipulation.
12383         * config/m68k/dpx2g.h: Remove #if 0 code.
12384         * config/m68k/m68k.c (m68k_svr3_asm_out_constructor): New.
12385         * config/m68k/tower-as.h (ASM_OUTPUT_SOURCE_LINE): Fix typo.
12386         (ASM_OUTPUT_CONSTRUCTOR): Remove.
12387         (TARGET_ASM_CONSTRUCTOR): New.
12388         * config/m88k/m88k.c (m88k_layout_frame): Don't use assign_stack_local.
12389         (m88k_svr3_asm_out_constructor): New.
12390         (m88k_svr3_asm_out_destructor): New.
12391         * config/m88k/sysv3.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12392         (ASM_OUTPUT_DESTRUCTOR): Remove.
12393         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12394         * config/mips/mips.h: Remove #if 0 ASM_OUTPUT_*STRUCTOR code.
12395         * config/rs6000/aix.h: Likewise.
12396         * config/mips/rtems64.h: Don't undef removed constructor related bits.
12397         * config/mips/vxworks.h: Likewise.
12398         * config/rs6000/lynx.h: Likewise.
12399         * config/sh/elf.h: Likewise.
12400         * config/rs6000/sysv4.h (CTORS_SECTION_ASM_OP): New.
12401         (DTORS_SECTION_ASM_OP): New.
12402         * config/sparc/linux64.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12403         (ASM_OUTPUT_DESTRUCTOR): Remove.
12404         * config/sparc/sol2-sld-64.h: Likewise.
12405         * config/vax/vax.c (vms_asm_out_constructor): New.
12406         (vms_asm_out_destructor): New.
12407         * config/vax/vms.h (ASM_OUTPUT_CONSTRUCTOR): Remove.
12408         (ASM_OUTPUT_DESTRUCTOR): Remove.
12409         (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): New.
12410
12411         * doc/tm.texi (@node Initialization): Update.
12412
12413 2001-08-09  Richard Henderson  <rth@redhat.com>
12414
12415         * config/alpha/crtbegin.asm (__JCR_LIST__): New.
12416         (__do_global_dtors_aux): Use gp-relative static data to avoid
12417         one dynamic relocation.
12418         (__do_frame_setup): Register Java classes.
12419         * config/alpha/crtend.asm (__JCR_END__): New.
12420
12421 2001-08-09  Zack Weinberg  <zackw@stanford.edu>
12422
12423         * Makefile.in (HOST_CFLAGS): Take out -DGENERATOR_FILE.
12424         (CONFIG_H, TCONFIG_H, TM_P_H): Update.
12425         (GEN, STAGESTUFF): Add new files.
12426         (insn-constants.h, s-constants, tm-preds.h, s-preds,
12427         genconstants, genpreds, genconstants.o, genpreds.o): New rules.
12428         (hashtab.o, safe-ctype.o): Add -DGENERATOR_FILE.
12429         * mkconfig.sh: Include tm-preds.h in tm_p.h; insn-constants.h
12430         as well as insn-codes.h and insn-flags.h in config.h; and no
12431         extra headers in tconfig.h and hconfig.h.
12432
12433         * gencodes.c: Eliminate code to generate predicate declarations
12434         or #defines for md-file constants.
12435         * genconstants.c, genpreds.c: New files.
12436
12437         * i386.md: Re-order guard expressions such that TARGET_64BIT
12438         comes first, when this permits better optimization.  Add
12439         TARGET_64BIT to more x86-64 patterns.  Add comment explaining
12440         why this is desirable.
12441
12442 2001-08-09  Jakub Jelinek  <jakub@redhat.com>
12443
12444         * config/ia64/fde-glibc.c: Require glibc 2.2.4+ headers.
12445         (find_fde_for_dso): Remove.
12446         (_Unwind_IteratePhdrCallback): New.
12447         (_Unwind_FindTableEntry): Use dl_iterate_phdr.
12448         * config/ia64/crtbegin.asm (__ia64_app_header): Remove.
12449
12450 Thu Aug  9 11:30:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12451
12452         * expr.c (emit_single_push_insn): Only exists ifdef PUSH_ROUNDING.
12453         (move_by_pieces_1): If would call it, abort if no PUSH_ROUNDING.
12454
12455 2001-08-09  Graham Stott  <grahams@redhat.com>
12456
12457         * sched-vis.c (MAX_VISUAL_NO_UNIT): Define.
12458         (vis_no_unit): Use it.
12459         (visualize_no_unit): Add the insn only if room exists.
12460
12461 2001-08-09  Graham Stott  <grahams@redhat.com>
12462
12463         * predict.c (estimate_probability): Replace magic numbers with
12464         appropriate enumeration.
12465
12466 2001-08-09  Graham Stott  <grahams@redhat.com>
12467
12468         * cppexp.c (EXTRACT_PRIO): Uppercase and parenthsize macro
12469         parameter.
12470         (EXTRACT_FLAGS): Likewise.
12471
12472 2001-08-09  Aldy Hernandez  <aldyh@redhat.com>
12473
12474         * config/mips/mips.c    (mips_legitimate_address_p): Check for
12475         CONST_INT in last patch.
12476
12477 2001-08-08  Anthony Green  <green@redhat.com>
12478
12479         * java/class.c (emit_register_classes): Use assemble_jcr if
12480         possible.  Keep the original mechanism as a fallback.
12481         * defaults.h (JCR_SECTION_NAME): Define if we have named section
12482         and weak symbol support.
12483         * crtstuff.c (__JCR_LIST__): Define.
12484         (__JCR_END__): Define.
12485         (_Jv_RegiserClasses): Define weak symbol if possible.
12486         (__do_global_ctors_aux): Register classes for ELF targets with
12487         weak symbol support.
12488
12489 2001-08-08  Kazu Hirata  <kazu@hxi.com>
12490
12491         * dbxout.c: Fix comment formatting.
12492         * dependence.c: Likewise.
12493         * df.c: Likewise.
12494         * diagnostic.c: Likewise.
12495         * dominance.c: Likewise.
12496         * doprint.c: Likewise.
12497         * dwarf2out.c: Likewise.
12498         * dwarfout.c: Likewise.
12499         * emit-rtl.c: Likewise.
12500         * except.c: Likewise.
12501         * explow.c: Likewise.
12502         * expmed.c: Likewise.
12503         * expr.c: Likewise.
12504         * flow.c: Likewise.
12505         * fold-const.c: Likewise.
12506         * function.c: Likewise.
12507
12508 2001-08-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12509
12510         * global.c (retry_global_alloc): Avoid shadowing allocno.
12511
12512 2001-08-08  Mark Mitchell  <mark@codesourcery.com>
12513
12514         * except.c (remove_fixup_regions): Fix typo.
12515
12516 2001-08-08  Jan van Male <jan.vanmale@fenk.wau.nl>
12517
12518         * emit-rtl.c (adjust_address, adjust_address_nv): Cast offset to
12519         unsigned HOST_WIDE_INT to avoid warning.
12520         * final.c (final): Cast INSN_UID to unsigned to avoid warning.
12521         * flow.c (set_block_for_new_insns): Likewise.
12522
12523 Wed Aug  8 21:08:14 CEST 2001  Jan Hubicka  <jh@suse.cz>
12524
12525         * sibcall.c (return_value_pseudo): New static variable.
12526         (skip_copy_to_return_value): Handle return_value_pseudo.
12527         (call_ends_block_p): Ensure that return_value_pseudo is set.
12528         (optimize_sibling_and_tail_recursive_call): Discover the
12529         load of pseudo return value in alternate exit block.
12530
12531 Wed Aug  8 21:06:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
12532
12533         * calls.c (ECF_ALWAYS_RETURN): New constant.
12534         (emit_call_1): Add REG_ALWAYS_RETURN note if needed.
12535         (expand_call): Use LCF_ALWAYS_RETURN for __bb_fork_func.
12536         (emit_library_call_value_1): Handle LCT_ALWAYS_RETRUN.
12537         * flow.c (need_fake_edge_p): Handle REG_ALWAYS_RETURN.
12538         * rtl.c (reg_note_name): New name.
12539         * rtl.h (enum reg_note): Add REG_ALWAYS_RETURN.
12540
12541 2001-08-07  Aldy Hernandez  <aldyh@redhat.com>
12542
12543         * config/mips/mips.c (mips_legitimate_address_p): Limit "la" addresses.
12544
12545 2001-08-08  Jason Merrill  <jason_merrill@redhat.com>
12546
12547         * alias.c (get_alias_set): Return a previously calculated
12548         alias set for a VAR_DECL.
12549         * function.c (gen_mem_addressof): Calculate the alias set before
12550         touching the RTL.
12551
12552 Wed Aug  8 18:44:37 CEST 2001  Jan Hubicka  <jh@suse.cz>
12553
12554         * predict.def: Set hitrates according our experimental run.
12555
12556 Wed Aug  8 18:01:58 CEST 2001  Jan Hubicka  <jh@suse.cz>
12557
12558         * i386.h (HARD_REGNO_RENAME_OK): New macro.
12559
12560 2001-08-08  H.J. Lu <hjl@gnu.org>
12561
12562         * config/mips/mips.c (mips_unique_section): New. Copied from
12563         config/mips/elf.h.
12564
12565         * config/mips/mips-protos.h (mips_unique_section): New
12566         prototype.
12567
12568         * config/mips/elf.h (UNIQUE_SECTION): Use mips_unique_section.
12569
12570         * config/mips/little.h: New. Generic little endian mips
12571         targets. Only mips*-*-linux* is converted to use it so far.
12572
12573         * config/mips/linux.h: Include "gofast.h" and "mips/mips.h".
12574         (WCHAR_TYPE): Defined
12575         (WCHAR_TYPE_SIZE): Likewise.
12576         (INIT_SUBTARGET_OPTABS): Likewise.
12577         (BSS_SECTION_ASM_OP): Likewise.
12578         (SBSS_SECTION_ASM_OP): Likewise.
12579         (ASM_OUTPUT_ALIGNED_BSS): Likewise.
12580         (ASM_DECLARE_OBJECT_NAME): Likewise.
12581         (UNIQUE_SECTION): Likewise.
12582         (EXTRA_SECTIONS): Likewise.
12583         (ASM_OUTPUT_CONSTRUCTOR): Likewise.
12584         (ASM_OUTPUT_DESTRUCTOR): Likewise.
12585         (ASM_OUTPUT_DEF): Likewise.
12586         (HANDLE_SYSV_PRAGMA): Removed.
12587         (NO_IMPLICIT_EXTERN_C): Likewise.
12588         (TARGET_MEM_FUNCTIONS): Likewise.
12589         (STARTFILE_SPEC): Likewise.
12590         (ENDFILE_SPEC): Likewise.
12591         (LIB_SPEC): Likewise.
12592         (INVOKE__main): Likewise.
12593         (CTOR_LIST_BEGIN): Likewise.
12594         (CTOR_LIST_END): Likewise.
12595         (DTOR_LIST_BEGIN): Likewise.
12596         (DTOR_LIST_END): Likewise.
12597         (SET_ASM_OP): Likewise.
12598         (ASM_OUTPUT_SOURCE_LINE): Likewise.
12599         (ASM_OUTPUT_DEF): Likewise.
12600         (ASM_OUTPUT_IDENT): Likewise.
12601
12602         * config/mips/mips.h (ASM_SPEC): Undefine before define.
12603         (CPLUSPLUS_CPP_SPEC): Likewise.
12604         (ASM_APP_ON) Redefine only if not defined.
12605         (ASM_APP_OFF): Likewise.
12606         (ASM_OUTPUT_SOURCE_LINE): Likewise.
12607         (ASM_OUTPUT_IDENT): Likewise.
12608
12609         * config.gcc: Update tm_file for Linux/mips.
12610
12611 2001-08-08  Bernd Schmidt  <bernds@redhat.com>
12612
12613         * cselib.c (cselib_record_sets): If insn is predicated, turn
12614         sources into IF_THEN_ELSEs.
12615
12616         * config/ia64/ia64.md (cond_opsi2_internal, cond_opsi2_internal_b):
12617         Turn into define_insn_and_split.
12618
12619         * sched-deps.c: Include "cselib.h".
12620         (add_insn_mem_dependence, sched_analyze_1, sched_analyze_2):
12621         Use cselib to turn memory addresses into VALUEs.
12622         (sched_analyze): Call cselib_init/cselib_finish if necessary.
12623         * sched-int.h (struct sched_info): New member USE_CSELIB.
12624         * sched-ebb.c (ebb_sched_info): Initialize it.
12625         * sched-rgn.c (rgn_sched_info): Likewise.
12626         * Makefile.in (sched-deps.o): Update dependencies.
12627
12628         * cselib.h (cselib_subst_to_values): Declare.
12629         * cselib.c (cselib_subst_to_values): No longer static.  Allow MEMs
12630         that have no value and autoincs to be handled by generating a new
12631         dummy value.
12632
12633 2001-08-08  Graham Stott  <grahams@redhat.com>
12634
12635         * final.c (shorten_branches): Update the INSN_ADDRESSES of insns
12636         within fixed length SEQUENCE.
12637
12638 2001-08-08  Graham Stott  <grahams@redhat.com>
12639
12640         * diagnostic.h (diagnostic_format_decoder): Parenthesize macro parameter.
12641         (diagnostic_prefixing_rule): Likewise.
12642         (diagnostic_line_cutoff): Likewise.
12643         (diagnostic_kind_count): Likewise.
12644
12645 2001-08-08  Graham Stott  <grahams@redhat.com>
12646
12647         * alias.c (find_base_decl): Delete redundent assignment.
12648
12649 2001-08-08  Graham Stott  <grahams@redhat.com>
12650
12651         * dependence.c (INDEX_LIMIT_CHECK): Uppercase macro parameter.
12652         (abs): Uppercase and paranthesize macro parameter.
12653         (MEM_DEPENDENCY): Add whitespace.
12654
12655 2001-08-08  Graham Stott  <grahams@redhat.com>
12656
12657         * config/mips/mips.c (mips_legitimate_address_p): Fix enable checking
12658         failure check for CONST_INT
12659
12660 2001-08-08  Graham Stott  <grahams@redhat.com>
12661
12662         * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
12663         (libcall_dead_p): Likewise.
12664
12665         (mark_used_regs): Constify fmt.
12666         (find_use_as_address): Likewise.
12667
12668 2001-08-08  Graham Stott  <grahams@redhat.com>
12669
12670         * c-typeck.c (RESTORE_SPELLING_DEPTH): Uppercase and parenthesize macro
12671          parameter.
12672
12673 2001-08-08  Graham Stott  <grahams@redhat.com>
12674
12675         * combine.c (combine_simplify_rtx): Update comment and
12676         remove erroneous test.
12677
12678 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12679
12680         * cppinit.c (cpp_finish): Pop the final buffer without comment.
12681         * cpplex.c (_cpp_lex_token): Don't pop the final buffer; and
12682         take care to avoid multiple no-newline at EOF warnings in that
12683         case.
12684
12685 Tue Aug  7 22:18:06 CEST 2001  Jan Hubicka  <jh@suse.cz>
12686
12687         * calls.c (expand_call): Do not emit INSN_SETJMP note.
12688         (emit_library_call_value_1): Likewise.
12689         (emit_call_1): Emit REG_SETJMP note.
12690         * cse.c (cse_end_of_basic_block): Use REG_SETJMP instead
12691         of INSN_SETJMP
12692         * cselib.c (cselib_process_insn): Likewise.
12693         * flow.c (propagate_block): Likewise.
12694         * loop.c (find_and_verify_loops): Likewise.
12695         * reload.c (find_equiv_regs): Likewise.
12696         * reload1.c (reload): Likewise.
12697         * resource.c (mark_referenced_resources,
12698         mark_set_resources): Likewise.
12699         * sched-deps (sched_analyze_insn, sched_analyze): Likewise.
12700         * final.c (final_scan_insn): Remove NOTE_INSN_SETJMP.
12701         * haifa-sched.c (unlink_other_notes): Likewise.
12702         (reemit_notes): Likewise.
12703         * sched-ebb.c (sched_ebb): Likewise.
12704         * sched-rgc.c (sched_region): Likewise.
12705         * rtl.c (note_insn_name): Likewise.
12706         (reg_note_name): Add REG_SETJMP
12707         * rtl.h (reg_note): Add REG_SETJMP.
12708         (insn_note): Remove NOTE_INSN_SETJMP.
12709
12710         * profile.c (branch_prob): Add fake edges for setjmp.
12711
12712 2001-08-07  Daniel Jacobowitz  <drow@mvista.com>
12713
12714         * config.gcc: Quote target_cpu_default2 correctly for
12715         powerpc*-*-* targets.
12716
12717 2001-08-07  Neil Booth  <neil@daikokuya.demon.co.uk>
12718
12719         * cpplib.h, line-map.h: Update comments.
12720         * cppmain.c (printer_init): Move inline.
12721         (maybe_print_line, print_line): Take a map pointer.
12722         (cb_ident, cb_define, cb_undef, cb_include, cb_def_pragma): Update.
12723         (cb_file_change): Don't use prior value of print.map.
12724
12725 2001-08-07  David Edelsohn  <edelsohn@gnu.org>
12726
12727         * doc/install.texi: Document fine-grained multilib configuration.
12728
12729 Tue Aug  7 16:52:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
12730
12731         * rtlanal.c (find_first_parameter_load): Call note_stores
12732         only on the instructions.
12733
12734 Tue Aug  7 14:56:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
12735
12736         * alias.c (nonlocal_mentioned_p):
12737         Rename CONST_CALL_P to CONST_OR_PURE_CALL_P
12738         * calls.c (emit_call_1): Likewise.
12739         * cse.c (cse_insn, invalidate_skipped_block): Likewise.
12740         * cselib.c (cselib_process_insn): Likewise.
12741         * df.c (df_insns_modify): Likewise.
12742         * flow.c (need_fake_edge_p): Likewise.
12743         (propagate_one_insn): Likewise.
12744         * haifa-sched.c (reemit_notes): Likewise.
12745         * integrate.c (copy_insn_list): Likewise.
12746         * jump.c (delete_prior_computation): Likewise.
12747         * local-alloc.c (validate_equiv_mem): Likewise.
12748         * loop.c (scan_loop): Likewise.
12749         * predict.c (estimate_probability): Likewise.
12750         * reload.c (reload): Likewise.
12751         * sched-deps (sched_analyze): Likewise.
12752         * rtl.h (CONST_CALL_P): rename to CONST_OR_PURE_CALL_P.
12753         * gcse.c (compute_hash_table): Likewise.
12754         (mark_call): Likewise.
12755         (store_killed_in_insn): Likewise.
12756
12757 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
12758
12759         * c-semantics.c (make_rtl_for_local_static): Use DECL_RTL_SET_P.
12760
12761 2001-08-06  Richard Henderson  <rth@redhat.com>
12762
12763         * varasm.c (assemble_gc_entry): Remove.
12764         * output.h: Likewise.
12765
12766 2001-08-06  Richard Henderson  <rth@redhat.com>
12767
12768         * varasm.c (assemble_constructor): Take a symbol_ref and a
12769         priority instead of a bare string.  Move priority handling
12770         here from cp/decl2.c.
12771         * output.h: Update decls.
12772
12773         * c-decl.c (c_expand_body): Update calls to assemble_constructor
12774         and assemble_destructor.
12775         * profile.c (output_func_start_profiler): Likewise.
12776         * objc/objc-act.c (finish_objc): Likewise.
12777         (build_module_descriptor): Return the symbol not the symbol name.
12778
12779 2001-08-06  David Edelsohn  <edelsohn@gnu.org>
12780
12781         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): Add whitespace.
12782         * config/rs6000/linux64.h (RS6000_MCOUNT): Define.
12783         ({SAVE,RESTORE}_FP_{PREFFIX,SUFFIX}): Define.
12784         * config/rs6000/rs6000.h (ASM_OUTPUT_DOUBLE_INT): Remove whitespace.
12785         * config/rs6000/sysv4.h (DOUBLE_INT_ASM_OP): Add whitespace.
12786         * config/rs6000/xcoff.h (DOUBLE_INT_ASM_OP): Add whitespace.
12787
12788 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12789
12790         * cpperror.c (print_containing_files): Moved to line-map.c.
12791         (print_location): line-map.c handles re-listing or otherwise.
12792         * cpphash.h (struct lexer_state): Remove next_bol.
12793         (struct cpp_buffer): Remove include_stack_listed.
12794         * cpplib.c (do_line, cpp_push_buffer, _cpp_pop_buffer):
12795         Remove faked buffer handling.
12796         (_cpp_do_file_change): Tweak.
12797         * cpplib.h (enum cpp_buffer_type): Remove BUF_FAKE.
12798         * cppmain.c (struct printer): Remove filename.
12799         (print_line, cb_file_change): Update accordingly.
12800         * line-map.c: Include intl.h.
12801         (init_line_maps): Initialize last_listed.
12802         (free_line_maps): Sanity check, warn if ENABLED_CHECKING.
12803         (add_line_map): Sanity check inputs, warn if ENABLED_CHECKING.
12804         (print_containing_files): New.
12805         * line-map.h (struct line_maps): New member last_listed.
12806         (print_containing_files, INCLUDED_FROM): New.
12807         * Makefile.in: Update.
12808         * po/POTFILES.in: Add line-map.c.
12809
12810 2001-08-06  Richard Henderson  <rth@redhat.com>
12811
12812         * except.c (convert_from_eh_region_ranges_1): Never mark
12813         USE or CLOBBER insns as throwing.
12814
12815         * expr.c (store_constructor): Don't clobber memory targets.
12816
12817 2001-08-06  Andreas Jaeger  <aj@suse.de>
12818
12819         * profile.c (branch_prob): Remove unused variable insn.
12820
12821         * Makefile.in (local-alloc.o): Add dependency on except.h.
12822
12823         * local-alloc.c: Include except.h for can_throw_internal prototype.
12824
12825 2001-08-06  Richard Henderson  <rth@redhat.com>
12826
12827         * config/i386/i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): New.
12828         * function.c (expand_main_function): Implement it.
12829         * doc/tm.texi: Document it.
12830
12831 2001-08-06  Stan Shebs  <shebs@apple.com>
12832
12833         * doc/install.texi: Document powerpc-*-darwin* details.
12834
12835 2001-08-06  Daniel Berlin  <dan@cgsoftware.com>
12836
12837         * config/rs6000/aix.h (CPP_CPU_SPEC): Move back to rs6000.h
12838         (ASM_CPU_SPEC): Move back to rs6000.h
12839         #undef CPP_DEFAULT_SPEC and ASM_DEFAULT_SPEC before redefining them.
12840
12841         * config/rs6000/darwin.h (DOUBLE_INT_ASM_OP): New macro.
12842
12843         * config/rs6000/linux.h: Remove vtable thunks stuff we accidently
12844         readded.
12845
12846         * config/rs6000/linux64.h: Ditto.
12847
12848         * config/rs6000/rs6000.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
12849         to here. Define default ASM_DEFAULT_SPEC and CPP_DEFAULT SPEC to
12850         nothing.
12851
12852         Remove accidently readded definitions of FUNCTION_PROLOGUE,
12853         FUNCTION_EPILOGUE,  ASM_OPEN_PAREN, ASM_CLOSE_PAREN
12854
12855         * config/rs6000/sysv4.h: Move CPP_CPU_SPEC and ASM_CPU_SPEC back
12856         to rs6000.h
12857
12858 2001-08-05  Richard Henderson  <rth@redhat.com>
12859
12860         * local-alloc.c (update_equiv_regs): Do not move insns that
12861         can throw.
12862
12863 2001-08-05  Jan Hubicka  <jh@suse.cz>
12864
12865         * Makefile.in (reload1.o): Add dedendancy on except.h
12866         * basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
12867         prototypes.
12868         * flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
12869         indicating wehther edges has been cleaned up.
12870         * reload1.c: Inlucde except.h
12871         (fixup_abnormal_edges): Accept deleted insns.
12872         * toplev.c (rest_of_compilation): Purge dead edges unconditionally
12873         after combine.
12874
12875 2001-08-06  Neil Booth  <neil@daikokuya.demon.co.uk>
12876
12877         * cpplib.c (do_line): Correct line number after pop_buffer.
12878
12879 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12880
12881         PR preprocessor/3824
12882         * line-map.c: Update comments.
12883         * line-map.h: Update comments.
12884         * tradcif.y: Don't consider large numbers unsigned.
12885
12886 2001-08-05  Neil Booth  <neil@daikokuya.demon.co.uk>
12887
12888         PR preprocessor/3081
12889         * c-lex.c (map): New.
12890         (cb_file_change): Update map and use it.
12891         (cb_def_pragma, cb_define, cb_undef): Use map and line.
12892         (c_lex): Update to use map.
12893         * cpperror.c (print_location): Move to using logical line numbers.
12894         * cppfiles.c (stack_include_file): Update for new _cpp_do_file_change.
12895         (cpp_make_system_header): Similarly.
12896         (_cpp_execute_include): Stop line numbering hacks.  Store the
12897         line we will return to.
12898         * cpphash.h (CPP_BUF_LINE): Remove.
12899         (struct cpp_buffer): Remove lineno and pseudo_newlines.
12900         Add map and return_to_line.
12901         (_cpp_do_file_change): Update.
12902         * cppinit.c (cpp_start_read): Update line kludge.
12903         * cpplex.c (handle_newline): Don't update lineno and pseudo_newlines.
12904         (trigraph_ok): Use logical line numbers for diagnostics.
12905         (skip_block_comment): Likewise.
12906         (skip_whitespace): Likewise.
12907         (skip_line_comment): Use pfile->line instead.
12908         (_cpp_lex_token): Update to use logical line numbering exclusively.
12909         Handle BOL locally.  Accept new lines in directives, but keep
12910         pfile->line decremented.  Diagnostics use logical lines.  Update
12911         directive handling.
12912         * cpplib.c (SEEN_EOL): New.
12913         (skip_rest_of_line, check_eol): Use it.
12914         (end_directive): Increase line number when accepting the newline
12915         at the end of a directive.
12916         (run_directive): Simplify.
12917         (do_line): Bad LC_LEAVEs become LC_RENAMEs.  Update.
12918         (_cpp_do_file_change): Update to take buffer line number as an
12919         argument, and store the current map in the cpp_reader.  Remove
12920         line number kludges.
12921         (_cpp_do__Pragma): Restore output position after a _Pragma.
12922         (cpp_push_buffer): Don't set output line or lineno.
12923         (_cpp_pop_buffer): Transfer more info from a faked buffer.
12924         Remove line kludge.  Set output_line.
12925         * cppmacro.c (builtin_macro): Update handling of __LINE__.
12926         (parse_arg): Use logical lines.
12927         (save_lookahead_token): Save EOFs too now.
12928         * cppmain.c (struct printer): Fix comments.
12929         (printer_init): Simplify, let caller do errors.
12930         (scan_translation_unit, check_multiline_token, dump_macro): Update.
12931         (maybe_print_line): Simplify.
12932         (print_line): Don't print a linemarker if -P.
12933         (cb_define, cb_undef, cb_def_pragma, cb_ident, cb_include): Update.
12934         (cb_file_change): Simplify.
12935         * line-map.h (LAST_SOURCE_LINE): Fix.
12936         (CURRENT_LINE_MAP): New.
12937
12938 2001-08-05  Bernd Schmidt  <bernds@redhat.com>
12939
12940         * doloop.c (doloop_modify_runtime): Properly compute number of
12941         iterations if loop was unrolled.
12942
12943         * alias.c (rtx_equal_for_memref_p): VALUEs are only identical
12944         if their CSELIB_VAL_PTRs are.
12945
12946         * config/ia64/ia64.c (struct spill_fill_data): New member prev_insn.
12947         (setup_spill_pointers): Initialize it.
12948         (spill_restore_mem): Set it.
12949         (do_spill, do_restore): Use it to add REG_INC note.
12950         * config/ia64/ia64.md (movti_internal): Add REG_INC notes as needed.
12951
12952         * config/ia64/ia64.c (ia64_sched_reorder): Defer scheduling of
12953         asms if other insns are available.
12954
12955         * config/ia64/ia64.c (condop_operator): New predicate.
12956         * config/ia64/ia64.h (PREDICATE_CODES): Add it.
12957         * config/ia64/ia64.md (cond_opsi2_internal and splitters): New
12958         patterns.
12959
12960         * expr.c (expand_expr, case COND_EXPR): Prefer working with a
12961         temporary register than directly using a MEM.
12962
12963 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
12964
12965         * config/sh/sh.c (sh_asm_named_section): Fix typo in align
12966         parameter in last change.
12967
12968 2001-08-04  Zack Weinberg  <zackw@panix.com>
12969
12970         * sparc.md: Don't use #if inside C test expression.
12971
12972 2001-08-04  Richard Henderson  <rth@redhat.com>
12973
12974         * i386.c: Revert 07-30 ix86_output_main_function_alignment_hack.
12975
12976 2001-08-04  Neil Booth  <neil@daikokuya.demon.co.uk>
12977
12978         * cpphash.h (struct cpp_reader): New member directive_line.
12979         * cpplib.h (struct cpp_callbacks): Update prototypes of callbacks.
12980         * cpplib.c (do_define, do_undef, do_ident, do_include_common,
12981         do_pragma): Pass line to callbacks.
12982         (start_directive): Record line of directive.
12983         * cppmain.c (cb_ident, cb_define, cb_undef, cb_def_pragma,
12984         cb_include): Similarly.
12985         * c-lex.c (cb_ident, cb_define, cb_undef, cb_def_pragma):
12986         Similarly.
12987
12988 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
12989
12990         * config/d30v/d30v.h: Fix typo in start of UNIQUE_SECTION
12991         comment.
12992
12993 Sat Aug  4 13:51:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
12994
12995         * loop.c (try_copy_prop); Kill invalidated REG_EQUAL notes.
12996
12997         * reload1.c (fixup_abnormal_edges): New static function.
12998         (reload): Use it.
12999
13000         * flow.c (need_fake_edge_p): New function.
13001         (flow_call_edges_add): Fix handling of noreturn and sibling calls;
13002         avoid call insn to be very last insn in the insn stream.
13003
13004         * profile.c (branch_prob): Call flow_call_edges_add instead of
13005         doing that by hand; cleanup cfg to re-merge basic blocks once
13006         we are done.
13007
13008 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13009
13010         * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h
13011         are also on line-map.h.
13012         * cppfiles.c (stack_include_file): Update.
13013         * cpphash.h (struct cpp_buffer): New member return_at_eof.
13014         (_cpp_pop_buffer): New.
13015         * cppinit.c (cpp_destroy, cpp_finish): Update.
13016         (do_includes): Mark each buffer to return at EOF.
13017         * cpplex.c (_cpp_lex_token): Pop buffers at EOF.  Continue or
13018         return as requested.
13019         * cpplib.c (run_directive, do_line, cpp_push_buffer): Update.
13020         (cpp_pop_buffer): Rename _cpp_pop_buffer.  Stop skipping.
13021         * cpplib.h (cpp_pop_buffer): Remove.
13022         (cpp_scan_buffer_nooutput): Rename cpp_scan_nooutput.
13023         * cppmacro.c (cpp_scan_buffer_nooutput): Similarly.  No need to pop
13024         buffers.
13025         * cppmain.c (scan_buffer): Rename scan_translation_unit.  No need
13026         to pop buffers.
13027         (do_preprocessing): Update.
13028         * fix-header.c (read_scan_file): Update.  No need to pop buffers.
13029         * c-parse.in (_yylex): Similarly.
13030         * scan-decls.c (scan_decls): Similarly.
13031         * line-map.h: Update comments.
13032
13033         * objc/Make-lang.in (objc-act.o): Update dependencies.
13034
13035 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13036
13037         * config/m68hc11/m68hc11.md ("cmphi_1", "cmpqi_1"): Allow memory
13038         and soft register for operand 0.
13039         ("cmphi_z_used", "cmpqi_z_used"): Allow memory for operand 0.
13040
13041 2001-08-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13042
13043         * config/m68hc11/m68hc11.md ("bitcmpqi"): Allow memory and soft
13044         register for operand 0.
13045         ("bitcmpqi_z_used"): Allow memory for operand 0.
13046         (split "bitcmpqi"): New split to handle address reg as operand 1.
13047
13048 2001-08-04  Andreas Jaeger  <aj@suse.de>
13049
13050         * gcse.c: Revert Daniel's last patch.
13051
13052 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
13053
13054         * sparc-protos.h: Add prototypes for fp_zero_operand and
13055         reg_or_0_operand.
13056         * sh-protos.h: Add prototype for fpul_operand.
13057
13058 2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
13059
13060         * doc/extend.texi (Other Builtins): Fix typo in last change.
13061
13062 2001-08-03  Richard Henderson  <rth@redhat.com>
13063
13064         * target.h (gcc_target): Add asm_out.named_section,
13065         section_type_flags, have_named_sections.
13066         * target-def.h (TARGET_ASM_NAMED_SECTION): New.
13067         (TARGET_HAVE_NAMED_SECTIONS): New.
13068         (TARGET_SECTION_TYPE_FLAGS): New.
13069
13070         * Makefile.in (toplev.o): Depend on TARGET_H.
13071         (varasm.o, dbxout.o): Likewise.
13072         * c-common.c (decl_attributes): Check targetm.have_named_sections
13073         instead of ifdef ASM_OUTPUT_SECTION_NAME.
13074         * dbxout.c (dbxout_function_decl): Likewise.
13075         (dbxout_function_end): Likewise.
13076         * toplev.c (compile_file): Likewise.
13077         * varasm.c (exception_section): Likewise.
13078         * cp/decl2.c (finish_objects): Likewise.
13079
13080         * defaults.h (EH_FRAME_SECTION): Remove.
13081         (EH_FRAME_SECTION_ASM_OP): Remove.
13082         (EH_FRAME_SECTION_NAME): New.
13083         (UNIQUE_SECTION): Don't depend on ASM_OUTPUT_SECTION_NAME.
13084         (UNIQUE_SECTION_P): Remove.
13085         * dwarf2out.c (SECTION_FORMAT): Remove.
13086         (ASM_OUTPUT_SECTION): Remove.
13087         (output_call_frame_info): Use named_section_flags.
13088         (output_comp_unit, dwarf2out_start_source_file): Likewise.
13089         (dwarf2out_end_source_file, dwarf2out_define): Likewise.
13090         (dwarf2out_undef, dwarf2out_init, dwarf2out_finish): Likewise.
13091         * varasm.c (in_eh_frame, eh_frame_section): Remove.
13092         (named_section_flags): New.
13093         (named_section): Use it and targetm.section_type_flags.
13094         (resolve_unique_section): New.
13095         (assemble_start_function): Use it.
13096         (asm_emit_uninitialised, assemble_variable): Likewise.
13097         (default_section_type_flags): New.
13098         (default_no_named_section, default_elf_asm_named_section): New.
13099         (default_coff_asm_named_section, default_pe_asm_named_section): New.
13100         * output.h: Update varasm.c decls.
13101         (SECTION_*): New flags.
13102
13103         * crtstuff.c: Check EH_FRAME_SECTION_NAME not EH_FRAME_SECTION_ASM_OP.
13104         (__EH_FRAME_BEGIN__, __FRAME_END__): Use attribute section.
13105
13106         * config/elfos.h (UNIQUE_SECTION_P): Remove.
13107         * config/alpha/elf.h, config/arm/linux-elf.h: Likewise.
13108         * config/arm/pe.h, config/arm/unknown-elf.h: Likewise.
13109         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
13110         * config/i386/i386-interix.h, config/i386/win32.h: Likewise.
13111         * config/ia64/sysv4.h, config/mcore/mcore-pe.h: Likewise.
13112         * config/mips/elf.h, config/mips/elf64.h: Likewise.
13113         * config/mips/iris6gld.h, config/mips/mips.h: Likewise.
13114         * config/pa/pa64-hpux.h,
13115
13116         * config/elfos.h (ASM_OUTPUT_SECTION_NAME): Remove.
13117         (TARGET_ASM_NAMED_SECTION): New.
13118         * config/psos.h, config/a29k/a29k.h, config/alpha/elf.h: Likewise.
13119         * config/alpha/vms.h, config/arm/coff.h: Likewise.
13120         * config/arm/conix-elf.h, config/arm/elf.h: Likewise.
13121         * config/arm/linux-elf.h, config/arm/pe.h: Likewise.
13122         * config/arm/unknown-elf.h, config/avr/avr.h: Likewise.
13123         * config/c4x/c4x.h, config/h8300/h8300.h: Likewise.
13124         * config/i386/cygwin.h, config/i386/djgpp.h: Likewise.
13125         * config/i386/i386-interix.h, config/i386/i386elf.h : Likewise.
13126         * config/i386/sco5.h, config/i386/win32.h: Likewise.
13127         * config/m68k/coff.h, config/mcore/mcore-pe.h: Likewise.
13128         * config/mcore/mcore.h, config/mips/elf.h: Likewise.
13129         * config/mips/elf64.h, config/mips/iris6.h: Likewise.
13130         * config/mips/netbsd.h, config/mips/openbsd.h: Likewise.
13131         * config/pa/pa64-hpux.h, config/rs6000/sysv4.h: Likewise.
13132         * config/rs6000/xcoff.h, config/sh/sh.h: Likewise.
13133         * config/sparc/sysv4.h: Likewise.
13134
13135         * config/nextstep.h: Error until named sections implemented.
13136
13137         * config/a29k/a29k.c (a29k_asm_named_section): New.
13138         * config/alpha/alpha.c (SECTION_VMS_OVERLAY): New.
13139         (vms_section_type_flags, vms_asm_named_section): New.
13140         * config/arm/arm.c (arm_elf_asm_named_section): New.
13141         * config/avr/avr.c (asm_output_section_name): Remove.
13142         * config/avr/avr-protos.h: Update.
13143         * config/c4x/c4x.c (c4x_asm_named_section): New.
13144         * config/h8300/h8300.c (h8300_asm_named_section): New.
13145         * config/i386/i386.c (sco_asm_named_section): New.
13146         * config/i386/winnt.c (SECTION_PE_SHARED): New.
13147         (i386_pe_section_type_flags): New.
13148         (i386_pe_asm_named_section): New.
13149         * config/i386/i386-protos.h: Update.
13150         * config/m68k/m68k.c (m68k_coff_asm_named_section): New.
13151         * config/mcore/mcore.c (mcore_asm_named_section): New.
13152         * config/mips/mips.c (iris6_asm_named_section): New.
13153         * config/mips/mips.h (ENCODE_SECTION_INFO): Use DECL_ONE_ONLY
13154         instead of UNIQUE_SECTION_P.
13155         * config/rs6000/rs6000.c (rs6000_elf_section_type_flags): New.
13156         (xcoff_asm_named_section): New.
13157         * config/sh/sh.c (sh_asm_named_section): New.
13158         * config/sparc/sparc.c (sparc_elf_asm_named_section): New.
13159
13160         * config/i386/djgpp.h (EH_FRAME_SECTION_ASM_OP): Remove.
13161         * config/i386/sco5.h (EH_FRAME_SECTION_ASM_OP*): Remove.
13162         (EH_FRAME_SECTION_NAME): New.
13163         (EXCEPTION_SECTION): New.
13164         * config/ia64/ia64.h (EH_FRAME_SECTION_ASM_OP): Remove.
13165         (DEBUG_*_SECTION): Remove.
13166         * config/m68k/rtemself.h (EH_FRAME_SECTION_ASM_OP): Remove.
13167         * config/mips/iris6.h (DEBUG_*_SECTION): Remove.
13168         (EH_FRAME_SECTION_ASM_OP): Remove.
13169
13170         * doc/tm.texi (UNIQUE_SECTION_P): Remove.
13171         (ASM_OUTPUT_SECTION_NAME): Remove.
13172         (TARGET_ASM_NAMED_SECTION): New.
13173         (TARGET_HAVE_NAMED_SECTIONS): New.
13174         (TARGET_SECTION_TYPE_FLAGS): New.
13175         (EH_FRAME_SECTION_ASM_OP): Remove.
13176         (EH_FRAME_SECTION_NAME): New.
13177
13178 2001-08-03  Zack Weinberg  <zackw@stanford.edu>
13179
13180         * builtins.c (fold_builtin_constant_p): Return integer_zero_node
13181         for complex expressions when cfun == 0.
13182         * doc/extend.texi: Document that __builtin_constant_p can be
13183         used in data initializers as well as functions.
13184
13185 2001-08-03  Alexandre Oliva  <aoliva@redhat.com>
13186
13187         * config/mn10300/mn10300.h (CONDITIONAL_REGISTER_USAGE): Declare
13188         variable I locally, instead of expecting a declaration in the
13189         calling context.
13190
13191 2001-08-03  Richard Henderson  <rth@redhat.com>
13192
13193         * except.c (collect_one_action_chain): Add an explicit cleanup
13194         action if regions surrounding a catch were encoded entirely
13195         within the call-site entry.
13196
13197 2001-08-03  Richard Henderson  <rth@redhat.com>
13198
13199         * dbxout.c (dbxout_symbol_location): Flatten subregs first;
13200         don't take REGNO of a non-register.
13201
13202 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13203
13204         * gthr-dce.h (__GTHREAD_MUTEX_INIT_FUNCTION and
13205         __GTHREAD_MUTEX_INIT_DEFAULT): New macros for mutex initialization.
13206         (__gthread_key_delete): Remove code for __PTHREAD_LIBRARY_VERSION_1 >= 1
13207         (__gthread_mutex_init_function): New function for mutex initialization.
13208
13209 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13210
13211         * Makefile.in: Revert screwed up commit.
13212
13213 2001-08-03  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13214
13215         * config/m68hc11/t-m68hc11-gas (T_CPPFLAGS): Add _ctor and _dtor.
13216         * config/m68hc11/larith.asm (_exit): Split in several sub-sections
13217         merged by linker script to get a final _exit().
13218         (__do_global_dtors): New for destructor handling in specific exit
13219         section.
13220         (__do_global_ctors): New for constructors in specific install section.
13221         (__map_data_section): Map data sections before running constructors.
13222         * config/m68hc11/m68hc11.h (INT_ASM_OP): Define to use .word.
13223         (CTORS_SECTION_ASM_OP): Define to put in readonly section.
13224         (DTORS_SECTION_ASM_OP): Likewise.
13225         (CTORS_SECTION_FUNCTION): Define to force a reference to
13226         __do_global_ctors.
13227         (DTORS_SECTION_FUNCTION): Likewise for __do_global_dtors.
13228
13229 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13230
13231         * ChangeLog: Fix date on previous ChangeLog entry for GCSE.
13232
13233         * Makefile.in: Add df.h to gcse.c dependencies.
13234
13235 2001-08-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
13236
13237         * varasm.c (output_constant_def_contents): Use for the length of a
13238         string constant either its TREE_STRING_LENGTH or its int_size_in_bytes
13239         depending on which is larger.
13240
13241 2001-08-03  Daniel Berlin  <dan@cgsoftware.com>
13242
13243         * gcse.c: Include df.h for use as a dataflow analyzer.
13244         Remove regvec.
13245         Declaration of reg_set_info: gone.
13246         New df_analyzer variable used by store motion.
13247         (reg_set_info): Deleted.
13248         (mark_mem_regs): New function, analyze regs used by a mem.
13249         (store_ops_ok): Use dataflow analyzer results to determine if
13250         necessary regs are changed in the block.
13251         (find_moveable_store): Remove check for symbol ref, we can handle
13252         much more complex expressions now.
13253         (compute_store_table): Remove most of the code, it's unnecessary
13254         now that the dataflow analyzer records the info for us.
13255         (store_killed_after): Add parameter to say whether to do the
13256         store_ops_okay test, used to speed up testing when we already know
13257         the answer, and just want to know if the store itself was killed.
13258         (build_store_vector): Largely rewritten to calculate the various
13259         vectors properly, and somewhat optimized.
13260         (store_motion): Init the df_analyzer, get REG_DEF chains.
13261         Also handle trapping expressions (since mems almost always trap)
13262         (simple_mem): Redefine what a simple mem is.
13263
13264 2001-08-03  DJ Delorie  <dj@redhat.com>
13265
13266         * ifcvt.c (noce_get_alt_condition): Don't make an auxiliary
13267         set from a constant part of the condition.
13268
13269 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
13270
13271         * mkdeps.c (deps_add_default_target): Make local variable
13272         ``start'' a const char pointer.
13273         * dwarf2out.c (compute_section_prefix): Localize use of ``p''.
13274
13275 2001-08-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13276
13277         * doc/install.texi (Configuration): Fix markup.
13278         (Specific, i?86-*-udk): Likewise.
13279         (Specific, alpha*-dec-osf*): Warn against --with-gnu-as,
13280         --with-gnu-ld.
13281         Document --enable-threads and --enable-libgcj status.
13282         (Specific, mips-sgi-irix*): Canonicalize triples.
13283         (Specific, mips-sgi-irix5): Warn about problems with this config.
13284         Mention required GNU as patch.
13285         Native assembler problems are fixed.
13286         (Specific, mips-sgi-irix6): Update O32 ABI support status.
13287         Document --enable-threads and --enable-libgcj status.
13288
13289 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13290
13291         * Makefile.in, mklibgcc.in: Restore changes with fixed invocation
13292         of mkinstalldirs.
13293
13294 2001-08-03  Richard Henderson  <rth@redhat.com>
13295
13296         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Don't write to
13297         constant data.
13298
13299 2001-08-03  Richard Henderson  <rth@redhat.com>
13300
13301         * rtlanal.c (find_first_parameter_load): Stop if we
13302         reach a CODE_LABEL at BOUNDARY.
13303
13304 2001-08-03  Richard Henderson  <rth@redhat.com>
13305
13306         * config/alpha/alpha.md (force_movdi): New insn.
13307         * config/alpha/alpha.c (alpha_expand_prologue): Use it.
13308         Tweek FRP marking of VMS prologue insns.
13309         * config/alpha/vms.h (EPILOGUE_USES): New.
13310
13311 2001-08-02  Richard Henderson  <rth@redhat.com>
13312
13313         * Makefile.in, mklibgcc.in: Revert mkinstalldirs change.
13314
13315 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
13316
13317         * combine.c, config.gcc, cse.c, defaults.h, real.c, reload.c,
13318         simplify-rtx.c, config/alpha/alpha.h, config/avr/avr.h,
13319         config/convex/convex.h, config/d30v/d30v.c,
13320         config/d30v/d30v.h, config/dsp16xx/dsp16xx.h,
13321         config/elxsi/elxsi.h, config/fr30/fr30.h, config/m88k/m88k.c,
13322         config/mips/mips.h, config/mn10200/mn10200.h,
13323         config/mn10300/mn10300.h, config/pdp11/pdp11.md,
13324         config/v850/v850.h, config/vax/openbsd.h,
13325         config/vax/openbsd1.h, config/vax/ultrix.h,
13326         config/vax/vax-protos.h, config/vax/vax.c, config/vax/vax.h,
13327         config/vax/vax.md, config/vax/vaxv.h, config/vax/xm-vms.h,
13328         cp/decl2.c, doc/contrib.texi, doc/cpp.texi, doc/gcc.texi,
13329         doc/install.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi,
13330         doc/tm.texi: consistently use "VAX", "VAXen", and "MicroVAX"
13331         in comments and documentation.
13332
13333 2001-08-03  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13334
13335         * line-map.c: New.
13336         * line-map.h: New.
13337         * Makefile.in (line-map.o): New.
13338         (LIBCPP_OBJS, LIBCPP_DEPS): Update.
13339         * c-lex.c (cb_file_change): Update for new cpp_file_change structure.
13340         * cpperror.c (print_containing_files): Similarly.
13341         (print_location): Update.  Don't output a space before _Pragma.
13342         * cppfiles.c (stack_include_file): Set to line 1 immediately.
13343         (stack_include_filee, cpp_make_system_header): Update.
13344         (_cpp_execute_include): Get logical line number right for calling
13345         as-yet-unterminated #include.
13346         * cpphash.h (struct cpp_reader): Add line_maps.
13347         (_cpp_do_file_change): Update.
13348         * cppinit.c (cpp_create_reader): Initialize line maps.
13349         (cpp_destroy): Destroy line maps.
13350         (cpp_start_read): Get logical line number right.
13351         * cpplex.c (parse_string): Only warn once for multi-line strings.
13352         Use boolean variable for null warning.
13353         * cpplib.c (_cpp_handle_directive): End the directive if it isn't
13354         already.
13355         (do_include_common): End the directive early.
13356         (do_line): Don't warn about out-of-range lines in preprocessed
13357         source.  Update.  Remove unused variables.
13358         (_cpp_do_file_change): Update for new line mapping.
13359         (pragma_cb): New typedef.
13360         (cpp_register_pragma): Stop looking ahead before calling the
13361         handler.  Clean up.
13362         (do_pragma_system_header): End directive early.
13363         (cpp_get_line_maps): New.
13364         (cpp_pop_buffer): Fudge logical line.  Update.
13365         * cpplib.h: Include line-map.h
13366         (enum cpp_fc_reason): Remove.
13367         (struct cpp_file_change): Update.
13368         (cpp_get_line_maps): New.
13369         * cppmain.c (struct_printer): New member map.
13370         (cb_file_change): Update for new mappings.
13371         * fix-header.c (cb_file_change): Similarly.
13372
13373 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13374
13375         * Makefile.in (libgcc.mk): Define mkinstalldirs.
13376         * mklibgcc.in: Use mkinstalldirs instead of mkdir.
13377
13378 2001-08-02  Lars Brinkhoff  <lars@nocrew.org>
13379
13380         * config/vax/vax.c: include expr.h.
13381
13382 2001-08-02  Nick Clifton  <nickc@cambridge.redhat.com>
13383
13384         * Makefile.in ($(srcdir)/configure): Only rebuild in
13385         maintainer mode.
13386         ($(srcdir)/config.in): Only define in maintainer mode.
13387         ($(srcdir)/cstamp-h.in): Only define in maintainer mode.
13388
13389 2001-08-02  David Edelsohn  <edelsohn@gnu.org>
13390
13391         * doc/install.texi (Install GCC: Binaries): Update Bull info.
13392
13393 2001-08-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13394
13395         * gcc.c (set_collect_gcc_options): New function, split out from
13396         main.
13397         Ignore elided switches.
13398         (do_spec_1): Invoke before executing command.
13399         (set_input): Export.
13400         Move declaration ...
13401         * gcc.h (set_input): ... here.
13402         * config/alpha/osf.h (ASM_FINAL_SPEC): Use %U.s to refer to input
13403         file.
13404
13405 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
13406
13407         Kill -fhonor-std.
13408         * doc/c-tree.texi (Namespaces): Remove std & -fhonor-std
13409         interaction.
13410         * doc/invoke.texi (C++ Dialect Options): Remove -fno-honor-std.
13411
13412 2001-08-02  Richard Sandiford  <rsandifo@redhat.com>
13413
13414         * mips.md (movdicc): Make conditional on TARGET_64BIT.  Likewise
13415         for the unnamed instructions it expands to.
13416
13417 2001-08-02  Richard Henderson  <rth@redhat.com>
13418
13419         * regclass.c (call_really_used_regs): Conditionally define.
13420         (init_reg_sets_1): Don't use it if not defined.
13421         (fix_register): Similarly, don't set it.
13422
13423 2001-08-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13424
13425         * params.def (PARAM_MAX_INLINE_INSNS): Change default to 600.
13426         Correct comment that had been missed in the previous change.
13427
13428 2001-08-01  Stan Shebs  <shebs@apple.com>
13429
13430         * config/darwin.c (machopic_stub_name): Try matching by name.
13431         (update_stubs): New function.
13432         (darwin_encode_section_info):  Call it and update_non_lazy_ptrs
13433         unconditionally.
13434
13435 2001-08-01  Richard Henderson  <rth@redhat.com>
13436
13437         * except.c (output_function_exception_table): Use assemble_align.
13438         * varasm.c (assemble_eh_label): Remove.
13439         (assemble_eh_align, assemble_eh_integer): Remove.
13440
13441 2001-08-01  Robert Lipe  <robertl@caldera.com>
13442
13443         * dwarfout.c: Remove reference to README.DWARF.
13444
13445 2001-08-01  Andrew MacLeod  <amacleod@redhat.com>
13446
13447         * regclass.c (call_really_used_regs): New array for registers which
13448         are actually used by a call.
13449         (init_reg_sets_1): Initialize regs_invalidated_by_call with the
13450         new array.
13451         (fix_register): Set call_really_used too.
13452         * config/ia64/ia64.h (CALL_REALLY_USED_REGISTERS): Initialize.
13453         * doc/tm.texi (CALL_REALLY_USED_REGISTERS): Document.
13454
13455 2001-08-01  Richard Henderson  <rth@redhat.com>
13456
13457         * read-rtl.c (read_name): Consider \r whitespace.
13458
13459 2001-07-11  Andrew Cagney  <ac131313@redhat.com>
13460
13461         * config.gcc: Recognize powerpc-*-netbsd*.
13462
13463         * doc/install.texi (Host/target specific installation notes for
13464         GCC): Mention powerpc-*-netbsd*.
13465
13466         * config/rs6000/netbsd.h: New file.
13467         (STANDARD_STARTFILE_PREFIX, LINK_SHLIB_SPEC): Redefine.
13468         (LIB_DEFAULT_SPEC, STARTFILE_DEFAULT_SPEC): Redefine.
13469         (ENDFILE_DEFAULT_SPEC, LINK_START_DEFAULT_SPEC): Redefine.
13470         (LINK_OS_DEFAULT_SPEC, CPP_OS_DEFAULT_SPEC): Redefine.
13471         (TARGET_VERSION): Redefine.
13472
13473         * config/rs6000/t-ppccomm (MULTILIB_MATCHES_SYSV): Recognize
13474         mcall-netbsd as a match for mcall-sysv.
13475         (EXTRA_MULTILIB_PARTS): Add ncrti$(objext) and ncrtn$(objext).
13476         (ncrti.S, ncrtn.S): New targets.
13477         ($(T)ncrti$(objext), $(T)ncrtn$(objext)): New targets.
13478
13479         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Recognize
13480         "netbsd' as a V4 ABI.
13481         (ASM_SPEC): Check for -mcall-netbsd.
13482         (CC1_SPEC, CC1_SPEC, LINK_START_SPEC, LINK_OS_SPEC): Ditto.
13483         (CPP_ENDIAN_SPEC, CPP_SPEC, STARTFILE_SPEC): Ditto.
13484         (LIB_SPEC, ENDFILE_SPEC): Ditto.
13485         (LIB_NETBSD_SPEC, STARTFILE_NETBSD_SPEC): Define.
13486         (ENDFILE_NETBSD_SPEC, LINK_START_NETBSD_SPEC): Define.
13487         (LINK_OS_NETBSD_SPEC, CPP_OS_NETBSD_SPEC): Define.
13488         (SUBTARGET_EXTRA_SPECS): Add NetBSD specs.
13489
13490         * doc/invoke.texi (Option Summary): Add -mcall-netbsd.
13491         (RS/6000 and PowerPC Options): Mention -mcall-netbsd.
13492
13493 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13494
13495         * unwind-pe.h (base_of_encoded_value, read_encoded_value): Define
13496         only if NO_BASE_OF_ENCODED_VALUE isn't defined.
13497         * unwind-dw2-fde.c (NO_BASE_OF_ENCODED_VALUE): Define before
13498         including "unwind-pe.h".
13499
13500 Wed Aug  1 20:01:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
13501
13502         * rs6000.md (define_splits): Kill unused constraints.
13503
13504 Wed Aug  1 20:02:12 CEST 2001 Graham Stott  <grahams@redhat.com>
13505                               Jan Hubicka  <jh@suse.cz>
13506
13507         * function.c (thread_prologue_and_epilogue_insns): Kill code
13508         dealing with non-existent CFG.
13509
13510 2001-08-01  Kazu Hirata  <kazu@hxi.com>
13511
13512         * alias.c: Fix comment formatting.
13513         * bitmap.c: Likewise.
13514         * builtins.c: Likewise.
13515         * calls.c: Likewise.
13516         * c-common.c: Likewise.
13517         * c-decl.c: Likewise.
13518         * c-dump.c: Likewise.
13519         * c-lex.c: Likewise.
13520         * collect2.c: Likewise.
13521         * combine.c: Likewise.
13522         * conflict.c: Likewise.
13523         * cppfiles.c: Likewise.
13524         * cppinit.c: Likewise.
13525         * cpplex.c: Likewise.
13526         * cpplib.c: Likewise.
13527         * cppmacro.c: Likewise.
13528         * cppspec.c: Likewise.
13529         * c-pragma.c: Likewise.
13530         * crtstuff.c: Likewise.
13531         * cse.c: Likewise.
13532         * cselib.c: Likewise.
13533         * c-semantics.c: Likewise.
13534         * c-typeck.c: Likewise.
13535
13536 2001-08-01  H.J. Lu <hjl@gnu.org>
13537
13538         * config/mips/linux.h (ASM_OUTPUT_IDENT): Defined.
13539
13540 2001-08-01  H.J. Lu <hjl@gnu.org>
13541
13542         * gcc/config/mips/linux.h (ASM_OUTPUT_SOURCE_LINE): Defined.
13543
13544 2001-08-01  Ziemowit Laski  <zlaski@apple.com>
13545
13546         * c-parse.in (OBJC_NEED_RAW_IDENTIFIER): Define macro and flag for
13547         contextualizing Objective-C class name lookup by the lexer.
13548         (typespec_reserved_nonattr): Disable ObjC class name lookup after
13549         seeing a TYPESPEC.
13550         (protocoldef): Add support for forward @protocol declarations.
13551         (yylexname): Suppress ObjC class name lookup in certain contexts;
13552         re-enable after lookup is complete.
13553         (_yylex): Re-enable ObjC class name lookup when certain
13554         punctuation marks are seen.
13555
13556         * objc/objc-act.c (check_protocol_recursively): New function used
13557         for finding circular dependencies in protocols.
13558         (objc_declare_protocols): New function for handling forward
13559         @protocol declarations.
13560         (receiver_is_class_object): Detect the case when 'self' is used
13561         inside of a class method.
13562         (build_message_expr): Issue a warning if class method is desired
13563         but instance method is found instead.
13564         (conforms_to_protocol): Streamline.
13565         (objc_comptypes): Detect the fact that 'Bar<Foo> foo' conforms to
13566         protocol Foo, even if 'Bar foo' does not.
13567         (check_protocols): Streamline.
13568         (start_protocol): Add checks for circular and duplicate protocol
13569         definitions.
13570         (encode_aggregate_within): For typedefs of structs, encode the
13571         underlying struct.
13572         * objc/objc-act.h (PROTOCOL_DEFINED): New tree accessor.
13573         (objc_declare_protocols): New prototype.
13574
13575 2001-08-01  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13576
13577         * cpphash.h (struct cpp_reader): New members line, pseudo_newlines.
13578         * cpplex.c (handle_newline): Update prototype.  Maintain logical
13579         line number.
13580         (skip_escaped_newlines, skip_block_comment, parse_string):
13581         Update accordingly.
13582         (_cpp_lex_token): Update, and store token position within the token.
13583         * cpplib.h (struct cpp_token): Add line and column entries.
13584         * cppmacro.c (replace_args): Position stringified tokens correctly.
13585
13586 2001-08-01  Andreas Jaeger  <aj@suse.de>
13587
13588         * basic-block.h: Add prototype for last_loop_beg_note.
13589
13590 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
13591
13592         * expr.c (safe_from_p): Use WITH_CLEANUP_EXPR_RTL instead of
13593         RTL_EXPR_RTL while handling WITH_CLEANUP_EXPR nodes. Fixed typo in
13594         comment.
13595         (expand_expr): Use WITH_CLEANUP_EXPR_RTL instead of RTL_EXPR_RTL
13596         while handling WITH_CLEANUP_EXPR node. Use second operand calling
13597         expand_decl_cleanup.
13598         * tree.c (firt_rtl_op): The third operand of WITH_CLEANUP_EXPR is
13599         the first RTX.
13600         (simple_cst_equal): WITH_CLEANUP_EXPR node to use its second
13601         operand while calling simple_cst_equal.
13602         * tree.def (WITH_CLEANUP_EXPR): Switched operands: the second
13603         operand is the cleanup expression, the third is the RTL_EXPR.
13604         * tree.h (WITH_CLEANUP_EXPR_RTL): New macro.
13605
13606 2001-07-31  Jeff Sturm  <jsturm@one-point.com>
13607
13608         * except.c (duplicate_eh_regions): Test n_array[i] for NULL.
13609
13610 2001-07-31  matthew green  <mrg@eterna.com.au>
13611
13612         * config.gcc (i386-*-netbsdelf): New description.
13613         * config/i386/netbsd-elf.h: New file.
13614
13615 2001-07-30  Geoffrey Keating  <geoffk@redhat.com>
13616
13617         * loop.c (check_dbra_loop): Use single_set to compute
13618         jump_label.
13619
13620 2001-07-31  Daniel Berlin  <dan@cgsoftware.com>
13621
13622         PowerPC reorg and support for powerpc64-*-linux*.
13623
13624         Also fixes emitting of constants on 32 bit and 64 bit
13625         platforms.
13626
13627         * config.gcc: powerpc64-*-linux* is a new target.
13628         Things that needed aix.h now also include xcoff.h
13629
13630         * config/rs6000/rs6000.h: Split XCOFF specific stuff into
13631         xcoff.h.
13632         Move AIX specific stuff into aix.h.
13633         (TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
13634         with more than just XCOFF now.
13635         (SET_ASM_OP): Remove, now defined where needed.
13636         (FUNCTION_PROLOGUE): New macro definition.
13637         (FUNCTION_EPILOGUE): New macro definition.
13638         (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
13639
13640         * config/rs6000/xcoff.h: New file.
13641
13642         * config/rs6000/linux64.h: New file.
13643
13644         * config/rs6000/darwin.h: Copy needed AIX alignment definitions.
13645
13646 2001-07-31  Alan Modra  <amodra@bigpond.net.au>
13647
13648         * rs6000.c (print_operand_address): Handle ELF syntax.
13649         (output_toc): Simplify.  Use DOUBLE_INT_ASM_OP.
13650         * rs6000.md (load_toc_aix_di): Handle ELF syntax.
13651         * rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
13652
13653 2001-07-31  David Edelsohn  <edelsohn@gnu.org>
13654
13655         * rs6000.c (rs6000_override_options): Only disable
13656         flag_function_sections for XCOFF.
13657         (exact_log2_cint_operand): New predicate.
13658         (reg_or_{add,sub}_cint64_operand): New predicates.
13659         (add_operand): Compare CONST_INT with fewer function calls.
13660         (rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
13661         (print_operand, case 'p'): Ensure positive operand.
13662         (rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
13663         * rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
13664         (PREDICATE_CODES): Add new predicates.
13665         * rs6000.md (addsi3): Split 32-bit constants more correctly.
13666         (divsi3, modsi3): Ensure positive power-of-2.
13667         (adddi3): Use new predicate.  Split 32-bit constants more
13668         correctly.  Re-arrange splitter to handle any constant.
13669         (subdi3): Use new predicate.
13670         (divdi3, moddi3): Ensure positive power-of-2.
13671         (movdi): Use rs6000_emit_set_const.
13672         (load_toc_v4_pic_di): Delete.
13673
13674 2001-07-31  Graham Stott <grahams@redhat.com>
13675
13676         * function.c (pad_below): Revert 2001-07-26 patch.
13677
13678 Tue Jul 31 15:37:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
13679
13680         * reg-stack (convert_regs_1): Fix best edge condition.
13681
13682 Tue Jul 31 15:33:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
13683
13684         * jump.c (duplicate_loop_exit_test): Better test for jumps
13685         entering the loop; create loop pre_header.
13686
13687 2001-07-31 Hartmut Penner <hpenner@de.ibm.com>
13688
13689         * doc/install.texi: Add s390 and s390x as new targets.
13690         * doc/invoke.texi: Add documentation of S/390 and zSeries
13691         target options.
13692         * doc/md.texi: Add documentation of S/390 and zSeries constraints.
13693
13694 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
13695
13696         * config/m68k/m68k.md: Replace all general_operand with
13697         nonimmediate_operand for all destinations.
13698         * config/m68k/m68k.c (not_sp_operand): Likewise.
13699
13700 Mon Jul 30 23:20:34 EDT 2001  John Wehle  (john@feith.com)
13701
13702         * flow.c (merge_blocks): Return 1 if an extra jump is inserted.
13703
13704 2001-07-30  Richard Henderson  <rth@redhat.com>
13705
13706         * config/ia64/ia64.h (DEBUG_RANGES_SECTION): New.
13707         * config/mips/iris6.h (DEBUG_RANGES_SECTION): New.
13708
13709 2001-07-30  Roman Zippel  <zippel@linux-m68k.org>
13710
13711         * config/m68k/m68k.h (TARGET_SWITCHES/TARGET_OPTIONS):
13712         Add missing doc strings
13713         * config/m68k/linux-aout.h (SUBTARGET_SWITCHES): Likewise
13714         * config/m68k/linux.h (SUBTARGET_SWITCHES): Likewise
13715
13716 Mon Jul 30 22:16:08 CEST 2001  Jan Hubicka  <jh@suse.cz>
13717
13718         * i386.c (ix86_output_main_function_alignment_hack): New function.
13719         (TARGET_ASM_FUNCTION_PROLOGUE): Default to it.
13720
13721         * flow.c (mark_dfs_back_edges): Move from loop_p ; mark back
13722         edges by EDGE_DFS_BACK flag.
13723         (dump_edge_info): Add dfs_back flag.
13724         * basic-block.h (EDGE_DFS_BACK): New constant.
13725         (mark_dfs_back_edges): Declare.
13726         * alias.c (loop_p): Remove.
13727         (mark_constant_function): Use mark_dfs_back_edges.
13728
13729         * reg-stack.c (block_info_def): Add predecessors counter and stack_out.
13730         (reg_to_stack): Call mark_dfs_back_edges; count the predecessors.
13731         (compensate_edge): Break out from ...
13732         (convert_regs_1): ... here; do smart choosing of stack_out to copy.
13733         (convert_regs_2): Set block_done once block is really done;
13734         Do updating of the predecessors counts.
13735
13736         * toplev.c (rest_of_compilation): Recompute block_for_insn
13737         before post-reload cfg_cleanup.
13738         * function.c (thread_prologue_epilogue_insns):
13739         Call set_block_for_new_insns when emitting prologue directly.
13740
13741 2001-07-30  Andreas Jaeger  <aj@suse.de>
13742
13743         * jump.c: Add prototype for mark_modified_reg.
13744
13745         * cse.c (set_live_p): Add unused attribute.
13746
13747         * gcov.c (calculate_branch_probs): Use gcov_type to avoid
13748         overflow.
13749         (scan_for_source_files): Use long for count to avoid overflow.
13750         (output_data): Likewise.
13751         (output_data): Don't use string concatatenation to silence gcc
13752         -traditional.
13753
13754         * predict.c: Fix typos and grammar.
13755
13756         * gcse.c (insert_insn_end_bb): Remove unused variables.
13757
13758 Mon Jul 30 21:54:53 CEST 2001  Jan Hubicka  <jh@suse.cz>
13759
13760         * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
13761         (attempt_auto_inc): LIkewise.
13762         (mark_used_reg): Likewise.
13763         (try_pre_increment_1): Likewise.
13764         * regclass.c (regclass): Likewise.
13765         * global.c (allocno_compare): Update comment; change scaling factor.
13766         * local-alloc.c (QTY_CMP_PRI): Likewise.
13767         * regs.h (REG_FREQ_FROM_BB): New.
13768         (REG_FREQ_MAX): Likewise.
13769
13770 2001-07-30  H.J. Lu <hjl@gnu.org>
13771
13772         * config/mips/linux.h (CPLUSPLUS_CPP_SPEC): Add
13773         -D_GNU_SOURCE.
13774
13775 2001-07-30  H.J. Lu  (hjl@gnu.org)
13776
13777         * config/mips/linux.h (ASM_DECLARE_FUNCTION_NAME): Defined.
13778         (ASM_DECLARE_FUNCTION_SIZE): Likewise.
13779         (FUNCTION_NAME_ALREADY_DECLARED): Likewise.
13780
13781 2001-07-30  Nick Clifton  <nickc@cambridge.redhat.com>
13782
13783         * config/arm/t-arm-elf (MULTILIB_EXCEPTIONS): Skip -mthumb as well
13784         as -mthumb-interwork when -mcpu=arm7 is specified.
13785
13786 Mon Jul 30 17:44:43 CEST 2001  Jan Hubicka  <jh@suse.cz>
13787
13788         * predict.def (noreturn, loop branch, loop exit): Mark as first
13789         match heuristics.
13790
13791 Mon Jul 30 12:52:11 CEST 2001  Jan Hubicka  <jh@suse.cz>
13792
13793         * combine.c (try_combine): Avoid barrier after noop jumps.
13794
13795 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13796
13797         * cpphash.h (struct cpp_reader): Remove import_warning.
13798         * cpplib.c (skip_rest_of_line): Don't bother turning off
13799         macro expansion.
13800         (parse_include): Move include handling to...
13801         (do_include_common): ... here.  Move import warning from...
13802         (do_import): ... here.
13803         (do_pragma_poison): Don't do a callback for poison identifiers.
13804         * cpplib.h (struct cpp_callbacks): Don't do poison callbacks.
13805         * cppmain.c (setup_callbacks): Similarly.
13806
13807 Sun Jul 29 23:26:50 CEST 2001  Jan Hubicka  <jh@suse.cz>
13808
13809         * rtlanal.c (parms_set, find_first_parameter_load): Break out from...;
13810         handle multiple sets.
13811         * except.c (sjlj_mark_call_sites): .... here.
13812         * gcse.c (insert_insn_end_bb): Use find_first_parameter_load.
13813
13814 Sun Jul 29 21:38:45 CEST 2001  Jan Hubicka  <jh@suse.cz>
13815
13816         Suggested by Richard Henderson and Richard Kenner:
13817         * combine.c (recog_for_combine): Use the fake recog
13818         only if instruction does not match.
13819         * rtl.h (NOOP_MOVE_INSN_CODE): New.
13820         * rtlanal.c (noop_move_p): Always return 1 for NOOP_MOVE_INSN_CODE.
13821
13822         * combine.c (try_combine): Discover noop jump as direct jump.
13823
13824 2001-07-29  Daniel Berlin  <dan@cgsoftware.com>
13825
13826         * df.c (df_rd_global_compute): Add successors to worklist, not
13827         current item.
13828         (df_ru_global_compute): Ditto.
13829
13830 2001-07-27  Daniel Berlin  <dan@cgsoftware.com>
13831
13832         * regclass.c (reg_scan_mark_refs): Increment REG_N_REFS when we
13833         increment REG_N_SETS.
13834
13835 2001-07-26  Daniel Berlin  <dan@cgsoftware.com>
13836
13837         * sbitmap.h: New prototype for sbitmap_a_xor_b.
13838
13839         * sbitmap.c (sbitmap_a_xor_b): New function.
13840         ifdef the basic block stuff on IN_GCC.
13841
13842 2001-07-29  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
13843
13844         * cppexp.c (parse_defined): Always record the macro name.
13845         (lex): Don't worry about identifiers, or special-case
13846         CPP_NOT here.
13847         (_cpp_parse_expr): Figure out at the end of the routine
13848         whether we saw a valid !defined() expression.
13849         * cppfiles.c (stack_include_file): Update for mi_valid.
13850         (_cpp_pop_file_buffer): Similarly.
13851         * cpplex.c (_cpp_lex_token): Similarly.
13852         * cpphash.h (enum mi_state, enum mi_ind, mi_state,
13853         mi_if_not_defined, mi_lexed): Remove.
13854         (mi_valid): New.
13855         * cpplib.c (do_if): Simplify.
13856         (do_endif, push_conditional, _cpp_handle_directive): Update
13857         for renaming of mi_state to mi_valid.
13858 doc:
13859         * cpp.texi: Add index entries for digraphs, and add comment
13860         that C++ refers to them as alternative tokens.
13861
13862 Sun Jul 29 18:59:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
13863
13864         * basic-block.h (CLEANUP_PRE_LOOP): New.
13865         * except.c (finish_eh_generation): Update call of cleanup_cfg.
13866         * sibcall.c (optimize_sibling_calls): Likewise.
13867         * toplev.c (rest_of_compilation): Likewise.
13868         * flow.c (try_forward_edges): Take argument MODE;
13869         do not forward over loop pre-headers if CLEANUP_PRE_LOOP.
13870         (try_optimize_cfg): Update call of try_forward_edges.
13871
13872 Sun Jul 29 18:59:56 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
13873                                 Jan Hubicka  <jh@suse.cz>
13874
13875         * (validate_replace_rtx_1): Fix simplification of MINUS.
13876
13877 2001-07-29  Neil Booth  <neil@daikokuya.demon.co.uk>
13878
13879         PR preprocessor/3669
13880         * cppinit.c (init_dependency_output): Turn off dump requests
13881         if sending dependencies to stdout.
13882
13883 2001-07-28  Richard Henderson  <rth@redhat.com>
13884
13885         * flow.c (life_analysis): Elide PROP_ALLOW_CFG_CHANGES if
13886         not optimizing.
13887
13888 2001-07-28  Golubev I. N.  <gin@mo.msk.ru>
13889
13890         * config/i386/sco5.h (DWARF2_DEBUGGING_INFO): Define.
13891
13892 2001-07-28  Kazu Hirata  <kazu@hxi.com>
13893
13894         * config/h8300/h8300.h (ENCODE_SECTION_INFO): Check to see if DECL
13895         is VAR_DECL first to prevent an ICE.
13896
13897 2001-07-28  Richard Henderson  <rth@redhat.com>
13898
13899         * varasm.c (immed_real_const_1): Don't elide special cases for
13900         nested functions.
13901         (clear_const_double_mem): Clear const_tiny_rtx too.
13902
13903 2001-07-28  Richard Henderson  <rth@redhat.com>
13904
13905         * dwarf2out.c (dw_val_class_offset): New.
13906         (struct dw_ranges_struct, dw_ranges_ref): New.
13907         (ranges_table, ranges_table_allocated): New.
13908         (ranges_table_in_use, RANGES_TABLE_INCREMENT): New.
13909         (add_AT_offset, add_ranges, output_ranges): New.
13910         (print_die, output_die): Handle dw_val_class_offset.
13911         (attr_checksum, size_of_die, value_format): Likewise.
13912         (gen_lexical_block_die): Handle non-contiguous blocks.
13913         (gen_block_die): Likewise.
13914         (dwarf2out_finish): Add a DW_AT_entry_pc to the compilation unit
13915         if needed.  Dump the ranges table.
13916         * final.c (final_start_function): Remove unnecessary notes and
13917         rebuild the block tree before numbering the blocks.
13918         * function.c (reorder_blocks_0): Walk the existing block tree
13919         to unmark all blocks.
13920         (reorder_blocks_1): Create block fragments when duplicate block
13921         notes are seen.
13922         (reorder_fix_fragments): New.
13923         (reorder_blocks): Call it.
13924         * tree.h (BLOCK_FRAGMENT_ORIGIN, BLOCK_FRAGMENT_CHAIN): New.
13925
13926 2001-07-28  Richard Henderson  <rth@redhat.com>
13927
13928         * emit-rtl.c (adjust_address): Make a copy of the memory address.
13929
13930 2001-07-28  Richard Henderson  <rth@redhat.com>
13931
13932         * flow.c (add_to_mem_set_list): New function.
13933         (init_propagate_block_info): Use it.
13934         (mark_set_1): Likewise.
13935         (insn_dead_p): Canonicalize memory address for dead store
13936         comparison.  Allow wider mode stores to kill narrower mode stores.
13937         (invalidate_mems_from_autoinc): Use invalidate_mems_from_set.
13938         (invalidate_mems_from_set): Don't handle MEMs.
13939
13940 2001-07-28  Kazu Hirata  <kazu@hxi.com>
13941
13942         * config/h8300/h8300.h: Fix formatting.
13943
13944 Sat Jul 28 23:35:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
13945
13946         * basic-block.h (EDGE_FREQUENCY): New macro.
13947         * bb-reorder (fixup_reorder_chain): Set counts and frequencies
13948         for new BB/edges.
13949         * flow.c (find_sub_basic_blocks): Likewise.
13950         (try_crossjump_to_edge): Likewise; use EDGE_FREQUENCY
13951         (redirect_edge_and_branch): Use EDGE_FREQUENCY.
13952
13953         * predict.c (DEF_PREDICTOR): New argument FLAGS.
13954         (HITRATE): New macro.
13955         (PRED_FLAG_FIRST_MATCH): New constant.
13956         (predictor_info): New field flgags.
13957         (combine_predictions_for_insn): Use DS theory to combine
13958         probabilities; set the edge probabilities when finished.
13959         (estimate_probability): Avoid duplicated matches
13960         of LOOP_BRANCH heuristics for nested loops; update comment.
13961         * predict.def: Add flags for each prediction, set probabilities
13962         according to B&L paper.
13963         * predict.h (DEF_PREDICTOR): New argument FLAGS.
13964
13965         * profile.c (compute_branch_probabilities):  Cleanup way the edge
13966         probabilities are computed and REG_BR_PROB notes are dropped; if
13967         values does not match, emit error.
13968         (init_branch_prob): Do error instead of warning when profile driven
13969         feedback is missing or corrupt.
13970
13971 2001-07-27  DJ Delorie  <dj@redhat.com>
13972
13973         * ifcvt.c (noce_get_alt_condition): If the condition is a compare
13974         against a constant, try to adjust the compare to have the desired
13975         constant in it so that min/max optimizations happen more often.
13976
13977 Fri Jul 27 17:53:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
13978
13979         * flow.c (last_loop_beg_note): New function.
13980         (redirect_edge_and_branch): Use it.
13981         (split_edge): Likewise.
13982
13983         * alias.c (loop_p): Avoid uninitialized memory access.
13984
13985         * flow.c (try_forward_edges): Avoid accessing freed memory.
13986
13987         * flow.c (backward_edge_of_syntactic_loop_p): Avoid uninitialized
13988         variable access.
13989
13990 2001-07-26  Andrew Haley  <aph@redhat.com>
13991         Joern Rennecke <amylaar@redhat.com>
13992
13993         * config/sh/linux.h (CPP_DEFAULT_CPU_SPEC): New.
13994         (SUBTARGET_CPP_ENDIAN_SPEC): New.
13995         (SUBTARGET_CPP_SPEC): New.
13996         (CPP_SPEC): Remove.
13997         * config/sh/sh.h (SUBTARGET_CPP_ENDIAN_SPEC): New.
13998         (SUBTARGET_CPP_PTR_SPEC): New.
13999         (CPP_DEFAULT_CPU_SPEC): New.
14000         (EXTRA_SPECS): Add SUBTARGET_CPP_ENDIAN_SPEC,
14001         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
14002         (CPP_SPEC): Break out parts into SUBTARGET_CPP_ENDIAN_SPEC,
14003         SUBTARGET_CPP_PTR_SPEC, and CPP_DEFAULT_CPU_SPEC.
14004         (SUBTARGET_CPP_SPEC): Define as an empty string.
14005
14006 2001-07-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14007
14008         * doc/install.texi (Configuration): Properly link the host
14009         specific instructions also when generating HTML.
14010
14011 Fri Jul 27 00:33:35 EDT 2001  John Wehle  (john@feith.com)
14012
14013         * flow.c (redirect_edge_and_branch_force): Test
14014         target->global_live_at_start.
14015
14016 2001-07-26  Richard Henderson  <rth@redhat.com>
14017
14018         * simplify-rtx.c (avoid_constant_pool_reference): Export.
14019         * rtl.h (avoid_constant_pool_reference): Declare it.
14020         * dwarf2out.c (add_location_or_const_value_attribute): Use it.
14021         (add_const_value_attribute): Use add_AT_unsigned for unsigned values.
14022
14023 Thu Jul 26 22:30:22 CEST 2001  Jan Hubicka  <jh@suse.cz>
14024
14025         * rtl.h (cleanup_barriers): Declare.
14026         * jump.c (cleanup_barriers): New function.
14027         * toplev.c (rest_of_compilation): Call cleanup_barriers
14028         before loop optimizer and after bb_reorder.
14029
14030         * flow.c (back_edge_of_syntactic_loop_p): New.
14031         (split_edge): Use it.
14032
14033 2001-07-26  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14034
14035         * glimits.h (_MACH_MACHLIMITS_H_): Delete.
14036
14037 Thu Jul 26 22:22:21 2001  Denis Chertykov  <denisc@overta.ru>
14038
14039         * cse.c (cse_process_notes): Replace any registers if the address
14040         remains valid.
14041
14042 Thu Jul 26 14:04:03 EDT 2001  John Wehle  (john@feith.com)
14043
14044         * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
14045         (PROP_FINAL): Include PROP_ALLOW_CFG_CHANGES.
14046         (propagate_block): Update prototype.
14047         * flow.c (update_life_info): Simplify the CFG and
14048         recalculate the global regs which are alive when
14049         removing dead code during a global update.
14050         (propagate_block): Return non-zero if an INSN is
14051         deleted.
14052
14053 2001-07-26  Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14054
14055         * Makefile.in (LIBICONV): Define.
14056
14057 2001-07-26  Catherine Moore  <clm@redhat.com>
14058
14059         * config/v850/v850.h (ENCODE_SECTION_INFO):  Change order
14060         of conditional to avoid tree checking errors.
14061
14062 2001-07-26  Kazu Hirata  <kazu@hxi.com>
14063
14064         * regmove.c (regmove_optimize): Don't replace a reg with
14065         another reg of a different mode.
14066
14067 2001-07-26  Andrew MacLeod  <amacleod@redhat.com>
14068
14069         * params.def (PARAM_MAX_PENDING_LIST_LENGTH): Add parameter to
14070         limit length of dependency flush list.
14071         * params.h (MAX_PENDING_LIST_LENGTH): Define.
14072         * sched-int.h  (struct deps): Add pending_flush_length field.
14073         * sched-deps.c (flush_pending_lists): Last_pending_memory_flush now
14074         has 1 element in it.
14075         (sched_analyze_1): Use MAX_PENDING_LIST_LENGTH.
14076         (sched_analyze): After a jump, if the pending memory flush list is too
14077         large, flush the pending lists.
14078         (init_deps): Initialize pending_flush_length to 0.
14079         * doc/invoke.texi (max_pending_list_length): Document parameter.
14080
14081 2001-07-26  Neil Booth  <neil@daikokuya.demon.co.uk>
14082
14083         * toplev.c, varasm.c, final.c: Include xcoffout.h if appropriate.
14084         * dbxout.c (dbxout_global_decl): Move outside #ifdef.
14085         * Makefile.in (varasm.o, final.o, toplev.o): Update dependencies.
14086
14087 2001-07-26  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14088
14089         * cpphash.h (struct_lexer_state): Delete was_skipping.
14090         Move skipping here from struct cpp_reader.
14091         * cpplex.c (parse_identifier): Update.
14092         (_cpp_lex_token): Don't skip tokens in a directive.
14093         * cpplib.c (struct if_stack): Update.
14094         (start_directive, end_directive): Don't change skipping state.
14095         (_cpp_handle_directive): Update.
14096         (do_ifdef, do_ifndef, do_if, do_elif): Similarly.
14097         (do_else, do_endif): Update; only check for excess tokens if not
14098         in a skipped conditional block.
14099         (push_conditional): Update for new struct if_stack.
14100
14101 2001-07-26  Graham Stott  <grahams@redhat.com>
14102
14103         * function.c (locate_and_pad_parm): Also pad initial offset
14104         so that the total argument size also includes the padding.
14105
14106 2001-07-26  Graham Stott <grahams@redhat.com>
14107
14108         * gensupport.c (alter_output_for_insn): Correct enable checking failure
14109         change XSTR to XTMPL.
14110
14111         (process_one_cond_exec): Likewise
14112
14113 2001-07-25  Richard Henderson  <rth@redhat.com>
14114
14115         * varasm.c (assemble_variable): Create DECL_RTL before setting
14116         TREE_ASM_WRITTEN.
14117
14118 Thu Jul 26 00:19:30 CEST 2001  Jan Hubicka  <jh@suse.cz>
14119
14120         * predict.c (estimate_probability): Avoid duplicated predictions.
14121
14122         * loop.c (find_and_verify_loops): Grok multiple barriers.
14123
14124 Wed Jul 25 18:00:05 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14125
14126         * config/alpha/alpha.c (print_operand, case '/'): Don't write '/'.
14127
14128         * dbxout.c: Consistently use putc instead of fputc.
14129         (print_wide_int): New function; call instead of direct fprintf.
14130         (dbxout_type_index): Adjust calls of CHARS to be more accurate.
14131         (dbxout_type_fields, dbxout_type_method_1): Likewise.
14132         (dbxout_type_methods, dbxout_range_type, dbxout_type): Likewise.
14133         (print_int_cst_octal): Likewise.
14134         (print_octal): Show we wrote characters.
14135         (dbxout_type): Set have_used_extensions in more places.
14136
14137 2001-07-25  Catherine Moore  <clm@redhat.com>
14138
14139         * config/v850/v850.c (v850_va_arg):  Use addr
14140         instead of valist to build incr.
14141
14142 Wed Jul 25 22:48:59 CEST 2001  Jan Hubicka  <jh@suse.cz>
14143
14144         * flow.c (delete_dead_jumptables): New function.
14145         (life_analyzis): Call it.
14146         * bb-reorder.c (skip_insns_after_block): Handle contradictory
14147         sequences.
14148
14149 2001-07-25  Richard Henderson  <rth@redhat.com>
14150
14151         * except.c (reachable_handlers): Handle a region being removed
14152         out from under a RESX.
14153
14154 2001-07-25  Richard Henderson  <rth@redhat.com>
14155
14156         * config/alpha/alpha.c (alpha_emit_conditional_move): Always
14157         swap GE/GT if it is an fp comparison.
14158
14159 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
14160
14161         * alias.c (rtx_equal_for_memref_p): Allow strings as types in
14162         operands.
14163
14164 Wed Jul 25 08:25:01 2001  Jeffrey A Law  (law@cygnus.com)
14165
14166         * ssa.c (rename_insn_1): Do not wrap an assignment to a
14167         paradoxical SUBREG inside a SEQUENCE.  Fix minor formatting
14168         glitch.
14169
14170         * ssa-ccp.c (visit_expression): Handle CALL_INSNs that can
14171         throw an exception.
14172         (visit_expression): When attempting to simplify an expression,
14173         retrieve any modes for arguments before they are simplified
14174         to constants.
14175
14176 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
14177             Janis Johnson  <janis@us.ibm.com>
14178
14179         * stmt.c (expand_goto): A nonlocal goto can be a call too.
14180         * builtins.c (expand_builtin_longjmp): Reverse label and static chain
14181         pointer parameters to match documented usage of nonlocal_goto.
14182         * config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
14183         parameters to their correct order.
14184         * config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
14185         parameters to their correct order.
14186
14187 2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
14188
14189         * config/ia64/ia64.h (STRIP_NAME_ENCODING): Strip out '*' as well.
14190
14191 2001-07-25  Jan Hubicka  <jh@suse.cz>
14192             Richard Henderson  <rth@redhat.com>
14193
14194         * flow.c (find_sub_basic_blocks): Fix handling of the last BB in
14195         the sequence.
14196         (make_edges): New argument update_p; populate the edge cache if set.
14197         (find_basic_blocks): Update make_edges invocation.
14198
14199 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14200
14201         * config/i960/i960.h (CPP_SPEC): Define _SOFT_FLOAT for -msoft-float.
14202
14203 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14204
14205         * config/sparc/rtems.h (CPP_PREDEFINES): Remove redundant
14206         -Acpu and -Amachine.h.
14207         * config/sparc/rtemself.h (CPP_PREDEFINES): Likewise.
14208         Corrected header to say ELF not a.out.
14209         * config/sparc/sparc.h (CPP_CPU_SPEC): Define _SOFT_FLOAT
14210         when given -msoft-float.
14211
14212 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14213
14214         * config.gcc (arm*-*-rtems*): Include crtinit.o and crtfini.o as
14215         extra multilib parts like arm-elf.
14216         (i960-*-coff*, i960-*-rtems): Should not use collect2.
14217         (m68020-*-elf*, m68k-*-elf*, m68k-*-rtems*): Include crtinit.o and
14218         crtfini.o as extra multilib parts.
14219
14220 2001-07-24  Joel Sherrill <joel@OARcorp.com>
14221
14222         * configure.in: Add rtems as a supported thread model.
14223         * gthr-rtems.h: Add missing entry point __gthread_active_p.
14224         * configure: Rebuilt.
14225
14226 2001-07-24  Lars Brinkhoff  <lars@nocrew.org>
14227
14228         * stor-layout.c (get_mode_alignment): make it work when
14229         BITS_PER_UNIT is not a power of two.
14230         * builtins.c (get_pointer_alignment): Likewise.
14231
14232 2001-07-24  Richard Henderson  <rth@redhat.com>
14233
14234         * simplify-rtx.c (avoid_constant_pool_reference): Coerce
14235         the retrieved constant into the expected mode.
14236
14237 Wed Jul 25 01:41:27 CEST 2001  Jan Hubicka  <jh@suse.cz>
14238
14239         * flow.c (try_simplify_condjump): Avoid duplicated edges.
14240         (verify_flow_info): Check for duplicated edges; clarify
14241         error reporting.
14242
14243         * flow.c (block_label): Update basic_block_for_insn.
14244         (commit_edge_insertions): Call compute_bb_for_insn.
14245
14246         * flow.c (purge_dead_edges): Handle conditional jumps and conditional
14247         returns too.
14248
14249         * flow.c (redirect_edge_and_branch,
14250         try_optimize_cfg): Use redirect_edge_succ_nodup
14251         (redirect_edge_succ_nodup): New.
14252         * basic_block.h (redirect_edge_succ_nodup): Declare.
14253
14254         * toplev.c (rest_of_compilation): Rebuild CFG before cfg_cleanup
14255         after gcse.
14256
14257 Wed Jul 25 00:32:49 CEST 2001  Jan Hubicka  <jh@suse.cz>
14258
14259         * flow.c (try_forward_edges): Accept fallthru edge; Update comment.
14260         (try_crossjump_to_edge): Update commetns.
14261         (try_crossjump_bb): Likewise.
14262
14263 2001-07-24  Richard Henderson  <rth@redhat.com>
14264
14265         * combine.c (distribute_notes): Move set of need_refresh
14266         for noop_move_p down to catch all cases.
14267
14268 Tue Jul 24 20:32:44 CEST 2001  Jan Hubicka  <jh@suse.cz>
14269
14270         * recog.c (split_all_insns_noflow): New.
14271         * rtl.h (split_all_insns_noflow): Declare.
14272         * ia64.c (ia64_reorg): Use split_all_insns_noflow.
14273         * m68hc11.c (m68hc11_reorg): Likewise.
14274         * sh.c (machine_dependent_reorg): Likewise.
14275         * toplev.c (rest_of_compilation): Likewise for last split_all_insns
14276         call.
14277
14278 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
14279
14280         * config/sh/sh.md (ashlsi3_std splitter): Split only after reload.
14281         (ashlsi3_n splitter): Likewise.
14282         (lshrsi3_n splitter): Likewise.
14283
14284         (GOTaddr2picreg): Make const SImode.
14285         (sym_label2reg): Likewise.
14286         (symGOT2reg): Likewise.
14287         (symGOTOFF2reg) Likewise.
14288
14289         (casesi_worker_0): Make unspec SImode.
14290
14291 2001-07-18  Andrew Haley  <aph@cambridge.redhat.com>
14292
14293         * config/sh/sh.c (barrier_align): Check that an operand really is
14294         an insn before extracting its INSN_CODE.
14295
14296 2001-07-24  Andrew Haley  <aph@cambridge.redhat.com>
14297
14298         * config/sh/sh.h (OVERRIDE_OPTIONS): Add braces to get rid of
14299         dangling else.
14300
14301         * config/sh/sh.h (INITIALIZE_TRAMPOLINE): Truncate operands
14302         for SImode to prevent overflow.
14303
14304 2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14305
14306         * config/mips/irix6-libc-compat.c: New file.
14307         * config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
14308         * doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
14309         passing workaround.
14310
14311 2001-07-24  lars brinkhoff  <lars@nocrew.org>
14312
14313         * rtl.texi (REG_POINTER): Document.
14314         (Machine Modes): Document BImode, OImode, PQImode, PHImode,
14315         QFmode, HFmode, TQFmode, QCmode, and HCmode.
14316
14317 Tue Jul 24 10:49:40 CEST 2001  Jan Hubicka  <jh@suse.cz>
14318
14319         * flow.c (delete_noop_moves): Do not confuse libcall regions.
14320
14321 2001-07-23  Richard Henderson  <rth@redhat.com>
14322
14323         * flow.c (try_simplify_condjump): Use tidy_fallthru_edge.
14324
14325 2001-07-23  Kazu Hirata  <kazu@hxi.com>
14326
14327         * config/h8300/h8300-protos.h: Add a prototype for
14328         general_operand_dst_push.
14329         * config/h8300/h8300.c (general_operand_dst_push): New.
14330         * config/h8300/h8300.h (OK_FOR_T): New.
14331         (EXTRA_CONSTRAINT): Use it.
14332         * config/h8300/h8300.md (movqi_push): Remove and integrate into
14333         the existing movqi pattern.
14334         (movhi_push): Likewise.
14335
14336         * reload.c: Fix comment typos.
14337
14338 Mon Jul 23 23:34:07 CEST 2001  Jan Hubicka  <jh@suse.cz>
14339
14340         * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
14341
14342 2001-07-23  H.J. Lu  (hjl@gnu.org)
14343
14344         * doc/extend.texi: Update __builtin_return_address and
14345         __builtin_frame_address.
14346
14347 2001-07-23  Richard Henderson  <rth@redhat.com>
14348
14349         * config/i386/i386.c (ix86_expand_setcc): Don't use method 0
14350         before CSE.
14351         * config/i386/i386.md: New setcc+movzbl peephole2.
14352
14353 2001-07-23  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14354
14355         * objc/Make-lang.in (objc-act.o): Depend on debug.h.
14356         * objc/objc-act.c: Include debug.h.
14357         (synth_module_prologue): Save and restore debug hooks too.
14358
14359 2001-07-23  lars brinkhoff  <lars@nocrew.org>
14360
14361         * tm.texi (TARGET_FLOAT_FORMAT): Document IBM_FLOAT_FORMAT
14362         and C4X_FLOAT_FORMAT.
14363         (BOOL_TYPE_SIZE): Document.
14364
14365 Mon Jul 23 11:54:23 2001  Clinton Popetz  <cpopetz@cpopetz.com>
14366
14367         * unroll.c (loop_iterations): Fix miscalculation of initial
14368         giv offset.
14369
14370 2001-07-13  Andrew Haley  <aph@redhat.com>
14371
14372         * doc/tm.texi (MD_CAN_REDIRECT_BRANCH): New macro.
14373         * config/sh/sh.h (MD_CAN_REDIRECT_BRANCH): New macro.
14374         * config/sh/sh.c (sh_can_redirect_branch): New function.
14375         * config/sh/sh-protos.h (sh_can_redirect_branch): Declare.
14376         * reorg.c (steal_delay_list_from_target): Use
14377         MD_CAN_REDIRECT_BRANCH to see if redirection is possible.
14378
14379 Mon Jul 23 17:20:18 CEST 2001  Jan Hubicka  <jh@suse.cz>
14380
14381         * flow.c (try_simplify_condjump): Unlink insn chain on
14382         fallthru edge; use can_fallthru.
14383
14384 Mon Jul 23 16:03:19 CEST 2001  Jan Hubicka  <jh@suse.cz>
14385
14386         * basic-block.h (find_sub_basic_block): Declare.
14387         * flow.c (make_edges): New arguments MIN and MAX;
14388         (find_sub_basic_blocks): Revamp to use make_edges
14389         and purge_dead_edges.
14390         (find_basic_blocks): Update call of find_sub_basic_block.
14391
14392         * recog.c (split_all_insns): Always expect CFG to be consistent;
14393         call find_sub_basic_blocks in case something has changed.
14394         * toplev.c (rest_of_compilation): Always call split_all_insns once CFG
14395         has been built.
14396
14397         * basic-block.h (delete_noop_moves): Declare.
14398         * combine.c (combine_instructions): Call it.
14399         (recog_for_combine): Tolerate noop moves
14400         (distribute_notes): Force refresh when register dies at noop move.
14401         * flow.c (delete_noop_moves): Use BB structure; delete JUMP insns
14402         too.
14403         (life_analysis): Update delete_noop_moves call.
14404         (set_noop_p): Move too ...
14405         * rtlanal.c (noop_move_p): ... here.
14406         * rtl.h (noop_move_p): Declare.
14407
14408         * basic-block.h (purge_all_dead_edges, purge_dead_edges): New functions.
14409         * toplev.c (rest_of_compilation): Conditionally call purge_all_dead_edges
14410         after combine.
14411         * gcse.c (cprop_cc0_jump, cprop_insn): New argument "basic_block".
14412         (cprop_jump): Likewise; call purge_dead_edges if substitution succeeded.
14413
14414 2001-07-23  Hans-Peter Nilsson  <hp@bitrange.com>
14415
14416         * reload.c (push_reload): Fix typo in comment.
14417         (find_reloads_address): Ditto.
14418         (reg_overlap_mentioned_for_reload_p): Ditto in head comment.
14419
14420 2001-07-22  Richard Henderson  <rth@redhat.com>
14421
14422         * flow.c: Grammar check and clarify a lot of comments.
14423         (try_simplify_condjump): Rename variables to be clearer.
14424         (try_forward_edges): Skip complex and fallthru edges.
14425         Rearrange tests to avoid duplicate checks.
14426         (flow_find_cross_jump): Likewise.
14427         (outgoing_edges_match): Allow match if neither branch has
14428         probability data.  Loosen probability match to 5%.
14429         (try_crossjump_to_edge): Hoist repeated indirection into
14430         local variables.
14431         (try_crossjump_bb): Don't check complex edges.  Eliminate
14432         redundant crossjump tests.
14433         (try_optimize_cfg): Fix use of bool.  Reorganize cheaper
14434         checks before more expensive checks.
14435
14436 2001-07-22  Richard Henderson  <rth@redhat.com>
14437
14438         * fold-const.c (fold): Test vs FLOAT_TYPE_P instead of
14439         INTEGRAL_TYPE_P when folding comparisons with operand_equal_p
14440         arguments.
14441
14442 2001-07-22  Richard Henderson  <rth@redhat.com>
14443
14444         * m68k.c (const_uint32_operand): Abort if mode is <= 32 bits.
14445         (const_sint32_operand): Likewise.
14446         * m68k.md (anon mulsi pattern): Use const_int_operand not
14447         const_sint32_operand.
14448         (umulsi3_highpart): Zero extend a constant input.
14449         (smulsi3_highpart): Don't bother checking SImode constant.
14450         (const_umulsi3_highpart): Give op3 DImode.
14451         (const_smulsi3_highpart): Likewise.
14452
14453 2001-07-22  Richard Henderson  <rth@redhat.com>
14454
14455         * flow.c (split_block): Make sure bb_note is included in the
14456         new block when splitting before a label.
14457
14458 Sun Jul 22 23:28:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
14459
14460         * basic-block.h (redirect_edge_and_branch_force,
14461         redirect_edge_and_branch, block_label, forwarder_block_p): Declare.
14462         * flow.c (redirect_edge_and_branch_force,
14463         redirect_edge_and_branch, block_label, forwarder_block_p): Make global.
14464         (redirect_edge_and_branch_force): Fix copying of lifeness information.
14465         (block_label): Handle EXIT_BLOCK_PTR by returning NULL.
14466         * ifcvt.c (dead_or_predictable): Take BB as an new destination
14467         instead of label; update CFG after transformation.
14468         (find_if_case_1): Update call, use redirect_edge_and_branch_force
14469         for finishing the transformation; handle even case where ELSE
14470         does not follow THEN.
14471         (find_if_case_2): Update call of dead_or_predictable; simplify
14472         CFG update.
14473
14474         * emit-rtl.c (split_branch_probability): New global variable.
14475         (try_split): Take care to set split_branch_probability and
14476         create REG_BR_PROB note for new jump insns.
14477         * md.texi (define_split): Document new feature.
14478
14479         * i386.c (ix86_split_fp_branch): Redistribute branch probability notes.
14480
14481 2001-07-22  Neil Booth  <neil@daikokuya.demon.co.uk>
14482
14483         * varasm.c: Don't inlcude dbxout.h, sdbout.h or xcoffout.h.
14484         (asm_out_file): Remove redundant declaration.
14485         (assemble_asm): Remove old #if 0 block.
14486         (assemble_variable): Remove end of function; debug output is
14487         now handled with global_decl.  Remove old #if 0 block.  Update.
14488         Remove saved_in_section and associated no-op code.
14489         * Makefile.in (varasm.o): Correct dependencies.
14490
14491 Sun Jul 22 17:55:11 2001  Alexandre Oliva  <aoliva@redhat.com>
14492
14493         * config/i386/freebsd-aout.h (ASM_PREFERRED_EH_DATA_FORMAT): Use
14494         the definition in defaults.h.
14495
14496 Sun Jul 22 21:31:04 CEST 2001  Jan Hubicka  <jh@suse.cz>
14497
14498         * jump.c: Update comments.
14499         (delete_barrier_successors, delete_unreferenced_labels,
14500         delete_noop_moves, tension_vector_labels, delete_from_jump_chain,
14501         delete_labelref_insn, redirect_tablejump, jump_optimize_1,
14502         jump_optimize, jump_optimize_minimal): Kill.
14503         (rebuild_jump_labels): Move code from jump_optimize_1.
14504         (purge_line_number_notes): Likewise.
14505         (copy_loop_headers): Likewise.
14506         * reg-stack.c: Update comment.
14507         * stmt.c: Likewise.
14508         * rtl.h (jump_optimize, jump_optimize_1, JUMP_NOOP_MOVES,
14509         JUMP_AFTER_REGSCAN): Kill.
14510         * toplev.c (rest_of_compilation): Use cleanup_cfg, call
14511         purge_line_number_notes and copy_loop_headers.
14512
14513 2001-07-22 Neil Booth  <neil@daikokuya.demon.co.uk>
14514            Richard Henderson  <rth@redhat.com>
14515
14516         * dbxout.c (dbxout_global_decl): New.
14517         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
14518         * sdbout.c (sdbout_finish): New.
14519         (sdbout_debug_hooks): Use it, add comments.
14520         (sdbout_global_decl): Defer initialised public vars to
14521         sdbout_finish.
14522         * varasm.c (assemble_variable): Don't output debug information
14523         for file-scope variables.
14524
14525 2001-07-22  Richard Henderson  <rth@redhat.com>
14526
14527         * config/alpha/alpha.c (get_trap_mode_suffix): New.
14528         (get_round_mode_suffix): New.
14529         (print_operand): Use them for [/].  Remove support for [&'`()+].
14530         * config/alpha/alpha.h (PRINT_OPERAND_PUNCT_VALID_P): Update.
14531         * config/alpha/alpha.md (attr round_suffix): New.
14532         (attr trap_suffix): New.
14533         (all insns): Set them appropriately.  Use %/ instead of the
14534         myriad punctuators.
14535
14536 2001-07-22  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
14537
14538         * dbxout.c, sdbout.c, varasm.c: Revert most recent debug patch.
14539
14540 2001-07-22  Richard Henderson  <rth@redhat.com>
14541
14542         * regrename.c (regrename_optimize): Compute nregs for each
14543         potential target register.
14544
14545 2001-07-21 Neil Booth  <neil@daikokuya.demon.co.uk>
14546            Richard Henderson  <rth@redhat.com>
14547
14548         * dbxout.c (dbxout_global_decl): New.
14549         (xcoff_debug_hooks, dbx_debug_hooks): Use it.
14550         * sdbout.c (sdbout_finish): New.
14551         (sdbout_debug_hooks): Use it, add comments.
14552         (sdbout_global_decl): Defer initialised public vars to
14553         sdbout_finish.
14554         * varasm.c (assemble_variable): Don't output debug information
14555         for file-scope variables.
14556
14557 2001-07-21  H.J. Lu  (hjl@gnu.org)
14558
14559         * config/mips/mips.c (mips_cpu): Moved into ...
14560         (override_options): Here.
14561
14562         * config/mips/mips.h (mips_cpu_attr): Replace mips_cpu with
14563         mips_tune.
14564         (mips_cpu): Removed.
14565
14566 2001-07-21  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14567
14568         * config/m68hc11/m68hc11.md ("andqi3"): Accept d as second operand.
14569         ("iorqi3"): Likewise.
14570         ("xorqi3"): Likewise.
14571         ("*addhi3"): Fix constraint to avoid reloading in a soft register.
14572         ("*subhi3_sp): Likewise.
14573         ("*subhi3"): Likewise.
14574         ("extendhisi2"): Accept D, X and Y as source operand to avoid
14575         reload problems.
14576
14577 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
14578
14579         * doc/tm.texi: Remove DEFAULT_VTABLE_THUNKS.
14580         * config/freebsd.h: Likewise.
14581         * config/linux.h: Likewise.
14582         * config/openbsd.h: Likewise.
14583         * config/alpha/linux-elf.h: Likewise.
14584         * config/arm/linux-elf.h: Likewise.
14585         * config/d30v/d30v.h: Likewise.
14586         * config/fr30/fr30.h: Likewise.
14587         * config/ia64/aix.h: Likewise.
14588         * config/ia64/ia64.h: Likewise.
14589         * config/mips/linux.h: Likewise.
14590         * config/pj/pj.h: Likewise.
14591         * config/rs6000/linux.h: Likewise.
14592         * config/sparc/linux.h: Likewise.
14593         * config/sparc/linux64.h: Likewise.
14594
14595 2001-07-20  Bruce Korb  <bkorb@gnu.org>
14596
14597         * fixinc/fixincl.c(test_for_changes): force unsigned char comparisons
14598         because getc() and char* may disagree on signedness.
14599
14600 2001-07-20  Richard Henderson  <rth@redhat.com>
14601
14602         * doc/rtl.texi (REG_DEAD): Update for current semantics.
14603
14604         * flow.c (try_redirect_by_replacing_jump): Correctly compute which
14605         insns to delete in the presence of cc0 in a jump insn.
14606
14607 Fri Jul 20 22:14:49 CEST 2001  Roman Zippel  <zippel@linux-m68k.org>
14608                                 Jan Hubicka  <jh@suse.cz>
14609
14610         * m68k.md (zero_extend?i?i2 expander): Use gen_lowpart instead
14611         of doing the change by hand.
14612
14613 Fri Jul 20 21:59:42 CEST 2001  Jan Hubicka  <jh@suse.cz>
14614
14615         * rtlanal.c (set_noop_p): Return true for noop jumps.
14616
14617         * expr.c (emit_single_push_insn): Add call to push expander.
14618         * expr.h (optab_index): Add OTI_push
14619         (push_optab): New constant.
14620         * genopinit.c (optabs): Add push_optab.
14621         * optabs.c (init_optab): Init push optab.
14622         * md.texi (push??1): Document
14623
14624 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14625
14626         * config/m68hc11/m68hc11.md ("movdi", "movdi_internal"): Use an
14627         expand to emit the pattern; put a REG_INC note for push/pop
14628         instructions.
14629         ("movdf", "movdf_internal"): Likewise.
14630         ("movsi", "movsi_internal"): Likewise.
14631         ("movsf", "movsf_internal"): Likewise.
14632         ("movhi", "movqi"): Emit a REG_INC note for push/pop instructions.
14633
14634 2001-07-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
14635
14636         * config/m68hc11/m68hc11.c (m68hc11_gen_highpart): Don't use
14637         gen_highpart.
14638
14639 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
14640
14641         * params.def: Change default max inline insns to 100.
14642
14643 2001-07-20  Diego Novillo  <dnovillo@redhat.com>
14644
14645         * combine.c (combine_simplify_rtx): Generate a new shift operation
14646         when simplifying the first operand of a (neg (ashift)) expression.
14647
14648 2001-07-20  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
14649
14650         * regclass.c (N_REG_INTS): Use only 32 bits per element.
14651
14652 2001-07-20  Kelley Cook  <kelley.cook@home.com>
14653
14654         * doc/install.texi (sparc-sun-solaris*): Add in 4.x assembler bug
14655         information.   Move rest into ...
14656         (*-*-solaris): ... here.  Eliminate redundant information and
14657         reword necessary packages section.  Delete 4.x assembler bug info.
14658         (sparc-sun-*): Merge into ...
14659         (sparc-sun-sunos*): here.
14660
14661 2001-07-20  Catherine Moore  <clm@redhat.com>
14662
14663         * config/v850/v850.md (casesi): Generate LABEL_REF
14664         with Pmode.
14665
14666 Fri Jul 20 14:12:57 CEST 2001  Jan Hubicka  <jh@suse.cz>
14667
14668         * i386-protos.h (ix86_zero_extend_to_Pmode): Declare.
14669         * i386.c (ix86_zero_extend_to_Pmode): Make global.
14670         * i386.md (strclrsi expander): Use it.
14671
14672 Fri Jul 20 13:24:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
14673
14674         * integrate.c (copy_insn_list): handle
14675         NOTE_INSN_DELETED_LABEL, as if it were CODE_LABEL.
14676         (copy_rtx_and_substitute): Likewise; behave to NOTE_INSN_DELETED_LABEL
14677         identically as to CODE_LABEL.
14678
14679         * fold-const (fold): Convert A/B/C to A/(B*C) and
14680         A/(B/C) to (A/B)*C
14681
14682         * except.c (connect_post_landing_pads): Delete the RESX insns.
14683
14684 2001-07-20  Aldy Hernandez  <aldyh@redhat.com>
14685
14686         * config/mips/mips.h (ISA_HAS_NMADD_NMSUB): New macro.
14687
14688         * config/mips/mips.md (nmadd/nmsub): Use macro.
14689
14690 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
14691
14692         * cppinit.c (remove_dup_dir): Make static.
14693         (remove_dup_dirs): Make static. Only warn about preempting a
14694         system directory with a non-system directory.
14695
14696 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
14697
14698         * ifcvt.c (noce_try_store_flag_constants): Correct order
14699         of parameters to trunc_int_for_mode.
14700
14701 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
14702
14703         * reorg.c (fill_simple_delay_slots): If an instruction might throw
14704         an exception that will be caught within this function, do not fill
14705         its delay slot with any subsequent instruction.
14706
14707 2001-07-19  Steve Ellcey <sje@cup.hp.com>
14708
14709         * tm.texi (POINTERS_EXTEND_UNSIGNED) Modify definition.
14710         * optabs.c (can_extend_p) Check HAVE_ptr_extend for a specialized
14711         pointer extension instruction.
14712         * combine.c (nonzero_bits,num_sign_bit_copies) Likewise.
14713         * simplify-rtx.c (simplify_unary_operation) Likewise.
14714         * explow.c (convert_memory_address) Check value of
14715         POINTERS_EXTEND_UNSIGNED to avoid some conversions when
14716         less than zero.
14717         * config/ia64/t-hpux (LIBGCC, INSTALL_LIBGCC, MULTILIB_OPTIONS,
14718         MULTILIB_DIRNAMES, MULTILIB_MATCHES) Add multilib support.
14719         * config/ia64/hpux.h (CPP_SPEC, ASM_SPEC, SUBTARGET_SWITCHES)
14720         Add Multilib Support.
14721         (POINTERS_EXTEND_UNSIGNED)  Define for ILP32 support.
14722         * config/ia64/ia64.h (MASK_ILP32, TARGET_ILP32, SUBTARGET_SWITCHES)
14723         Add Multilib Support.
14724         (POINTER_SIZE, LONG_TYPE_SIZE, MAX_LONG_TYPE_SIZE) Modify for ILP32
14725         support.
14726         * config/ia64/ia64.c (rtx_needs_barrier) Add support for addp4.
14727         * config/ia64/ia64.md (ptr_extend) New instruction to "swizzle"
14728         a 32 bit HP-UX pointer into a 64 bit HP-UX pointer.
14729
14730 2001-07-19  Alexandre Oliva  <aoliva@redhat.com>
14731
14732         * simplify-rtx.c (simplify_replace_rtx): Try to obtain mode from
14733         old and new operands in `<', `3' and `b'.
14734
14735 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14736
14737         * Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.
14738         (final.o): Don't depend on xcoffout.h, dbxout.h or sdbout.h.
14739         (toplev.o): Don't depend on xcoffout.h.
14740         * c-decl.c: Include debug.h
14741         (duplicate_decls): Use debug hook.
14742         * dbxout.c (dbxout_source_file, dbxout_args): Make static.
14743         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14744         (dbxout_types): Remove.
14745         * dbxout.h (dbxout_source_file, dbxout_types, dbxout_args): Remove.
14746         * debug.c (do_nothing_debug_hooks): Update.
14747         (debug_true_tree, debug_nothing_rtx): New.
14748         * debug.h (struct rtx_def): New.
14749         (struct gcc_debug_hooks): New hooks ignore_block,
14750         outlining_inline_function and label.
14751         (debug_true_tree, debug_nothing_rtx, dwarf2out_frame_init,
14752         dwarf2out_frame_finish): New.
14753         * dwarf2out.c (dwarf2out_ignore_block, dwarf2out_abstract_function):
14754         Make static, update prototype.
14755         (dwarf2_debug_hooks): Update.
14756         * dwarf2out.h (dwarf2out_ignore_block, dwarf2out_abstract_function,
14757         dwarf2out_frame_init, dwarf2out_frame_finish): Remove.
14758         * dwarfout.c (dwarf_debug_hooks): Update.
14759         * emit-rtl.c: Include debug.h.
14760         (remove_unnecessary_notes): Use debug hook.
14761         * final.c: Don't include dbxout.h, xcoffout.h or sdbout.h.
14762         (final_scan_insn): Use debug hook.
14763         * integrate.c (output_inline_function): Use debug hook.
14764         * sdbout.c (sdbout_toplevel_data, sdbout_label): Make static.
14765         (sdb_debug_hooks): Update.
14766         * sdbout.h (sdbout_label, sdbout_toplevel_data): Remove.
14767         * toplev.c: Don't include xcoffout.h.
14768         (note_outlining_of_inline_function, debug_ignore_block): Remove.
14769         * toplev.h (note_outlining_of_inline_function, debug_ignore_block):
14770         Remove.
14771         * tree.h (dwarf2out_do_frame): Remove.
14772
14773 2001-07-19  Catherine Moore  <clm@cygnus.com>
14774
14775         * config/v850/v850.h (ASM_OUTPUT_LABELREF): Restore.
14776
14777 2001-07-19  Geoffrey Keating  <geoffk@redhat.com>
14778
14779         * reload1.c (eliminate_regs_in_insn): When updating a set
14780         to the frame pointer to the hardware frame pointer, perform
14781         the update always not just when REPLACE is set.
14782
14783         * reload1.c (choose_reload_regs): Don't inherit a reload
14784         that crosses multiple registers if registers past the first
14785         don't fit in the desired class.
14786
14787         * ifcvt.c (noce_try_store_flag_constants): Use trunc_int_for_mode
14788         when negating constants.
14789
14790 2001-07-19  Toon Moene  <toon@moene.indiv.nluug.nl>
14791
14792         * tree.def: Document restriction on {L|R}SHIFT_EXPR's second argument.
14793         * doc/tree.texi: Ditto.
14794
14795 2001-07-19  Mark Kettenis  <kettenis@wins.uva.nl>
14796             Jakub Jelinek  <jakub@redhat.com>
14797
14798         * unwind-dw2.c (_Unwind_FrameState): Add eh_ptr.
14799         (extract_cie_info): Handle "eh" augmentation properly,
14800         remember eh_ptr.
14801         (struct frame_state, __frame_state_for): New.
14802
14803 2001-07-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14804
14805         * config/alpha/osf.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL,
14806         HANDLE_SYSV_PRAGMA): Define.
14807         * mips-tfile.c (add_ext_symbol): Pass complete symbol ptr, inline
14808         previous args.
14809         (copy_object): Caller changed.
14810
14811 2001-07-19  Andreas Schwab  <schwab@suse.de>
14812
14813         * configure.in (assembler dwarf2 debug_line support): Define nop
14814         insn for m68k.
14815         * configure: Regenerated.
14816
14817 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14818
14819         * Makefile.in (toplev.o, dwarfout.o, final.o): Don't depend on
14820         dwarfout.h.
14821         * dbxout.c (dbxout_function): Rename dbxout_funciton_decl, move
14822         to conditionally compiled block.
14823         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14824         * dbxout.h (dbxout_function): Remove.
14825         * debug.c (do_nothing_debug_hooks): Update.
14826         * debug.h (struct gcc_debug_hooks): New hooks function_decl,
14827         global_decl, deferred_inline_function.
14828         * dwarf2out.c (dwarf2_debug_hooks): Update.
14829         (dwarf2out_global_decl): New.
14830         * dwarfout.c: Don't include dwarfout.h.
14831         (dwarfout_global_decl, dwarfout_function_decl,
14832         dwarfout_deferred_inline_function): New.
14833         (dwarf_debug_hooks): Update.
14834         * dwarfout.h: Remove.
14835         * final.c: Don't include dwarfout.h.
14836         * sdbout.c (sdbout_global_decl): New.
14837         (sdbout_debug_hooks): Update.
14838         * toplev.c: Don't include dwarfout.h.
14839         (check_global_declarations, rest_of_compilation): Use new debug hooks.
14840         (note_deferral_of_defined_inline_function): Remove.
14841         * toplev.h (note_deferral_of_defined_inline_function): Remove.
14842         * ch/Makefile.in (lex.o): No dependence on dwarfout.h.
14843         * ch/lex.c: Don't include dwarfout.h.
14844         * cp/Make-lang.in (decl2.o): No dependence on dwarfout.h, dwarf2out.h.
14845         (semantics.o, optimize.o): Depend on debug.h not dwarfout.h.
14846         * cp/decl2.c: Don't include dwarfout.h and dwarf2out.h.
14847         * cp/optimize.c: Include debug.h.
14848         (maybe_clone_body): Use debug hook.
14849         * cp/semantics.c: Include debug.h.
14850         (expand_body): Use debug hook.
14851         * po/POTFILES.in: Remove dwarfout.h.
14852
14853 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
14854
14855         * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
14856         * c-parse.in (yyerror, _yylex): Similarly.
14857         * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
14858         Don't use CPP_INT, CPP_FLOAT; CPP_NUMBER is enough.
14859         Update comments.
14860         * cpplib.h (CPP_INT, CPP_FLOAT): Remove.
14861         * cp/spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
14862
14863 2001-07-18  Jeff Sturm  <jsturm@one-point.com>
14864
14865         * dwarf2out.c (dwarf2out_abstract_function): Don't emit
14866         in-class declaration at -g1.  Fixes c++/2814.
14867
14868 2001-07-18  Richard Henderson  <rth@redhat.com>
14869
14870         * doc/md.texi (reload_in/out): Document restrictions in predicates
14871         and constraints for these patterns.  Document empty string matching
14872         ALL_REGS.
14873
14874 2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
14875
14876         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Check for ASM_WEAKEN_LABEL.
14877
14878 Wed Jul 18 20:47:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
14879
14880         * cse.c: Undo my previous patch.
14881
14882 2001-07-18  Tom Tromey  <tromey@redhat.com>
14883
14884         For PR java/2812:
14885         * configure: Rebuilt.
14886         * configure.in: Don't check for iconv.h or iconv(); use AM_ICONV
14887         instead.
14888         * aclocal.m4 (AM_ICONV): New macro from Bruno Haible.
14889
14890 Wed Jul 18 18:46:30 CEST 2001  Richard Henderson <rth@cygnus.com>
14891                                 Jan Hubicka  <jh@suse.cz>
14892
14893         * flow.c (redirect_edge_and_branch): Bail out on complex edges.
14894         (try_optimize_cfg): Do not remove tail recursive labels before sibcall.
14895         * jump.c (mark_jump_label): Do not forward branches.
14896
14897 Wed Jul 18 18:35:01 CEST 2001  Jan Hubicka  <jh@suse.cz>
14898
14899         * cse.c (delete_trivially_dead_insns): Delete the libcall block
14900         when return value is unused.
14901
14902 Wed Jul 18 18:28:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
14903
14904         * gcse.c (pre_insert_copy_insn): Call update_ld_motion_stores.
14905
14906 Wed Jul 18 12:05:29 2001  Nicola Pero  <n.pero@mi.flashnet.it>
14907
14908         * gthr-posix.h (__gthread_objc_mutex_trylock): Fixed return value
14909         on error.  We can't blindly return the result of
14910         pthread_mutex_trylock because it returns a positive number on
14911         error, while we must return -1 on error.
14912         (__gthread_objc_mutex_lock, __gthread_objc_mutex_unlock): Similar
14913         fixes.
14914         Reported by Stephen Brandon <stephen@brandonitconsulting.co.uk>.
14915
14916 2001-07-18  Andreas Jaeger  <aj@suse.de>
14917
14918         * integrate.c (output_inline_function): Correct type of debug_hooks.
14919
14920 2001-07-18  Toon Moene  <toon@moene.indiv.nluug.nl>
14921
14922         * combine.c (combine_simplify_rtx): DIV can be treated
14923         associatively for floats if unsafe math optimisations are enabled.
14924
14925 2001-07-17  Richard Henderson  <rth@redhat.com>
14926
14927         * reload.c (push_secondary_reload): Accept empty-string for ALL_REGS.
14928
14929 2001-07-17  Richard Henderson  <rth@redhat.com>
14930
14931         * calls.c (prepare_call_address): New parameter SIBCALLP.  If true,
14932         don't force the function address into a register.
14933         (expand_call, emit_library_call_value_1): Update callers.
14934         * builtins.c (expand_builtin_apply): Likewise.
14935         * expr.h (prepare_call_address): Update decl.
14936
14937 2001-07-17  Chandrakala Chavva  <cchavva@redhat.com>
14938
14939         * config.gcc: For *-*-chorusos triplet, get chorus.h file from
14940         config directory.
14941         * config/i386/chorus.h: Move up.
14942         * config/sparc/chorus.h: Likewise.
14943         * config/rs6000/chorus.h: Likewise.
14944         * config/chorus.h: Moved here.
14945
14946 2001-07-17  Andreas Schwab  <schwab@suse.de>
14947
14948         * configure.in  (assembler eh_frame optimization): Handle big
14949         endian.
14950         * configure: Regenerated.
14951
14952 Tue Jul 17 23:43:31 CEST 2001  Jan Hubicka  <jh@suse.cz>
14953
14954         * expr.c (epxand_expr): Convert divisions into multiplications by
14955         reciprocals if -ffast-math.
14956
14957 2001-07-17  Neil Booth  <neil@daikokuya.demon.co.uk>
14958
14959         * dbxout.c (dbxout_really_begin_function): Rename to
14960         dbxout_begin_function.
14961         (dbx_debug_hooks, xcoff_debug_hooks): Update.
14962         (dbxout_begin_function): Remove.
14963         (dbxout_function): Update.
14964         (dbxout_source_line): Update prototype.
14965         * dbxout.h (dbxout_begin_function): Remove.
14966         * debug.c (do_nothing_debug_hooks): Update.
14967         (debug_nothing_tree): Update.
14968         (debug_nothing_charstar_rtx): Remove.
14969         * debug.h (union tree_node): Declare.
14970         (struct rtx_def): Remove.
14971         (gcc_debug_hooks): New hooks begin_prologue, end_prologue,
14972         begin_function.  Change source_line prototype.
14973         (debug_nothing_tree): New.
14974         (debug_nothing_charstar_rtx): Delete.
14975         (dwarf2out_begin_prologue): Moved from ...
14976         * tree.h: ... here.
14977         * dwarf2out.c (dwarf2_debug_hooks): Update.
14978         (dwarf2out_begin_prologue): Update prototype.  If genuine dwarf2
14979         debug info, call dwarf2out_source_line.
14980         (dwarf2out_souce_line): Update prototype.
14981         * dwarfout.c (dwarfout_begin_function): Rename dwarfout_end_prologue.
14982         Change prototype, make static.
14983         (dwarfout_source_line): Update prototype.
14984         (dwarf_debug_hooks): Update.
14985         * dwarfout.h (dwarfout_begin_function): Remove.
14986         * final.c (final_start_function, final_scan_insn): Use appropriate
14987         debug hooks, update to use notice_source_line.
14988         (output_source_line): Rename notice_source_line.  Don't call the
14989         source_line debug hook.
14990         * sdbout.c (sdbout_begin_function): Rename sdbout_begin_prologue,
14991         make static, update prototype.
14992         (sdbout_mark_begin_function): Rename sdbout_begin_function, update
14993         prototype.
14994         (sdbout_end_prologue): New.
14995         (sdbout_source_line): Update prototype.
14996         (sdbout_debug_hooks): Update.
14997         (sdbout_symbol): Remove unused var.
14998         * sdbout.h (sdbout_begin_function, sdbout_mark_begin_function):
14999         Delete.
15000         * varasm.c: Include debug.h.
15001         (assemble_start_function): Use begin_function debug_hook.
15002         * xcoffout.c (xcoffout_begin_prologue): Rename xcoffout_begin_function,
15003         update with prototype.
15004         (xcoffout_source_line): Update prototype.
15005         * xcoffout.h (xcoffout_begin_prologue): Rename xcoffout_begin_function,
15006         update prototype.
15007         (xcoffout_source_line): Update prototype.
15008
15009 2001-07-17  Richard Henderson  <rth@redhat.com>
15010
15011         * c-typeck.c (build_binary_op): Do not shorten unsigned
15012         right shift after sign extension.
15013
15014 Tue Jul 17 16:56:05 CEST 2001  Jan Hubicka  <jh@suse.cz>
15015
15016         * combine.c (combine_simplify_rtx): Attempt to simplify
15017         a*(b/c) as (a*b)/c for floats in unsafe_math mode.
15018
15019         * simplify-rtx.c (avoid_constatn_pool_reference): New static function.
15020         (simplify_binary_operation, simplify_unary_operation,
15021          simplify_relational_operation): Use it.
15022
15023         * combine.c (combine_simplify_rtx): Don't do associative law
15024         on divisions; allow associative law on floats.
15025
15026 2001-07-17  H.J. Lu <hjl@gnu.org>
15027             Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15028
15029         * c-pragma.h (HANDLE_PRAGMA_WEAK): Define iff ASM_WEAKEN_LABEL and
15030         ASM_OUTPUT_WEAK_ALIAS are defined.
15031         * defaults.h (ASM_OUTPUT_WEAK_ALIAS): Define if possible.
15032         * config/mips/iris6.h (ASM_OUTPUT_WEAK_ALIAS, ASM_WEAKEN_LABEL):
15033         Moved ...
15034         * config/mips/iris5.h: ... here.
15035         (HANDLE_SYSV_PRAGMA): Defined as 1.
15036         * varasm.c (weak_finish): Use ASM_OUTPUT_WEAK_ALIAS.
15037         * doc/tm.texi (ASM_OUTPUT_WEAK_ALIAS): Support the undefined weak
15038         symbol.
15039
15040 2001-07-17  Joseph S. Myers  <jsm28@cam.ac.uk>
15041
15042         * c-parse.in (all_prefix_attributes): New variable.
15043         (PUSH_DECLSPEC_STACK, POP_DECLSPEC_STACK): New macros.
15044         (maybe_resetattrs): New production.
15045         (c_parse_init, datadef, fndef, datadecl, setspecs, setattrs, decl,
15046         maybe_type_quals_setattrs, initdecls, notype_initdecls, initdcl,
15047         notype_initdcl, nested_function, notype_nested_function,
15048         component_decl, components, components_notype,
15049         component_declarator, component_notype_declarator,
15050         absdcl_maybe_attribute, parm, firstparm, setspecs_fp, ivar_decl,
15051         ivars, mydecl, myparm): Update.  Avoid prefix attributes just
15052         after a comma being applied to more than one declarator.
15053         * doc/extend.texi (Attribute Syntax): Update.  Remove
15054         documentation of bugs that are no longer present.
15055
15056 2001-07-13  Eric Christopher  <echristo@redhat.com>
15057
15058         * config/mips/mips.h: Change TUNE_MIPS* options to use
15059         mips_tune.
15060         (EXTRA_SPECS): Add cc1_cpu_spec.
15061         * config/mips/mips.md (muldf3): Fix typo.
15062
15063 2001-07-16  Richard Henderson  <rth@redhat.com>
15064
15065         * config/m68k/m68k.c: Include expr.h and reload.h.
15066         (print_operand_address) [16 bit int]: Cast INTVAL to int for %d.
15067         [general int]: Use HOST_WIDE_INT_PRINT_DEC.
15068
15069 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
15070             Richard Henderson  <rth@redhat.com>
15071
15072         * cse.c (set_live_p): Take INSN argument for cc0; update callers.
15073         (insn_live_p): Fix fall off end of function.
15074         (dead_libcall_p): Remove COUNTS argument; update callers.
15075         (delete_trivially_dead_insns): Remove unused variables.
15076
15077 2001-07-17  Andreas Jaeger  <aj@suse.de>
15078
15079         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix output format for
15080         x86-64 pic support.
15081
15082         * lcm.c (optimize_mode_switching): Avoid warning for unused
15083         variable if !NORMAL_MODE.
15084
15085         * flow.c (try_crossjump_to_edge): Remove unused variable.
15086
15087 2001-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15088
15089         * inclhack.def (ultrix_atexit_param): New hack to fix ultrix 4.3
15090         atexit declaration in stdlib.h.
15091
15092 2001-07-16  Richard Begg  <Richard.Begg@colesmyer.com.au>
15093
15094         * fixinc/inclhack.def(hpux_vsnprintf): brokenness in stdio.h
15095
15096 Mon Jul 16 22:48:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
15097
15098         * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
15099         * except.c (finish_eh_generation): Update call of cleanup_cfg;
15100         do rebuild_jump_labels instead of jump_optimize
15101         * sibcall.c (optimize_sibling_and_tail_recursive_call): Likewise.
15102         * toplev.c (rest_of_compulation): Likewise for -Wreturn_type.
15103         * flow.c (try_optimize_cfg): Remove unneeded code_labels.
15104
15105         * flow.c: Include timevar.h
15106         (find_basic_block): Push/pop timevar;
15107         (cleanup_cfg): Likewise.
15108         * timevar.def (TV_CFG, TV_CLEANUP_CFG): New.
15109         * Makefile: Add dependencies on timevar.h
15110
15111         * integrate.c (save_for_inline): Kill all BASIC_BLOCK notes.
15112         (copy_insn_list): Avoid killing of BASIC_BLOCK notes.
15113
15114         * rtl.h (delete_trivially_dead_insns): Add new parameter.
15115         * toplev.c (rest_of_compilation): Update calls.
15116         * cse.c (set_live_p, insn_live_p, dead_libcall_p): Break out from ...
15117         (delete_trivially_dead_insns): ... here; accept new argument
15118         preserve_basic_blocks; preserve basic blocks if set.
15119
15120         * reg-stack.c (stack_regs_mentioned): Return 0 if
15121         stack_regs_mentioned_data is not initialized.
15122         (reg_to_stack): Make stack_regs_mentioned survive after the
15123         reg-stack is completted; do not call cleanup_cfg.
15124         * toplev.c (rest_of_compilation): Do cleanup_cfg before bb-reorder;
15125         make cleanup_cfg after bb-reorder to output to debug file.
15126
15127 2001-07-16  Richard Henderson  <rth@redhat.com>
15128
15129         * regclass.c (init_reg_sets): Use only 32 bits per initializer
15130         from int_reg_class_contents.
15131
15132 2001-07-16  Richard Henderson  <rth@redhat.com>
15133
15134         * hard-reg-set.h (regs_invalidated_by_call): Declare.
15135         * regclass.c (regs_invalidated_by_call): Move from cse.c.
15136         (init_reg_sets_1): Move initialization from cse_main.
15137         * cse.c (regs_invalidated_by_call): Move to regclass.c.
15138         (cse_main): Move its initialization also.
15139         * df.c (df_insn_refs_record): Use regs_invalidated_by_call.
15140         * flow.c (propagate_one_insn): Likewise.
15141         * gcse.c (compute_hash_table): Likewise.
15142         (compute_kill_rd, compute_store_table): Likewise.
15143         * sched-deps.c (sched_analyze_1): Likewise.
15144
15145 Mon Jul 16 18:07:07 2001  J"orn Rennecke <amylaar@redhat.com>
15146
15147         * gcse.c (pre_insert_copy_insn): Use gen_move_insn instead of
15148         gen_rtx_SET.
15149
15150 2001-07-16  Steve Ellcey <sje@cup.hp.com>
15151
15152         * dominance.c (calc_dfs_tree_nonrec): Reverse order of tests
15153         in if statement so we don't access undefined memory.
15154
15155 2001-07-16  Daniel Berlin  <dan@cgsoftware.com>
15156
15157         * gcse.c: Update comment at top.
15158         Update comment on mem handling.
15159         mem_last_set, mem_first_set, mem_set_in_block: gone.
15160         Declaration of reg_set_info: gone.
15161         (oprs_unchanged_p): Don't use mem_*set_* anymore. They are
15162         pointless with load_killed_in_block_p (they are *more*
15163         conservative then it, not less, and less accurate).
15164         (oprs_not_set_p): Ditto.
15165         (alloc_gcse_mem): Don't allocate mem_set_in_block
15166         (free_gcse_mem): Don't free it, either.
15167         (record_last_mem_set_info): Update comment in front, remove
15168         mem_*set_* stuff. Note the reason we don't handle stores directly
15169         here.
15170         (compute_hash_table): Update comments to reflect reality. Remove
15171         mem_*set_* references.
15172         (reset_opr_set_tables): Remove mem_*set_* references.
15173         (mark_call): Ditto.
15174         (mark_set): Ditto.  Also remove double sets of bitmaps for REG's.
15175         (mark_clobber): Ditto (on both parts, we double set here too).
15176         (expr_killed_p): Remove mem_set_in_block test.
15177         (compute_transp): Remove mem_set_in_block test.
15178
15179         * ssa-ccp.c: (optimize_unexecutable_edges): Add note about removal
15180         of edge, and removal of phi alternative to dump file.
15181         (ssa_ccp_substitute_constants): Add note about register now being
15182         constant, and which uses were replaced in what insns to dump file.
15183
15184 2001-07-16  Andreas Jaeger  <aj@suse.de>
15185
15186         * gcov.c (output_data): Use HOST_WIDEST_INT_PRINT_DEC to output
15187         variables of type HOST_WIDEST_INT.
15188
15189         * libgcc2.c (__bb_exit_func): Handle gcov_type as long long.
15190         (__bb_exit_func): Correct type of count_max to avoid overflow.
15191         (num_digits): Handle long long argument.
15192
15193         * combine.c (gen_lowpart_for_combine): Remove unused variable.
15194
15195 2001-07-16  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
15196
15197         * output.h (sdb_begin_function_line): Restore as an extern
15198         variable.
15199         * sdbout.c (sdb_begin_function_line): Make extern.
15200
15201 2001-07-15  Richard Henderson  <rth@redhat.com>
15202
15203         * machmode.def (Pmode): Redefine if GENERATOR_FILE.
15204         * genrecog.c (maybe_both_true_mode): New.
15205         (maybe_both_true_2): Use it.
15206         (write_switch): Don't put Pmode in a switch.
15207         * rtl.c (mode arrays): Don't explicitly size them.
15208
15209 Sun Jul 15 14:07:36 CEST 2001  Jan Hubicka  <jh@suse.cz>
15210
15211         * toplev.c (rest_of_compilation): Fix register_life_up_to_date
15212         handling; move unconditional splitting before mode switching.
15213
15214         * i386.md (type): Add fistp type.
15215         (i387, length_attr, scheduling definitions): Handle this type.
15216         (fix_trunc?f?i2): Revamp to use mode switching.
15217         (fix_trunct?f?i_nonmemory, fix_trunc?f?i_memory): New patterns.
15218         * i386.h (fp_cw_mode): New enum
15219         (OPTIMIZE_MODE_SWITCHING, NUM_MODES_FOR_MODE_SWITCHING, MODE_NEEDED,
15220         MODE_PRIORITY_TO_MODE, ENUM_MODE_SET): New macros.
15221
15222 Sun Jul 15 12:53:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15223
15224         * Makefile.in (integrate.o): Add debug.h.
15225         * integrate.c (debug.h): Add.
15226         (output_inline_function): Save, reset, and restore debug_hooks.
15227
15228 2001-07-15  Richard Henderson  <rth@redhat.com>
15229
15230         * config/alpha/alpha.c (alpha_emit_xfloating_compare): Use CCmode
15231         instead of COMPARE for the EQUIV expression.
15232
15233 2001-07-15  Richard Henderson  <rth@redhat.com>
15234
15235         * flow.c (redirect_edge_and_branch_force): Initialize
15236         global_live_at_start and global_live_at_end.
15237         (allocate_bb_life_data): Export.
15238         * basic-block.h (allocate_bb_life_data): Declare.
15239         * toplev.c (rest_of_compilation): Call it.
15240
15241 2001-07-15  Richard Henderson  <rth@redhat.com>
15242
15243         * config/alpha/alpha.c (alpha_tablejump_addr_vec): New.
15244         (alpha_tablejump_best_label): New.
15245         * config/alpha/alpha-protos.h: Declare them.
15246         * config/alpha/alpha.md: Use braced strings for code blocks.
15247         (tablejump_osf): Break out add with r29.
15248         (tablejump_osf_internal): Remove.
15249         (tablejump_osf_nt_internal): Rename from tablejump_nt_internal,
15250         use alpha_tablejump_addr_vec and alpha_tablejump_best_label.
15251
15252 Sun Jul 15 00:53:35 CEST 2001  Jan Hubicka  <jh@suse.cz>
15253
15254         * loop.c (scan_loop): Add USEs inside PARALLELs into dependencies
15255         of the movable.
15256
15257         * toplev.c (rest_of_compilation): Allow new pseudoes for mode switching.
15258
15259         * i386-protos.h (ix86_split_fp_branch): Update prototype.
15260         (ix86_fp_jump_nontrivial_p): New.
15261         * i386.md (fp_jcc_?): Update call of split_fp_branch;
15262         use ix86_fp_jump_nontrivial_p.
15263         * i386.c (ix86_fp_jump_nontrivial_p): New.
15264         (ix86_split_fp_branch): Accept code instead of rtx.
15265         (ix86_expand_compare): Expand comparison early in case
15266         doing so is resonably cheap.
15267
15268 2001-07-15  Nick Clifton  <nickc@cambridge.redhat.com>
15269
15270         * config/rs6000/sysv4.h (CPP_ENDIAN_BIG_SPEC): Assert 'endian'
15271         not 'machine'.
15272         (CPP_ENDIAN_LITTLE_SPEC): Assert 'endian' not 'machine'.
15273         (CPP_ENDIAN_SOLARIS_SPEC): Assert 'endian' not 'machine'.
15274
15275 2001-07-15  Neil Booth  <neil@daikokuya.demon.co.uk>
15276
15277         * dbxout.c (dbxout_source_line): Make static, update prototype.
15278         (dbx_debug_hooks, xcoff_debug_hooks): Add new hooks.
15279         (dbxout_init, dbxout_finish, dbxout_source_line,
15280         dbxout_begin_block, dbxout_end_block): Update for new prototypes.
15281         * dbxout.h (dbxout_source_line): Delete.
15282         * debug.c (debug_nothing_file, debug_nothing_file_int,
15283         debug_nothing_file_charstar_rtx): New.
15284         (do_nothing_debug_hooks): Update.
15285         (debug_nothing_void, debug_nothing_charstar_rtx,
15286         dwarf2out_end_epilogue): New.
15287         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
15288         * debug.h (struct rtx_def): Declare.
15289         (gcc_debug_hooks): New hooks source_line, end_epilogue
15290         and end_function.
15291         (debug_nothing_void, debug_nothing_charstar_rtx,
15292         dwarf2out_end_epilogue): New.
15293         (debug_nothing_file_charstar, debug_nothing_file_int_int): Rename.
15294         * dwarf2out.c (dwarf2out_source_line): Make static, update prototype.
15295         (dwarf2_debug_hooks): Update.
15296         (dwarf2out_init, dwarf2out_finish, dwarf2out_source_line,
15297         dwarf2out_begin_block, dwarf2out_end_block): Update for new prototypes.
15298         * dwarf2out.h (dwarf2out_source_line): Remove.
15299         * dwarfout.c (dwarfout_end_epilogue, dwarfout_end_function):
15300         Make static, update prototype.
15301         (dwarfout_init, dwarfout_finish, dwarfout_source_line,
15302         dwarfout_begin_block, dwarfout_end_block): Update for new prototypes.
15303         (dwarf_debug_hooks): Update.
15304         * dwarfout.h (dwarfout_end_epilogue, dwarfout_source_line,
15305         dwarfout_end_function): Remove.
15306         * final.c (profile_function): Use debug hooks for ending functions
15307         and epilogues.
15308         (output_source_line, final_end_function): Update prototype,
15309         use debug hooks.
15310         (final_start_function, final_scan_insn): Update.
15311         * output.h (sdb_begin_function_line): Remove.
15312         (final_end_function): Update prototype.
15313         * sdbout.c (sdb_begin_function_line): Make static.
15314         (PUT_SDB_EPILOGUE_END): Move to sdbout_end_epilogue.
15315         (sdbout_source_line): New.
15316         (sdbout_end_epilogue, sdbout_end_function): Make static, update
15317         prototypes.
15318         (sdb_debug_hooks): Update.
15319         (sdbout_init, sdbout_source_line,
15320         sdbout_begin_block, sdbout_end_block): Update for new prototypes.
15321         * sdbout.h (sdbout_end_epilogue, sdbout_end_function): Remove.
15322         * toplev.c (compile_file, rest_of_compilation): Update.
15323         * tree.h (dwarf2out_end_epilogue): Move to debug.h.
15324         * xcoffout.c (xcoffout_source_line, xcoffout_begin_block,
15325         xcoffout_end_block, xcoffout_end_epilogue, xcoffout_end_function):
15326         Update for prototype changes.
15327         * xcoffout.h (xcoffout_source_line, xcoffout_begin_block,
15328         xcoffout_end_block, xcoffout_end_epilogue): Update prototypes.
15329
15330 2001-07-15  Richard Henderson  <rth@redhat.com>
15331
15332         * config/alpha/alpha.h (TARGET_ABI_OSF): New.
15333         (TARGET_ABI_WINDOWS_NT, TARGET_ABI_OPEN_VMS): Rename; update users.
15334         * config/alpha/alpha-protos.h: Update TARGET_ABI_* users.
15335         * config/alpha/alpha.c: Likewise.
15336         * config/alpha/alpha.md: Likewise.
15337         * config/alpha/alpha32.h: Likewise.
15338         * config/alpha/vms.h: Likewise.
15339         (OPEN_VMS): Remove.
15340
15341 2001-07-14  Richard Henderson  <rth@redhat.com>
15342
15343         * config/alpha/alpha.md: Use define_constants for unspec values.
15344         Substitute throughout.
15345
15346 2001-07-14  Tim Josling  <tej@melbpc.org.au>
15347
15348         * tree.def (EXPON_EXPR) remove. Never supported anyway.
15349
15350 2001-07-14  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15351
15352         * pa.md: Remove unused constraints from define_split's.
15353
15354 2001-04-14  Richard Henderson  <rth@redhat.com>
15355
15356         * ifcvt.c (find_cond_trap): Test for exit block.
15357
15358 Sun Jul 15 00:50:20 CEST 2001  Jan Hubicka  <jh@suse.cz>
15359
15360         Re-install recently reverted patch.
15361         * emit-rtl.c (try_split): Update mark_jump_label call.
15362         * flow.c (find_sub_basic_blocks): Likewise.
15363         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
15364         jump_back_p): Kill.
15365         (mark_all_labels): Kill second parameter.
15366         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
15367         (rebuild_jump_labels, jump_optimize_minimal): Update call
15368         of jump_optimize_1.
15369         (jump_optimize_1): Kill crossjumping code.
15370         (mark_jump_label): Kill cross_jump parameter.
15371         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
15372         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
15373         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
15374          splitting.
15375         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
15376         DFI_bpro.
15377         (dump_file_info): Likewise.
15378         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
15379         reorganize passes to do reg-stack first, bb-reorder second.
15380         * invoke.texi (-d letters doc): Remove the jump2 pass.
15381
15382 2001-07-14  Richard Henderson  <rth@redhat.com>
15383
15384         * ifcvt.c (find_cond_trap): New.
15385         (find_if_header): Call it.
15386         (merge_if_block): Relax existing jump sanity check.
15387         * jump.c (jump_optimize_1): Remove conditional trap handling.
15388
15389 2001-07-14  Alan Modra  <amodra@bigpond.net.au>
15390
15391         * config/pa/pa.c (emit_hpdiv_const): Return reg is r2 for 64-bit
15392         millicode.
15393         (insn_refs_are_delayed): Correct comment.
15394         * config/pa/pa.h (INSN_REFERENCES_ARE_DELAYED): Likewise.
15395         * config/pa/pa.md (mulsi3): If TARGET_64BIT, clobber r2
15396         instead of r31.  Make associated insn !TARGET_64BIT, and
15397         provide an additional 64-bit insn that clobbers r2.
15398         (divsi3): Likewise.
15399         (udivsi3): Likewise.
15400         (modsi3): Likewise.
15401         (umodsi3): Likewise.
15402
15403 Sat Jul 14 02:58:38 CEST 2001  Jan Hubicka  <jh@suse.cz>
15404
15405         * bb-reorder.c (skip_insn_after_block): Get past the line number notes.
15406
15407         * flow.c (redirect_edge_and_branch_force, split_edge,
15408         try_crossjump_to_edge): Use set_block_for_new_insns.
15409         * bb-reorder.c (emit_jump_to_block_after): Call set_block_for_new_insns.
15410
15411 2001-07-13  H.J. Lu  (hjl@gnu.org)
15412
15413         * config/elfos.h (UNIQUE_SECTION): Enable .bss section with
15414         the correct patch.
15415
15416 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
15417
15418         Revert H.J. Lu's UNIQUE_SECTION patch of 2001-07-13.
15419
15420 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
15421
15422         * c-common.c (decl_attributes): Take a pointer to the node to
15423         which attributes are to be attached, and a flags argument.
15424         * c-common.h (enum attribute_flags): New.
15425         (decl_attributes): Update prototype.
15426         * c-decl.c (start_decl, push_parm_decl, finish_struct,
15427         finish_enum, start_function): Update calls to decl_attributes.
15428         * c-parse.in (component_declarator, component_notype_declarator,
15429         label): Update calls to decl_attributes.
15430
15431 Fri Jul 13 23:04:00 2001  Denis Chertykov  <denisc@overta.ru>
15432
15433         * config/avr/avr.md (strlenhi): PARALLEL keyword removed.
15434         * config/avr/avr.c (legitimate_address_p): Return value changed
15435         from letter to register classes. For better debugging.
15436
15437 2001-07-13  Kazu Hirata  <kazu@hxi.com>
15438
15439         * jump.c (reversed_comparison_code_parts): Fix comment typos.
15440
15441 2001-07-13  H.J. Lu  (hjl@gnu.org)
15442
15443         * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
15444
15445 2001-07-13  Marc Espie  <espie@cvs.openbsd.org>
15446
15447         * config.gcc (*-*-openbsd*):  Add fragment to compile libgcc
15448         correctly for shared configurations.
15449         * config/t-libgcc-pic:  New.
15450         * config/{i386,m68k,sparc}/t-openbsd:  New.
15451         * config/openbsd.h:  Include cpu_spec in cpp_spec where needed.
15452         Support -shared.  Support debugging libraries with -g.
15453         * config/i386/openbsd.h:  Correct ASM_COMMENT_START.  Ensure dwarf2
15454         frame information does not emit pointer diffs.
15455         * config/sparc/openbsd.h:  Ensure dwarf2 frame information does not
15456         emit pointer diffs.
15457
15458 2001-07-13  Geoffrey Keating  <geoffk@redhat.com>
15459
15460         Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.
15461
15462 2001-07-13  David Edelsohn  <edelsohn@gnu.org>
15463
15464         * combine.c (try_combine): Ensure const_int pow2 is positive.
15465
15466 2001-07-13  Hartmut Penner  <hpenner@de.ibm.com>
15467
15468         * config.gcc: Add configuration for s/390.
15469         * config/s390/s390.c: New. Subroutines for code generation.
15470         * config/s390/s390.h: New. Definitions for s/390.
15471         * config/s390/s390-protos.h: New. Prototypes.
15472         * config/s390/linux.h: New. Definitions for linux for s/390.
15473         * config/s390/linux64.h: New. Definitions for linux for zSeries.
15474         * config/s390/t-linux: New. Makefile fragment.
15475         * config/s390/s390.md: New. Machine description for s/390 and zSeries.
15476         * config/s390/fixdfdi.h: New. Fix L_fix*di.
15477
15478 Fri Jul 13 14:46:21 CEST 2001  Jan Hubicka  <jh@suse.cz>
15479
15480         * emit-rtl.c (try_split): Update mark_jump_label call.
15481         * flow.c (find_sub_basic_blocks): Likewise.
15482         * jump.c (cross_jump_death_matters, find_cross_jump, do_cross_jump,
15483         jump_back_p): Kill.
15484         (mark_all_labels): Kill second parameter.
15485         (jump_optimize, jump_optimize_1): Kill cross_jump parameter.
15486         (rebuild_jump_labels, jump_optimize_minimal): Update call
15487         of jump_optimize_1.
15488         (jump_optimize_1): Kill crossjumping code.
15489         (mark_jump_label): Kill cross_jump parameter.
15490         * rtl.h (mark_jump_label, jump_optimize): Update prototypes.
15491         (JUMP_CROSS_JUMP, JUMP_CROSS_JUMP_DEATH_MATTERS): Kill.
15492         * reg-stack.c (reg_to_stack): Do not rebuild if not needed; do
15493          splitting.
15494         * toplev.c (enum dump_file_index): Kill DFI_jump2; put DFI_stack before
15495         DFI_bpro.
15496         (rest_of_compilation): Update calls to jump_optimize; kill jump2 pass;
15497         reorganize passes to do reg-stack first, bb-reorder second.
15498         * invoke.texi (-d letters doc): Remove the jump2 pass.
15499
15500 2001-07-12  Steve Ellcey <sje@cup.hp.com>
15501
15502         * toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.
15503
15504 Thu Jul 12 17:57:16 CEST 2001  Jan Hubicka  <jh@suse.cz>
15505
15506         * flow.c (try_optimize_cfg): Delete whole chain of trivially dead
15507         basic blocks.
15508         (verify_flow_info): Make diagnostics prettier.
15509
15510 Thu Jul 12 16:48:54 CEST 2001  Jan Hubicka  <jh@suse.cz>
15511
15512         * flow.c (find_basic_blocks_1): Do not emit NOP after call.
15513
15514         * flow.c (outgoing_edges_match): Return early if condition reversal
15515         failed.
15516
15517 2001-07-06  Richard Sandiford  <rsandifo@redhat.com>
15518
15519         * config/mips/mips.c (print_operand): Extend '%D' to memory operands.
15520         (mips_move_2words): When splitting a move into two instructions,
15521         prefix the second address operand with '%D'.
15522
15523 2001-07-12  Neil Booth  <neil@daikokuya.demon.co.uk>
15524
15525         * Makefile.in (final.o): Depend on debug.h.
15526         * dbxout.c (dbxout_begin_block, dbxout_end_block): New.
15527         (dbx_debug_hooks): Add new hooks.
15528         (xcoff_debug_hooks): New.
15529         * debug.c (debug_nothing_file_int_int): New.
15530         (do_nothing_debug_hooks): Update.
15531         * debug.h (gcc_debug_hooks): New hooks begin_block and end_block.
15532         (debug_nothing_file_int_int): New.
15533         * dwarf2out.c (dwarf2out_begin_block, dwarf2out_end_block): Make
15534         static, update prototype.
15535         (dwarf2_debug_hooks): Update.
15536         * dwarf2out.h (dwarf2out_begin_block, dwarf2out_end_block): Remove.
15537         * dwarfout.c (dwarfout_begin_block, dwarfout_end_block): Make
15538         static, update prototype.
15539         (dwarf_debug_hooks): Update.
15540         * dwarfout.h (dwarfout_begin_block, dwarfout_end_block): Remove.
15541         * final.c: Include debug.h.
15542         (final_scan_insn): Use debug hooks when beginning and ending blocks.
15543         * sdbout.c (sdbout_begin_block, sdbout_end_block): Make
15544         static, update prototype.
15545         (sdb_debug_hooks): Update.
15546         * sdbout.h (sdbout_begin_block, sdbout_end_block): Remove.
15547         * toplev.c: Distinguish between xcoff and dbx.
15548
15549         * f/lex.c (ffelex_file_pop_, ffelex_file_push_, ffelex_hash_):
15550         Call all debug hooks, not just dwarf ones.
15551
15552 2001-07-11  Timothy Wall  <twall@redhat.com>
15553
15554         * config.gcc: Add configuration for AIX5/IA64.
15555         * config/ia64/aix.h: New.  AIX5/IA64-specific configuration.
15556         * config/ia64/crt[in].asm: New.  Generic static ctor/dtor
15557         support prefix/suffix code.
15558         * config/ia64/t-aix: New.  Makefile fragment.
15559         * config/ia64/unwind-aix.c: New.  Unwind table entry lookup.
15560
15561 2001-07-11  Kazu Hirata  <kazu@hxi.com>
15562
15563         * recog.c (validate_change): Fix a comment typo.
15564
15565 2001-07-11  Neil Booth  <neil@daikokuya.demon.co.uk>
15566
15567         * Makefile.in (c-lex.o): Wrap long lines.  Depend on debug.h.
15568         * c-lex.c (cb_file_change, cb_define, cb_undef): Use debug
15569         hooks directly.
15570         * dbxout.c (dbx_debug_hooks): Add new hooks.
15571         (dbxout_start_new_source_file): Rename dbxout_start_source_file,
15572         make static.
15573         (dbxout_resume_previous_source_file): Rename dbxout_end_source_file,
15574         make static.
15575         * dbxout.h (dbxout_start_new_source_file,
15576         dbxout_resume_previous_source_file): Delete.
15577         * debug.c (do_nothing_debug_hooks): Add new hooks.
15578         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
15579         (debug_nothing_int_charstar, debug_nothing_int): New.
15580         * debug.h (gcc_debug_hooks): New hooks define, undef,
15581         start_source_file and end_source_file.
15582         (debug_nothing_init_finish): Rename debug_nothing_file_charstar.
15583         (debug_nothing_int_charstar, debug_nothing_int): New.
15584         * dwarf2out.c (dwarf2_debug_hooks): Add new hooks.  Move into
15585         the conditionally compiled section.
15586         (dwarf2out_start_source_file, dwarf2out_end_source_file,
15587         dwarf2out_define, dwarf2out_undef): Make static.
15588         * dwarf2out.h (dwarf2out_start_source_file, dwarf2out_end_source_file,
15589         dwarf2out_define, dwarf2out_undef): Remove.
15590         * dwarfout.c (dwarf_debug_hooks): Add new hooks.
15591         (dwarfout_start_source_file, dwarfout_end_source_file,
15592         dwarfout_define, dwarfout_undef): Make static.
15593         (dwarfout_start_source_file_check,
15594         dwarfout_end_source_file_check): New.
15595         (dwarfout_define, dwarfout_finish): Update.
15596         * dwarfout.h (dwarfout_start_new_source_file,
15597         dwarfout_resume_previous_source_file, dwarfout_define,
15598         dwarfout_undef): Remove.
15599         * sdbout.c (sdb_debug_hooks): Add new hooks.
15600         (sdbout_start_new_source_file): Rename sdbout_start_source_file,
15601         make static.
15602         (sdbout_resume_previous_source_file): Rename sdbout_end_source_file,
15603         make static, take an arg.
15604         * sdbout.h (sdbout_start_new_source_file,
15605         sdbout_resume_previous_source_file): Delete.
15606         * toplev.c (debug_start_source_file, debug_end_source_file,
15607         debug_define, debug_undef): Delete.
15608         * toplev.h (debug_start_source_file, debug_end_source_file,
15609         debug_define, debug_undef): Delete.
15610
15611         * java/jcf-parse.c: Include debug.h.
15612         (parse_class_file): Update to use debug hooks directly.
15613         * java/Make-lang.in (jcf-parse.o): Depend on debug.h.
15614
15615 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15616
15617         * alias.c (set_mem_alias_set): New function.
15618         * rtl.h (set_mem_alias_set): Declare it.
15619         * builtins.c (expand_builtin_return_addr): Call it instead of
15620         using MEM_ALIAS_SET accessor.
15621         (expand_builtin_setjmp_setup, expand_builtin_longjmp): Likewise.
15622         (get_memory_rtx, expand_builtin_va_arg): Likewise.
15623         (expand_builtin_va_copy):Likewise.
15624         * caller-save.c (setup_save_areas): Likewise.
15625         * calls.c (compute_argument_addresses): Likewise.
15626         * explow.c (set_mem_attributes): Likewise.
15627         * expr.c (emit_single_push_insn, emit_push_insn): Likewise.
15628         (expand_assignment, store_constructor_field, store_field): Likewise.
15629         (expand_expr_unaligned): Likewise.
15630         * function.c (assign_stack_temp_for_type): Likewise.
15631         (put_reg_into_stack, gen_mem_addressof): Likewise.
15632         * ifcvt.c (noce_try_cmove_arith): Likewise.
15633         * reload1.c (reload, alter_reg): Likewise.
15634         * config/alpha/alpha.c (get_aligned_mem): Likewise.
15635         (alpha_set_memflags_1, alpha_expand_unaligned_load): Likewise.
15636         (alpha_expand_unaligned_store): Likewise
15637         (alpha_expand_unaligned_load_words): Likewise.
15638         (alpha_expand_unaligned_store_words): Likewise.
15639         (alpha_expand_block_clear, alpha_expand_prologue): Likewise.
15640         (alpha_expand_epilogue): Likewise.
15641         * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
15642         * config/clipper/clipper.c (clipper_builtin_saveregs): Likewise.
15643         * config/i386/i386.c (legitimize_pic_address): Likewise.
15644         * config/i960/i960.c (setup_incoming_varargs): Likewise.
15645         * config/ia64/ia64.c (spill_restore_mem): Likewise.
15646         * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
15647         * config/m8k/m88k.c (m88k_builtin_saveregs): Likewise.
15648         * config/mips/mips.c (mips_va_arg): Likewise.
15649         * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise.
15650         * config/pa/pa.c (hppa_builtin_saveregs): Likewise.
15651         * config/rs6000/rs6000.c (rs6000_emit_move): Likewise.
15652         (setup_incoming_varargs, rs6000_va_arg): Likewise.
15653         (rs6000_emit_eh_toc_restore, rs6000_emit_prologue): Likewise.
15654         (rs6000_emit_epilogue): Likewise.
15655         * config/sh/sh.c (sh_builtin_saveregs): Likewise.
15656         * config/sparc/sparc.c (sparc_va_arg): Likewise.
15657         * config/v850/v850.c (v850_va_arg): Likewise.
15658
15659 Wed Jul 11 21:27:25 CEST 2001  Jan Hubicka  <jh@suse.cz>
15660
15661         * flow.c (merge_blocks_move_successor_nojumps): Do not crash
15662         when fallthru edge is present.
15663         (mege_blocks): Handle case where creation of jump insn
15664         is required.
15665
15666         * basic-block.h (CLEANUP_EXPENSIVE, CLEANUP_CROSSJUMP,
15667         CLEANUP_POST_REGSTACK): New constants.
15668         * except.c (finish_eh_generation): Update call of cleanup_cfg,
15669         * jump.c (rtx_renumbered_equal_p): Handle 't' fields.
15670         * output.h (cleanup_cfg): Update prototype.
15671         * reg-stack.c (reg_to_stack): Use cleanup_cfg instead of jump_optimize
15672         * sibcall.c (optimize_sibling_and_tail_recursive_call): Update
15673         cleanup_cfg call; kill missleading comment.
15674         * toplev.c (rest_of_compilation): Update all cleanup_cfg calls.
15675         * flow.c (merge_blocks, try_optimize_cfg, cleanup_cfg): Accept mode
15676         parameter; control optimizations performed using it.
15677         (flow_find_cross_jump, outgoing_edges_match, try_crossjump_to_edge,
15678         try_crossjump_bb): New functions.
15679
15680 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15681
15682         * pa.c (pa_output_function_prologue): Delete prototype.  Make function
15683         extern.
15684         * pa.h (ASM_OUTPUT_MI_THUNK): Rename output_function_prologue to
15685         pa_output_function_prologue.
15686         * pa-protos.h (pa_output_function_prologue): New prototype.
15687
15688 2001-07-11  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15689
15690         * stmt.c (emit_case_nodes): Widen high and low instead of new_bound
15691         and low to get correct sign extension in low+high test.
15692
15693 2001-07-11  Janis Johnson <janis@us.ibm.com>
15694
15695         * gcov.c (arcdata): Use gcov_type to fix branch percentage
15696         for large hit count.
15697
15698         * profile.c (branch_prob): Fix .bbg info for computed gotos
15699         and C++ EH code.
15700
15701 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
15702
15703         * stmt.c (parse_output_constraint): New function, split out
15704         from ...
15705         (expand_asm_operands): ... here.  Use parse_output_constraint.
15706         * tree.h (parse_output_constraint): Declare it.
15707
15708 2001-07-11  Richard Henderson  <rth@redhat.com>
15709
15710         * bitmap.c: Comment some functions; fiddle whitespace.
15711         (bitmap_free): Don't export.
15712         (bitmap_element_allocate): Use memset.
15713         * bitmap.h (bitmap_free): Don't declare.
15714
15715 2001-07-11  Daniel Berlin  <dan@cgsoftware.com>
15716
15717         * gcse.c, lcm.c, sched-deps.c:
15718         s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vectors/g
15719
15720         * flow.c (flow_loops_find): Free dom if we found no loops, since
15721         we aren't going to save it.
15722
15723         * lcm.c (pre_edge_rev_lcm): Free st_antin, st_antout when we are
15724         done.
15725
15726 Wed Jul 11 09:00:48 2001  Jeffrey A Law  (law@cygnus.com)
15727
15728         * ssa-ccp.c (ssa_fast_dce): Free worklist when completed.
15729
15730 Wed Jul 11 10:07:18 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15731
15732         * dwarf2out.c (dwarf2out_init, dwarf2out_finish): Add dummy version
15733         #ifndef DWARF2_DEBUGGING_INFO.
15734
15735 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15736
15737         * simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.
15738
15739 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15740
15741         * config/mips/mips.c (gen_int_relational): Tell the caller not to
15742         reverse a branch if a NE comparison is implemented with GTU.
15743
15744 2001-07-11  Richard Sandiford  <rsandifo@redhat.com>
15745             H.J. Lu  <hjl@gnu.org>
15746
15747         * mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for
15748         constant addresses.
15749         (call_internal2): Likewise.
15750         (call_value_internal1): Likewise.
15751         (call_value_internal2): Likewise.
15752         (call_value_multiple_internal1): Likewise.
15753         (call_value_multiple_internal2): Likewise.
15754
15755 2001-07-10  Kazu Hirata  <kazu@hxi.com>
15756
15757         * calls.c (emit_library_call_value_1): Fix a comment typo.
15758         * dwarf2out.c (mem_loc_descriptor): Likewise.
15759         * config/i386/i386.c (ix86_expand_aligntest): Likewise.
15760
15761 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
15762
15763         * simplify-rtx.c (simplify_subreg): Fix typo in comment
15764
15765 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15766
15767         * recog.c (offsettable_address_p): Handle LO_SUM case.
15768         * config/mips/mips.c (double_memory_operand): Use adjust_address_nv
15769         instead of plus_constant.
15770
15771 2001-07-10  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
15772
15773         * reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
15774         fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
15775
15776 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15777
15778         * config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
15779         adjust_address_nv instead of plus_constant.
15780
15781 2001-07-10  Neil Booth  <neil@daikokuya.demon.co.uk>
15782
15783         * Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
15784         dwarf2out.o): Depend on debug.h, wrap long lines.
15785         * dbxout.c: Include debug.h.
15786         (dbx_debug_hooks): New.
15787         (dbxout_init): Make static, take just 2 args.
15788         (dbxout_finish): Make static.
15789         * dbxout.h (dbxout_init, dbxout_finish): Delete.
15790         * debug.c: New file.
15791         * debug.h: New file.
15792         * dwarf2out.c: Include debug.h.
15793         (dwarf2_debug_hooks): New.
15794         (dwarf2out_init): Make static.
15795         (dwarf2out_finish): Make static, take 2 args.
15796         * dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
15797         * dwarfout.c: Include debug.h.
15798         (dwarf_debug_hooks): New.
15799         (dwarfout_init): Make static.
15800         (dwarfout_finish): Make static, take 2 args.
15801         * dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
15802         * sdbout.c: Include debug.h.
15803         (sdb_debug_hooks): New.
15804         (sdbout_init): Make static, take 2 args.
15805         * sdbout.h (sdbout_init): Delete.
15806         * toplev.c: Include debug.h.
15807         (debug_hooks): New.
15808         (compile_file): Set deubg_hooks based on command line options.
15809         Use the hooks unconditionally rather than conditional compilation.
15810
15811 Tue Jul 10 09:04:45 2001  Jeffrey A Law  (law@cygnus.com)
15812
15813         * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
15814         first_insn_after_basic_block_note instead.
15815
15816         * df.c (df_bb_refs_unlink): #if 0 out for now.
15817
15818 2001-07-10  David Billinghurst <David.Billinghurst@riotinto.com
15819
15820         * ssa.h: Add prototype for ssa_const_prop
15821         * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
15822         (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
15823         (ssa_fast_dce): Remove unused variable
15824
15825 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15826
15827         * diagnostic.c (finish_diagnostic): Rename to
15828         diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
15829         calls thourghout.
15830
15831 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
15832
15833         * dwarf2out.c (dwarf2out_line): Emit -dA comment even when we have
15834         .loc support.
15835
15836         * collect2.c (main): Set COLLECT_NO_DEMANGLE for subprocesses.
15837         (dump_file): Only pad the demangled name with spaces if the
15838         mangled name was padded with spaces.
15839
15840 2001-07-10  Bernd Schmidt  <bernds@redhat.com>
15841
15842         * bb-reorder.c (make_reorder_chain_1): Correct branch/fallthru
15843         edge detection.
15844
15845 Tue Jul 10 07:27:53 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15846
15847         * expr.c (expand_expr, case COMPONENT_REF): Don't force using bitfield
15848         extraction if no direct load if either EXPAND_CONST_ADDRESS or
15849         EXPAND_INITIALIZER.
15850
15851         * emit-rtl.c (adjust_address, adjust_address_nv): Change criteria for
15852         whether can put offset inside LO_SUM to check mode alignment, not size.
15853
15854 2001-07-10  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
15855
15856         * doc/tm.texi (Misc): Fix thinko.
15857
15858 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
15859
15860         * regmove.c (replace_in_call_usage): Fix warnings.
15861         * sched-deps.c (add_dependence): Fix warnings.
15862         * simplify-rtx.c (simplify_subreg): Likewise.
15863         Return NULL_RTX instead of NULL.
15864
15865         * reg-stack.c (emit_swap_insn): Eliminate warnings.
15866         (subst_asm_stack_regs): Likewise.
15867
15868         * combine.c (num_sign_bit_copies): Cast bitwidth to int to avoid
15869         warnings.
15870
15871         * dwarf2out.c (output_call_frame_info): Declare i as int.
15872         (build_abbrev_table): Declare n_alloc as int.
15873         (dwarf2out_finish): Initialize die.
15874         * except.c: Declare sjlj_funcdef_number as unsigned.
15875         (connect_post_landing_pads): Declare j as unsigned.
15876         (convert_to_eh_region_ranges): Initialize call_site.
15877         (output_function_exception_table): Initialize tt_format_size.
15878         * expr.c (move_by_pieces_1): Initialize to1.
15879         (store_constructor): Initialize minelt and maxelt.
15880         * flow.c (mark_regs_live_at_end): Declare i as unsigned.
15881         * function.c (instantiate_decls): Avoid signed/unsigned warning.
15882
15883         * c-decl.c (combine_parm_decls): Unused, remove.
15884         * c-tree.h: Remove prototype for combine_parm_decls.
15885
15886         * reload.c (push_reload): Fix warning.
15887         (regno_clobbered_p): Likewise.
15888         * reload1.c (replace_pseudos_in_call_usage): Likewise.
15889         (reload_combine): Likewise.
15890
15891         * bitmap.c: Rename bitmap_zero to bitmap_zero_bits to fix warnings.
15892         * bitmap.h: Rename bitmap_zero to bitmap_zero_bits to fix
15893         warnings.
15894         * bitmap.c (bitmap_operation): Change user.
15895         * bitmap.h (EXECUTE_IF_AND_COMPL_IN_BITMAP): Likewise.
15896
15897 2001-07-10  Eric Christopher  <echristo@redhat.com>
15898
15899         * config/mips/mips.c (override_options): Fix typo.
15900
15901 2001-07-09  Stan Shebs  <shebs@apple.com>
15902
15903         * target.h (struct gcc_target): New fields init_builtins and
15904         expand_builtin.
15905         * target-def.h (TARGET_INIT_BUILTINS): New macro.
15906         (TARGET_EXPAND_BUILTIN): New macro.
15907         (TARGET_INITIALIZER): Add them.
15908         * builtins.c: Include target.h.
15909         (expand_builtin): Use targetm.expand_builtin.
15910         (default_init_builtins): New function.
15911         (default_expand_builtin): New function.
15912         * expr.h (default_init_builtins): Declare.
15913         (default_expand_builtin): Declare.
15914         * c-common.c (c_common_nodes_and_builtins): Use
15915         targetm.init_builtins.
15916         * defaults.h (MD_INIT_BUILTINS): Remove.
15917         * Makefile.in (builtins.o): Depend on target.h.
15918
15919         * config/arm/arm.c (TARGET_INIT_BUILTINS): Define.
15920         (TARGET_EXPAND_BUILTIN): Define.
15921         * config/arm/arm.h (MD_INIT_BUILTINS): Remove.
15922         (MD_EXPAND_BUILTIN): Remove.
15923
15924         * config/c4x/c4x.c (TARGET_INIT_BUILTINS): Define.
15925         (TARGET_EXPAND_BUILTIN): Define.
15926         (c4x_init_builtins): Make endlink arg a local.
15927         (c4x_print_operand): Fix typos in adjust_address usages.
15928         * config/c4x/c4x-protos.h (c4x_init_builtins): Update decl.
15929         * config/c4x/c4x.h (MD_INIT_BUILTINS): Remove.
15930         (MD_EXPAND_BUILTIN): Remove.
15931
15932         * config/i386/i386.c (TARGET_INIT_BUILTINS): Define.
15933         (TARGET_EXPAND_BUILTIN): Define.
15934         (ix86_init_mmx_sse_builtins): New function, was ix86_init_builtins.
15935         (ix86_init_builtins): Call new function only if TARGET_MMX.
15936         * config/i386/i386-protos.h (ix86_init_mmx_sse_builtins): Declare.
15937         * config/i386/i386.h (MD_INIT_BUILTINS): Remove.
15938         (MD_EXPAND_BUILTIN): Remove.
15939
15940         * config/ia64/ia64.c (TARGET_INIT_BUILTINS): Define.
15941         (TARGET_EXPAND_BUILTIN): Define.
15942         * config/ia64/ia64.h (MD_INIT_BUILTINS): Remove.
15943         (MD_EXPAND_BUILTIN): Remove.
15944
15945         * doc/tm.texi: Document these changes.
15946
15947 2001-07-09  Diego Novillo  <dnovillo@redhat.com>
15948
15949         * basic-block.h (tree_node): Forward declare if needed.
15950         (struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
15951         (BLOCK_HEAD_TREE): Define.
15952         (BLOCK_END_TREE): Define.
15953         (struct loops): Rename field 'tree' to 'tree_root'.
15954         * flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
15955         'end_tree'.
15956         (flow_loops_tree_build): Rename reference to field 'tree' to
15957         'tree_root'.
15958         (flow_loops_level_compute): Ditto.
15959         * predict.c (estimate_bb_frequencies): Ditto.
15960         * tree.h (struct tree_common): Add field 'aux'.
15961
15962 2001-07-09  Stan Shebs  <shebs@apple.com>
15963
15964         * config/darwin.c (darwin_encode_section_info): Don't mark any
15965         DECL_EXTERNAL node as defined.
15966
15967 2001-07-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
15968
15969         * pa.c (pa_init_machine_status, pa_mark_machine_status,
15970         pa_free_machine_status, hppa_init_pic_save): Delete.
15971         (hppa_pic_save_rtx): New.  Use get_hard_reg_initial_val.
15972         (hppa_profile_hook): Use hppa_pic_save_rtx.
15973         * pa.h (struct machine_function, PIC_OFFSET_TABLE_SAVE_RTX,
15974         hppa_init_pic_save): Delete.
15975         (hppa_pic_save_rtx): Declare.
15976         * pa.md (call, call_value, sibcall, sibcall_value,
15977         builtin_setjmp_receiver): Use hppa_pic_save_rtx.
15978
15979 2001-07-09  Kazu Hirata  <kazu@hxi.com>
15980
15981         * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
15982         * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
15983
15984 2001-07-09  Andreas Jaeger  <aj@suse.de>
15985
15986         * output.h: Add declaration of final_forward_branch_p.
15987
15988         * config/i386/i386.c (output_fix_trunc): Remove unused variable.
15989
15990         * varray.c: Include errors.h for internal_error and trim_filename
15991         declarations.
15992
15993         * Makefile.in (varray.o): Add errors.h.
15994
15995 2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>
15996
15997         * expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
15998         * optabs.c (have_add2_insn): Check whether the add insn chosen
15999         really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
16000         * reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.
16001
16002 Mon Jul  9 13:26:40 2001  Jeffrey A Law  (law@cygnus.com)
16003
16004         * Makefile.in (OBJS): Add ssa-ccp.o
16005         (ssa-ccp.o): Add dependencies.
16006         * toplev.c (DFI_ssa_ccp): New dump file enum.
16007         (dump_file): Add entry for dumping after SSA CCP.
16008         (flag_ssa_ccp): New flag variable.
16009         (f_options): Add -fssa-ccp.
16010         (rest_of_compilation): Run SSA CCP if requested.
16011         * timevar.def (TV_SSA_CCP): New timevar.
16012         * ssa.c (mark_phi_and_copy_regs): Handle deleted PHI nodes.
16013         * doc/gcc.texi (Passes): Add documentation for SSA CCP pass.
16014         Fix minor typo in SSA DCE documentation.
16015         * doc/invoke.texi: Add documentation for new flag -fssa-ccp.
16016         Add documentation for new dump option.  Renumber dump files
16017         appropriately.
16018
16019 Mon Jul  9 21:36:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
16020
16021         * emit-rtl.c (gen_highpart_mode): New.
16022         * rtl.h (gen_highpart_mode): Declare.
16023         * sparc.md (insn splitters): Use gen_highpart_mode, whenever the
16024         operand can be VOIDmode constant.
16025
16026 Mon Jul  9 17:23:10 CEST 2001  Jan Hubicka  <jh@suse.cz>
16027
16028         * flow.c (redirect_edge_and_branch_force): New.
16029         (can_fallthru): Ensure that basic blocks are succeeding.
16030         (try_optimize_cfg): Do not delete basic block if it is the last one.
16031
16032         * flow.c (try_redirect_by_replacing_jump): Do not remove
16033         jumps with side effects, unlink chain on fallthru edge;
16034         set block for new jump instruction; avoid basic block to
16035         over by line number note.
16036
16037         * flow.c (try_simplify_condjump): Verify that the condjump
16038         is not always falling through.
16039
16040         Re-install patch:
16041         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
16042
16043         * flow.c (forwarder_block_p): Fix for fallthru blocks.
16044         (try_redirect_by_replacing_jump): Update properly the count
16045         and frequency information.
16046
16047 Mon Jul  9 06:41:07 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16048
16049         * emit-rtl.c (adjust_address, adjust_address_nv): Handle an
16050         address that is a LO_SUM specially.
16051         * explow.c (plus_constant_wide, case LO_SUM): Deleted.
16052
16053         * c-lang.c (start_cdtor): Remove extra parameter from start_function.
16054
16055         * emit-rtl.c (adjust_address_nv, replace_equiv_address_nv): New fcns.
16056         (operand_subword): Use them.
16057         (change_address_1): Renamed from change_address; new arg VALIDATE.
16058         * expr.h: Reflect above changes; change_address now macro.
16059         * alias.c (canon_rtx): Use replace_equiv_address_nv instead of
16060         making MEM.
16061         * cselib.c (add_mem_for_addr): Likewise.
16062         * expr.c (protect_from_queue, emit_move_insn_1): Likewise.
16063         * regmove.c (try_apply_stack_adjustment): Likewise.
16064         * reload.c (push_reload, make_memloc): Likewise.
16065         * reload1.c (eliminate_regs): Likewise.
16066         * simplify-rtx.c (simplify_replace_rtx): Likewise.
16067         * caller-save.c (setup_save_areas): Use adjust_address_nv instead of
16068         adjust_addess.
16069         * combine.c (make_extraction, simplify_shift_const): Likewise.
16070         (gen_lowpart_for_combine): Likewise.
16071         * cse.c (gen_lowpart_if_possible): Likewise.
16072         * function.c (fixup_var_refs_1, purge_addressof_1): Likewise.
16073         * expr.c (expand_expr, case COMPONENT_REF): Likewise.
16074         * optabs.c (gen_move_insn): Likewise.
16075         * reload1.c (alter_reg): Likewise.
16076         * simplify-rtx.c (simplify_subreg): Likewise.
16077         * stmt.c (expand_anon_union_decl): Likewise.
16078         * recog.c (validate_replace_rtx_1): Likewise.
16079         (expr.h): Include.
16080         * Makefile.in (recog.o): Add $(EXPR_H).
16081         * explow.c (stabilize): Call replace_equiv_address.
16082         * expr.c (move_by_pieces_1, store_by_pieces_2): Likewise.
16083         * final.c (alter_subreg): OFFSET is HOST_WIDE_INT.
16084
16085 2001-07-03  Andrew Haley  <aph@redhat.com>
16086
16087         * expmed.c (store_fixed_bit_field): Don't use a mode bigger than
16088         the mode of the memory location.
16089
16090 2001-07-09  Bo Thorsen  <bo@suse.co.uk>
16091
16092         * config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Fix x86-64 vtable support.
16093
16094 2001-07-09  Neil Booth  <neil@daikokuya.demon.co.uk>
16095
16096         * final.c (output_addr_const): Use target opening and
16097         closing parentheses.
16098         * target-def.h: Define TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN
16099         defaults, add to TARGET_ASM_OUT.
16100         * target.h (struct gcc_target): Add open_paren and close_paren.
16101         * doc/md.texi: Update.
16102         * doc/tm.texi: Document TARGET_ASM_FUNCTION_END_PROLOGUE,
16103         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE, TARGET_ASM_OPEN_PAREN and
16104         TARGET_ASM_CLOSE_PAREN.
16105         * config/i386/i386.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
16106         Override.
16107         * config/pdp11/pdp11.c (TARGET_ASM_OPEN_PAREN, TARGET_ASM_CLOSE_PAREN):
16108         Override.
16109         * config/1750a/1750a.h (ASM_OPEN_PAREN, ASM_CLOSE_PAREN): Remove.
16110         * config/a29k/a29k.h: Similarly.
16111         * config/alpha/alpha.h: Similarly.
16112         * config/arc/arc.h: Similarly.
16113         * config/arm/aof.h: Similarly.
16114         * config/arm/aout.h: Similarly.
16115         * config/avr/avr.h: Similarly.
16116         * config/c4x/c4x.h: Similarly.
16117         * config/clipper/clipper.h: Similarly.
16118         * config/convex/convex.h: Similarly.
16119         * config/d30v/d30v.h: Similarly.
16120         * config/dsp16xx/dsp16xx.h: Similarly.
16121         * config/elxsi/elxsi.h: Similarly.
16122         * config/fr30/fr30.h: Similarly.
16123         * config/h8300/h8300.h: Similarly.
16124         * config/i370/i370.h: Similarly.
16125         * config/i386/i386.h: Similarly.
16126         * config/i860/i860.h: Similarly.
16127         * config/i960/i960.h: Similarly.
16128         * config/ia64/ia64.h: Similarly.
16129         * config/m32r/m32r.h: Similarly.
16130         * config/m68hc11/m68hc11.h: Similarly.
16131         * config/m68k/m68k.h: Similarly.
16132         * config/m88k/m88k.h: Similarly.
16133         * config/mcore/mcore.h: Similarly.
16134         * config/mips/mips.h: Similarly.
16135         * config/mn10200/mn10200.h: Similarly.
16136         * config/mn10300/mn10300.h: Similarly.
16137         * config/ns32k/ns32k.h: Similarly.
16138         * config/pa/pa.h: Similarly.
16139         * config/pdp11/pdp11.h: Similarly.
16140         * config/pj/pj.h: Similarly.
16141         * config/romp/romp.h: Similarly.
16142         * config/rs6000/rs6000.h: Similarly.
16143         * config/sh/sh.h: Similarly.
16144         * config/sparc/sparc.h: Similarly.
16145         * config/v850/v850.h: Similarly.
16146         * config/vax/vax.h: Similarly.
16147         * config/we32k/we32k.h: Similarly.
16148
16149 2001-07-09  Joseph S. Myers  <jsm28@cam.ac.uk>
16150
16151         * doc/c-tree.texi: Document representation of attributes.
16152
16153 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16154
16155         * doc/tm.texi: Update some places for the rename of target to
16156         targetm.  Fix typo.
16157
16158 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16159
16160         * target.h (struct gcc_target): Add insert_attributes.
16161         * target-def.h (TARGET_INSERT_ATTRIBUTES): Define.
16162         (TARGET_INITIALIZER): Update.
16163         * tree.c, tree.h (default_insert_attributes): New function.
16164         Update comments on other default functions to refer to targetm,
16165         not target.
16166         * doc/tm.texi (INSERT_ATTRIBUTES): Update to document
16167         TARGET_INSERT_ATTRIBUTES.
16168         (SET_DEFAULT_DECL_ATTRIBUTES): Remove.
16169         * c-common.c (decl_attributes): Use targetm.insert_attributes.
16170         Don't use PRAGMA_INSERT_ATTRIBUTES.
16171         * Makefile.in (c-common.o): Depend on $(TARGET_H).
16172         * c-decl.c (start_decl, start_function): Don't call
16173         SET_DEFAULT_DECL_ATTRIBUTES.
16174         * config/c4x/c4x.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
16175         * config/c4x/c4x-protos.h (c4x_set_default_attributes): Don't
16176         declare.
16177         * config/c4x/c4x.c (TARGET_INSERT_ATTRIBUTES): Define.
16178         (c4x_check_attribute): Avoid modifying attribute list itself.
16179         (c4x_set_default_attributes): Rename to c4x_insert_attributes.
16180         Make static.
16181         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Don't define.
16182         * config/sh/sh-protos.h (sh_pragma_insert_attributes): Don't
16183         declare.
16184         * config/sh/sh.c (TARGET_INSERT_ATTRIBUTES): Define.
16185         (sh_pragma_insert_attributes): Rename to sh_insert_attributes.
16186         Make static.
16187         * config/v850/v850.h (SET_DEFAULT_DECL_ATTRIBUTES): Don't define.
16188         * config/v850/v850-protos.h (v850_set_default_decl_attr): Don't
16189         declare.
16190         * config/v850/v850.c (TARGET_INSERT_ATTRIBUTES): Define.
16191         (v850_set_default_decl_attr): Rename to v850_insert_attributes.
16192         Adjust parameters.  Make static.
16193
16194 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
16195
16196         * c-common.c (decl_attributes): Only take a single attributes
16197         parameter.
16198         * c-common.h (decl_attributes): Update prototype.
16199         * c-decl.c (start_decl, start_function): Only take a single
16200         attributes parameter.  Update calls to decl_attributes.
16201         (finish_struct, finish_enum): Update calls to decl_attributes.
16202         (push_parm_decl): Expect unified list of attributes.  Update call
16203         to decl_attributes.
16204         * c-parse.in (fndef, initdcl, notype_initdcl, nested_function,
16205         notype_nested_function, component_declarator,
16206         component_notype_declarator, label): Update calls to
16207         decl_attributes.
16208         (absdcl_maybe_attribute, parm, firstparm, myparm): Unify attribute
16209         lists that are passed to push_parm_decl.
16210         * c-tree.h (start_function, start_decl): Update prototypes.
16211         * config/sh/sh-protos.h, config/sh/sh.c
16212         (sh_pragma_insert_attributes): Only take a single attributes
16213         parameter.
16214         * config/sh/sh.h (PRAGMA_INSERT_ATTRIBUTES): Likewise.
16215         * doc/tm.texi (INSERT_ATTRIBUTES): Update.
16216         * objc/objc-act.c (define_decl, generate_objc_symtab_decl,
16217         build_module_descriptor, generate_static_references,
16218         generate_strings, build_selector_translation_table,
16219         generate_descriptor_table, generate_protocols,
16220         generate_ivars_list, generate_dispatch_table,
16221         generate_protocol_list, generate_category,
16222         generate_shared_structures, really_start_method, add_objc_decls,
16223         generate_classref_translation_entry): Update calls to start_decl
16224         and start_function.
16225         (build_tmp_function_decl, start_method_def): Unify attribute lists
16226         that are passed to push_parm_decl.
16227
16228 2001-07-08  Neil Booth  <neil@daikokuya.demon.co.uk>
16229
16230         * final.c (no_asm_to_stream): New.
16231         (final_scan_insn): Use target structures for prologue ends
16232         and epilogue starts.
16233         * output.h (no_asm_to_stream): New.
16234         * target-def.h (TARGET_ASM_FUNCTION_END_PROLOGUE,
16235         TARGET_ASM_FUNCTION_BEGIN_EPILOGUE): New.
16236         (TARGET_ASM_OUT): Update.
16237         * target.h (struct gcc_target): New members function_end_prologue
16238         and function_begin_epilogue.
16239         * config/1750/1750.h (ASM_OUTPUT_FUNNAM): Delete as unused.
16240         * config/alpha/alpha-protos.h (output_end_prologue): Delete.
16241         * config/alpha/alpha.c (output_end_prologue): Rename to
16242         alpha_output_function_end_prologue.  Use in target struct
16243         and make static.
16244         * config/alpha/alpha.h (FUNCTION_END_PROLOGUE): Delete.
16245         * config/ia64/ia64-protos.h (ia64_output_end_prologue): Delete.
16246         * config/ia64/ia64.c (ia64_output_end_prologue): Rename to
16247         ia64_output_function_end_prologue.  Use in target struct
16248         and make static.
16249         (ia64_function_prologue, ia64_funciton_epilogue): Rename
16250         mistyped prototypes.
16251         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE): Delete.
16252         * config/m88k/m88k-protos.h (m88k_end_prologue, m88k_begin_epilogue):
16253         Delete.
16254         * config/m88k/m88k.c (m88k_end_prologue, m88k_begin_epilogue): Rename
16255         an use in target struct, make static.
16256         * config/ia64/ia64.h (FUNCTION_END_PROLOGUE, FUNCTION_BEGIN_EPILOGUE):
16257         Delete.
16258
16259 2001-07-08  Richard Henderson  <rth@redhat.com>
16260
16261         * stmt.c (emit_case_nodes): Convert modes properly in low+high test.
16262
16263 2001-07-08  Richard Henderson  <rth@redhat.com>
16264
16265         * config/i386/i386.md: Remove constraints strings from define_split
16266         and define_peephole2 patterns.
16267         (eh_return_si, eh_return_di): Split eh_return_1 for modes.
16268         (eh_return): Use them.
16269
16270 2001-07-08  Richard Henderson  <rth@redhat.com>
16271
16272         * doc/tm.texi (Exception Handling): New subnode of Stack and Calling.
16273         Document MD_FALLBACK_FRAME_STATE_FOR.
16274
16275 2001-07-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16276
16277         * config/m68hc11/m68hc11.c (m68hc11_initial_elimination_offset):
16278         Take into account m68hc11_sp_correction for FRAME_POINTER_REGNUM
16279         elimination.
16280         * config/m68hc11/m68hc11.h (STARTING_FRAME_OFFSET): Use 0.
16281
16282 2001-07-07  Nick Clifton  <nickc@cambridge.redhat.com>
16283
16284         * config/ia64/sysv4.h (ASM_OUTPUT_LABELREF): Append # to end
16285         of the label inside NAME as opposed to just the end of NAME.
16286
16287 2001-07-07  Neil Booth  <neil@daikokuya.demon.co.uk>
16288
16289         * config/alpha/alpha-protos.h (vms_valid_decl_attribute_p): Delete.
16290         * config/alpha/alpha.c (alpha_init_machine_status,
16291         alpha_mark_machine_status, alpha_free_machine_status): Delete.
16292         (TARGET_VALID_DECL_ATTRIBUTE): Define for VMS.
16293         (vms_valid_decl_attribute_p): Make static, conditionally compile.
16294         * config/alpha/alpha.h (VALID_MACHINE_DECL_ATTRIBUTE): Delete.
16295
16296 2001-07-06  Stan Shebs  <shebs@apple.com>
16297
16298         * target.h (targetm): Rename global from "target", so as not to
16299         conflict with local variables.
16300         * c-decl.c: Ditto.
16301         * c-typeck.c: Ditto.
16302         * final.c: Ditto.
16303         * tree.c: Ditto.
16304         * cp/decl.c: Ditto.
16305         * cp/decl2.c: Ditto.
16306         * cp/typeck.c: Ditto.
16307         * 1750a/1750a.c: Ditto.
16308         * a29k/a29k.c: Ditto.
16309         * arc/arc.c: Ditto.
16310         * arm/arm.c: Ditto.
16311         * avr/avr.c: Ditto.
16312         * clipper/clipper.c: Ditto.
16313         * convex/convex.c: Ditto.
16314         * d30v/d30v.c: Ditto.
16315         * dsp16xx/dsp16xx.c: Ditto.
16316         * elxsi/elxsi.c: Ditto.
16317         * fr30/fr30.c: Ditto.
16318         * h8300/h8300.c: Ditto.
16319         * i370/i370.c: Ditto.
16320         * i386/i386.c: Ditto.
16321         * i860/i860.c: Ditto.
16322         * i960/i960.c: Ditto.
16323         * ia64/ia64.c: Ditto.
16324         * m32r/m32r.c: Ditto.
16325         * m68hc11/m68hc11.c: Ditto.
16326         * m68k/m68k.c: Ditto.
16327         * m88k/m88k.c: Ditto.
16328         * mips/mips.c: Ditto.
16329         * ns32k/ns32k.c: Ditto.
16330         * pa/pa.c: Ditto.
16331         * pdp11/pdp11.c: Ditto.
16332         * romp/romp.c: Ditto.
16333         * rs6000/rs6000.c: Ditto.
16334         * sh/sh.c: Ditto.
16335         * sparc/sparc.c: Ditto.
16336         * vax/vax.c: Ditto.
16337         * we32k/we32k.c: Ditto.
16338         * doc/tm.texi: Update the manual to match.
16339
16340 2001-07-06  Richard Henderson  <rth@redhat.com>
16341
16342         * except.h (MUST_USE_SJLJ_EXCEPTIONS): Examine the value of
16343         DWARF2_UNWIND_INFO not just whether it is defined.
16344
16345 2001-07-06  Diego Novillo  <dnovillo@redhat.com>
16346
16347         * combine.c (combine_simplify_rtx): Also recompute 'mode' if the
16348         call to simplify_binary_operation returns a new pattern.
16349
16350 2001-07-06  Roman Lechtchinsky  <rl@cs.tu-berlin.de>
16351
16352         * glimits.h (__SHRT_MAX__): New.
16353         (SHRT_MIN, USHRT_MAX): Define in terms of SHRT_MAX.
16354         (SHRT_MAX): Define in terms of __SHRT_MAX__.
16355
16356 2001-07-06  Jan van Male  <jan.vanmale@fenk.wau.nl>
16357
16358         * alias.c (base_alias_check): Cast GET_MODE_UNIT_SIZE to int to
16359         avoid warnings.
16360
16361 2001-07-06  Richard Henderson  <rth@redhat.com>
16362
16363         * bitmap.c (bitmap_release_memory): Move adjacent to the
16364         allocation functions.
16365         (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
16366         the implementation.  Binary search for the set bit.
16367         (bitmap_union_of_diff): Allocate the temporary on the stack
16368         instead of using xmalloc.
16369
16370 2001-07-06  Richard Henderson  <rth@redhat.com>
16371
16372         * genrecog.c (validate_pattern): Warn for constraints in
16373         define_{expand,split,peephole2}.  Remove strict_low_part
16374         before looking up match_dup.
16375
16376 2001-07-06  DJ Delorie  <dj@redhat.com>
16377
16378         * doc/gcc.texi (Makefile): Rename to be a more general purpose
16379         chapter about various build hints and history.  Add section
16380         talking about the various types of native and cross builds.
16381
16382 2001-07-06  Neil Booth  <neil@daikokuya.demon.co.uk>
16383
16384         * Makefile.in (final.o): Depend on target.h.
16385         * final.c: Include target.h.
16386         (default_function_pro_epilogue): New.
16387         (final_start_function): Use target structure for function prologues.
16388         (final_end_function): Use target structure for function epilogues.
16389         * fold-const.c (real_hex_to_f): Constify s and p.
16390         * output.h (default_function_pro_epilogue): New.
16391         * real.h (real_hex_to_f): Update prototype.
16392         * target-def.h (TARGET_ASM_FUNCTION_PROLOGUE,
16393         TARGET_ASM_FUNCTION_EPILOGUE, TARGET_ASM_OUT): New.
16394         (TARGET_INITIALIZER): Update.
16395         * target.h (gcc_target): Add struct asm_out.
16396         * doc/tm.texi: Update.
16397
16398 config:
16399         Update each arch to use TARGET_ASM_FUNCTION_PROLOGUE and
16400         TARGET_ASM_FUNCTION_EPILOGUE.  Move macro code to functions
16401         in cpu/cpu.c, or rename old functions consistently.  Take
16402         a HOST_WIDE INT not an int as the SIZE parameter.  Remove now
16403         redundant macros and prototypes.  Make new functions static.
16404
16405         * 1750a/1750a.c: Similarly.
16406         * 1750a/1750a.h: Similarly.
16407         * a29k/a29k-protos.h: Similarly.
16408         * a29k/a29k.c: Similarly.
16409         * a29k/a29k.h: Similarly.
16410         * arc/arc-protos.h: Similarly.
16411         * arc/arc.c: Similarly.
16412         * arc/arc.h: Similarly.
16413         * arm/arm-protos.h: Similarly.
16414         * arm/arm.c: Similarly.
16415         * arm/arm.h: Similarly.
16416         * avr/avr-protos.h: Similarly.
16417         * avr/avr.c: Similarly.
16418         * avr/avr.h: Similarly.
16419         * clipper/clipper-protos.h: Similarly.
16420         * clipper/clipper.c: Similarly.
16421         * clipper/clipper.h: Similarly.
16422         * convex/convex.c: Similarly.
16423         * convex/convex.h: Similarly.
16424         * d30v/d30v-protos.h: Similarly.
16425         * d30v/d30v.c: Similarly.
16426         * d30v/d30v.h: Similarly.
16427         * d30v/d30v.md: Similarly.
16428         * dsp16xx/dsp16xx-protos.h: Similarly.
16429         * dsp16xx/dsp16xx.c: Similarly.
16430         * dsp16xx/dsp16xx.h: Similarly.
16431         * elxsi/elxsi.c: Similarly.
16432         * elxsi/elxsi.h: Similarly.
16433         * fr30/fr30.c: Similarly.
16434         * fr30/fr30.md: Similarly.
16435         * h8300/h8300-protos.h: Similarly.
16436         * h8300/h8300.c: Similarly.
16437         * h8300/h8300.h: Similarly.
16438         * i370/i370-protos.h: Similarly.
16439         * i370/i370.c: Similarly.
16440         * i370/i370.h: Similarly.
16441         * i386/i386.c: Similarly.
16442         * i386/osf1elf.h: Similarly.
16443         * i386/osfrose.h: Similarly.
16444         * i860/i860-protos.h: Similarly.
16445         * i860/i860.c: Similarly.
16446         * i860/i860.h: Similarly.
16447         * i960/i960-protos.h: Similarly.
16448         * i960/i960.c: Similarly.
16449         * i960/i960.h: Similarly.
16450         * ia64/ia64-protos.h: Similarly.
16451         * ia64/ia64.c: Similarly.
16452         * ia64/ia64.h: Similarly.
16453         * m32r/m32r-protos.h: Similarly.
16454         * m32r/m32r.c: Similarly.
16455         * m32r/m32r.h: Similarly.
16456         * m68hc11/m68hc11-protos.h: Similarly.
16457         * m68hc11/m68hc11.c: Similarly.
16458         * m68hc11/m68hc11.h: Similarly.
16459         * m68k/crds.h: Similarly.
16460         * m68k/dpx2.h: Similarly.
16461         * m68k/m68k-protos.h: Similarly.
16462         * m68k/m68k.c: Similarly.
16463         * m68k/m68k.h: Similarly.
16464         * m68k/news.h: Similarly.
16465         * m88k/m88k-protos.h: Similarly.
16466         * m88k/m88k.c: Similarly.
16467         * m88k/m88k.h: Similarly.
16468         * mips/mips-protos.h: Similarly.
16469         * mips/mips.c: Similarly.
16470         * mips/mips.h: Similarly.
16471         * ns32k/merlin.h: Similarly.
16472         * ns32k/ns32k.c: Similarly.
16473         * ns32k/ns32k.h: Similarly.
16474         * ns32k/tek6000.h: Similarly.
16475         * pa/pa-protos.h: Similarly.
16476         * pa/pa.c: Similarly.
16477         * pa/pa.h: Similarly.
16478         * pdp11/2bsd.h: Similarly.
16479         * pdp11/pdp11-protos.h: Similarly.
16480         * pdp11/pdp11.c: Similarly.
16481         * pdp11/pdp11.h: Similarly.
16482         * romp/romp-protos.h: Similarly.
16483         * romp/romp.c: Similarly.
16484         * romp/romp.h: Similarly.
16485         * rs6000/rs6000-protos.h: Similarly.
16486         * rs6000/rs6000.c: Similarly.
16487         * rs6000/rs6000.h: Similarly.
16488         * rs6000/sysv4.h: Similarly.
16489         * sh/sh-protos.h: Similarly.
16490         * sh/sh.c: Similarly.
16491         * sh/sh.h: Similarly.
16492         * sparc/sparc-protos.h: Similarly.
16493         * sparc/sparc.c: Similarly.
16494         * sparc/sparc.h: Similarly.
16495         * vax/vax.c: Similarly.
16496         * vax/vax.h: Similarly.
16497         * vax/vms.h: Similarly.
16498         * we32k/we32k.c: Similarly.
16499         * we32k/we32k.h: Similarly.
16500
16501 Fri Jul  6 11:47:59 2001  Jeffrey A Law  (law@cygnus.com)
16502
16503         * basic-block.h (first_insn_after_basic_block_note): Declare.
16504         * flow.c (first_insn_after_basic_block_note): Define.  Moved
16505         from...
16506         * ssa.c (first_insn_after_basic_block_note): Remove.
16507         * ssa-dce.c (find_inherently_necessary): Consider BARRIERs
16508         necessary.
16509         (ssa_eliminate_dead_code): Properly update the CFG and PHI
16510         nodes when we find a dead conditional branch.  Insert BARRIERs
16511         after any blocks with no successors, but which do not have
16512         any BARRIERs.
16513
16514 2001-07-06  Zack Weinberg  <zackw@stanford.edu>
16515
16516         * varray.c (varray_check_failed): Use internal_error.
16517
16518 2001-07-05  Andrew Haley  <aph@redhat.com>
16519
16520         * Makefile.in (LIB2_DIVMOD_FUNCS): New.
16521         (LIB2FUNCS): Move divmod functions to LIB2_DIVMOD_FUNCS.
16522         * mklibgcc.in: Compile LIB2_DIVMOD_FUNCS.
16523
16524 2001-07-02  Jason Merrill  <jason_merrill@redhat.com>
16525
16526         * dwarf2out.c (mem_loc_descriptor): Only look through a constant pool
16527         reference if the target constant is also a SYMBOL_REF.
16528
16529 2001-07-05  Eric Christopher  <echristo@redhat.com>
16530
16531         * config/mips/mips.h (MASK_MIPS3900): Remove.
16532         (MASK_MIPS16,MASK_NO_CHECK_ZERO_DIV,MASK_CHECK_RANGE_DIV,
16533         MASK_UNINIT_CONST_IN_RODATA): Change for 3900 mask removal.
16534         (TARGET_MIPS3900): Change to use mips_arch.
16535         (TARGET_MIPS4000): New.
16536         (TARGET_MIPS4100): New.
16537         (TARGET_MIPS4300): New.
16538         (TARGET_SWITCHES): Change 3900 and 4650 options to NULL.
16539         (SUBTARGET_TARGET_OPTIONS): Add -march. Change help text
16540         for -mipsX.
16541         (GENERATE_BRANCHLIKELY): Move TARGET_MIPS3900.
16542         (ISA_HAS_BRANCHLIKELY): To here.
16543         (CC1_CPU_SPEC):  New.
16544         (CC1_SPEC): Use here.  Remove 4650 and 3900 options.
16545         (mips_arch_string): Declare.
16546         (mips_arch): Declare.
16547         (TARGET_OPTIONS): Add -march and -mtune.
16548
16549         * config/mips/mips.c (mips_arch_string): New.
16550         (mips_arch): New.
16551         (override_options): Handle -march for codegen and -mtune
16552         for scheduling. Use mips_arch. Move tx39 target default here.
16553         (mips_parse_cpu): Move error message to override_options.
16554
16555         * config/mips/r3900.h (TARGET_DEFAULT): Remove.
16556
16557         * config/mips/mips.md: Use TARGET_MIPS4000 and TARGET_MIPS4300.
16558
16559         * doc/invoke.texi (Option Summary): Add -march and -mtune entries.
16560         (MIPS Options): Ditto.  Change mcpu entry to historical text.
16561
16562 2001-07-05  H.J. Lu  (hjl@gnu.org)
16563
16564         * config/mips/mips.c (mips_parse_cpu): New function to parse
16565         -march=*/-mcpu=*.
16566
16567 2001-07-05  Jim Wilson  <wilson@redhat.com>
16568
16569         * config/ia64/lib1funcs.asm: Revert 2001-07-02 change.
16570         * config/ia64/t-ia64: Likewise.
16571         (LIB1ASMFUNCS): Update comment.
16572
16573 2001-07-05  David Edelsohn  <edelsohn@gnu.org>
16574
16575         * doc/install.texi (Install GCC: Binaries): Fix typo.
16576
16577 2001-07-04  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16578
16579         * config/m68hc11/m68hc11.md ("*ashlsi3"): Operand 1 can be a memory
16580         reference using the stack pointer, adjust it since we push Y
16581         temporarily.
16582         ("*ashrsi3"): Likewise.
16583         ("*lshrsi3"): Likewise.
16584
16585 2001-07-05  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
16586
16587         * config/m68hc11/m68hc11.h (RETURN_ADDR_RTX): Fix return address
16588         when -fomit-frame-pointer is used.
16589
16590 2001-07-05  Jeffrey Oldham  <oldham@codesourcery.com>
16591
16592         * flow.c: Reverse Jan Hubicka's patch of 02July2001.
16593         (try_redirect_by_replacing_jump): Reverse updating properly the
16594         count and frequency information.  Reverse removing cc0 setter.
16595         (forwarder_block_p): Reverse fixing for fallthru blocks.
16596
16597 2001-07-05  DJ Delorie  <dj@redhat.com>
16598
16599         * gcc.c (TARGET_OPTION_TRANSLATE_TABLE): New.
16600         (translate_options): If the above is defined, use it to map
16601         given options to new options.
16602         * doc/tm.texi: Document it.
16603
16604 2001-07-05  Brad Lucier <lucier@math.purdue.edu>
16605             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16606
16607         * doc/invoke.texi (Optimize Options): Document that -fgcse may
16608         cause programs using computed gotos to run more slowly.
16609
16610 2001-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16611
16612         * doc/install.texi (Specific): Markup, spelling and typo fixes.
16613         Fixed sorting.
16614         Consistently require binutils 2.11.2, not prereleases.
16615         (Specific, decstation-*): Canonicalize as mips-dec-*.
16616         (Specific, i?86-*-sco3.2v5*): Remove make bootstrap requirement,
16617         always necessary.
16618         (Specific, m68k-altos): Removed reference to README.altos, deleted.
16619         (Specific, mips-*): Reword MIPS C compiler requirements.
16620         (Specific, powerpc*-*-*): New, mention --with-cpu once.
16621         (Specific, sunv5): Removed, obsolete.
16622
16623 2001-07-05  Nathan Sidwell  <nathan@codesourcery.com>
16624
16625         * dwarf2out.c (output_loc_list): Use an all ones mask for
16626         .text asm output and don't rely on long long
16627         literals. Reformat some long lines.
16628
16629 2001-07-05  Andreas Jaeger  <aj@suse.de>
16630
16631         * doc/gcc.texi (GNU/Linux): Remove accidental re-add of GPL
16632         section.
16633
16634 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16635
16636         * dwarf2out.c (dwarf2out_define): Update comment.
16637         (dwarf2out_undef): Ditto.
16638         (dwarf2out_start_source_file): Ditto.
16639         (dwarf2out_end_source_file): Ditto.
16640         (dwarf2out_finish): Output DW_MACINFO_end_file for primary file,
16641         since we never call the start/end debug hook for the primary file.
16642
16643 2001-07-04  Kazu Hirata  <kazu@hxi.com>
16644
16645         * config/h8300/h8300.c (get_shift_alg): Remove an extra operand
16646         from shll.
16647
16648 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
16649
16650         * cppinit.c (remove_dup_dirs): Inform if a system include
16651         directory is being reordered.
16652         * doc/invoke.texi (Directory Options): GCC warns if you hide a
16653         system include.
16654         * doc/cpp.texi (Search Paths): Likewise.
16655         * doc/gcc.texi (Interoperation): Remove information about
16656         -I/usr/include.
16657
16658 2001-07-04  Nathan Sidwell  <nathan@codesourcery.com>
16659
16660         * varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.
16661         (VARRAY_TOP_CHAR_PTR): Likewise.
16662
16663 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16664
16665         * gcc.c (process_command): Don't assign elements of a const char*.
16666
16667 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16668
16669         * emit-rtl.c (change_address): Don't abort if invalid address while
16670         reload is in progress.
16671
16672 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16673
16674         * c-lex.c (cb_file_change): Pass line number to
16675         debug_start_source_file.
16676         (cb_undefine): Pass correct line number to debug_undef.
16677
16678         * toplev.c (debug_start_source_file): Add line number to
16679         parameters. Pass it along to dwarf2out_start_source_file.
16680         (decode_g_option): Stop resetting debug level back to normal when
16681         we change debug formats, unless the current level is
16682         none. (Before, -g3 -gdwarf-2 would use debug level 2, rather than
16683         3).
16684
16685         * toplev.h (debug_start_source_file): Add line number to
16686         parameters.
16687
16688         * dwarf2out.h (dwarf2out_start_source_file): Add line number to
16689         parameters.
16690
16691         * dwarf2out.c (dwarf2out_start_source_file): Add line number to
16692         parameters.
16693         Output debug_macinfo data for starting file if requested.
16694         (dwarf2out_end_source_file): Output debug_macinfo data for ending
16695         file if requested.
16696         (dwarf2out_define): Output debug_macinfo data for defining a macro
16697         if requested.
16698         (dwarf2out_undef): Output debug_macinfo data for undefining a
16699         macro if requested.
16700         (DEBUG_MACINFO_SECTION): New. DWARF2 macro info section name.
16701         (DEBUG_MACINFO_SECTION_LABEL): New. DWARF2 macro info section label.
16702         (macinfo_section_label): New. DWARF2 macro info section label.
16703         (dwarf2out_init): If we want macro info, output the start label
16704         for the section.
16705         (dwarf2out_finish): If we want macro info, add a DW_AT_macro_info
16706         attribute to the compilation unit die pointing to the macro info.
16707
16708 2001-07-04  Daniel Berlin  <dan@cgsoftware.com>
16709
16710         * dwarf2out.c (new_loc_list): Move to inside #ifdef
16711         DWARF2_DEBUGGING_INFO.
16712         (add_loc_descr_to_loc_list): Ditto.
16713         (output_loc_list): Ditto.
16714         Also, fix thinko in curr not being initialized.
16715         (gen_internal_sym): Ditto.
16716
16717 Wed Jul  4 13:40:02 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16718
16719         * emit-rtl.c (replace_equiv_address): New function.
16720         * expr.h (replace_equiv_address): New declaration.
16721         * explow.c (validize_mem): Call it instead of change_address and
16722         also call if -fforce-addr and address is constant.
16723         * expr.c: Replace more calls to change_address with adjust_address
16724         and/or replace_equiv_address or to validize_mem.
16725         * function.c, regmove.c, config/alpha/alpha.c: Likewise.
16726         * config/arm/arm.md, config/clipper/clipper.md: Likewise.
16727         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
16728         * config/i370/i370.md, config/i860/i860.md: Likewise.
16729         * config/i960/i960.md, config/mips/mips.c: Likewise.
16730         * config/mips/mips.md, config/pa/pa.md: Likewise.
16731         * config/pdp11/pdp11.md, config/rs6000/rs6000.c: Likewise.
16732         * config/rs6000/rs6000.md, config/sh/sh.md: Likewise.
16733
16734 2001-07-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16735
16736         * bitmap.c (bitmap_union_of_diff): Don't use BITMAP_ALLOCA.
16737
16738         * bitmap.h (BITMAP_ALLOCA): Don't pass alloca as an argument to a
16739         function.
16740
16741 2001-07-04  Joseph S. Myers  <jsm28@cam.ac.uk>
16742
16743         * doc/include: New directory.
16744         * doc/fdl.texi: Move to doc/include/fdl.texi.
16745         * doc/texinfo.tex: Move to doc/include/texinfo.tex.
16746         * doc/include/funding.texi, doc/include/gpl.texi: New files.
16747         * doc/gcc.texi: Use funding.texi and gpl.texi.
16748         * Makefile.in ($(docdir)/cpp.info, $(docdir)/gcc.info,
16749         $(docdir)/cppinternals.info, cpp.dvi. gcc.dvi. cppinternals.dvi):
16750         Update dependencies and use -I $(docdir)/include.
16751
16752 2001-07-04  Anthony Green  <green@redhat.com>
16753
16754         * config/v850/t-v850 (v850-c.o): Add missing dependencies.
16755
16756 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16757
16758         * doc/install.texi (sparc64-*-*): Remove garbage.
16759
16760 Wed Jul  4 09:07:44 2001  Jan van Male  <jan.vanmale@fenk.wau.nl>
16761
16762         * i386.c (ix86_expand_builtin, case IX86_BUILTIN_SETPS):
16763         Fix typo in last change to use adjust_address.
16764
16765 2001-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16766
16767         * doc/install.texi (Specific): Update information for *-*-solaris*.
16768
16769 Tue Jul  3 22:33:15 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16770
16771         * explow.c (plus_constant_wide): Reinitialize Y for restart.
16772
16773 2001-07-03  Stan Shebs  <shebs@apple.com>
16774
16775         * config/darwin.h (SECTION_FUNCTION): Remove WAS_TEXT argument, remove
16776         case for flag_no_mach_text_sections.
16777         (EXTRA_SECTION_FUNCTIONS): Remove arg from uses of SECTION_FUNCTION.
16778         * config/darwin.c (flag_no_mach_text_sections): Remove.
16779         * config/darwin-protos.h (darwin_init_pragma): Remove decl.
16780
16781 Tue Jul  3 15:35:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16782
16783         * explow.c (plus_constant_wide, case PLUS): Call find_constant_term
16784         and avoid checking for constant as first operand.
16785         * recog.c (find_constant_term_loc): No longer static.
16786         (adj_offettable_operand): Delete.
16787         * rtl.h (adj_offsettable_operand): Delete declaration.
16788         (find_constant_term): Add declaration.
16789         * caller-save.c: Replace calls to adj_offsettable_operand with calls
16790         to adjust_address.
16791         * config/arm/arm.c, config/c4x/c4x.c: Likewise.
16792         * config/clipper/clipper.md, config/h8300/h8300.c: Likewise.
16793         * config/i386/i386.c, config/i386/i386.md: Likewise.
16794         * config/i860/i860.c, config/i960/i960.c: Likewise.
16795         * config/i960/i960.md, config/m68hc11/m68hc11.c: Likewise.
16796         * config/m68k/m68k.c, config/m68k/m68k.md: Likewise.
16797         * config/m88k/m88k.md, config/mcore/mcore.c: Likewise.
16798         * config/mips/mips.c, config/mips/mips.md: Likewise.
16799         * config/mn10200/mn10200.c, config/mn10300/mn10300.c: Likewise.
16800         * config/ns32k/ns32k.c, config/ns32k/ns32k.md: Likewise.
16801         * config/pa/pa.c, config/pdp11/pdp11.c: Likewise.
16802         * config/pdp11/pdp11.md, config/sh/sh.c, config/v850/v850.c: Likewise.
16803         * config/vax/vax.md, config/ns32k/ns32k.c: Likewise.
16804         * config/ns32k/ns32k.md: Likewise.
16805
16806 2001-07-03  Zack Weinberg  <zackw@stanford.edu>
16807
16808         * rtl.c (copy_rtx): Handle 'T' format letter.
16809         * gensupport.c (collect_insn_data): Likewise.
16810         * print-rtl.c (print_rtx): Print 'T' slots like 's'.
16811
16812 2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
16813
16814         * doc/invoke.texi (Directory Options): Specifiy range for <N> in
16815         -B option.  Use 'dir' not 'foo' as example directory name.
16816
16817 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16818
16819         * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
16820         Fixes PRs bootstrap/3067, bootstrap/3249, bootstrap/3275.
16821
16822 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16823
16824         * doc/cppinternals.texi: Improve formatting and logical markup.
16825
16826 2001-07-03  Andreas Jaeger  <aj@suse.de>
16827
16828         * Makefile.in (insn-recog.o): Add dependency on reload.h.
16829
16830         * genrecog.c (write_header): Include reload.h for prototypes in
16831         insn-recog.c.
16832
16833 2001-07-03  Neil Booth  <neil@daikokuya.demon.co.uk>
16834
16835 config:
16836         * i386/cygwin.h (VALID_MACHINE_DECL_ATTRIBUTE,
16837         VALID_MACHINE_TYPE_ATTRIBUTE): Remove.
16838         * i386/i386-protos.h (i386_pe_valid_decl_attribute_p,
16839         i386_pe_valid_type_attribute_p): Add.
16840         * i386/i386.c (TARGET_INITIALIZER): Override for cygwin targets.
16841         * i386/winnt.c (i386_valid_decl_attribute_p): Return directly.
16842
16843 Mon Jul  2 21:52:19 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16844
16845         * explow.c (plus_constant_wide, case LO_SUM): New case.
16846         (plus_constant_for_output_wide): Delete.
16847         * rtl.h (plus_constant_for_output): Delete.
16848         * alias.c (canon_rtx, init_alias_analysis): Call plus_constant
16849         instead of plus_constant_for_output.
16850         * recog.c (offsettable_address_p, adj_offsettable_operand): Likewise.
16851         * config/darwin.c, config/arm/arm.c, config/m68k/m68k.c: Likewise.
16852         * config/m88k/m88k.c, config/mips/mips.c, config/pa/pa.c: Likewise.
16853         * config/rs6000/rs6000.c, config/sparc/sparc.c: Likewise.
16854         * config/sparc/sparc.md: Likewise.
16855         Convert some change_address calls to adjust_address.
16856
16857 2001-07-03  Joseph S. Myers  <jsm28@cam.ac.uk>
16858
16859         * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi,
16860         doc/rtl.texi, doc/tm.texi: Improve formatting.  Improve
16861         documentation of -std and -Wwrite-strings.
16862
16863 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
16864
16865         * cse.c (canon_hash): Don't register registers in very small
16866         register classes, as extending their lifetime might cause
16867         reload to fail.
16868
16869 Mon Jul  2 23:14:00 CEST 2001  Jan Hubicka  <jh@suse.cz>
16870
16871         * flow.c (try_redirect_by_replacing_jump): Remove cc0 setter.
16872
16873         * flow.c (forwarder_block_p): Fix for fallthru blocks.
16874         (try_redirect_by_replacing_jump): Update properly the count
16875         and frequency information.
16876
16877 Mon Jul  2 14:20:13 2001  Jeffrey A Law  (law@cygnus.com)
16878
16879         * toplev.c (dump_file_index): Move SSA dumps just after first
16880         jump dump.
16881         (dump_file): Corresponding changes.
16882         (rest_of_compilation): Move SSA path to just after the first
16883         jump pass.
16884         * doc/gcc.texi (Passes): Update due to movement of SSA path.
16885         * doc/invoke.texi: Update dump file #s as they were completely
16886         out of date with reality.
16887
16888 2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
16889
16890         * doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
16891
16892         * expr.c (emit_move_insn_1): Deal with non-default
16893         STACK_PUSH_CODE.
16894
16895         * expr.c (emit_single_push_insn): Fix warning.
16896
16897 2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
16898
16899         * expr.c (emit_move_insn_1): Avoid modifying
16900         cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.
16901
16902 Mon Jul  2 15:33:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16903
16904         * emit-rtl.c (adjust_address): New function.
16905         * expr.h (adjust_address): Add declaration.
16906         * builtins.c: Replace some calls to change_address with calls to it
16907         or to validize_mem.
16908         * caller-save.c, dwarf2out.c, except.c, expmed.c, expr.c: Likewise.
16909         * function.c, config/a29k/a29k.md, config/alpha/alpha.c: Likewise.
16910         * config/arm/arm.c, config/convex/convex.c: Likewise.
16911         * config/dsp16xx/dsp16xx.md, config/fr30/fr30.c: Likewise.
16912         * config/i386/i386.c, config/i386/i386.md: Likewise.
16913         * config/ia64/ia64.c, config/ia64/ia64.md: Likewise.
16914         * config/m32r/m32r.c, config/m68k/m68k.md: Likewise.
16915         * config/m88k/m88k.c, config/mips/mips.md: Likewise.
16916         * config/ns32k/ns32k.c, config/rs6000/rs6000.c: Likewise.
16917         * config/sh/sh.c, config/sparc/sparc.md: Likewise.
16918
16919 2001-07-02  Jim Wilson  <wilson@redhat.com>
16920
16921         * config/ia64/ia64.h: Delete obsolete lib1funcs.asm comment.
16922
16923 2001-07-02  Steve Ellcey  <sje@cup.hp.com>
16924
16925         * config/ia64/t-ia64: Change LIB1ASMFUNCS to use single underscore.
16926         * config/ia64/lib1funcs.asm: Change macro names to match t-ia64.
16927
16928 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
16929
16930         * cppinit.c (lang_defaults): New table.
16931         (set_lang): Just read from lang_defaults into the live options
16932         structure.
16933
16934 2001-07-02  Zack Weinberg  <zackw@stanford.edu>
16935
16936         * Makefile.in (doc): Depend on $(GENERATED_MANPAGES).
16937         * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1.
16938         * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed.
16939
16940 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16941
16942         * doc/install.texi: Various spelling and markup fixes.
16943         (Installing GCC): Component specific installation instructions are
16944         gone.
16945         Fix reference.
16946         Warn about removing old install dir in the presence of shared libs.
16947         (Configuration): Invoke with options target to match configure
16948         --help.
16949         Consistently refer to gas, gld pathnames.
16950         Invert --enable-multilib documentation.
16951         Remove references to old compiler versions.
16952
16953 Mon Jul  2 12:50:51 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16954
16955         * flow.c (try_simplify_condjump): Fix typo in updating fallthru flags.
16956
16957 2001-07-02  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
16958
16959         * doc/install.texi (Specific, mips*-sgi-irix4): Split from IRIX 5
16960         section.
16961         (Specific, mips*-sgi-irix5): Note IDO download.
16962         Reworded MIPS C hints.
16963         Use GNU as instead of GAS.
16964         Markup fixes.
16965         Removed SGI Freeware reference, IRIX 6 only.
16966         (Specific, mips*-sgi-irix6): Removed ranlib caveats, obsolete.
16967         Note N64 library requirement/workaround.
16968         Update O32 hints.
16969         Complete list of structure passing bug victims.
16970
16971 2001-07-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
16972
16973         * doc/install.texi: Remove CVS Id.
16974
16975 2001-07-02  Andreas Jaeger  <aj@suse.de>
16976
16977         * ssa-dce.c (note_inherently_necessary_set): Add unused attribute.
16978         (find_inherently_necessary): Remove unused variable.
16979
16980 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
16981
16982         * c-common.h (TDI_inlined): New ast dump phase.
16983         (dump_flag_name): New function.
16984         * c-dump.c (dump_files): Add inlined phase.
16985         (dump_flag_name): Define.
16986         * doc/invoke.texi (-fdump-ast-inlined): Document.
16987
16988 Mon Jul  2 06:29:36 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16989
16990         * stor-layout.c (layout_decl): Revert change to handling of alignment
16991         in packed types.
16992
16993 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16994
16995         * c-common.c (decl_attributes, case A_MODE): Don't call layout_decl
16996         for FIELD_DECL.
16997
16998 2001-07-01  Geoffrey Keating  <geoffk@redhat.com>
16999
17000         * doc/tm.texi (FUNCTION_ARG): Document that the last call
17001         is special.
17002
17003 2001-07-01  Nathan Sidwell  <nathan@codesourcery.com>
17004
17005         * tlink.c (recompile_files): Remove COMPILER_PATH and
17006         LIBRARY_PATH from the environment.
17007
17008 2001-07-01  Zack Weinberg  <zackw@stanford.edu>
17009
17010         * c-common.h (enum rid): Add RID_FIRST_AT, RID_LAST_AT,
17011         RID_LAST_PQ.  Move RID_FIRST_PQ down with the other FIRST/LAST
17012         enumerators.
17013         (OBJC_IS_AT_KEYWORD, OBJC_IS_PQ_KEYWORD): New macros.
17014
17015         * c-parse.in (OBJC_STRING): Kill.
17016         (objc_string): Decompose to [objc_string] '@' STRING.
17017         (reswords): Take the leading '@' off all the Objective C keywords.
17018         (objc_rid_sans_at): Kill.
17019         (init_reswords): Don't initialize it.
17020         (yylexname): Use OBJC_IS_AT_KEYWORD and OBJC_IS_PQ_KEYWORD.
17021         (_yylex): Kill reconsider label.  Look ahead one token after
17022         an '@'; if we get an identifier, check whether it's an
17023         Objective C @-keyword.  If so, return the keyword.  Otherwise,
17024         put back the token and return the '@' as a terminal.
17025
17026         * cpplib.c (lex_macro_node): Remove unnecessary check for
17027         leading '@' on identifier.  Clarify control flow and commentary.
17028
17029 Sun Jul  1 11:53:52 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
17030
17031         * cse.c (new_label_ref): Variable deleted.
17032         (insert): Remove set of new_label_ref.
17033         (check_for_label_ref): New function.
17034         (cse_basic_block): Don't check new_label_ref; call check_for_label_ref.
17035
17036 See ChangeLog.5 for earlier changes.