Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | c++: local-decls are never member fns [PR97186] | Nathan Sidwell | 1 | -8/+13 |
2020-09-24 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2020-09-23 | c++: Remove some gratuitous typedefing | Nathan Sidwell | 1 | -7/+6 |
2020-09-23 | c++: dependent local extern decl ICE [PR97171] | Nathan Sidwell | 1 | -0/+8 |
2020-09-23 | Daily bump. | GCC Administrator | 1 | -0/+26 |
2020-09-22 | c++: Return only in-scope tparms in keep_template_parm [PR95310] | Patrick Palka | 1 | -0/+44 |
2020-09-22 | c++: Remove a broken error-recovery path | Nathan Sidwell | 3 | -24/+5 |
2020-09-22 | c++: Ignore __sanitizer_ptr_{sub,cmp} builtin calls during constant expressio... | Jakub Jelinek | 1 | -0/+6 |
2020-09-22 | c++: fix injected friend of template class | Nathan Sidwell | 1 | -19/+0 |
2020-09-22 | Daily bump. | GCC Administrator | 1 | -0/+25 |
2020-09-21 | c++: DR 1722: Make lambda to function pointer conv noexcept [PR90583] | Marek Polacek | 1 | -0/+2 |
2020-09-21 | c++: Implement -Wctad-maybe-unsupported. | Marek Polacek | 1 | -4/+24 |
2020-09-21 | c++: ts_lambda is not needed | Nathan Sidwell | 3 | -21/+15 |
2020-09-21 | c++: Detect deduction guide redeclaration [PR97099] | Marek Polacek | 1 | -6/+14 |
2020-09-20 | Daily bump. | GCC Administrator | 1 | -0/+52 |
2020-09-19 | Move loop and switch tree data structures from cp/ to c-family/. | Sandra Loosemore | 6 | -570/+84 |
2020-09-19 | c++: Fix self-mapping in map_arguments [PR96531, PR97103] | Patrick Palka | 2 | -18/+29 |
2020-09-19 | c++: std::is_constant_evaluated inside constraint [PR97051] | Patrick Palka | 1 | -1/+2 |
2020-09-19 | Daily bump. | GCC Administrator | 1 | -0/+10 |
2020-09-18 | c++: Fix bootstrap failure. [PR97118] | Jason Merrill | 1 | -1/+2 |
2020-09-17 | c++: Layout decls with newly-complete type. | Jason Merrill | 1 | -2/+2 |
2020-09-18 | Daily bump. | GCC Administrator | 1 | -0/+15 |
2020-09-17 | c++: requires-expressions and partial instantiation [PR96410] | Patrick Palka | 3 | -9/+37 |
2020-09-17 | Daily bump. | GCC Administrator | 1 | -0/+25 |
2020-09-16 | c++: local-scope OMP UDR reductions have no template head | Nathan Sidwell | 3 | -33/+41 |
2020-09-16 | c++: Avoid confusing 'nested' name | Nathan Sidwell | 1 | -9/+7 |
2020-09-16 | c++: Break out actual instantiation from instantiate_decl | Nathan Sidwell | 1 | -148/+157 |
2020-09-16 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2020-09-15 | c++: Partially revert: local externs in templates do not get template head | Nathan Sidwell | 1 | -5/+9 |
2020-09-15 | OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668] | Tobias Burnus | 3 | -4/+4 |
2020-09-15 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2020-09-14 | c++: Use VAR_OR_FUNCTION_DECL_P. | Marek Polacek | 1 | -2/+1 |
2020-09-14 | c++: local externs in templates do not get template head | Nathan Sidwell | 1 | -20/+27 |
2020-09-12 | Daily bump. | GCC Administrator | 1 | -0/+28 |
2020-09-11 | c++: Concepts and local externs | Nathan Sidwell | 1 | -4/+9 |
2020-09-11 | objc++: Always pop scope with method definitions [PR97015] | Nathan Sidwell | 1 | -35/+26 |
2020-09-11 | c++: Remove LOOKUP_CONSTINIT. | Marek Polacek | 6 | -29/+19 |
2020-09-11 | Daily bump. | GCC Administrator | 1 | -0/+30 |
2020-09-10 | c++: TINFO_VAR_DECLARED_CONSTINIT -> DECL_DECLARED_CONSTINIT_P | Nathan Sidwell | 3 | -28/+11 |
2020-09-10 | c++: DECL_LOCAL_FUNCTION_P -> DECL_LOCAL_DECL_P | Nathan Sidwell | 7 | -51/+35 |
2020-09-10 | Daily bump. | GCC Administrator | 1 | -0/+37 |
2020-09-09 | c++: Further tweaks for new-expression and paren-init [PR77841] | Marek Polacek | 2 | -32/+34 |
2020-09-09 | c++: Fix ICE in reshape_init with init-list [PR95164] | Marek Polacek | 1 | -1/+1 |
2020-09-09 | c++: omp reduction cleanups | Nathan Sidwell | 2 | -12/+19 |
2020-09-09 | c++: Fix resolving the address of overloaded pmf [PR96647] | Patrick Palka | 3 | -2/+15 |
2020-09-05 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2020-09-04 | c++: Use iloc_sentinel in mark_use. | Jason Merrill | 1 | -3/+1 |
2020-09-04 | Daily bump. | GCC Administrator | 1 | -0/+22 |
2020-09-03 | c++: Fix another PCH hash_map issue [PR96901] | Jakub Jelinek | 1 | -1/+1 |
2020-09-03 | c++: Fix P0960 in member init list and array [PR92812] | Marek Polacek | 3 | -36/+53 |