aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09PR c++/70167 - array prvalue treated as lvalueJason Merrill1-0/+3
2017-05-08PR c++/80178 - parameter passing for uncopyable classesJason Merrill1-11/+18
2017-05-07re PR translation/80280 (Missing closing quote (%>) c/semantics.c and c/c-typ...Volker Reichelt1-3/+3
2017-05-05call.c (make_temporary_var_for_ref_to_temp): Push decl into current scope.Nathan Sidwell1-7/+5
2017-05-04PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.cMartin Sebor1-8/+9
2017-05-04More global trees.Nathan Sidwell1-2/+2
2017-04-07re PR c++/80095 (ICE with this pointer in NSDMI)Marek Polacek1-3/+2
2017-03-23PR c++/77563 - missing ambiguous conversion error.Jason Merrill1-1/+1
2017-03-06PR c++/79796 - ICE with NSDMI and this pointerMarek Polacek1-0/+3
2017-03-04Core issues 2273 and 2277Jason Merrill1-9/+15
2017-03-03Update overload resolution with deduction guides.Jason Merrill1-0/+16
2017-02-28Class template argument deduction refinementsJason Merrill1-12/+12
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-2/+2
2017-02-25tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.Jakub Jelinek1-2/+2
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek1-2/+5
2017-02-22PR c++/79679 - missing destructor for argumentJason Merrill1-5/+6
2017-02-20PR c++/78139 - destructor needed by new-expressionJason Merrill1-1/+7
2017-02-20PR c++/79503 - inherited ctor taking base classJason Merrill1-1/+3
2017-02-17PR c++/79533 - C++17 ICE with temporary cast to referenceJason Merrill1-1/+8
2017-02-15PR c++/79464 - ICE in IPA with omitted constructor parmsJason Merrill1-1/+5
2017-02-10PR c++/79401 - protected inherited constructorJason Merrill1-1/+2
2017-01-31Introduce C++ support in libcc1Alexandre Oliva1-7/+7
2017-01-27PR c++/78771 - ICE with inherited constructor.Jason Merrill1-0/+6
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek1-0/+7
2017-01-19US 19 - deduction guides and constructorsJason Merrill1-0/+12
2017-01-18re PR c++/78488 (P0136R1 ICE when building call to inherited default construc...Nathan Sidwell1-0/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-1/+9
2016-12-02call.c (add_function_candidate): Also exclude inherited ctors that take a typ...Jason Merrill1-18/+5
2016-12-01call.c (add_function_candidate): Exclude inherited copy/move ctors.Jason Merrill1-0/+19
2016-11-17PR c++/78193 - inherited ctor regressions on sparc32.Jason Merrill1-10/+10
2016-11-17PR c++/78369 - {} as default argumentJason Merrill1-1/+2
2016-11-13Improve various diagnostic issues.Jason Merrill1-12/+19
2016-11-07Implement P0012R1, Make exception specifications part of the type system.Jason Merrill1-33/+44
2016-11-07C++ cleanups before C++17 noexcept in types.Jason Merrill1-31/+40
2016-11-04PR c++/78198 - inherited template ctor with default argJason Merrill1-0/+3
2016-11-01Implement P0136R1, Rewording inheriting constructors.Jason Merrill1-13/+126
2016-10-15PR c++/77945 - constexpr and trivial copyJason Merrill1-1/+1
2016-10-08Further P0135 refinement.Jason Merrill1-20/+78
2016-10-06C++17 copy elision improvements.Jason Merrill1-7/+31
2016-10-05PR c++/54293 - binding reference to member of temporaryJason Merrill1-12/+13
2016-10-05* call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.Jason Merrill1-14/+17
2016-10-05* parser.c (cp_parser_skip_to_end_of_statement): Add missing break.Jason Merrill1-1/+0
2016-10-04extend.texi (Java Exceptions): Remove.Jakub Jelinek1-66/+1
2016-09-21Core 903Jason Merrill1-0/+1
2016-09-21re PR c++/77651 (c++ -Wno-aligned-new ICEs)Jakub Jelinek1-4/+4
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger1-1/+4
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-46/+128
2016-08-26Avoid calling a trivial default constructor.Jason Merrill1-5/+13
2016-08-18re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2