aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-04doc/implement-c.texi: About same-as-scalar-type volatile aggregate accesses, ...Hans-Peter Nilsson1-0/+5
2020-12-04gimple: Return fnspec only for replaceable new/delete operators called from n...Jakub Jelinek2-1/+27
2020-12-04i386: Add combine splitters to allow combining multiple insns into reg1 = con...Jakub Jelinek2-0/+48
2020-12-04fold-const: Don't use build_constructor for non-aggregate types in native_enc...Jakub Jelinek2-4/+37
2020-12-04c++: Revert dependent-array changes [PR 98116]Nathan Sidwell5-49/+30
2020-12-04c++: Module API declarationsNathan Sidwell1-0/+97
2020-12-04debug: Fix another vector DECL_MODE ICE [PR98100]Jakub Jelinek2-2/+14
2020-12-04dwarf: Add -gdwarf{32,64} optionsJakub Jelinek4-95/+121
2020-12-04testsuite: use param for if-to-switch testsMartin Liska3-3/+3
2020-12-04Add target selector to gcc.dg/pr98099.cEric Botcazou1-1/+1
2020-12-04Refactor -frecord-gcc-switches.Martin Liska8-391/+166
2020-12-04Fix checking failure in IPA-SRAEric Botcazou5-1/+53
2020-12-04Document missing params.Martin Liska2-8/+44
2020-12-04c++: Change __builtin_source_location to use __PRETTY_FUNCTION__ instead of _...Jakub Jelinek7-31/+27
2020-12-04Daily bump.GCC Administrator8-1/+492
2020-12-03c++: XFAIL testcase for PR98019Jason Merrill1-0/+1
2020-12-03c++: Fix bootstrap on 32-bit hosts [PR91828]Jason Merrill1-2/+4
2020-12-03Add support for detecting mismatched allocation/deallocation calls.Martin Sebor27-69/+2530
2020-12-03c++: Exported using declsNathan Sidwell2-7/+25
2020-12-03c++: uninstantiated template friendsNathan Sidwell2-1/+20
2020-12-03Go testsuite: update new tests to version in source repoIan Lance Taylor23-59/+50
2020-12-03PowerPC: PR libgcc/97543 and libgcc/97643, fix long double issuesMichael Meissner1-0/+22
2020-12-03PR fortran/95342 - ICE in gfc_match_subroutine, at fortran/decl.c:7913Harald Anlauf2-0/+22
2020-12-03libstdc++: Fix typos in #error stringsJonathan Wakely2-4/+4
2020-12-03fix __builtin___clear_cache overrider falloutAlexandre Oliva2-1/+8
2020-12-03libstdc++: Update C++20 library implementation statusJonathan Wakely3-21/+15
2020-12-03libtdc++: Define std::source_location for C++20JeanHeyd Meneide9-0/+454
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely4-0/+123
2020-12-03Go testsuite: add a bunch of new tests from source repoIan Lance Taylor112-0/+3339
2020-12-03go-test.exp: add -I. when compiling in directoryIan Lance Taylor1-5/+5
2020-12-03c++: Add testcase for PR98019Jason Merrill1-0/+10
2020-12-03testsuite: update existing Go tests to source repoIan Lance Taylor582-10318/+4741
2020-12-03RTEMS: Add Cortex-R52 multilibSebastian Huber1-2/+3
2020-12-03libstdc++: Update powerpc-linux baselines for GCC 10.1Jonathan Wakely2-0/+34
2020-12-03libstdc++: Disable std::array assertions for C++11 constexprJonathan Wakely4-11/+48
2020-12-03c++: templatey type creationNathan Sidwell3-11/+26
2020-12-03i386: Fix up ix86_md_asm_adjust for TImode [PR98086]Uros Bizjak2-30/+25
2020-12-03c++: Testcases [PR 98115]Nathan Sidwell2-0/+33
2020-12-03compiler: cast comparison function result to expected bool typeIan Lance Taylor3-6/+49
2020-12-03compiler: defer to middle-end for complex divisionIan Lance Taylor9-2543/+4176
2020-12-03IBM Z: Fix mode in probe_stack patternAndreas Krebbel2-3/+13
2020-12-03c++: Fix array type dependency [PR 98107]Nathan Sidwell1-0/+10
2020-12-03aarch64: Don't fold svundef* at the gimple levelRichard Sandiford2-11/+12
2020-12-03Fix PR middle-end/98099Eric Botcazou2-1/+14
2020-12-03Fix PR middle-end/98082Eric Botcazou2-2/+18
2020-12-03c++: Add __builtin_bit_cast to implement std::bit_cast [PR93121]Jakub Jelinek22-52/+1264
2020-12-03c++: consteval-defarg1.C test variant for templatesJakub Jelinek1-0/+29
2020-12-03tree-ssa-threadedge.c (record_temporary_equivalences_from_stmts_at_dest): Do ...Ilya Leoshkevich1-0/+6
2020-12-03Fix division by 0 in printf_strlen_execute when dumpingIlya Leoshkevich1-1/+1
2020-12-03RISC-V: Canonicalize --with-archKito Cheng3-75/+111