aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-15re PR fortran/15129 (assumed size characters passed to subroutines incorrect)Tobias Schlüter4-1/+43
2004-07-15mips.md: In the mips16 li/neg splitter...Richard Sandiford2-6/+11
2004-07-15* Fix for g++/15861Frank Ch. Eigler8-94/+133
2004-07-15libf2c: Removed.Toon Moene1-1/+1
2004-07-15decl.c (xref_basetypes): Refactor.Nathan Sidwell4-212/+200
2004-07-15name-lookup.c (set_inherited_value_binding_p): Add class_type parameter.Mark Mitchell2-18/+14
2004-07-15class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.Nathan Sidwell3-29/+18
2004-07-15re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter1-1/+1
2004-07-15re PR fortran/15324 (segfault / ICE with array of assumed length characters)Tobias Schlüter2-0/+27
2004-07-15loop.c (check_insn_for_givs): Restore check for code labels that was accident...Jeff Law2-1/+6
2004-07-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter2-3/+27
2004-07-15Fix a ChangeLog typo.Jakub Jelinek1-1/+1
2004-07-15class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.Nathan Sidwell3-27/+25
2004-07-15vec.h (VEC_T_truncate): Allow truncation of an empty vector.Nathan Sidwell2-8/+15
2004-07-15* print-tree.c (print_node): Fix casts last change.Richard Henderson2-2/+8
2004-07-14trans.c (add_decl_expr): Clear TREE_READONLY if clear DECL_INITIAL.Richard Kenner3-0/+11
2004-07-15lex.c (cxx_make_type): Remove call to get_pointer_type.Mark Mitchell2-5/+5
2004-07-15* gcc.dg/20020426-2.c: Improve type safety wrt unsignedness.Mike Stump2-3/+7
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook14-20/+78
2004-07-14* print-tree.c (print_node): Handle SSA_NAME.Richard Henderson2-0/+30
2004-07-14Fix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.James E Wilson4-2/+58
2004-07-15Daily bump.GCC Administrator1-1/+1
2004-07-15expr.c (expand_assignment): Reenable bitfield += optimizations.Jakub Jelinek5-21/+372
2004-07-14input.h: If USE_MAPPED_LOCATION...Per Bothner4-6/+26
2004-07-14calls.c (expand_call): Fix typo in comment.Eric Christopher2-24/+28
2004-07-14ia64.c (ia64_expand_compare): Allow ORDERED comparision of TFmode.Steve Ellcey2-0/+6
2004-07-14* gcc.dg/wint_t-1.c: Expect to pass on darwin 10.3.x and later.Mike Stump2-1/+5
2004-07-15Remove backup file.Jakub Jelinek1-20/+0
2004-07-14alpha.c (alpha_gimplify_va_arg_1): Move indirect ...Richard Henderson9-63/+58
2004-07-14darwin.h (WINT_TYPE): Define to be int to match system header files.Mike Stump2-0/+7
2004-07-14xtensa.c (function_arg_advance): Check for args that must be passed in the st...Bob Wilson2-2/+11
2004-07-14* gcc.dg/wchar_t-1.c: Expect to pass on darwin 10.3.x and later.Mike Stump2-1/+5
2004-07-14c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR...Per Bothner3-3/+10
2004-07-14dominance.c (struct dom_info): Add fake_exit_edge.Richard Henderson2-13/+70
2004-07-14tree-gimple.c (is_gimple_reg_rhs, [...]): New fns.Jason Merrill4-33/+80
2004-07-14arm-protos.h (arm_va_arg): Remove.Richard Henderson4-49/+19
2004-07-14pa.c (fix_range): New function to mark a range(s) of registers as fixed regis...John David Anglin4-16/+120
2004-07-14cp-tree.h (IDENTIFIER_VALUE): Remove.Mark Mitchell9-445/+371
2004-07-14rs6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.David Edelsohn2-11/+19
2004-07-14expmed.c (expand_sdiv_pow2): New function to expand signed division by a posi...Roger Sayle2-32/+57
2004-07-14tree-dfa.c (make_rename_temp): *Really* work just like create_tmp_var if call...Paolo Bonzini2-1/+6
2004-07-14* trans.c (gnat_init_stmt_group): Remove duplicate definition.Andreas Schwab2-22/+4
2004-07-14s390.md ("udivsi3"): Ensure trap is generated for division by zero.Ulrich Weigand2-2/+8
2004-07-14mips.c (mips_output_move): When generating mips16 code, force loads of negati...Richard Sandiford3-19/+25
2004-07-14expmed.c: Remove more references to QUEUED in the comments.Paolo Bonzini3-9/+6
2004-07-14revert: mips.c (mips_pass_by_reference): Handle mode sizes correctly.Richard Sandiford2-5/+8
2004-07-14tree-dfa.c (make_rename_temp): Work just like create_tmp_var when called outs...Paolo Bonzini2-2/+10
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini22-860/+100
2004-07-14* vec.h: Comment fix.Ben Elliston2-1/+5
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson65-365/+463