aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2020-12-16c++: Another solaris header use [PR 98315]Nathan Sidwell2-7/+4
2020-12-16c++: Fix template parm ICE [PR 98297]Nathan Sidwell1-1/+3
2020-12-16c++: Fix offsetof use [PR 98232]Nathan Sidwell1-1/+1
2020-12-16C++: Fix solaris header use (mk 2)Nathan Sidwell1-0/+6
2020-12-16c++: Fix detailed-mem-stat breakageNathan Sidwell1-22/+25
2020-12-16c++: Fix (some) solaris breakageNathan Sidwell1-0/+9
2020-12-16Daily bump.GCC Administrator1-0/+22
2020-12-15c++: Fix return type deduction during satisfactionPatrick Palka1-2/+4
2020-12-15c++: Modules Is LandingNathan Sidwell1-47/+19715
2020-12-15c++: module mapperNathan Sidwell4-1/+448
2020-12-15c++: module-related tweakNathan Sidwell1-2/+2
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