aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-04-06Update gcc sv.po.Joseph Myers1-310/+212
2021-04-06c++: access checking in aggregate initialization [PR96673]Jason Merrill2-0/+35
2021-04-06c++: C++17 constexpr static data member linkage [PR99901]Jason Merrill2-4/+54
2021-04-06d: Fix missing call to va_end in getMatchError [PR99917]Iain Buclaw2-1/+2
2021-04-06d: Use Array::find to get index of elementIain Buclaw1-18/+10
2021-04-06d: Increment gaggedWarnings if warning or deprecation message was suppressedIain Buclaw1-0/+4
2021-04-06d: Merge upstream dmd 5cc71ff83, druntime 1134b710Iain Buclaw11-88/+290
2021-04-06[PR99781] Update correctly reg notes in LRA for multi-registers and set up bi...Vladimir N. Makarov3-24/+62
2021-04-06C-SKY: Describe ck802 bypass accurately.Xianmiao Qu1-2/+6
2021-04-06x86: Update memcpy/memset inline strategies for Skylake family CPUsH.J. Lu8-12/+93
2021-04-06tree-optimization/99880 - avoid vectorizing irrelevant PHI backedge defsRichard Biener2-0/+23
2021-04-06c++: Simplify va_arg testNathan Sidwell2-28/+2
2021-04-06testsuite: Fix up pr96573.c on aarch64 [PR96573]Jakub Jelinek1-1/+1
2021-04-06tree-optimization/99924 - visit permute nodes again when partitioningRichard Biener2-1/+13
2021-04-06testsuite: Fix up g++.dg/ext/vector40.C testJakub Jelinek1-0/+1
2021-04-06arm: Fix PCS for SFmode -> SImode libcalls [PR99748]Alex Coplan1-0/+4
2021-04-06c++: mangling of lambdas in default args [PR91241]Jason Merrill2-9/+13
2021-04-05c++: placeholder type constraint in structured binding [PR99899]Patrick Palka3-8/+54
2021-04-06Daily bump.GCC Administrator6-1/+166
2021-04-05c++: -Wunused, constant, and generic lambda [PR96311]Jason Merrill2-0/+21
2021-04-05c++: reinterpret_cast from prvalue to rvalue ref [PR98440]Jason Merrill4-14/+10
2021-04-05c++: enum in generic lambda in template [PR95317]Jason Merrill2-1/+12
2021-04-05c++: lambda in DMI in class template [PR95870]Jason Merrill2-0/+25
2021-04-05Fix small regression with -fdump-ada-specEric Botcazou1-18/+21
2021-04-05c++: Unneeded export query [PR 99380]Nathan Sidwell1-27/+39
2021-04-05analyzer: fix ICE on zero-arg calls passed to __attribute__((nonnull)) [PR 99...David Malcolm3-2/+6
2021-04-05analyzer: fix apparent hang with -fanalyzer-verbosity=0 [PR analyzer/99886]David Malcolm2-3/+26
2021-04-05c++: extern template and static data member [PR99066]Jason Merrill2-1/+21
2021-04-05c++: constexpr if and nested generic lambda [PR99201]Jason Merrill2-1/+36
2021-04-05c++: Fix print-tree for TEMPLATE_DECLJason Merrill1-9/+9
2021-04-05d: Use weak linkage for template symbols instead of gnu.linkonce (PR99914)Iain Buclaw8-72/+94
2021-04-04Trivial testsuite fixes for nios2-elf.Sandra Loosemore2-2/+2
2021-04-05Daily bump.GCC Administrator3-1/+11
2021-04-03c++: array new initialized from a call [PR99643]Jason Merrill2-3/+9
2021-04-04Daily bump.GCC Administrator6-1/+133
2021-04-04d: Merge upstream dmd 3b808e838, druntime 483bc129, phobos f89dc217aIain Buclaw144-2371/+5904
2021-04-03initialize pr94314-3.C counterAlexandre Oliva1-1/+1
2021-04-03silence expected psabi warning in ipa-sra-19 on ppc-vxworksAlexandre Oliva1-1/+1
2021-04-03c++: GC during late parsing collects live data [PR91416]Marek Polacek2-0/+25
2021-04-03Darwin : Fix out-of-bounds access to df_regs_ever_live.Iain Sandoe1-2/+3
2021-04-03Darwin : Fix whitespace and delete unused code (NFC).Iain Sandoe1-20/+14
2021-04-03Fortran: Fix ICE on wrong code [PR99818].Paul Thomas2-4/+34
2021-04-03bswap: Fix up bswap_view_convert after the recent change [PR99882]Jakub Jelinek2-1/+47
2021-04-03dse: Fix up hard reg conflict checking in replace_read [PR99863]Jakub Jelinek2-6/+38
2021-04-03rs6000: Avoid -fpatchable-function-entry* regressions on powerpc64 be [PR98125]Jakub Jelinek4-12/+58
2021-04-03c++: NRV in lambda in template [PR91217]Jason Merrill2-2/+27
2021-04-03c++: PMF template parm and noexcept [PR90664]Jason Merrill2-0/+27
2021-04-03c++: dependent attribute on parameter [PR97900]Jason Merrill2-60/+21
2021-04-03Daily bump.GCC Administrator4-1/+68
2021-04-02c++: placeholder type constraint inside range-for [PR99869]Patrick Palka2-1/+13