aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-10re PR c++/81327 (cast to void* does not suppress -Wclass-memaccess)Jakub Jelinek1-30/+34
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-06Correct argument to targetm.calls.promote_prototypes.Jason Merrill1-2/+2
2017-11-29PR c++/82760 - memory corruption with aligned new.Jason Merrill1-0/+2
2017-11-28Remove Cilk Plus support.Julia Koval1-35/+0
2017-11-27pt.c (primary_template_specialization_p): Rename fromJason Merrill1-3/+3
2017-11-20[PR c++/82878] pass-by-invisiref in lambdaNathan Sidwell1-9/+1
2017-11-13Capture adjustments for P0588R1.Jason Merrill1-1/+1
2017-11-13Defer folding of *&.Jason Merrill1-7/+5
2017-11-13PR c++/82360 - ICE with static_cast in template.Jason Merrill1-0/+10