aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-02-20parse.y (check_inner_class_access): Moved declaration of local `enclosing_dec...Alexandre Petit-Bianco2-1/+7
2001-02-20stmt.c (expand_return): If an attempt is made to return the error_mar_node...Mark Mitchell4-3/+30
2001-02-20Fix spelling errorRichard Kenner1-1/+1
2001-02-20Daily bump.GCC Administrator2-2/+2
2001-02-20sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg10-51/+280
2001-02-19pa.c (move_operand): Accept code to load the address of a symbol out of the D...Jeffrey A Law4-52/+48
2001-02-19Forgot this file on last check-in.Bryce McKinlay1-5/+0
2001-02-19parse.y (parser_check_super_interface): Don't call check_pkg_class_access for...Bryce McKinlay2-41/+146
2001-02-19decl2.c (set_decl_namespace): Allow explicit instantiations in any namespace.Mark Mitchell3-0/+13
2001-02-19typeck.c (build_java_array_type): Don't try to poke a public `clone' method i...Bryce McKinlay2-1/+18
2001-02-19Version.c, [...]: Update G77 version number to 0.5.27.Joseph Myers13-105/+174
2001-02-19cppfiles.c (stack_include_file): Generate dependencies here, and manage inclu...Neil Booth2-19/+34
2001-02-19config.gcc (hppa*64*-*-hpux11*): Add MASK_GAS to target_cpu_default.Jeffrey A Law2-2/+7
2001-02-19regclass.c (contains_reg_of_mode): Make global.Jan Hubicka2-11/+31
2001-02-19gcc.c (do_spec_1): 'n' for printing notices.Jan Hubicka3-4/+29
2001-02-19reg-stack.c (next_flags_user): Use current_block->endJan Hubicka2-14/+22
2001-02-19Tweak commentsRichard Kenner1-2/+2
2001-02-19sibcall.c (call_ends_block_p): New function.Richard Kenner2-54/+69
2001-02-19Daily bump.GCC Administrator2-2/+2
2001-02-19optimize.c (expand_call_inline): Don't walk subtrees of type nodes.Kriang Lerdsuwanakij4-1/+16
2001-02-18Fix typo in last changeRichard Kenner1-1/+1
2001-02-19h8300.md: Update copyright.Kazu Hirata2-3/+4
2001-02-19h8300.md: Do not output an extra newline character.Kazu Hirata1-1/+1
2001-02-19h8300.md: Do not output an extra newline character.Kazu Hirata1-0/+4
2001-02-18Remove conflict indicatorRichard Kenner1-1/+0
2001-02-18toplev.c (note_deferral_of_defined_inlined_function): Argument FNDECL may be ...Richard Kenner2-7/+41
2001-02-18Makefile.in (rtlanal.o): Depend on hard-reg-set.h.Jeffrey A Law3-10/+21
2001-02-18sibcall.c (optimize_sibling_and_tail_recursive_call): Compare against last re...Richard Kenner2-66/+52
2001-02-18Makefile.in (gcse.o): Now includes ggc.h.Richard Kenner5-23/+98
2001-02-18* jump.c (jump_optimize_1): Only define reversed_code #ifdef HAVE_trap.Richard Kenner2-0/+4
2001-02-18sparc.c (eligible_for_epilogue_delay): Don't put assignments from FP constant...Richard Kenner2-4/+12
2001-02-18flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.Richard Kenner2-3/+19
2001-02-18* final.c (output_operand_lossage): Use internal_error, not error.Richard Kenner2-4/+5
2001-02-18* mips.c (mips_expand_prologue) Add REG_MAYBE_DEAD toRichard Henderson2-4/+18
2001-02-18class.c (add_vcall_offset_vtbl_entries_1): Only add one entry for a destructor.Mark Mitchell2-2/+12
2001-02-18invoke.texi (-fsquangle): Remove documentation.Mark Mitchell11-184/+75
2001-02-18optabs.c (expand_abs): Remove reference to HAVE_contitional_arithmetic.Lars Brinkhoff3-68/+7
2001-02-18ifcvt.c (dead_or_predicable): Don't move code if eh regions would be disrupted.Richard Henderson2-0/+14
2001-02-18Do put the VTT parameter in DECL_ARGUMENTS.Jason Merrill12-132/+195
2001-02-18* config/ns32k/ns32k.h (ADJSP): Upcase arguments.Richard Henderson2-4/+6
2001-02-18* config/alpha/alpha.md (movsi_fix): Fix typo in pattern name.Richard Henderson2-1/+3
2001-02-18* reload1.c (reload_cse_simplify_set): Fix typo.Richard Henderson2-1/+5
2001-02-18* diagnostic.c (_fatal_insn): Decrement errorcount.Richard Kenner2-0/+7
2001-02-18* invoke.texi (-I): Add note avoiding use for system header files.Richard Kenner2-3/+8
2001-02-18rtl.h (add_clobbers): Remove duplicate declaration.Richard Kenner4-16/+71
2001-02-18Daily bump.GCC Administrator2-2/+2
2001-02-18Revert experimental hunk accidentally included in committed change.Jeff Law1-3/+2
2001-02-18pa.c (hppa_expand_prologue): Simplify code storing return pointer.Alan Modra2-125/+116
2001-02-18pa.c (pa_adjust_insn_length): Check that block move pattern is a set before l...Alan Modra2-2/+9
2001-02-18fold-const.c (fold_binary_op_with_conditional_arg): New function, split out f...Mark Mitchell4-116/+160