aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-12-12Daily bump.GCC Administrator1-0/+24
2020-12-11c++: Avoid considering some conversion ops [PR97600]Jason Merrill1-1/+17
2020-12-11c++: Fix build with --enable-gather-detailed-mem-stats.Jason Merrill1-1/+1
2020-12-11c++: Final module preparationsNathan Sidwell5-4/+55
2020-12-11c++: Refactor final cleanupNathan Sidwell1-15/+6
2020-12-11Daily bump.GCC Administrator1-0/+130
2020-12-11c++: cp_tree_equal tweaksNathan Sidwell3-4/+27
2020-12-11c++: Module lang hook overridingNathan Sidwell5-1/+44
2020-12-11c++: name lookup API for modulesNathan Sidwell3-1/+443
2020-12-11c++: missing SFINAE with pointer subtraction [PR78173]Patrick Palka1-1/+1
2020-12-10c++: Add make_temp_override generator functionsJason Merrill4-6/+38
2020-12-10c++: modules & using-declsNathan Sidwell1-27/+149
2020-12-10c++: Name lookup for modulesNathan Sidwell4-56/+940
2020-12-10c++: modularize spelling suggestionsNathan Sidwell2-5/+74
2020-12-10c++: name-lookup refactoringNathan Sidwell1-81/+135
2020-12-10c++: Module-specific error and tree dumpingNathan Sidwell3-0/+86
2020-12-10c++: name-lookup cleanupsNathan Sidwell2-54/+53
2020-12-10Daily bump.GCC Administrator1-0/+75
2020-12-09c++: Module parsingNathan Sidwell3-6/+403
2020-12-09c++: Fix printing of decltype(nullptr) [PR97517]Marek Polacek1-0/+6
2020-12-09c++: Decl module-specific semantic processingNathan Sidwell6-15/+205
2020-12-09OpenMP: C/C++ parse 'omp allocate'Tobias Burnus1-1/+42
2020-12-09c++: Avoid [[nodiscard]] warning in requires-expr [PR98019]Jason Merrill1-0/+3
2020-12-09c++: Don't require accessible dtors for some forms of new [PR59238]Jason Merrill2-2/+2
2020-12-09Daily bump.GCC Administrator1-0/+106
2020-12-08c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]Marek Polacek1-1/+10
2020-12-08c++: Originating and instantiating moduleNathan Sidwell4-0/+66
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill4-27/+101
2020-12-08c++: Distinguish ambiguity from no valid candidateJason Merrill1-0/+4
2020-12-08Avoid atomic for guard acquire when that is expensiveBernd Edlinger1-4/+29
2020-12-08c++: template and clone fns for modulesNathan Sidwell3-20/+28
2020-12-08c++: Named module global initializersNathan Sidwell2-45/+92
2020-12-08c++: Fix MODULE_VERSION breakageNathan Sidwell2-1/+3
2020-12-08c++: Mangling for modulesNathan Sidwell3-3/+101
2020-12-08c++: module directive FSMNathan Sidwell3-1/+222
2020-12-08c++: Add module includesNathan Sidwell2-1/+55
2020-12-08openmp: -fopenmp-simd fixes [PR98187]Jakub Jelinek1-0/+3
2020-12-08Daily bump.GCC Administrator1-0/+23
2020-12-07c++: ICE with switch and scoped enum bit-fields [PR98043]Marek Polacek1-4/+13
2020-12-07c++: Adjust array type constructionNathan Sidwell2-12/+30
2020-12-07c++: check alias match for specializations [PR98116]Nathan Sidwell1-29/+32
2020-12-06Daily bump.GCC Administrator1-0/+56
2020-12-05c++: Normalize nested-requirements twice at parse time [PR97093]Patrick Palka1-15/+26
2020-12-05c++: Distinguish unsatisfaction vs errors during satisfaction [PR97093]Patrick Palka1-53/+102
2020-12-05c++: Fix constexpr access to union member through pointer-to-member [PR98122]Jakub Jelinek1-13/+51
2020-12-05Daily bump.GCC Administrator1-0/+39
2020-12-04c++: Fix deduction from auto template parameter [PR93083]Jason Merrill1-5/+7
2020-12-04vec: Simplify use with C++11 range-based 'for'.Jason Merrill3-7/+3
2020-12-04c++: Revert dependent-array changes [PR 98116]Nathan Sidwell4-49/+24
2020-12-04c++: Module API declarationsNathan Sidwell1-0/+97