aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2001-08-31* config/h8300/h8300.md (*andorhi3): Fix typos.Kazu Hirata2-2/+6
From-SVN: r45334
2001-08-31class.c (set_constant_value): When not emiting class files, then a String ↵Per Bothner2-2/+9
ConstantValue is a utf8const_ptr_type. * class.c (set_constant_value): When not emiting class files, then a String ConstantValue is a utf8const_ptr_type. From-SVN: r45333
2001-08-31calls.c (emit_library_call_value): Don't use a fixed argument after ↵Kaveh R. Ghazi3-4/+17
VA_CLOSE, i.e. * calls.c (emit_library_call_value): Don't use a fixed argument after VA_CLOSE, i.e. out of scope in traditional C. * emit-rtl.c (gen_rtvec): Likewise. From-SVN: r45332
2001-08-31Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi5-3/+16
* Makefile.in (c-pragma.o): Depend on output.h. (reorg.o): Depend on except.h. * c-pragma.c: Include output.h. * reorg.c: Include except.h. * unwind-dw2.c: Call __builtin_alloca, not alloca. From-SVN: r45331
2001-08-31sched-deps.c (add_dependence): Don't elide dependancy if the conditional ↵Richard Henderson2-1/+11
used by insn is modified in elem. * sched-deps.c (add_dependence): Don't elide dependancy if the conditional used by insn is modified in elem. From-SVN: r45330
2001-08-31error.c (dump_template_decl): Output template parameters together with their ↵Kriang Lerdsuwanakij2-4/+18
specifiers. * error.c (dump_template_decl): Output template parameters together with their specifiers. Output `class' prefix for template template parameter. (dump_decl): Fix formatting. From-SVN: r45329
2001-08-31oops - omitted from previouys deltaNick Clifton1-0/+4
From-SVN: r45328
2001-08-31Skip TRUNCATE operators in const pool addresses for v850 short switch tablesNick Clifton1-0/+12
From-SVN: r45326
2001-08-31Account for FP registers saved to stack during prologueNick Clifton3-4/+32
From-SVN: r45325
2001-08-31empty4.C: Allow for 16-bit ints.Geoffrey Keating4-8/+20
* g++.dg/abi/empty4.C: Allow for 16-bit ints. * g++.dg/special/initp1.C (X): Allow for 16-bit ints. * gcc.c-torture/unsorted/bcopy.c (BYTES): Honor STACK_SIZE. From-SVN: r45324
2001-08-31c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p.Diego Novillo2-1/+6
* c-decl.c (c_decode_option): Skip '-f' prefix before calling dump_switch_p. From-SVN: r45323
2001-08-31stormy16.c (stormy16_asm_out_destructor): New function.Geoffrey Keating2-0/+65
* config/stormy16/stormy16.c (stormy16_asm_out_destructor): New function. (stormy16_asm_out_constructor): New function. (TARGET_ASM_CONSTRUCTOR): Define. (TARGET_ASM_DESTRUCTOR): Define. From-SVN: r45322
2001-08-31gcse.c (add_label_notes): REG_LABEL is an INSN_LIST.Andreas Jaeger5-78/+85
* gcse.c (add_label_notes): REG_LABEL is an INSN_LIST. * loop.c (add_label_notes): Likewise. * reload.c (find_reloads): Likewise. * config/sh/sh.c (machine_dependent_reorg): Likewise. From-SVN: r45320
2001-08-31tweak commentJason Merrill1-1/+1
From-SVN: r45316
2001-08-31unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill4-107/+126
* unwind-pe.h (read_uleb128, read_sleb128): Move actual reading code here. Take _Unwind_{W,Sw}ord*. (read_encoded_value_with_base): Use them. * unwind-dw2.c (_Unwind_FrameState): Make cfa_offset and cfa_reg words. (extract_cie_info): Simplify read_?leb128 handling. (execute_stack_op, execute_cfa_program): Likewise. * unwind-dw2-fde.c (get_cie_encoding): Likewise. * libsupc++/eh_personality.cc (PERSONALITY_FUNCTION): Simplify leb128 handling. From-SVN: r45315
2001-08-31stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the ↵Geoffrey Keating3-4/+22
stack if convenient. * config/stormy16/stormy16.c (stormy16_expand_epilogue): Use the frame pointer to pop the stack if convenient. * config/stormy16/stormy16.c (stormy16_initialize_trampoline): Don't use post-increment before combine. * config/stormy16/stormy16.h (STATIC_CHAIN_REGNUM): Don't use a call-saved register. From-SVN: r45314
2001-08-31Daily bump.GCC Administrator2-2/+2
From-SVN: r45313
2001-08-30Temporaily change error to wanring to hopefully allow boostrap.Per Bothner1-1/+1
From-SVN: r45311
2001-08-31jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct.Andreas Jaeger2-4/+9
* jump.c (mark_jump_label): Revert patch from 2001-08-28, the code was correct. From-SVN: r45308
2001-08-30jcf-write.c (generate_classfile): Check that field is primitive or string ↵Per Bothner2-1/+8
before emitting ConstantValue attribute. * jcf-write.c (generate_classfile): Check that field is primitive or string before emitting ConstantValue attribute. From-SVN: r45306
2001-08-30parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, ↵Per Bothner2-1/+7
set it's type correctly. * parse.y (resolve_qualified_expression_name): If creating a COMPOUND_EXPR, set it's type correctly. From-SVN: r45305
2001-08-31longlong.c (alpha_ep_extbl_i_eq_0): Allow for 16-bit 'unsigned int'.Geoffrey Keating2-1/+6
* gcc.c-torture/execute/longlong.c (alpha_ep_extbl_i_eq_0): Allow for 16-bit 'unsigned int'. From-SVN: r45304
2001-08-31stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course.Geoffrey Keating2-4/+9
* config/stormy16/stormy16.md (udivmodhi4): Express using UDIV/UMOD, not DIV/MOD, of course. From-SVN: r45303
2001-08-30jcf-io.c (open_class): Set filename field.Per Bothner4-24/+45
* jcf-io.c (open_class): Set filename field. * jcf-parse,c (parse_class_file): Set current_function_decl for better error message when Code attribute is missing. * lang.c (put_decl_node, lang_print_error): Re-arrange for better diagnostics, especially for constructors. From-SVN: r45299
2001-08-30jcf-write.c (generate_classfile): Don't write ConstantValue attribute if ↵Per Bothner3-1/+19
field is not final... * jcf-write.c (generate_classfile): Don't write ConstantValue attribute if field is not final, for compatibility with jdk. * jcf-write.c (generate_classfile): Convert ConstantValue values to correct type. Work-around for front-end bug. * class.c (set_constant_value): Error if constant has wrong type. From-SVN: r45298
2001-08-30rtl.def: Undo my patch commited 2001-08-27.Vladimir Makarov18-10497/+248
2001-08-30 Vladimir Makarov <vmakarov@redhat.com> * rtl.def: Undo my patch commited 2001-08-27. * genattrtab.c: Ditto. * rtl.h: Ditto. * sched-int.h: Ditto. * target-def.h: Ditto. * target.h: Ditto. * haifa-sched.c: Ditto. * sched-rgn.c: Ditto. * sched-vis.c: Ditto. * Makefile.in: Ditto. * doc/md.texi: Ditto. * doc/tm.texi: Ditto. * doc/contrib.texi: Ditto. * doc/gcc.texi: Ditto. * genattrtab.h: Remove it. * genautomata.c: Remove it. * genattr.c: Undo my patch and Richard Henderson's patch commited 2001-08-27. From-SVN: r45297
2001-08-30jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are ↵Per Bothner2-5/+15
printed at verbosity 1. * jcf-dump.c (print_constant): Fix fencepost error so "Float" and "Double" are printed at verbosity 1. * jcf-dump.c (main): Disable flag_print_attributes if --javap. * jcf-dump.c (SPECIAL_IINC): Remove unneeded casts to long. From-SVN: r45296
2001-08-30config.gcc (h8300-*-elf*): New case.J"orn Rennecke2-1/+6
* config.gcc (h8300-*-elf*): New case. * h8300.h (CPP_SPEC): Add subtarget_cpp_spec. (SUBTARGET_CPP_SPEC): Define. (EXTRA_SPECS): Define. (SUBTARGET_EXTRA_SPECS): Define. * config/h8300/crti.asm, config/h8300/crtn.asm: New files. * config/h8300/elf.h, config/h8300/t-elf: Likewise. From-SVN: r45294
2001-08-30config.gcc (h8300-*-elf*): New case.J"orn Rennecke6-1/+158
* config.gcc (h8300-*-elf*): New case. * h8300.h (CPP_SPEC): Add subtarget_cpp_spec. (SUBTARGET_CPP_SPEC): Define. (EXTRA_SPECS): Define. (SUBTARGET_EXTRA_SPECS): Define. * config/h8300/crti.asm, config/h8300/crtn.asm: New files. * config/h8300/elf.h, config/h8300/t-elf: Likewise. From-SVN: r45293
2001-08-30t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm.J"orn Rennecke4-1/+84
* t-h8300 (LIB1ASMFUNCS): Add _fixunssfdi and _fixunssfsi_asm. (LIB2FUNCS_EXTRA): Define. config/h8300/lib1funcs.asm: New part: L_fixunssfsi_asm . config/h8300/fixunssfsi.c: New file. From-SVN: r45291
2001-08-30h8300.md (zero_extendqihi2): Changes to define_expand to accomodate ↵Kazu Hirata2-2/+24
target-specific attributes. * config/h8300/h8300.md (zero_extendqihi2): Changes to define_expand to accomodate target-specific attributes. (anonymous zero_extendqihi2 patterns): New. From-SVN: r45290
2001-08-30* h8300.md (*andorhi3): New pattern.J"orn Rennecke2-0/+22
From-SVN: r45289
2001-08-30* h8300.c (dosize): Fix test for "sub".J"orn Rennecke2-1/+5
From-SVN: r45288
2001-08-30optimize.c (inlinable_function_p): Allow only smaller single functions.Kurt Garloff2-5/+12
* optimize.c (inlinable_function_p): Allow only smaller single functions. Halve inline limit after reaching recursive limit. From-SVN: r45286
2001-08-30c-typeck.c (pointer_diff): Try to eliminate common term before doing ↵J"orn Rennecke2-1/+42
conversions. * c-typeck.c (pointer_diff): Try to eliminate common term before doing conversions. From-SVN: r45285
2001-08-30class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t.Joern Rennecke2-2/+11
* class.c (build_vtable_entry_ref): Subtract in char*, not ptrdiff_t. Co-Authored-By: Jason Merrill <jason@redhat.com> From-SVN: r45284
2001-08-30Daily bump.GCC Administrator2-2/+2
From-SVN: r45282
2001-08-29reload1.c (move2add_note_store): Correct typo checking for argument pushes.Geoffrey Keating2-1/+6
* reload1.c (move2add_note_store): Correct typo checking for argument pushes. From-SVN: r45279
2001-08-29make x a longJason Merrill1-1/+1
From-SVN: r45278
2001-08-29make BaseFunc virtual, tooJason Merrill3-3/+3
From-SVN: r45277
2001-08-29gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note ↵Andrew MacLeod2-4/+11
should not be considered outside the... 2001-08-29 Andrew MacLeod <amacleod@redhat.com> * gcse.c (compute_hash_table): The SRC part of an insn with a RETVAL note should not be considered outside the libcall block. From-SVN: r45276
2001-08-29* genattrtab.c (attr_printf): Use VA_OPEN/VA_FIXEDARG/VA_CLOSE.Kaveh R. Ghazi2-14/+10
From-SVN: r45274
2001-08-29* config/h8300/h8300.md (movsi_h8300hs): Make it 64-bit safe.Kazu Hirata2-1/+5
From-SVN: r45273
2001-08-29h8300-protos.h: Add a prototype for emit_logical_op.Kazu Hirata4-159/+268
* config/h8300/h8300-protos.h: Add a prototype for emit_logical_op. * config/h8300/h8300.c (emit_logical_op): New. * config/h8300/h8300.md (andhi3): Use emit_logical_op. (andsi3): Likewise. (iorhi3): Likewise. (iorsi3): Likewise. (xorhi3): Likewise. (xorsi3): Likewise. From-SVN: r45272
2001-08-29pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for ↵John David Anglin3-4/+15
comparison with rtx INTVAL. * pa.c (move_operand): Cast GET_MODE_SIZE results to HOST_WIDE_INT for comparison with rtx INTVAL. (pa_output_function_prologue): Don't mix signed and unsigned in `?' expression. * pa.h (FUNCTION_ARG_SIZE): Likewise. From-SVN: r45271
2001-08-29lib1funcs.asm: Update the copyright.Kazu Hirata2-5/+10
* config/h8300/lib1funcs.asm: Update the copyright. Fix comment typos. From-SVN: r45269
2001-08-29Fix typos in ChangeLog.Kazu Hirata1-5/+5
From-SVN: r45268
2001-08-29h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg ↵Kazu Hirata2-2/+18
n)) (anonymous movsi pattern): Likewise. * h8300.md (anonymous movhi pattern): Don't move (reg n) to (mem (pre_dec (reg n)) (anonymous movsi pattern): Likewise. From-SVN: r45266
2001-08-29* gcc.c-torture/compile/981006-1.x: Do not use -fpic on h8300.Kazu Hirata2-0/+5
From-SVN: r45264
2001-08-29* h8300.h (RETURN_ADDR_RTX): New.Kazu Hirata2-0/+13
From-SVN: r45262