aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-15re PR tree-optimization/50058 (FAIL: g++.dg/tree-ssa/pr41186.C)Richard Guenther2-5/+10
2011-08-15re PR target/50022 ("incorrect condition in IT block" when building mozilla c...Ramana Radhakrishnan9-91/+260
2011-08-15vrp61.c: : Use -fdump-tree-vrp1-nouid instead of -fdump-tree-vrp1.Hans-Peter Nilsson2-1/+6
2011-08-15*: Image and image filename changes.Benjamin Kosnik133-0/+20084
2011-08-15make_graph_test_infos.xml: Edit.Benjamin Kosnik161-19765/+584
2011-08-15Daily bump.GCC Administrator1-1/+1
2011-08-14i386.c (ix86_expand_round_sse4): New function.Uros Bizjak4-106/+165
2011-08-14module.c (use_iso_fortran_env_module): Spell 'referrenced' correctly.Steven G. Kargl2-1/+5
2011-08-14mmix.c (TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Redefine as mmix_preferred_out...Anatoly Sokolov2-1/+6
2011-08-14configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.Yao Qi3-2/+7
2011-08-14re PR fortran/50073 (gfortran must not accept function name when result name ...Janus Weil4-10/+55
2011-08-14re PR target/49903 ([avr] Redundant comparisons in binary-search switch/case ...Georg-Johann Lay3-75/+294
2011-08-14re PR c++/50075 ([C++0x] ICE related to parameter deduction and initializer_l...Jason Merrill6-1/+31
2011-08-14Daily bump.GCC Administrator1-1/+1
2011-08-13re PR c++/50059 ([C++0x] Broken error message with __builtin_remquo & constexpr)Jason Merrill4-0/+21
2011-08-13decl.c (grok_reference_init): Handle constexpr here.Jason Merrill3-6/+11
2011-08-13Fix bug in vtable initializationDavid Li4-2/+40
2011-08-13Daily bump.GCC Administrator1-1/+1
2011-08-12re PR c++/50034 (Overload selection failure within class template)Jason Merrill4-2/+15
2011-08-12re PR rtl-optimization/49994 (ICE: in maybe_record_trace_start, at dwarf2cfi....Richard Henderson6-2/+90
2011-08-12Fix changelogRichard Sandiford1-1/+1
2011-08-12re PR bootstrap/50047 (Revision 177670 failed to bootstrap)Paolo Bonzini2-3/+10
2011-08-12Fix PR target/48328 part 1Ramana Radhakrishnan2-1/+7
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo23-804/+848
2011-08-12builtins.c (expand_builtin_memcmp): Do not use cmpstrnsi pattern.Nick Clifton3-27/+29
2011-08-12md5.c (md5_read_ctx): Handle mis-aligned resbuf pointer.Steve Ellcey2-6/+14
2011-08-12cmath (fmod(_Tp, _Up)): Add.Paolo Carlini3-2/+26
2011-08-12builtins.def (BUILT_IN_ICEIL{,F,L}, [...]): New builtin definitions.Uros Bizjak8-8/+251
2011-08-12tree-vrp.c (extract_range_from_unary_expr_1): Implement -X as 0 - X.Richard Biener2-61/+13