aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-24objc-act.c: Change annotate_with_locus to SET_EXPR_LOCATION throughout.Zack Weinberg5-36/+45
2004-09-24re PR c/12802 (-fms-extensions documentation problem)Joseph Myers3-1/+22
2004-09-24re PR c/12713 (Document interaction of attribute noreturn and longjmp)Joseph Myers2-1/+7
2004-09-24re PR middle-end/17503 (quadratic behaviour in invalid_mode_change_p)Richard Henderson6-53/+120
2004-09-24tree-ssa-phiopt.c (conditional_replacement): Use the correct type with the co...Andrew Pinski2-2/+7
2004-09-24re PR tree-optimization/16954 (ICE in get_tmt_for with IMA and incomplete str...Andrew Pinski2-0/+19
2004-09-24re PR c/17188 (struct Foo { } redefinition)Joseph Myers6-7/+114
2004-09-24tree-if-conv.c (tree_if_convert_cond_expr0): Create temp.Devang Patel2-10/+31
2004-09-24re PR fortran/17615 (Internal compiler error using interface procedures)Tobias Schlüter4-2/+33
2004-09-24* es.po: Update.Joseph Myers2-16/+14
2004-09-24intrinsic.h (gfc_resolve_getcwd): Update prototype.Tobias Schlüter2-2/+2
2004-09-24trans-types.c (gfc_return_by_reference): Remove superfluous assertion.Tobias Schlüter2-2/+5
2004-09-24Test case for PR 17517Andrew MacLeod2-0/+37
2004-09-24re PR java/15656 (ICE segfault in lex.c)Tom Tromey2-7/+21
2004-09-24re PR java/16789 (ICE in force_evaluation_order() on valid code)Tom Tromey3-4/+16
2004-09-24parser.c (cp_parser_expression_stack): Clarify why it is an array of NUM_PREC...Paolo Bonzini2-1/+13
2004-09-24hooks.c (hook_tree_tree_bool_null): New.Paolo Bonzini6-8/+17
2004-09-24re PR rtl-optimization/17625 (ICE on legal (doloop creates shared RTL))Zdenek Dvorak2-2/+7
2004-09-24re PR c++/16889 (ambiguity is not detected)Nathan Sidwell4-101/+47
2004-09-24re PR java/16927 (assert statement fails at -O1 and above)Andrew Haley2-1/+16
2004-09-24re PR tree-optimization/17624 (ICE: SSA corruption (another one))Andrew Pinski2-0/+28
2004-09-24re PR tree-optimization/17624 (ICE: SSA corruption (another one))Andrew Pinski2-0/+36
2004-09-24tree-ssa-dom.c (record_range): Fix violation of strict aliasing rules.Andreas Schwab2-2/+7
2004-09-24fix spaces/tabs againSteven Bosscher1-91/+91
2004-09-24config.gcc (sparc64-*-solaris2*): Include sparc/sol2-gas.h if the GNU assembl...Eric Botcazou6-2/+36
2004-09-23re PR bootstrap/17369 ([ia64] Bootstrap failure with binutils-2.15.90.0.1.1)H.J. Lu4-1/+33
2004-09-24Daily bump.GCC Administrator1-1/+1
2004-09-24re PR c/6980 (-Wbad-function-cast gives bogus warning for (double) rand())Joseph Myers4-1/+64
2004-09-23re PR target/17626 (Recent peephole2:s may cause internal compiler errors)Hans-Peter Nilsson2-8/+19
2004-09-23Ignore -ansi -pedantic-errors option coming from dejagnu.Fariborz Jahanian2-0/+2
2004-09-23decl.c (grokfndecl): If ::main is found not to return int, correct it after i...Zack Weinberg70-451/+593
2004-09-23* tree-ssa-propagate.c (set_rhs): Fail if EXPR is COMPOUND_EXPR.Jakub Jelinek2-0/+6
2004-09-23tree-flow.h (find_new_referenced_vars): Add prototype.Jakub Jelinek8-30/+134
2004-09-23gthr-tpf.h: New file.P.J. Darcy4-1/+167
2004-09-23Fix the location of the changelog for Fariborz Jahanian's last patch.Andrew Pinski2-8/+13
2004-09-23re PR c++/17618 (ICE in cp_convert_to_pointer, at cp/cvt.c:83)Andrew Pinski2-0/+14
2004-09-23tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E...Jeff Law5-43/+87
2004-09-23004-09-23 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski2-0/+8
2004-09-23PR c++/9844, PR c++/13989Fariborz Jahanian10-12/+241
2004-09-23re PR java/17329 (ICE: SEGV in java_gimplify_expr)Tom Tromey2-1/+10
2004-09-23re PR java/17380 (Bad diagnostic and ICE on valid code...)Tom Tromey2-2/+8
2004-09-23re PR c/16833 (-fno-builtin prevents automatic format checks for standard fun...Joseph Myers3-3/+26
2004-09-23* comment tweakFrank Ch. Eigler1-3/+4
2004-09-23re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif...Frank Ch. Eigler3-9/+35
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos72-167/+1398
2004-09-23* builtins.c: Fix a comment typo.Kazu Hirata2-1/+5
2004-09-23profile.c (branch_prob): Do not verify flow info in the middle of the pass.Jan Hubicka2-4/+5
2004-09-23Revert commit of testing BOOT_CFLAGSZdenek Dvorak1-1/+1
2004-09-23cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak15-15/+766
2004-09-23re PR c++/17596 (expression parser is too slow, should be rewritten)Paolo Bonzini2-312/+227