aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2021-01-30Daily bump.GCC Administrator1-0/+20
2021-01-29c++: Fix unordered entity array [PR 98843]Nathan Sidwell1-11/+25
2021-01-28c++: Fix infinite looping with invalid operator [PR96137]Marek Polacek1-1/+3
2021-01-29Daily bump.GCC Administrator1-0/+25
2021-01-29c++: Fix -Weffc++ in templates [PR98841]Jakub Jelinek1-1/+9
2021-01-28c++: Fix up handling of register ... asm ("...") vars in templates [PR33661, ...Jakub Jelinek2-1/+19
2021-01-28c++: header unit template alias merging [PR 98770]Nathan Sidwell1-31/+36
2021-01-28Daily bump.GCC Administrator1-0/+8
2021-01-27c++: Dependent using enum [PR97874]Jason Merrill2-86/+99
2021-01-27Daily bump.GCC Administrator1-0/+18
2021-01-26c++: Invisible refs are not restrict [PR97474]Jason Merrill1-5/+1
2021-01-26c++: constexpr and empty fields [PR97566]Jason Merrill5-20/+36
2021-01-26Daily bump.GCC Administrator1-0/+11
2021-01-25PR c++/98646 - spurious -Wnonnull calling a member on the result of static_castMartin Sebor1-1/+8
2021-01-25c++: [[no_unique_address]] in empty base [PR98463]Jason Merrill1-2/+16
2021-01-24Daily bump.GCC Administrator1-0/+25
2021-01-23c++: private inheritance access diagnostics fix [PR17314]Anthony Sharp5-13/+98
2021-01-23c++: 'this' injection and static member functions [PR97399]Patrick Palka4-14/+16
2021-01-23Daily bump.GCC Administrator1-0/+35
2021-01-22c++: ICE with noexcept in class in member function [PR96623]Marek Polacek1-5/+5
2021-01-22c++: Fix base copy elision thinko [PR98744]Jason Merrill1-1/+1
2021-01-22c++: Fix up ubsan false positives on references [PR95693]Jakub Jelinek2-8/+9
2021-01-22c++: ICE when mangling operator name [PR98545]Marek Polacek1-3/+10
2021-01-21c++: ICE with delayed noexcept and attribute used [PR97966]Marek Polacek1-2/+10
2021-01-22Daily bump.GCC Administrator1-0/+38
2021-01-21c++: Fix excessive instantiation inside decltype [PR71879]Patrick Palka1-2/+3
2021-01-21c++: Fix null this pointer [PR 98624]Nathan Sidwell1-16/+25
2021-01-21c++: Fix up potential_constant_expression_1 FOR/WHILE_STMT handling [PR98672]Jakub Jelinek1-9/+89
2021-01-21c++: Stat-hack for members [PR 98530]Nathan Sidwell1-3/+8
2021-01-21Daily bump.GCC Administrator1-0/+28
2021-01-20c++: Avoid UB in signed shift [PR 98625]Nathan Sidwell1-2/+8
2021-01-20c++: Fix tsubsting CLASS_PLACEHOLDER_TEMPLATE [PR95434]Patrick Palka1-0/+2
2021-01-20c++: Defer access checking when processing bases [PR82613]Patrick Palka2-21/+25
2021-01-20openmp: Don't ICE on detach clause with erroneous decl [PR98742]Jakub Jelinek1-0/+6
2021-01-20Daily bump.GCC Administrator1-0/+39
2021-01-19c++: Crash when deducing template arguments [PR98659]Marek Polacek1-4/+5
2021-01-19c++: ICE with USING_DECL redeclaration [PR98687]Marek Polacek3-49/+59
2021-01-19c++: Always check access during late-parsing of members [PR58993]Patrick Palka2-7/+8
2021-01-19c++: ICE when late parsing noexcept/NSDMI [PR98333]Marek Polacek1-23/+21
2021-01-19c++: Remove unused fnNathan Sidwell1-6/+3
2021-01-19c++: Fix null this pointer [PR 98624]Nathan Sidwell1-1/+1
2021-01-17Daily bump.GCC Administrator1-0/+10
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung3-2/+113
2021-01-16Daily bump.GCC Administrator1-0/+35
2021-01-15c++: Fix qualified array-type construction [PR 98538]Nathan Sidwell1-3/+5
2021-01-15c++: Avoid redundant copy in {} init [PR98642]Jason Merrill3-33/+82
2021-01-15c++: Fix copy elision for base initializationJason Merrill1-0/+58
2021-01-15c++: Fix list-init of array of no-copy type [PR63707]Jason Merrill1-1/+9
2021-01-15c++: Fix langspecs with -fsyntax-only [PR98591]Nathan Sidwell1-15/+25
2021-01-15Daily bump.GCC Administrator1-0/+10