aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-09-18* Make-lang.in: Make check-fortran alias for check-gfortran.Francois-Xavier Coudert2-0/+5
2005-09-18* calls.c (flags_from_decl_or_type): Do not set ECF_LIBCALL_BLOCK.Jan Hubicka2-3/+7
2005-09-18varasm.c (output_constant): Do not abort on conversions to union types betwee...Eric Botcazou2-2/+10
2005-09-18re PR fortran/19181 (ICE and segmentation fault with pointer member in user d...Paul Thomas2-0/+37
2005-09-18re PR middle-end/23944 (segv in fold_indirect_ref_1 in fold-const.c:11505)Richard Guenther4-1/+17
2005-09-18module.c (read_module): Add missed line from last patch.Andreas Jaeger2-0/+5
2005-09-18re PR fortran/15975 ([4.0 only] ICE in trans-array.c pointer array initial...Erik Edelmann4-1/+33
2005-09-18re PR fortran/16861 ([4.0 only] segfault with doubly used module)Paul Thomas4-6/+58
2005-09-18Daily bump.GCC Administrator1-1/+1
2005-09-18fpgnuib.c (__floatsidf): Don't rely on signed overflow.Paul Brook2-1/+5
2005-09-17tree-pass.h, [...]: Revert last change.Richard Henderson6-27/+12
2005-09-17Add comment to expand_mult max_cost change.David Edelsohn1-4/+8
2005-09-17re PR c++/18368 (C++ error message regression)Volker Reichelt2-0/+14
2005-09-17tree-pass.h (pass_vect_dce): Declare.Richard Henderson6-40/+72
2005-09-17except.c (struct eh_status): Turn region_array into vec.Jan Hubicka2-38/+82
2005-09-17re PR middle-end/22067 (Inconsistent multiply by immediate)David Edelsohn2-2/+9
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert20-5421/+9417
2005-09-17expr.c (emit_move_via_integer): Add force argument, pass it on to emit_move_c...Richard Henderson3-10/+37
2005-09-17varasm.c (output_constant): Do not abort on VIEW_CONVERT_EXPRs between differ...Eric Botcazou2-2/+8
2005-09-17Daily bump.GCC Administrator1-1/+1
2005-09-17huge-val1.C: Disable tests on values of HUGE_VAL...Joseph Myers2-0/+7
2005-09-16re PR c++/23914 (further 'non-constant' template argument case exposed by Boost)Mark Mitchell4-0/+26
2005-09-16re PR c++/21514 ([DR 488] templates and anonymous enum)Mark Mitchell5-12/+24
2005-09-16re PR middle-end/23903 (Duplicate dump file numbers)Paolo Bonzini2-4/+9
2005-09-16s390-protos.h (s390_overlap_p): Prototype added.Andreas Krebbel4-0/+59
2005-09-16ipa-pure-const.c (static_execute): Free auxiliar information.Richard Guenther4-0/+12
2005-09-16re PR c++/23357 (ICE with __alignof__ on template arguments)Jason Merrill3-2/+15
2005-09-16re PR fortran/23906 (inappropriate branch condition in function "transform_se...Paul Brook4-2/+24
2005-09-16re PR c++/23896 (boost::tie() = std::pair doesn't compile)Mark Mitchell4-5/+37
2005-09-16Daily bump.GCC Administrator1-1/+1
2005-09-15* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.DJ Delorie2-1/+5
2005-09-15optabs.c (expand_binop): Use swap_commutative_operands_with_target to order o...Paolo Bonzini2-11/+30
2005-09-15re PR target/23139 (-pedantic -ffast-math breaks working code)Joseph Myers2-0/+36
2005-09-15tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin4-10/+35
2005-09-15* pt.c (check_explicit_instantiation_namespace): Fix typo.Mark Mitchell2-1/+3
2005-09-15re PR c++/13140 (declaration in global namespace, definition inside named or ...Mark Mitchell7-7/+144
2005-09-15re PR java/23891 (Problem folding static fields across packages)Bryce McKinlay4-35/+36
2005-09-15re PR c++/23725 (Error message regression with g++.dg/inherit/using4.C)Nathan Sidwell2-1/+6
2005-09-15tree-nested.c (get_frame_type): Mark the "non-local frame structure" as addre...Eric Botcazou2-0/+13
2005-09-15* tree-vrp.c (vrp_int_const_binop <MINUS_EXPR>): Handle 0 - -INF.Michael Matz2-2/+8
2005-09-15re PR tree-optimization/23835 (-O3 compile takes two times longer)Daniel Berlin2-55/+66
2005-09-15Daily bump.GCC Administrator1-1/+1
2005-09-14vect.md (addv2sf3, subv2sf3): Rewrite as expand.Richard Henderson2-10/+81
2005-09-14i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case.Andrew Pinski2-0/+6
2005-09-14re PR tree-optimization/23584 (ipa-pure-const pass ignores dereferencing a vo...Josh Conner2-0/+26
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle6-0/+119
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTPaul Thomas2-2/+72
2005-09-14* tree.c (substitute_in_expr, case 4): New case, for ARRAY_REF.Eric Botcazou2-1/+19
2005-09-14re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with -ftree-vector...Uros Bizjak5-3/+89
2005-09-14gimplify.c (gimplify_init_ctor_eval): Don't discard a zero-sized value if it ...Olivier Hainque2-1/+11