aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-02PR c++/99251 - inconsistent -Wnonnull warning behaviour with dynamic_castMartin Sebor5-32/+63
2021-03-02dwarf2out: Fix up split-dwarf .debug_macro handling [PR99319]Jakub Jelinek1-8/+21
2021-03-02Fix PR ada/99095Eric Botcazou2-1/+26
2021-03-02analyzer: remove dead codeMartin Liska1-5/+1
2021-03-02c++: Fix satisfaction of placeholder type constraints [PR96443]Patrick Palka8-104/+172
2021-03-02c++: Delay normalizing nested requirements until satisfactionPatrick Palka1-66/+72
2021-03-02c++: Some preparatory type canonicalization fixesPatrick Palka4-19/+39
2021-03-02c++: Avoid building garbage trees from tsubst_requires_exprPatrick Palka1-32/+14
2021-03-02IBM Z: arch14: New instrinsicsAndreas Krebbel14-1/+211
2021-03-02IBM Z: arch14: Add command line optionsAndreas Krebbel9-5/+59
2021-03-02vrp: Improve register_edge_assert_for [PR95757]Jakub Jelinek1-7/+15
2021-03-02IBM Z: Run mul-signed-overflow tests only on z14Andreas Krebbel2-2/+2
2021-03-01Fix __sprintfkf prototype in libgcc.Michael Meissner2-2/+2
2021-03-02Daily bump.GCC Administrator5-1/+70
2021-03-02Do not call Set_Cloned_Subtype on private typeEric Botcazou1-1/+1
2021-03-01dwarf2unwind : Force the CFA after remember/restore pairs [44107/48097].Iain Sandoe7-0/+42
2021-03-01s390: add exceptions for param modified by target pragmaMartin Liska2-0/+11
2021-03-01c++: Completeness of typedef structs [PR 99294]Nathan Sidwell6-23/+81
2021-03-01Fix ICE in compute_fn_summaryJan Hubicka1-4/+11
2021-03-01Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer -frounding-mathEric Botcazou3-25/+88
2021-03-01Daily bump.GCC Administrator7-1/+60
2021-02-28Update gcc de.po, sv.po.Joseph Myers2-1619/+1106
2021-02-28testsuite, coroutines : Mark final awaiters and co_await operators noexcept.Iain Sandoe3-10/+10
2021-02-28c++: Fix attr-lambda3.CJason Merrill1-1/+1
2021-02-28fortran: Fix up wording of 3 OpenMP diagnostic messages [PR99303]Jakub Jelinek1-4/+4
2021-02-28fortran: Replace double space in diagnostic with a single one [PR99300]Jakub Jelinek1-1/+1
2021-02-28typos: Fix various typos - mainly misspelled reference* [PR99304]Jakub Jelinek6-11/+12
2021-02-28Daily bump.GCC Administrator6-1/+39
2021-02-27c++: Allow GNU attributes before lambda -> [PR90333]Jason Merrill2-2/+13
2021-02-27Darwin : Update a disgnostic message [NFC].Iain Sandoe1-1/+2
2021-02-27libgomp, testsuite : Require alias support for PR96390 testcase.Iain Sandoe1-0/+1
2021-02-27libstdc++: Fix conversions from date types to integers [PR 99301]Jonathan Wakely1-2/+2
2021-02-27gcse, ipa-devirt: Use %wd/%wu instead of HOST_WIDE_INT_PRINT* in diagnostics ...Jakub Jelinek2-6/+4
2021-02-27Daily bump.GCC Administrator7-1/+221
2021-02-26analyzer: implement exploded_path copy ctorDavid Malcolm2-1/+9
2021-02-26Update gcc de.po.Joseph Myers1-645/+435
2021-02-26revert just-added duplicate fpic target requirementAlexandre Oliva3-3/+0
2021-02-26Add missing dg-require-effective-target fpic directives to powerpc testsOlivier Hainque9-0/+10
2021-02-26middle-end/99281 - avoid bitfield stores into addressable typesRichard Biener2-1/+38
2021-02-26c++: Implement P1102R2 - Down with ()!Jakub Jelinek2-35/+93
2021-02-26c++: Fix operator() lookup in lambdas [PR95451]Jakub Jelinek2-1/+37
2021-02-26c/99275 - fix missing space in diagnosticRichard Biener1-1/+1
2021-02-25c++: Fix class NTTP constness handling [PR98810]Jason Merrill2-9/+24
2021-02-25rs6000: Fix ICE in rs6000_init_builtins when compiling with -mcpu=440 [PR99279]Peter Bergner1-3/+3
2021-02-25Optimize pcrel access of globalsAaron Sawdey26-9/+2042
2021-02-25[PATCH v4 1/2] MIPS: unaligned load: use SImode for SUBREG if OK (PR98996) [P...YunQiang Su2-1/+13
2021-02-25builtins: Fix typos in warn_for_access [PR99278]Marek Polacek1-3/+3
2021-02-25libgo: ensure memmove, memset 8 byte atomicity on ppc64xLynn Boger7-7/+144
2021-02-25analyzer: eliminate dedupe_candidate [PR96374]David Malcolm4-206/+244
2021-02-25c++: abbreviated function template return type rewriting [PR98990]Patrick Palka3-31/+52