aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.cc
AgeCommit message (Expand)Author
2022-04-20c++: Fall through for arrays of T vs T cv [PR104996]Ed Catmur
2022-04-13c++: ambiguous call not diagnosed after DR2352 [PR97296]Marek Polacek
2022-04-11c++: operator new lookup [PR98249]Jason Merrill
2022-03-28c++: missing aggregate base ctor [PR102045]Jason Merrill
2022-03-26c++: ICE when building builtin operator->* set [PR103455]Patrick Palka
2022-03-24c++: missing SFINAE for non-constant consteval calls [PR104620]Patrick Palka
2022-03-14c++: Reject __builtin_clear_padding on non-trivially-copyable types with one ...Jakub Jelinek
2022-03-12c++: ICE with bad conversion shortcutting [PR104622]Patrick Palka
2022-02-09c++: memfn lookup consistency and using-decls [PR104432]Patrick Palka
2022-01-27c++: non-dependent immediate member fn call [PR99895]Patrick Palka
2022-01-25c++: assignment to temporary [PR59950]Jason Merrill
2022-01-22c++: constexpr and -fno-elide-constructors [PR101072]Jason Merrill
2022-01-17Rename .c files to .cc files.Martin Liska