summaryrefslogtreecommitdiff
path: root/gcc/cp/call.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/gcc-7-branch rev 254792.Maxim Kuvyrkov2017-11-161-3/+7
* Merge branches/gcc-7-branch rev 253626.Yvan Roux2017-10-111-12/+24
* Merge branches/gcc-7-branch rev 250046.Yvan Roux2017-07-071-0/+5
* PR c++/80095mpolacek2017-04-071-3/+2
* PR c++/77563 - missing ambiguous conversion error.jason2017-03-231-1/+1
* PR c++/79796 - ICE with NSDMI and this pointermpolacek2017-03-061-0/+3
* Core issues 2273 and 2277jason2017-03-041-9/+15
* Update overload resolution with deduction guides.jason2017-03-031-0/+16
* Class template argument deduction refinementsjason2017-02-281-12/+12
* * config/i386/i386.c: Include intl.h.jakub2017-02-281-2/+2
* * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.jakub2017-02-251-2/+2
* PR c++/79588jakub2017-02-241-2/+5
* PR c++/79679 - missing destructor for argumentjason2017-02-231-5/+6
* PR c++/78139 - destructor needed by new-expressionjason2017-02-201-1/+7
* PR c++/79503 - inherited ctor taking base classjason2017-02-201-1/+3
* PR c++/79533 - C++17 ICE with temporary cast to referencejason2017-02-171-1/+8
* PR c++/79464 - ICE in IPA with omitted constructor parmsjason2017-02-151-1/+5
* PR c++/79401 - protected inherited constructorjason2017-02-101-1/+2
* Introduce C++ support in libcc1aoliva2017-01-311-7/+7
* PR c++/78771 - ICE with inherited constructor.jason2017-01-271-0/+6
* PR c/64279mpolacek2017-01-201-0/+7
* US 19 - deduction guides and constructorsjason2017-01-201-0/+12
* PR c++/78488nathan2017-01-181-0/+1
* Update copyright years.jakub2017-01-011-1/+1
* PR bootstrap/78817jakub2016-12-211-1/+9
* * call.c (add_function_candidate): Also exclude inherited ctorsjason2016-12-021-18/+5
* * call.c (add_function_candidate): Exclude inherited copy/movejason2016-12-011-0/+19
* PR c++/78193 - inherited ctor regressions on sparc32.jason2016-11-171-10/+10
* PR c++/78369 - {} as default argumentjason2016-11-171-1/+2
* Improve various diagnostic issues.jason2016-11-141-12/+19
* Implement P0012R1, Make exception specifications part of the type system.jason2016-11-071-33/+44
* C++ cleanups before C++17 noexcept in types.jason2016-11-071-31/+40
* PR c++/78198 - inherited template ctor with default argjason2016-11-041-0/+3
* Implement P0136R1, Rewording inheriting constructors.jason2016-11-021-13/+126
* PR c++/77945 - constexpr and trivial copyjason2016-10-151-1/+1
* Further P0135 refinement.jason2016-10-081-20/+78
* C++17 copy elision improvements.jason2016-10-061-7/+31
* PR c++/54293 - binding reference to member of temporaryjason2016-10-051-12/+13
* * call.c (extend_ref_init_temps): Fix TARGET_EXPR handling.jason2016-10-051-14/+17
* * parser.c (cp_parser_skip_to_end_of_statement): Add missing break.jason2016-10-051-1/+0
* * doc/extend.texi (Java Exceptions): Remove.jakub2016-10-041-66/+1
* Core 903jason2016-09-211-0/+1
* PR c++/77651jakub2016-09-211-4/+4
* gcc/c-family:edlinger2016-09-121-1/+4
* Implement P0035R4, C++17 new of over-aligned types.jason2016-09-091-46/+128
* Avoid calling a trivial default constructor.jason2016-08-261-5/+13
* PR c/7652mpolacek2016-08-181-0/+2
* PR c/7652mpolacek2016-08-121-2/+7
* Harmonize diagnostics for invalid reference bindingredi2016-08-061-6/+6
* PR c++/66617 - virtual base list-initializationjason2016-07-241-13/+24