aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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 Sebor26-67/+2524
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-03PR fortran/95342 - ICE in gfc_match_subroutine, at fortran/decl.c:7913Harald Anlauf2-0/+22
2020-12-03fix __builtin___clear_cache overrider falloutAlexandre Oliva2-1/+8
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-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 Taylor6-2483/+4171
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
2020-12-03aarch64: Add +flagm to -marchPrzemyslaw Wirkus3-1/+10
2020-12-03testsuite: Add testcase for already fixed PR [PR98104]Jakub Jelinek1-0/+20
2020-12-03Optimize vpsubusw compared to 0 into vpcmpleuw or vpcmpnleuw [PR96906]liuhongt3-1/+107
2020-12-03Fix incorrect replacement of vmovdqu32 with vpblendd which can cause fault.liuhongt14-47/+263
2020-12-02c++: Push parms when late parsing default argsJason Merrill2-6/+37
2020-12-02c++: Fix late-parsed default arg contextJason Merrill3-1/+21
2020-12-03Add popcount<mode> expander to enable popcount auto vectorization under AVX51...Hongyu Wang5-0/+188
2020-12-02introduce overridable clear_cache emitterAlexandre Oliva17-66/+159
2020-12-02options.exp: unsupport tests that depend on missing languageAlexandre Oliva1-0/+5
2020-12-02Adjust tests even more to avoid ILP32 failures after r11-5622 (PR middle-end/...Martin Sebor3-31/+25
2020-12-03tree-ssa-threadbackward.c (profitable_jump_thread_path): Do not allow __built...Ilya Leoshkevich2-1/+52
2020-12-03Daily bump.GCC Administrator4-1/+504
2020-12-02c++: Treat OPAQUE_TYPE types as an aggregate type [PR97947]Peter Bergner2-0/+13
2020-12-03dwarf2out: Fix up add_scalar_info not to create invalid DWARFJakub Jelinek1-1/+12
2020-12-03c++: Implement LWG3396 Clarify point of reference for source_location::curren...Jakub Jelinek9-15/+500
2020-12-02rtl-optimization: Fix data flow maintenance bug in reg-stack.c [pr97777]qing zhao2-1/+11
2020-12-02c++: Give better placeholder diagnosticJason Merrill3-1/+24
2020-12-02c++: Improve init handlingJason Merrill1-3/+11
2020-12-02c++: typename_type structural comparisonNathan Sidwell3-12/+19
2020-12-02c++: Fix ICE with inline variable in template [PR97975]Marek Polacek4-6/+27
2020-12-02c++: Fix tsubst ICE with invalid code [PR97993, PR97187]Marek Polacek3-0/+28
2020-12-02C++: Module-specific tree flagsNathan Sidwell1-5/+57