aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-07-22re PR c/15052 (gcc frontend accepts mismatched function declaration/defintion)Joseph Myers10-41/+82
2004-07-22c-typeck.c (set_init_index): Require designator to be of integer type.Joseph Myers6-1/+37
2004-07-22re PR c/11250 (-pedantic accepts `char a[] = ("x");')Joseph Myers6-80/+216
2004-07-21sparc.c (sparc_rtx_costs): Fix typo in previous commit.David S. Miller2-1/+6
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher10-512/+294
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher9-226/+20
2004-07-21var-tracking.c (vt_find_locations): Set the in_pending bitmap at once.Josef Zlomek2-5/+7
2004-07-21PR java/16431.Andrew Haley1-0/+1
2004-07-21verify.c (verify_jvm_instructions): Comment change only.Andrew Haley7-111/+339
2004-07-21Fix formatting.Paul Brook1-22/+22
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini8-85/+171
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-0/+16
2004-07-21re PR middle-end/15345 ([non-unit-at-a-time] unreferenced nested inline funct...Jakub Jelinek2-0/+79
2004-07-20re PR target/16559 (Incorrect code generated for function pointer)H.J. Lu2-0/+42
2004-07-20Add parens so emacs will properly indent.Richard Kenner1-2/+2
2004-07-20cfgexpand.c (expand_gimple_cond_expr, [...]): Split,Richard Henderson2-147/+171
2004-07-20sparc.c (sparc_rtx_costs case MULT): Emit enormous cost if not TARGET_HARD_MUL.David S. Miller2-0/+7
2004-07-20re PR target/16557 (bootstrap failure of gcc-4.0-20040711 snapshot on i686-ap...Andrew Pinski2-4/+10
2004-07-20fold-const.c (operand_equal_p): Temporarily support NULL args.Richard Kenner2-3/+31
2004-07-20Fix typo in comment.Richard Kenner1-1/+1
2004-07-21Daily bump.GCC Administrator1-1/+1
2004-07-21re PR c++/14497 (Accepts invalid specialization of member template missing "t...Giovanni Bajo5-69/+34
2004-07-21re PR c++/509 (G++ forbids template specialization as ambiguous)Giovanni Bajo4-4/+98
2004-07-21README: UpdateDavid Billinghurst1-59/+59
2004-07-21Copy cases from g77.f-torture/execute and add dg-run directive.David Billinghurst44-0/+1827
2004-07-20* config/arm/arm.c (thumb_expand_prologue): Remove bogus GEN_INT.Paul Brook2-2/+6
2004-07-20cp-tree.def (TINST_LEVEL): Make it an 'x' node.Steven Bosscher8-11/+59
2004-07-20rtl.h (plus_constant): Delete.Zack Weinberg9-39/+47
2004-07-20gimplify.c (is_gimple_tmp_var): Move to tree-gimple.c.Richard Henderson4-15/+44
2004-07-20tree-pretty-print.c (dump_generic_node): Dump CALL_EXPR_HAS_RETURN_SLOT_ADDR.Richard Henderson2-0/+7
2004-07-20vec.h (VEC_T_length, [...]): Use unsigned, not size_t.Nathan Sidwell3-41/+51
2004-07-20tree-mudflap.c (mf_set_options_fndecl): New tree.Frank Ch. Eigler2-10/+43
2004-07-20re PR c++/14607 (Duplicate symbol "vtable for node" in files div.o and env.o)John David Anglin7-40/+206
2004-07-20* parser.c (cp_parser_simple_type_specifier): Fix typo.Mark Mitchell2-2/+5
2004-07-20re PR c++/16637 (syntax error on valid input code)Mark Mitchell4-2/+23
2004-07-20re PR c++/16175 (Wrong type reported in diagnostic)Kriang Lerdsuwanakij4-0/+33
2004-07-20re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell5-4/+26
2004-07-20* dbxout.c (dbxout_type): Fix printf format.Nathan Sidwell2-2/+3
2004-07-20* gcc.dg/pr12625-1.c: New test.Joseph Myers2-0/+17
2004-07-20tree.h (binfo_member): Remove.Nathan Sidwell6-33/+9
2004-07-20cp-tree.h (struct lang_type_class): Remove vfields field.Nathan Sidwell4-59/+21
2004-07-20tree.h: Include vec.hNathan Sidwell31-674/+556
2004-07-20[multiple changes]Arnaud Charlet20-2568/+3254
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher14-331/+241
2004-07-20genattr.c (struct range, [...]): Remove them.Paolo Bonzini32-3094/+306
2004-07-20Revert patch for PR c++/16623.Mark Mitchell4-14/+6
2004-07-20Remove DOS style trailing Carriage ReturnsKelley Cook11-242/+253
2004-07-20Daily bump.GCC Administrator1-1/+1
2004-07-19* rtlanal.c (reg_set_p): Add check for regs_invalidated_by_call.Roger Sayle2-7/+7
2004-07-19re PR c++/16623 (g++ ICE in tsubst_decl:6081)Mark Mitchell6-2/+45