Age | Commit message (Expand) | Author | Files | Lines |
2005-09-17 | re PR fortran/15586 (gfortran should support i18n in its compiler messages) | Francois-Xavier Coudert | 20 | -5421/+9417 |
2005-09-17 | expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c... | Richard Henderson | 3 | -10/+37 |
2005-09-17 | varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between differ... | Eric Botcazou | 2 | -2/+8 |
2005-09-17 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-09-17 | huge-val1.C: Disable tests on values of HUGE_VAL... | Joseph Myers | 2 | -0/+7 |
2005-09-16 | re PR c++/23914 (further 'non-constant' template argument case exposed by Boost) | Mark Mitchell | 4 | -0/+26 |
2005-09-16 | re PR c++/21514 ([DR 488] templates and anonymous enum) | Mark Mitchell | 5 | -12/+24 |
2005-09-16 | re PR middle-end/23903 (Duplicate dump file numbers) | Paolo Bonzini | 2 | -4/+9 |
2005-09-16 | s390-protos.h (s390_overlap_p): Prototype added. | Andreas Krebbel | 4 | -0/+59 |
2005-09-16 | ipa-pure-const.c (static_execute): Free auxiliar information. | Richard Guenther | 4 | -0/+12 |
2005-09-16 | re PR c++/23357 (ICE with __alignof__ on template arguments) | Jason Merrill | 3 | -2/+15 |
2005-09-16 | re PR fortran/23906 (inappropriate branch condition in function "transform_se... | Paul Brook | 4 | -2/+24 |
2005-09-16 | re PR c++/23896 (boost::tie() = std::pair doesn't compile) | Mark Mitchell | 4 | -5/+37 |
2005-09-16 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-09-15 | * config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo. | DJ Delorie | 2 | -1/+5 |
2005-09-15 | optabs.c (expand_binop): Use swap_commutative_operands_with_target to order o... | Paolo Bonzini | 2 | -11/+30 |
2005-09-15 | re PR target/23139 (-pedantic -ffast-math breaks working code) | Joseph Myers | 2 | -0/+36 |
2005-09-15 | tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter. | Daniel Berlin | 4 | -10/+35 |
2005-09-15 | * pt.c (check_explicit_instantiation_namespace): Fix typo. | Mark Mitchell | 2 | -1/+3 |
2005-09-15 | re PR c++/13140 (declaration in global namespace, definition inside named or ... | Mark Mitchell | 7 | -7/+144 |
2005-09-15 | re PR java/23891 (Problem folding static fields across packages) | Bryce McKinlay | 4 | -35/+36 |
2005-09-15 | re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C) | Nathan Sidwell | 2 | -1/+6 |
2005-09-15 | tree-nested.c (get_frame_type): Mark the "non-local frame structure" as addre... | Eric Botcazou | 2 | -0/+13 |
2005-09-15 | * tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF. | Michael Matz | 2 | -2/+8 |
2005-09-15 | re PR tree-optimization/23835 (-O3 compile takes two times longer) | Daniel Berlin | 2 | -55/+66 |
2005-09-15 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-09-14 | vect.md (addv2sf3, subv2sf3): Rewrite as expand. | Richard Henderson | 2 | -10/+81 |
2005-09-14 | i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case. | Andrew Pinski | 2 | -0/+6 |
2005-09-14 | re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a vo... | Josh Conner | 2 | -0/+26 |
2005-09-14 | PR fortran/21875 Internal Unit Array I/O, NIST | Jerry DeLisle | 6 | -0/+119 |
2005-09-14 | PR fortran/21875 Internal Unit Array I/O, NIST | Paul Thomas | 2 | -2/+72 |
2005-09-14 | * tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF. | Eric Botcazou | 2 | -1/+19 |
2005-09-14 | re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with -ftree-vector... | Uros Bizjak | 5 | -3/+89 |
2005-09-14 | gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ... | Olivier Hainque | 2 | -1/+11 |
2005-09-14 | re PR fortran/19358 ([gfortran] Segfault with missing upper bound) | Paul Thomas | 4 | -1/+58 |
2005-09-13 | re PR target/22068 (Multiply-immediate opportunity) | David Edelsohn | 2 | -5/+17 |
2005-09-14 | re PR c++/23180 (Segfault on const initializer with bogus pointer arithmetics) | Josh Conner | 3 | -0/+43 |
2005-09-14 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-09-13 | pr15784-4.c, [...]: Clean up temp files. | Janis Johnson | 27 | -0/+52 |
2005-09-14 | linux64.h (DBX_OUTPUT_BRAC): Treat function name passed as NAME as if it were... | Alan Modra | 2 | -3/+17 |
2005-09-13 | gcc-dg.exp: Load scanipa.exp. | Josh Conner | 5 | -179/+423 |
2005-09-13 | sh.md (*movv4sf_i): Add general register cases to the constraints. | Kaz Kojima | 2 | -2/+7 |
2005-09-13 | darwin.md (movdf_low_si): Mark the outgoing r constraint as early clobber. | Andrew Pinski | 2 | -18/+11 |
2005-09-13 | re PR fortran/17740 (ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr... | Erik Edelmann | 4 | -1/+41 |
2005-09-13 | tree.c (annotate_with_file_line): Compare line numbers before file names. | Volker Reichelt | 2 | -4/+9 |
2005-09-13 | re PR target/23816 (ICE in extract_insn, at recog.c:2084) | Uros Bizjak | 4 | -0/+70 |
2005-09-13 | loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather than a HOST_... | Ian Lance Taylor | 2 | -1/+6 |
2005-09-13 | * tree-dfa.c (dump_variable): Guard against NULL annotations. | Diego Novillo | 2 | -3/+7 |
2005-09-13 | * zh_CN.po: Update. | Joseph Myers | 2 | -352/+332 |
2005-09-13 | re PR c++/16171 ([ABI] Problems with standard names in different namespaces) | Bastian Blank | 7 | -5/+72 |