aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-18Allow HOST_WIDE_INT for option variable.H.J. Lu8-17/+114
2011-08-18Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)Rainer Orth11-10/+161
2011-08-182011-08-18 Peter Collingbourne <peter@pcc.me.uk>Peter Collingbourne2-2/+7
2011-08-18re PR target/50009 (Segmentation fault in tree_nop_conversion)Jakub Jelinek4-3/+17
2011-08-18re PR target/50092 (internal compiler error: in elimination_costs_in_insn, at...Jakub Jelinek4-2/+26
2011-08-18re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus4-10/+39
2011-08-18re PR debug/50017 (-fcompare-debug failure)Jakub Jelinek4-2/+38
2011-08-18* g++.dg/plugin/decl_plugin.c: Include diagnostic.h.Jakub Jelinek2-0/+5
2011-08-18arm.c (arm_rtx_costs_1): Don't modify the costs of SET.Richard Sandiford2-0/+11
2011-08-18bpabi-lib.h (RENAME_LIBRARY_SET): Delete.Richard Sandiford2-6/+4
2011-08-18tree.h (tree_int_cst_msb): Remove.Richard Guenther4-33/+21
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford47-264/+403
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford23-86/+141
2011-08-18rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford6-8/+35
2011-08-18expr.c (get_inner_reference): Fix typo in last change.Richard Guenther2-1/+5
2011-08-18re PR tree-optimization/49963 (ICE: in abs_hwi, at hwint.c:108)Paolo Carlini6-8/+28
2011-08-18expr.c (get_inner_reference): Sign-extend the constant twos-complement offset...Richard Guenther3-14/+34
2011-08-18PR c++/45625 - Template parm name doesn't hide outer class scope's member nameDodji Seketeli4-2/+37
2011-08-18Daily bump.GCC Administrator1-1/+1
2011-08-17re PR target/50068 (Invalid memory access in incr_ticks_for_insn)Kaz Kojima2-4/+5
2011-08-17re PR fortran/31461 (warn about entities in USE, ONLY statement not later used)Tobias Burnus5-4/+58
2011-08-17tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther24-90/+133
2011-08-17re PR target/43597 (Move and compare with 0 can be combined)Tom de Vries2-0/+33
2011-08-17re PR target/50090 (ARM EABI symbols in libgcc.a have default visibility)Richard Sandiford2-3/+8
2011-08-17re PR fortran/50070 (Segmentation fault at size_binop_loc in fold-const.c)Janus Weil4-9/+38
2011-08-17Daily bump.GCC Administrator1-1/+1
2011-08-16re PR c++/50086 ([C++0x] Error on lookup of template function address with va...Jason Merrill4-20/+32
2011-08-16* g++.old-deja/g++.brendan/README: Add R.I.P.Jason Merrill2-0/+3
2011-08-16pt.c (instantiate_class_template_1): If DECL_PRESERVE_P is set on a member fu...Jason Merrill5-0/+36
2011-08-16re PR c++/50054 (Fails to recover from type error in function signature)Jason Merrill4-0/+25
2011-08-16re PR fortran/50094 (FAIL: gfortran.dg/coarray_6.f90)Tobias Burnus2-1/+7
2011-08-16spu.c (spu_emit_branch_or_set): Avoid reverse tests when generating an intege...Ulrich Weigand2-1/+29
2011-08-16spu.h (LEGITIMIZE_RELOAD_ADDRESS): New macro.Ulrich Weigand4-2/+68
2011-08-16m32c.h (PREFERRED_RELOAD_CLASS, [...]): Remove macro.Anatoly Sokolov4-12/+30
2011-08-16* config/i386/mingw32.h (GOMP_SELF_SPEC): Add -pthread option.Kai Tietz2-1/+6
2011-08-16re PR tree-optimization/50082 (-Wstrict-overflow mishandles typedef)Richard Guenther2-26/+32
2011-08-16ggc.h (ggc_alloc_rtvec_sized): Use ggc_alloc_zone_rtvec_def instead of ggc_al...Andreas Schwab2-5/+9
2011-08-16tree.h (ptrofftype_p): New helper function.Richard Guenther6-12/+30
2011-08-16ggc.h (ggc_alloc_rtvec_sized): Change arguments of ggc_alloc_zone_vec_rtvec_def.Liang Wang2-2/+8
2011-08-16tree-vrp.c (extract_range_from_multiplicative_op_1): New helper factored out ...Richard Guenther2-149/+218
2011-08-16Remove entry for gofrontend directory which should not be here.Ian Lance Taylor1-6/+0
2011-08-16Daily bump.GCC Administrator1-1/+1
2011-08-15Only run g++.dg/opt/life1.C on Linux.H.J. Lu2-1/+6
2011-08-15fix Change logXinliang David Li2-5/+5
2011-08-15LINEMAP_POSITION_FOR_COLUMN had the exact same effect as linemap_position_for...Gabriel Charette6-26/+16
2011-08-15resolve.c (resolve_symbol): Fix coarray result-var check.Tobias Burnus4-24/+111
2011-08-15re PR debug/50006 (ICE in in connect_traces, at dwarf2cfi.c:2677)Richard Henderson4-3/+18
2011-08-15Fix typo last changeHans-Peter Nilsson1-1/+1
2011-08-15re PR tree-optimization/50082 (-Wstrict-overflow mishandles typedef)Richard Guenther2-1/+10
2011-08-15tree-vrp.c (value_range_nonnegative_p): Fix anti-range case.Richard Guenther2-121/+77