aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-04install.texi (Prerequisites): Remove reference to Tcl 8.6 bug that was fixed ...Gerald Pfeifer2-4/+6
2019-08-04Daily bump.GCC Administrator1-1/+1
2019-08-03Daily bump.GCC Administrator1-1/+1
2019-08-02re PR fortran/90985 (Wrong error message with variables named "DATA*")Steven G. Kargl4-0/+32
2019-08-02Correct the PR number for 90297 to 90986.Steven G. Kargl2-2/+2
2019-08-02re PR fortran/90297 (gcc/fortran/resolve.c: 2 * possibly redundant code ?)Steven G. Kargl4-0/+35
2019-08-02Add future.md.Michael Meissner3-0/+523
2019-08-02rework Ada EH Machine_Occurrence deallocationAlexandre Oliva3-47/+316
2019-08-02re PR c++/56428 ([C++11] "is not a constant expression" when comparing non-ty...Marek Polacek2-0/+30
2019-08-02re PR c++/53009 (pointer to static member function of template class is “in...Marek Polacek2-0/+37
2019-08-02function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT check to u...Bernd Edlinger2-2/+6
2019-08-02re PR c++/77575 (Bogus error when alias template yielding a reference type us...Marek Polacek2-0/+12
2019-08-02function.c (assign_param_data_one): Remove unused data members.Bernd Edlinger2-2/+4
2019-08-02simd_pcs_attribute.c: New test.Steve Ellcey4-0/+62
2019-08-02omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to build_distin...Steve Ellcey2-6/+12
2019-08-02re PR tree-optimization/91201 (SIMD not generated for horizontal sum of bytes...Uros Bizjak4-0/+41
2019-08-02tree-ssa-loop-im: simplify casts in comparatorsAlexander Monakov2-4/+10
2019-08-02PR c++/91230 - wrong error with __PRETTY_FUNCTION__ and generic lambda.Marek Polacek4-1/+36
2019-08-02* gcc.dg/torture/pr91323.c: Also check comparison results.Uros Bizjak1-3/+3
2019-08-02invoke.texi (hot-bb-count-fraction): Rework description.Eric Botcazou4-23/+63
2019-08-02re PR target/91323 (LTGT rtx produces UCOMISS instead of COMISS)Uros Bizjak4-3/+65
2019-08-02vec.h (vec::sort): Add gcc_qsort_r support.Richard Biener3-8/+105
2019-08-02Properly detect working jobserver in gcc driver.Martin Liska4-1/+58
2019-08-02tree.c (handle_nodiscard_attribute): Do not warn about nodiscard applied to a...Paolo Carlini4-1/+22
2019-08-02Fix gcc.dg/torture/ssa-fre-{5,7}.c failure for avrSenthil Kumar Selvaraj3-0/+7
2019-08-02pr88140.c: Move to ...Uros Bizjak2-2/+2
2019-08-02re PR tree-optimization/91201 (SIMD not generated for horizontal sum of bytes...Jakub Jelinek7-0/+78
2019-08-02quadmath.h (M_Eq, [...]): Use two more decimal places.Jakub Jelinek2-14/+20
2019-08-02Mark DECL_SET_IS_OPERATOR_DELETE for user-provided delete operators.Martin Liska4-1/+52
2019-08-02Fix gcc.dg/torture/ssa-fre-6.c failure for avrSenthil Kumar Selvaraj2-0/+5
2019-08-02Check -shared is available for pr87906_0.CKito Cheng2-0/+5
2019-08-02Daily bump.GCC Administrator1-1/+1
2019-08-01PR c++/90947 - Simple lookup table of array of strings is miscompiledMartin Sebor10-2/+574
2019-08-01* cfgrtl.c (relink_block_chain): Add line returns in dump file.Eric Botcazou2-3/+7
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou4-40/+61
2019-08-01Fix comment about use of @pcrel@got.Michael Meissner2-1/+6
2019-08-01re PR tree-optimization/85693 (Generation of SAD (Sum of Absolute Difference)...Uros Bizjak5-1/+47
2019-08-01re PR c++/90590 (enumeration value not handled in switch warning for std::ios...Matthew Beliveau7-0/+56
2019-08-01mmx.md (vec_extractv2si_0): Add (r,x) alternative.Uros Bizjak2-12/+80
2019-08-01domwalk: use gcc_sort_rRichard Biener2-9/+13
2019-08-01sort.cc: introduce gcc_sort_rAlexander Monakov4-18/+89
2019-08-01PR c++/90805 - detect narrowing in case values.Marek Polacek6-12/+50
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland78-25/+3012
2019-08-01Fix pr89330_0.C testWilco Dijkstra2-0/+5
2019-08-01tree-ssa-pre.c (has_abnormal_preds): Remove global var.Richard Biener2-5/+6
2019-08-01Make-lang.in (lto.install-common): Remove unnecessary slash between $(DESTDIR...Bernd Edlinger2-1/+6
2019-08-01RISC-V: Fix testcase on rv64Kito Cheng2-1/+5
2019-08-01Daily bump.GCC Administrator1-1/+1
2019-07-31decl2.c (delete_sanity): Improve diagnostic locations, use cp_expr_loc_or_loc...Paolo Carlini4-7/+39
2019-07-31RISC-V: Raise error on unexpected ISA string at end.Maxim Blinov4-0/+22