aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)Author
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek
2017-03-23PR c++/77563 - missing ambiguous conversion error.Jason Merrill
2017-03-06PR c++/79796 - ICE with NSDMI and this pointerMarek Polacek
2017-03-04Core issues 2273 and 2277Jason Merrill
2017-03-03Update overload resolution with deduction guides.Jason Merrill
2017-02-28Class template argument deduction refinementsJason Merrill
2017-02-28i386.c: Include intl.h.Jakub Jelinek
2017-02-25tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.Jakub Jelinek
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek
2017-02-22PR c++/79679 - missing destructor for argumentJason Merrill
2017-02-20PR c++/78139 - destructor needed by new-expressionJason Merrill
2017-02-20PR c++/79503 - inherited ctor taking base classJason Merrill
2017-02-17PR c++/79533 - C++17 ICE with temporary cast to referenceJason Merrill
2017-02-15PR c++/79464 - ICE in IPA with omitted constructor parmsJason Merrill
2017-02-10PR c++/79401 - protected inherited constructorJason Merrill
2017-01-31Introduce C++ support in libcc1Alexandre Oliva
2017-01-27PR c++/78771 - ICE with inherited constructor.Jason Merrill
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek
2017-01-19US 19 - deduction guides and constructorsJason Merrill
2017-01-18re PR c++/78488 (P0136R1 ICE when building call to inherited default construc...Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek
2016-12-02call.c (add_function_candidate): Also exclude inherited ctors that take a typ...Jason Merrill
2016-12-01call.c (add_function_candidate): Exclude inherited copy/move ctors.Jason Merrill
2016-11-17PR c++/78193 - inherited ctor regressions on sparc32.Jason Merrill
2016-11-17PR c++/78369 - {} as default argumentJason Merrill
2016-11-13Improve various diagnostic issues.Jason Merrill
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill
2016-11-07C++ cleanups before C++17 noexcept in types.Jason Merrill
2016-11-04PR c++/78198 - inherited template ctor with default argJason Merrill
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill
2016-10-15PR c++/77945 - constexpr and trivial copyJason Merrill
2016-10-08Further P0135 refinement.Jason Merrill
2016-10-06C++17 copy elision improvements.Jason Merrill
2016-10-05PR c++/54293 - binding reference to member of temporaryJason Merrill
2016-10-05* call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.Jason Merrill
2016-10-05* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek
2016-09-21Core 903Jason Merrill
2016-09-21re PR c++/77651 (c++ -Wno-aligned-new ICEs)Jakub Jelinek
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill
2016-08-26Avoid calling a trivial default constructor.Jason Merrill
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-06Harmonize diagnostics for invalid reference bindingJonathan Wakely
2016-07-23PR c++/66617 - virtual base list-initializationJason Merrill
2016-07-23PR c++/71576 - bitfield and rvalue referenceJason Merrill
2016-07-21PR c++/71913 - missing copy elision with new.Jason Merrill
2016-07-21call.c (build_over_call): Check unsafe_copy_elision_p even for trivial constr...Jason Merrill