aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-01-29PR c++/69462: Provide FLT_EVAL_METHOD and DECIMAL_DIG in float.h.Jonathan Wakely2-1/+8
2016-01-29re PR c++/69509 (infinite loop compiling a VLA in a recursive constexpr funct...Marek Polacek7-31/+81
2016-01-29re PR middle-end/69537 (Incorrect -Wmaybe-uninitialized warning with enum var...Richard Biener4-1/+45
2016-01-29PR69545: revert patchSebastian Pop2-5/+21
2016-01-29Fix cp_binding_level reuse logicPatrick Palka2-1/+7
2016-01-29Daily bump.GCC Administrator1-1/+1
2016-01-28re PR pch/68176 (all pch tests fail on eglibc systems (with bits/predefs.h))Jakub Jelinek2-1/+8
2016-01-28re PR target/69459 (wrong code with -O2 and vector arithmetics @ x86_64)Uros Bizjak6-39/+109
2016-01-28re PR target/68400 (ICE in change_address_1, at emit-rtl.c:2125)Steve Ellcey3-0/+35
2016-01-28re PR target/68400 (ICE in change_address_1, at emit-rtl.c:2125)Steve Ellcey2-3/+17
2016-01-28PR target/17381 - Unnecessary register move for float extendMartin Sebor2-0/+27
2016-01-28re PR middle-end/69542 (-fcompare-debug failure in simplify-rtx.c on i?86 sin...Jakub Jelinek4-1/+49
2016-01-28rs6000.c (output_cbranch): Don't statically predict branches if using guessed...Pat Haugen2-3/+9
2016-01-28Fix optimize_isl dumpH.J. Lu2-2/+5
2016-01-28re PR target/69305 (wrong code with -O and int128 @ aarch64)Richard Henderson9-111/+273
2016-01-28make debug comment more explicitAbderrazek Zaafrani2-2/+14
2016-01-28remove out of sync commentsSebastian Pop2-354/+89
2016-01-28use codegen_error_pSebastian Pop2-24/+40
2016-01-28assert instead of silently failing code genSebastian Pop2-20/+11
2016-01-28* tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.Jason Merrill3-4/+7
2016-01-28A recent change added UNSPEC to the CCMP patterns to stop combine optimizing ...Wilco Dijkstra4-2/+11
2016-01-28re PR c++/67407 (ice in friend_accessible_p)Jason Merrill4-82/+78
2016-01-28* directives.c (destringize_and_run): Adjust prototype.Jakub Jelinek2-1/+6
2016-01-28pr65980.c: Skip on AIX.David Edelsohn3-1/+7
2016-01-28re PR target/63679 ([AArch64] Failure to constant fold.)David Edelsohn3-7/+13
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin5-33/+91
2016-01-28gigi.h (enum attr_type): Rename into...Eric Botcazou3-6/+13
2016-01-28Add support for vector permute cost since various permutes can expand into a ...Wilco Dijkstra3-1/+19
2016-01-28Several instructions disassemble a zero immediate as wzr/xzr due to using a r...Wilco Dijkstra2-6/+16
2016-01-28Added missing testcase of r232919.Andre Vehreschild1-0/+20
2016-01-28re PR fortran/62536 (ICE (segfault) for invalid END BLOCK statement)Andre Vehreschild4-3/+19
2016-01-28tree-vect-stmts.c (vectorizable_comparison): Add NULL check for vectype.Ilya Enkovich4-1/+24
2016-01-28re PR tree-optimization/69466 (ICE: Invalid PHI argument after vectorization ...Richard Biener4-5/+67
2016-01-28re PR pch/68758 (Invalid read of size 8 in gt_pch_save (ggc-common.c:551))Martin Liska2-4/+10
2016-01-28correct ChangeLogs for PR69422Paul Thomas2-2/+2
2016-01-28pr67989.C: Remove ARM-specific option.Thomas Preud'homme3-1/+87
2016-01-28Low-hanging C++-lexer speedup (PR c++/24208)Patrick Palka2-0/+26
2016-01-28Daily bump.GCC Administrator1-1/+1
2016-01-28pr68264.c: Disable log1p test for glibc < 2.22 and expm1 test for glibc < 2.11.Uros Bizjak2-2/+13
2016-01-27re PR fortran/69484 (documentation issue: -Wtabs and -Wall)Janus Weil2-1/+6
2016-01-27re PR rtl-optimization/69447 (wrong code with -O2 -fno-schedule-insns and mix...Richard Henderson4-34/+85
2016-01-27[multiple changes]Paul Thomas4-3/+48
2016-01-27Don't change stack_alignment_needed for __tls_get_addrH.J. Lu2-5/+7
2016-01-27rs6000: Put back the 's' output modifierSegher Boessenkool2-0/+12
2016-01-27re PR debug/66869 (-Wunused-function no longer warns for static declarations ...Jakub Jelinek4-4/+33
2016-01-27* testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.Jakub Jelinek2-0/+5
2016-01-27re PR tree-optimization/68398 (coremark regression due to r229685)Jeff Law11-30/+143
2016-01-27re PR c/68062 (ICE when comparing vectors)Marek Polacek6-0/+101
2016-01-27libcpp: use better locations for _Pragma tokens (preprocessor/69126)David Malcolm6-5/+51
2016-01-27compiler: Accept map composite literals with omitted key types.Ian Lance Taylor4-74/+116