| Commit message (Expand) | Author | Age | Files | Lines |
* | openmp: Handle non-static data members in allocate clause and other C++ alloc... | Jakub Jelinek | 2020-10-30 | 2 | -13/+21 |
* | Daily bump. | GCC Administrator | 2020-10-30 | 1 | -0/+92 |
* | c++: Implement CWG 625: Use of auto as template-arg [PR97479] | Marek Polacek | 2020-10-29 | 1 | -2/+16 |
* | c++: Deducing type from initializer_list<auto> [PR93107] | Marek Polacek | 2020-10-29 | 1 | -1/+7 |
* | c++: Reject float <=> enum. | Marek Polacek | 2020-10-29 | 1 | -2/+11 |
* | c++: Simplify constraint normalization routines | Patrick Palka | 2020-10-29 | 3 | -54/+24 |
* | c++: Tolerate empty initial args during normalization [PR97412] | Patrick Palka | 2020-10-29 | 1 | -1/+2 |
* | c++: Fix constexpr cleanup error handling. | Jason Merrill | 2020-10-29 | 1 | -6/+4 |
* | c++: Fix constexpr dtors vs invisible ref [PR97388] | Jakub Jelinek | 2020-10-29 | 1 | -7/+12 |
* | c++: Diagnose constexpr delete [] new int; and delete new int[N]; [PR95808] | Jakub Jelinek | 2020-10-29 | 3 | -5/+59 |
* | c++: Stop (most) function-scope entities having a template header | Nathan Sidwell | 2020-10-29 | 1 | -63/+80 |
* | Daily bump. | GCC Administrator | 2020-10-29 | 1 | -0/+67 |
* | c++: Improve the MVP -Wparentheses diagnostic. | Marek Polacek | 2020-10-28 | 2 | -3/+14 |
* | c++: Deprecate arithmetic convs on different enums [PR97573] | Marek Polacek | 2020-10-28 | 2 | -11/+136 |
* | c++: Prevent warnings for value-dependent exprs [PR96742] | Marek Polacek | 2020-10-28 | 1 | -2/+5 |
* | c++: Member template function lookup failure [PR94799] | Marek Polacek | 2020-10-28 | 1 | -7/+6 |
* | c++: GCC accepts junk before fold-expression [PR86773] | Marek Polacek | 2020-10-28 | 1 | -0/+2 |
* | c++: Make OMP UDR DECL_LOCAL_DECL_P earlier | Nathan Sidwell | 2020-10-28 | 2 | -6/+15 |
* | c++: Check constraints before instantiation from mark_used [PR95132] | Patrick Palka | 2020-10-28 | 1 | -10/+10 |
* | c++: Refactor push_template_decl | Nathan Sidwell | 2020-10-28 | 1 | -17/+15 |
* | openmp: Parsing and some semantic analysis of OpenMP allocate clause | Jakub Jelinek | 2020-10-28 | 3 | -1/+152 |
* | Daily bump. | GCC Administrator | 2020-10-28 | 1 | -0/+40 |
* | c++: Kill nested_udts | Nathan Sidwell | 2020-10-27 | 6 | -298/+25 |
* | c++: Small cleanup for do_type_instantiation | Nathan Sidwell | 2020-10-27 | 2 | -56/+41 |
* | Daily bump. | GCC Administrator | 2020-10-27 | 1 | -0/+12 |
* | c++: Implement __is_nothrow_constructible and __is_nothrow_assignable | Ville Voutilainen | 2020-10-26 | 4 | -4/+36 |
* | Daily bump. | GCC Administrator | 2020-10-25 | 1 | -0/+7 |
* | c++: Fix verify_ctor_sanity ICE [PR96241] | Marek Polacek | 2020-10-24 | 1 | -2/+9 |
* | Daily bump. | GCC Administrator | 2020-10-24 | 1 | -0/+5 |
* | c, c++: Implement -Wsizeof-array-div [PR91741] | Marek Polacek | 2020-10-23 | 1 | -2/+8 |
* | Daily bump. | GCC Administrator | 2020-10-23 | 1 | -0/+23 |
* | c++: Handle RANGE_EXPR index in init_subob_ctx [PR97328] | Patrick Palka | 2020-10-22 | 1 | -2/+9 |
* | c++: constexpr evaluation and bare EMPTY_CLASS_EXPR [PR96575] | Patrick Palka | 2020-10-22 | 1 | -8/+6 |
* | c++: Check DECL_TEMPLATE_PARM_P in duplicate_decls [PR97511] | Patrick Palka | 2020-10-22 | 1 | -0/+3 |
* | Daily bump. | GCC Administrator | 2020-10-21 | 1 | -0/+5 |
* | c++: block-scope extern decl with default args | Nathan Sidwell | 2020-10-20 | 1 | -0/+46 |
* | Daily bump. | GCC Administrator | 2020-10-20 | 1 | -0/+10 |
* | coroutines: Emit error for invalid promise return types [PR97438]. | Iain Sandoe | 2020-10-19 | 1 | -0/+25 |
* | Daily bump. | GCC Administrator | 2020-10-17 | 1 | -0/+12 |
* | c++: Fix nullptr deref [pr97460[ | Nathan Sidwell | 2020-10-16 | 1 | -1/+2 |
* | c++: Fix null deref at EOF [PR96258] | Nathan Sidwell | 2020-10-16 | 1 | -4/+2 |
* | Daily bump. | GCC Administrator | 2020-10-16 | 1 | -0/+17 |
* | c++: Fix [[deprecated]] and implicit operator==. [PR97358] | Jason Merrill | 2020-10-15 | 1 | -0/+8 |
* | c++: Improve printing of pointers-to-members [PR97406, PR85901] | Marek Polacek | 2020-10-15 | 1 | -1/+32 |
* | Daily bump. | GCC Administrator | 2020-10-15 | 1 | -0/+40 |
* | c++: Diagnose bogus variadic lambda. [PR97358] | Jason Merrill | 2020-10-14 | 1 | -5/+12 |
* | c++: DECL_FRIEND_P cleanup | Nathan Sidwell | 2020-10-14 | 8 | -176/+98 |
* | c++: Instantiation with local extern [PR97395] | Nathan Sidwell | 2020-10-14 | 1 | -7/+15 |
* | Daily bump. | GCC Administrator | 2020-10-13 | 1 | -0/+13 |
* | PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0) | Martin Sebor | 2020-10-12 | 1 | -2/+5 |