Age | Commit message (Expand) | Author | Files | Lines |
2021-11-12 | Daily bump. | GCC Administrator | 1 | -0/+19 |
2021-11-11 | c++: use auto_vec in cp_parser_template_argument_list | Patrick Palka | 1 | -27/+8 |
2021-11-11 | openmp: Add support for 2 argument num_teams clause | Jakub Jelinek | 3 | -57/+127 |
2021-11-10 | Daily bump. | GCC Administrator | 1 | -0/+32 |
2021-11-09 | c++: Skip unnamed bit-fields more | Marek Polacek | 2 | -5/+6 |
2021-11-09 | c++: Fix ICE on complex constant with -frounding-math [PR103114] | Jakub Jelinek | 1 | -3/+2 |
2021-11-09 | c++: bogus error w/ tentative type parse of concept-id [PR98394] | Patrick Palka | 1 | -4/+7 |
2021-11-09 | c++: unexpanded pack in var tmpl partial spec [PR100652] | Patrick Palka | 1 | -5/+12 |
2021-11-09 | Convert strlen pass from evrp to ranger. | Aldy Hernandez | 1 | -1/+1 |
2021-11-05 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2021-11-04 | c++: use range-for more | Jason Merrill | 6 | -64/+36 |
2021-11-04 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2021-11-03 | c: Fold implicit integer-to-floating conversions in static initializers with ... | Joseph Myers | 1 | -0/+9 |
2021-11-03 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2021-11-02 | Add a simulate_record_decl lang hook | Richard Sandiford | 2 | -0/+41 |
2021-10-30 | Daily bump. | GCC Administrator | 1 | -0/+10 |
2021-10-29 | c++: Implement DR2351 - void{} [PR102820] | Jakub Jelinek | 1 | -3/+30 |
2021-10-29 | Daily bump. | GCC Administrator | 1 | -0/+24 |
2021-10-28 | c++: CTAD within template argument [PR102933] | Patrick Palka | 2 | -12/+14 |
2021-10-28 | c++: quadratic constexpr behavior for left-assoc logical exprs [PR102780] | Patrick Palka | 1 | -5/+21 |
2021-10-28 | Daily bump. | GCC Administrator | 1 | -0/+31 |
2021-10-27 | openmp: Don't reject some valid initializers or conditions of non-rectangular... | Jakub Jelinek | 1 | -2/+2 |
2021-10-27 | c++: Reject addresses of immediate functions in constexpr vars inside of imme... | Jakub Jelinek | 1 | -6/+2 |
2021-10-27 | c++: Diagnose taking address of an immediate member function [PR102753] | Jakub Jelinek | 4 | -11/+53 |
2021-10-27 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2021-10-26 | c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] | Marek Polacek | 1 | -31/+39 |
2021-10-23 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2021-10-22 | Add install-dvi Makefile targets. | Eric Gallager | 1 | -0/+1 |
2021-10-21 | Daily bump. | GCC Administrator | 1 | -0/+18 |
2021-10-20 | c++: tweak parsing of invalid types | Jason Merrill | 1 | -2/+6 |
2021-10-20 | c++: Fix up push_local_extern_decl_alias error recovery [PR102642] | Jakub Jelinek | 3 | -4/+9 |
2021-10-20 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2021-10-19 | c++: Don't reject calls through PMF during constant evaluation [PR102786] | Jakub Jelinek | 1 | -0/+4 |
2021-10-16 | Daily bump. | GCC Administrator | 1 | -0/+24 |
2021-10-15 | c++: array cv-quals and template specialization [PR101402] | Jason Merrill | 2 | -17/+15 |
2021-10-14 | c++: instantiate less for constant folding | Jason Merrill | 2 | -28/+32 |
2021-10-15 | Daily bump. | GCC Administrator | 1 | -0/+7 |
2021-10-14 | openmp, fortran: Add support for OpenMP declare variant directive in Fortran | Kwok Cheung Yeung | 2 | -2/+2 |
2021-10-10 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2021-10-09 | openmp: Add support for OpenMP 5.1 structured-block-sequences | Jakub Jelinek | 1 | -9/+45 |
2021-10-09 | Daily bump. | GCC Administrator | 1 | -0/+13 |
2021-10-08 | Come up with OPTION_SET_P macro. | Martin Liska | 2 | -4/+6 |
2021-10-08 | openmp: Fix up declare target handling for vars with DECL_LOCAL_DECL_ALIAS [P... | Jakub Jelinek | 1 | -59/+73 |
2021-10-08 | Daily bump. | GCC Administrator | 1 | -0/+18 |
2021-10-07 | c++: NTTP with array/function type after substitution [PR61355] | Patrick Palka | 1 | -0/+4 |
2021-10-07 | c++: variadic ttp constraint subsumption [PR99904] | Patrick Palka | 1 | -0/+2 |
2021-10-07 | c++: Do not warn about lifetime of std::initializer_list<T>& [PR102482] | Jonathan Wakely | 1 | -2/+9 |
2021-10-07 | Daily bump. | GCC Administrator | 1 | -0/+49 |
2021-10-06 | c++: Implement C++23 P2242R3 - Non-literal variables (and labels and gotos) i... | Jakub Jelinek | 3 | -17/+52 |
2021-10-05 | c++: defaulted <=> with bitfields [PR102490] | Jakub Jelinek | 4 | -89/+167 |