aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30c++: Fix ICE with using and virtual function. [PR95719]Jason Merrill1-1/+5
2021-04-22c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]Jakub Jelinek1-0/+9
2020-11-24c++: Fix FE devirt with diamond inheritance [PR95158]Jason Merrill1-11/+9
2020-02-26PR c++/90998 - ICE with copy elision in init by ctor and -Wconversion.Marek Polacek1-1/+3
2020-02-26PR c++/86521 - C++17 copy elision in initialization by constructor.Jason Merrill1-0/+53
2020-02-26c++: Allow template rvalue-ref conv to bind to lvalue ref.Jason Merrill1-0/+2
2020-02-26PR c++/86521 - wrong overload resolution with ref-qualifiers.Jason Merrill1-0/+8
2020-02-14re PR c++/92992 (Side-effects dropped when decltype(nullptr) typed expression...Jakub Jelinek1-1/+6
2019-05-07PR c++/89876 - ICE with deprecated conversion.Marek Polacek1-1/+2
2019-05-07PR c++/89705 - ICE with reference binding with conversion function.Marek Polacek1-0/+3
2019-05-07PR c++/88857 - ICE with value-initialization of argument in template.Marek Polacek1-1/+2
2019-02-06PR c++/89024 - ICE with incomplete enum type.Marek Polacek1-0/+7
2019-02-06PR c++/89158 - by-value capture of constexpr variable broken.Marek Polacek1-1/+3
2019-01-08backport: re PR c++/86669 (Complete object constructor clone omits length for...Jakub Jelinek1-3/+1
2018-06-01PR c++/85873 - constant initializer_list array not in .rodata.Jason Merrill1-1/+1
2018-05-24PR c++/81420 - not extending temporary lifetime.Jason Merrill1-1/+3
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-20/+1
2018-04-10Show pertinent parameter (PR c++/85110)David Malcolm1-1/+1
2018-04-10PR debug/65821 - wrong location for main().Jason Merrill1-0/+20
2018-04-09PR c++/85262 - ICE with redundant qualification on constructor.Jason Merrill1-8/+9
2018-04-05re PR c++/80956 (ICE with abstract class vector)Paolo Carlini1-2/+6
2018-04-05PR c++/85215 - ICE with copy-init from conversion.Jason Merrill1-0/+6
2018-04-04PR c++/84938 - ICE with division by ~-1.Jason Merrill1-0/+2
2018-04-04PR c++/85118 - wrong error with generic lambda and std::bind.Jason Merrill1-3/+3
2018-04-03PR c++/85092 - C++17 ICE with unused list constructor.Jason Merrill1-0/+3
2018-03-21PR c++/81311 - wrong C++17 overload resolution.Jason Merrill1-28/+48
2018-03-21PR c++/84850 - -Wclass-memaccess on a memcpy in a copy assignment operator wi...Martin Sebor1-17/+66
2018-03-20PR c++/84978, ICE with NRVO.Jason Merrill1-1/+1
2018-03-16PR c++/84906 - silent wrong code with ambiguous conversion.Jason Merrill1-3/+8
2018-03-16PR c++/83937 - wrong C++17 handling of init-list ctor argument.Jason Merrill1-1/+6
2018-03-16re PR c++/79937 (ICE in replace_placeholders_r)Jakub Jelinek1-2/+0
2018-03-16PR c++/83911 - ICE with multiversioned constructor.Jason Merrill1-17/+0
2018-03-09PR c++/84752 - ICE with capture of constexpr array.Jason Merrill1-1/+3
2018-03-09re PR c++/84076 (Warning about objects through POD mistakenly claims the obje...Jason Merrill1-2/+10
2018-03-08re PR c++/80598 (-Wunused triggers for functions used in uninstantiated templ...Jason Merrill1-0/+4
2018-03-06[C++] [PR84231] overload on cond_expr in templateAlexandre Oliva1-4/+8
2018-02-26PR c++/84441 - ICE with base initialized from ?:Jason Merrill1-0/+9
2018-02-26PR c++/84447 - ICE with deleted inherited ctor with default arg.Jason Merrill1-13/+9
2018-02-16PR c++/84151 - unnecessary volatile load with static member.Jason Merrill1-2/+8
2018-02-16PR c++/83835 - C++17 error with constructor ctors.Jason Merrill1-0/+3
2018-02-15PR c++/83227 - C++17 ICE with init-list derived-to-base conversion.Jason Merrill1-4/+5
2018-02-13re PR c++/84333 (ICE with ternary operator in template function)Paolo Carlini1-1/+1
2018-02-01re PR c++/83796 (Abstract classes allowed to be instantiated when initialised...Paolo Carlini1-0/+2
2018-01-19re PR c++/81167 (ICE on valid C++ code in deferred_printed_type, at cp/error....Jakub Jelinek1-1/+1
2018-01-18PR c++/83160] local ref to captureNathan Sidwell1-2/+10
2018-01-17PR c++/81067 - redundant NULL warning.Jason Merrill1-0/+6
2018-01-12[C++ PATCH] some reformattingNathan Sidwell1-3/+3
2018-01-11PR c++/82728 - wrong -Wunused-but-set-variableJason Merrill1-0/+5
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm1-2/+4
2018-01-10re PR c++/82541 (Wduplicated-branches triggers in template context)Marek Polacek1-0/+1