aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-31PR c++/77777 improve location for diagnosticJonathan Wakely1-1/+1
2018-05-30Do not warn about zero-as-null when NULL is used.Ville Voutilainen1-0/+11
2018-05-30PR c++/85873 - constant initializer_list array not in .rodata.Jason Merrill1-4/+2
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill1-0/+6
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini1-5/+5
2018-05-22PR c++/81420 - not extending temporary lifetime.Jason Merrill1-1/+3
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-5/+16
2018-05-16re PR c++/85363 (Throwing exception from member constructor (brace initialize...Marek Polacek1-6/+8
2018-05-15PR c++/64372 - CWG 1560, gratuitous lvalue-rvalue conversion in ?:Jason Merrill1-37/+16
2018-05-14cp-tree.h (TYPE_REF_P): New.Paolo Carlini1-24/+24
2018-05-10CWG 2267 - list-initialization of reference temporaryJason Merrill1-6/+4
2018-04-30PR c++/61982 - dead stores to destroyed objects.Jason Merrill1-4/+40
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