aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-28mk-kinds-h.sh: Disable REAL(16) if REAL(10) is available.Tobias Burnus2-2/+14
2010-08-28re PR libfortran/45436 (Failed to bootstrap)Francois-Xavier Coudert2-4/+8
2010-08-28Fix PR45422Xinliang David Li2-29/+34
2010-08-28sh-protos.h (sh_function_arg): Delete.Nathan Froyd4-18/+31
2010-08-28Daily bump.GCC Administrator1-1/+1
2010-08-27sh.c (push_regs): Emit movml for interrupt handler when possible.Naveen H.S5-7/+124
2010-08-27vfp.md (arm_movsi_vfp, [...]): Set attribute "insn".Bernd Schmidt3-9/+62
2010-08-27genautomata.c (gen_regexp_repeat, [...]): Use the string found in vector elem...Bernd Schmidt2-5/+13
2010-08-27re PR fortran/45432 (gfortran.dg/allocate_alloc_opt_9.f90: Segfault due to in...Janus Weil2-0/+9
2010-08-27Improve floating point conversions on powerpcMichael Meissner16-209/+1183
2010-08-27re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert10-29/+236
2010-08-27gengtype.c (output_type_enum): Test the right union member.Basile Starynkevitch2-1/+7
2010-08-27re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus154-281/+3230
2010-08-27re PR fortran/45420 ([OOP] polymorphic TBP call in a CLASS DEFAULT clause)Janus Weil4-0/+96
2010-08-27stl_iterator_base_types.h: Fix doxygen warning.Benjamin Kosnik2-1/+11
2010-08-27re PR target/41484 (Please add memory forms of pmovzx* (SSE4.1))Uros Bizjak2-229/+55
2010-08-27Fix long linesEric Botcazou1-4/+6
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle2-0/+31
2010-08-27mips-protos.h (mips_function_arg_advance): DeleteNathan Froyd4-38/+29
2010-08-27rs6000.h (FUNCTION_ARG, [...]): Delete.Nathan Froyd4-58/+65
2010-08-27arm.md (enabled): Test the value of arch_enabled rather than just using it.Ramana Radhakrishnan2-4/+11
2010-08-27re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig4-15/+44
2010-08-27scop-1.c: Fix out-of-bound array accesses.Richard Guenther5-5/+12
2010-08-27dse.c (group_info.base_mem, [...]): Use BLKmode to cover all the possible off...Olivier Hainque6-4/+67
2010-08-27re PR fortran/43217 (Output of Hollerith constants which are not a multiple o...Jerry DeLisle5-9/+30
2010-08-27Fix building ecjx in cross compile mode.Dmitrijs Ledkovs8-5/+33
2010-08-27Daily bump.GCC Administrator1-1/+1
2010-08-26re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft12-105/+282
2010-08-26* system.h [HAVE_INTTYPES_H]: Include inttypes.h.Rainer Orth2-1/+8
2010-08-26re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jakub Jelinek7-11/+63
2010-08-26thr-init-2.c: Use dg-add-options tls.Rainer Orth4-0/+9
2010-08-26fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth2-2/+8
2010-08-26re PR tree-optimization/45255 (internal compiler error: verify_stmts failed w...Richard Guenther2-2/+7
2010-08-26scop-0.c: Fix out-of-bound array accesses.Richard Guenther3-2/+7
2010-08-26vect-64.c: Fix out-of-bound array accesses.Richard Guenther8-12/+22
2010-08-26re PR fortran/41859 (ICE on invalid expression involving DT with pointer comp...Jerry DeLisle2-0/+14
2010-08-26Daily bump.GCC Administrator1-1/+1
2010-08-25re PR rtl-optimization/44858 (likely integer wrong code bug)Jakub Jelinek4-1/+87
2010-08-25re PR rtl-optimization/45400 (XBMC AudioEngine Compilation C++ Internal Compi...Jakub Jelinek4-1/+37
2010-08-25arm.c (arm_issue_rate): Return 2 for Cortex-A5.Julian Brown4-2/+309
2010-08-25alias.c (get_alias_set): Assign a single alias-set to all pointers.Richard Guenther7-89/+73
2010-08-25trans-decl.c (gfc_build_intrinsic_function_decls): Set TREE_NOTHROW on fndecl...Jakub Jelinek2-1/+47
2010-08-25combine.c (find_split_point): Undo canonicalization of multiply-add to (minus...Bernd Schmidt4-0/+48
2010-08-25re PR middle-end/45355 (FAIL: gcc.c-torture/compile/pr43164.c)Bernd Schmidt2-1/+7
2010-08-25re PR tree-optimization/44562 (ICE: in get_alias_set, at alias.c:716 with -fl...Richard Guenther6-5/+96
2010-08-25re PR middle-end/45316 (ICE: verify_flow_info failed: BB 3 can not throw but ...Richard Guenther4-0/+41
2010-08-25re PR middle-end/45393 (ICE in redirect_eh_edge_1, at tree-eh.c:2135)Richard Guenther4-8/+64
2010-08-25re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)Richard Guenther2-0/+11
2010-08-25re PR tree-optimization/45059 (error: invalid operands in binary operation, l...Jakub Jelinek4-0/+40
2010-08-25vmull / vmovl support for Neon.Tejas Belagod6-2/+301