summaryrefslogtreecommitdiff
path: root/gcc/cp
Commit message (Expand)AuthorAgeFilesLines
* openmp: Handle non-static data members in allocate clause and other C++ alloc...Jakub Jelinek2020-10-302-13/+21
* Daily bump.GCC Administrator2020-10-301-0/+92
* c++: Implement CWG 625: Use of auto as template-arg [PR97479]Marek Polacek2020-10-291-2/+16
* c++: Deducing type from initializer_list<auto> [PR93107]Marek Polacek2020-10-291-1/+7
* c++: Reject float <=> enum.Marek Polacek2020-10-291-2/+11
* c++: Simplify constraint normalization routinesPatrick Palka2020-10-293-54/+24
* c++: Tolerate empty initial args during normalization [PR97412]Patrick Palka2020-10-291-1/+2
* c++: Fix constexpr cleanup error handling.Jason Merrill2020-10-291-6/+4
* c++: Fix constexpr dtors vs invisible ref [PR97388]Jakub Jelinek2020-10-291-7/+12
* c++: Diagnose constexpr delete [] new int; and delete new int[N]; [PR95808]Jakub Jelinek2020-10-293-5/+59
* c++: Stop (most) function-scope entities having a template headerNathan Sidwell2020-10-291-63/+80
* Daily bump.GCC Administrator2020-10-291-0/+67
* c++: Improve the MVP -Wparentheses diagnostic.Marek Polacek2020-10-282-3/+14
* c++: Deprecate arithmetic convs on different enums [PR97573]Marek Polacek2020-10-282-11/+136
* c++: Prevent warnings for value-dependent exprs [PR96742]Marek Polacek2020-10-281-2/+5
* c++: Member template function lookup failure [PR94799]Marek Polacek2020-10-281-7/+6
* c++: GCC accepts junk before fold-expression [PR86773]Marek Polacek2020-10-281-0/+2
* c++: Make OMP UDR DECL_LOCAL_DECL_P earlierNathan Sidwell2020-10-282-6/+15
* c++: Check constraints before instantiation from mark_used [PR95132]Patrick Palka2020-10-281-10/+10
* c++: Refactor push_template_declNathan Sidwell2020-10-281-17/+15
* openmp: Parsing and some semantic analysis of OpenMP allocate clauseJakub Jelinek2020-10-283-1/+152
* Daily bump.GCC Administrator2020-10-281-0/+40
* c++: Kill nested_udtsNathan Sidwell2020-10-276-298/+25
* c++: Small cleanup for do_type_instantiationNathan Sidwell2020-10-272-56/+41
* Daily bump.GCC Administrator2020-10-271-0/+12
* c++: Implement __is_nothrow_constructible and __is_nothrow_assignableVille Voutilainen2020-10-264-4/+36
* Daily bump.GCC Administrator2020-10-251-0/+7
* c++: Fix verify_ctor_sanity ICE [PR96241]Marek Polacek2020-10-241-2/+9
* Daily bump.GCC Administrator2020-10-241-0/+5
* c, c++: Implement -Wsizeof-array-div [PR91741]Marek Polacek2020-10-231-2/+8
* Daily bump.GCC Administrator2020-10-231-0/+23
* c++: Handle RANGE_EXPR index in init_subob_ctx [PR97328]Patrick Palka2020-10-221-2/+9
* c++: constexpr evaluation and bare EMPTY_CLASS_EXPR [PR96575]Patrick Palka2020-10-221-8/+6
* c++: Check DECL_TEMPLATE_PARM_P in duplicate_decls [PR97511]Patrick Palka2020-10-221-0/+3
* Daily bump.GCC Administrator2020-10-211-0/+5
* c++: block-scope extern decl with default argsNathan Sidwell2020-10-201-0/+46
* Daily bump.GCC Administrator2020-10-201-0/+10
* coroutines: Emit error for invalid promise return types [PR97438].Iain Sandoe2020-10-191-0/+25
* Daily bump.GCC Administrator2020-10-171-0/+12
* c++: Fix nullptr deref [pr97460[Nathan Sidwell2020-10-161-1/+2
* c++: Fix null deref at EOF [PR96258]Nathan Sidwell2020-10-161-4/+2
* Daily bump.GCC Administrator2020-10-161-0/+17
* c++: Fix [[deprecated]] and implicit operator==. [PR97358]Jason Merrill2020-10-151-0/+8
* c++: Improve printing of pointers-to-members [PR97406, PR85901]Marek Polacek2020-10-151-1/+32
* Daily bump.GCC Administrator2020-10-151-0/+40
* c++: Diagnose bogus variadic lambda. [PR97358]Jason Merrill2020-10-141-5/+12
* c++: DECL_FRIEND_P cleanupNathan Sidwell2020-10-148-176/+98
* c++: Instantiation with local extern [PR97395]Nathan Sidwell2020-10-141-7/+15
* Daily bump.GCC Administrator2020-10-131-0/+13
* PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor2020-10-121-2/+5