aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-28runtime: move osinit to GoIan Lance Taylor30-739/+494
2019-08-28re PR fortran/91551 (ICE in sort_actual, at fortran/intrinsic.c:4193)Steven G. Kargl4-22/+49
2019-08-28PR c++/91360 - Implement C++20 P1143R2: constinit.Marek Polacek28-17/+556
2019-08-28re PR fortran/91565 (ICE in gfc_simplify_reshape, at fortran/simplify.c:6707 ...Steven G. Kargl4-3/+59
2019-08-28re PR fortran/91564 (ICE in gimplify_expr, at gimplify.c:14147)Steven G. Kargl4-0/+43
2019-08-28Add .clangd and compile_commands.json to .gitignore.Martin Liska2-0/+7
2019-08-28compiler: handle unsafe conversion expression in escape analysisIan Lance Taylor2-1/+10
2019-08-28[Preprocessor] small cleanupsNathan Sidwell5-16/+36
2019-08-28compiler, runtime: provide index information on bounds check failureIan Lance Taylor10-223/+739
2019-08-28PR tree-optimization/91457 - inconsistent warning for writing past the end of...Martin Sebor10-45/+1365
2019-08-28PR driver/80545 - option -Wstringop-overflow not recognized by FortranMartin Sebor2-1/+9
2019-08-28* config/i386/i386-features.cUros Bizjak2-3/+11
2019-08-28[PR 91468] Small fixes in ipa-cp.c and ipa-prop.cMartin Jambor3-15/+17
2019-08-28[PR c++/90613] Fix using-decl debug bloatNathan Sidwell4-16/+36
2019-08-28i386-features.c (convert_scalars_to_vector): Do not add the MD problem.Richard Biener2-1/+5
2019-08-28Stated standards in documentationMark Eggleston2-168/+178
2019-08-28re PR middle-end/89544 (Argument marshalling incorrectly assumes stack slots ...Bernd Edlinger2-0/+19
2019-08-28expr.c (expand_assignment): Handle misaligned DECLs.Bernd Edlinger8-5/+73
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek2-12/+0
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek5-4/+40
2019-08-28Remove code leftover that has never been used.Martin Liska2-5/+6
2019-08-28PR c++/81676 - bogus -Wunused warnings in constexpr if.Marek Polacek5-0/+125
2019-08-28PR c++/91428 - warn about std::is_constant_evaluated in if constexpr.Marek Polacek6-1/+101
2019-08-28Daily bump.GCC Administrator1-1/+1
2019-08-27PR tree-optimization/91567 - Spurious -Wformat-overflow warnings building gli...Martin Sebor6-5/+101
2019-08-27tree-ssa-strlen.c (printf_strlen_execute): Initialize the loop optimizer and ...Jeff Law4-7/+122
2019-08-27re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf10-2/+238
2019-08-27sse4_1-round-roundeven-1.c (dg-options): Add -mfpmath=sse.Uros Bizjak3-2/+8
2019-08-27re PR target/91528 (ICE in ix86_expand_prologue at i386.c:7844 since r274481)Uros Bizjak4-0/+54
2019-08-27re PR c++/83431 (-Wformat-truncation may incorrectly report truncation)Martin Sebor2-5/+11
2019-08-27Options documentation fixes.Mark Eggleston2-26/+36
2019-08-27libgo: rebuild runtime.inc if mkruntimeinc.sh changesIan Lance Taylor3-5/+7
2019-08-27Share a prevailing name for remove debug info symbols w/ LTO.Martin Liska2-22/+56
2019-08-272019-08-27 Richard Biener <rguenther@suse.de>Richard Biener3-83/+119
2019-08-27re PR c++/91415 (Invalid warning for C++17 sequencing of shift operator E1<<E2.)Jakub Jelinek4-1/+45
2019-08-27re PR testsuite/91549 (gcc.dg/wrapped-binop-simplify.c fails starting with r2...Robin Dapp2-1/+6
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek19-2/+44
2019-08-27[arm/aarch64] Add comments warning that stack-protector initializer insns sho...Richard Earnshaw3-3/+13
2019-08-27Fix new clang warnings.Martin Liska5-2/+65
2019-08-27Daily bump.GCC Administrator1-1/+1
2019-08-26re PR fortran/91390 (treatment of extra parameter in a subroutine call)Thomas Koenig6-7/+35
2019-08-26compiler: generalize cleanup of unresolved placeholder pointer typesIan Lance Taylor3-10/+11
2019-08-26i386.c (emit_i387_cw_initialization): Fix masking operand value.Uros Bizjak2-2/+7
2019-08-26PR tree-optimization/83431 - -Wformat-truncation may incorrectly report trunc...Martin Sebor77-631/+2264
2019-08-26* decl.c (duplicate_decls): Always merge DECL_DECLARED_CONSTEXPR_P.Jason Merrill3-3/+11
2019-08-26* ChangeLog: Fix roundeven entry.Uros Bizjak1-2/+2
2019-08-26PR c++/91545 - ICE in constexpr store evaluation.Marek Polacek4-3/+19
2019-08-26i386-features.c (general_remove_non_convertible_regs): Remove.Richard Biener2-62/+6
2019-08-26i386: Roundeven expansion for SSE4.1+Tejas Joshi10-9/+99
2019-08-26Builtin function roundeven folding implementationTejas Joshi11-6/+221